From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 00:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BFD95C00 for ; Sun, 2 Jun 2013 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 56AE575F for ; Sun, 2 Jun 2013 00:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r520o0Yf053794 for ; Sun, 2 Jun 2013 00:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r520o0fU053793; Sun, 2 Jun 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 00:50:00 GMT Resent-Message-Id: <201306020050.r520o0fU053793@freefall.freebsd.org> 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 Barbish Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 65C47BE8 for ; Sun, 2 Jun 2013 00:47:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 57DB6753 for ; Sun, 2 Jun 2013 00:47:20 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r520lJdH022447 for ; Sun, 2 Jun 2013 00:47:19 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r520lJHD022446; Sun, 2 Jun 2013 00:47:19 GMT (envelope-from nobody) Message-Id: <201306020047.r520lJHD022446@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 00:47:19 GMT From: Joe Barbish To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179184: [Maintainer update] sysutils/qjail rewrite using jail(8) type jails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 00:50:02 -0000 >Number: 179184 >Category: ports >Synopsis: [Maintainer update] sysutils/qjail rewrite using jail(8) type jails >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 Jun 02 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joe Barbish >Release: 9.1-RELEASE i386 >Organization: none >Environment: >Description: qjail-3.0 has been rewritten to use jail(8) type jail definition parameters with extended parameter options for per jail securelevel, cpuset.id, exec.fib, allow.raw_sockets, allow.quotas, allow.mount.nullfs, allow.mount.zfs, vnet.interface, and vnet. vnet/vimage jails with or with out ipfw firewall and if_bridge/epair or netgraph networks. NOTE to committer: qjail-3.0 is NOT a replacement for qjail-2.2 which is currently in the ports system. qjail-2.2 is the last version to support the 8.x distribution file format. qjail-2.2 must remain in the ports system until the "end of life" of the 8.x series of releases. qjail-3.0 only supports the 9.0 distribution file format and the new jail(8) jail type. Please place qjail-3.0 a long side the current qjail-2.2 version so both exist at same time in the ports system. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN qjail-2.2/Makefile qjail/Makefile --- qjail-2.2/Makefile 2013-04-26 14:21:32.000000000 -0400 +++ qjail/Makefile 2013-05-28 13:19:47.000000000 -0400 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/qjail/Makefile 314731 2013-03-20 13:17:23Z bdrewery $ PORTNAME= qjail -PORTVERSION= 2.2 +PORTVERSION= 3.0 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -12,7 +12,7 @@ USE_BZIP2= yes NO_BUILD= yes -MAN8= qjail.8 qjail-intro.8 qjail.conf.8 qjail-howto.8 +MAN8= qjail.8 qjail-intro.8 qjail-howto.8 post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ @@ -21,11 +21,11 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/qjail ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/qjail2 ${PREFIX}/etc/rc.d - @${INSTALL_SCRIPT} ${WRKSRC}/qjail-jail2 ${PREFIX}/etc/rc.d - @${INSTALL_DATA} ${WRKSRC}/qjail.conf.sample ${PREFIX}/etc + @${INSTALL_SCRIPT} ${WRKSRC}/qjail.vnet.be ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/qjail.vnet.ng ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime ${PREFIX}/etc/rc.d @${INSTALL_DATA} ${WRKSRC}/qjail.portsnap.conf ${PREFIX}/etc -.for i in qjail qjail-intro qjail.conf qjail-howto +.for i in qjail qjail-intro qjail-howto @${INSTALL_MAN} ${WRKSRC}/${i}.8 ${MAN8PREFIX}/man/man8 .endfor # note examples are mandatory. qjail will not function without them diff -ruN qjail-2.2/distinfo qjail/distinfo --- qjail-2.2/distinfo 2013-04-26 14:24:21.000000000 -0400 +++ qjail/distinfo 2013-05-31 08:49:18.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (qjail-2.2.tar.bz2) = ae7b64b3ecfa2b3db5880e3e7e38fc5e6f4ad8e51353d4343e37ef4c0dab1912 -SIZE (qjail-2.2.tar.bz2) = 56888 +SHA256 (qjail-3.0.tar.bz2) = 73a086651c8ee0ecaf2e22ba2951567250abac562d09284f80a78001eb6d8b3f +SIZE (qjail-3.0.tar.bz2) = 119727 diff -ruN qjail-2.2/pkg-descr qjail/pkg-descr --- qjail-2.2/pkg-descr 2013-04-26 13:09:21.000000000 -0400 +++ qjail/pkg-descr 2013-04-26 12:56:49.000000000 -0400 @@ -1,13 +1,20 @@ -This is the last version that handles both the 8.x and 9.x install -media formats. - Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail system that includes security and performance enhancements. Plus a new level of "user friendliness" enhancements dealing with deploying just a few jails or large jail environments consisting of 100's of jails. +This verison of qjail has been converted from using the legacy rc.d-method as +used in all pervious versions of qjail, to using the jail(8) jail.conf-method +available in RELEASE-9.1. This upgrade provides the ability to enable the +following new options on a per-jail basis. exec.fib, allow.raw_sockets, +allow.quotas, allow.mount.nullfs, allow.mount.zfs, cpuset.id, securelevel, +vnet.interface, and vnet. The vnet option gives a jail its own network stack +using the experamental vimage software. This qjail version is not functional +for RELEASES older than RELEASE-9.1. The vnet option has only been tested on +i386 and amd64 equipment. + Qjail requires no knowledge of the jail command usage. It uses "nullfs" for -read-only system binaries, sharing one copy of them with all the jails. +read-only system executables, sharing one copy of them with all the jails. Uses "mdconfig" to create sparse image jails. Sparse image jails provide a method to limit the total disk space a jail can consume, while only occupying diff -ruN qjail-2.2/pkg-plist qjail/pkg-plist --- qjail-2.2/pkg-plist 2013-04-26 13:01:01.000000000 -0400 +++ qjail/pkg-plist 2013-05-28 13:22:40.000000000 -0400 @@ -1,17 +1,23 @@ bin/qjail -etc/qjail.conf.sample +bin/qjail.vnet.be +bin/qjail.vnet.ng etc/qjail.portsnap.conf -etc/rc.d/qjail-jail2 -etc/rc.d/qjail2 +etc/rc.d/qjail.bootime +%%EXAMPLESDIR%%/vnet/jail.amd64 +%%EXAMPLESDIR%%/vnet/jail.i386 +%%EXAMPLESDIR%%/vnet/nullfs.diff +%%EXAMPLESDIR%%/vnet/ipfw.rules.host +%%EXAMPLESDIR%%/vnet/ipfw.rules.vnet +%%EXAMPLESDIR%%/vnet/ipf.rules.host +%%EXAMPLESDIR%%/vnet/ipf.rules.vnet +%%EXAMPLESDIR%%/vnet/pf.rules.host +%%EXAMPLESDIR%%/vnet/pf.rules.vnet %%EXAMPLESDIR%%/default/etc/make.conf %%EXAMPLESDIR%%/default/etc/motd %%EXAMPLESDIR%%/default/etc/periodic.conf %%EXAMPLESDIR%%/default/etc/rc.conf %%EXAMPLESDIR%%/default/root/.cshrc %%EXAMPLESDIR%%/default/usr/local/etc/sudoers -%%EXAMPLESDIR%%/nullmailer-example/etc/mail/mailer.conf -%%EXAMPLESDIR%%/nullmailer-example/etc/rc.conf -%%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer/remotes %%EXAMPLESDIR%%/ssh-default/etc/group %%EXAMPLESDIR%%/ssh-default/etc/make.conf %%EXAMPLESDIR%%/ssh-default/etc/master.passwd @@ -32,6 +38,12 @@ %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.rhosts %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.shrc %%EXAMPLESDIR%%/ssh-default/usr/local/etc/sudoers +@dirrm %%EXAMPLESDIR%%/default/usr/local/etc +@dirrm %%EXAMPLESDIR%%/default/usr/local +@dirrm %%EXAMPLESDIR%%/default/usr +@dirrm %%EXAMPLESDIR%%/default/root +@dirrm %%EXAMPLESDIR%%/default/etc +@dirrm %%EXAMPLESDIR%%/default @dirrm %%EXAMPLESDIR%%/ssh-default/usr/home/qjail @dirrm %%EXAMPLESDIR%%/ssh-default/usr/home @dirrm %%EXAMPLESDIR%%/ssh-default/usr/local/etc @@ -41,17 +53,5 @@ @dirrm %%EXAMPLESDIR%%/ssh-default/etc/ssh @dirrm %%EXAMPLESDIR%%/ssh-default/etc @dirrm %%EXAMPLESDIR%%/ssh-default -@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer -@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local/etc -@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local -@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr -@dirrm %%EXAMPLESDIR%%/nullmailer-example/etc/mail -@dirrm %%EXAMPLESDIR%%/nullmailer-example/etc -@dirrm %%EXAMPLESDIR%%/nullmailer-example -@dirrm %%EXAMPLESDIR%%/default/usr/local/etc -@dirrm %%EXAMPLESDIR%%/default/usr/local -@dirrm %%EXAMPLESDIR%%/default/usr -@dirrm %%EXAMPLESDIR%%/default/root -@dirrm %%EXAMPLESDIR%%/default/etc -@dirrm %%EXAMPLESDIR%%/default +@dirrm %%EXAMPLESDIR%%/vnet @dirrm %%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 02:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5B47949 for ; Sun, 2 Jun 2013 02:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8DD5815C for ; Sun, 2 Jun 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r522K0v0012411 for ; Sun, 2 Jun 2013 02:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r522K0it012410; Sun, 2 Jun 2013 02:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 02:20:00 GMT Resent-Message-Id: <201306020220.r522K0it012410@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jinsong Zhao Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F134F865 for ; Sun, 2 Jun 2013 02:17:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id DD3F5152 for ; Sun, 2 Jun 2013 02:17:32 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.7) with ESMTP id r522HWOA008955 for ; Sun, 2 Jun 2013 02:17:32 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r522HWnj008954; Sun, 2 Jun 2013 02:17:32 GMT (envelope-from nobody) Message-Id: <201306020217.r522HWnj008954@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 02:17:32 GMT From: Jinsong Zhao To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179185: texlive-base-20120701_6 conflicts with tex-formats-20120701 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 02:20:00 -0000 >Number: 179185 >Category: ports >Synopsis: texlive-base-20120701_6 conflicts with tex-formats-20120701 >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 Jun 02 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jinsong Zhao >Release: FreeBSD 9.1-RELEASE >Organization: >Environment: FreeBSD xw6600 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When updating installed ports with portupgrade --batch -a I got the following error message: ===> Registering installation for texlive-base-20120701_6 as automatic pkg-static: duplicate directory listing: /usr/local/share/texmf-dist/, ignoring pkg-static: lstat(/usr/local/share/texmf-local/): No such file or directory pkg-static: duplicate directory listing: /usr/local/share/texmf-config/, ignoring Installing texlive-base-20120701_6...pkg-static: texlive-base-20120701_6 conflicts with tex-formats-20120701 (installs files into the same place). Problematic file: /u sr/local/bin/mptopdf *** [fake-pkg] Error code 70 Stop in /usr/ports/print/texlive-base. *** [reinstall] Error code 1 Stop in /usr/ports/print/texlive-base. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 02:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D9FCB99 for ; Sun, 2 Jun 2013 02:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BF6E81C3 for ; Sun, 2 Jun 2013 02:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r522e04r016126 for ; Sun, 2 Jun 2013 02:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r522e0EH016115; Sun, 2 Jun 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 02:40:00 GMT Resent-Message-Id: <201306020240.r522e0EH016115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D5BC8EFE for ; Sun, 2 Jun 2013 02:32:33 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id AF8251AC for ; Sun, 2 Jun 2013 02:32:33 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [98.171.162.82]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id r522WAo5061642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 1 Jun 2013 19:32:14 -0700 (PDT) (envelope-from douglas@douglasthrift.net) Message-Id: <201306020232.r522WAo5061642@slowhand.douglasthrift.net> Date: Sat, 1 Jun 2013 19:32:14 -0700 (PDT) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179186: Update port: converters/py-unidecode Upgrade to 0.04.13 Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 02:40:00 -0000 >Number: 179186 >Category: ports >Synopsis: Update port: converters/py-unidecode Upgrade to 0.04.13 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 8.3-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD justonenight.douglasthrift.net 8.3-RELEASE-p7 FreeBSD 8.3-RELEASE-p7 #15 r249074: Wed Apr 3 21:13:48 PDT 2013 root@justonenight.douglasthrift.net:/usr/obj/usr/src/sys/FURTHERONUPTHEROAD amd64 >Description: Upgraded converters/py-unidecode to 0.04.13. https://redports.org/buildarchive/20130602012900-35295/ >From ChangeLog: 2013-05-30 unidecode 0.04.13 * Use German transliteration for Latin characters with umlauts. (thanks to Geoffrey Teale) * Fixed transliteration for several rarely used punctuation characters. * Add transliteration for trademark and similar signs. (thanks to Ovanes Markaryan) >How-To-Repeat: >Fix: --- py-unidecode.2013-06-02T020505Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/Makefile py-unidecode/Makefile --- /usr/ports/converters/py-unidecode/Makefile 2013-01-28 23:52:41.000000000 -0800 +++ py-unidecode/Makefile 2013-06-01 18:16:01.000000000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: ports/converters/py-unidecode/Makefile,v 1.12 2013/01/29 07:52:41 svnexp Exp $ PORTNAME= unidecode -PORTVERSION= 0.04.12 +PORTVERSION= 0.04.13 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/distinfo py-unidecode/distinfo --- /usr/ports/converters/py-unidecode/distinfo 2013-01-28 23:52:41.000000000 -0800 +++ py-unidecode/distinfo 2013-06-01 18:16:12.954046242 -0700 @@ -1,2 +1,2 @@ -SHA256 (Unidecode-0.04.12.tar.gz) = a042a7284b36da63440f58c32fabdf723b716082cb3c4b093b421e7c4d6ea5b9 -SIZE (Unidecode-0.04.12.tar.gz) = 195729 +SHA256 (Unidecode-0.04.13.tar.gz) = ca58bf0ce984a20ad3a5d7fdbb7e773d8d1e5fd1570951e47c1908eed8fe0442 +SIZE (Unidecode-0.04.13.tar.gz) = 200125 diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/pkg-plist py-unidecode/pkg-plist --- /usr/ports/converters/py-unidecode/pkg-plist 2011-02-17 22:16:45.000000000 -0800 +++ py-unidecode/pkg-plist 2013-06-01 18:19:12.570272107 -0700 @@ -109,6 +109,9 @@ %%PYTHON_SITELIBDIR%%/unidecode/x028.py %%PYTHON_SITELIBDIR%%/unidecode/x028.pyc %%PYTHON_SITELIBDIR%%/unidecode/x028.pyo +%%PYTHON_SITELIBDIR%%/unidecode/x029.py +%%PYTHON_SITELIBDIR%%/unidecode/x029.pyc +%%PYTHON_SITELIBDIR%%/unidecode/x029.pyo %%PYTHON_SITELIBDIR%%/unidecode/x02c.py %%PYTHON_SITELIBDIR%%/unidecode/x02c.pyc %%PYTHON_SITELIBDIR%%/unidecode/x02c.pyo --- py-unidecode.2013-06-02T020505Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 02: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 79880DE; Sun, 2 Jun 2013 02:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 53F751C5; Sun, 2 Jun 2013 02:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r522e8Le016241; Sun, 2 Jun 2013 02:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r522e8Ew016240; Sun, 2 Jun 2013 02:40:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 02:40:08 GMT Message-Id: <201306020240.r522e8Ew016240@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179186: Update port: converters/py-unidecode Upgrade to 0.04.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 02:40:08 -0000 Synopsis: Update port: converters/py-unidecode Upgrade to 0.04.13 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 02:40:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179186 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05: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 23E063B5 for ; Sun, 2 Jun 2013 05: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 0CAEA17BA for ; Sun, 2 Jun 2013 05:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52500uP038626 for ; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52500UZ038625; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 05:00:00 GMT Resent-Message-Id: <201306020500.r52500UZ038625@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hakisho Nukama Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C019D38A for ; Sun, 2 Jun 2013 04:52:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 95D4C179C for ; Sun, 2 Jun 2013 04:52:45 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.7) with ESMTP id r524qiqM061734 for ; Sun, 2 Jun 2013 04:52:44 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r524qiMD061733; Sun, 2 Jun 2013 04:52:44 GMT (envelope-from nobody) Message-Id: <201306020452.r524qiMD061733@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 04:52:44 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179189: New port: textproc/p5-texcount X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 05:00:01 -0000 >Number: 179189 >Category: ports >Synopsis: New port: textproc/p5-texcount >Confidential: no >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 Jun 02 05:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: 9.1-RELEASE >Organization: n/a >Environment: >Description: TeXcount is a Perl script for counting words in LaTeX documents. It parses valid LaTeX documents counting words, headers, formulae (mathematics) and floats/begin-end groups. WWW: http://app.uio.no/ifi/texcount/ >How-To-Repeat: https://redports.org/buildarchive/20130602001600-6578/ >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: # # p5-texcount # p5-texcount/pkg-descr # p5-texcount/distinfo # p5-texcount/Makefile # echo c - p5-texcount mkdir -p p5-texcount > /dev/null 2>&1 echo x - p5-texcount/pkg-descr sed 's/^X//' >p5-texcount/pkg-descr << '14eb7d4cac51775c2b5e5a49de2df945' XTeXcount is a Perl script that counts the number of words in the Xtext of LaTeX files. It has rules for handling most of the common Xmacros and provides colour coded output indicating which parts have Xbeen counted. X XWWW: http://app.uio.no/ifi/texcount/ 14eb7d4cac51775c2b5e5a49de2df945 echo x - p5-texcount/distinfo sed 's/^X//' >p5-texcount/distinfo << '43978aa7a8d4a2a2f99c7c481874b123' XSHA256 (texcount.zip) = 8d19ddd3baceecf2266297ff5264ebb4235e96b3620f314b6ce87dc297cab878 XSIZE (texcount.zip) = 393384 43978aa7a8d4a2a2f99c7c481874b123 echo x - p5-texcount/Makefile sed 's/^X//' >p5-texcount/Makefile << '043d720a0b2265ab107a975e8e9843cc' X# Created by: Hakisho Nukama X# $FreeBSD$ X XPORTNAME= texcount XPORTVERSION= 2.3 XCATEGORIES= textproc perl5 XMASTER_SITES= TEX_CTAN/support XPKGNAMEPREFIX= p5- XDISTNAME= ${PORTNAME} X XMAINTAINER= nukama+maintainer@gmail.com XCOMMENT= Perl module for LaTeX statistics X X#LICENSE= LPPL13c X XNO_BUILD= yes X XUSE_ZIP= YES XUSE_PERL5_RUN= YES X XPLIST_FILES+= bin/texcount X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl ${PREFIX}/bin/texcount X X.include 043d720a0b2265ab107a975e8e9843cc exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D21B83B3 for ; Sun, 2 Jun 2013 05: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 BAA5617B8 for ; Sun, 2 Jun 2013 05:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52500O9038609 for ; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52500nl038599; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 05:00:00 GMT Resent-Message-Id: <201306020500.r52500nl038599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hakisho Nukama Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 61661390 for ; Sun, 2 Jun 2013 04:55:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 3C17A17A1 for ; Sun, 2 Jun 2013 04:55:09 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.7) with ESMTP id r524t9jb062205 for ; Sun, 2 Jun 2013 04:55:09 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r524t9hv062204; Sun, 2 Jun 2013 04:55:09 GMT (envelope-from nobody) Message-Id: <201306020455.r524t9hv062204@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 04:55:09 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179188: New port: textproc/p5-checkbashisms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 05:00:00 -0000 >Number: 179188 >Category: ports >Synopsis: New port: textproc/p5-checkbashisms >Confidential: no >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 Jun 02 05:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: 9.1-RELEASE >Organization: n/a >Environment: >Description: Debian script that checks for bash-isms http://packages.qa.debian.org/d/devscripts.html >How-To-Repeat: https://redports.org/buildarchive/20130602042100-3495/ >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: # # p5-checkbashisms # p5-checkbashisms/Makefile # p5-checkbashisms/distinfo # p5-checkbashisms/pkg-descr # echo c - p5-checkbashisms mkdir -p p5-checkbashisms > /dev/null 2>&1 echo x - p5-checkbashisms/Makefile sed 's/^X//' >p5-checkbashisms/Makefile << '5c52fce10912679f6a358cb93d2225dd' X# Created by: Hakisho Nukama X# $FreeBSD$ X XPORTNAME= checkbashisms XPORTVERSION= 2.12.6 XCATEGORIES= textproc perl5 XMASTER_SITES= http://ftp.debian.org/debian/pool/main/d/devscripts/ XPKGNAMEPREFIX= p5- XDISTNAME= devscripts_${PORTVERSION} X XMAINTAINER= nukama+maintainer@gmail.com XCOMMENT= Perl module for checking scripts against POSIX-compliance X XLICENSE= GPLv2 X XNO_BUILD= yes X XUSE_PERL5_RUN= YES X XMAN1= checkbashisms.1 X XPLIST_FILES+= bin/checkbashisms X XWRKSRC= ${WRKDIR}/devscripts-${PORTVERSION} X Xpre-install: X ${REINPLACE_CMD} -e 's|###VERSION###|${PORTVERSION}|' \ X ${WRKSRC}/scripts/checkbashisms.pl X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/scripts/checkbashisms.pl ${PREFIX}/bin/checkbashisms X @${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 ${MANPREFIX}/man/man1 X X.include 5c52fce10912679f6a358cb93d2225dd echo x - p5-checkbashisms/distinfo sed 's/^X//' >p5-checkbashisms/distinfo << '8da28bb240046db7acc34d6cdb565528' XSHA256 (devscripts_2.12.6.tar.gz) = eab908dc6809459a62eac4e6d07bda714123fc4cc0b15e275b865c8a49e65f8e XSIZE (devscripts_2.12.6.tar.gz) = 996395 8da28bb240046db7acc34d6cdb565528 echo x - p5-checkbashisms/pkg-descr sed 's/^X//' >p5-checkbashisms/pkg-descr << 'e24c120e92e4af66082372c4d07dc2da' XDebian script that checks for bashisms X XWWW: http://packages.qa.debian.org/d/devscripts.html e24c120e92e4af66082372c4d07dc2da exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84BB13E5; Sun, 2 Jun 2013 05:00: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 5BF3917BD; Sun, 2 Jun 2013 05:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52508vf038709; Sun, 2 Jun 2013 05:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52508dc038708; Sun, 2 Jun 2013 05:00:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 05:00:08 GMT Message-Id: <201306020500.r52508dc038708@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179187: New port: security/p5-gpgdir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 05:00:08 -0000 Synopsis: New port: security/p5-gpgdir Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 05: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=179187 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 965703B1 for ; Sun, 2 Jun 2013 05: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 7680917B6 for ; Sun, 2 Jun 2013 05:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52500XU038550 for ; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52500pa038549; Sun, 2 Jun 2013 05:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 05:00:00 GMT Resent-Message-Id: <201306020500.r52500pa038549@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hakisho Nukama Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B83339A for ; Sun, 2 Jun 2013 04:57:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 25E5517A6 for ; Sun, 2 Jun 2013 04:57:18 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.7) with ESMTP id r524vItH062540 for ; Sun, 2 Jun 2013 04:57:18 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r524vIQw062539; Sun, 2 Jun 2013 04:57:18 GMT (envelope-from nobody) Message-Id: <201306020457.r524vIQw062539@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 04:57:18 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179187: New port: security/p5-gpgdir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 05:00:00 -0000 >Number: 179187 >Category: ports >Synopsis: New port: security/p5-gpgdir >Confidential: no >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 Jun 02 05:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: 9.1-RELEASE >Organization: n/a >Environment: >Description: gpgdir is a perl script that uses the CPAN GnuPG::Interface module to encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc. WWW: https://www.cipherdyne.org/~cipherdy/gpgdir/ >How-To-Repeat: https://redports.org/buildarchive/20130602011300-23259/ >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: # # p5-gpgdir # p5-gpgdir/Makefile # p5-gpgdir/pkg-descr # p5-gpgdir/distinfo # echo c - p5-gpgdir mkdir -p p5-gpgdir > /dev/null 2>&1 echo x - p5-gpgdir/Makefile sed 's/^X//' >p5-gpgdir/Makefile << '69f41ab0bda08180f0125f5ae28b1c03' X# Created by: Hakisho Nukama X# $FreeBSD$ X XPORTNAME= gpgdir XPORTVERSION= 1.9.5 XCATEGORIES= security perl5 XMASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \ X http://www.cipherdyne.org/gpgdir/download/ XPKGNAMEPREFIX= p5- X XMAINTAINER= nukama+maintainer@gmail.com XCOMMENT= Recursive directory encryption with GnuPG X XLICENSE= GPLv2 X XBUILD_DEPENDS= ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \ X ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ X ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey XRUN_DEPENDS:= ${BUILD_DEPENDS} X XNO_BUILD= yes XUSE_PERL5_RUN= yes X XPLIST_FILES= bin/gpgdir XMAN1= gpgdir.1 X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${PREFIX}/bin/ X @${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${MANPREFIX}/man/man1/ X X.include 69f41ab0bda08180f0125f5ae28b1c03 echo x - p5-gpgdir/pkg-descr sed 's/^X//' >p5-gpgdir/pkg-descr << 'e60f8b25d561854367eee6eff18a9eca' Xgpgdir is a perl script that uses the CPAN GnuPG::Interface module Xto encrypt and decrypt directories using a gpg key specified in ~/.gpgdirrc. X XWWW: http://www.cipherdyne.org/gpgdir/ e60f8b25d561854367eee6eff18a9eca echo x - p5-gpgdir/distinfo sed 's/^X//' >p5-gpgdir/distinfo << '4b3bf047e9bcc65afbcc48b64ff04629' XSHA256 (gpgdir-1.9.5.tar.gz) = dd2a55f50ce78c446df9358f5f6c031996c3cf4ef07593da25708a1eb19fc859 XSIZE (gpgdir-1.9.5.tar.gz) = 233202 4b3bf047e9bcc65afbcc48b64ff04629 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05:00: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 0720C415; Sun, 2 Jun 2013 05:00: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 D7E2117BF; Sun, 2 Jun 2013 05:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5250E6H038797; Sun, 2 Jun 2013 05:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5250EWx038796; Sun, 2 Jun 2013 05:00:14 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 05:00:14 GMT Message-Id: <201306020500.r5250EWx038796@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179189: New port: textproc/p5-texcount X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 05:00:15 -0000 Synopsis: New port: textproc/p5-texcount Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 05:00:14 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179189 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05:00: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 1E037496; Sun, 2 Jun 2013 05:00: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 EE93017C9; Sun, 2 Jun 2013 05:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5250O9B040292; Sun, 2 Jun 2013 05:00:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5250OA3040291; Sun, 2 Jun 2013 05:00:24 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 05:00:24 GMT Message-Id: <201306020500.r5250OA3040291@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179188: New port: textproc/p5-checkbashisms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 05:00:25 -0000 Synopsis: New port: textproc/p5-checkbashisms Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 05:00:24 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=179188 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05: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 D948357F for ; Sun, 2 Jun 2013 05: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 C1AD717F9 for ; Sun, 2 Jun 2013 05:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r525A0s3040836 for ; Sun, 2 Jun 2013 05:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r525A0qE040835; Sun, 2 Jun 2013 05:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 05:10:00 GMT Resent-Message-Id: <201306020510.r525A0qE040835@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hakisho Nukama Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F0E1B557 for ; Sun, 2 Jun 2013 05:04:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E2A9517E0 for ; Sun, 2 Jun 2013 05:04:46 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.7) with ESMTP id r5254kUX026403 for ; Sun, 2 Jun 2013 05:04:46 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r5254k66026398; Sun, 2 Jun 2013 05:04:46 GMT (envelope-from nobody) Message-Id: <201306020504.r5254k66026398@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 05:04:46 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179191: New port: editors/gummi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 05:10:00 -0000 >Number: 179191 >Category: ports >Synopsis: New port: editors/gummi >Confidential: no >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 Jun 02 05:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: 9.1-RELEASE >Organization: n/a >Environment: >Description: Gummi is a LaTeX editor. It was designed with simplicity in mind WWW: http://gummi.midnightcoding.org/ Dependent on ports/179189 >How-To-Repeat: https://redports.org/buildarchive/20130602024959-75306/ >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: # # gummi # gummi/Makefile # gummi/distinfo # gummi/pkg-plist # gummi/files # gummi/files/patch-src__update.c # gummi/files/patch-po__Makefile.in.in # gummi/pkg-descr # echo c - gummi mkdir -p gummi > /dev/null 2>&1 echo x - gummi/Makefile sed 's/^X//' >gummi/Makefile << 'e9f5a273246dbe261e580bbebe33a20a' X# Created by: Hakisho Nukama X# $FreeBSD$ X XPORTNAME= gummi XPORTVERSION= 0.6.5 XCATEGORIES= editors XMASTER_SITES= http://dev.midnightcoding.org/attachments/download/301/ X XMAINTAINER= nukama+maintainer@gmail.com XCOMMENT= Simple LaTex editor for GTK users X XLICENSE= MIT X XBUILD_DEPENDS+= msgfmt:${PORTSDIR}/devel/gettext XLIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib \ X gtkspell:${PORTSDIR}/textproc/gtkspell X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_ICONV= yes XUSE_XORG= xdamage xft xcursor xcomposite XUSE_GNOME= desktopfileutils gtksourceview2 glib20 intlhack XUSE_PKGCONFIG= build XINSTALLS_ICONS= yes XINSTALLS_OMF= yes X XMAN1= gummi.1 X XOPTIONS_DEFINE= TETEX LATEXMK RUBBER TEXCOUNT XOPTIONS_DEFAULT= TETEX X XTETEX_DESC= Use pdfetex typesetter XLATEXMK_DESC= Use latexmk typesetter XRUBBER_DESC= Use rubber typesetter XTEXCOUNT_DESC= With texcount statistics X X.include X X.if ${PORT_OPTIONS:MNLS} XUSE_GETTEXT= yes XCONFIGURE_ARGS+= --enable-nls XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB+= NLS="@comment " X.endif X X.if ${PORT_OPTIONS:MTETEX} XRUN_DEPENDS+= pdfetex:${PORTSDIR}/print/teTeX-base X.endif X X.if ${PORT_OPTIONS:MLATEXMK} XRUN_DEPENDS+= latexmk:${PORTSDIR}/print/latexmk X.endif X X.if ${PORT_OPTIONS:MRUBBER} XRUN_DEPENDS+= rubber:${PORTSDIR}/textproc/rubber X.endif X X.if ${PORT_OPTIONS:MTEXCOUNT} X#RUN_DEPENDS+= ${LOCALBASE}/bin/texcount.${PORTVERSION}:${PORTSDIR}/texproc/p5-texcount X.endif X X.include e9f5a273246dbe261e580bbebe33a20a echo x - gummi/distinfo sed 's/^X//' >gummi/distinfo << '1adb4f065e73b6b132194008af8f4be9' XSHA256 (gummi-0.6.5.tar.gz) = b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb XSIZE (gummi-0.6.5.tar.gz) = 520902 1adb4f065e73b6b132194008af8f4be9 echo x - gummi/pkg-plist sed 's/^X//' >gummi/pkg-plist << '46e67c81708817f4f4389af216149b85' Xbin/gummi Xshare/applications/gummi.desktop Xshare/pixmaps/gummi.png Xlib/gummi/latex_dvi.sh X%%DATADIR%%/ui/snippets.glade X%%DATADIR%%/ui/gummi.glade X%%DATADIR%%/ui/prefs.glade X%%DATADIR%%/snippets/snippets.lang X%%DATADIR%%/snippets/snippets.cfg X%%DATADIR%%/misc/default.tex X%%DATADIR%%/icons/gummi.png X%%DATADIR%%/icons/icon.png X%%NLS%%share/locale/ar/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/ca/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/cs/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/da/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/de/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/el/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/es/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/fr/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/hu/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/it/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/nl/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/pl/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/pt/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/pt_BR/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/ro/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/ru/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/sv/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/zh_CN/LC_MESSAGES/gummi.mo X%%NLS%%share/locale/zh_TW/LC_MESSAGES/gummi.mo X@dirrm %%DATADIR%%/icons X@dirrm %%DATADIR%%/misc X@dirrm %%DATADIR%%/snippets X@dirrm %%DATADIR%%/ui X@dirrm %%DATADIR%% X@dirrm lib/gummi X@dirrm share/applications 46e67c81708817f4f4389af216149b85 echo c - gummi/files mkdir -p gummi/files > /dev/null 2>&1 echo x - gummi/files/patch-src__update.c sed 's/^X//' >gummi/files/patch-src__update.c << '4d2cbdf54280f09a4b60b1890ae7abaf' X--- ./src/update.c.orig 2012-01-29 20:34:57.429446671 +0000 X+++ ./src/update.c 2012-01-29 20:35:29.991443641 +0000 X@@ -31,6 +31,7 @@ X X #include X #include X+#include X X #ifndef WIN32 X # include 4d2cbdf54280f09a4b60b1890ae7abaf echo x - gummi/files/patch-po__Makefile.in.in sed 's/^X//' >gummi/files/patch-po__Makefile.in.in << 'c650ec96d5dc7f7770b5e3a885464ad7' X--- ./po/Makefile.in.in.orig 2012-01-29 20:42:39.060446287 +0000 X+++ ./po/Makefile.in.in 2012-01-29 20:43:42.348435836 +0000 X@@ -34,7 +34,8 @@ datadir = @datadir@ X datarootdir = @datarootdir@ X libdir = @libdir@ X DATADIRNAME = @DATADIRNAME@ X-itlocaledir = $(prefix)/$(DATADIRNAME)/locale X+sharedir = share X+itlocaledir = $(prefix)/$(sharedir)/locale X subdir = po X install_sh = @install_sh@ X # Automake >= 1.8 provides @mkdir_p@. c650ec96d5dc7f7770b5e3a885464ad7 echo x - gummi/pkg-descr sed 's/^X//' >gummi/pkg-descr << '398c14092b68f95c6c535a46612237fe' XGummi is a LaTeX editor. It was designed with simplicity in mind. X XWWW: http://gummi.midnightcoding.org/ 398c14092b68f95c6c535a46612237fe exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05: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 E3EC3580 for ; Sun, 2 Jun 2013 05: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 C760217FA for ; Sun, 2 Jun 2013 05:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r525A0Gc040772 for ; Sun, 2 Jun 2013 05:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r525A0CN040771; Sun, 2 Jun 2013 05:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 05:10:00 GMT Resent-Message-Id: <201306020510.r525A0CN040771@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hakisho Nukama Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 072D8571 for ; Sun, 2 Jun 2013 05:06:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id EE17117EF for ; Sun, 2 Jun 2013 05:06:37 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.7) with ESMTP id r5256bA2035456 for ; Sun, 2 Jun 2013 05:06:37 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r5256bsN035455; Sun, 2 Jun 2013 05:06:37 GMT (envelope-from nobody) Message-Id: <201306020506.r5256bsN035455@oldred.FreeBSD.org> Date: Sun, 2 Jun 2013 05:06:37 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179190: [PATCH] Added rc.d script for irc/znc 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: Sun, 02 Jun 2013 05:10:01 -0000 >Number: 179190 >Category: ports >Synopsis: [PATCH] Added rc.d script for irc/znc port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 05:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: 9.1-RELEASE >Organization: n/a >Environment: >Description: rc.d script for starting znc as a service. >How-To-Repeat: https://redports.org/buildarchive/20130602040201-21978/ >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- /usr/ports/irc/znc/Makefile (revision 0) +++ /usr/ports/irc/znc/Makefile (working copy) @@ -14,6 +14,7 @@ FETCH_ARGS= -Fpr GNU_CONFIGURE= yes +USE_RC_SUBR= znc USES= pkgconfig iconv USE_GMAKE= yes WANT_PERL= yes Index: files/znc.in =================================================================== --- /usr/ports/irc/znc/files/znc.in (revision 0) +++ /usr/ports/irc/znc/files/znc.in (working copy) @@ -0,0 +1,36 @@ +#!/bin/sh +# +# PROVIDE: znc +# REQUIRE: LOGIN DAEMON +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf to enable znc: +# +# znc_enable: Set to NO by default. Set it to YES to enable it. +# znc_conf_dir: Directory where znc configuration +# data is stored. +# Default: /usr/local/etc/znc +# znc_user: The user account znc runs as what +# you want it to be. It uses 'znc' user by +# default. Do not sets it as empty or it will run +# as root. +# + +. /etc/rc.subr + +name=znc +rcvar=${name}_enable + +command=/usr/local/bin/znc + +load_rc_config ${name} + +: ${znc_enable:="NO"} +: ${znc_user:="znc"} +: ${znc_conf_dir="/usr/local/etc/znc"} + +znc_flags=" \ + ${znc_conf_dir:+-d ${znc_conf_dir}} \ + ${znc_flags}" + +run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 05: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 5E6665DB; Sun, 2 Jun 2013 05:10: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 3ABD117FC; Sun, 2 Jun 2013 05:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r525AEOA042336; Sun, 2 Jun 2013 05:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r525AEff042335; Sun, 2 Jun 2013 05:10:14 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 05:10:14 GMT Message-Id: <201306020510.r525AEff042335@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jase@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179190: [PATCH] Added rc.d script for irc/znc 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: Sun, 02 Jun 2013 05:10:14 -0000 Synopsis: [PATCH] Added rc.d script for irc/znc port Responsible-Changed-From-To: freebsd-ports-bugs->jase Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 05:10:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179190 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 CDDB048C for ; Sun, 2 Jun 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 B18281A46 for ; Sun, 2 Jun 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r527U04K067305 for ; Sun, 2 Jun 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r527U0jw067304; Sun, 2 Jun 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 07:30:00 GMT Resent-Message-Id: <201306020730.r527U0jw067304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DC61D44F for ; Sun, 2 Jun 2013 07:22:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id CD8A61A27 for ; Sun, 2 Jun 2013 07:22:38 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r527Mc3q090590 for ; Sun, 2 Jun 2013 07:22:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r527McSr090589; Sun, 2 Jun 2013 07:22:38 GMT (envelope-from nobody) Message-Id: <201306020722.r527McSr090589@oldred.freebsd.org> Date: Sun, 2 Jun 2013 07:22:38 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179192: [maintainer update] for graphics/openimageio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 07:30:01 -0000 >Number: 179192 >Category: ports >Synopsis: [maintainer update] for graphics/openimageio >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 Jun 02 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD leader.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #1 r250752M: Sat May 18 18:04:30 CST 2013 root@leader.local:/usr/obj/usr/src/sys/dtracekern amd64 >Description: update openimageio to v1.1.11 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru openimageio.orig/Makefile openimageio/Makefile --- openimageio.orig/Makefile 2013-06-02 16:46:16.100389593 +0930 +++ openimageio/Makefile 2013-06-02 06:35:18.588413974 +0930 @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= openimageio -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -22,7 +22,7 @@ GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= f28f5c4 +GH_COMMIT= c330781 WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src # fbm also installs bin/idiff diff -Nru openimageio.orig/distinfo openimageio/distinfo --- openimageio.orig/distinfo 2013-06-02 16:46:16.102384916 +0930 +++ openimageio/distinfo 2013-06-02 06:35:18.588413974 +0930 @@ -1,2 +1,2 @@ -SHA256 (openimageio-1.1.10.tar.gz) = 1510287790113f0c64421623be7bf5b9317a1c9cfd6e85125bae81bc6c07a275 -SIZE (openimageio-1.1.10.tar.gz) = 9501836 +SHA256 (openimageio-1.1.11.tar.gz) = 0c5959cc7556475649588fc7967835c02c11a56124a2271971f3b9b45a1e2b46 +SIZE (openimageio-1.1.11.tar.gz) = 9502225 diff -Nru openimageio.orig/pkg-plist openimageio/pkg-plist --- openimageio.orig/pkg-plist 2013-06-02 16:46:16.102384916 +0930 +++ openimageio/pkg-plist 2013-06-02 06:35:18.589381134 +0930 @@ -38,7 +38,7 @@ lib/libOpenImageIO.so lib/libOpenImageIO.so.1 lib/libOpenImageIO.so.1.1 -lib/libOpenImageIO.so.1.1.10 +lib/libOpenImageIO.so.1.1.11 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 07:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1F9D448E for ; Sun, 2 Jun 2013 07:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 01B5E1A48 for ; Sun, 2 Jun 2013 07:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r527U0DY067370 for ; Sun, 2 Jun 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r527U0L8067369; Sun, 2 Jun 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 07:30:00 GMT Resent-Message-Id: <201306020730.r527U0L8067369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3D904461 for ; Sun, 2 Jun 2013 07:24:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2F5E11A2F for ; Sun, 2 Jun 2013 07:24:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r527O4dq090868 for ; Sun, 2 Jun 2013 07:24:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r527O4rb090867; Sun, 2 Jun 2013 07:24:04 GMT (envelope-from nobody) Message-Id: <201306020724.r527O4rb090867@oldred.freebsd.org> Date: Sun, 2 Jun 2013 07:24:04 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179193: [maintainer update] for graphics/openshadinglanguage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 07:30:01 -0000 >Number: 179193 >Category: ports >Synopsis: [maintainer update] for graphics/openshadinglanguage >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 Jun 02 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD leader.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #1 r250752M: Sat May 18 18:04:30 CST 2013 root@leader.local:/usr/obj/usr/src/sys/dtracekern amd64 >Description: Update openshadinglanguage to v1.3.1 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru openshadinglanguage.orig/Makefile openshadinglanguage/Makefile --- openshadinglanguage.orig/Makefile 2013-06-02 16:47:07.448381125 +0930 +++ openshadinglanguage/Makefile 2013-06-02 16:36:01.028381156 +0930 @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= openshadinglanguage -PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTVERSION= 1.3.1 +PORTREVISION= 0 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz @@ -22,7 +22,7 @@ GH_ACCOUNT= imageworks GH_PROJECT= OpenShadingLanguage GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= d722707 +GH_COMMIT= 12efa45 WRKSRC= ${WRKDIR}/imageworks-OpenShadingLanguage-${GH_COMMIT}/src diff -Nru openshadinglanguage.orig/distinfo openshadinglanguage/distinfo --- openshadinglanguage.orig/distinfo 2013-06-02 16:47:07.448381125 +0930 +++ openshadinglanguage/distinfo 2013-06-02 16:34:39.115630083 +0930 @@ -1,2 +1,2 @@ -SHA256 (openshadinglanguage-1.3.0.tar.gz) = a84e97535e9fa15aa02b68a7894046b36cad0964de21e9f1a8709852a8aa0d89 -SIZE (openshadinglanguage-1.3.0.tar.gz) = 10315983 +SHA256 (openshadinglanguage-1.3.1.tar.gz) = 088876b60963391e33b335000c12de4a989f6598eca415bf4cfac150deb51a56 +SIZE (openshadinglanguage-1.3.1.tar.gz) = 10316693 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 08: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 109FB859 for ; Sun, 2 Jun 2013 08: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 D130F1B03 for ; Sun, 2 Jun 2013 08:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r528A0lJ074139 for ; Sun, 2 Jun 2013 08:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r528A0E6074128; Sun, 2 Jun 2013 08:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 08:10:00 GMT Resent-Message-Id: <201306020810.r528A0E6074128@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4602B83A for ; Sun, 2 Jun 2013 08:08:00 +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 C938C1AF6 for ; Sun, 2 Jun 2013 08:07:59 +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 r5287oBs036354 for ; Sun, 2 Jun 2013 11:07:50 +0300 (EEST) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r5287igN036353; Sun, 2 Jun 2013 11:07:44 +0300 (EEST) (envelope-from jason) Message-Id: <201306020807.r5287igN036353@jw.lds.net.ua> Date: Sun, 2 Jun 2013 11:07:44 +0300 (EEST) From: Sayetsky Anton To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179194: [patch] print/cups-base: fix typo in options description 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: Sun, 02 Jun 2013 08:10:01 -0000 >Number: 179194 >Category: ports >Synopsis: [patch] print/cups-base: fix typo in options description >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 Jun 02 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD jw.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250095: Tue Apr 30 12:25:23 EEST 2013 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64 >Description: There is a typo in XDG_OPEN description. >How-To-Repeat: >Fix: Patch attached with submission follows: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 319641) +++ Makefile (working copy) @@ -78,7 +78,7 @@ LIBUSB_DESC= USB support GHOSTSCRIPT_DESC= Build pdftops with GHOSTSCRIPT XPDF_DESC= Build pdftops with XPDF -XDG_OPEN= Build with XDG_OPEN as browser +XDG_OPEN_DESC= Build with XDG_OPEN as browser .include --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 08: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 31C0D860 for ; Sun, 2 Jun 2013 08: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 24E411B06 for ; Sun, 2 Jun 2013 08:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r528A153074159 for ; Sun, 2 Jun 2013 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r528A1s9074158; Sun, 2 Jun 2013 08:10:01 GMT (envelope-from gnats) Date: Sun, 2 Jun 2013 08:10:01 GMT Message-Id: <201306020810.r528A1s9074158@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Shane Ambler Subject: Re: ports/179165: graphics/openimageio fail to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Shane Ambler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 08:10:02 -0000 The following reply was made to PR ports/179165; it has been noted by GNATS. From: Shane Ambler To: bug-followup@FreeBSD.org, aguzman@pendulosoftware.com Cc: Subject: Re: ports/179165: graphics/openimageio fail to compile Date: Sun, 02 Jun 2013 17:37:15 +0930 a+b) are the same issue. The GH_COMMIT changing I believe is due to a change at github - another I setup a few days ago had a similar change. If I download openimageio-1.1.10.tar.gz now and compare it to the file I downloaded originally, the filesize is different (which I can only guess is a variation in compression) and the commit id is different but diff shows no change to the de-compressed file contents. I have just submitted an update to v1.1.11 that should fix this part. c) The first build error would indicate that OpenColorIO was compiled with gcc46 leading to a mismatch in GLIBCXX libs during link time. Try adding -rpath ${LOCALBASE}/lib/gcc46 to your LDFLAGS or using the same gcc version for both. I haven't tried using gcc48 yet so I need to look into that. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 87A51895; Sun, 2 Jun 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 637D51B0A; Sun, 2 Jun 2013 08:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r528A9RH074235; Sun, 2 Jun 2013 08:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r528A9uR074234; Sun, 2 Jun 2013 08:10:09 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 08:10:09 GMT Message-Id: <201306020810.r528A9uR074234@freefall.freebsd.org> To: vsjcfm@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179194: [patch] print/cups-base: fix typo in options description X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 08:10:09 -0000 Synopsis: [patch] print/cups-base: fix typo in options description State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 2 08:10:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179194 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 08: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 79719995 for ; Sun, 2 Jun 2013 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9AD1B43 for ; Sun, 2 Jun 2013 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r528K1Lf077761 for ; Sun, 2 Jun 2013 08:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r528K12B077756; Sun, 2 Jun 2013 08:20:01 GMT (envelope-from gnats) Date: Sun, 2 Jun 2013 08:20:01 GMT Message-Id: <201306020820.r528K12B077756@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179194: [patch] print/cups-base: fix typo in options description 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, 02 Jun 2013 08:20:01 -0000 The following reply was made to PR ports/179194; it has been noted by GNATS. From: Edwin Groothuis To: c.petrik.sosa@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/179194: [patch] print/cups-base: fix typo in options description Date: Sun, 2 Jun 2013 08:10:08 UT Maintainer of print/cups-base, Please note that PR ports/179194 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/179194 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 09: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 BEEC5BB7 for ; Sun, 2 Jun 2013 09: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 8CA611C24 for ; Sun, 2 Jun 2013 09:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52900Ed085163 for ; Sun, 2 Jun 2013 09:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52900iT085162; Sun, 2 Jun 2013 09:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 09:00:00 GMT Resent-Message-Id: <201306020900.r52900iT085162@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 10735AF7 for ; Sun, 2 Jun 2013 08:55:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0206C1BFE for ; Sun, 2 Jun 2013 08:55:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r528tKkZ031838 for ; Sun, 2 Jun 2013 08:55:20 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r528tKbL031833; Sun, 2 Jun 2013 08:55:20 GMT (envelope-from nobody) Message-Id: <201306020855.r528tKbL031833@oldred.freebsd.org> Date: Sun, 2 Jun 2013 08:55:20 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179195: [maintainer update] for graphics/opencolorio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 09:00:00 -0000 >Number: 179195 >Category: ports >Synopsis: [maintainer update] for graphics/opencolorio >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 Jun 02 09:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD leader.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #1 r250752M: Sat May 18 18:04:30 CST 2013 root@leader.local:/usr/obj/usr/src/sys/dtracekern amd64 >Description: Update due to changes at github It appears that the github downloads have changed, the GH_COMMIT and filesize has changed but diff shows no changes to the de-compressed file contents. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru opencolorio.orig/Makefile opencolorio/Makefile --- opencolorio.orig/Makefile 2013-06-02 18:21:00.076815597 +0930 +++ opencolorio/Makefile 2013-06-02 18:14:48.505381592 +0930 @@ -15,7 +15,7 @@ GH_ACCOUNT= imageworks GH_PROJECT= OpenColorIO GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 8883824 +GH_COMMIT= 19ed2e3 .if !defined(OCIO_TOOLS) USE_PYTHON= 2.6+ diff -Nru opencolorio.orig/distinfo opencolorio/distinfo --- opencolorio.orig/distinfo 2013-06-02 18:21:00.076815597 +0930 +++ opencolorio/distinfo 2013-06-02 18:14:07.410380842 +0930 @@ -1,2 +1,2 @@ -SHA256 (opencolorio-1.0.8.tar.gz) = 9b6d540040e29394045c724c1a46ea00913e660269b03bf24790c74a5542adb4 -SIZE (opencolorio-1.0.8.tar.gz) = 11912207 +SHA256 (opencolorio-1.0.8.tar.gz) = 13b0bf297d6f0856e4246330814edc4b657981a272d0b705fd3d07809384cacc +SIZE (opencolorio-1.0.8.tar.gz) = 11912169 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 09:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 99BA2DF6 for ; Sun, 2 Jun 2013 09: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 7A6371C62 for ; Sun, 2 Jun 2013 09:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r529A0o2087044 for ; Sun, 2 Jun 2013 09:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r529A0VD087043; Sun, 2 Jun 2013 09:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 09:10:00 GMT Resent-Message-Id: <201306020910.r529A0VD087043@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marco Bröder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 74371D94 for ; Sun, 2 Jun 2013 09:03:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 656001C47 for ; Sun, 2 Jun 2013 09:03:56 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5293uru022827 for ; Sun, 2 Jun 2013 09:03:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5293uNs022821; Sun, 2 Jun 2013 09:03:56 GMT (envelope-from nobody) Message-Id: <201306020903.r5293uNs022821@oldred.freebsd.org> Date: Sun, 2 Jun 2013 09:03:56 GMT From: Marco Bröder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179196: [maintainer-update] [patch] devel/dulwich: Update to 0.9.0 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, 02 Jun 2013 09:10:00 -0000 >Number: 179196 >Category: ports >Synopsis: [maintainer-update] [patch] devel/dulwich: Update to 0.9.0 release >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 Jun 02 09:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: stable/9 amd64 >Organization: >Environment: >Description: - Update to 0.9.0 release - Remove Launchpad mirror and now unnecessary FETCH_ARGS (they did not mirror the distfiles since the last four releases) - Update website URL If there are questions, please ask. Tinderbox logs available. https://redports.org/buildarchive/20130602075400-53781/ Thanks! >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile index d911c4a..da8bbc7 100644 --- a/devel/dulwich/Makefile +++ b/devel/dulwich/Makefile @@ -2,10 +2,9 @@ # $FreeBSD: ports/devel/dulwich/Makefile,v 1.18 2012/12/16 12:09:06 svnexp Exp $ PORTNAME= dulwich -PORTVERSION= 0.8.7 +PORTVERSION= 0.9.0 CATEGORIES= devel python -MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \ - http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ +MASTER_SITES= http://www.samba.org/~jelmer/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= marco.broeder@gmx.eu @@ -17,13 +16,11 @@ LICENSE_COMB= dual MAKE_JOBS_SAFE= yes PORTDOCS= AUTHORS HACKING NEWS README introduction.txt \ - object-store.txt protocol.txt remote.txt repo.txt + object-store.txt protocol.txt remote.txt repo.txt tag.txt USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -FETCH_ARGS= -Fpr # default '-AFpr' prevents 302 redirects by launchpad - OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo index 7183731..191a928 100644 --- a/devel/dulwich/distinfo +++ b/devel/dulwich/distinfo @@ -1,2 +1,2 @@ -SHA256 (dulwich-0.8.7.tar.gz) = 7ba336d0100b90baf843b20d71fedc8a92e36de41c1acdebe4cba12e76b93810 -SIZE (dulwich-0.8.7.tar.gz) = 208639 +SHA256 (dulwich-0.9.0.tar.gz) = bc6df3634216d01064d86c0bad8b39f26802dbfe37d34f1b0edf8a60c4ca8f25 +SIZE (dulwich-0.9.0.tar.gz) = 221697 diff --git a/devel/dulwich/pkg-descr b/devel/dulwich/pkg-descr index 7acabe2..728b27f 100644 --- a/devel/dulwich/pkg-descr +++ b/devel/dulwich/pkg-descr @@ -4,4 +4,4 @@ It aims to give an interface to git repos that doesn't call out to git directly but instead uses pure Python. It is based on the Python-Git module released by James Westby. -WWW: http://samba.org/~jelmer/dulwich/ +WWW: http://www.samba.org/~jelmer/dulwich/ diff --git a/devel/dulwich/pkg-plist b/devel/dulwich/pkg-plist index 5bc378e..7c74bd0 100644 --- a/devel/dulwich/pkg-plist +++ b/devel/dulwich/pkg-plist @@ -28,6 +28,9 @@ bin/dulwich %%PYTHON_SITELIBDIR%%/dulwich/file.py %%PYTHON_SITELIBDIR%%/dulwich/file.pyc %%PYTHON_SITELIBDIR%%/dulwich/file.pyo +%%PYTHON_SITELIBDIR%%/dulwich/hooks.py +%%PYTHON_SITELIBDIR%%/dulwich/hooks.pyc +%%PYTHON_SITELIBDIR%%/dulwich/hooks.pyo %%PYTHON_SITELIBDIR%%/dulwich/index.py %%PYTHON_SITELIBDIR%%/dulwich/index.pyc %%PYTHON_SITELIBDIR%%/dulwich/index.pyo @@ -85,12 +88,18 @@ bin/dulwich %%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.py %%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.pyc %%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.pyo +%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.py +%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.pyc +%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.pyo %%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.py %%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyc %%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyo %%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.py %%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.pyc %%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.pyo +%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.py +%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.pyc +%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.pyo %%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.py %%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.pyc %%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 09:42: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 8A8D93D4; Sun, 2 Jun 2013 09:42:51 +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 6234A1CEB; Sun, 2 Jun 2013 09:42:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r529gpCG094347; Sun, 2 Jun 2013 09:42:51 GMT (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r529gonG094346; Sun, 2 Jun 2013 09:42:50 GMT (envelope-from hrs) Date: Sun, 2 Jun 2013 09:42:50 GMT Message-Id: <201306020942.r529gonG094346@freefall.freebsd.org> To: jszhao@yeah.net, hrs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: hrs@FreeBSD.org Subject: Re: ports/179185: texlive-base-20120701_6 conflicts with tex-formats-20120701 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 09:42:51 -0000 Synopsis: texlive-base-20120701_6 conflicts with tex-formats-20120701 State-Changed-From-To: open->feedback State-Changed-By: hrs State-Changed-When: Sun Jun 2 09:41:58 UTC 2013 State-Changed-Why: Please try pkg_delete tex-formats-20120701 first and let me know if the problem persists or not. Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Sun Jun 2 09:41:58 UTC 2013 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=179185 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8BA64A4F for ; Sun, 2 Jun 2013 10: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 7256A1DC3 for ; Sun, 2 Jun 2013 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52AK0RF000650 for ; Sun, 2 Jun 2013 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52AK0j3000649; Sun, 2 Jun 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 10:20:00 GMT Resent-Message-Id: <201306021020.r52AK0j3000649@freefall.freebsd.org> 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 E245E8DF for ; Sun, 2 Jun 2013 10:16:01 +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 5520D1DB3 for ; Sun, 2 Jun 2013 10:16:00 +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 r52AFwG6076810 for ; Sun, 2 Jun 2013 13:15:58 +0300 (EEST) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r52AFrJF076809; Sun, 2 Jun 2013 13:15:53 +0300 (EEST) (envelope-from jason) Message-Id: <201306021015.r52AFrJF076809@jw.lds.net.ua> Date: Sun, 2 Jun 2013 13:15:53 +0300 (EEST) From: Sayetsky Anton To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179197: [patch] [update] graphics/pngcrush: unbreak & update 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: Sun, 02 Jun 2013 10:20:00 -0000 >Number: 179197 >Category: ports >Synopsis: [patch] [update] graphics/pngcrush: unbreak & update >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 Jun 02 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD jw.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250095: Tue Apr 30 12:25:23 EEST 2013 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64 >Description: There is a new version. >How-To-Repeat: >Fix: Patch attached with submission follows: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 319641) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.51 +PORTVERSION= 1.7.59 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib @@ -12,10 +12,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -BROKEN= Does not fetch - USE_XZ= yes -USE_GMAKE= yes CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" Index: distinfo =================================================================== --- distinfo (revision 319641) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.51-nolib.tar.xz) = 78df26dd2c6fdb09e55078d173350bef62abb2ba51ccfe352f4be6f6b8cf7762 -SIZE (pngcrush-1.7.51-nolib.tar.xz) = 53912 +SHA256 (pngcrush-1.7.59-nolib.tar.xz) = 0dd7b7d0fb73e8ce9ada44ab1690613dc58c0800806bf3b06a411d69ffd37eb0 +SIZE (pngcrush-1.7.59-nolib.tar.xz) = 56532 Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 0) +++ files/patch-Makefile (working copy) @@ -0,0 +1,29 @@ +--- ./Makefile.orig 2013-06-02 13:08:48.000000000 +0300 ++++ ./Makefile 2013-06-02 13:10:53.000000000 +0300 +@@ -11,11 +11,11 @@ + # macros -------------------------------------------------------------------- + + # uncomment these 2 lines only if you are using an external copy of libpng: +-PNGINC = ${HOME}/include +-PNGLIB = ${HOME}/lib ++#PNGINC = ${HOME}/include ++#PNGLIB = ${HOME}/lib + # uncomment these 2 lines only if you are using an external copy of zlib: +-ZINC = ${HOME}/include +-ZLIB = ${HOME}/lib ++#ZINC = ${HOME}/include ++#ZLIB = ${HOME}/lib + + CC = gcc + LD = gcc +@@ -31,8 +31,8 @@ + PNGCRUSH = pngcrush + + # LIBS = -lm +-LIBS = -L$(PNGLIB) -lpng -lz -lm +-# LIBS = -lpng -lz -lm ++#LIBS = -L$(PNGLIB) -lpng -lz -lm ++LIBS = -lpng -lz -lm + #LIBS = ${ZLIB}/libz.a -lm + + # uncomment these 4 lines only if you are NOT using an external copy of zlib: --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10: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 16D6AA7F; Sun, 2 Jun 2013 10: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 E50E81DC5; Sun, 2 Jun 2013 10:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52AK7mP001532; Sun, 2 Jun 2013 10:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52AK7hR001508; Sun, 2 Jun 2013 10:20:07 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 10:20:07 GMT Message-Id: <201306021020.r52AK7hR001508@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jsa@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179197: [patch] [update] graphics/pngcrush: unbreak & 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: Sun, 02 Jun 2013 10:20:08 -0000 Synopsis: [patch] [update] graphics/pngcrush: unbreak & update Responsible-Changed-From-To: freebsd-ports-bugs->jsa Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 10:20:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179197 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 D502BBD7 for ; Sun, 2 Jun 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 BB0CD1DF8 for ; Sun, 2 Jun 2013 10:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52AU00V002875 for ; Sun, 2 Jun 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52AU0nh002863; Sun, 2 Jun 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 10:30:00 GMT Resent-Message-Id: <201306021030.r52AU0nh002863@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 66753AB5 for ; Sun, 2 Jun 2013 10:20:19 +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 E48381DCA for ; Sun, 2 Jun 2013 10:20:18 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LrpCq-1UHGgE0MVK-013hBV for ; Sun, 02 Jun 2013 12:20:12 +0200 Received: (qmail invoked by alias); 02 Jun 2013 10:20:10 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp019) with SMTP; 02 Jun 2013 12:20:10 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Jun 2013 12:20:10 +0200 Message-Id: <20130602102019.66753AB5@hub.freebsd.org> Date: Sun, 02 Jun 2013 12:20:10 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179198: [PATCH] net/tcpstat: Trim comment, docs, add license Cc: jpaetzel@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, 02 Jun 2013 10:30:00 -0000 >Number: 179198 >Category: ports >Synopsis: [PATCH] net/tcpstat: Trim comment, docs, add license >Confidential: no >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 Jun 02 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Trim comment - Add license - Comply with OptionsNG - Trim docs - Remove pkg-plist Removed file(s): - pkg-plist Generated and tested manually, tested with port test and with RedPorts, with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130531225000-30657/ >Fix: --- tcpstat-1.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/tcpstat/Makefile ./Makefile --- /usr/ports/net/tcpstat/Makefile 2013-01-14 17:56:33.000000000 +0100 +++ ./Makefile 2013-06-02 12:12:32.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcpstat -# Date created: 29 January 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD: head/net/tcpstat/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= tcpstat PORTVERSION= 1.5 @@ -11,17 +7,33 @@ MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ MAINTAINER= ports@FreeBSD.org -COMMENT= A program to report various network statistics +COMMENT= Program to report various network statistics + +LICENSE= BSD GNU_CONFIGURE= yes +PLIST_FILES= bin/tcpstat bin/tcpprof + MAN1= tcpstat.1 tcpprof.1 -DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt -.if !defined(NOPORTDOCS) +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= AUTHORS ChangeLog README + +DOCSRCDIR2= ${WRKSRC}/doc +DOCSDIR2= ${DOCSDIR}/doc +DOC_FILES2= Tips_and_Tricks.txt + +.include + post-install: +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} + @${MKDIR} ${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} .endif .include diff -ruN --exclude=CVS /usr/ports/net/tcpstat/pkg-plist ./pkg-plist --- /usr/ports/net/tcpstat/pkg-plist 2013-01-14 17:56:33.000000000 +0100 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -@comment $FreeBSD: head/net/tcpstat/pkg-plist 300897 2012-07-14 14:29:18Z beat $ -bin/tcpstat -bin/tcpprof -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/Tips_and_Tricks.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- tcpstat-1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 35CECC0B; Sun, 2 Jun 2013 10: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 10B031DFE; Sun, 2 Jun 2013 10:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52AU7ej002979; Sun, 2 Jun 2013 10:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52AU7bS002978; Sun, 2 Jun 2013 10:30:07 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 10:30:07 GMT Message-Id: <201306021030.r52AU7bS002978@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179198: [PATCH] net/tcpstat: Trim comment, docs, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 10:30:08 -0000 Synopsis: [PATCH] net/tcpstat: Trim comment, docs, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 10:30:07 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179198 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10: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 6AB1FBDA for ; Sun, 2 Jun 2013 10: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 43E321DFB for ; Sun, 2 Jun 2013 10:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52AU2fX002897 for ; Sun, 2 Jun 2013 10:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52AU2ib002896; Sun, 2 Jun 2013 10:30:02 GMT (envelope-from gnats) Date: Sun, 2 Jun 2013 10:30:02 GMT Message-Id: <201306021030.r52AU2ib002896@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Chris Petrik Subject: Re: ports/179194: [patch] print/cups-base: fix typo in options description X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Petrik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 10:30:02 -0000 The following reply was made to PR ports/179194; it has been noted by GNATS. From: Chris Petrik To: bug-followup@FreeBSD.org, vsjcfm@gmail.com Cc: Subject: Re: ports/179194: [patch] print/cups-base: fix typo in options description Date: Sun, 2 Jun 2013 05:25:48 -0500 --e89a8f234ce58a148b04de294546 Content-Type: text/plain; charset=UTF-8 These stupid changes should not require maintainer approval. --e89a8f234ce58a148b04de294546 Content-Type: text/html; charset=UTF-8
These stupid changes should not require maintainer approval.
--e89a8f234ce58a148b04de294546-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 6340CBD9 for ; Sun, 2 Jun 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 45EAD1DFA for ; Sun, 2 Jun 2013 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52AU105002891 for ; Sun, 2 Jun 2013 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52AU1to002890; Sun, 2 Jun 2013 10:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 10:30:01 GMT Resent-Message-Id: <201306021030.r52AU1to002890@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C230CBC2 for ; Sun, 2 Jun 2013 10:26:34 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 65DD11DEB for ; Sun, 2 Jun 2013 10:26:34 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.32]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LrGyY-1UHog90KAm-0138sN for ; Sun, 02 Jun 2013 12:26:33 +0200 Received: (qmail invoked by alias); 02 Jun 2013 10:26:31 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp032) with SMTP; 02 Jun 2013 12:26:31 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Jun 2013 12:26:31 +0200 Message-Id: <20130602102634.C230CBC2@hub.freebsd.org> Date: Sun, 02 Jun 2013 12:26:31 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179199: [PATCH] net/pchar: Fix docs, comply with OptionsNG Cc: jpaetzel@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, 02 Jun 2013 10:30:01 -0000 >Number: 179199 >Category: ports >Synopsis: [PATCH] net/pchar: Fix docs, comply with OptionsNG >Confidential: no >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 Jun 02 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Fix docs - Comply with OptionsNG - Remove pkg-plist - Make portlint happy - Cleanup Makefile Removed file(s): - pkg-plist Generated and tested manually, tested with port test and with RedPorts, with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- pchar-1.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/pchar/Makefile ./Makefile --- /usr/ports/net/pchar/Makefile 2013-01-14 17:56:35.000000000 +0100 +++ ./Makefile 2013-04-01 00:13:48.000000000 +0200 @@ -12,16 +12,20 @@ COMMENT= Sandia Internet path characterization tool GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pcap + +PLIST_FILES= sbin/${PORTNAME} + MAN8= pchar.8 -.include +PORTDOCS= CHANGES FAQ README -CONFIGURE_ARGS= --with-pcap +.include -.if !defined(NOPORTDOCS) post-install: +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif -.include +.include diff -ruN --exclude=CVS /usr/ports/net/pchar/pkg-plist ./pkg-plist --- /usr/ports/net/pchar/pkg-plist 2013-01-14 17:56:35.000000000 +0100 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -@comment $FreeBSD: head/net/pchar/pkg-plist 300897 2012-07-14 14:29:18Z beat $ -sbin/pchar -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- pchar-1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10:31: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 E8722CA9; Sun, 2 Jun 2013 10:31: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 C418C1E0D; Sun, 2 Jun 2013 10:31:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52AVMC8004490; Sun, 2 Jun 2013 10:31:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52AVMr9004489; Sun, 2 Jun 2013 10:31:22 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 10:31:22 GMT Message-Id: <201306021031.r52AVMr9004489@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179199: [PATCH] net/pchar: Fix docs, comply with 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, 02 Jun 2013 10:31:23 -0000 Synopsis: [PATCH] net/pchar: Fix docs, comply with OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 10:31:22 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179199 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9C2176 for ; Sun, 2 Jun 2013 10:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B3C841E49 for ; Sun, 2 Jun 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ae0Ve004685 for ; Sun, 2 Jun 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ae06N004684; Sun, 2 Jun 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 10:40:00 GMT Resent-Message-Id: <201306021040.r52Ae06N004684@freefall.freebsd.org> 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 C2E5ECE0 for ; Sun, 2 Jun 2013 10:31:33 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id 4C08B1E13 for ; Sun, 2 Jun 2013 10:31:32 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0M9d2X-1UYNo31Fzr-00CxrR for ; Sun, 02 Jun 2013 12:31:32 +0200 Received: (qmail invoked by alias); 02 Jun 2013 10:31:31 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp016) with SMTP; 02 Jun 2013 12:31:31 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Jun 2013 12:31:31 +0200 Message-Id: <20130602103133.C2E5ECE0@hub.freebsd.org> Date: Sun, 02 Jun 2013 12:31:31 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179200: [PATCH] net/pathneck: Add license. trim docs and pkg-descr Cc: jpaetzel@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, 02 Jun 2013 10:40:00 -0000 >Number: 179200 >Category: ports >Synopsis: [PATCH] net/pathneck: Add license. trim docs and pkg-descr >Confidential: no >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 Jun 02 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Add license - Trim docs - Comply with OptionsNG - Trim pkg-descr Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130531225400-43048/ >Fix: --- pathneck-1.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/pathneck/Makefile ./Makefile --- /usr/ports/net/pathneck/Makefile 2013-01-14 17:56:31.000000000 +0100 +++ ./Makefile 2013-06-02 12:27:51.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: pathneck -# Date Created: 22 Dec 2005 -# Whom: Babak Farrokhi -# +# Created by: Babak Farrokhi # $FreeBSD: head/net/pathneck/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= pathneck PORTVERSION= 1.3 @@ -16,24 +12,28 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Active network path probing tool -PLIST_FILES= sbin/pathneck \ - sbin/get-choke -PORTDOCS= COPYING ChangeLog README +LICENSE= GPLv2 + MAKEFILE= Makefile.bsd +PLIST_FILES= sbin/pathneck sbin/get-choke + +PORTDOCS= ChangeLog README + +.include + post-patch: - @${REINPLACE_CMD} -e 's,^CC .=,CC ?=,' \ - -e 's,^CFLAGS .=,CFLAGS +=,' \ + @${REINPLACE_CMD} -e 's|^CC .=|CC ?=|' \ + -e 's|^CFLAGS .=|CFLAGS +=|' \ ${WRKSRC}/Makefile.bsd do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${PREFIX}/sbin/pathneck - ${INSTALL_PROGRAM} ${WRKSRC}/get-choke ${PREFIX}/sbin/get-choke -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/get-choke ${PREFIX}/sbin + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include diff -ruN --exclude=CVS /usr/ports/net/pathneck/pkg-descr ./pkg-descr --- /usr/ports/net/pathneck/pkg-descr 2013-01-14 17:56:31.000000000 +0100 +++ ./pkg-descr 2013-04-01 01:05:45.000000000 +0200 @@ -1,5 +1,5 @@ Pathneck is an active probing tool that can detect bottleneck location of -network path. +network path. It only needs single end control, and has relatively small probing overhead (33.6KB for one probing in the default setting). --- pathneck-1.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 897F2CD; Sun, 2 Jun 2013 10: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 640851E4C; Sun, 2 Jun 2013 10:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ae8PH004821; Sun, 2 Jun 2013 10:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ae8ro004820; Sun, 2 Jun 2013 10:40:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 10:40:08 GMT Message-Id: <201306021040.r52Ae8ro004820@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179200: [PATCH] net/pathneck: Add license. trim docs and pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 10:40:08 -0000 Synopsis: [PATCH] net/pathneck: Add license. trim docs and pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 10:40:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179200 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 99209346 for ; Sun, 2 Jun 2013 10:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED381E98 for ; Sun, 2 Jun 2013 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ao0Yt006411 for ; Sun, 2 Jun 2013 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ao0bi006410; Sun, 2 Jun 2013 10:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 10:50:00 GMT Resent-Message-Id: <201306021050.r52Ao0bi006410@freefall.freebsd.org> 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 2B962311 for ; Sun, 2 Jun 2013 10:46:48 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id B483D1E76 for ; Sun, 2 Jun 2013 10:46:47 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MFfRr-1UfVRb2ECb-00Ed6U for ; Sun, 02 Jun 2013 12:46:46 +0200 Received: (qmail invoked by alias); 02 Jun 2013 10:46:45 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp001) with SMTP; 02 Jun 2013 12:46:45 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Jun 2013 12:46:45 +0200 Message-Id: <20130602104648.2B962311@hub.freebsd.org> Date: Sun, 02 Jun 2013 12:46:45 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179201: [PATCH] net-im/cjc: Trim docs and pkg-plist Cc: jpaetzel@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, 02 Jun 2013 10:50:00 -0000 >Number: 179201 >Category: ports >Synopsis: [PATCH] net-im/cjc: Trim docs and 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: Sun Jun 02 10:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Trim docs - Comply with OptionsNG - Trim pkg-plist Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130531230800-30835/ >Fix: --- cjc-1.2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-im/cjc/Makefile ./Makefile --- /usr/ports/net-im/cjc/Makefile 2013-01-14 17:54:52.000000000 +0100 +++ ./Makefile 2013-04-01 20:26:32.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: cjc -# Date created: 19 April 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD: head/net-im/cjc/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= cjc PORTVERSION= 1.2.1 @@ -14,12 +10,22 @@ COMMENT= The Console Jabber Client LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=1.1.0:${PORTSDIR}/net-im/py-pyxmpp +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=0:${PORTSDIR}/net-im/py-pyxmpp USE_PYTHON= 2.6+ +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= ChangeLog README TODO + +DOCSRCDIR2= ${WRKSRC}/doc +DOCSDIR2= ${DOCSDIR}/doc +DOC_FILES2= manual.html + +.include + post-patch: @${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e "s|/usr/bin/python|${PYTHON_CMD}|" @@ -31,12 +37,11 @@ s|INSTALL_DIR=.*|INSTALL_DIR=${MKDIR}|g" ${WRKSRC}/Makefile post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} + @${MKDIR} ${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} .endif .include diff -ruN --exclude=CVS /usr/ports/net-im/cjc/pkg-plist ./pkg-plist --- /usr/ports/net-im/cjc/pkg-plist 2013-01-14 17:54:52.000000000 +0100 +++ ./pkg-plist 2013-04-01 20:07:52.000000000 +0200 @@ -95,11 +95,6 @@ %%DATADIR%%/plugins/version.pyc %%DATADIR%%/plugins/xmlconsole.py %%DATADIR%%/plugins/xmlconsole.pyc -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/manual.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%%/cjc/ui @dirrm %%DATADIR%%/cjc --- cjc-1.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 10: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 216F8375; Sun, 2 Jun 2013 10: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 F00D31E9A; Sun, 2 Jun 2013 10:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ao8Ll006549; Sun, 2 Jun 2013 10:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ao8si006548; Sun, 2 Jun 2013 10:50:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 10:50:08 GMT Message-Id: <201306021050.r52Ao8si006548@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179201: [PATCH] net-im/cjc: Trim docs and 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: Sun, 02 Jun 2013 10:50:09 -0000 Synopsis: [PATCH] net-im/cjc: Trim docs and pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 10:50:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179201 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 11:46:58 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 4BB17A76; Sun, 2 Jun 2013 11:46:58 +0000 (UTC) (envelope-from jinsong.zhao@gmail.com) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 22C6D1FB4; Sun, 2 Jun 2013 11:46:58 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id ma3so4440038pbc.16 for ; Sun, 02 Jun 2013 04:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=hrBUo5d+MmJ+YVOdw2SAFmU4KVGASkkTIuz3xdvSHnk=; b=KAaT0E+pdM/dwafBXRHhaHJ6/oj4MsK9+BXUFlDiFGdt3Hbpl8qaFl/KbYZZ11iPwT M6wNK+cxZ2bjG6/XD9gsuezeJye9hXVNzktHj6aVvSEeUQQij5pzJGVs3msCjdCYU3cL NL7fVbk4UFGCYI2kPOzCXpAG/3UysELXTwVCh3G1aVMhs8nW4Dn+2xxB/31EcvQriBUA xbYlIvgelL0b2JnAYFrSqbjPa4IxLhGwOOYeAdu6emZ5tPEljZ3j2dSBTwCJr2ZMcTiL DshiU7HSd8PrR6aI9a3yL6/02QI20Cjp/x91bnUpQ1FQ4PChtRxvzHS/NUcQdL5aKdEV 2nAw== X-Received: by 10.66.72.41 with SMTP id a9mr20832400pav.133.1370173617958; Sun, 02 Jun 2013 04:46:57 -0700 (PDT) Received: from [192.168.1.100] ([220.249.99.238]) by mx.google.com with ESMTPSA id 10sm54779683pbm.0.2013.06.02.04.46.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Jun 2013 04:46:57 -0700 (PDT) Sender: Jinsong Zhao Message-ID: <51AB30AD.4010304@yeah.net> Date: Sun, 02 Jun 2013 19:46:53 +0800 From: Jinsong Zhao User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: hrs@FreeBSD.org Subject: Re: ports/179185: texlive-base-20120701_6 conflicts with tex-formats-20120701 References: <201306020942.r529gonG094346@freefall.freebsd.org> In-Reply-To: <201306020942.r529gonG094346@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: Sun, 02 Jun 2013 11:46:58 -0000 On 2013/6/2 17:42, hrs@FreeBSD.org wrote: > Synopsis: texlive-base-20120701_6 conflicts with tex-formats-20120701 > > State-Changed-From-To: open->feedback > State-Changed-By: hrs > State-Changed-When: Sun Jun 2 09:41:58 UTC 2013 > State-Changed-Why: > Please try pkg_delete tex-formats-20120701 first and let me know if the > problem persists or not. > Thank you for the hints. After deleting tex-formats-20120701, the upgrade of texlive-base-20120701_6 succeeded. After then, manual of installation of tex-formats-20120701 was also needed. It was easy. > > Responsible-Changed-From-To: freebsd-ports-bugs->hrs > Responsible-Changed-By: hrs > Responsible-Changed-When: Sun Jun 2 09:41:58 UTC 2013 > Responsible-Changed-Why: > Take. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=179185 > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 12:09: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 21ACF2C6; Sun, 2 Jun 2013 12:09:43 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EFA07105C; Sun, 2 Jun 2013 12:09:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52C9g9A021751; Sun, 2 Jun 2013 12:09:42 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52C9gPA021750; Sun, 2 Jun 2013 12:09:42 GMT (envelope-from eadler) Date: Sun, 2 Jun 2013 12:09:42 GMT Message-Id: <201306021209.r52C9gPA021750@freefall.freebsd.org> To: c.petrik.sosa@gmail.com, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: eadler@FreeBSD.org Subject: Re: ports/179194: [patch] print/cups-base: fix typo in options description X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 12:09:43 -0000 Synopsis: [patch] print/cups-base: fix typo in options description Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: eadler Responsible-Changed-When: Sun Jun 2 12:09:42 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179194 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 12:09: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 91FD72C9; Sun, 2 Jun 2013 12:09:44 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6CDD5105D; Sun, 2 Jun 2013 12:09:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52C9inw021814; Sun, 2 Jun 2013 12:09:44 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52C9iSM021813; Sun, 2 Jun 2013 12:09:44 GMT (envelope-from eadler) Date: Sun, 2 Jun 2013 12:09:44 GMT Message-Id: <201306021209.r52C9iSM021813@freefall.freebsd.org> To: c.petrik.sosa@gmail.com, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: eadler@FreeBSD.org Subject: Re: ports/178987: [patch] fix printing failure in print/cups-client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 12:09:44 -0000 Synopsis: [patch] fix printing failure in print/cups-client Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: eadler Responsible-Changed-When: Sun Jun 2 12:09:44 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=178987 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 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 EA911F3C for ; Sun, 2 Jun 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 B60EA139D for ; Sun, 2 Jun 2013 14:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52EA0t6044411 for ; Sun, 2 Jun 2013 14:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52EA0Sm044410; Sun, 2 Jun 2013 14:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 14:10:00 GMT Resent-Message-Id: <201306021410.r52EA0Sm044410@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Apitz Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62405F1D for ; Sun, 2 Jun 2013 14:05:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 535E6138B for ; Sun, 2 Jun 2013 14:05:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r52E5k5F053635 for ; Sun, 2 Jun 2013 14:05:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r52E5ki4053634; Sun, 2 Jun 2013 14:05:46 GMT (envelope-from nobody) Message-Id: <201306021405.r52E5ki4053634@oldred.freebsd.org> Date: Sun, 2 Jun 2013 14:05:46 GMT From: Matthias Apitz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179202: x11/kde4-workspace (and elsewhere): automoc4 SEGVs on certain files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 14:10:01 -0000 >Number: 179202 >Category: ports >Synopsis: x11/kde4-workspace (and elsewhere): automoc4 SEGVs on certain files >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 Jun 02 14:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Apitz >Release: 10-CURRENT r250588 >Organization: >Environment: FreeBSD La-Habana 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250588: Mon May 13 22:01:51 UTC 2013 guru@Perlach:/home/guru/head/obj/usr/home/guru/head/src/sys/GENERIC i386 >Description: While building x11/kde4-workspace, 'automoc4' crashes again and again on different files, here one example: # make install BATCH=yes USE_GCC=any .. Scanning dependencies of target plasma_containmentactions_applauncher_automoc Generating switch.moc Generating launch.moc gmake[2]: *** [plasma/generic/containmentactions/applauncher/CMakeFiles/plasma_containmentactions_applauncher_automoc] Segmentation fault (core dumped) gmake[1]: *** [plasma/generic/containmentactions/applauncher/CMakeFiles/plasma_containmentactions_applauncher_automoc.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... [ 5%] Built target plasma_containmentactions_switchwindow_automoc gmake: *** [all] Error 2 *** [do-build] Error code 1 After identifying that the crash is in 'automoc4', I have rebuild the port devel/automoc4 with # make reinstall USE_GCC=any WITH_DEBUG=yes to avoid regresion of 'clang' in 'automoc4', but this did not help; >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 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 12854F6C; Sun, 2 Jun 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 E144213A0; Sun, 2 Jun 2013 14:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52EA8CD044550; Sun, 2 Jun 2013 14:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52EA8vE044549; Sun, 2 Jun 2013 14:10:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 14:10:08 GMT Message-Id: <201306021410.r52EA8vE044549@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179202: x11/kde4-workspace (and elsewhere): automoc4 SEGVs on certain files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 14:10:09 -0000 Synopsis: x11/kde4-workspace (and elsewhere): automoc4 SEGVs on certain files Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 14: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=179202 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 14:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA059850 for ; Sun, 2 Jun 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 926E71642 for ; Sun, 2 Jun 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52EU1Mg048717 for ; Sun, 2 Jun 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52EU0OZ048716; Sun, 2 Jun 2013 14:30:00 GMT (envelope-from gnats) Date: Sun, 2 Jun 2013 14:30:00 GMT Message-Id: <201306021430.r52EU0OZ048716@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/174815: [PATCH] print/cups-base: Fixed 3 fatal errors, icons, ldconfig 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, 02 Jun 2013 14:30:01 -0000 The following reply was made to PR ports/174815; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: jpaetzel@freebsd.org Subject: Re: ports/174815: [PATCH] print/cups-base: Fixed 3 fatal errors, icons, ldconfig Date: Sun, 2 Jun 2013 16:24:10 +0200 --MP_//4jGQJS2qlPrQRFYaALYCQH Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline - Trim ignore - Trim man - Fix reinstall --MP_//4jGQJS2qlPrQRFYaALYCQH Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=cups-base.diff ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/print/cups-base/Makefile ./Makefile --- /usr/ports/print/cups-base/Makefile 2013-06-02 16:01:01.000000000 +0200 +++ ./Makefile 2013-06-02 16:06:36.000000000 +0200 @@ -21,6 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +INSTALLS_ICONS= yes CFLAGS+= ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -148,7 +149,7 @@ .if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MGHOSTSCRIPT} .if ${PORT_OPTIONS:MXPDF} -IGNORE= you must select one and only one option to build pdftops +IGNORE= You must select one and only one option to build pdftops .endif USE_GHOSTSCRIPT= yes CONFIGURE_ARGS+= --enable-pdftops --with-pdftops=${LOCALBASE}/bin/gs @@ -175,7 +176,7 @@ .if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MMDNSRESPONDER} .if ${PORT_OPTIONS:MAVAHI} -IGNORE= you must select one and only one option to build for Zeroconf +IGNORE= You must select one and only one option to build for Zeroconf .endif LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder CONFIGURE_ARGS+= --with-dnssd-includes=${LOCALBASE}/include @@ -231,7 +232,7 @@ MAN1= cups-config.1 .elif defined(CUPS_IMAGE) .else -MAN1= cancel.1 \ +MAN1+= cancel.1 \ cupstestdsc.1 \ cupstestppd.1 \ ipptool.1 \ @@ -387,7 +388,7 @@ .if ${PORT_OPTIONS:MGHOSTSCRIPT} || ${PORT_OPTIONS:MXPDF} ${INSTALL_PROGRAM} ${WRKSRC}/filter/pdftops ${PREFIX}/libexec/cups/filter/ .endif - ${LN} -s ${PREFIX}/bin/lpr ${PREFIX}/bin/lpr-cups + ${LN} -sf ${PREFIX}/bin/lpr ${PREFIX}/bin/lpr-cups ${INSTALL} -d ${CUPS_ETCDIR}/ ${CP} -p ${WRKSRC}/conf/snmp.conf ${WRKSRC}/conf/snmp.conf.N .for f in cupsd.conf mime.convs mime.types snmp.conf ===> Done --MP_//4jGQJS2qlPrQRFYaALYCQH-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 A02B1D13 for ; Sun, 2 Jun 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 86D511CBC for ; Sun, 2 Jun 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Eo0D1052146 for ; Sun, 2 Jun 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Eo0Kj052145; Sun, 2 Jun 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 14:50:00 GMT Resent-Message-Id: <201306021450.r52Eo0Kj052145@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gürkan Karaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 05275CF3 for ; Sun, 2 Jun 2013 14:47:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id D154F1CA9 for ; Sun, 2 Jun 2013 14:47:53 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r52ElrlN093331 for ; Sun, 2 Jun 2013 14:47:53 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r52ElrLG093328; Sun, 2 Jun 2013 14:47:53 GMT (envelope-from nobody) Message-Id: <201306021447.r52ElrLG093328@oldred.freebsd.org> Date: Sun, 2 Jun 2013 14:47:53 GMT From: Gürkan Karaman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179203: [maintainer update] net/gpxe : Fix checksum mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 14:50:00 -0000 >Number: 179203 >Category: ports >Synopsis: [maintainer update] net/gpxe : Fix checksum mismatch >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 Jun 02 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gürkan Karaman >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: FreeBSD ks361113.local 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: - add two Master sites - change distinfo file >How-To-Repeat: >Fix: diff -ruN gpxe.orig gpxe diff -ruN gpxe.orig/Makefile gpxe/Makefile --- gpxe.orig/Makefile 2013-06-01 21:18:58.000000000 +0000 +++ gpxe/Makefile 2013-06-02 13:56:16.000000000 +0000 @@ -1,29 +1,26 @@ # Created by: Guerkan Karaman -# $FreeBSD: head/net/gpxe/Makefile 316600 2013-04-26 12:35:50Z bapt $ +# $FreeBSD$ PORTNAME= gpxe PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} -MASTER_SITE_SUBDIR=software/utils/boot/gpxe +MASTER_SITES= http://etherboot.org/rel/gpxe/ \ + http://slackware.cs.utah.edu/pub/kernel.org/pub/software/utils/boot/gpxe/ MAINTAINER= gk.freebsd@googlemail.com COMMENT= Create an open-source PXE implementation and bootloader LICENSE= GPLv2 -BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux \ - mkisofs:${PORTSDIR}/sysutils/cdrtools +BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux -USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes +USE_CDRTOOLS= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKE_JOBS_SAFE= yes -BROKEN= checksum mismatch - PLIST_DIRS= %%DATADIR%% PLIST_FILES= %%DATADIR%%/gpxe.dsk \ %%DATADIR%%/gpxe.usb \ diff -ruN gpxe.orig/distinfo gpxe/distinfo --- gpxe.orig/distinfo 2013-06-01 21:09:39.000000000 +0000 +++ gpxe/distinfo 2013-06-01 21:28:01.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (gpxe-1.0.1.tar.bz2) = 65a542553f2221da78da1230486d2ff8565c62336caebdbb2f88ca6645a63f52 -SIZE (gpxe-1.0.1.tar.bz2) = 1856122 +SHA256 (gpxe-1.0.1.tar.gz) = 4be98e4f3af5b2000b97f793aceb89f2822ef806575565b3f028a727073de833 +SIZE (gpxe-1.0.1.tar.gz) = 2311752 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 15:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 97FA2A5A for ; Sun, 2 Jun 2013 15:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7887C1DC3 for ; Sun, 2 Jun 2013 15:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52FU0Xv065835 for ; Sun, 2 Jun 2013 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52FU0KB065832; Sun, 2 Jun 2013 15:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 15:30:00 GMT Resent-Message-Id: <201306021530.r52FU0KB065832@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Kandaurov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1CD95A54 for ; Sun, 2 Jun 2013 15:29:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0C73C1DBF for ; Sun, 2 Jun 2013 15:29:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r52FTCjr075460 for ; Sun, 2 Jun 2013 15:29:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r52FTCei075450; Sun, 2 Jun 2013 15:29:12 GMT (envelope-from nobody) Message-Id: <201306021529.r52FTCei075450@oldred.freebsd.org> Date: Sun, 2 Jun 2013 15:29:12 GMT From: Sergey Kandaurov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179204: [patch] lang/gcc4[6789]: -Wcast-qual reports incorrect message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 15:30:00 -0000 >Number: 179204 >Category: ports >Synopsis: [patch] lang/gcc4[6789]: -Wcast-qual reports incorrect message >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 Jun 02 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergey Kandaurov >Release: FreeBSD 9.1-STABLE >Organization: >Environment: FreeBSD omg 9.1-STABLE FreeBSD 9.1-STABLE #0: Sun Mar 24 18:49:50 MSK 2013 root@omg:/usr/obj/amd64.amd64/usr/src/sys/GENERIC amd64 >Description: This is a request to apply patch from GNU GCC Bugzilla report 55383. gcc erroneously reports incorrect message about casting volatile to non-volatile like this: src/core/ngx_connection.c:988:29: error: cast discards '__attribute__((noreturn))' qualifier from pointer target type [-Werror=cast-qual] The correct warning message: src/core/ngx_connection.c:988:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] The applied patch as from Bugzilla PR c/55383 fixes it. Please note that at the time of filing this PR the patch has status NEW and is not committed to gcc tree. >How-To-Repeat: >Fix: Apply patch generated against ports svn tree. Patch attached with submission follows: Index: lang/gcc46/files/patch-c-typeck.c =================================================================== --- lang/gcc46/files/patch-c-typeck.c (revision 0) +++ lang/gcc46/files/patch-c-typeck.c (working copy) @@ -0,0 +1,17 @@ +Manuel López-Ibáñez 2012-11-18 21:15:09 UTC + + PR c/55383 + * c/c-typeck.c: Use %qv for non-function types + +--- gcc/c-typeck.c~ 2012-09-15 04:29:28.000000000 +0400 ++++ gcc/c-typeck.c 2013-06-02 13:57:25.000000000 +0400 +@@ -4456,7 +4456,7 @@ + /* There are qualifiers present in IN_OTYPE that are not present + in IN_TYPE. */ + warning_at (loc, OPT_Wcast_qual, +- "cast discards %q#v qualifier from pointer target type", ++ "cast discards %qv qualifier from pointer target type", + discarded); + + if (added || discarded) + Index: lang/gcc47/files/patch-c-typeck.c =================================================================== --- lang/gcc47/files/patch-c-typeck.c (revision 0) +++ lang/gcc47/files/patch-c-typeck.c (working copy) @@ -0,0 +1,17 @@ +Manuel López-Ibáñez 2012-11-18 21:15:09 UTC + + PR c/55383 + * c/c-typeck.c: Use %qv for non-function types + +--- gcc/c-typeck.c~ 2012-09-15 04:29:28.000000000 +0400 ++++ gcc/c-typeck.c 2013-06-02 13:57:25.000000000 +0400 +@@ -4456,7 +4456,7 @@ + /* There are qualifiers present in IN_OTYPE that are not present + in IN_TYPE. */ + warning_at (loc, OPT_Wcast_qual, +- "cast discards %q#v qualifier from pointer target type", ++ "cast discards %qv qualifier from pointer target type", + discarded); + + if (added || discarded) + Index: lang/gcc48/files/patch-c-typeck.c =================================================================== --- lang/gcc48/files/patch-c-typeck.c (revision 0) +++ lang/gcc48/files/patch-c-typeck.c (working copy) @@ -0,0 +1,17 @@ +Manuel López-Ibáñez 2012-11-18 21:15:09 UTC + + PR c/55383 + * c/c-typeck.c: Use %qv for non-function types + +--- gcc/c/c-typeck.c~ 2012-09-15 04:29:28.000000000 +0400 ++++ gcc/c/c-typeck.c 2013-06-02 13:57:25.000000000 +0400 +@@ -4456,7 +4456,7 @@ + /* There are qualifiers present in IN_OTYPE that are not present + in IN_TYPE. */ + warning_at (loc, OPT_Wcast_qual, +- "cast discards %q#v qualifier from pointer target type", ++ "cast discards %qv qualifier from pointer target type", + discarded); + + if (added || discarded) + Index: lang/gcc49/files/patch-c-typeck.c =================================================================== --- lang/gcc49/files/patch-c-typeck.c (revision 0) +++ lang/gcc49/files/patch-c-typeck.c (working copy) @@ -0,0 +1,17 @@ +Manuel López-Ibáñez 2012-11-18 21:15:09 UTC + + PR c/55383 + * c/c-typeck.c: Use %qv for non-function types + +--- gcc/c/c-typeck.c~ 2012-09-15 04:29:28.000000000 +0400 ++++ gcc/c/c-typeck.c 2013-06-02 13:57:25.000000000 +0400 +@@ -4456,7 +4456,7 @@ + /* There are qualifiers present in IN_OTYPE that are not present + in IN_TYPE. */ + warning_at (loc, OPT_Wcast_qual, +- "cast discards %q#v qualifier from pointer target type", ++ "cast discards %qv qualifier from pointer target type", + discarded); + + if (added || discarded) + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 15:35:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 86851AAF; Sun, 2 Jun 2013 15:35:31 +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 5C8DD1DDF; Sun, 2 Jun 2013 15:35:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52FZVFK068777; Sun, 2 Jun 2013 15:35:31 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52FZVnt068776; Sun, 2 Jun 2013 15:35:31 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 15:35:31 GMT Message-Id: <201306021535.r52FZVnt068776@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179073: [update]: print/qpdfview up to latest X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 15:35:31 -0000 Synopsis: [update]: print/qpdfview up to latest Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 15:35:31 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179073 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 E634AD12 for ; Sun, 2 Jun 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 CA62F1F4C for ; Sun, 2 Jun 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52GU0XR079467 for ; Sun, 2 Jun 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52GU0Fo079466; Sun, 2 Jun 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 16:30:00 GMT Resent-Message-Id: <201306021630.r52GU0Fo079466@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C6466A35 for ; Sun, 2 Jun 2013 16:20:55 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id A8E541F1F for ; Sun, 2 Jun 2013 16:20:54 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0M0NrX-1UQHjE0WDd-00uZCD for ; Sun, 02 Jun 2013 18:20:53 +0200 Received: (qmail invoked by alias); 02 Jun 2013 16:20:51 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 02 Jun 2013 18:20:51 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Jun 2013 18:20:50 +0200 Message-Id: <20130602162055.C6466A35@hub.freebsd.org> Date: Sun, 02 Jun 2013 18:20:50 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179205: [PATCH] net-im/coccinella: Trim docs and pkg-plist, add NLS Cc: jpaetzel@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, 02 Jun 2013 16:30:01 -0000 >Number: 179205 >Category: ports >Synopsis: [PATCH] net-im/coccinella: Trim docs and pkg-plist, add NLS >Confidential: no >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 Jun 02 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Trim docs - Comply with OptionsNG - Add NLS Options - Make portlint happy - Trim pkg-plist - Cleanup port Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130602100900-13723/ depend (use_xorg in x11-toolkits/tktreectrl) >Fix: --- coccinella-0.96.20_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-im/coccinella/Makefile ./Makefile --- /usr/ports/net-im/coccinella/Makefile 2013-01-14 17:54:51.000000000 +0100 +++ ./Makefile 2013-06-01 01:05:40.000000000 +0200 @@ -1,12 +1,9 @@ -# New ports collection makefile for: coccinella -# Date created: 21 Oct 2004 -# Whom: Marc Bruenink -# +# Created by: Marc Bruenink # $FreeBSD: head/net-im/coccinella/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= coccinella PORTVERSION= 0.96.20 +PORTREVISION= 1 CATEGORIES= net-im tk MASTER_SITES= SF DISTNAME= Coccinella-${PORTVERSION}Src @@ -15,7 +12,6 @@ COMMENT= Jabber client with whiteboard communication LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= snack>=0:${PORTSDIR}/audio/snack \ tcltls>=0:${PORTSDIR}/devel/tcltls \ @@ -24,26 +20,46 @@ tktreectrl>=0:${PORTSDIR}/x11-toolkits/tktreectrl NO_BUILD= yes - USE_TK_WRAPPER= yes -LIBTARGETDIR= ${PREFIX}/${PORTNAME} -PLIST_SUB= LIBTARGETDIR="${PORTNAME}" +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= AUTHORS.txt CHANGES.txt README.txt + +DOCSRCDIR2= ${WRKSRC}/READMEs +DOCSDIR2= ${DOCSDIR}/READMEs +DOC_FILES2= * + +OPTIONS_DEFINE= NLS + +.include + +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +.endif do-install: - @${MKDIR} ${LIBTARGETDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/Coccinella.tcl ${LIBTARGETDIR} - @${LN} -sf ${LIBTARGETDIR}/Coccinella.tcl ${PREFIX}/bin/coccinella + @${MKDIR} ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/Coccinella.tcl ${DATADIR} + @${LN} -sf ${DATADIR}/Coccinella.tcl ${PREFIX}/bin/coccinella .for dir in TclXML certificates components contrib docs httpd iconsets items \ - jabber jabberlib lib msgs plugins po resources themes whiteboard xmpp - @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${LIBTARGETDIR}) + jabber jabberlib lib plugins resources themes whiteboard xmpp + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}) .endfor -.if !defined(NOPORTDOCS) + +.if ${PORT_OPTIONS:MNLS} + (cd ${WRKSRC} && ${COPYTREE_SHARE} "msgs po" ${DATADIR}) +.endif + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in AUTHORS.txt CHANGES.txt README.txt - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - @(cd ${WRKSRC} && ${COPYTREE_SHARE} READMEs ${DOCSDIR}) + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} + @${MKDIR} ${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} .endif .include diff -ruN --exclude=CVS /usr/ports/net-im/coccinella/pkg-plist ./pkg-plist --- /usr/ports/net-im/coccinella/pkg-plist 2013-01-14 17:54:51.000000000 +0100 +++ ./pkg-plist 2013-04-01 19:12:23.000000000 +0200 @@ -1,910 +1,898 @@ bin/coccinella -%%LIBTARGETDIR%%/Coccinella.tcl -%%LIBTARGETDIR%%/TclXML/CHANGES -%%LIBTARGETDIR%%/TclXML/pkgIndex.tcl -%%LIBTARGETDIR%%/TclXML/pkgIndexORIG.tcl -%%LIBTARGETDIR%%/TclXML/sgml-8.1.tcl -%%LIBTARGETDIR%%/TclXML/sgmlparser.tcl -%%LIBTARGETDIR%%/TclXML/tclparser-8.1.tcl -%%LIBTARGETDIR%%/TclXML/xml-8.1.tcl -%%LIBTARGETDIR%%/TclXML/xml__tcl.tcl -%%LIBTARGETDIR%%/TclXML/xmldep.tcl -%%LIBTARGETDIR%%/TclXML/xpath.tcl -%%LIBTARGETDIR%%/certificates/cacerts.pem -%%LIBTARGETDIR%%/components/AppleEvents.tcl -%%LIBTARGETDIR%%/components/AutoUpdate.tcl -%%LIBTARGETDIR%%/components/BuddyPounce.tcl -%%LIBTARGETDIR%%/components/Carbon.tcl -%%LIBTARGETDIR%%/components/ChatShorts.tcl -%%LIBTARGETDIR%%/components/ComponentExample.tcl -%%LIBTARGETDIR%%/components/GMeeting.tcl -%%LIBTARGETDIR%%/components/Geolocation.tcl -%%LIBTARGETDIR%%/components/Growl.tcl -%%LIBTARGETDIR%%/components/ICQ.tcl -%%LIBTARGETDIR%%/components/IRCActions.tcl -%%LIBTARGETDIR%%/components/ImageMagic.tcl -%%LIBTARGETDIR%%/components/JivePhone.tcl -%%LIBTARGETDIR%%/components/LiveRosterImage.tcl -%%LIBTARGETDIR%%/components/MailtoURI.tcl -%%LIBTARGETDIR%%/components/MeBeam.tcl -%%LIBTARGETDIR%%/components/Mood.tcl -%%LIBTARGETDIR%%/components/Notifier.tcl -%%LIBTARGETDIR%%/components/NotifyCall.tcl -%%LIBTARGETDIR%%/components/NotifyOnline.tcl -%%LIBTARGETDIR%%/components/ParseStyledText.tcl -%%LIBTARGETDIR%%/components/ParseURI.tcl -%%LIBTARGETDIR%%/components/Phone/AddressBook.tcl -%%LIBTARGETDIR%%/components/Phone/IAX/Iax.tcl -%%LIBTARGETDIR%%/components/Phone/IAX/IaxPrefs.tcl -%%LIBTARGETDIR%%/components/Phone/IAX/JingleIax.tcl -%%LIBTARGETDIR%%/components/Phone/IAX/cmpntIndex.tcl -%%LIBTARGETDIR%%/components/Phone/IAX/pkgIndex.tcl -%%LIBTARGETDIR%%/components/Phone/NotifyCall.tcl -%%LIBTARGETDIR%%/components/Phone/Phone.tcl -%%LIBTARGETDIR%%/components/Phone/TPhone.tcl -%%LIBTARGETDIR%%/components/Phone/cmpntIndex.tcl -%%LIBTARGETDIR%%/components/Phone/pkgIndex.tcl -%%LIBTARGETDIR%%/components/SlideShow.tcl -%%LIBTARGETDIR%%/components/Sounds.tcl -%%LIBTARGETDIR%%/components/Speech.tcl -%%LIBTARGETDIR%%/components/Spell.tcl -%%LIBTARGETDIR%%/components/SpotLight.tcl -%%LIBTARGETDIR%%/components/Totd.tcl -%%LIBTARGETDIR%%/components/TtkDialog.tcl -%%LIBTARGETDIR%%/components/URIRegisterKDE.tcl -%%LIBTARGETDIR%%/components/URIRegistry.tcl -%%LIBTARGETDIR%%/components/UserActivity.tcl -%%LIBTARGETDIR%%/components/WhiteboardMK.tcl -%%LIBTARGETDIR%%/components/XMLConsole.tcl -%%LIBTARGETDIR%%/components/cmpntIndex.tcl -%%LIBTARGETDIR%%/components/fsdialog.tcl -%%LIBTARGETDIR%%/components/taskbar/Taskbar.tcl -%%LIBTARGETDIR%%/components/taskbar/cmpntIndex.tcl -%%LIBTARGETDIR%%/contrib/MSSpeech.tcl -%%LIBTARGETDIR%%/contrib/README -%%LIBTARGETDIR%%/contrib/RegisterFileType.tcl -%%LIBTARGETDIR%%/contrib/TestTree.tcl -%%LIBTARGETDIR%%/contrib/TkInteractorPackage.tcl -%%LIBTARGETDIR%%/contrib/TracedText.tcl -%%LIBTARGETDIR%%/contrib/TreeCtrlDnD.tcl -%%LIBTARGETDIR%%/contrib/anigif.tcl -%%LIBTARGETDIR%%/contrib/autoproxy.tcl -%%LIBTARGETDIR%%/contrib/autosocks.tcl -%%LIBTARGETDIR%%/contrib/balloonhelp.tcl -%%LIBTARGETDIR%%/contrib/base64.tcl -%%LIBTARGETDIR%%/contrib/black/black.tcl -%%LIBTARGETDIR%%/contrib/black/pkgIndex.tcl -%%LIBTARGETDIR%%/contrib/can2svg.tcl -%%LIBTARGETDIR%%/contrib/can2svgwb.tcl -%%LIBTARGETDIR%%/contrib/canvasex.tcl -%%LIBTARGETDIR%%/contrib/chasearrows.tcl -%%LIBTARGETDIR%%/contrib/colorutils.tcl -%%LIBTARGETDIR%%/contrib/component.tcl -%%LIBTARGETDIR%%/contrib/dns.tcl -%%LIBTARGETDIR%%/contrib/getfile.tcl -%%LIBTARGETDIR%%/contrib/hooks.tcl -%%LIBTARGETDIR%%/contrib/httpex.tcl -%%LIBTARGETDIR%%/contrib/idletime.tcl -%%LIBTARGETDIR%%/contrib/ip.tcl -%%LIBTARGETDIR%%/contrib/md5x.tcl -%%LIBTARGETDIR%%/contrib/mnotebook.tcl -%%LIBTARGETDIR%%/contrib/moviecontroller.tcl -%%LIBTARGETDIR%%/contrib/mstack.tcl -%%LIBTARGETDIR%%/contrib/notebox.tcl -%%LIBTARGETDIR%%/contrib/pipes.tcl -%%LIBTARGETDIR%%/contrib/pkgIndex.tcl -%%LIBTARGETDIR%%/contrib/putfile.tcl -%%LIBTARGETDIR%%/contrib/qdxml.tcl -%%LIBTARGETDIR%%/contrib/repackanim.tcl -%%LIBTARGETDIR%%/contrib/sha1.tcl -%%LIBTARGETDIR%%/contrib/snit.tcl -%%LIBTARGETDIR%%/contrib/socks4.tcl -%%LIBTARGETDIR%%/contrib/socks5.tcl -%%LIBTARGETDIR%%/contrib/spell.tcl -%%LIBTARGETDIR%%/contrib/stun.tcl -%%LIBTARGETDIR%%/contrib/svg2can.tcl -%%LIBTARGETDIR%%/contrib/svgwb2can.tcl -%%LIBTARGETDIR%%/contrib/tablelist/pkgIndex.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/mwutil.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/repair.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistBind.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistBitmaps.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistConfig.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistEdit.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistMove.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistSort.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistThemes.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistUtil.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tablelistWidget.tcl -%%LIBTARGETDIR%%/contrib/tablelist/scripts/tclIndex -%%LIBTARGETDIR%%/contrib/tablelist/tablelist.tcl -%%LIBTARGETDIR%%/contrib/tablelist/tablelistPublic.tcl -%%LIBTARGETDIR%%/contrib/tablelist/tablelist_tile.tcl -%%LIBTARGETDIR%%/contrib/tiles/blank.png -%%LIBTARGETDIR%%/contrib/tiles/close.png -%%LIBTARGETDIR%%/contrib/tiles/closeDark.png -%%LIBTARGETDIR%%/contrib/tiles/closeLight.png -%%LIBTARGETDIR%%/contrib/tiles/crossAqua.png -%%LIBTARGETDIR%%/contrib/tiles/crossAquaActive.png -%%LIBTARGETDIR%%/contrib/tiles/downArrow.png -%%LIBTARGETDIR%%/contrib/tiles/downArrowContrast.png -%%LIBTARGETDIR%%/contrib/tiles/open.png -%%LIBTARGETDIR%%/contrib/tiles/openDark.png -%%LIBTARGETDIR%%/contrib/tiles/openLight.png -%%LIBTARGETDIR%%/contrib/tiles/oval.png -%%LIBTARGETDIR%%/contrib/tiles/ovalDark.png -%%LIBTARGETDIR%%/contrib/tiles/search.png -%%LIBTARGETDIR%%/contrib/tiles/sunken.png -%%LIBTARGETDIR%%/contrib/tiles/sunkenWhite.png -%%LIBTARGETDIR%%/contrib/tileutils.tcl -%%LIBTARGETDIR%%/contrib/timing.tcl -%%LIBTARGETDIR%%/contrib/tinyfileutils.tcl -%%LIBTARGETDIR%%/contrib/tinyhttpd.tcl -%%LIBTARGETDIR%%/contrib/tinyhttpdmsg.tcl -%%LIBTARGETDIR%%/contrib/treeutil.tcl -%%LIBTARGETDIR%%/contrib/ttoolbar.tcl -%%LIBTARGETDIR%%/contrib/ui/comboboxex.tcl -%%LIBTARGETDIR%%/contrib/ui/combomenu.tcl -%%LIBTARGETDIR%%/contrib/ui/dialog.tcl -%%LIBTARGETDIR%%/contrib/ui/entryex.tcl -%%LIBTARGETDIR%%/contrib/ui/fontselector.tcl -%%LIBTARGETDIR%%/contrib/ui/megaentry.tcl -%%LIBTARGETDIR%%/contrib/ui/notify.tcl -%%LIBTARGETDIR%%/contrib/ui/openimage.tcl -%%LIBTARGETDIR%%/contrib/ui/optionmenu.tcl -%%LIBTARGETDIR%%/contrib/ui/pkgIndex.tcl -%%LIBTARGETDIR%%/contrib/ui/progress.tcl -%%LIBTARGETDIR%%/contrib/ui/toplevel.tcl -%%LIBTARGETDIR%%/contrib/ui/util.tcl -%%LIBTARGETDIR%%/contrib/undo.tcl -%%LIBTARGETDIR%%/contrib/uri.tcl -%%LIBTARGETDIR%%/contrib/uriencode.tcl -%%LIBTARGETDIR%%/contrib/urn-scheme.tcl -%%LIBTARGETDIR%%/contrib/utils.tcl -%%LIBTARGETDIR%%/contrib/uuid.tcl -%%LIBTARGETDIR%%/contrib/wizard.tcl -%%LIBTARGETDIR%%/docs/Welcome_en.can -%%LIBTARGETDIR%%/docs/Welcome_nl.can -%%LIBTARGETDIR%%/docs/Welcome_sv.can -%%LIBTARGETDIR%%/docs/penguin.gif -%%LIBTARGETDIR%%/httpd/404.html -%%LIBTARGETDIR%%/httpd/images/file.png -%%LIBTARGETDIR%%/httpd/images/folder.png -%%LIBTARGETDIR%%/httpd/images/up.png -%%LIBTARGETDIR%%/httpd/std.css -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-angel.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-confused.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-crying.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-devilish.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-embarrassed.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-foot-in-mouth.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-glasses.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-kiss.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-laugh.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-plain.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-raspberry.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-sad.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-sleep.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-smile-big.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-smile.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-surprise.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-uncertain.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/face-wink.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/heart.png -%%LIBTARGETDIR%%/iconsets/emoticons/default/icondef.xml -%%LIBTARGETDIR%%/iconsets/emoticons/default/star.png -%%LIBTARGETDIR%%/items/Games/Chess.can -%%LIBTARGETDIR%%/items/Games/ChineseChecker.can -%%LIBTARGETDIR%%/items/Games/Dice.can -%%LIBTARGETDIR%%/items/Games/Draughts.can -%%LIBTARGETDIR%%/items/Games/PlayingCards.can -%%LIBTARGETDIR%%/items/Games/chessimages/bhorse.gif -%%LIBTARGETDIR%%/items/Games/chessimages/bking.gif -%%LIBTARGETDIR%%/items/Games/chessimages/board.gif -%%LIBTARGETDIR%%/items/Games/chessimages/bpeasant.gif -%%LIBTARGETDIR%%/items/Games/chessimages/bqueen.gif -%%LIBTARGETDIR%%/items/Games/chessimages/brunner.gif -%%LIBTARGETDIR%%/items/Games/chessimages/btower.gif -%%LIBTARGETDIR%%/items/Games/chessimages/whorse.gif -%%LIBTARGETDIR%%/items/Games/chessimages/wking.gif -%%LIBTARGETDIR%%/items/Games/chessimages/wpeasant.gif -%%LIBTARGETDIR%%/items/Games/chessimages/wqueen.gif -%%LIBTARGETDIR%%/items/Games/chessimages/wrunner.gif -%%LIBTARGETDIR%%/items/Games/chessimages/wtower.gif -%%LIBTARGETDIR%%/items/Games/chineschecker.gif -%%LIBTARGETDIR%%/items/Mathematica.can -%%LIBTARGETDIR%%/items/Mathematica2.can -%%LIBTARGETDIR%%/items/SpeechBubbleSE.can -%%LIBTARGETDIR%%/items/boing.can -%%LIBTARGETDIR%%/items/heart.can -%%LIBTARGETDIR%%/items/modernArt.can -%%LIBTARGETDIR%%/jabber/Adhoc.tcl -%%LIBTARGETDIR%%/jabber/AppStatusSlot.tcl -%%LIBTARGETDIR%%/jabber/AutoAway.tcl -%%LIBTARGETDIR%%/jabber/Avatar.tcl -%%LIBTARGETDIR%%/jabber/AvatarMB.tcl -%%LIBTARGETDIR%%/jabber/Chat.tcl -%%LIBTARGETDIR%%/jabber/ChatTheme.tcl -%%LIBTARGETDIR%%/jabber/Create.tcl -%%LIBTARGETDIR%%/jabber/Disco.tcl -%%LIBTARGETDIR%%/jabber/Emoticons.tcl -%%LIBTARGETDIR%%/jabber/Enter.tcl -%%LIBTARGETDIR%%/jabber/FTrans.tcl -%%LIBTARGETDIR%%/jabber/Gateway.tcl -%%LIBTARGETDIR%%/jabber/GotMsg.tcl -%%LIBTARGETDIR%%/jabber/GroupChat.tcl -%%LIBTARGETDIR%%/jabber/History.tcl -%%LIBTARGETDIR%%/jabber/Icondef.tcl -%%LIBTARGETDIR%%/jabber/JForms.tcl -%%LIBTARGETDIR%%/jabber/JPrefs.tcl -%%LIBTARGETDIR%%/jabber/JPubServers.tcl -%%LIBTARGETDIR%%/jabber/JUI.tcl -%%LIBTARGETDIR%%/jabber/JUser.tcl -%%LIBTARGETDIR%%/jabber/JWB.tcl -%%LIBTARGETDIR%%/jabber/Jabber.tcl -%%LIBTARGETDIR%%/jabber/Login.tcl -%%LIBTARGETDIR%%/jabber/MUC.tcl -%%LIBTARGETDIR%%/jabber/MailBox.tcl -%%LIBTARGETDIR%%/jabber/MegaPresence.tcl -%%LIBTARGETDIR%%/jabber/MicroBlog.tcl -%%LIBTARGETDIR%%/jabber/NewMsg.tcl -%%LIBTARGETDIR%%/jabber/Nickname.tcl -%%LIBTARGETDIR%%/jabber/OOB.tcl -%%LIBTARGETDIR%%/jabber/Privacy.tcl -%%LIBTARGETDIR%%/jabber/Profiles.tcl -%%LIBTARGETDIR%%/jabber/PublicServices.tcl -%%LIBTARGETDIR%%/jabber/Register.tcl -%%LIBTARGETDIR%%/jabber/Roster.tcl -%%LIBTARGETDIR%%/jabber/RosterAvatar.tcl -%%LIBTARGETDIR%%/jabber/RosterPlain.tcl -%%LIBTARGETDIR%%/jabber/RosterTree.tcl -%%LIBTARGETDIR%%/jabber/RosterTwo.tcl -%%LIBTARGETDIR%%/jabber/Rosticons.tcl -%%LIBTARGETDIR%%/jabber/Search.tcl -%%LIBTARGETDIR%%/jabber/Servicons.tcl -%%LIBTARGETDIR%%/jabber/SetupAss.tcl -%%LIBTARGETDIR%%/jabber/Status.tcl -%%LIBTARGETDIR%%/jabber/StatusSlot.tcl -%%LIBTARGETDIR%%/jabber/Subscribe.tcl -%%LIBTARGETDIR%%/jabber/UserInfo.tcl -%%LIBTARGETDIR%%/jabber/VCard.tcl -%%LIBTARGETDIR%%/jabber/pkgIndex.tcl -%%LIBTARGETDIR%%/jabberlib/README -%%LIBTARGETDIR%%/jabberlib/XMLFormat.tcl -%%LIBTARGETDIR%%/jabberlib/annotations.tcl -%%LIBTARGETDIR%%/jabberlib/avatar.tcl -%%LIBTARGETDIR%%/jabberlib/bind.tcl -%%LIBTARGETDIR%%/jabberlib/bytestreams.tcl -%%LIBTARGETDIR%%/jabberlib/caps.tcl -%%LIBTARGETDIR%%/jabberlib/compress.tcl -%%LIBTARGETDIR%%/jabberlib/connect.tcl -%%LIBTARGETDIR%%/jabberlib/data.tcl -%%LIBTARGETDIR%%/jabberlib/disco.tcl -%%LIBTARGETDIR%%/jabberlib/ftrans.tcl -%%LIBTARGETDIR%%/jabberlib/groupchat.tcl -%%LIBTARGETDIR%%/jabberlib/ibb.tcl -%%LIBTARGETDIR%%/jabberlib/jabberlib.tcl -%%LIBTARGETDIR%%/jabberlib/jingle.tcl -%%LIBTARGETDIR%%/jabberlib/jlibdns.tcl -%%LIBTARGETDIR%%/jabberlib/jlibhttp.tcl -%%LIBTARGETDIR%%/jabberlib/jlibsasl.tcl -%%LIBTARGETDIR%%/jabberlib/jlibtls.tcl -%%LIBTARGETDIR%%/jabberlib/muc.tcl -%%LIBTARGETDIR%%/jabberlib/pep.tcl -%%LIBTARGETDIR%%/jabberlib/pkgIndex.tcl -%%LIBTARGETDIR%%/jabberlib/private.tcl -%%LIBTARGETDIR%%/jabberlib/pubsub.tcl -%%LIBTARGETDIR%%/jabberlib/roster.tcl -%%LIBTARGETDIR%%/jabberlib/saslmd5.tcl -%%LIBTARGETDIR%%/jabberlib/scripts/README-scripts -%%LIBTARGETDIR%%/jabberlib/scripts/message.tcl -%%LIBTARGETDIR%%/jabberlib/scripts/password.tcl -%%LIBTARGETDIR%%/jabberlib/scripts/pkgIndex.tcl -%%LIBTARGETDIR%%/jabberlib/scripts/register.tcl -%%LIBTARGETDIR%%/jabberlib/scripts/unregister.tcl -%%LIBTARGETDIR%%/jabberlib/service.tcl -%%LIBTARGETDIR%%/jabberlib/si.tcl -%%LIBTARGETDIR%%/jabberlib/sipub.tcl -%%LIBTARGETDIR%%/jabberlib/stanzaerror.tcl -%%LIBTARGETDIR%%/jabberlib/streamerror.tcl -%%LIBTARGETDIR%%/jabberlib/tinydom.tcl -%%LIBTARGETDIR%%/jabberlib/util.tcl -%%LIBTARGETDIR%%/jabberlib/vcard.tcl -%%LIBTARGETDIR%%/jabberlib/wrapper.tcl -%%LIBTARGETDIR%%/lib/AMenu.tcl -%%LIBTARGETDIR%%/lib/Base64Icons.tcl -%%LIBTARGETDIR%%/lib/Bookmarks.tcl -%%LIBTARGETDIR%%/lib/Component.tcl -%%LIBTARGETDIR%%/lib/Debug.tcl -%%LIBTARGETDIR%%/lib/Dialogs.tcl -%%LIBTARGETDIR%%/lib/EditDialogs.tcl -%%LIBTARGETDIR%%/lib/FakeSample.mov -%%LIBTARGETDIR%%/lib/FileCache.tcl -%%LIBTARGETDIR%%/lib/HttpTrpt.tcl -%%LIBTARGETDIR%%/lib/Httpd.tcl -%%LIBTARGETDIR%%/lib/ITree.tcl -%%LIBTARGETDIR%%/lib/Init.tcl -%%LIBTARGETDIR%%/lib/MacintoshUtils.tcl -%%LIBTARGETDIR%%/lib/Media.tcl -%%LIBTARGETDIR%%/lib/Network.tcl -%%LIBTARGETDIR%%/lib/PrefGeneral.tcl -%%LIBTARGETDIR%%/lib/PrefHelpers.tcl -%%LIBTARGETDIR%%/lib/PrefNet.tcl -%%LIBTARGETDIR%%/lib/PrefUtils.tcl -%%LIBTARGETDIR%%/lib/Preferences.tcl -%%LIBTARGETDIR%%/lib/Proxy.tcl -%%LIBTARGETDIR%%/lib/SSLInfo.tcl -%%LIBTARGETDIR%%/lib/SetFactoryDefaults.tcl -%%LIBTARGETDIR%%/lib/Splash.tcl -%%LIBTARGETDIR%%/lib/TSearch.tcl -%%LIBTARGETDIR%%/lib/TheServer.tcl -%%LIBTARGETDIR%%/lib/Theme.tcl -%%LIBTARGETDIR%%/lib/Types.tcl -%%LIBTARGETDIR%%/lib/UI.tcl -%%LIBTARGETDIR%%/lib/UserActions.tcl -%%LIBTARGETDIR%%/lib/Utils.tcl -%%LIBTARGETDIR%%/lib/WSearch.tcl -%%LIBTARGETDIR%%/lib/WindowsUtils.tcl -%%LIBTARGETDIR%%/lib/pkgIndex.tcl -%%LIBTARGETDIR%%/msgs/cs.msg -%%LIBTARGETDIR%%/msgs/da.msg -%%LIBTARGETDIR%%/msgs/de.msg -%%LIBTARGETDIR%%/msgs/en.msg -%%LIBTARGETDIR%%/msgs/es.msg -%%LIBTARGETDIR%%/msgs/fr.msg -%%LIBTARGETDIR%%/msgs/it.msg -%%LIBTARGETDIR%%/msgs/ko.msg -%%LIBTARGETDIR%%/msgs/nl.msg -%%LIBTARGETDIR%%/msgs/pl.msg -%%LIBTARGETDIR%%/msgs/post/README-post -%%LIBTARGETDIR%%/msgs/pt.msg -%%LIBTARGETDIR%%/msgs/ru.msg -%%LIBTARGETDIR%%/msgs/sv.msg -%%LIBTARGETDIR%%/msgs/zh_cn.msg -%%LIBTARGETDIR%%/plugins/Example.tcl -%%LIBTARGETDIR%%/plugins/HtmlImport.tcl -%%LIBTARGETDIR%%/plugins/ItclApplets.tcl -%%LIBTARGETDIR%%/plugins/PluginTextPlain.tcl -%%LIBTARGETDIR%%/plugins/README-plugins -%%LIBTARGETDIR%%/plugins/WinImport.tcl -%%LIBTARGETDIR%%/plugins/applets/CardGame/Card.itcl -%%LIBTARGETDIR%%/plugins/applets/CardGame/CardGame.itcl -%%LIBTARGETDIR%%/plugins/applets/CardGame/CardStack.itcl -%%LIBTARGETDIR%%/plugins/applets/CardGame/cards/tewi.tcl -%%LIBTARGETDIR%%/plugins/applets/CardGame/swash.wav -%%LIBTARGETDIR%%/plugins/applets/CardGame/tclIndex -%%LIBTARGETDIR%%/plugins/applets/Dice.itcl -%%LIBTARGETDIR%%/plugins/pluginDefs.tcl -%%LIBTARGETDIR%%/plugins/vtk/VTKImports.tcl -%%LIBTARGETDIR%%/po/LINGUAS -%%LIBTARGETDIR%%/po/POTFILES.in -%%LIBTARGETDIR%%/po/compile.tcl -%%LIBTARGETDIR%%/po/cs.po -%%LIBTARGETDIR%%/po/da.po -%%LIBTARGETDIR%%/po/de.po -%%LIBTARGETDIR%%/po/es.po -%%LIBTARGETDIR%%/po/extract.tcl -%%LIBTARGETDIR%%/po/fr.po -%%LIBTARGETDIR%%/po/it.po -%%LIBTARGETDIR%%/po/ko.po -%%LIBTARGETDIR%%/po/nl.po -%%LIBTARGETDIR%%/po/pl.po -%%LIBTARGETDIR%%/po/pt.po -%%LIBTARGETDIR%%/po/ru.po -%%LIBTARGETDIR%%/po/sv.po -%%LIBTARGETDIR%%/po/template.pot -%%LIBTARGETDIR%%/po/update.sh -%%LIBTARGETDIR%%/po/zh_cn.po -%%LIBTARGETDIR%%/resources/README-config -%%LIBTARGETDIR%%/resources/README-resources -%%LIBTARGETDIR%%/resources/alt.rdb -%%LIBTARGETDIR%%/resources/clam.rdb -%%LIBTARGETDIR%%/resources/classic.rdb -%%LIBTARGETDIR%%/resources/configExample.tcl -%%LIBTARGETDIR%%/resources/default.rdb -%%LIBTARGETDIR%%/resources/keramik.rdb -%%LIBTARGETDIR%%/resources/macintosh.rdb -%%LIBTARGETDIR%%/resources/macosx.rdb -%%LIBTARGETDIR%%/resources/post/README-post -%%LIBTARGETDIR%%/resources/pre/README-pre -%%LIBTARGETDIR%%/resources/step.rdb -%%LIBTARGETDIR%%/resources/unix.rdb -%%LIBTARGETDIR%%/resources/windows.rdb -%%LIBTARGETDIR%%/resources/winxpblue.rdb -%%LIBTARGETDIR%%/themes/Aqua/icons/16x16/user-away.png -%%LIBTARGETDIR%%/themes/Aqua/icons/16x16/user-dnd.png -%%LIBTARGETDIR%%/themes/Aqua/icons/16x16/user-invisible.png -%%LIBTARGETDIR%%/themes/Aqua/icons/16x16/user-offline.png -%%LIBTARGETDIR%%/themes/Aqua/icons/16x16/user-online.png -%%LIBTARGETDIR%%/themes/Aqua/icons/16x16/user-xa.png -%%LIBTARGETDIR%%/themes/Aqua/themeInfo -%%LIBTARGETDIR%%/themes/Oxygen/AUTHORS -%%LIBTARGETDIR%%/themes/Oxygen/avatars/32x32/defaultBoy.png -%%LIBTARGETDIR%%/themes/Oxygen/avatars/48x48/defaultBoy.png -%%LIBTARGETDIR%%/themes/Oxygen/avatars/64x64/defaultBoy.png -%%LIBTARGETDIR%%/themes/Oxygen/backgrounds/roster-default.png -%%LIBTARGETDIR%%/themes/Oxygen/backgrounds/roster-default.svg -%%LIBTARGETDIR%%/themes/Oxygen/elements/bwrect.gif -%%LIBTARGETDIR%%/themes/Oxygen/elements/colorSelBW.gif -%%LIBTARGETDIR%%/themes/Oxygen/elements/colorSelSwap.gif -%%LIBTARGETDIR%%/themes/Oxygen/elements/colorSelector.gif -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b0.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b0Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b1.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b1Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b2.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b2Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b3.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b3Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b4.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b4Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b5.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b5Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b6.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b6Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b7.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b7Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b8.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b8Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b9.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/b9Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/backspace.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/backspacePressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/bsquare.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/bsquarePressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/bstar.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/bstarPressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/call.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/callPressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/clear.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/clearPressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/display.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/hangup.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/hangupPressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/radio1.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/radio1Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/radio2.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/radio2Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/radio3.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/radio3Pressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/transfer.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/phone/transferPressed.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/reliefpopupbt.gif -%%LIBTARGETDIR%%/themes/Oxygen/elements/reliefpopupbtpush.gif -%%LIBTARGETDIR%%/themes/Oxygen/elements/sizegrip.png -%%LIBTARGETDIR%%/themes/Oxygen/elements/xppopupbt.gif -%%LIBTARGETDIR%%/themes/Oxygen/icons/128x128/coccinella.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/128x128/coccinella2-shadow.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/128x128/coccinella2.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/12x12/mail-mark-whiteboard.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-doing_chores.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-drinking.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-eating.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-exercising.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-grooming.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-having_appointment.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-inactive.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-relaxing.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-talking.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-traveling.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity-working.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/activity.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/application-exit.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/audio-input-microphone.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/audio-output-speaker.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/bookmark-new.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/close-aqua-active.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/close-aqua.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/close.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/coccinella.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/dialog-cancel.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/dialog-information.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/dialog-ok.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/folder-closed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/folder-open.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/folder.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/group-offline.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/group-online.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/group-pending.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/group-root-offline.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/group-root-online.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/group-transport.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/invite-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/invite.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/keypress-return.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/list-add-user.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mail-mark-read.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mail-mark-unread.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mail-message-new.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-afraid.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-amazed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-angry.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-annoyed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-anxious.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-aroused.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-ashamed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-bored.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-brave.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-calm.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-cold.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-confused.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-contented.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-cranky.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-curious.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-depressed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-disappointed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-disgusted.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-distracted.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-embarrassed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-excited.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-flirtatious.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-frustrated.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-grumpy.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-guilty.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-happy.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-hot.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-humbled.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-humiliated.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-hungry.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-hurt.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-impressed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-in_awe.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-in_love.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-indignant.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-interested.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-intoxicated.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-invincible.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-jealous.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-lonely.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-mean.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-moody.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-nervous.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-neutral.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-offended.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-playful.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-proud.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-relieved.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-remorseful.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-restless.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-sad.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-sarcastic.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-serious.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-shocked.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-shy.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-sick.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-sleepy.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-stressed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-surprised.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-thirsty.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood-worried.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/mood.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/network-connect.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/network-disconnect.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/notify-message.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/notify-typing.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-call-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-call.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-called.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-missed.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-online.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-received.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-ring.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-symbol-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-symbol.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/phone-talk.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/preferences.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-aim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-facebook.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-gadugadu.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-irc.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-mrim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-myspaceim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-qq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-sametime.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-sms.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-twitter.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-xmpp.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/protocol-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/security-high.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/security-low.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/security-medium.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-account.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-auth.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-automation-translation.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-automation.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-client-console.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-client-handheld.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-client-pc.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-client-phone.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-client.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-collaboration-whiteboard.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-component-archive.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-component-load.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-component-log.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-component-stats.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-component.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-conference.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-directory-user.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-directory.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-headline-newmail.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-headline-rss.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-headline-weather.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-hierarchy-branch.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-hierarchy-leaf.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-proxy.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-pubsub.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-server-im.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-server.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/service-store.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/services-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/services.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-away-aim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-away-gadugadu.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-away-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-away-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-away-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-away-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-away.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-chat-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-chat-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-chat-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-chat.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-dnd-aim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-dnd-gadugadu.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-dnd-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-dnd-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-dnd-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-dnd-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-dnd.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-invisible-gadugadu.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-invisible-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-invisible-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-invisible-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-invisible.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-offline-aim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-offline-gadugadu.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-offline-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-offline-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-offline-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-offline-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-offline.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-aim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-gadugadu.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-sms.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-smtp.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-online.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-xa-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-xa-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-xa-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-xa-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/user-xa.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/view-history-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/16x16/view-history.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/coccinella.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/coccinella2-shadow.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/coccinella2.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-arc.gif -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-arrow.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-brush.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-del.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-line.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-oval.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-pen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-point.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-poly.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-rect.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/draw-text.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/fill-color.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/transform-move.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/transform-rotate.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/22x22/vcard.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/chat-message-new-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/chat-message-new.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/coccinella.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/coccinella2-shadow.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/coccinella2.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/dialog-error-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/dialog-error.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/dialog-information-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/dialog-information.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-import-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-import.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-open-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-open.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-print-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-print.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-save-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/document-save.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/go-next-view-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/go-next-view.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/go-previous-view-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/go-previous-view.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/image-missing.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/inbox-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/inbox-unread-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/inbox-unread.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/inbox.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/invite-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/invite.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/list-add-user-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/list-add-user.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-attachment-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-attachment.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-forward-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-forward.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-message-new-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-message-new.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-quote-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-quote.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-reply-sender-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-reply-sender.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-send-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/mail-send.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/network-connect-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/network-connect.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/network-disconnect-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/network-disconnect.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/network-server.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/phone-call-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/phone-call.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/preferences-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/preferences.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-aim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-facebook.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-gadugadu.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-icq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-irc.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-mrim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-msn.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-myspaceim.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-qq.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-sametime.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-sms.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-tlen.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-twitter.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-xmpp.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/protocol-yahoo.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/services-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/services.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/tools-wizard-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/tools-wizard.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/user-trash-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/user-trash.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/vcard.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/view-history-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/view-history.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/whiteboard-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/32x32/whiteboard.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/coccinella.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-error-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-error.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-information-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-information.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-question-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-question.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-warning-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/dialog-warning.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/world-map-Dis.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/64x64/world-map.png -%%LIBTARGETDIR%%/themes/Oxygen/icons/others/coccinella.icns -%%LIBTARGETDIR%%/themes/Oxygen/icons/others/coccinella.ico -%%LIBTARGETDIR%%/themes/Oxygen/mime/16x16/video-quicktime.png -%%LIBTARGETDIR%%/themes/Oxygen/sounds/alarm.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/autoanswered.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/clicked.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/connected.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/newchatmsg.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/newchatthread.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/newmsg.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/offline.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/online.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/soundIndex.tcl -%%LIBTARGETDIR%%/themes/Oxygen/sounds/startup.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/statchange.wav -%%LIBTARGETDIR%%/themes/Oxygen/sounds/userchange.wav -%%LIBTARGETDIR%%/themes/Oxygen/splash/splash-default.png -%%LIBTARGETDIR%%/themes/Oxygen/themeInfo -%%LIBTARGETDIR%%/whiteboard/BaseWBCanvas.itcl -%%LIBTARGETDIR%%/whiteboard/CanvasCmd.tcl -%%LIBTARGETDIR%%/whiteboard/CanvasCutCopyPaste.tcl -%%LIBTARGETDIR%%/whiteboard/CanvasDraw.tcl -%%LIBTARGETDIR%%/whiteboard/CanvasFile.tcl -%%LIBTARGETDIR%%/whiteboard/CanvasText.tcl -%%LIBTARGETDIR%%/whiteboard/CanvasUtils.tcl -%%LIBTARGETDIR%%/whiteboard/FilePrefs.tcl -%%LIBTARGETDIR%%/whiteboard/GetFileIface.tcl -%%LIBTARGETDIR%%/whiteboard/Import.tcl -%%LIBTARGETDIR%%/whiteboard/ItemInspector.tcl -%%LIBTARGETDIR%%/whiteboard/Multicast.tcl -%%LIBTARGETDIR%%/whiteboard/Plugins.tcl -%%LIBTARGETDIR%%/whiteboard/PutFileIface.tcl -%%LIBTARGETDIR%%/whiteboard/WBPrefs.tcl -%%LIBTARGETDIR%%/whiteboard/WDialogs.tcl -%%LIBTARGETDIR%%/whiteboard/Whiteboard.tcl -%%LIBTARGETDIR%%/whiteboard/pkgIndex.tcl -%%LIBTARGETDIR%%/whiteboard/tclIndex -%%LIBTARGETDIR%%/xmpp/tcp.tcl -%%LIBTARGETDIR%%/xmpp/xmlns.tcl -%%LIBTARGETDIR%%/xmpp/xmpp.tcl -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/READMEs/FileTransferProtocol.txt -%%PORTDOCS%%%%DOCSDIR%%/READMEs/README-command-line -%%PORTDOCS%%%%DOCSDIR%%/READMEs/README-libraries -%%PORTDOCS%%%%DOCSDIR%%/READMEs/README-sounds -%%PORTDOCS%%%%DOCSDIR%%/READMEs/README-themes -%%PORTDOCS%%%%DOCSDIR%%/READMEs/README-web.html -%%PORTDOCS%%%%DOCSDIR%%/READMEs/README-xmpp -%%PORTDOCS%%@dirrm %%DOCSDIR%%/READMEs -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%LIBTARGETDIR%%/xmpp -@dirrm %%LIBTARGETDIR%%/whiteboard -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/splash -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/sounds -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/mime/16x16 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/mime -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons/others -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons/64x64 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons/32x32 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons/22x22 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons/16x16 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons/12x12 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons/128x128 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/icons -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/elements/phone -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/elements -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/backgrounds -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/avatars/64x64 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/avatars/48x48 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/avatars/32x32 -@dirrm %%LIBTARGETDIR%%/themes/Oxygen/avatars -@dirrm %%LIBTARGETDIR%%/themes/Oxygen -@dirrm %%LIBTARGETDIR%%/themes/Aqua/icons/16x16 -@dirrm %%LIBTARGETDIR%%/themes/Aqua/icons -@dirrm %%LIBTARGETDIR%%/themes/Aqua -@dirrm %%LIBTARGETDIR%%/themes -@dirrm %%LIBTARGETDIR%%/resources/pre -@dirrm %%LIBTARGETDIR%%/resources/post -@dirrm %%LIBTARGETDIR%%/resources -@dirrm %%LIBTARGETDIR%%/po -@dirrm %%LIBTARGETDIR%%/plugins/vtk -@dirrm %%LIBTARGETDIR%%/plugins/applets/CardGame/cards -@dirrm %%LIBTARGETDIR%%/plugins/applets/CardGame -@dirrm %%LIBTARGETDIR%%/plugins/applets -@dirrm %%LIBTARGETDIR%%/plugins -@dirrm %%LIBTARGETDIR%%/msgs/post -@dirrm %%LIBTARGETDIR%%/msgs -@dirrm %%LIBTARGETDIR%%/lib -@dirrm %%LIBTARGETDIR%%/jabberlib/scripts -@dirrm %%LIBTARGETDIR%%/jabberlib -@dirrm %%LIBTARGETDIR%%/jabber -@dirrm %%LIBTARGETDIR%%/items/Games/chessimages -@dirrm %%LIBTARGETDIR%%/items/Games -@dirrm %%LIBTARGETDIR%%/items -@dirrm %%LIBTARGETDIR%%/iconsets/emoticons/default -@dirrm %%LIBTARGETDIR%%/iconsets/emoticons -@dirrm %%LIBTARGETDIR%%/iconsets -@dirrm %%LIBTARGETDIR%%/httpd/images -@dirrm %%LIBTARGETDIR%%/httpd -@dirrm %%LIBTARGETDIR%%/docs -@dirrm %%LIBTARGETDIR%%/contrib/ui -@dirrm %%LIBTARGETDIR%%/contrib/tiles -@dirrm %%LIBTARGETDIR%%/contrib/tablelist/scripts -@dirrm %%LIBTARGETDIR%%/contrib/tablelist -@dirrm %%LIBTARGETDIR%%/contrib/black -@dirrm %%LIBTARGETDIR%%/contrib -@dirrm %%LIBTARGETDIR%%/components/taskbar -@dirrm %%LIBTARGETDIR%%/components/Phone/IAX -@dirrm %%LIBTARGETDIR%%/components/Phone -@dirrm %%LIBTARGETDIR%%/components -@dirrm %%LIBTARGETDIR%%/certificates -@dirrm %%LIBTARGETDIR%%/TclXML -@dirrm %%LIBTARGETDIR%% +%%DATADIR%%/Coccinella.tcl +%%DATADIR%%/TclXML/CHANGES +%%DATADIR%%/TclXML/pkgIndex.tcl +%%DATADIR%%/TclXML/pkgIndexORIG.tcl +%%DATADIR%%/TclXML/sgml-8.1.tcl +%%DATADIR%%/TclXML/sgmlparser.tcl +%%DATADIR%%/TclXML/tclparser-8.1.tcl +%%DATADIR%%/TclXML/xml-8.1.tcl +%%DATADIR%%/TclXML/xml__tcl.tcl +%%DATADIR%%/TclXML/xmldep.tcl +%%DATADIR%%/TclXML/xpath.tcl +%%DATADIR%%/certificates/cacerts.pem +%%DATADIR%%/components/AppleEvents.tcl +%%DATADIR%%/components/AutoUpdate.tcl +%%DATADIR%%/components/BuddyPounce.tcl +%%DATADIR%%/components/Carbon.tcl +%%DATADIR%%/components/ChatShorts.tcl +%%DATADIR%%/components/ComponentExample.tcl +%%DATADIR%%/components/GMeeting.tcl +%%DATADIR%%/components/Geolocation.tcl +%%DATADIR%%/components/Growl.tcl +%%DATADIR%%/components/ICQ.tcl +%%DATADIR%%/components/IRCActions.tcl +%%DATADIR%%/components/ImageMagic.tcl +%%DATADIR%%/components/JivePhone.tcl +%%DATADIR%%/components/LiveRosterImage.tcl +%%DATADIR%%/components/MailtoURI.tcl +%%DATADIR%%/components/MeBeam.tcl +%%DATADIR%%/components/Mood.tcl +%%DATADIR%%/components/Notifier.tcl +%%DATADIR%%/components/NotifyCall.tcl +%%DATADIR%%/components/NotifyOnline.tcl +%%DATADIR%%/components/ParseStyledText.tcl +%%DATADIR%%/components/ParseURI.tcl +%%DATADIR%%/components/Phone/AddressBook.tcl +%%DATADIR%%/components/Phone/IAX/Iax.tcl +%%DATADIR%%/components/Phone/IAX/IaxPrefs.tcl +%%DATADIR%%/components/Phone/IAX/JingleIax.tcl +%%DATADIR%%/components/Phone/IAX/cmpntIndex.tcl +%%DATADIR%%/components/Phone/IAX/pkgIndex.tcl +%%DATADIR%%/components/Phone/NotifyCall.tcl +%%DATADIR%%/components/Phone/Phone.tcl +%%DATADIR%%/components/Phone/TPhone.tcl +%%DATADIR%%/components/Phone/cmpntIndex.tcl +%%DATADIR%%/components/Phone/pkgIndex.tcl +%%DATADIR%%/components/SlideShow.tcl +%%DATADIR%%/components/Sounds.tcl +%%DATADIR%%/components/Speech.tcl +%%DATADIR%%/components/Spell.tcl +%%DATADIR%%/components/SpotLight.tcl +%%DATADIR%%/components/Totd.tcl +%%DATADIR%%/components/TtkDialog.tcl +%%DATADIR%%/components/URIRegisterKDE.tcl +%%DATADIR%%/components/URIRegistry.tcl +%%DATADIR%%/components/UserActivity.tcl +%%DATADIR%%/components/WhiteboardMK.tcl +%%DATADIR%%/components/XMLConsole.tcl +%%DATADIR%%/components/cmpntIndex.tcl +%%DATADIR%%/components/fsdialog.tcl +%%DATADIR%%/components/taskbar/Taskbar.tcl +%%DATADIR%%/components/taskbar/cmpntIndex.tcl +%%DATADIR%%/contrib/MSSpeech.tcl +%%DATADIR%%/contrib/README +%%DATADIR%%/contrib/RegisterFileType.tcl +%%DATADIR%%/contrib/TestTree.tcl +%%DATADIR%%/contrib/TkInteractorPackage.tcl +%%DATADIR%%/contrib/TracedText.tcl +%%DATADIR%%/contrib/TreeCtrlDnD.tcl +%%DATADIR%%/contrib/anigif.tcl +%%DATADIR%%/contrib/autoproxy.tcl +%%DATADIR%%/contrib/autosocks.tcl +%%DATADIR%%/contrib/balloonhelp.tcl +%%DATADIR%%/contrib/base64.tcl +%%DATADIR%%/contrib/black/black.tcl +%%DATADIR%%/contrib/black/pkgIndex.tcl +%%DATADIR%%/contrib/can2svg.tcl +%%DATADIR%%/contrib/can2svgwb.tcl +%%DATADIR%%/contrib/canvasex.tcl +%%DATADIR%%/contrib/chasearrows.tcl +%%DATADIR%%/contrib/colorutils.tcl +%%DATADIR%%/contrib/component.tcl +%%DATADIR%%/contrib/dns.tcl +%%DATADIR%%/contrib/getfile.tcl +%%DATADIR%%/contrib/hooks.tcl +%%DATADIR%%/contrib/httpex.tcl +%%DATADIR%%/contrib/idletime.tcl +%%DATADIR%%/contrib/ip.tcl +%%DATADIR%%/contrib/md5x.tcl +%%DATADIR%%/contrib/mnotebook.tcl +%%DATADIR%%/contrib/moviecontroller.tcl +%%DATADIR%%/contrib/mstack.tcl +%%DATADIR%%/contrib/notebox.tcl +%%DATADIR%%/contrib/pipes.tcl +%%DATADIR%%/contrib/pkgIndex.tcl +%%DATADIR%%/contrib/putfile.tcl +%%DATADIR%%/contrib/qdxml.tcl +%%DATADIR%%/contrib/repackanim.tcl +%%DATADIR%%/contrib/sha1.tcl +%%DATADIR%%/contrib/snit.tcl +%%DATADIR%%/contrib/socks4.tcl +%%DATADIR%%/contrib/socks5.tcl +%%DATADIR%%/contrib/spell.tcl +%%DATADIR%%/contrib/stun.tcl +%%DATADIR%%/contrib/svg2can.tcl +%%DATADIR%%/contrib/svgwb2can.tcl +%%DATADIR%%/contrib/tablelist/pkgIndex.tcl +%%DATADIR%%/contrib/tablelist/scripts/mwutil.tcl +%%DATADIR%%/contrib/tablelist/scripts/repair.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistBind.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistBitmaps.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistConfig.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistEdit.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistMove.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistSort.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistThemes.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistUtil.tcl +%%DATADIR%%/contrib/tablelist/scripts/tablelistWidget.tcl +%%DATADIR%%/contrib/tablelist/scripts/tclIndex +%%DATADIR%%/contrib/tablelist/tablelist.tcl +%%DATADIR%%/contrib/tablelist/tablelistPublic.tcl +%%DATADIR%%/contrib/tablelist/tablelist_tile.tcl +%%DATADIR%%/contrib/tiles/blank.png +%%DATADIR%%/contrib/tiles/close.png +%%DATADIR%%/contrib/tiles/closeDark.png +%%DATADIR%%/contrib/tiles/closeLight.png +%%DATADIR%%/contrib/tiles/crossAqua.png +%%DATADIR%%/contrib/tiles/crossAquaActive.png +%%DATADIR%%/contrib/tiles/downArrow.png +%%DATADIR%%/contrib/tiles/downArrowContrast.png +%%DATADIR%%/contrib/tiles/open.png +%%DATADIR%%/contrib/tiles/openDark.png +%%DATADIR%%/contrib/tiles/openLight.png +%%DATADIR%%/contrib/tiles/oval.png +%%DATADIR%%/contrib/tiles/ovalDark.png +%%DATADIR%%/contrib/tiles/search.png +%%DATADIR%%/contrib/tiles/sunken.png +%%DATADIR%%/contrib/tiles/sunkenWhite.png +%%DATADIR%%/contrib/tileutils.tcl +%%DATADIR%%/contrib/timing.tcl +%%DATADIR%%/contrib/tinyfileutils.tcl +%%DATADIR%%/contrib/tinyhttpd.tcl +%%DATADIR%%/contrib/tinyhttpdmsg.tcl +%%DATADIR%%/contrib/treeutil.tcl +%%DATADIR%%/contrib/ttoolbar.tcl +%%DATADIR%%/contrib/ui/comboboxex.tcl +%%DATADIR%%/contrib/ui/combomenu.tcl +%%DATADIR%%/contrib/ui/dialog.tcl +%%DATADIR%%/contrib/ui/entryex.tcl +%%DATADIR%%/contrib/ui/fontselector.tcl +%%DATADIR%%/contrib/ui/megaentry.tcl +%%DATADIR%%/contrib/ui/notify.tcl +%%DATADIR%%/contrib/ui/openimage.tcl +%%DATADIR%%/contrib/ui/optionmenu.tcl +%%DATADIR%%/contrib/ui/pkgIndex.tcl +%%DATADIR%%/contrib/ui/progress.tcl +%%DATADIR%%/contrib/ui/toplevel.tcl +%%DATADIR%%/contrib/ui/util.tcl +%%DATADIR%%/contrib/undo.tcl +%%DATADIR%%/contrib/uri.tcl +%%DATADIR%%/contrib/uriencode.tcl +%%DATADIR%%/contrib/urn-scheme.tcl +%%DATADIR%%/contrib/utils.tcl +%%DATADIR%%/contrib/uuid.tcl +%%DATADIR%%/contrib/wizard.tcl +%%DATADIR%%/docs/Welcome_en.can +%%DATADIR%%/docs/Welcome_nl.can +%%DATADIR%%/docs/Welcome_sv.can +%%DATADIR%%/docs/penguin.gif +%%DATADIR%%/httpd/404.html +%%DATADIR%%/httpd/images/file.png +%%DATADIR%%/httpd/images/folder.png +%%DATADIR%%/httpd/images/up.png +%%DATADIR%%/httpd/std.css +%%DATADIR%%/iconsets/emoticons/default/face-angel.png +%%DATADIR%%/iconsets/emoticons/default/face-confused.png +%%DATADIR%%/iconsets/emoticons/default/face-crying.png +%%DATADIR%%/iconsets/emoticons/default/face-devilish.png +%%DATADIR%%/iconsets/emoticons/default/face-embarrassed.png +%%DATADIR%%/iconsets/emoticons/default/face-foot-in-mouth.png +%%DATADIR%%/iconsets/emoticons/default/face-glasses.png +%%DATADIR%%/iconsets/emoticons/default/face-kiss.png +%%DATADIR%%/iconsets/emoticons/default/face-laugh.png +%%DATADIR%%/iconsets/emoticons/default/face-plain.png +%%DATADIR%%/iconsets/emoticons/default/face-raspberry.png +%%DATADIR%%/iconsets/emoticons/default/face-sad.png +%%DATADIR%%/iconsets/emoticons/default/face-sleep.png +%%DATADIR%%/iconsets/emoticons/default/face-smile-big.png +%%DATADIR%%/iconsets/emoticons/default/face-smile.png +%%DATADIR%%/iconsets/emoticons/default/face-surprise.png +%%DATADIR%%/iconsets/emoticons/default/face-uncertain.png +%%DATADIR%%/iconsets/emoticons/default/face-wink.png +%%DATADIR%%/iconsets/emoticons/default/heart.png +%%DATADIR%%/iconsets/emoticons/default/icondef.xml +%%DATADIR%%/iconsets/emoticons/default/star.png +%%DATADIR%%/items/Games/Chess.can +%%DATADIR%%/items/Games/ChineseChecker.can +%%DATADIR%%/items/Games/Dice.can +%%DATADIR%%/items/Games/Draughts.can +%%DATADIR%%/items/Games/PlayingCards.can +%%DATADIR%%/items/Games/chessimages/bhorse.gif +%%DATADIR%%/items/Games/chessimages/bking.gif +%%DATADIR%%/items/Games/chessimages/board.gif +%%DATADIR%%/items/Games/chessimages/bpeasant.gif +%%DATADIR%%/items/Games/chessimages/bqueen.gif +%%DATADIR%%/items/Games/chessimages/brunner.gif +%%DATADIR%%/items/Games/chessimages/btower.gif +%%DATADIR%%/items/Games/chessimages/whorse.gif +%%DATADIR%%/items/Games/chessimages/wking.gif +%%DATADIR%%/items/Games/chessimages/wpeasant.gif +%%DATADIR%%/items/Games/chessimages/wqueen.gif +%%DATADIR%%/items/Games/chessimages/wrunner.gif +%%DATADIR%%/items/Games/chessimages/wtower.gif +%%DATADIR%%/items/Games/chineschecker.gif +%%DATADIR%%/items/Mathematica.can +%%DATADIR%%/items/Mathematica2.can +%%DATADIR%%/items/SpeechBubbleSE.can +%%DATADIR%%/items/boing.can +%%DATADIR%%/items/heart.can +%%DATADIR%%/items/modernArt.can +%%DATADIR%%/jabber/Adhoc.tcl +%%DATADIR%%/jabber/AppStatusSlot.tcl +%%DATADIR%%/jabber/AutoAway.tcl +%%DATADIR%%/jabber/Avatar.tcl +%%DATADIR%%/jabber/AvatarMB.tcl +%%DATADIR%%/jabber/Chat.tcl +%%DATADIR%%/jabber/ChatTheme.tcl +%%DATADIR%%/jabber/Create.tcl +%%DATADIR%%/jabber/Disco.tcl +%%DATADIR%%/jabber/Emoticons.tcl +%%DATADIR%%/jabber/Enter.tcl +%%DATADIR%%/jabber/FTrans.tcl +%%DATADIR%%/jabber/Gateway.tcl +%%DATADIR%%/jabber/GotMsg.tcl +%%DATADIR%%/jabber/GroupChat.tcl +%%DATADIR%%/jabber/History.tcl +%%DATADIR%%/jabber/Icondef.tcl +%%DATADIR%%/jabber/JForms.tcl +%%DATADIR%%/jabber/JPrefs.tcl +%%DATADIR%%/jabber/JPubServers.tcl +%%DATADIR%%/jabber/JUI.tcl +%%DATADIR%%/jabber/JUser.tcl +%%DATADIR%%/jabber/JWB.tcl +%%DATADIR%%/jabber/Jabber.tcl +%%DATADIR%%/jabber/Login.tcl +%%DATADIR%%/jabber/MUC.tcl +%%DATADIR%%/jabber/MailBox.tcl +%%DATADIR%%/jabber/MegaPresence.tcl +%%DATADIR%%/jabber/MicroBlog.tcl +%%DATADIR%%/jabber/NewMsg.tcl +%%DATADIR%%/jabber/Nickname.tcl +%%DATADIR%%/jabber/OOB.tcl +%%DATADIR%%/jabber/Privacy.tcl +%%DATADIR%%/jabber/Profiles.tcl +%%DATADIR%%/jabber/PublicServices.tcl +%%DATADIR%%/jabber/Register.tcl +%%DATADIR%%/jabber/Roster.tcl +%%DATADIR%%/jabber/RosterAvatar.tcl +%%DATADIR%%/jabber/RosterPlain.tcl +%%DATADIR%%/jabber/RosterTree.tcl +%%DATADIR%%/jabber/RosterTwo.tcl +%%DATADIR%%/jabber/Rosticons.tcl +%%DATADIR%%/jabber/Search.tcl +%%DATADIR%%/jabber/Servicons.tcl +%%DATADIR%%/jabber/SetupAss.tcl +%%DATADIR%%/jabber/Status.tcl +%%DATADIR%%/jabber/StatusSlot.tcl +%%DATADIR%%/jabber/Subscribe.tcl +%%DATADIR%%/jabber/UserInfo.tcl +%%DATADIR%%/jabber/VCard.tcl +%%DATADIR%%/jabber/pkgIndex.tcl +%%DATADIR%%/jabberlib/README +%%DATADIR%%/jabberlib/XMLFormat.tcl +%%DATADIR%%/jabberlib/annotations.tcl +%%DATADIR%%/jabberlib/avatar.tcl +%%DATADIR%%/jabberlib/bind.tcl +%%DATADIR%%/jabberlib/bytestreams.tcl +%%DATADIR%%/jabberlib/caps.tcl +%%DATADIR%%/jabberlib/compress.tcl +%%DATADIR%%/jabberlib/connect.tcl +%%DATADIR%%/jabberlib/data.tcl +%%DATADIR%%/jabberlib/disco.tcl +%%DATADIR%%/jabberlib/ftrans.tcl +%%DATADIR%%/jabberlib/groupchat.tcl +%%DATADIR%%/jabberlib/ibb.tcl +%%DATADIR%%/jabberlib/jabberlib.tcl +%%DATADIR%%/jabberlib/jingle.tcl +%%DATADIR%%/jabberlib/jlibdns.tcl +%%DATADIR%%/jabberlib/jlibhttp.tcl +%%DATADIR%%/jabberlib/jlibsasl.tcl +%%DATADIR%%/jabberlib/jlibtls.tcl +%%DATADIR%%/jabberlib/muc.tcl +%%DATADIR%%/jabberlib/pep.tcl +%%DATADIR%%/jabberlib/pkgIndex.tcl +%%DATADIR%%/jabberlib/private.tcl +%%DATADIR%%/jabberlib/pubsub.tcl +%%DATADIR%%/jabberlib/roster.tcl +%%DATADIR%%/jabberlib/saslmd5.tcl +%%DATADIR%%/jabberlib/scripts/README-scripts +%%DATADIR%%/jabberlib/scripts/message.tcl +%%DATADIR%%/jabberlib/scripts/password.tcl +%%DATADIR%%/jabberlib/scripts/pkgIndex.tcl +%%DATADIR%%/jabberlib/scripts/register.tcl +%%DATADIR%%/jabberlib/scripts/unregister.tcl +%%DATADIR%%/jabberlib/service.tcl +%%DATADIR%%/jabberlib/si.tcl +%%DATADIR%%/jabberlib/sipub.tcl +%%DATADIR%%/jabberlib/stanzaerror.tcl +%%DATADIR%%/jabberlib/streamerror.tcl +%%DATADIR%%/jabberlib/tinydom.tcl +%%DATADIR%%/jabberlib/util.tcl +%%DATADIR%%/jabberlib/vcard.tcl +%%DATADIR%%/jabberlib/wrapper.tcl +%%DATADIR%%/lib/AMenu.tcl +%%DATADIR%%/lib/Base64Icons.tcl +%%DATADIR%%/lib/Bookmarks.tcl +%%DATADIR%%/lib/Component.tcl +%%DATADIR%%/lib/Debug.tcl +%%DATADIR%%/lib/Dialogs.tcl +%%DATADIR%%/lib/EditDialogs.tcl +%%DATADIR%%/lib/FakeSample.mov +%%DATADIR%%/lib/FileCache.tcl +%%DATADIR%%/lib/HttpTrpt.tcl +%%DATADIR%%/lib/Httpd.tcl +%%DATADIR%%/lib/ITree.tcl +%%DATADIR%%/lib/Init.tcl +%%DATADIR%%/lib/MacintoshUtils.tcl +%%DATADIR%%/lib/Media.tcl +%%DATADIR%%/lib/Network.tcl +%%DATADIR%%/lib/PrefGeneral.tcl +%%DATADIR%%/lib/PrefHelpers.tcl +%%DATADIR%%/lib/PrefNet.tcl +%%DATADIR%%/lib/PrefUtils.tcl +%%DATADIR%%/lib/Preferences.tcl +%%DATADIR%%/lib/Proxy.tcl +%%DATADIR%%/lib/SSLInfo.tcl +%%DATADIR%%/lib/SetFactoryDefaults.tcl +%%DATADIR%%/lib/Splash.tcl +%%DATADIR%%/lib/TSearch.tcl +%%DATADIR%%/lib/TheServer.tcl +%%DATADIR%%/lib/Theme.tcl +%%DATADIR%%/lib/Types.tcl +%%DATADIR%%/lib/UI.tcl +%%DATADIR%%/lib/UserActions.tcl +%%DATADIR%%/lib/Utils.tcl +%%DATADIR%%/lib/WSearch.tcl +%%DATADIR%%/lib/WindowsUtils.tcl +%%DATADIR%%/lib/pkgIndex.tcl +%%NLS%%%%DATADIR%%/msgs/cs.msg +%%NLS%%%%DATADIR%%/msgs/da.msg +%%NLS%%%%DATADIR%%/msgs/de.msg +%%NLS%%%%DATADIR%%/msgs/en.msg +%%NLS%%%%DATADIR%%/msgs/es.msg +%%NLS%%%%DATADIR%%/msgs/fr.msg +%%NLS%%%%DATADIR%%/msgs/it.msg +%%NLS%%%%DATADIR%%/msgs/ko.msg +%%NLS%%%%DATADIR%%/msgs/nl.msg +%%NLS%%%%DATADIR%%/msgs/pl.msg +%%NLS%%%%DATADIR%%/msgs/post/README-post +%%NLS%%%%DATADIR%%/msgs/pt.msg +%%NLS%%%%DATADIR%%/msgs/ru.msg +%%NLS%%%%DATADIR%%/msgs/sv.msg +%%NLS%%%%DATADIR%%/msgs/zh_cn.msg +%%DATADIR%%/plugins/Example.tcl +%%DATADIR%%/plugins/HtmlImport.tcl +%%DATADIR%%/plugins/ItclApplets.tcl +%%DATADIR%%/plugins/PluginTextPlain.tcl +%%DATADIR%%/plugins/README-plugins +%%DATADIR%%/plugins/WinImport.tcl +%%DATADIR%%/plugins/applets/CardGame/Card.itcl +%%DATADIR%%/plugins/applets/CardGame/CardGame.itcl +%%DATADIR%%/plugins/applets/CardGame/CardStack.itcl +%%DATADIR%%/plugins/applets/CardGame/cards/tewi.tcl +%%DATADIR%%/plugins/applets/CardGame/swash.wav +%%DATADIR%%/plugins/applets/CardGame/tclIndex +%%DATADIR%%/plugins/applets/Dice.itcl +%%DATADIR%%/plugins/vtk/VTKImports.tcl +%%DATADIR%%/plugins/pluginDefs.tcl +%%NLS%%%%DATADIR%%/po/LINGUAS +%%NLS%%%%DATADIR%%/po/POTFILES.in +%%NLS%%%%DATADIR%%/po/compile.tcl +%%NLS%%%%DATADIR%%/po/cs.po +%%NLS%%%%DATADIR%%/po/da.po +%%NLS%%%%DATADIR%%/po/de.po +%%NLS%%%%DATADIR%%/po/es.po +%%NLS%%%%DATADIR%%/po/extract.tcl +%%NLS%%%%DATADIR%%/po/fr.po +%%NLS%%%%DATADIR%%/po/it.po +%%NLS%%%%DATADIR%%/po/ko.po +%%NLS%%%%DATADIR%%/po/nl.po +%%NLS%%%%DATADIR%%/po/pl.po +%%NLS%%%%DATADIR%%/po/pt.po +%%NLS%%%%DATADIR%%/po/ru.po +%%NLS%%%%DATADIR%%/po/sv.po +%%NLS%%%%DATADIR%%/po/template.pot +%%NLS%%%%DATADIR%%/po/update.sh +%%NLS%%%%DATADIR%%/po/zh_cn.po +%%DATADIR%%/resources/README-config +%%DATADIR%%/resources/README-resources +%%DATADIR%%/resources/alt.rdb +%%DATADIR%%/resources/clam.rdb +%%DATADIR%%/resources/classic.rdb +%%DATADIR%%/resources/configExample.tcl +%%DATADIR%%/resources/default.rdb +%%DATADIR%%/resources/keramik.rdb +%%DATADIR%%/resources/macintosh.rdb +%%DATADIR%%/resources/macosx.rdb +%%DATADIR%%/resources/post/README-post +%%DATADIR%%/resources/pre/README-pre +%%DATADIR%%/resources/step.rdb +%%DATADIR%%/resources/unix.rdb +%%DATADIR%%/resources/windows.rdb +%%DATADIR%%/resources/winxpblue.rdb +%%DATADIR%%/themes/Aqua/icons/16x16/user-away.png +%%DATADIR%%/themes/Aqua/icons/16x16/user-dnd.png +%%DATADIR%%/themes/Aqua/icons/16x16/user-invisible.png +%%DATADIR%%/themes/Aqua/icons/16x16/user-offline.png +%%DATADIR%%/themes/Aqua/icons/16x16/user-online.png +%%DATADIR%%/themes/Aqua/icons/16x16/user-xa.png +%%DATADIR%%/themes/Aqua/themeInfo +%%DATADIR%%/themes/Oxygen/AUTHORS +%%DATADIR%%/themes/Oxygen/avatars/32x32/defaultBoy.png +%%DATADIR%%/themes/Oxygen/avatars/48x48/defaultBoy.png +%%DATADIR%%/themes/Oxygen/avatars/64x64/defaultBoy.png +%%DATADIR%%/themes/Oxygen/backgrounds/roster-default.png +%%DATADIR%%/themes/Oxygen/backgrounds/roster-default.svg +%%DATADIR%%/themes/Oxygen/elements/bwrect.gif +%%DATADIR%%/themes/Oxygen/elements/colorSelBW.gif +%%DATADIR%%/themes/Oxygen/elements/colorSelSwap.gif +%%DATADIR%%/themes/Oxygen/elements/colorSelector.gif +%%DATADIR%%/themes/Oxygen/elements/phone/b0.png +%%DATADIR%%/themes/Oxygen/elements/phone/b0Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b1.png +%%DATADIR%%/themes/Oxygen/elements/phone/b1Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b2.png +%%DATADIR%%/themes/Oxygen/elements/phone/b2Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b3.png +%%DATADIR%%/themes/Oxygen/elements/phone/b3Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b4.png +%%DATADIR%%/themes/Oxygen/elements/phone/b4Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b5.png +%%DATADIR%%/themes/Oxygen/elements/phone/b5Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b6.png +%%DATADIR%%/themes/Oxygen/elements/phone/b6Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b7.png +%%DATADIR%%/themes/Oxygen/elements/phone/b7Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b8.png +%%DATADIR%%/themes/Oxygen/elements/phone/b8Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/b9.png +%%DATADIR%%/themes/Oxygen/elements/phone/b9Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/backspace.png +%%DATADIR%%/themes/Oxygen/elements/phone/backspacePressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/bsquare.png +%%DATADIR%%/themes/Oxygen/elements/phone/bsquarePressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/bstar.png +%%DATADIR%%/themes/Oxygen/elements/phone/bstarPressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/call.png +%%DATADIR%%/themes/Oxygen/elements/phone/callPressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/clear.png +%%DATADIR%%/themes/Oxygen/elements/phone/clearPressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/display.png +%%DATADIR%%/themes/Oxygen/elements/phone/hangup.png +%%DATADIR%%/themes/Oxygen/elements/phone/hangupPressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/radio1.png +%%DATADIR%%/themes/Oxygen/elements/phone/radio1Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/radio2.png +%%DATADIR%%/themes/Oxygen/elements/phone/radio2Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/radio3.png +%%DATADIR%%/themes/Oxygen/elements/phone/radio3Pressed.png +%%DATADIR%%/themes/Oxygen/elements/phone/transfer.png +%%DATADIR%%/themes/Oxygen/elements/phone/transferPressed.png +%%DATADIR%%/themes/Oxygen/elements/reliefpopupbt.gif +%%DATADIR%%/themes/Oxygen/elements/reliefpopupbtpush.gif +%%DATADIR%%/themes/Oxygen/elements/sizegrip.png +%%DATADIR%%/themes/Oxygen/elements/xppopupbt.gif +%%DATADIR%%/themes/Oxygen/icons/128x128/coccinella.png +%%DATADIR%%/themes/Oxygen/icons/128x128/coccinella2-shadow.png +%%DATADIR%%/themes/Oxygen/icons/128x128/coccinella2.png +%%DATADIR%%/themes/Oxygen/icons/12x12/mail-mark-whiteboard.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-doing_chores.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-drinking.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-eating.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-exercising.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-grooming.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-having_appointment.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-inactive.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-relaxing.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-talking.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-traveling.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity-working.png +%%DATADIR%%/themes/Oxygen/icons/16x16/activity.png +%%DATADIR%%/themes/Oxygen/icons/16x16/application-exit.png +%%DATADIR%%/themes/Oxygen/icons/16x16/audio-input-microphone.png +%%DATADIR%%/themes/Oxygen/icons/16x16/audio-output-speaker.png +%%DATADIR%%/themes/Oxygen/icons/16x16/bookmark-new.png +%%DATADIR%%/themes/Oxygen/icons/16x16/close-aqua-active.png +%%DATADIR%%/themes/Oxygen/icons/16x16/close-aqua.png +%%DATADIR%%/themes/Oxygen/icons/16x16/close.png +%%DATADIR%%/themes/Oxygen/icons/16x16/coccinella.png +%%DATADIR%%/themes/Oxygen/icons/16x16/dialog-cancel.png +%%DATADIR%%/themes/Oxygen/icons/16x16/dialog-information.png +%%DATADIR%%/themes/Oxygen/icons/16x16/dialog-ok.png +%%DATADIR%%/themes/Oxygen/icons/16x16/folder-closed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/folder-open.png +%%DATADIR%%/themes/Oxygen/icons/16x16/folder.png +%%DATADIR%%/themes/Oxygen/icons/16x16/group-offline.png +%%DATADIR%%/themes/Oxygen/icons/16x16/group-online.png +%%DATADIR%%/themes/Oxygen/icons/16x16/group-pending.png +%%DATADIR%%/themes/Oxygen/icons/16x16/group-root-offline.png +%%DATADIR%%/themes/Oxygen/icons/16x16/group-root-online.png +%%DATADIR%%/themes/Oxygen/icons/16x16/group-transport.png +%%DATADIR%%/themes/Oxygen/icons/16x16/invite-Dis.png +%%DATADIR%%/themes/Oxygen/icons/16x16/invite.png +%%DATADIR%%/themes/Oxygen/icons/16x16/keypress-return.png +%%DATADIR%%/themes/Oxygen/icons/16x16/list-add-user.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mail-mark-read.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mail-mark-unread.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mail-message-new.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-afraid.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-amazed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-angry.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-annoyed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-anxious.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-aroused.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-ashamed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-bored.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-brave.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-calm.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-cold.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-confused.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-contented.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-cranky.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-curious.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-depressed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-disappointed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-disgusted.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-distracted.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-embarrassed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-excited.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-flirtatious.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-frustrated.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-grumpy.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-guilty.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-happy.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-hot.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-humbled.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-humiliated.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-hungry.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-hurt.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-impressed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-in_awe.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-in_love.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-indignant.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-interested.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-intoxicated.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-invincible.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-jealous.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-lonely.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-mean.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-moody.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-nervous.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-neutral.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-offended.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-playful.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-proud.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-relieved.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-remorseful.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-restless.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-sad.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-sarcastic.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-serious.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-shocked.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-shy.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-sick.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-sleepy.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-stressed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-surprised.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-thirsty.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood-worried.png +%%DATADIR%%/themes/Oxygen/icons/16x16/mood.png +%%DATADIR%%/themes/Oxygen/icons/16x16/network-connect.png +%%DATADIR%%/themes/Oxygen/icons/16x16/network-disconnect.png +%%DATADIR%%/themes/Oxygen/icons/16x16/notify-message.png +%%DATADIR%%/themes/Oxygen/icons/16x16/notify-typing.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-call-Dis.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-call.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-called.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-missed.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-online.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-received.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-ring.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-symbol-Dis.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-symbol.png +%%DATADIR%%/themes/Oxygen/icons/16x16/phone-talk.png +%%DATADIR%%/themes/Oxygen/icons/16x16/preferences.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-aim.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-facebook.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-gadugadu.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-irc.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-mrim.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-myspaceim.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-qq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-sametime.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-sms.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-tlen.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-twitter.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-xmpp.png +%%DATADIR%%/themes/Oxygen/icons/16x16/protocol-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/16x16/security-high.png +%%DATADIR%%/themes/Oxygen/icons/16x16/security-low.png +%%DATADIR%%/themes/Oxygen/icons/16x16/security-medium.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-account.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-auth.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-automation-translation.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-automation.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-client-console.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-client-handheld.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-client-pc.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-client-phone.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-client.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-collaboration-whiteboard.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-component-archive.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-component-load.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-component-log.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-component-stats.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-component.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-conference.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-directory-user.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-directory.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-headline-newmail.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-headline-rss.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-headline-weather.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-hierarchy-branch.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-hierarchy-leaf.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-proxy.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-pubsub.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-server-im.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-server.png +%%DATADIR%%/themes/Oxygen/icons/16x16/service-store.png +%%DATADIR%%/themes/Oxygen/icons/16x16/services-Dis.png +%%DATADIR%%/themes/Oxygen/icons/16x16/services.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-away-aim.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-away-gadugadu.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-away-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-away-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-away-tlen.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-away-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-away.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-chat-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-chat-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-chat-tlen.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-chat.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-dnd-aim.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-dnd-gadugadu.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-dnd-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-dnd-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-dnd-tlen.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-dnd-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-dnd.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-invisible-gadugadu.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-invisible-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-invisible-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-invisible-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-invisible.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-offline-aim.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-offline-gadugadu.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-offline-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-offline-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-offline-tlen.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-offline-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-offline.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-aim.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-gadugadu.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-sms.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-smtp.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-tlen.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-online.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-xa-icq.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-xa-msn.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-xa-tlen.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-xa-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/16x16/user-xa.png +%%DATADIR%%/themes/Oxygen/icons/16x16/view-history-Dis.png +%%DATADIR%%/themes/Oxygen/icons/16x16/view-history.png +%%DATADIR%%/themes/Oxygen/icons/22x22/coccinella.png +%%DATADIR%%/themes/Oxygen/icons/22x22/coccinella2-shadow.png +%%DATADIR%%/themes/Oxygen/icons/22x22/coccinella2.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-arc.gif +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-arrow.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-brush.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-del.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-line.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-oval.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-pen.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-point.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-poly.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-rect.png +%%DATADIR%%/themes/Oxygen/icons/22x22/draw-text.png +%%DATADIR%%/themes/Oxygen/icons/22x22/fill-color.png +%%DATADIR%%/themes/Oxygen/icons/22x22/transform-move.png +%%DATADIR%%/themes/Oxygen/icons/22x22/transform-rotate.png +%%DATADIR%%/themes/Oxygen/icons/22x22/vcard.png +%%DATADIR%%/themes/Oxygen/icons/32x32/chat-message-new-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/chat-message-new.png +%%DATADIR%%/themes/Oxygen/icons/32x32/coccinella.png +%%DATADIR%%/themes/Oxygen/icons/32x32/coccinella2-shadow.png +%%DATADIR%%/themes/Oxygen/icons/32x32/coccinella2.png +%%DATADIR%%/themes/Oxygen/icons/32x32/dialog-error-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/dialog-error.png +%%DATADIR%%/themes/Oxygen/icons/32x32/dialog-information-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/dialog-information.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-import-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-import.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-open-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-open.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-print-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-print.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-save-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/document-save.png +%%DATADIR%%/themes/Oxygen/icons/32x32/go-next-view-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/go-next-view.png +%%DATADIR%%/themes/Oxygen/icons/32x32/go-previous-view-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/go-previous-view.png +%%DATADIR%%/themes/Oxygen/icons/32x32/image-missing.png +%%DATADIR%%/themes/Oxygen/icons/32x32/inbox-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/inbox-unread-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/inbox-unread.png +%%DATADIR%%/themes/Oxygen/icons/32x32/inbox.png +%%DATADIR%%/themes/Oxygen/icons/32x32/invite-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/invite.png +%%DATADIR%%/themes/Oxygen/icons/32x32/list-add-user-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/list-add-user.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-attachment-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-attachment.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-forward-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-forward.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-message-new-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-message-new.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-quote-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-quote.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-reply-sender-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-reply-sender.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-send-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/mail-send.png +%%DATADIR%%/themes/Oxygen/icons/32x32/network-connect-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/network-connect.png +%%DATADIR%%/themes/Oxygen/icons/32x32/network-disconnect-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/network-disconnect.png +%%DATADIR%%/themes/Oxygen/icons/32x32/network-server.png +%%DATADIR%%/themes/Oxygen/icons/32x32/phone-call-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/phone-call.png +%%DATADIR%%/themes/Oxygen/icons/32x32/preferences-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/preferences.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-aim.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-facebook.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-gadugadu.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-icq.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-irc.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-mrim.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-msn.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-myspaceim.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-qq.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-sametime.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-sms.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-tlen.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-twitter.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-xmpp.png +%%DATADIR%%/themes/Oxygen/icons/32x32/protocol-yahoo.png +%%DATADIR%%/themes/Oxygen/icons/32x32/services-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/services.png +%%DATADIR%%/themes/Oxygen/icons/32x32/tools-wizard-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/tools-wizard.png +%%DATADIR%%/themes/Oxygen/icons/32x32/user-trash-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/user-trash.png +%%DATADIR%%/themes/Oxygen/icons/32x32/vcard.png +%%DATADIR%%/themes/Oxygen/icons/32x32/view-history-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/view-history.png +%%DATADIR%%/themes/Oxygen/icons/32x32/whiteboard-Dis.png +%%DATADIR%%/themes/Oxygen/icons/32x32/whiteboard.png +%%DATADIR%%/themes/Oxygen/icons/64x64/coccinella.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-error-Dis.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-error.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-information-Dis.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-information.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-question-Dis.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-question.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-warning-Dis.png +%%DATADIR%%/themes/Oxygen/icons/64x64/dialog-warning.png +%%DATADIR%%/themes/Oxygen/icons/64x64/world-map-Dis.png +%%DATADIR%%/themes/Oxygen/icons/64x64/world-map.png +%%DATADIR%%/themes/Oxygen/icons/others/coccinella.icns +%%DATADIR%%/themes/Oxygen/icons/others/coccinella.ico +%%DATADIR%%/themes/Oxygen/mime/16x16/video-quicktime.png +%%DATADIR%%/themes/Oxygen/sounds/alarm.wav +%%DATADIR%%/themes/Oxygen/sounds/autoanswered.wav +%%DATADIR%%/themes/Oxygen/sounds/clicked.wav +%%DATADIR%%/themes/Oxygen/sounds/connected.wav +%%DATADIR%%/themes/Oxygen/sounds/newchatmsg.wav +%%DATADIR%%/themes/Oxygen/sounds/newchatthread.wav +%%DATADIR%%/themes/Oxygen/sounds/newmsg.wav +%%DATADIR%%/themes/Oxygen/sounds/offline.wav +%%DATADIR%%/themes/Oxygen/sounds/online.wav +%%DATADIR%%/themes/Oxygen/sounds/soundIndex.tcl +%%DATADIR%%/themes/Oxygen/sounds/startup.wav +%%DATADIR%%/themes/Oxygen/sounds/statchange.wav +%%DATADIR%%/themes/Oxygen/sounds/userchange.wav +%%DATADIR%%/themes/Oxygen/splash/splash-default.png +%%DATADIR%%/themes/Oxygen/themeInfo +%%DATADIR%%/whiteboard/BaseWBCanvas.itcl +%%DATADIR%%/whiteboard/CanvasCmd.tcl +%%DATADIR%%/whiteboard/CanvasCutCopyPaste.tcl +%%DATADIR%%/whiteboard/CanvasDraw.tcl +%%DATADIR%%/whiteboard/CanvasFile.tcl +%%DATADIR%%/whiteboard/CanvasText.tcl +%%DATADIR%%/whiteboard/CanvasUtils.tcl +%%DATADIR%%/whiteboard/FilePrefs.tcl +%%DATADIR%%/whiteboard/GetFileIface.tcl +%%DATADIR%%/whiteboard/Import.tcl +%%DATADIR%%/whiteboard/ItemInspector.tcl +%%DATADIR%%/whiteboard/Multicast.tcl +%%DATADIR%%/whiteboard/Plugins.tcl +%%DATADIR%%/whiteboard/PutFileIface.tcl +%%DATADIR%%/whiteboard/WBPrefs.tcl +%%DATADIR%%/whiteboard/WDialogs.tcl +%%DATADIR%%/whiteboard/Whiteboard.tcl +%%DATADIR%%/whiteboard/pkgIndex.tcl +%%DATADIR%%/whiteboard/tclIndex +%%DATADIR%%/xmpp/tcp.tcl +%%DATADIR%%/xmpp/xmlns.tcl +%%DATADIR%%/xmpp/xmpp.tcl +@dirrm %%DATADIR%%/xmpp +@dirrm %%DATADIR%%/whiteboard +@dirrm %%DATADIR%%/themes/Oxygen/splash +@dirrm %%DATADIR%%/themes/Oxygen/sounds +@dirrm %%DATADIR%%/themes/Oxygen/mime/16x16 +@dirrm %%DATADIR%%/themes/Oxygen/mime +@dirrm %%DATADIR%%/themes/Oxygen/icons/others +@dirrm %%DATADIR%%/themes/Oxygen/icons/64x64 +@dirrm %%DATADIR%%/themes/Oxygen/icons/32x32 +@dirrm %%DATADIR%%/themes/Oxygen/icons/22x22 +@dirrm %%DATADIR%%/themes/Oxygen/icons/16x16 +@dirrm %%DATADIR%%/themes/Oxygen/icons/12x12 +@dirrm %%DATADIR%%/themes/Oxygen/icons/128x128 +@dirrm %%DATADIR%%/themes/Oxygen/icons +@dirrm %%DATADIR%%/themes/Oxygen/elements/phone +@dirrm %%DATADIR%%/themes/Oxygen/elements +@dirrm %%DATADIR%%/themes/Oxygen/backgrounds +@dirrm %%DATADIR%%/themes/Oxygen/avatars/64x64 +@dirrm %%DATADIR%%/themes/Oxygen/avatars/48x48 +@dirrm %%DATADIR%%/themes/Oxygen/avatars/32x32 +@dirrm %%DATADIR%%/themes/Oxygen/avatars +@dirrm %%DATADIR%%/themes/Oxygen +@dirrm %%DATADIR%%/themes/Aqua/icons/16x16 +@dirrm %%DATADIR%%/themes/Aqua/icons +@dirrm %%DATADIR%%/themes/Aqua +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/resources/pre +@dirrm %%DATADIR%%/resources/post +@dirrm %%DATADIR%%/resources +%%NLS%%@dirrm %%DATADIR%%/po +@dirrm %%DATADIR%%/plugins/vtk +@dirrm %%DATADIR%%/plugins/applets/CardGame/cards +@dirrm %%DATADIR%%/plugins/applets/CardGame +@dirrm %%DATADIR%%/plugins/applets +@dirrm %%DATADIR%%/plugins +%%NLS%%@dirrm %%DATADIR%%/msgs/post +%%NLS%%@dirrm %%DATADIR%%/msgs +@dirrm %%DATADIR%%/lib +@dirrm %%DATADIR%%/jabberlib/scripts +@dirrm %%DATADIR%%/jabberlib +@dirrm %%DATADIR%%/jabber +@dirrm %%DATADIR%%/items/Games/chessimages +@dirrm %%DATADIR%%/items/Games +@dirrm %%DATADIR%%/items +@dirrm %%DATADIR%%/iconsets/emoticons/default +@dirrm %%DATADIR%%/iconsets/emoticons +@dirrm %%DATADIR%%/iconsets +@dirrm %%DATADIR%%/httpd/images +@dirrm %%DATADIR%%/httpd +@dirrm %%DATADIR%%/docs +@dirrm %%DATADIR%%/contrib/ui +@dirrm %%DATADIR%%/contrib/tiles +@dirrm %%DATADIR%%/contrib/tablelist/scripts +@dirrm %%DATADIR%%/contrib/tablelist +@dirrm %%DATADIR%%/contrib/black +@dirrm %%DATADIR%%/contrib +@dirrm %%DATADIR%%/components/taskbar +@dirrm %%DATADIR%%/components/Phone/IAX +@dirrm %%DATADIR%%/components/Phone +@dirrm %%DATADIR%%/components +@dirrm %%DATADIR%%/certificates +@dirrm %%DATADIR%%/TclXML +@dirrm %%DATADIR%% --- coccinella-0.96.20_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 16:30:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 595A3D4C; Sun, 2 Jun 2013 16:30: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 357071F4F; Sun, 2 Jun 2013 16:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52GUDY5079553; Sun, 2 Jun 2013 16:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52GUDiO079552; Sun, 2 Jun 2013 16:30:13 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 16:30:13 GMT Message-Id: <201306021630.r52GUDiO079552@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179205: [PATCH] net-im/coccinella: Trim docs and pkg-plist, add NLS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 16:30:13 -0000 Synopsis: [PATCH] net-im/coccinella: Trim docs and pkg-plist, add NLS Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 16:30:12 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179205 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 16:49: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 40421387; Sun, 2 Jun 2013 16:49:47 +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 198451FCE; Sun, 2 Jun 2013 16:49:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Gnk7f083174; Sun, 2 Jun 2013 16:49:46 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Gnkav083171; Sun, 2 Jun 2013 16:49:46 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 16:49:46 GMT Message-Id: <201306021649.r52Gnkav083171@freefall.freebsd.org> To: bytestore@yandex.ru, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179143: [PATCH] update graphics/libjpeg-turbo: update to 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: Sun, 02 Jun 2013 16:49:47 -0000 Synopsis: [PATCH] update graphics/libjpeg-turbo: update to 1.3.0 State-Changed-From-To: open->feedback State-Changed-By: pawel State-Changed-When: Sun Jun 2 16:46:55 UTC 2013 State-Changed-Why: Attached patch seems to be missing distinfo part to update distribution file checksums to current version. Also this port uses old options infrastracture, can you update it to our new port options framework with this update please? http://www.freebsd.org/cgi/query-pr.cgi?pr=179143 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 16:56: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 8A6BF540; Sun, 2 Jun 2013 16:56:18 +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 6144F1FED; Sun, 2 Jun 2013 16:56:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52GuIQ3084895; Sun, 2 Jun 2013 16:56:18 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52GuH2h084894; Sun, 2 Jun 2013 16:56:17 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 16:56:17 GMT Message-Id: <201306021656.r52GuH2h084894@freefall.freebsd.org> To: james.hunt@ubuntu.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179144: update sysutils/procenv, Utility to show process environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 16:56:18 -0000 Synopsis: update sysutils/procenv, Utility to show process environment State-Changed-From-To: open->feedback State-Changed-By: pawel State-Changed-When: Sun Jun 2 16:55:37 UTC 2013 State-Changed-Why: Fails to fetch from Debian mirrors, file size mismatch on others. http://www.freebsd.org/cgi/query-pr.cgi?pr=179144 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A4B1E6AA for ; Sun, 2 Jun 2013 17:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC04100C for ; Sun, 2 Jun 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52H00KD085030 for ; Sun, 2 Jun 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52H00Nv085029; Sun, 2 Jun 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 17:00:00 GMT Resent-Message-Id: <201306021700.r52H00Nv085029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, José García Juanino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6AC6B3D5 for ; Sun, 2 Jun 2013 16:54:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBCB1FE2 for ; Sun, 2 Jun 2013 16:54:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r52GsWbc035411 for ; Sun, 2 Jun 2013 16:54:32 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r52GsWk2035410; Sun, 2 Jun 2013 16:54:32 GMT (envelope-from nobody) Message-Id: <201306021654.r52GsWk2035410@oldred.freebsd.org> Date: Sun, 2 Jun 2013 16:54:32 GMT From: José García Juanino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179206: [patch] Please update archivers/ruby-zip to 0.9.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: Sun, 02 Jun 2013 17:00:00 -0000 >Number: 179206 >Category: ports >Synopsis: [patch] Please update archivers/ruby-zip to 0.9.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: José García Juanino >Release: FreeBSD 9.1 RELEASE >Organization: >Environment: >Description: Hi, I send a patch to update ruby-zip port to the most recent version in github. Best regards >How-To-Repeat: >Fix: Patch attached with submission follows: diff -uNr ruby-zip.old/Makefile ruby-zip/Makefile --- ruby-zip.old/Makefile 2013-06-02 18:29:13.000000000 +0200 +++ ruby-zip/Makefile 2013-06-02 18:41:48.000000000 +0200 @@ -2,31 +2,34 @@ # $FreeBSD: ports/archivers/ruby-zip/Makefile,v 1.26 2012/12/18 08:04:12 svnexp Exp $ PORTNAME= zip -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.9 CATEGORIES= archivers ruby -MASTER_SITES= SF/ruby${PORTNAME}/ruby${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby module for reading and writing ZIP files -MAKE_JOBS_SAFE= yes - USE_RUBY= yes USE_RUBY_FEATURES= zlib -WRKSRC= ${WRKDIR}/rubyzip-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= aussiegeek +GH_PROJECT= ruby${PORTNAME} +GH_COMMIT= 7bd96f5 + NO_BUILD= yes -DOCS= ChangeLog NEWS README TODO -EXAMPLES= samples/* +DOCS= NEWS README.md TODO +EXAMPLES= samples/*.rb + +.include do-install: ${MKDIR} ${RUBY_SITELIBDIR}/zip ${INSTALL_DATA} ${WRKSRC}/lib/zip/*.rb ${RUBY_SITELIBDIR}/zip + .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES} @@ -38,4 +41,4 @@ .endfor .endif -.include +.include diff -uNr ruby-zip.old/distinfo ruby-zip/distinfo --- ruby-zip.old/distinfo 2011-03-09 05:12:44.000000000 +0100 +++ ruby-zip/distinfo 2013-06-02 18:07:44.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (ruby/rubyzip-0.9.4.tgz) = 8e13d1a34cb35998b508e3aee0db74d124d2108ec6785475c15f5e8befada5c0 -SIZE (ruby/rubyzip-0.9.4.tgz) = 63696 +SHA256 (ruby/rubyzip-0.9.9.tar.gz) = e054e847aea0ee6dfb1044e234fae74de8387475891164a140818f04295d0072 +SIZE (ruby/rubyzip-0.9.9.tar.gz) = 59037 diff -uNr ruby-zip.old/pkg-descr ruby-zip/pkg-descr --- ruby-zip.old/pkg-descr 2002-01-26 13:27:30.000000000 +0100 +++ ruby-zip/pkg-descr 2013-06-02 18:41:34.000000000 +0200 @@ -1,4 +1,4 @@ This is a Ruby module or reading and writing zip files. Author: Thomas Sondergaard -WWW: http://rubyzip.sourceforge.net/ +WWW: http://rubyzip.sourceforge.net/ diff -uNr ruby-zip.old/pkg-plist ruby-zip/pkg-plist --- ruby-zip.old/pkg-plist 2006-07-03 02:42:10.000000000 +0200 +++ ruby-zip/pkg-plist 2013-06-02 18:41:15.000000000 +0200 @@ -1,19 +1,36 @@ +%%RUBY_SITELIBDIR%%/zip/compressor.rb +%%RUBY_SITELIBDIR%%/zip/constants.rb +%%RUBY_SITELIBDIR%%/zip/decompressor.rb +%%RUBY_SITELIBDIR%%/zip/deflater.rb +%%RUBY_SITELIBDIR%%/zip/dos_time.rb +%%RUBY_SITELIBDIR%%/zip/inflater.rb %%RUBY_SITELIBDIR%%/zip/ioextras.rb -%%RUBY_SITELIBDIR%%/zip/stdrubyext.rb +%%RUBY_SITELIBDIR%%/zip/null_compressor.rb +%%RUBY_SITELIBDIR%%/zip/null_input_stream.rb +%%RUBY_SITELIBDIR%%/zip/pass_thru_compressor.rb +%%RUBY_SITELIBDIR%%/zip/pass_thru_decompressor.rb +%%RUBY_SITELIBDIR%%/zip/settings.rb %%RUBY_SITELIBDIR%%/zip/tempfile_bugfixed.rb %%RUBY_SITELIBDIR%%/zip/zip.rb +%%RUBY_SITELIBDIR%%/zip/zip_central_directory.rb +%%RUBY_SITELIBDIR%%/zip/zip_entry.rb +%%RUBY_SITELIBDIR%%/zip/zip_extra_field.rb +%%RUBY_SITELIBDIR%%/zip/zip_file.rb +%%RUBY_SITELIBDIR%%/zip/zip_input_stream.rb +%%RUBY_SITELIBDIR%%/zip/zip_output_stream.rb +%%RUBY_SITELIBDIR%%/zip/zip_streamable_directory.rb +%%RUBY_SITELIBDIR%%/zip/zip_streamable_stream.rb %%RUBY_SITELIBDIR%%/zip/zipfilesystem.rb -%%RUBY_SITELIBDIR%%/zip/ziprequire.rb -@dirrm %%RUBY_SITELIBDIR%%/zip -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example_filesystem.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +@dirrm %%RUBY_SITELIBDIR%% +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example_filesystem.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example_recursive.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb +%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.md %%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 17:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5FF476DA; Sun, 2 Jun 2013 17:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB5A100E; Sun, 2 Jun 2013 17:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52H08vx085169; Sun, 2 Jun 2013 17:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52H08a7085168; Sun, 2 Jun 2013 17:00:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 17:00:08 GMT Message-Id: <201306021700.r52H08a7085168@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179206: [patch] Please update archivers/ruby-zip to 0.9.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: Sun, 02 Jun 2013 17:00:08 -0000 Synopsis: [patch] Please update archivers/ruby-zip to 0.9.9 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 17:00:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179206 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 17:03: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 0C0A0B2C; Sun, 2 Jun 2013 17:03:54 +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 D9A0A1030; Sun, 2 Jun 2013 17:03:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52H3rTw086724; Sun, 2 Jun 2013 17:03:53 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52H3rJ4086723; Sun, 2 Jun 2013 17:03:53 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 17:03:53 GMT Message-Id: <201306021703.r52H3rJ4086723@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179171: Update of ports-mgmt/portsreinstall to version 3.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: Sun, 02 Jun 2013 17:03:54 -0000 Synopsis: Update of ports-mgmt/portsreinstall to version 3.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 17:03:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179171 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 17:26: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 AB7E6392; Sun, 2 Jun 2013 17:26: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 837A410CE; Sun, 2 Jun 2013 17:26:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52HQbOB091622; Sun, 2 Jun 2013 17:26:37 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52HQbea091621; Sun, 2 Jun 2013 17:26:37 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 17:26:37 GMT Message-Id: <201306021726.r52HQbea091621@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179168: [maintenance] [patch] Update games/stockfish to version 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, 02 Jun 2013 17:26:37 -0000 Synopsis: [maintenance] [patch] Update games/stockfish to version 3 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 17:26:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179168 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C025221E for ; Sun, 2 Jun 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 A2BA211FC for ; Sun, 2 Jun 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA0Zr099333 for ; Sun, 2 Jun 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA0rR099332; Sun, 2 Jun 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:00 GMT Resent-Message-Id: <201306021810.r52IA0rR099332@freefall.freebsd.org> 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 4EF3FF72 for ; Sun, 2 Jun 2013 18:01:44 +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 ED2F711C8 for ; Sun, 2 Jun 2013 18:01:43 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 07DA94AC036 for ; Mon, 3 Jun 2013 03:01:40 +0900 (JST) Message-Id: <20130603025128.096b8f6f8d380790dd6a6186@yahoo.com> Date: Mon, 3 Jun 2013 02:51:28 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179208: science/gromacs: Update to version 4.6.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: Sun, 02 Jun 2013 18:10:00 -0000 >Number: 179208 >Category: ports >Synopsis: science/gromacs: Update to version 4.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 4.6.2 New file: files/patch-src__gmxlib__thread_mpi__atomic.c >How-To-Repeat: >Fix: diff -urN /usr/ports/science/gromacs/Makefile science/gromacs/Makefile --- /usr/ports/science/gromacs/Makefile 2013-04-24 01:03:03.000000000 +0900 +++ science/gromacs/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/science/gromacs/Makefile 316355 2013-04-23 14:20:25Z bapt $ PORTNAME= gromacs -PORTVERSION= 4.6.1 +PORTVERSION= 4.6.2 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff -urN /usr/ports/science/gromacs/distinfo science/gromacs/distinfo --- /usr/ports/science/gromacs/distinfo 2013-03-25 04:19:44.000000000 +0900 +++ science/gromacs/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gromacs-4.6.1.tar.gz) = a0514b2a04ecac7461a67fc8edefa2b8eeaf22a25cd61c3348042dd077b077e6 -SIZE (gromacs-4.6.1.tar.gz) = 9975315 +SHA256 (gromacs-4.6.2.tar.gz) = 7bcccd15f02e7163455e1f342fc13e609e9088735b962d96afe0a79aaad92d4c +SIZE (gromacs-4.6.2.tar.gz) = 10986082 diff -urN /usr/ports/science/gromacs/files/patch-src__gmxlib__thread_mpi__atomic.c science/gromacs/files/patch-src__gmxlib__thread_mpi__atomic.c --- /usr/ports/science/gromacs/files/patch-src__gmxlib__thread_mpi__atomic.c 1970-01-01 09:00:00.000000000 +0900 +++ science/gromacs/files/patch-src__gmxlib__thread_mpi__atomic.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,17 @@ +--- src/gmxlib/thread_mpi/atomic.c.orig ++++ src/gmxlib/thread_mpi/atomic.c +@@ -35,6 +35,14 @@ + files. + */ + ++#ifdef HAVE_TMPI_CONFIG_H ++#include "tmpi_config.h" ++#endif ++ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "impl.h" + + /* This file is only needed when no intrinsic atomic operations are present. */ diff -urN /usr/ports/science/gromacs/pkg-plist science/gromacs/pkg-plist --- /usr/ports/science/gromacs/pkg-plist 2013-03-25 04:19:44.000000000 +0900 +++ science/gromacs/pkg-plist 2013-06-03 00:00:00.000000000 +0900 @@ -256,6 +256,8 @@ include/gromacs/thread_mpi.h include/gromacs/thread_mpi/atomic.h include/gromacs/thread_mpi/atomic/cycles.h +include/gromacs/thread_mpi/atomic/derived.h +include/gromacs/thread_mpi/atomic/fujitsu_sparc64.h include/gromacs/thread_mpi/atomic/gcc.h include/gromacs/thread_mpi/atomic/gcc_ia64.h include/gromacs/thread_mpi/atomic/gcc_intrinsics.h @@ -985,6 +987,27 @@ %%DATADIR%%/top/gromos53a6.ff/tip3p.itp %%DATADIR%%/top/gromos53a6.ff/tip4p.itp %%DATADIR%%/top/gromos53a6.ff/watermodels.dat +%%DATADIR%%/top/gromos54a7.ff/aminoacids.c.tdb +%%DATADIR%%/top/gromos54a7.ff/aminoacids.hdb +%%DATADIR%%/top/gromos54a7.ff/aminoacids.n.tdb +%%DATADIR%%/top/gromos54a7.ff/aminoacids.r2b +%%DATADIR%%/top/gromos54a7.ff/aminoacids.rtp +%%DATADIR%%/top/gromos54a7.ff/aminoacids.vsd +%%DATADIR%%/top/gromos54a7.ff/atomtypes.atp +%%DATADIR%%/top/gromos54a7.ff/dppc.itp +%%DATADIR%%/top/gromos54a7.ff/ff_dum.itp +%%DATADIR%%/top/gromos54a7.ff/ffbonded.itp +%%DATADIR%%/top/gromos54a7.ff/ffnonbonded.itp +%%DATADIR%%/top/gromos54a7.ff/forcefield.doc +%%DATADIR%%/top/gromos54a7.ff/forcefield.itp +%%DATADIR%%/top/gromos54a7.ff/ions.itp +%%DATADIR%%/top/gromos54a7.ff/popc.itp +%%DATADIR%%/top/gromos54a7.ff/spc.itp +%%DATADIR%%/top/gromos54a7.ff/spce.itp +%%DATADIR%%/top/gromos54a7.ff/tip3p.itp +%%DATADIR%%/top/gromos54a7.ff/tip4p.itp +%%DATADIR%%/top/gromos54a7.ff/tmcl.itp +%%DATADIR%%/top/gromos54a7.ff/watermodels.dat %%DATADIR%%/top/gurgle.dat %%DATADIR%%/top/ha-shift.dat %%DATADIR%%/top/highway.dat @@ -1042,6 +1065,7 @@ %%DATADIR%%/top/vdwradii.dat %%DATADIR%%/top/xlateat.dat @dirrm %%DATADIR%%/top/oplsaa.ff +@dirrm %%DATADIR%%/top/gromos54a7.ff @dirrm %%DATADIR%%/top/gromos53a6.ff @dirrm %%DATADIR%%/top/gromos53a5.ff @dirrm %%DATADIR%%/top/gromos45a3.ff >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 11A98220 for ; Sun, 2 Jun 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 E888611FE for ; Sun, 2 Jun 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA0XU099397 for ; Sun, 2 Jun 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA0dU099396; Sun, 2 Jun 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:00 GMT Resent-Message-Id: <201306021810.r52IA0dU099396@freefall.freebsd.org> 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 8BEC2F6F for ; Sun, 2 Jun 2013 18:01:30 +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 3613B11C5 for ; Sun, 2 Jun 2013 18:01:30 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 7F25A4AC036 for ; Mon, 3 Jun 2013 03:01:26 +0900 (JST) Message-Id: <20130603025118.2f7998a8f24777ca319bd34e@yahoo.com> Date: Mon, 3 Jun 2013 02:51:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179209: net-im/icb: Fix build with Tcl/Tk 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: Sun, 02 Jun 2013 18:10:01 -0000 >Number: 179209 >Category: ports >Synopsis: net-im/icb: Fix build with Tcl/Tk 8.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with Tcl/Tk 8.6 - Update MASTER_SITES New file: files/patch-icb__c_hush.c >How-To-Repeat: >Fix: diff -urN /usr/ports/net-im/icb/Makefile net-im/icb/Makefile --- /usr/ports/net-im/icb/Makefile 2013-05-07 01:37:24.000000000 +0900 +++ net-im/icb/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -5,7 +5,8 @@ PORTVERSION= 5.1.0 PORTREVISION= 4 CATEGORIES= net-im tcl -MASTER_SITES= http://www.obfuscation.org/icb/ +#MASTER_SITES= http://www.obfuscation.org/icb/ +MASTER_SITES= http://fossies.org/linux/misc/old/ DISTNAME= c${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/net-im/icb/files/patch-icb::c_log.c net-im/icb/files/patch-icb::c_log.c --- /usr/ports/net-im/icb/files/patch-icb::c_log.c 2013-02-08 03:11:04.000000000 +0900 +++ net-im/icb/files/patch-icb::c_log.c 2013-06-03 00:00:00.000000000 +0900 @@ -20,3 +20,46 @@ /* determine pathname to use */ if (path == NULL || *path == '\0') { +@@ -43,17 +47,17 @@ + /* expand a tilde style path */ + if (*path == '~') + if ((path = tildexpand(path)) == NULL) { +- strcpy(TRET, "c_log: bad login id in path"); ++ strcpy(Tcl_GetStringResult(interp), "c_log: bad login id in path"); + return(-1); + } + + /* open the session log */ + if ((logfp = fopen(path, "a")) == NULL) { + if (errno > sys_nerr) +- sprintf(TRET, ++ sprintf(Tcl_GetStringResult(interp), + "c_log: can't open \"%s\": errno %d", path, errno); + else +- sprintf(TRET, ++ sprintf(Tcl_GetStringResult(interp), + "c_log: can't open \"%s\": %s", path, strerror(errno)); + return(-1); + } +@@ -61,10 +65,10 @@ + /* protect the logfile against others */ + if (fchmod((int)(fileno(logfp)), 0600) != 0) { + if (errno > sys_nerr) +- sprintf(TRET, ++ sprintf(Tcl_GetStringResult(interp), + "c_log: can't fchmod \"%s\": errno %d", path, errno); + else +- sprintf(TRET, ++ sprintf(Tcl_GetStringResult(interp), + "c_log: can't fchmod \"%s\": %s", path, strerror(errno)); + fclose(logfp); + logfp = NULL; +@@ -146,7 +150,7 @@ + return(TCL_ERROR); + } else { + if (logging()) { +- sprintf(TRET, "c_log: session logging already on"); ++ sprintf(Tcl_GetStringResult(interp), "c_log: session logging already on"); + return(TCL_ERROR); + } else + if (startsessionlog(interp, argv[1]) < 0) diff -urN /usr/ports/net-im/icb/files/patch-icb__c_hush.c net-im/icb/files/patch-icb__c_hush.c --- /usr/ports/net-im/icb/files/patch-icb__c_hush.c 1970-01-01 09:00:00.000000000 +0900 +++ net-im/icb/files/patch-icb__c_hush.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,29 @@ +--- icb/c_hush.c.orig ++++ icb/c_hush.c +@@ -23,7 +23,7 @@ + while (*nick == ' ' || *nick == '\t') nick++; + + if (*nick == '\0') { +- strcpy(TRET, "c_hush: can't hush a null nickname"); ++ strcpy(Tcl_GetStringResult(interp), "c_hush: can't hush a null nickname"); + return(-1); + } + +@@ -31,7 +31,7 @@ + *(nick + MAX_NICKLEN) = '\0'; + + if ((hp = strmakenode(strlen(nick))) == NULL) { +- strcpy(TRET, "c_hush: out of memory"); ++ strcpy(Tcl_GetStringResult(interp), "c_hush: out of memory"); + return(-1); + } + strcpy(hp->str, nick); +@@ -55,7 +55,7 @@ + STRLIST *s; + + if ((s = strgetnode(nick, hushhead, 1)) == NULL) { +- sprintf(TRET, "c_hush: %s is not being hushed", nick); ++ sprintf(Tcl_GetStringResult(interp), "c_hush: %s is not being hushed", nick); + return(-1); + } + sprintf(mbuf, diff -urN /usr/ports/net-im/icb/files/patch-icb__oset.c net-im/icb/files/patch-icb__oset.c --- /usr/ports/net-im/icb/files/patch-icb__oset.c 2013-02-08 03:11:04.000000000 +0900 +++ net-im/icb/files/patch-icb__oset.c 2013-06-03 00:00:00.000000000 +0900 @@ -18,3 +18,47 @@ return(TCL_OK); } } +@@ -109,7 +109,7 @@ + } + + if (vars[x].name == NULL) { +- sprintf(TRET, "oset: no such variable \"%s\"", argv[1]); ++ sprintf(Tcl_GetStringResult(interp), "oset: no such variable \"%s\"", argv[1]); + return(TCL_ERROR); + } + +@@ -278,7 +278,7 @@ + } + + if (vars[x].name == NULL) { +- sprintf(TRET, "ounset: no such variable \"%s\"", argv[1]); ++ sprintf(Tcl_GetStringResult(interp), "ounset: no such variable \"%s\"", argv[1]); + return(TCL_ERROR); + } + +@@ -310,7 +310,7 @@ + case V_NONNEG: + tmp = atoi(s); + if (tmp < 0) { +- strcpy(TRET, "oset: only non-negative values allowed"); ++ strcpy(Tcl_GetStringResult(interp), "oset: only non-negative values allowed"); + return(-1); + } + memcpy (address, &tmp, sizeof(int)); +@@ -331,14 +331,14 @@ + *i_addr = (int)0; + } + else { +- strcpy(TRET, "oset: only boolean values allowed"); ++ strcpy(Tcl_GetStringResult(interp), "oset: only boolean values allowed"); + return(-1); + } + break; + case V_STRING: + tmp = strlen(s) + 1; + if ((p = malloc(tmp)) == NULL) { +- strcpy(TRET, "oset: not enough memory to set string"); ++ strcpy(Tcl_GetStringResult(interp), "oset: not enough memory to set string"); + return(-1); + } + memcpy (p, s, tmp); diff -urN /usr/ports/net-im/icb/files/patch-icb__parse.c net-im/icb/files/patch-icb__parse.c --- /usr/ports/net-im/icb/files/patch-icb__parse.c 2013-02-08 03:11:04.000000000 +0900 +++ net-im/icb/files/patch-icb__parse.c 2013-06-03 00:00:00.000000000 +0900 @@ -11,3 +11,22 @@ extern Tcl_Interp *interp; char *nextword(); +@@ -78,14 +82,14 @@ + + /* Print the tcl result. */ + if (result == TCL_OK) { +- if (*interp->result != 0) +- putl(interp->result, PL_SL); ++ if (Tcl_GetStringResult(interp) != 0) ++ putl(Tcl_GetStringResult(interp), PL_SL); + } else { +- if (interp->result) { ++ if (Tcl_GetStringResult(interp)) { + sprintf(mbuf, + "%s[=Error=] %s%s", + printcolor(ColERROR, ColSANE), +- interp->result, ++ Tcl_GetStringResult(interp), + printcolor(ColSANE, ColSANE)); + putl(mbuf, PL_SL); + } else { diff -urN /usr/ports/net-im/icb/files/patch-icb__tcl.c net-im/icb/files/patch-icb__tcl.c --- /usr/ports/net-im/icb/files/patch-icb__tcl.c 2013-02-08 03:11:04.000000000 +0900 +++ net-im/icb/files/patch-icb__tcl.c 2013-06-03 00:00:00.000000000 +0900 @@ -10,3 +10,14 @@ #ifdef HAVE_UNISTD_H #include #endif +@@ -70,8 +73,8 @@ + for (x = 0; defprocs[x] != 0; x++) + if (Tcl_Eval(interp, defprocs[x]) != TCL_OK) { + printf("Default binding failed: %s\r\n", defprocs[x]); +- if (*interp->result != 0) +- puts(interp->result); ++ if (Tcl_GetStringResult(interp) != 0) ++ puts(Tcl_GetStringResult(interp)); + } + + } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 A60C3224 for ; Sun, 2 Jun 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 885141202 for ; Sun, 2 Jun 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA1Pg099420 for ; Sun, 2 Jun 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA1mN099419; Sun, 2 Jun 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:01 GMT Resent-Message-Id: <201306021810.r52IA1mN099419@freefall.freebsd.org> 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 4EA89F6A for ; Sun, 2 Jun 2013 18:01:16 +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 EC58011C1 for ; Sun, 2 Jun 2013 18:01:15 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 383DF2BC03B for ; Mon, 3 Jun 2013 03:01:12 +0900 (JST) Message-Id: <20130603025111.6f07d3b5e366f6e1e1341a68@yahoo.com> Date: Mon, 3 Jun 2013 02:51:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179211: misc/linm: Update to version 0.8.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:01 -0000 >Number: 179211 >Category: ports >Synopsis: misc/linm: Update to version 0.8.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.8.1.1 Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/linm/Makefile misc/linm/Makefile --- /usr/ports/misc/linm/Makefile 2013-04-27 22:32:41.000000000 +0900 +++ misc/linm/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -2,49 +2,53 @@ # $FreeBSD: head/misc/linm/Makefile 316662 2013-04-27 11:59:28Z mva $ PORTNAME= linm -PORTVERSION= ${LINM_VER}.1 -PORTREVISION= 3 +DISTVERSION= 0.8.1-1 CATEGORIES= misc shells -MASTER_SITES= http://kldp.net/frs/download.php/3152/ \ - ftp://ftp.kr.freebsd.org/pub/kldp.net/download/mls/1.LinMStable/LinM${LINM_VER}/ -DISTNAME= linm_${LINM_VER}-1 +MASTER_SITES= http://kldp.net/frs/download.php/4508/ +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Clone of Mdir, mc-style terminal file manager -USES= pkgconfig iconv -USE_AUTOTOOLS= libtool +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= SMB + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*//} + +USES= gettext pkgconfig USE_OPENSSL= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool +CONFIGURE_ARGS= --enable-cfgpath="${ETCDIR}" +MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -# does not work now -#.if defined(WITHOUT_NLS) -#CONFIGURE_ARGS+=--disable-nls -#PLIST_SUB+= NLS="@comment " -#.else -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl -liconv" -USES+= gettext -PLIST_SUB+= NLS="" -#.endif - -CONFIGURE_ARGS+= --enable-cfgpath="${PREFIX}/etc/linm" --enable-kolocalepath="${PREFIX}/share/locale/ko/LC_MESSAGES" - -LINM_VER= 0.7.7 -WRKSRC= ${WRKDIR}/linm-${LINM_VER} +LDFLAGS+= -L${LOCALBASE}/lib .include +.if ${PORT_OPTIONS:MSMB} +LIB_DEPENDS+= smbclient:${PORTSDIR}/net/samba-libsmbclient +PLIST_SUB+= SMB="" +.else +CONFIGURE_ENV+= ac_cv_lib_smbclient_smbc_new_context=no +PLIST_SUB+= SMB="@comment " +.endif + post-patch: - @${REINPLACE_CMD} -e 's|Panel::SetCur|SetCur|' ${WRKSRC}/panel/common/panel.h - @${REINPLACE_CMD} -e 's|Position::Show|Show|' ${WRKSRC}/src/ncurses/dialog.h + @${REINPLACE_CMD} -e \ + 's|configpath|cfgpath|g ; \ + /LIBS=/s|-lpthread|-pthread|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/^AM_CFLAGS/s|=.*|= -fPIC -std=gnu89|' \ + ${WRKSRC}/panel/vfs/libssh2/Makefile.in post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${PREFIX}/share/doc/linm -.for file in AUTHORS COPYING ChangeLog README README.ko_euckr README.ko_utf8 - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} +.for i in AUTHORS ChangeLog README README.ko_euckr README.ko_utf8 + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) .endfor .endif diff -urN /usr/ports/misc/linm/distinfo misc/linm/distinfo --- /usr/ports/misc/linm/distinfo 2012-11-08 09:15:00.000000000 +0900 +++ misc/linm/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (linm_0.7.7-1.tar.gz) = e09e8aca1f31dbd2d191de90214c569e248a791c4341296756ed2eeb6657e656 -SIZE (linm_0.7.7-1.tar.gz) = 670100 +SHA256 (linm_0.8.1-1.tar.gz) = 18f7a99059e3d741f6300078a946ecb55a6bc7014b12c0178819434e38892d97 +SIZE (linm_0.8.1-1.tar.gz) = 947761 diff -urN /usr/ports/misc/linm/files/patch-Makefile.in misc/linm/files/patch-Makefile.in --- /usr/ports/misc/linm/files/patch-Makefile.in 2012-11-08 09:15:00.000000000 +0900 +++ misc/linm/files/patch-Makefile.in 2013-06-03 00:00:00.000000000 +0900 @@ -1,6 +1,26 @@ --- Makefile.in.orig Tue Jan 31 01:14:27 2006 +++ Makefile.in Thu Feb 16 15:16:59 2006 -@@ -673,15 +673,7 @@ +@@ -239,7 +239,7 @@ + # have all needed files, that a GNU package needs + AUTOMAKE_OPTIONS = foreign 1.4 + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = intl po lib panel editor src sh ++SUBDIRS = po lib panel editor src sh + noinst_DATA = README.ko_euckr README.ko_utf8 linm.spec debian/* + EXTRA_DIST = config.rpath m4/ChangeLog $(noinst_DATA) + all: config.h +@@ -695,6 +695,10 @@ + + + install-exec-hook : ++ if ! test -d $(DESTDIR)$(sysconfdir)/profile.d ; then \ ++ install -d -m 755 $(DESTDIR)$(sysconfdir)/profile.d \ ++ ; fi ++ + if test -d $(DESTDIR)$(sysconfdir)/profile.d ; then \ + if test -w $(DESTDIR)$(sysconfdir)/profile.d ; then \ + install -c -m 755 $(top_srcdir)/sh/linm_alias.sh $(DESTDIR)$(sysconfdir)/profile.d \ +@@ -710,14 +714,6 @@ $(top_srcdir)/sh/colorset.cfg \ $(top_srcdir)/sh/keyset.cfg \ $(DESTDIR)$(LINM_CFGPATH) \ @@ -12,7 +32,6 @@ - $(top_srcdir)/sh/colorset.cfg \ - $(top_srcdir)/sh/keyset.cfg \ - ~/.linm \ - ; fi + ; fi - if ! test -d $(DESTDIR)$(KO_LOCALE_FILEPATH) ; then \ - install -d -m 755 $(DESTDIR)$(KO_LOCALE_FILEPATH) \ + if ! test -d $(DESTDIR)$(datadir)/pixmaps ; then \ diff -urN /usr/ports/misc/linm/files/patch-configure misc/linm/files/patch-configure --- /usr/ports/misc/linm/files/patch-configure 2012-11-08 09:15:00.000000000 +0900 +++ misc/linm/files/patch-configure 1970-01-01 09:00:00.000000000 +0900 @@ -1,28 +0,0 @@ ---- configure.orig Thu Feb 16 15:55:08 2006 -+++ configure Thu Feb 16 15:56:04 2006 -@@ -29097,9 +29097,9 @@ - fi - - --# Check whether --enable-configpath or --disable-configpath was given. --if test "${enable_configpath+set}" = set; then -- enableval="$enable_configpath" -+# Check whether --enable-cfgpath or --disable-cfgpath was given. -+if test "${enable_cfgpath+set}" = set; then -+ enableval="$enable_cfgpath" - enable_cfgpath=${enableval} - else - enable_cfgpath=default -@@ -29125,9 +29125,9 @@ - - - --# Check whether --enable-configpath or --disable-configpath was given. --if test "${enable_configpath+set}" = set; then -- enableval="$enable_configpath" -+# Check whether --enable-kolocalepath or --disable-kolocalepath was given. -+if test "${enable_kolocalepath+set}" = set; then -+ enableval="$enable_kolocalepath" - enable_kolocalepath=${enableval} - else - enable_kolocalepath=default diff -urN /usr/ports/misc/linm/pkg-plist misc/linm/pkg-plist --- /usr/ports/misc/linm/pkg-plist 2012-11-08 09:15:01.000000000 +0900 +++ misc/linm/pkg-plist 2013-06-03 00:00:00.000000000 +0900 @@ -2,10 +2,10 @@ bin/linm bin/linm.csh bin/linm.sh -etc/linm/colorset.cfg -etc/linm/default.cfg -etc/linm/keyset.cfg -@dirrm etc/linm +%%ETCDIR%%/colorset.cfg +%%ETCDIR%%/default.cfg +%%ETCDIR%%/keyset.cfg +etc/profile.d/linm_alias.sh lib/liblinmpluginarc.a lib/liblinmpluginarc.la lib/liblinmpluginarc.so @@ -18,12 +18,18 @@ lib/liblinmpluginsftp.la lib/liblinmpluginsftp.so lib/liblinmpluginsftp.so.0 +%%SMB%%lib/liblinmpluginsmb.a +%%SMB%%lib/liblinmpluginsmb.la +%%SMB%%lib/liblinmpluginsmb.so +%%SMB%%lib/liblinmpluginsmb.so.0 +share/applications/LinM.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.ko_euckr %%PORTDOCS%%%%DOCSDIR%%/README.ko_utf8 -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%NLS%%share/locale/ko/LC_MESSAGES/linm_euckr.mo -%%NLS%%share/locale/ko/LC_MESSAGES/linm_utf8.mo +share/locale/ko/LC_MESSAGES/linm.mo +share/pixmaps/linm.xpm +@dirrmtry share/applications +@dirrmtry etc/profile.d +@dirrm %%ETCDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 F3532226 for ; Sun, 2 Jun 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 D24401204 for ; Sun, 2 Jun 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA1DH099431 for ; Sun, 2 Jun 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA1OO099430; Sun, 2 Jun 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:01 GMT Resent-Message-Id: <201306021810.r52IA1OO099430@freefall.freebsd.org> 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 E281EF5E for ; Sun, 2 Jun 2013 18:00: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 8B8C811B6 for ; Sun, 2 Jun 2013 18:00:37 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id B83FF4AC036 for ; Mon, 3 Jun 2013 03:00:27 +0900 (JST) Message-Id: <20130603025039.1e1ebf7d87761134a3d0d804@yahoo.com> Date: Mon, 3 Jun 2013 02:50:39 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179212: editors/vigor: Fix build with Tcl/Tk 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: Sun, 02 Jun 2013 18:10:02 -0000 >Number: 179212 >Category: ports >Synopsis: editors/vigor: Fix build with Tcl/Tk 8.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with newer Tcl/Tk 8.6 - Add LICENSE - Add MAKE_JOBS_SAFE New file: files/patch-cl__cl_read.c files/patch-ex__ex_script.c files/patch-ex__ex_tcl.c files/patch-tcl_api__tcl.c files/patch-vigor__vigor.c Remove file: files/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/vigor/Makefile editors/vigor/Makefile --- /usr/ports/editors/vigor/Makefile 2012-11-08 07:03:21.000000000 +0900 +++ editors/vigor/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,9 +1,5 @@ -# New ports collection makefile for: vigor -# Date created: 17 Jan 2000 -# Whom: Bill Fumerola -# +# Created by: Bill Fumerola # $FreeBSD: head/editors/vigor/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= vigor PORTVERSION= 0.016 @@ -12,7 +8,12 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A vi clone inspired by the userfriendly comic strip +COMMENT= Vi clone inspired by the userfriendly comic strip + +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/../LICENSE + +WRKSRC= ${WRKDIR}/${DISTNAME}/build USE_TCL= yes USE_TCL_BUILD= yes @@ -20,14 +21,13 @@ USE_TK_BUILD= yes USE_XORG= x11 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--program-transform-name="s,0,1," -LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_SAFE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/build -CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} -I${LOCALBASE}/include/tk${TK_VER} +CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} +LDFLAGS+= -L${LOCALBASE}/lib post-patch: - ${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//} -L${LOCALBASE}/lib|; \ + ${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//}|; \ s|tk80|tk${TK_VER:S/.//}|; \ s|^grantpt|XXXgrantpt|;' \ ${WRKSRC}/configure diff -urN /usr/ports/editors/vigor/files/patch-ab editors/vigor/files/patch-ab --- /usr/ports/editors/vigor/files/patch-ab 2012-11-08 07:03:21.000000000 +0900 +++ editors/vigor/files/patch-ab 1970-01-01 09:00:00.000000000 +0900 @@ -1,33 +0,0 @@ ---- ../vigor/vigor.c.orig Fri Sep 15 18:41:47 2000 -+++ ../vigor/vigor.c Fri Sep 15 18:41:54 2000 -@@ -13,7 +13,7 @@ - #include - #include - #include --#ifdef HAVE_SYS_SELECT_H -+#if 0 - #include - #endif - ---- ../cl/cl_read.c.orig Fri Sep 15 18:37:07 2000 -+++ ../cl/cl_read.c Fri Sep 15 18:40:21 2000 -@@ -15,7 +15,7 @@ - - #include - #include --#ifdef HAVE_SYS_SELECT_H -+#if 0 - #include - #endif - #include ---- ../ex/ex_script.c.orig Fri Sep 15 18:40:53 2000 -+++ ../ex/ex_script.c Fri Sep 15 18:41:02 2000 -@@ -19,7 +19,7 @@ - #include - #include - #include --#ifdef HAVE_SYS_SELECT_H -+#if 0 - #include - #endif - #include diff -urN /usr/ports/editors/vigor/files/patch-cl__cl_read.c editors/vigor/files/patch-cl__cl_read.c --- /usr/ports/editors/vigor/files/patch-cl__cl_read.c 1970-01-01 09:00:00.000000000 +0900 +++ editors/vigor/files/patch-cl__cl_read.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- ../cl/cl_read.c.orig Fri Sep 15 18:37:07 2000 ++++ ../cl/cl_read.c Fri Sep 15 18:40:21 2000 +@@ -15,7 +15,7 @@ + + #include + #include +-#ifdef HAVE_SYS_SELECT_H ++#if 0 + #include + #endif + #include diff -urN /usr/ports/editors/vigor/files/patch-ex__ex_script.c editors/vigor/files/patch-ex__ex_script.c --- /usr/ports/editors/vigor/files/patch-ex__ex_script.c 1970-01-01 09:00:00.000000000 +0900 +++ editors/vigor/files/patch-ex__ex_script.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- ../ex/ex_script.c.orig ++++ ../ex/ex_script.c +@@ -19,7 +19,7 @@ + #include + #include + #include +-#ifdef HAVE_SYS_SELECT_H ++#if 0 + #include + #endif + #include diff -urN /usr/ports/editors/vigor/files/patch-ex__ex_tcl.c editors/vigor/files/patch-ex__ex_tcl.c --- /usr/ports/editors/vigor/files/patch-ex__ex_tcl.c 1970-01-01 09:00:00.000000000 +0900 +++ editors/vigor/files/patch-ex__ex_tcl.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- ../ex/ex_tcl.c.orig ++++ ../ex/ex_tcl.c +@@ -71,7 +71,7 @@ + Tcl_Eval(gp->tcl_interp, cmdp->argv[0]->bp) == TCL_OK) + return (0); + +- msgq(sp, M_ERR, "Tcl: %s", ((Tcl_Interp *)gp->tcl_interp)->result); ++ msgq(sp, M_ERR, "Tcl: %s", Tcl_GetStringResult(gp->tcl_interp)); + return (1); + #else + msgq(sp, M_ERR, "302|Vi was not loaded with a Tcl interpreter"); diff -urN /usr/ports/editors/vigor/files/patch-tcl_api__tcl.c editors/vigor/files/patch-tcl_api__tcl.c --- /usr/ports/editors/vigor/files/patch-tcl_api__tcl.c 1970-01-01 09:00:00.000000000 +0900 +++ editors/vigor/files/patch-tcl_api__tcl.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,29 @@ +--- ../tcl_api/tcl.c.orig ++++ ../tcl_api/tcl.c +@@ -73,7 +73,7 @@ + if (getscreenid(interp, &sp, NULL, argv[1])) + return (TCL_ERROR); + +- (void)sprintf(interp->result, "%d", sp->id); ++ (void)sprintf(Tcl_GetStringResult(interp), "%d", sp->id); + return (TCL_OK); + } + +@@ -254,7 +254,7 @@ + if (rval) + return (TCL_ERROR); + +- (void)sprintf(interp->result, "%lu", (unsigned long)last); ++ (void)sprintf(Tcl_GetStringResult(interp), "%lu", (unsigned long)last); + return (TCL_OK); + } + +@@ -520,7 +520,7 @@ + if (rval) + return (TCL_ERROR); + +- (void)sprintf(interp->result, "%d", nsp->id); ++ (void)sprintf(Tcl_GetStringResult(interp), "%d", nsp->id); + return (TCL_OK); + } + diff -urN /usr/ports/editors/vigor/files/patch-vigor__vigor.c editors/vigor/files/patch-vigor__vigor.c --- /usr/ports/editors/vigor/files/patch-vigor__vigor.c 1970-01-01 09:00:00.000000000 +0900 +++ editors/vigor/files/patch-vigor__vigor.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,38 @@ +--- ../vigor/vigor.c.orig ++++ ../vigor/vigor.c +@@ -13,7 +13,7 @@ + #include + #include + #include +-#ifdef HAVE_SYS_SELECT_H ++#if 0 + #include + #endif + +@@ -78,7 +78,7 @@ + * to want tk's main window cluttering up the place. I should + * use a wm_withdraw instead. */ + if (Tk_Init(vigor_interp) == TCL_ERROR) { +- fprintf(stderr, "%s\n", vigor_interp->result); ++ fprintf(stderr, "%s\n", Tcl_GetStringResult(vigor_interp)); + return (1); + } + +@@ -87,7 +87,7 @@ + return (1); + #endif + if (Tcl_Eval(vigor_interp, vigor_tcl) == TCL_ERROR) { +- fprintf(stderr, "%s\n", vigor_interp->result); ++ fprintf(stderr, "%s\n", Tcl_GetStringResult(vigor_interp)); + return (1); + } + +@@ -127,7 +127,7 @@ + init_vigor_phrases(); + + if (Tcl_Eval(vigor_interp, "vigor_init") == TCL_ERROR) { +- fprintf(stderr, "%s\n", vigor_interp->result); ++ fprintf(stderr, "%s\n", Tcl_GetStringResult(vigor_interp)); + return (1); + } + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 43EDB228 for ; Sun, 2 Jun 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 26BB11206 for ; Sun, 2 Jun 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA2Xr099442 for ; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA2jU099441; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:02 GMT Resent-Message-Id: <201306021810.r52IA2jU099441@freefall.freebsd.org> 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 8ABBDF4F for ; Sun, 2 Jun 2013 18:00:15 +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 32F8111AC for ; Sun, 2 Jun 2013 18:00:15 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 923DF2BC03B for ; Mon, 3 Jun 2013 03:00:03 +0900 (JST) Message-Id: <20130603025021.812f4e7772af2a1a0ca58d92@yahoo.com> Date: Mon, 3 Jun 2013 02:50:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179213: audio/autozen: Fix DOCSDIR layout X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:10:02 -0000 >Number: 179213 >Category: ports >Synopsis: audio/autozen: Fix DOCSDIR layout >Confidential: no >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 Jun 02 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix DOCSDIR layout >How-To-Repeat: Both packages were built with tinderbox. [Makefile r317558] % tar ztf autozen-2.1_3.tbz | grep share/doc share/doc/autozen/autozen.html share/doc/autozen/images/Pause.gif share/doc/autozen/images/Play.gif share/doc/autozen/images/Stop.gif share/doc/autozen/images/art4cdromb.jpg share/doc/autozen/images/autozen.gif share/doc/autozen/images/autozen2.gif share/doc/autozen/images/b-2ndgenecom-08-02.gif share/doc/autozen/images/expertize.gif share/doc/autozen/images/expertize.gif.1 share/doc/autozen/images/labz-off-01-05.gif share/doc/autozen/images/labz-off-01-06.gif share/doc/autozen/images/leftz-off-03-02.gif share/doc/autozen/images/leftz-off-03-02.gif.1 share/doc/autozen/images/leftz-off-04-02.gif share/doc/autozen/images/leftz-off-05-02.gif share/doc/autozen/images/leftz-off-06-02.gif share/doc/autozen/images/leftz-off-07-02.gif share/doc/autozen/images/linuxbioslogo.gif share/doc/autozen/images/logo-01-01.gif share/doc/autozen/images/logo-01-01.gif.1 share/doc/autozen/images/midtop-02-02.gif share/doc/autozen/images/midtop-02-02.gif.1 share/doc/autozen/images/midtop-03-02.gif share/doc/autozen/images/midtop-03-02.gif.1 share/doc/autozen/images/midtop-03-03.gif share/doc/autozen/images/midtop-03-03.gif.1 share/doc/autozen/images/new.gif share/doc/autozen/images/newani.gif share/doc/autozen/images/re-Play.gif share/doc/autozen/images/spacer.gif share/doc/autozen/images/topbuttons-off-01-02.gif share/doc/autozen/images/topbuttons-off-01-02.gif.1 share/doc/autozen/images/topbuttons-off-01-03.gif share/doc/autozen/images/topbuttons-off-01-04.gif share/doc/autozen/images/topbuttons-off-01-05.gif [Makefile r319180] % tar ztf autozen-2.1_4.tbz | grep share/doc share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/autozen.html share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/expertize.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/leftz-off-03-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/logo-01-01.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/midtop-02-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/midtop-03-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/midtop-03-03.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/topbuttons-off-01-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/logo-01-01.gif.1 share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/topbuttons-off-01-02.gif.1 share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/midtop-02-02.gif.1 share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/midtop-03-02.gif.1 share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/midtop-03-03.gif.1 share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/leftz-off-03-02.gif.1 share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/new.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/newani.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/linuxbioslogo.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/autozen.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/art4cdromb.jpg share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/autozen2.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/Play.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/Pause.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/re-Play.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/Stop.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/spacer.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/expertize.gif.1 share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/leftz-off-04-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/leftz-off-05-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/leftz-off-06-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/leftz-off-07-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/b-2ndgenecom-08-02.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/topbuttons-off-01-03.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/topbuttons-off-01-04.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/topbuttons-off-01-05.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/labz-off-01-05.gif share/doc/autozen/work/a/ports/audio/autozen/work/autozen-2.1/doc/HTML/images/labz-off-01-06.gif >Fix: diff -urN /usr/ports/audio/autozen/Makefile audio/autozen/Makefile --- /usr/ports/audio/autozen/Makefile 2013-05-27 19:27:35.000000000 +0900 +++ audio/autozen/Makefile 2013-05-29 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= autozen PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= ftp://ftp.springdaemons.com/soft/ \ http://www.sourcefiles.org/Miscellaneous/ @@ -53,15 +53,14 @@ ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/autozen ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/seq2wav ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/zentime ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/autozen.1 ${MANPREFIX}/man/man1/ - ${MKDIR} ${DATADIR} + (cd ${WRKSRC} && ${INSTALL_PROGRAM} autozen seq2wav ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_SCRIPT} zentime ${PREFIX}/bin) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} autozen.1 ${MANPREFIX}/man/man1) + @${MKDIR} ${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} *.seq ${DATADIR}) .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${COPYTREE_SHARE} ${WRKSRC}/doc/HTML ${DOCSDIR} + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} HTML ${DOCSDIR}) .endif .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 8B67F22A for ; Sun, 2 Jun 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 6E1171208 for ; Sun, 2 Jun 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA2dx099453 for ; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA2K0099452; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:02 GMT Resent-Message-Id: <201306021810.r52IA2K0099452@freefall.freebsd.org> 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 E76F4F55 for ; Sun, 2 Jun 2013 18:00: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 A321C11AE for ; Sun, 2 Jun 2013 18:00:19 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 3AC9034034 for ; Mon, 3 Jun 2013 03:00:10 +0900 (JST) Message-Id: <20130603025025.270f4647174aaf9435380967@yahoo.com> Date: Mon, 3 Jun 2013 02:50:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179214: audio/xcd: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:02 -0000 >Number: 179214 >Category: ports >Synopsis: audio/xcd: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang New file: files/patch-aa files/patch-ab Remove file: files/patch-cdplayer.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xcd/Makefile audio/xcd/Makefile --- /usr/ports/audio/xcd/Makefile 2013-03-14 01:32:43.000000000 +0900 +++ audio/xcd/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -5,31 +5,45 @@ PORTVERSION= 1.7 PORTREVISION= 3 CATEGORIES= audio tk -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jmz +MASTER_SITES= LOCAL/jmz MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk CD player -USE_TK= yes -WRKSRC= ${WRKDIR}/xcd +WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_TK_WRAPPER= yes + MAN1= xcd.1 .if !defined(WITH_CDROM_PLAYER) -WITH_CDROM_PLAYER= acd0 +WITH_CDROM_PLAYER= cd0 .endif pre-extract: @${ECHO_CMD} "" @${ECHO_CMD} "You can define WITH_CDROM_PLAYER to set the default CD/DVD player" - @${ECHO_CMD} "Default: acd0" + @${ECHO_CMD} "Default: cd0" @${ECHO_CMD} "" @${ECHO_CMD} "Use the CDPLAYER environment variable to override it." @${ECHO_CMD} "" post-patch: @${REINPLACE_CMD} 's|cd0c|${WITH_CDROM_PLAYER}|' ${WRKSRC}/cdplayer.cc - @${REINPLACE_CMD} 's|/usr/local/bin/wish8.0|${WISH}|' ${WRKSRC}/xcd.in - @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile + @(cd ${WRKSRC} && ${SED} -e \ + 's|/usr/local/bin/wish8.0|${WISH}| ; \ + s|CDPLAYER|${PREFIX}/lib/xcd/cdplayer| ; \ + s|BITMAPDIR|${PREFIX}/lib/xcd|' \ + < xcd.in > xcd) + +do-build: + (cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o cdplayer cdplayer.cc) + +do-install: + (cd ${WRKSRC} && ${INSTALL_SCRIPT} xcd ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} xcd.1 ${MANPREFIX}/man/man1) + @${MKDIR} ${PREFIX}/lib/xcd + (cd ${WRKSRC} && ${INSTALL_PROGRAM} cdplayer ${PREFIX}/lib/xcd) + (cd ${WRKSRC}/bitmaps && ${INSTALL_DATA} *.xbm ${PREFIX}/lib/xcd) .include diff -urN /usr/ports/audio/xcd/files/patch-aa audio/xcd/files/patch-aa --- /usr/ports/audio/xcd/files/patch-aa 2012-11-08 05:38:47.000000000 +0900 +++ audio/xcd/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- cdplayer.cc.orig Sat Nov 27 16:20:49 1999 -+++ cdplayer.cc Sat Nov 27 16:24:02 1999 -@@ -29,7 +29,7 @@ - public: - button (char *s) {state=0; strcpy (name, s);} - ~button () {} -- set (int i) { -+ void set (int i) { - if (state != i) { - state = i; - if (state == 0) diff -urN /usr/ports/audio/xcd/files/patch-ab audio/xcd/files/patch-ab --- /usr/ports/audio/xcd/files/patch-ab 2012-11-08 05:38:47.000000000 +0900 +++ audio/xcd/files/patch-ab 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- Makefile.orig Mon Oct 26 16:14:26 1998 -+++ Makefile Sun Sep 8 13:14:02 2002 -@@ -8,7 +8,7 @@ - < xcd.in > $@ - chmod ugo+x xcd - cdplayer: cdplayer.cc -- $(CC) $(CFLAGS) -o $@ cdplayer.cc -lm -+ $(CXX) $(CXXFLAGS) -o $@ cdplayer.cc -lm - - install: xcd cdplayer - mkdir -p $(BINDIR) diff -urN /usr/ports/audio/xcd/files/patch-cdplayer.cc audio/xcd/files/patch-cdplayer.cc --- /usr/ports/audio/xcd/files/patch-cdplayer.cc 1970-01-01 09:00:00.000000000 +0900 +++ audio/xcd/files/patch-cdplayer.cc 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,20 @@ +--- cdplayer.cc.orig Sat Nov 27 16:20:49 1999 ++++ cdplayer.cc Sat Nov 27 16:24:02 1999 +@@ -29,7 +29,7 @@ + public: + button (char *s) {state=0; strcpy (name, s);} + ~button () {} +- set (int i) { ++ void set (int i) { + if (state != i) { + state = i; + if (state == 0) +@@ -90,7 +90,7 @@ + #define S(t) toc_buffer[t].addr.msf.second + #define F(t) toc_buffer[t].addr.msf.frame + +-main (int argc, char **argv) ++int main (int argc, char **argv) + { + char dev[20], line[50]; + int i; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 E610B22C for ; Sun, 2 Jun 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 B5CD3120A for ; Sun, 2 Jun 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA2VI099464 for ; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA21w099463; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:02 GMT Resent-Message-Id: <201306021810.r52IA21w099463@freefall.freebsd.org> 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 54750F5A for ; Sun, 2 Jun 2013 18:00:23 +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 2C13C11B2 for ; Sun, 2 Jun 2013 18:00:22 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 7FCCB50036 for ; Mon, 3 Jun 2013 03:00:15 +0900 (JST) Message-Id: <20130603025029.494ead1ea3faf555ea1ca3b4@yahoo.com> Date: Mon, 3 Jun 2013 02:50:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179215: biology/avida: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:03 -0000 >Number: 179215 >Category: ports >Synopsis: biology/avida: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang New file: files/patch-avida-core__source__tools__tArray.h >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/avida/files/patch-avida-core__source__tools__tArray.h biology/avida/files/patch-avida-core__source__tools__tArray.h --- /usr/ports/biology/avida/files/patch-avida-core__source__tools__tArray.h 1970-01-01 09:00:00.000000000 +0900 +++ biology/avida/files/patch-avida-core__source__tools__tArray.h 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- avida-core/source/tools/tArray.h.orig ++++ avida-core/source/tools/tArray.h +@@ -23,6 +23,7 @@ + #ifndef tArray_h + #define tArray_h + ++#include + #include + + #ifndef NULL >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 36A7922E for ; Sun, 2 Jun 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 194E0120C for ; Sun, 2 Jun 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA2vO099475 for ; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA2bn099474; Sun, 2 Jun 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:02 GMT Resent-Message-Id: <201306021810.r52IA2bn099474@freefall.freebsd.org> 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 B7C9EF69 for ; Sun, 2 Jun 2013 18:01:12 +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 60DC911C0 for ; Sun, 2 Jun 2013 18:01:12 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id BEC3B47C036 for ; Mon, 3 Jun 2013 03:01:01 +0900 (JST) Message-Id: <20130603025105.8cd299a54118a69a47d1344b@yahoo.com> Date: Mon, 3 Jun 2013 02:51:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179216: math/xlispstat: Update to version 3.52.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:10:03 -0000 >Number: 179216 >Category: ports >Synopsis: math/xlispstat: Update to version 3.52.23 >Confidential: no >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 Jun 02 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.52.23 Remove file: files/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/math/xlispstat/Makefile math/xlispstat/Makefile --- /usr/ports/math/xlispstat/Makefile 2012-11-08 04:33:43.000000000 +0900 +++ math/xlispstat/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,29 +1,22 @@ -# New ports collection makefile for: xlisp-stat -# Date created: Tue Aug 15 17:57:48 CDT 1995 -# Whom: Eric L. Hernes -# +# Created by: Eric L. Hernes # $FreeBSD: head/math/xlispstat/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= xlispstat -PORTVERSION= 3.52.20 -PORTREVISION= 2 +PORTVERSION= 3.52.23 CATEGORIES= math lang lisp -MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/current/ \ - http://lib.stat.cmu.edu/xlispstat/Src/current/ \ - ftp://ftp.stat.unipg.it/pub/stat/xlispstat/current/ \ - ftp://srsuna.shlrc.mq.edu.au/pub/xlispstat/current/ \ - ftp://statlab.uni-heidelberg.de/pub/mirrors/umn/xlispstat/current/ +MASTER_SITES= http://homepage.stat.uiowa.edu/~luke/xls/xlispstat/3-52/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org -COMMENT= A statistics/X11 based lisp interpreter +COMMENT= Statistics/X11 based lisp interpreter +LICENSE= BSD + +USE_XORG= x11 GNU_CONFIGURE= yes +CONFIGURE_ENV= UCFLAGS="${CFLAGS}" ALL_TARGET= ${PORTNAME} -USE_XORG= x11 - -post-patch: - @${REINPLACE_CMD} '/^static double fmax/d' ${WRKSRC}/lowess.c +MAKE_JOBS_UNSAFE= yes .include diff -urN /usr/ports/math/xlispstat/distinfo math/xlispstat/distinfo --- /usr/ports/math/xlispstat/distinfo 2012-11-08 04:33:43.000000000 +0900 +++ math/xlispstat/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (xlispstat-3-52-20.tar.gz) = 977d3e984cbe881244b0f15d1b8a78f4660ac2b7cbc53cc857606d75ecd0b71a -SIZE (xlispstat-3-52-20.tar.gz) = 1527951 +SHA256 (xlispstat-3-52-23.tar.gz) = 9bf165eb3f92384373dab34f9a56ec8455ff9e2bf7dff6485e807767e6ce6cf4 +SIZE (xlispstat-3-52-23.tar.gz) = 1570981 diff -urN /usr/ports/math/xlispstat/files/patch-ac math/xlispstat/files/patch-ac --- /usr/ports/math/xlispstat/files/patch-ac 2012-11-08 04:33:43.000000000 +0900 +++ math/xlispstat/files/patch-ac 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- configure.orig Fri Mar 24 01:03:59 2000 -+++ configure Wed May 3 09:00:00 2000 -@@ -580,7 +580,7 @@ - # Set some default values - # - LIBS=-lm --UCFLAGS=-O -+UCFLAGS=$CFLAGS - ULDFLAGS= - X11INCDIR_FLAG= - X11LIBDIR_FLAG= diff -urN /usr/ports/math/xlispstat/files/patch-aj math/xlispstat/files/patch-aj --- /usr/ports/math/xlispstat/files/patch-aj 2012-11-08 04:33:43.000000000 +0900 +++ math/xlispstat/files/patch-aj 2013-06-03 00:00:00.000000000 +0900 @@ -1,16 +1,13 @@ --- Makefile.in.orig Wed Feb 2 08:22:53 2000 +++ Makefile.in Wed May 3 09:00:00 2000 -@@ -6,7 +6,8 @@ - ############################################################################## +@@ -7,13 +7,15 @@ ############################################################################## # --# XLSLIB -- directory for xlisp executable, startup, example, and help files -+# XLSLIB -- directory for xlisp example and help files + # XLSLIB -- directory for xlisp executable, startup, example, and help files +# XLSLIBEXEC -- directory for xlisp executable and startup # BINDIR -- directory for xlispstat shell script # - # For the remaining parameters, if your machine has a subdirectory in the -@@ -34,7 +35,8 @@ + prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -19,31 +16,23 @@ +XLSLIBEXEC=${prefix}/libexec/xlispstat BINDIR=${exec_prefix}/bin - GRAPHSYS = @GRAPHSYS@ -@@ -67,11 +69,11 @@ - .lsp.fsl: - echo "(compile-file \"$<\") (exit)" | ./xlisp - --CFLAGS = -D${GRAPHSYS} ${UCFLAGS} ${X11INCDIR_FLAG} -+CFLAGS = -D${GRAPHSYS} ${UCFLAGS} ${X11INCDIR_FLAG} -Dunix - + SHELL = /bin/sh +@@ -33,7 +35,7 @@ LIBS = ${EXTRALIBS} -lm --LDFLAGS = ${ULDFLAGS} -+LDFLAGS+= ${ULDFLAGS} - - OSOBJS = xsdynload.o xssystem.o unixprim.o - -@@ -118,7 +120,7 @@ - compiler/assemble.fsl compiler/cmpfront.fsl - xlispstat: setup.shell xlisp.wks - ./setup.shell xlispstat ${XLSLIB} + ./setup.shell xlispstat ${XLSLIB} ${XLSLIBEXEC} chmod a+x xlispstat - xlisp.wks: xlisp ${CMPFSLFILES} ${FSLFILES} ${AUTOFSLFILES} -@@ -141,20 +143,21 @@ + xlisp.wks: xlisp ${LSPDIR}/xlisp.wks +@@ -46,24 +48,25 @@ + rm -f xlisp + cp ${CDIR}/xlisp ./xlisp + ${CDIR}/xlisp: +- (cd ${CDIR}; make xlisp) ++ (cd ${CDIR}; ${MAKE} xlisp) + install: installexecs installlsp installexecs: xlispstat xlisp installdirs @@ -52,19 +41,17 @@ + ${BSD_INSTALL_SCRIPT} xlispstat ${BINDIR}/xlispstat + ${BSD_INSTALL_PROGRAM} xlisp ${XLSLIBEXEC} - installlsp: xlisp.wks xlisp.hlp ${AUTOFSLFILES} ${CMPFSLFILES} installdirs + installlsp: xlisp.wks xlisp.hlp installdirs - -cp xlisp.wks ${XLSLIB} - -cp xlisp.hlp ${XLSLIB} - -cp Autoload/_autoidx.lsp Autoload/*.fsl ${XLSLIB}/Autoload - -cp Data/*.lsp ${XLSLIB}/Data - -cp Examples/*.lsp ${XLSLIB}/Examples --# -cp ${CMPFSLFILES} ${XLSLIB}/compiler + ${BSD_INSTALL_SCRIPT} xlisp.wks ${XLSLIBEXEC} + ${BSD_INSTALL_DATA} xlisp.hlp ${XLSLIB} + ${BSD_INSTALL_DATA} Autoload/_autoidx.lsp Autoload/*.fsl ${XLSLIB}/Autoload + ${BSD_INSTALL_DATA} Data/*.lsp ${XLSLIB}/Data + ${BSD_INSTALL_DATA} Examples/*.lsp ${XLSLIB}/Examples -+# ${BSD_INSTALL_DATA} ${CMPFSLFILES} ${XLSLIB}/compiler installdirs: -mkdir -p ${BINDIR} diff -urN /usr/ports/math/xlispstat/pkg-descr math/xlispstat/pkg-descr --- /usr/ports/math/xlispstat/pkg-descr 2012-11-08 04:33:43.000000000 +0900 +++ math/xlispstat/pkg-descr 2013-06-03 00:00:00.000000000 +0900 @@ -1,7 +1,7 @@ XLISP-STAT is a statistical environment based on a dialect of the Lisp -language called XLISP. To facilitate statistical computations, standard Lisp -functions for addition, logarithms, etc., have been modified to operate on -lists and arrays of numbers, and a number of basic statistical functions have -been added. +language called XLISP. To facilitate statistical computations, standard +Lisp functions for addition, logarithms, etc., have been modified to +operate on lists and arrays of numbers, and a number of basic +statistical functions have been added. -WWW: http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html +WWW: http://homepage.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 B9EAA230 for ; Sun, 2 Jun 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 9C989120E for ; Sun, 2 Jun 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA39j099486 for ; Sun, 2 Jun 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA3J6099485; Sun, 2 Jun 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:03 GMT Resent-Message-Id: <201306021810.r52IA3J6099485@freefall.freebsd.org> 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 A0017F70 for ; Sun, 2 Jun 2013 18:01:35 +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 47F2111C6 for ; Sun, 2 Jun 2013 18:01:35 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 489DA2BC03B for ; Mon, 3 Jun 2013 03:01:32 +0900 (JST) Message-Id: <20130603025122.67f3d3e11941a3cdc021860d@yahoo.com> Date: Mon, 3 Jun 2013 02:51:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179217: net-im/libjingle: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:03 -0000 >Number: 179217 >Category: ports >Synopsis: net-im/libjingle: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/net-im/libjingle/Makefile net-im/libjingle/Makefile --- /usr/ports/net-im/libjingle/Makefile 2013-04-24 01:02:10.000000000 +0900 +++ net-im/libjingle/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -10,6 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Google Talk's implementation of Jingle and Jingle-Audio +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \ ilbc:${PORTSDIR}/net/ilbc \ ortp:${PORTSDIR}/net/linphone-base \ @@ -19,26 +22,25 @@ clusterit-[0-9]* pcp-[0-9]* synce-librapi2-[0-9]* USES= pkgconfig +USE_DOS2UNIX= README USE_GNOME= glib20 USE_OPENSSL= yes -USE_AUTOTOOLS= libtool -USE_DOS2UNIX= README USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ilbc=${LOCALBASE} \ - --with-speex=${LOCALBASE} -CONFIGURE_ENV= PKG_CONFIG="${PKG_CONFIG}" \ - EXPAT_CFLAGS="-I${LOCALBASE}/include" \ +USE_AUTOTOOLS= libtool +CONFIGURE_ENV= EXPAT_CFLAGS="-I${LOCALBASE}/include" \ EXPAT_LIBS="-L${LOCALBASE}/lib -lexpat" \ - GLIB_CFLAGS="$$(${PKG_CONFIG} --cflags glib-2.0)" \ - GLIB_LIBS="$$(${PKG_CONFIG} --libs glib-2.0)" \ + GLIB_CFLAGS="$$(pkg-config --cflags glib-2.0)" \ + GLIB_LIBS="$$(pkg-config --libs glib-2.0)" \ ILBC_CFLAGS="-I${LOCALBASE}/include/ilbc" \ ILBC_LIBS="-L${LOCALBASE}/lib -lilbc" \ - SPEEX_CFLAGS="$$(${PKG_CONFIG} --cflags speex)" \ - SPEEX_LIBS="$$(${PKG_CONFIG} --libs speex)" -CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} ${PTHREAD_CFLAGS} -g + SPEEX_CFLAGS="$$(pkg-config --cflags speex)" \ + SPEEX_LIBS="$$(pkg-config --libs speex)" +CONFIGURE_ARGS= --with-ilbc=${LOCALBASE} \ + --with-speex=${LOCALBASE} MAKE_JOBS_SAFE= yes -LDFLAGS+=-L${LOCALBASE}/lib -L${OPENSSLLIB} ${PTHREAD_LIBS} + +CPPFLAGS+= -I${OPENSSLINC} -I${LOCALBASE}/include -g +LDFLAGS+= -L${OPENSSLLIB} -L${LOCALBASE}/lib -pthread PORTDOCS= AUTHORS \ ChangeLog \ @@ -72,6 +74,12 @@ '#define ${feature} 1' >> \ ${CONFIGURE_WRKSRC}/config.h .endfor + @${REINPLACE_CMD} -e \ + '/^int main/s|char\* argv|char** argv|' \ + ${WRKSRC}/talk/base/virtualsocket_unittest.cc + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|`pkg-config --cflags gtk+-2.0`|| ; \ + s|-lpthread|-pthread|' post-install: .if ${PORT_OPTIONS:MDOCS} diff -urN /usr/ports/net-im/libjingle/files/patch-talk__base__stringutils.h net-im/libjingle/files/patch-talk__base__stringutils.h --- /usr/ports/net-im/libjingle/files/patch-talk__base__stringutils.h 2012-11-08 06:33:18.000000000 +0900 +++ net-im/libjingle/files/patch-talk__base__stringutils.h 2013-06-03 00:00:00.000000000 +0900 @@ -1,5 +1,37 @@ --- talk/base/stringutils.h.orig 2008-09-06 23:10:21.000000000 -0300 +++ talk/base/stringutils.h 2008-09-06 23:13:17.000000000 -0300 +@@ -197,15 +197,6 @@ + } + + template +-size_t sprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, ...) { +- va_list args; +- va_start(args, format); +- size_t len = vsprintfn(buffer, buflen, format, args); +- va_end(args); +- return len; +-} +- +-template + size_t vsprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, + va_list args) { + int len = vsnprintf(buffer, buflen, format, args); +@@ -216,6 +207,15 @@ + return len; + } + ++template ++size_t sprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, ...) { ++ va_list args; ++ va_start(args, format); ++ size_t len = vsprintfn(buffer, buflen, format, args); ++ va_end(args); ++ return len; ++} ++ + /////////////////////////////////////////////////////////////////////////////// + // Allow safe comparing and copying ascii (not UTF-8) with both wide and + // non-wide character strings. @@ -269,7 +269,7 @@ template<> struct Traits { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 270AB232 for ; Sun, 2 Jun 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 E72B21210 for ; Sun, 2 Jun 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA3Tl099497 for ; Sun, 2 Jun 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA3hQ099496; Sun, 2 Jun 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:03 GMT Resent-Message-Id: <201306021810.r52IA3hQ099496@freefall.freebsd.org> 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 EE5F1F63 for ; Sun, 2 Jun 2013 18:00:54 +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 C6CC711BB for ; Sun, 2 Jun 2013 18:00:54 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 1E15E2BC03B for ; Mon, 3 Jun 2013 03:00:52 +0900 (JST) Message-Id: <20130603025058.393492e28fac3c0d3591c2d8@yahoo.com> Date: Mon, 3 Jun 2013 02:50:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179218: graphics/kdc2tiff: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:04 -0000 >Number: 179218 >Category: ports >Synopsis: graphics/kdc2tiff: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/kdc2tiff/Makefile graphics/kdc2tiff/Makefile --- /usr/ports/graphics/kdc2tiff/Makefile 2012-11-08 09:43:38.000000000 +0900 +++ graphics/kdc2tiff/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,9 +1,5 @@ -# New ports collection makefile for: kdc2tiff -# Date created: Tue 04 Jul 2000 -# Whom: will -# +# Created by: will # $FreeBSD: head/graphics/kdc2tiff/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= kdc2tiff PORTVERSION= 0.35 @@ -14,14 +10,22 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Converts Kodak .kdc to TIFF or JPEG formats -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff +LICENSE= GPLv2 + +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + tiff:${PORTSDIR}/graphics/tiff USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/kdc2jpeg bin/kdc2tiff +post-patch: + @${REINPLACE_CMD} -e \ + 's|^main|int main|' ${WRKSRC}/kdc2tiff.cpp + .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 50E9C234 for ; Sun, 2 Jun 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 3A6CE1212 for ; Sun, 2 Jun 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA4fm099510 for ; Sun, 2 Jun 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA4Fb099509; Sun, 2 Jun 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:04 GMT Resent-Message-Id: <201306021810.r52IA4Fb099509@freefall.freebsd.org> 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 70DFFF61 for ; Sun, 2 Jun 2013 18:00:51 +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 19F4C11B9 for ; Sun, 2 Jun 2013 18:00:51 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id C507C50036 for ; Mon, 3 Jun 2013 03:00:48 +0900 (JST) Message-Id: <20130603025054.1587cb2f8329f15052229ada@yahoo.com> Date: Mon, 3 Jun 2013 02:50:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179219: graphics/fbm: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:04 -0000 >Number: 179219 >Category: ports >Synopsis: graphics/fbm: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang New file: files/patch-fbquant.c files/patch-flgifc.c files/patch-flgife.c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/fbm/files/patch-fbquant.c graphics/fbm/files/patch-fbquant.c --- /usr/ports/graphics/fbm/files/patch-fbquant.c 1970-01-01 09:00:00.000000000 +0900 +++ graphics/fbm/files/patch-fbquant.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,47 @@ +--- fbquant.c.orig ++++ fbquant.c +@@ -131,6 +131,10 @@ + + int outtype = DEF_8BIT; /* Output format desired */ + ++static void clr_quantize (FBM *input, FBM *output, COLOR *cmap, int colors); ++static void split_box (PIXEL *box, int boxlen, int clr, int numclr, COLOR *cmap); ++static void load_config (char *filenm); ++ + /**************************************************************** + * main + ****************************************************************/ +@@ -319,8 +323,7 @@ + * load_config: Read a series of fixed/ignore color settings from a file + ****************************************************************/ + +-load_config (filenm) +-char *filenm; ++static void load_config (char *filenm) + { FILE *infile = NULL; + char buf[BUFSIZ]; + int aindx, ard, agr, abl; /* Get 'i' arguments from sscanf */ +@@ -530,10 +533,7 @@ + * algorithm. + ****************************************************************/ + +-split_box (box, boxlen, clr, numclr, cmap) +-PIXEL *box; +-int boxlen, clr, numclr; +-COLOR *cmap; ++static void split_box (PIXEL *box, int boxlen, int clr, int numclr, COLOR *cmap) + { int maxv[3], minv[3], numv[3]; + int pcnt[3][CUBSID]; + int sbox, snum, split, half, maxdif, dif; +@@ -841,10 +841,7 @@ + * clr_quantize: Do Floyd Steinberg quantizing on the image + ****************************************************************/ + +-clr_quantize (input, output, cmap, colors, fmap, fixedcolors) +-FBM *input, *output; +-COLOR *cmap, *fmap; +-int colors, fixedcolors; ++static void clr_quantize (FBM *input, FBM *output, COLOR *cmap, int colors) + { int **cerr, **lerr, **terr; + int width = input->hdr.cols, height = input->hdr.rows; + int rowlen = input->hdr.rowlen, plnlen = input->hdr.plnlen; diff -urN /usr/ports/graphics/fbm/files/patch-flgifc.c graphics/fbm/files/patch-flgifc.c --- /usr/ports/graphics/fbm/files/patch-flgifc.c 1970-01-01 09:00:00.000000000 +0900 +++ graphics/fbm/files/patch-flgifc.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,14 @@ +--- flgifc.c.orig ++++ flgifc.c +@@ -168,10 +168,7 @@ + code available free from MLM@CS.CMU.EDU and from UUNET archives$"; + #endif + +-compress( init_bits, outfile, ReadValue ) +-int init_bits; +-FILE *outfile; +-ifunptr ReadValue; ++void compress( int init_bits, FILE *outfile, ifunptr ReadValue ) + { + register long fcode; + register code_int i = 0; diff -urN /usr/ports/graphics/fbm/files/patch-flgife.c graphics/fbm/files/patch-flgife.c --- /usr/ports/graphics/fbm/files/patch-flgife.c 1970-01-01 09:00:00.000000000 +0900 +++ graphics/fbm/files/patch-flgife.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- flgife.c.orig ++++ flgife.c +@@ -57,6 +57,7 @@ + code available free from MLM@CS.CMU.EDU and from UUNET archives$"; + #endif + ++void compress( int init_bits, FILE *outfile, ifunptr ReadValue ); + + /* + * Bump the 'curx' and 'cury' to point to the next pixel >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 9BA71237 for ; Sun, 2 Jun 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 844351215 for ; Sun, 2 Jun 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA4jO099521 for ; Sun, 2 Jun 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA4AS099520; Sun, 2 Jun 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:04 GMT Resent-Message-Id: <201306021810.r52IA4AS099520@freefall.freebsd.org> 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 2F832F62 for ; Sun, 2 Jun 2013 18:00:53 +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 B4FF011BA for ; Sun, 2 Jun 2013 18:00:52 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 7730423C031 for ; Mon, 3 Jun 2013 03:00:42 +0900 (JST) Message-Id: <20130603025051.7308e0cb8edc7da8b3a0a371@yahoo.com> Date: Mon, 3 Jun 2013 02:50:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179220: games/qgo: Update to version 2.s764 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:10:04 -0000 >Number: 179220 >Category: ports >Synopsis: games/qgo: Update to version 2.s764 >Confidential: no >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 Jun 02 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.s764 New file: files/patch-src__listviews.cpp files/patch-src__mainwindow_settings.cpp Remove file: files/patch-src::wavfile.c files/patch-src::wavplay.c files/patch-src__mainwin.cpp files/patch-src__parser.cpp pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/qgo/Makefile games/qgo/Makefile --- /usr/ports/games/qgo/Makefile 2012-12-30 22:12:05.000000000 +0900 +++ games/qgo/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,35 +1,42 @@ -# ex:ts=8 -# Ports collection makefile for: qgo -# Date created: Mar 22, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: head/games/qgo/Makefile 309662 2012-12-30 12:03:51Z beat $ -# PORTNAME= qgo -PORTVERSION= 1.5.4.3 -PORTREVISION= 3 +PORTVERSION= 2.s764 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E} +MASTER_SITES= DEBIAN +DISTNAME= ${PORTNAME}_2~svn764.orig MAINTAINER= ports@FreeBSD.org -COMMENT= A Go board and SGF editor written with the Qt library +COMMENT= Go board and SGF editor written with the Qt library -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +WRKSRC= ${WRKDIR}/${PORTNAME} -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +USE_BZIP2= yes +USES= desktop-file-utils +USE_QT4= gui network qtestlib moc_build qmake_build rcc_build uic_build +MAKE_JOBS_SAFE= yes -USE_XORG= x11 ice xext -USE_QT_VER= 3 -USE_GMAKE= yes -GNU_CONFIGURE= yes +PLIST_FILES= bin/qgo share/applications/qgo.desktop share/pixmaps/qgo.png +PLIST_DIRSTRY= share/applications post-patch: - @${REINPLACE_CMD} -e '/NOOPT/s|^CXXFLAGS=|#CXXFLAGS=|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ - 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/templates/*.desktop + '/Icon/s|=.*|=${PREFIX}/share/pixmaps/qgo.png| ; \ + /^MimeType/s|=.*|=text/sgf|' ${WRKSRC}/src/qgo.desktop + @${REINPLACE_CMD} -e \ + 's|debug|release|' ${WRKSRC}/src/src.pro + @${REINPLACE_CMD} -e \ + 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/src/mainwindow_settings.cpp + +do-configure: + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) + +do-install: + (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} qgo ${PREFIX}/bin) + @${MKDIR} ${DESKTOPDIR} + (cd ${WRKSRC}/src && ${INSTALL_DATA} qgo.desktop ${DESKTOPDIR}) + (cd ${WRKSRC}/src/ressources/pics && ${INSTALL_DATA} qgo.png \ + ${PREFIX}/share/pixmaps) .include diff -urN /usr/ports/games/qgo/distinfo games/qgo/distinfo --- /usr/ports/games/qgo/distinfo 2012-11-08 07:32:52.000000000 +0900 +++ games/qgo/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (qgo-1.5.4-r3.tar.gz) = ddfb66ada7027b844838895061f266bda03b327e8dfec2ee2782e14748bac104 -SIZE (qgo-1.5.4-r3.tar.gz) = 2490737 +SHA256 (qgo_2~svn764.orig.tar.bz2) = 07620bf2d08def7630aab69338ce345451d36e1c19acde649ec44be500102205 +SIZE (qgo_2~svn764.orig.tar.bz2) = 2491726 diff -urN /usr/ports/games/qgo/files/patch-src::wavfile.c games/qgo/files/patch-src::wavfile.c --- /usr/ports/games/qgo/files/patch-src::wavfile.c 2012-11-08 07:32:52.000000000 +0900 +++ games/qgo/files/patch-src::wavfile.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,34 +0,0 @@ ---- src/wavfile.c.orig Sun Oct 31 08:36:45 2004 -+++ src/wavfile.c Thu Dec 16 01:18:54 2004 -@@ -41,7 +41,7 @@ - * wavplay project. - */ - --#ifdef __linux__ -+#if defined(__linux__) || defined(__FreeBSD__) - - static const char rcsid[] = "@(#)wavfile.c $Revision: 1.6 $"; - -@@ -52,7 +52,9 @@ - #include - #include - #include -+#if defined(__linux__) - #include -+#endif - #include - #include - #include -@@ -60,7 +62,12 @@ - #include - #include - #include -+#if defined(__linux__) - #include -+#endif -+#if defined(__FreeBSD__) -+#include -+#endif - - - diff -urN /usr/ports/games/qgo/files/patch-src::wavplay.c games/qgo/files/patch-src::wavplay.c --- /usr/ports/games/qgo/files/patch-src::wavplay.c 2012-11-08 07:32:52.000000000 +0900 +++ games/qgo/files/patch-src::wavplay.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,30 +0,0 @@ ---- src/wavplay.c.orig Sun Oct 31 08:35:00 2004 -+++ src/wavplay.c Tue Dec 14 19:32:31 2004 -@@ -54,19 +54,26 @@ - * - */ - --#ifdef __linux__ -+#if defined(__linux__) || defined(__FreeBSD__) - - static const char rcsid[] = "@(#)recplay.c $Revision: 1.8 $"; - - #include - #include - #include -+#if defined(__linux__) - #include -+#endif - #include - #include - #include - #include -+#if defined(__linux__) - #include -+#endif -+#if defined(__FreeBSD__) -+#include -+#endif - #include "wavplay.h" - /*/#include "server.h"*/ - diff -urN /usr/ports/games/qgo/files/patch-src__listviews.cpp games/qgo/files/patch-src__listviews.cpp --- /usr/ports/games/qgo/files/patch-src__listviews.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/qgo/files/patch-src__listviews.cpp 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/listviews.cpp.orig ++++ src/listviews.cpp +@@ -342,7 +342,7 @@ + { + for(int i = 0; i < items.count(); i++) + { +- GamesListItem * const item = static_cast(items[i]); ++ const GamesListItem * item = static_cast(items[i]); + if(item->getListing() == l) + { + /* Really this is supposed to be not QModelIndex() but the diff -urN /usr/ports/games/qgo/files/patch-src__mainwin.cpp games/qgo/files/patch-src__mainwin.cpp --- /usr/ports/games/qgo/files/patch-src__mainwin.cpp 2012-11-08 07:32:52.000000000 +0900 +++ games/qgo/files/patch-src__mainwin.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,16 +0,0 @@ ---- src/mainwin.cpp.orig Mon Mar 27 06:37:41 2006 -+++ src/mainwin.cpp Wed Apr 12 13:36:58 2006 -@@ -1589,11 +1589,11 @@ - //set the params of "who command" - if ((whoBox1->currentItem() >1) || (whoBox2->currentItem() >1)) - { -- wparam.append(whoBox1->currentItem()==1 ? "9p" : whoBox1->currentText()); -+ wparam.append(whoBox1->currentItem()==1 ? QString("9p") : whoBox1->currentText()); - if ((whoBox1->currentItem()) && (whoBox2->currentItem())) - wparam.append("-"); - -- wparam.append(whoBox2->currentItem()==1 ? "9p" : whoBox2->currentText()); -+ wparam.append(whoBox2->currentItem()==1 ? QString("9p") : whoBox2->currentText()); - } - else if ((whoBox1->currentItem()) || (whoBox2->currentItem())) - wparam.append("1p-9p"); diff -urN /usr/ports/games/qgo/files/patch-src__mainwindow_settings.cpp games/qgo/files/patch-src__mainwindow_settings.cpp --- /usr/ports/games/qgo/files/patch-src__mainwindow_settings.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/qgo/files/patch-src__mainwindow_settings.cpp 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,17 @@ +--- src/mainwindow_settings.cpp.orig ++++ src/mainwindow_settings.cpp +@@ -269,7 +269,13 @@ + QVariant var; + + ui.comboBox_language->setCurrentIndex (settings.value("LANGUAGE").toInt()); +- ui.LineEdit_computer->setText(settings.value("COMPUTER_PATH").toString()); ++ QString computer_path = settings.value("COMPUTER_PATH").toString(); ++ qDebug() << "COMPUTER_PATH" << computer_path; ++ if (computer_path == "") { ++ computer_path = "%%LOCALBASE%%/bin/gnugo"; ++ settings.setValue("COMPUTER_PATH", computer_path); ++ } ++ ui.LineEdit_computer->setText(computer_path); + if(settings.value("COMPUTER_PLAYS_WHITE").toBool()) + ui.computerPlaysWhite->setChecked(TRUE); + else diff -urN /usr/ports/games/qgo/files/patch-src__parser.cpp games/qgo/files/patch-src__parser.cpp --- /usr/ports/games/qgo/files/patch-src__parser.cpp 2012-11-08 07:32:52.000000000 +0900 +++ games/qgo/files/patch-src__parser.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,18 +0,0 @@ ---- src/parser.cpp.orig Tue Dec 27 17:49:01 2005 -+++ src/parser.cpp Wed Jan 18 03:20:10 2006 -@@ -1176,13 +1176,13 @@ - { - aGameInfo->wname = element(line, 1, ":","("); - aGameInfo->wtime = (time1.toInt()==0 ? time2 : time1); -- aGameInfo->wstones = (time1.toInt()==0 ?stones: "-1") ; -+ aGameInfo->wstones = (time1.toInt()==0 ? stones : QString("-1")) ; - } - else if (line.contains("(B)")) - { - aGameInfo->bname = element(line, 1, ":","("); - aGameInfo->btime = (time1.toInt()==0 ? time2 : time1); -- aGameInfo->bstones = (time1.toInt()==0 ? stones:"-1") ; -+ aGameInfo->bstones = (time1.toInt()==0 ? stones : QString("-1")) ; - } - else //never know with IGS ... - return IT_OTHER; diff -urN /usr/ports/games/qgo/pkg-plist games/qgo/pkg-plist --- /usr/ports/games/qgo/pkg-plist 2012-11-08 07:32:53.000000000 +0900 +++ games/qgo/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,47 +0,0 @@ -bin/qgo -share/applnk/Games/qgo.desktop -share/mimelnk/text/sgf.desktop -share/qGo/pics/Bowl.png -share/qGo/pics/barcelona_cherry.jpg -share/qGo/pics/birch.jpg -share/qGo/pics/eurobeech.jpg -share/qGo/pics/goldenbeech.jpg -share/qGo/pics/kaya.png -share/qGo/pics/lemontree.jpg -share/qGo/pics/manitoba.jpg -share/qGo/pics/maple.jpg -share/qGo/pics/plain.png -share/qGo/pics/synthetic_1.png -share/qGo/pics/synthetic_2.png -share/qGo/sounds/click.wav -share/qGo/sounds/connect.wav -share/qGo/sounds/enter.wav -share/qGo/sounds/gameend.wav -share/qGo/sounds/leave.wav -share/qGo/sounds/match.wav -share/qGo/sounds/pass.wav -share/qGo/sounds/say.wav -share/qGo/sounds/stone.wav -share/qGo/sounds/talk.wav -share/qGo/sounds/tictoc.wav -share/qGo/translations/qgo_cz.qm -share/qGo/translations/qgo_de.qm -share/qGo/translations/qgo_dk.qm -share/qGo/translations/qgo_fr.qm -share/qGo/translations/qgo_it.qm -share/qGo/translations/qgo_la.qm -share/qGo/translations/qgo_nl.qm -share/qGo/translations/qgo_pl.qm -share/qGo/translations/qgo_pt.qm -share/qGo/translations/qgo_ru.qm -share/qGo/translations/qgo_tr.qm -share/qGo/translations/qgo_zh.qm -share/qGo/translations/qgo_zh_cn.qm -@dirrm share/qGo/translations -@dirrm share/qGo/sounds -@dirrm share/qGo/pics -@dirrm share/qGo -@dirrmtry share/mimelnk/text -@dirrmtry share/mimelnk -@dirrmtry share/applnk/Games -@dirrmtry share/applnk >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 35D7423D for ; Sun, 2 Jun 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 1913C121A for ; Sun, 2 Jun 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA5eH099538 for ; Sun, 2 Jun 2013 18:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA5NM099537; Sun, 2 Jun 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:05 GMT Resent-Message-Id: <201306021810.r52IA5NM099537@freefall.freebsd.org> 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 55471F68 for ; Sun, 2 Jun 2013 18:01:10 +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 F40E211BF for ; Sun, 2 Jun 2013 18:01:09 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 3FE044AC036 for ; Mon, 3 Jun 2013 03:01:07 +0900 (JST) Message-Id: <20130603025108.a860d4a72047156e3491a450@yahoo.com> Date: Mon, 3 Jun 2013 02:51:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179221: misc/gctpc: Update to version 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: Sun, 02 Jun 2013 18:10:06 -0000 >Number: 179221 >Category: ports >Synopsis: misc/gctpc: Update to version 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: Sun Jun 02 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.0 Remove file: files/patch-ac files/patch-ad >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gctpc/Makefile misc/gctpc/Makefile --- /usr/ports/misc/gctpc/Makefile 2013-05-31 04:56:07.000000000 +0900 +++ misc/gctpc/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -2,21 +2,23 @@ # $FreeBSD: head/misc/gctpc/Makefile 319446 2013-05-30 18:45:05Z antoine $ PORTNAME= gctpc -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= misc geography MASTER_SITES= http://edcftp.cr.usgs.gov/pub/software/gctpc/ -DISTNAME= gctpc +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= USGS General Cartographic Transformation Package (GCTP) +OPTIONS_DEFINE= DOCS + WRKSRC= ${WRKDIR}/${PORTNAME}/source + USE_GMAKE= yes ALL_TARGET= libgctpc.so.1 USE_LDCONFIG= yes -CFLAGS+= -Wno-error=return-type +MAKE_JOBS_SAFE= yes .include diff -urN /usr/ports/misc/gctpc/distinfo misc/gctpc/distinfo --- /usr/ports/misc/gctpc/distinfo 2012-11-08 09:13:25.000000000 +0900 +++ misc/gctpc/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gctpc.tar.Z) = 714d20893ab9b901ffa92e0b181b4ab8a92d025fecc6cbf5b5fa02c4e7c07e1e -SIZE (gctpc.tar.Z) = 11090665 +SHA256 (gctpc20.tar.Z) = 217eae42f580175a04bae11b87afc59fde4f770aeccc16c90ef9f826a94fa66b +SIZE (gctpc20.tar.Z) = 10381911 diff -urN /usr/ports/misc/gctpc/files/patch-aa misc/gctpc/files/patch-aa --- /usr/ports/misc/gctpc/files/patch-aa 2012-11-08 09:13:24.000000000 +0900 +++ misc/gctpc/files/patch-aa 2013-06-03 00:00:00.000000000 +0900 @@ -18,7 +18,7 @@ OBJECTS= \ $(ARCHIVE)(alberfor.o) $(ARCHIVE)(alberinv.o) \ -@@ -56,8 +58,13 @@ +@@ -56,6 +58,11 @@ cproj.c report.c lamccfor.c lamccinv.c paksz.c untfz.c sphdz.c \ br_gctp.c Makefile cproj.h proj.h @@ -28,8 +28,5 @@ + rm -rf objs + $(ARCHIVE): $(OBJECTS) -- ranlib geolib.a -+ ranlib libgctpc.a - $(ARCHIVE)(gctp.o): $(INCS) diff -urN /usr/ports/misc/gctpc/files/patch-ac misc/gctpc/files/patch-ac --- /usr/ports/misc/gctpc/files/patch-ac 2012-11-08 09:13:24.000000000 +0900 +++ misc/gctpc/files/patch-ac 1970-01-01 09:00:00.000000000 +0900 @@ -1,8 +0,0 @@ ---- ORIG/cproj.c Mon Nov 22 16:39:46 1993 -+++ cproj.c Thu Apr 26 18:40:10 2001 -@@ -408,4 +408,4 @@ - - /* Function to calculate UTM zone number--NOTE Longitude entered in DEGREES!!! - ---------------------------------------------------------------------------*/ --calc_utm_zone(lon) double lon; { return((long)(((lon + 180.0) / 6.0) + 1.0)); } -+long calc_utm_zone(lon) double lon; { return((long)(((lon + 180.0) / 6.0) + 1.0)); } diff -urN /usr/ports/misc/gctpc/files/patch-ad misc/gctpc/files/patch-ad --- /usr/ports/misc/gctpc/files/patch-ad 2012-11-08 09:13:24.000000000 +0900 +++ misc/gctpc/files/patch-ad 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- ORIG/gctp.c Fri Feb 24 16:06:16 1995 -+++ gctp.c Thu Apr 26 18:42:52 2001 -@@ -95,7 +95,6 @@ - double lon; /* longitude */ - double lat; /* latitude */ - double temp; /* dummy variable */ --double sign(); - double pakr2dm(); - long i,j; /* loop counters */ - long ininit_flag; /* input initilization flag */ diff -urN /usr/ports/misc/gctpc/pkg-plist misc/gctpc/pkg-plist --- /usr/ports/misc/gctpc/pkg-plist 2012-11-08 09:13:25.000000000 +0900 +++ misc/gctpc/pkg-plist 2013-06-03 00:00:00.000000000 +0900 @@ -16,6 +16,7 @@ %%PORTDOCS%%%%DOCSDIR%%/appendixB.txt %%PORTDOCS%%%%DOCSDIR%%/appendixC.txt %%PORTDOCS%%%%DOCSDIR%%/for_init.ps +%%PORTDOCS%%%%DOCSDIR%%/error_codes.txt %%PORTDOCS%%%%DOCSDIR%%/gctp.ps %%PORTDOCS%%%%DOCSDIR%%/inv_init.ps %%PORTDOCS%%%%DOCSDIR%%/overview.ps >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 833E4241 for ; Sun, 2 Jun 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 66894121D for ; Sun, 2 Jun 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA6F2099549 for ; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA6Gv099548; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:06 GMT Resent-Message-Id: <201306021810.r52IA6Gv099548@freefall.freebsd.org> 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 0D3ECF71 for ; Sun, 2 Jun 2013 18:01: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 D8EE211C7 for ; Sun, 2 Jun 2013 18:01:38 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 2802750036 for ; Mon, 3 Jun 2013 03:01:36 +0900 (JST) Message-Id: <20130603025125.30cd7ab9ae49a155a7221734@yahoo.com> Date: Mon, 3 Jun 2013 02:51:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179222: net-p2p/cdonkey: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:06 -0000 >Number: 179222 >Category: ports >Synopsis: net-p2p/cdonkey: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/net-p2p/cdonkey/Makefile net-p2p/cdonkey/Makefile --- /usr/ports/net-p2p/cdonkey/Makefile 2012-11-08 07:10:02.000000000 +0900 +++ net-p2p/cdonkey/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cDonkey -# Date created: Feb 9, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: head/net-p2p/cdonkey/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= cdonkey PORTVERSION= 0.9.0 @@ -14,21 +9,27 @@ DISTNAME= cDonkey-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An open and free core client for the eDonkey protocol +COMMENT= Open and free core client for the eDonkey protocol + +WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} -PLIST_FILES= bin/cDonkey -USE_BDB= 41 USE_BZIP2= yes +USE_BDB= 41 +USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}" -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} +MAKE_JOBS_SAFE= yes -.include +PLIST_FILES= bin/cDonkey post-patch: - ${REINPLACE_CMD} -e "s|-ldb|-l${BDB_LIB_NAME}|g" ${WRKSRC}/configure - ${REINPLACE_CMD} -e "s|/etc/|${LOCALBASE}/etc/|" \ - ${WRKSRC}/donkey.cpp ${WRKSRC}/donkey.h + @${REINPLACE_CMD} -e \ + 's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|-fno-for-scope||' ${WRKSRC}/Makefile.in +.for i in donkey.cpp donkey.h + @${REINPLACE_CMD} -e \ + 's|/etc/|${LOCALBASE}/etc/|' ${WRKSRC}/${i} +.endfor -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 CFF0D245 for ; Sun, 2 Jun 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 B26A2121F for ; Sun, 2 Jun 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA6sf099560 for ; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA6tV099559; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:06 GMT Resent-Message-Id: <201306021810.r52IA6tV099559@freefall.freebsd.org> 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 B42F3F5F for ; Sun, 2 Jun 2013 18:00:40 +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 5EEAD11B7 for ; Sun, 2 Jun 2013 18:00:40 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 3051D2BC03B for ; Mon, 3 Jun 2013 03:00:36 +0900 (JST) Message-Id: <20130603025047.4b2ef4c736b7d678c372ad63@yahoo.com> Date: Mon, 3 Jun 2013 02:50:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179223: games/freecell-solver: Update to version 1.18.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, 02 Jun 2013 18:10:06 -0000 >Number: 179223 >Category: ports >Synopsis: games/freecell-solver: Update to version 1.18.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.18.1 Remove file: files/patch-Common.cmake files/patch-board_gen__CMaleLists.txt >How-To-Repeat: >Fix: diff -urN /usr/ports/games/freecell-solver/Makefile games/freecell-solver/Makefile --- /usr/ports/games/freecell-solver/Makefile 2013-03-23 05:54:37.000000000 +0900 +++ games/freecell-solver/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -2,12 +2,12 @@ # $FreeBSD: head/games/freecell-solver/Makefile 314960 2013-03-22 20:06:14Z makc $ PORTNAME= freecell-solver -PORTVERSION= 3.16.0 +PORTVERSION= 3.18.1 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ MAINTAINER= ports@FreeBSD.org -COMMENT= A program that automatically solves games of Freecell +COMMENT= Open source framework for solving Freecell LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt @@ -16,8 +16,9 @@ TCMALLOC_DESC= Use Google's TCMalloc USE_BZIP2= yes +USES= cmake:outsource USE_PERL5_BUILD=yes -USES= cmake +CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes @@ -39,7 +40,10 @@ post-patch: .for f in CMakeLists.txt - @${REINPLACE_CMD} -e 's|"pthread"|"${PTHREAD_LIBS}"|' ${WRKSRC}/${f} + @${REINPLACE_CMD} -e 's|"pthread"|"-pthread"|' ${WRKSRC}/${f} +.endfor +.for f in Shlomif_Common.cmake + @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/cmake/${f} .endfor .for f in children-playing-ball.sh sentient-pearls.sh @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/Presets/presets/${f} diff -urN /usr/ports/games/freecell-solver/distinfo games/freecell-solver/distinfo --- /usr/ports/games/freecell-solver/distinfo 2013-01-16 19:39:35.000000000 +0900 +++ games/freecell-solver/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (freecell-solver-3.16.0.tar.bz2) = c294fab18d895c116d6c17972ea1a11147c26995d4087f1711937d3fa295058e -SIZE (freecell-solver-3.16.0.tar.bz2) = 658981 +SHA256 (freecell-solver-3.18.1.tar.bz2) = d883fe9aeed4f0ad25e6b4b167dd18b68d98baba43029f12e508ecb46be9f473 +SIZE (freecell-solver-3.18.1.tar.bz2) = 552744 diff -urN /usr/ports/games/freecell-solver/files/patch-Common.cmake games/freecell-solver/files/patch-Common.cmake --- /usr/ports/games/freecell-solver/files/patch-Common.cmake 2012-11-08 07:26:21.000000000 +0900 +++ games/freecell-solver/files/patch-Common.cmake 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- Common.cmake.orig 2009-01-26 21:46:25.000000000 +0800 -+++ Common.cmake 2009-01-26 21:46:40.000000000 +0800 -@@ -84,7 +84,7 @@ - FILES - ${SOURCE} - DESTINATION -- "share/man/man${SECTION}" -+ "man/man${SECTION}" - ) - ENDMACRO(INSTALL_MAN) - diff -urN /usr/ports/games/freecell-solver/files/patch-board_gen__CMaleLists.txt games/freecell-solver/files/patch-board_gen__CMaleLists.txt --- /usr/ports/games/freecell-solver/files/patch-board_gen__CMaleLists.txt 2013-01-16 19:39:35.000000000 +0900 +++ games/freecell-solver/files/patch-board_gen__CMaleLists.txt 1970-01-01 09:00:00.000000000 +0900 @@ -1,37 +0,0 @@ ---- board_gen/CMakeLists.txt.orig 2012-06-08 07:31:57.000000000 +0900 -+++ board_gen/CMakeLists.txt 2012-06-14 19:58:34.000000000 +0900 -@@ -20,25 +20,6 @@ - pi_make_microsoft_freecell_board.c - ) - --SET (make_pysol "make_pysol_freecell_board.py") --SET (_dest "${CMAKE_CURRENT_BINARY_DIR}/${make_pysol}") --SET (_src "${CMAKE_CURRENT_SOURCE_DIR}/${make_pysol}") -- --# Adapted from: --# http://stackoverflow.com/questions/697560/how-to-copy-directory-from-source-tree-to-binary-tree --ADD_CUSTOM_COMMAND( -- OUTPUT "${_dest}" -- DEPENDS "${_src}" -- COMMAND "${CMAKE_COMMAND}" "-E" "copy" "${_src}" "${_dest}" --) -- --ADD_CUSTOM_TARGET( -- "make_pysol_board" -- ALL DEPENDS "${_dest}" --) -- --SET (_make_py_dest "${_dest}") -- - RUN_POD2MAN( - "${CMAKE_CURRENT_SOURCE_DIR}/fc-solve-board_gen.pod" - "fc-solve-board_gen.6" -@@ -67,7 +48,7 @@ - - INSTALL( - PROGRAMS -- "${_make_py_dest}" -+ "make_pysol_freecell_board.py" - DESTINATION - "bin" - ) diff -urN /usr/ports/games/freecell-solver/pkg-descr games/freecell-solver/pkg-descr --- /usr/ports/games/freecell-solver/pkg-descr 2012-11-08 07:26:21.000000000 +0900 +++ games/freecell-solver/pkg-descr 2013-06-03 00:00:00.000000000 +0900 @@ -1,5 +1,5 @@ -This is Freecell Solver - a program that automatically solves games of -Freecell and similar Solitaire variants such as Eight Off, Forecell and -Seahaven Towers. +This is Freecell Solver - a program that automatically solves layouts of +Freecell and similar variants of Card Solitaire such as Eight Off, +Forecell, and Seahaven Towers, as well as Simple Simon boards. WWW: http://fc-solve.shlomifish.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 1E568247 for ; Sun, 2 Jun 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 073B01221 for ; Sun, 2 Jun 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA6Ds099571 for ; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA6tB099570; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:06 GMT Resent-Message-Id: <201306021810.r52IA6tB099570@freefall.freebsd.org> 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 2421CF56 for ; Sun, 2 Jun 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 C48F011AF for ; Sun, 2 Jun 2013 18:00:21 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 52DBD2BC03B for ; Mon, 3 Jun 2013 03:00:19 +0900 (JST) Message-Id: <20130603025032.868941a3ffff5417d2ff8a03@yahoo.com> Date: Mon, 3 Jun 2013 02:50:32 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179224: biology/phylip: Update to version 3.695 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:10:07 -0000 >Number: 179224 >Category: ports >Synopsis: biology/phylip: Update to version 3.695 >Confidential: no >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 Jun 02 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.695 >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/phylip/Makefile biology/phylip/Makefile --- /usr/ports/biology/phylip/Makefile 2012-11-08 06:52:55.000000000 +0900 +++ biology/phylip/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,42 +1,54 @@ -# New ports collection makefile for: phylip -# Date created: 4 July 2000 -# Whom: dbader@eece.unm.edu -# +# Created by: dbader@eece.unm.edu # $FreeBSD: head/biology/phylip/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= phylip -PORTVERSION= 3.69 +PORTVERSION= 3.695 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://evolution.gs.washington.edu/phylip/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= A Phylogeny Inference Package +COMMENT= Phylogeny Inference Package BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -BUILD_WRKSRC= ${WRKSRC}/src -INSTALL_WRKSRC= ${WRKSRC}/src +OPTIONS_DEFINE= DOCS EXAMPLES + +BUILD_WRKSRC= ${WRKSRC}/source +INSTALL_WRKSRC= ${WRKSRC}/source USE_XORG= x11 xaw xt USE_GMAKE= yes -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ +MAKEFILE= Makefile.unx +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \ DFLAGS="${CFLAGS} -DX -I${LOCALBASE}/include" \ DLIBS="-L${LOCALBASE}/lib -lX11 -lXaw -lXt -lm" +MAKE_JOBS_SAFE= yes PORTDOCS= * +PORTEXAMPLES= * + +.include post-install: @cd ${WRKSRC}/exe && \ - ${FIND} . -not -type d -not -name 'font*' -exec ${INSTALL_PROGRAM} "{}" "${PREFIX}/bin/{}" \; - ${MKDIR} ${DATADIR} + ${FIND} . -maxdepth 1 -not -type d -not -name '*.jar' \ + -not -name '*.unx' -not -name 'font*' -not -name '*.so' \ + -exec ${INSTALL_PROGRAM} "{}" "${PREFIX}/bin/{}" \; @cd ${WRKSRC}/exe && \ - ${FIND} . -not -type d -name 'font*' -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/doc && \ - ${FIND} . -not -type d -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; + ${FIND} . -maxdepth 1 -not -type d -name "*.so" \ + -exec ${INSTALL_DATA} "{}" "${PREFIX}/lib/{}" \; + @${MKDIR} ${DATADIR} + @cd ${WRKSRC}/exe && \ + ${FIND} . -maxdepth 1 -not -type d -name 'font*' \ + -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/exe && ${COPYTREE_SHARE} testdata ${EXAMPLESDIR}) .endif .include diff -urN /usr/ports/biology/phylip/distinfo biology/phylip/distinfo --- /usr/ports/biology/phylip/distinfo 2012-11-08 06:52:55.000000000 +0900 +++ biology/phylip/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (phylip-3.69.tar.gz) = 27947ce8dab4416e4823db38b3d1b0bf17bc545b6907cf09dcf6177df94c1a8f -SIZE (phylip-3.69.tar.gz) = 1511935 +SHA256 (phylip-3.695.tar.gz) = 846b9acf5f9d30520f703c6541ec945378b1c9355bc3f035e0ea721931b7b8ac +SIZE (phylip-3.695.tar.gz) = 4364943 diff -urN /usr/ports/biology/phylip/pkg-plist biology/phylip/pkg-plist --- /usr/ports/biology/phylip/pkg-plist 2012-11-08 06:52:55.000000000 +0900 +++ biology/phylip/pkg-plist 2013-06-03 00:00:00.000000000 +0900 @@ -33,6 +33,8 @@ bin/retree bin/seqboot bin/treedist +lib/libdrawgram.so +lib/libdrawtree.so %%DATADIR%%/font1 %%DATADIR%%/font2 %%DATADIR%%/font3 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 6F125260 for ; Sun, 2 Jun 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 518711224 for ; Sun, 2 Jun 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA74g099582 for ; Sun, 2 Jun 2013 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA7tf099581; Sun, 2 Jun 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:07 GMT Resent-Message-Id: <201306021810.r52IA7tf099581@freefall.freebsd.org> 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 2998DF65 for ; Sun, 2 Jun 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 C6C7A11BD for ; Sun, 2 Jun 2013 18:00:59 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id CF35A34034 for ; Mon, 3 Jun 2013 03:00:56 +0900 (JST) Message-Id: <20130603025101.585a66e16a461c03a2c16fb2@yahoo.com> Date: Mon, 3 Jun 2013 02:51:01 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179225: graphics/qslim: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:07 -0000 >Number: 179225 >Category: ports >Synopsis: graphics/qslim: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang New file: files/patch-mixkit__src__MxDynBlock.h files/patch-mixkit__src__MxStack.h files/patch-tools__qslim__qslim.cxx >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/qslim/files/patch-mixkit__src__MxDynBlock.h graphics/qslim/files/patch-mixkit__src__MxDynBlock.h --- /usr/ports/graphics/qslim/files/patch-mixkit__src__MxDynBlock.h 1970-01-01 09:00:00.000000000 +0900 +++ graphics/qslim/files/patch-mixkit__src__MxDynBlock.h 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,29 @@ +--- mixkit/src/MxDynBlock.h.orig ++++ mixkit/src/MxDynBlock.h +@@ -35,13 +35,13 @@ + + void room_for(int len) + { +- if( length()resize(len); + fill = len; + } + + T& add() + { +- if( length()==total_space() ) resize(total_space() * 2); ++ if( length()==total_space() ) this->resize(total_space() * 2); + fill++; + return last(); + } +@@ -62,8 +62,8 @@ + // + int size() const { return length(); } + +- typename MxBlock::iterator end() { return begin()+size(); } +- typename MxBlock::const_iterator end() const { return begin()+size(); } ++ typename MxBlock::iterator end() { return this->begin()+size(); } ++ typename MxBlock::const_iterator end() const { return this->begin()+size(); } + + void push_back(const T& t) { add(t); } + }; diff -urN /usr/ports/graphics/qslim/files/patch-mixkit__src__MxStack.h graphics/qslim/files/patch-mixkit__src__MxStack.h --- /usr/ports/graphics/qslim/files/patch-mixkit__src__MxStack.h 1970-01-01 09:00:00.000000000 +0900 +++ graphics/qslim/files/patch-mixkit__src__MxStack.h 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,31 @@ +--- mixkit/src/MxStack.h.orig ++++ mixkit/src/MxStack.h +@@ -26,14 +26,14 @@ + MxStack(const T& val, unsigned int n) : MxDynBlock(n) + { push(val); } + +- T& top() { return last(); } +- const T& top() const { return last(); } ++ T& top() { return this->last(); } ++ const T& top() const { return this->last(); } + +- bool is_empty() { return length()==0; } ++ bool is_empty() { return this->length()==0; } + +- T& pop() { return drop(); } ++ T& pop() { return this->drop(); } + +- void push(const T& val) { add(val); } ++ void push(const T& val) { this->add(val); } + // + // NOTE: In this code, it is *crucial* that we do the add() and + // assignment in separate steps. The obvious alternative +@@ -41,7 +41,7 @@ + // broken! The top() will grab a pointer into the block, + // but the add() may reallocate the block before doing the + // assignment. Thus, the pointer will become invalid. +- void push() { add(); top() = (*this)[length()-2]; } ++ void push() { this->add(); top() = (*this)[this->length()-2]; } + }; + + // MXSTACK_INCLUDED diff -urN /usr/ports/graphics/qslim/files/patch-tools-qslim_qvis.cxx graphics/qslim/files/patch-tools-qslim_qvis.cxx --- /usr/ports/graphics/qslim/files/patch-tools-qslim_qvis.cxx 2012-11-08 09:45:12.000000000 +0900 +++ graphics/qslim/files/patch-tools-qslim_qvis.cxx 2013-06-03 00:00:00.000000000 +0900 @@ -9,3 +9,12 @@ #include #include #include +@@ -228,7 +228,7 @@ + // Main application routine + // + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { + // Change default values for application variables in GUI version + will_record_history = true; diff -urN /usr/ports/graphics/qslim/files/patch-tools__qslim__qslim.cxx graphics/qslim/files/patch-tools__qslim__qslim.cxx --- /usr/ports/graphics/qslim/files/patch-tools__qslim__qslim.cxx 1970-01-01 09:00:00.000000000 +0900 +++ graphics/qslim/files/patch-tools__qslim__qslim.cxx 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- tools/qslim/qslim.cxx.orig ++++ tools/qslim/qslim.cxx +@@ -32,7 +32,7 @@ + output_preamble(); + } + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { + double input_time, init_time, slim_time, output_time; + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 81FE827C for ; Sun, 2 Jun 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 69E251229 for ; Sun, 2 Jun 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA8c2099633 for ; Sun, 2 Jun 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA8MH099621; Sun, 2 Jun 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:08 GMT Resent-Message-Id: <201306021810.r52IA8MH099621@freefall.freebsd.org> 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 E9334F6E for ; Sun, 2 Jun 2013 18:01:24 +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 750B611C4 for ; Sun, 2 Jun 2013 18:01:24 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id E409F47C036 for ; Mon, 3 Jun 2013 03:01:17 +0900 (JST) Message-Id: <20130603025115.f257f0aa396bbb1efa611985@yahoo.com> Date: Mon, 3 Jun 2013 02:51:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179226: misc/xpns: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:08 -0000 >Number: 179226 >Category: ports >Synopsis: misc/xpns: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang - Support PLIST_FILES New file: files/patch-celldel.c files/patch-cellein.c files/patch-cellget.c files/patch-cellkaio.c files/patch-cellkalook.c files/patch-cellmisc.c files/patch-cellorg.c files/patch-cellrefr.c files/patch-diwinpop.c files/patch-filekaio.c files/patch-filesteio.c files/patch-filetraio.c files/patch-habreakmisc.c files/patch-hadatmisc.c files/patch-hadelmisc.c files/patch-hakadelta.c files/patch-hakamisc.c files/patch-hakasete.c files/patch-halook.c files/patch-harefreshx.c files/patch-hastemarke.c files/patch-hi.c files/patch-kaio.c files/patch-kawinpop.c files/patch-pns.c files/patch-scandir.c files/patch-setpath.c files/patch-simbreak.c files/patch-simget.c files/patch-steio.c files/patch-traio.c Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/xpns/Makefile misc/xpns/Makefile --- /usr/ports/misc/xpns/Makefile 2013-03-25 14:21:43.000000000 +0900 +++ misc/xpns/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -13,9 +13,19 @@ COMMENT= Petri-Net Simulator for Xwindows NO_WRKSUBDIR= yes + USE_XORG= x11 xaw MAKEFILE= makefile ALL_TARGET= pns +MAKE_JOBS_SAFE= yes + +PORTDOCS= * +PLIST_FILES= bin/xpns \ + libexec/xpns/pns \ + %%DATADIR%%/pns.hlp \ + %%DATADIR%%/pns.shell +PLIST_DIRS= %%DATADIR%% \ + libexec/xpns .include @@ -23,15 +33,14 @@ @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xpns do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xpns ${PREFIX}/bin/xpns - ${MKDIR} ${PREFIX}/libexec/xpns - ${INSTALL_PROGRAM} ${WRKSRC}/pns ${PREFIX}/libexec/xpns - ${MKDIR} ${PREFIX}/share/xpns - ${INSTALL_DATA} ${WRKSRC}/pns.hlp ${PREFIX}/share/xpns - ${INSTALL_DATA} ${WRKSRC}/pns.shell ${PREFIX}/share/xpns + (cd ${WRKSRC} && ${INSTALL_SCRIPT} xpns ${PREFIX}/bin) + @${MKDIR} ${PREFIX}/libexec/xpns + (cd ${WRKSRC} && ${INSTALL_PROGRAM} pns ${PREFIX}/libexec/xpns) + @${MKDIR} ${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} pns.hlp pns.shell ${DATADIR}) .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${PREFIX}/share/doc/xpns - ${INSTALL_DATA} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns + @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} *.net ${DOCSDIR}) .endif .include diff -urN /usr/ports/misc/xpns/files/patch-ab misc/xpns/files/patch-ab --- /usr/ports/misc/xpns/files/patch-ab 2012-11-08 09:20:25.000000000 +0900 +++ misc/xpns/files/patch-ab 2013-06-03 00:00:00.000000000 +0900 @@ -1,12 +1,13 @@ --- xpns.orig Tue Apr 8 11:27:14 1997 +++ xpns Tue Apr 8 11:29:05 1997 -@@ -1,6 +1,7 @@ +@@ -1,6 +1,8 @@ -#!/bin/tcsh -setenv XAPPLRESDIR $PWD/ -pns -+#!/bin/csh -+setenv XAPPLRESDIR %%PREFIX%%/share/xpns/ ++#!/bin/sh +# Note pns will dump core if environment is not correct ++XAPPLRESDIR=%%PREFIX%%/share/xpns/ ++export XAPPLRESDIR +%%PREFIX%%/libexec/xpns/pns diff -urN /usr/ports/misc/xpns/files/patch-celldel.c misc/xpns/files/patch-celldel.c --- /usr/ports/misc/xpns/files/patch-celldel.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-celldel.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- celldel.c.orig ++++ celldel.c +@@ -17,6 +17,7 @@ + #include "cellrefr.h" + + #include ++#include + + + #define CellOListToRList( v) do { \ diff -urN /usr/ports/misc/xpns/files/patch-cellein.c misc/xpns/files/patch-cellein.c --- /usr/ports/misc/xpns/files/patch-cellein.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-cellein.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- cellein.c.orig ++++ cellein.c +@@ -14,6 +14,7 @@ + #include "celltype.h" + + #include ++#include + + + /************************************************************************* diff -urN /usr/ports/misc/xpns/files/patch-cellget.c misc/xpns/files/patch-cellget.c --- /usr/ports/misc/xpns/files/patch-cellget.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-cellget.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- cellget.c.orig ++++ cellget.c +@@ -16,6 +16,7 @@ + + + #include ++#include + + + static OBJECT *pSte, *pTra, *pK; diff -urN /usr/ports/misc/xpns/files/patch-cellkaio.c misc/xpns/files/patch-cellkaio.c --- /usr/ports/misc/xpns/files/patch-cellkaio.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-cellkaio.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- cellkaio.c.orig ++++ cellkaio.c +@@ -21,6 +21,7 @@ + + + #include ++#include + + + diff -urN /usr/ports/misc/xpns/files/patch-cellkalook.c misc/xpns/files/patch-cellkalook.c --- /usr/ports/misc/xpns/files/patch-cellkalook.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-cellkalook.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- cellkalook.c.orig ++++ cellkalook.c +@@ -16,6 +16,7 @@ + + + #include ++#include + + + diff -urN /usr/ports/misc/xpns/files/patch-cellmisc.c misc/xpns/files/patch-cellmisc.c --- /usr/ports/misc/xpns/files/patch-cellmisc.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-cellmisc.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- cellmisc.c.orig ++++ cellmisc.c +@@ -14,6 +14,8 @@ + #include "cell.h" + #include "misc.h" + ++#include ++ + + + diff -urN /usr/ports/misc/xpns/files/patch-cellorg.c misc/xpns/files/patch-cellorg.c --- /usr/ports/misc/xpns/files/patch-cellorg.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-cellorg.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- cellorg.c.orig ++++ cellorg.c +@@ -16,6 +16,8 @@ + #include "tra.h" + #include "ka.h" + ++#include ++ + + + diff -urN /usr/ports/misc/xpns/files/patch-cellrefr.c misc/xpns/files/patch-cellrefr.c --- /usr/ports/misc/xpns/files/patch-cellrefr.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-cellrefr.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- cellrefr.c.orig ++++ cellrefr.c +@@ -15,6 +15,7 @@ + + + #include ++#include + + + /************************************************************************* diff -urN /usr/ports/misc/xpns/files/patch-diwinpop.c misc/xpns/files/patch-diwinpop.c --- /usr/ports/misc/xpns/files/patch-diwinpop.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-diwinpop.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- diwinpop.c.orig ++++ diwinpop.c +@@ -27,6 +27,8 @@ + #include "hawin.h" + #include "haka.H" + ++#include ++ + /************************************************************************* + ** FUNKTION: DiWinPopdown + ** ZWECK: schliesst und zerstoert Widget diff -urN /usr/ports/misc/xpns/files/patch-filekaio.c misc/xpns/files/patch-filekaio.c --- /usr/ports/misc/xpns/files/patch-filekaio.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-filekaio.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- filekaio.c.orig ++++ filekaio.c +@@ -19,6 +19,7 @@ + + #include + #include ++#include + + + diff -urN /usr/ports/misc/xpns/files/patch-filesteio.c misc/xpns/files/patch-filesteio.c --- /usr/ports/misc/xpns/files/patch-filesteio.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-filesteio.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- filesteio.c.orig ++++ filesteio.c +@@ -18,6 +18,7 @@ + + #include + #include ++#include + + + diff -urN /usr/ports/misc/xpns/files/patch-filetraio.c misc/xpns/files/patch-filetraio.c --- /usr/ports/misc/xpns/files/patch-filetraio.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-filetraio.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- filetraio.c.orig ++++ filetraio.c +@@ -17,6 +17,7 @@ + + #include + #include ++#include + + + diff -urN /usr/ports/misc/xpns/files/patch-habreakmisc.c misc/xpns/files/patch-habreakmisc.c --- /usr/ports/misc/xpns/files/patch-habreakmisc.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-habreakmisc.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- habreakmisc.c.orig ++++ habreakmisc.c +@@ -52,7 +52,7 @@ void HaBreakInit() + ** RETURN: + ** ANMERK: + *************************************************************************/ +-static HaBreakMark( MarkOn) ++static void HaBreakMark( MarkOn) + BOOLEAN MarkOn; + { + OBJECT *e; diff -urN /usr/ports/misc/xpns/files/patch-hadatmisc.c misc/xpns/files/patch-hadatmisc.c --- /usr/ports/misc/xpns/files/patch-hadatmisc.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-hadatmisc.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- hadatmisc.c.orig ++++ hadatmisc.c +@@ -14,6 +14,8 @@ + #include "hawin.h" + #include "diwin.h" + ++#include ++ + + + /************************************************************************* diff -urN /usr/ports/misc/xpns/files/patch-hadelmisc.c misc/xpns/files/patch-hadelmisc.c --- /usr/ports/misc/xpns/files/patch-hadelmisc.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-hadelmisc.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- hadelmisc.c.orig ++++ hadelmisc.c +@@ -22,6 +22,7 @@ + #include "cellget.h" + + #include ++#include + + + /************************************************************************* diff -urN /usr/ports/misc/xpns/files/patch-hakadelta.c misc/xpns/files/patch-hakadelta.c --- /usr/ports/misc/xpns/files/patch-hakadelta.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-hakadelta.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- hakadelta.c.orig ++++ hakadelta.c +@@ -17,6 +17,8 @@ + #include "colors" + #include "cellname.h" + ++#include ++ + + + #define DeDrawX( t, p, gc) XDrawImageString( MyDisplay, HaGraphPixmap, \ diff -urN /usr/ports/misc/xpns/files/patch-hakamisc.c misc/xpns/files/patch-hakamisc.c --- /usr/ports/misc/xpns/files/patch-hakamisc.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-hakamisc.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- hakamisc.c.orig ++++ hakamisc.c +@@ -19,6 +19,8 @@ + #include "hagraph.h" + #include "colors" + ++#include ++ + /************************************************************************* + ** FUNKTION: HaKaInit + *************************************************************************/ diff -urN /usr/ports/misc/xpns/files/patch-hakasete.c misc/xpns/files/patch-hakasete.c --- /usr/ports/misc/xpns/files/patch-hakasete.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-hakasete.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- hakasete.c.orig ++++ hakasete.c +@@ -18,6 +18,8 @@ + #include "celltype.h" + #include "katype.h" + ++#include ++ + + + diff -urN /usr/ports/misc/xpns/files/patch-halook.c misc/xpns/files/patch-halook.c --- /usr/ports/misc/xpns/files/patch-halook.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-halook.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- halook.c.orig ++++ halook.c +@@ -18,7 +18,7 @@ + #include "stewin.h" + + #include +- ++#include + + + diff -urN /usr/ports/misc/xpns/files/patch-harefreshx.c misc/xpns/files/patch-harefreshx.c --- /usr/ports/misc/xpns/files/patch-harefreshx.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-harefreshx.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- harefreshx.c.orig ++++ harefreshx.c +@@ -25,6 +25,7 @@ + #include "hastename.h" + + #include ++#include + + #ifdef HALLO + diff -urN /usr/ports/misc/xpns/files/patch-hastemarke.c misc/xpns/files/patch-hastemarke.c --- /usr/ports/misc/xpns/files/patch-hastemarke.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-hastemarke.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- hastemarke.c.orig ++++ hastemarke.c +@@ -17,6 +17,8 @@ + #include "hagraph.h" + #include "misc.h" + ++#include ++ + + #define yDISP 5 + diff -urN /usr/ports/misc/xpns/files/patch-hi.c misc/xpns/files/patch-hi.c --- /usr/ports/misc/xpns/files/patch-hi.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-hi.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- hi.c.orig ++++ hi.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + Widget HiCom; + Widget HiShell; diff -urN /usr/ports/misc/xpns/files/patch-kaio.c misc/xpns/files/patch-kaio.c --- /usr/ports/misc/xpns/files/patch-kaio.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-kaio.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- kaio.c.orig ++++ kaio.c +@@ -17,6 +17,8 @@ + #include "ste.h" + #include "tra.h" + ++#include ++ + + + /************************************************************************* diff -urN /usr/ports/misc/xpns/files/patch-kawinpop.c misc/xpns/files/patch-kawinpop.c --- /usr/ports/misc/xpns/files/patch-kawinpop.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-kawinpop.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- kawinpop.c.orig ++++ kawinpop.c +@@ -12,6 +12,7 @@ + *************************************************************************/ + #include "kawin.H" + #include ++#include + + + diff -urN /usr/ports/misc/xpns/files/patch-pns.c misc/xpns/files/patch-pns.c --- /usr/ports/misc/xpns/files/patch-pns.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-pns.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- pns.c.orig ++++ pns.c +@@ -39,7 +39,7 @@ + extern Widget HaKonBox; + extern Widget HaKonMenuLabel; + +-main( argc, argv) ++int main( argc, argv) + int argc; + char **argv; + { diff -urN /usr/ports/misc/xpns/files/patch-scandir.c misc/xpns/files/patch-scandir.c --- /usr/ports/misc/xpns/files/patch-scandir.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-scandir.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- scandir.c.orig ++++ scandir.c +@@ -12,6 +12,8 @@ + ** + *************************************************************************/ + #include ++#include ++#include + #include "dir.H" + #include "misc.h" + diff -urN /usr/ports/misc/xpns/files/patch-setpath.c misc/xpns/files/patch-setpath.c --- /usr/ports/misc/xpns/files/patch-setpath.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-setpath.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- setpath.c.orig ++++ setpath.c +@@ -15,6 +15,8 @@ + #include "dir.H" + #include "misc.h" + ++#include ++ + + BOOLEAN SetPath( DirInh, Pfad) + DIRECTORY *DirInh; diff -urN /usr/ports/misc/xpns/files/patch-simbreak.c misc/xpns/files/patch-simbreak.c --- /usr/ports/misc/xpns/files/patch-simbreak.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-simbreak.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- simbreak.c.orig ++++ simbreak.c +@@ -15,6 +15,8 @@ + #include "celltype.h" + #include "misc.h" + ++#include ++ + + /************************************************************************* + ** FUNKTION: SimBreakInit diff -urN /usr/ports/misc/xpns/files/patch-simget.c misc/xpns/files/patch-simget.c --- /usr/ports/misc/xpns/files/patch-simget.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-simget.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,22 @@ +--- simget.c.orig ++++ simget.c +@@ -19,8 +19,9 @@ + + #include + +- +-#define RAND_MAX ((1<<31)-1) ++#ifndef RAND_MAX ++#define RAND_MAX ((1UL<<31)-1) ++#endif + + + /************************************************************************* +@@ -32,6 +33,7 @@ void SimGetInit() + unsigned int e; + + srand( 17); ++ srandom( 17); + } + + diff -urN /usr/ports/misc/xpns/files/patch-steio.c misc/xpns/files/patch-steio.c --- /usr/ports/misc/xpns/files/patch-steio.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-steio.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- steio.c.orig ++++ steio.c +@@ -15,6 +15,7 @@ + #include "celltype.h" + #include "netsize.h" + #include ++#include + + + #define DEFAULT_STEN_X_DISP -HA_STE_RAD diff -urN /usr/ports/misc/xpns/files/patch-traio.c misc/xpns/files/patch-traio.c --- /usr/ports/misc/xpns/files/patch-traio.c 1970-01-01 09:00:00.000000000 +0900 +++ misc/xpns/files/patch-traio.c 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- traio.c.orig ++++ traio.c +@@ -15,6 +15,7 @@ + #include "celltype.h" + #include "netsize.h" + #include ++#include + + + #define DEFAULT_TRAN_X_DISP -HA_STE_RAD diff -urN /usr/ports/misc/xpns/pkg-plist misc/xpns/pkg-plist --- /usr/ports/misc/xpns/pkg-plist 2012-11-08 09:20:25.000000000 +0900 +++ misc/xpns/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,15 +0,0 @@ -bin/xpns -libexec/xpns/pns -share/xpns/pns.hlp -share/xpns/pns.shell -%%PORTDOCS%%share/doc/xpns/a.net -%%PORTDOCS%%share/doc/xpns/a1.net -%%PORTDOCS%%share/doc/xpns/add.net -%%PORTDOCS%%share/doc/xpns/mult.net -%%PORTDOCS%%share/doc/xpns/phil.net -%%PORTDOCS%%share/doc/xpns/rw.net -%%PORTDOCS%%share/doc/xpns/sub.net -%%PORTDOCS%%share/doc/xpns/sub2.net -@dirrm share/xpns -%%PORTDOCS%%@dirrm share/doc/xpns -@dirrm libexec/xpns >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 D251F283 for ; Sun, 2 Jun 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 B50FE122D for ; Sun, 2 Jun 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA8vl099686 for ; Sun, 2 Jun 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA8GK099685; Sun, 2 Jun 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:08 GMT Resent-Message-Id: <201306021810.r52IA8GK099685@freefall.freebsd.org> 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 C7BDBF5C for ; Sun, 2 Jun 2013 18:00:25 +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 9FAAC11B4 for ; Sun, 2 Jun 2013 18:00:25 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id E1AC82BC03B for ; Mon, 3 Jun 2013 03:00:23 +0900 (JST) Message-Id: <20130603025035.5d565934f4b588d600f7fa84@yahoo.com> Date: Mon, 3 Jun 2013 02:50:35 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179227: devel/xparam: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:08 -0000 >Number: 179227 >Category: ports >Synopsis: devel/xparam: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE - Add MAKE_JOBS_SAFE New file: files/patch-lib__xparam__xp_hvl.h >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/xparam/Makefile devel/xparam/Makefile --- /usr/ports/devel/xparam/Makefile 2012-11-08 04:56:26.000000000 +0900 +++ devel/xparam/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: xparam -# Date created: Dec 23, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: head/devel/xparam/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= xparam PORTVERSION= 1.22 @@ -13,10 +8,13 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A general-purpose tool for parameter handling in C++ +COMMENT= General-purpose tool for parameter handling in C++ + +LICENSE= GPLv2 # (or later) USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include diff -urN /usr/ports/devel/xparam/files/patch-lib__xparam__xp_hvl.h devel/xparam/files/patch-lib__xparam__xp_hvl.h --- /usr/ports/devel/xparam/files/patch-lib__xparam__xp_hvl.h 1970-01-01 09:00:00.000000000 +0900 +++ devel/xparam/files/patch-lib__xparam__xp_hvl.h 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,14 @@ +--- lib/xparam/xp_hvl.h.orig ++++ lib/xparam/xp_hvl.h +@@ -51,9 +51,9 @@ + // t_ptr may be 0 + void append_copy(const T* t_ptr) { + if (t_ptr) +- push_back( Handle(get_copy_of(*t_ptr)) ); ++ this->push_back( Handle(get_copy_of(*t_ptr)) ); + else +- push_back( Handle() ); ++ this->push_back( Handle() ); + } + + // t_ptr may be 0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 949EA3BD; Sun, 2 Jun 2013 18:10: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 D0B841234; Sun, 2 Jun 2013 18:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IADhF099772; Sun, 2 Jun 2013 18:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IADur099771; Sun, 2 Jun 2013 18:10:13 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:13 GMT Message-Id: <201306021810.r52IADur099771@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179210: emulators/e-uae: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:14 -0000 Synopsis: emulators/e-uae: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:13 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=179210 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 BD28227F; Sun, 2 Jun 2013 18:10: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 9A44A122B; Sun, 2 Jun 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA8Ki099681; Sun, 2 Jun 2013 18:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA8Gf099680; Sun, 2 Jun 2013 18:10:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:08 GMT Message-Id: <201306021810.r52IA8Gf099680@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179208: science/gromacs: Update to version 4.6.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: Sun, 02 Jun 2013 18:10:08 -0000 Synopsis: science/gromacs: Update to version 4.6.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:08 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=179208 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:20 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0C210400; Sun, 2 Jun 2013 18:10: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 D8591123D; Sun, 2 Jun 2013 18:10:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAJ0h099855; Sun, 2 Jun 2013 18:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAJiB099854; Sun, 2 Jun 2013 18:10:19 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:19 GMT Message-Id: <201306021810.r52IAJiB099854@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179211: misc/linm: Update to version 0.8.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:20 -0000 Synopsis: misc/linm: Update to version 0.8.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:19 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=179211 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4CD80547; Sun, 2 Jun 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 280931247; Sun, 2 Jun 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAQEX000125; Sun, 2 Jun 2013 18:10:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAQgx000124; Sun, 2 Jun 2013 18:10:26 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:26 GMT Message-Id: <201306021810.r52IAQgx000124@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179212: editors/vigor: Fix build with Tcl/Tk 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: Sun, 02 Jun 2013 18:10:26 -0000 Synopsis: editors/vigor: Fix build with Tcl/Tk 8.6 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:25 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=179212 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:30 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1EEC056D; Sun, 2 Jun 2013 18:10:30 +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 EF699124E; Sun, 2 Jun 2013 18:10:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IATsK000303; Sun, 2 Jun 2013 18:10:29 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IATJL000302; Sun, 2 Jun 2013 18:10:29 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 18:10:29 GMT Message-Id: <201306021810.r52IATJL000302@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179176: textproc/m17n-contrib: update to 1.1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:30 -0000 Synopsis: textproc/m17n-contrib: update to 1.1.14 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 18:10:29 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179176 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62373588; Sun, 2 Jun 2013 18:10: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 3CAA31250; Sun, 2 Jun 2013 18:10:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAVdw000385; Sun, 2 Jun 2013 18:10:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAVXM000384; Sun, 2 Jun 2013 18:10:31 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:31 GMT Message-Id: <201306021810.r52IAVXM000384@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179213: audio/autozen: Fix DOCSDIR layout X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:10:31 -0000 Synopsis: audio/autozen: Fix DOCSDIR layout Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:30 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=179213 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9AE615BB; Sun, 2 Jun 2013 18:10: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 75FB51254; Sun, 2 Jun 2013 18:10:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAaKA000479; Sun, 2 Jun 2013 18:10:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAabM000478; Sun, 2 Jun 2013 18:10:36 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:36 GMT Message-Id: <201306021810.r52IAabM000478@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179214: audio/xcd: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:36 -0000 Synopsis: audio/xcd: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:36 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=179214 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10: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 918255BD; Sun, 2 Jun 2013 18:10: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 6CD4A1256; Sun, 2 Jun 2013 18:10:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAbwD000620; Sun, 2 Jun 2013 18:10:37 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAbZ8000586; Sun, 2 Jun 2013 18:10:37 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 18:10:37 GMT Message-Id: <201306021810.r52IAbZ8000586@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179177: print/libotf: update to 0.9.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:37 -0000 Synopsis: print/libotf: update to 0.9.13 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 18:10:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179177 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10: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 F2C285F0; Sun, 2 Jun 2013 18:10: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 CEB6E1258; Sun, 2 Jun 2013 18:10:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAf9j002062; Sun, 2 Jun 2013 18:10:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAfoB002061; Sun, 2 Jun 2013 18:10:41 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:41 GMT Message-Id: <201306021810.r52IAfoB002061@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179215: biology/avida: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:42 -0000 Synopsis: biology/avida: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:41 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=179215 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 096AC5F4; Sun, 2 Jun 2013 18:10:43 +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 D86B4125C; Sun, 2 Jun 2013 18:10:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAgA5002137; Sun, 2 Jun 2013 18:10:42 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAg9X002136; Sun, 2 Jun 2013 18:10:42 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 18:10:42 GMT Message-Id: <201306021810.r52IAg9X002136@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179178: [Maintainer] devel/m17n-lib: update to 1.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:43 -0000 Synopsis: [Maintainer] devel/m17n-lib: update to 1.6.4 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 18:10:42 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179178 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10: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 A5128626; Sun, 2 Jun 2013 18:10: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 812F1125E; Sun, 2 Jun 2013 18:10:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAle1002219; Sun, 2 Jun 2013 18:10:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAldf002218; Sun, 2 Jun 2013 18:10:47 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:47 GMT Message-Id: <201306021810.r52IAldf002218@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179216: math/xlispstat: Update to version 3.52.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:10:47 -0000 Synopsis: math/xlispstat: Update to version 3.52.23 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:47 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=179216 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10: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 554D6657; Sun, 2 Jun 2013 18:10: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 2FB601260; Sun, 2 Jun 2013 18:10:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IArna002302; Sun, 2 Jun 2013 18:10:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IArYf002301; Sun, 2 Jun 2013 18:10:53 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:53 GMT Message-Id: <201306021810.r52IArYf002301@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179217: net-im/libjingle: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:53 -0000 Synopsis: net-im/libjingle: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:52 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=179217 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10: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 95DC9689; Sun, 2 Jun 2013 18:10: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 710291263; Sun, 2 Jun 2013 18:10:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAwtT002383; Sun, 2 Jun 2013 18:10:58 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAwjJ002382; Sun, 2 Jun 2013 18:10:58 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:10:58 GMT Message-Id: <201306021810.r52IAwjJ002382@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179218: graphics/kdc2tiff: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:58 -0000 Synopsis: graphics/kdc2tiff: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:10:58 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=179218 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11: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 D7A2F6BA; Sun, 2 Jun 2013 18:11: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 B2B7E1266; Sun, 2 Jun 2013 18:11:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IB3FP002475; Sun, 2 Jun 2013 18:11:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IB3ja002474; Sun, 2 Jun 2013 18:11:03 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:03 GMT Message-Id: <201306021811.r52IB3ja002474@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179219: graphics/fbm: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:11:04 -0000 Synopsis: graphics/fbm: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:03 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=179219 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11: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 122446ED; Sun, 2 Jun 2013 18:11: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 DFD03126B; Sun, 2 Jun 2013 18:11:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IB9GY002558; Sun, 2 Jun 2013 18:11:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IB9Sc002557; Sun, 2 Jun 2013 18:11:09 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:09 GMT Message-Id: <201306021811.r52IB9Sc002557@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179220: games/qgo: Update to version 2.s764 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:11:10 -0000 Synopsis: games/qgo: Update to version 2.s764 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11: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=179220 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11: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 4553F71E; Sun, 2 Jun 2013 18:11: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 20720126E; Sun, 2 Jun 2013 18:11:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBFZk002639; Sun, 2 Jun 2013 18:11:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBFUD002638; Sun, 2 Jun 2013 18:11:15 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:15 GMT Message-Id: <201306021811.r52IBFUD002638@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179221: misc/gctpc: Update to version 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: Sun, 02 Jun 2013 18:11:16 -0000 Synopsis: misc/gctpc: Update to version 2.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:15 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=179221 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11:21 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6C93C759; Sun, 2 Jun 2013 18:11: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 486EC1272; Sun, 2 Jun 2013 18:11:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBLmL002724; Sun, 2 Jun 2013 18:11:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBLOC002723; Sun, 2 Jun 2013 18:11:21 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:21 GMT Message-Id: <201306021811.r52IBLOC002723@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179222: net-p2p/cdonkey: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:11:21 -0000 Synopsis: net-p2p/cdonkey: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:21 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=179222 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18: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 B569578A; Sun, 2 Jun 2013 18:11: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 915F31274; Sun, 2 Jun 2013 18:11:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBQVb002805; Sun, 2 Jun 2013 18:11:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBQGW002804; Sun, 2 Jun 2013 18:11:26 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:26 GMT Message-Id: <201306021811.r52IBQGW002804@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179223: games/freecell-solver: Update to version 1.18.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, 02 Jun 2013 18:11:26 -0000 Synopsis: games/freecell-solver: Update to version 1.18.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:26 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=179223 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11: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 B90727BB; Sun, 2 Jun 2013 18:11: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 95C4A1277; Sun, 2 Jun 2013 18:11:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBWGA002886; Sun, 2 Jun 2013 18:11:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBWvC002885; Sun, 2 Jun 2013 18:11:32 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:32 GMT Message-Id: <201306021811.r52IBWvC002885@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179209: net-im/icb: Fix build with Tcl/Tk 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: Sun, 02 Jun 2013 18:11:32 -0000 Synopsis: net-im/icb: Fix build with Tcl/Tk 8.6 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:32 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=179209 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0CCC37EE; Sun, 2 Jun 2013 18:11:38 +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 DC9F51279; Sun, 2 Jun 2013 18:11:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBbh2002975; Sun, 2 Jun 2013 18:11:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBbSa002974; Sun, 2 Jun 2013 18:11:37 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:37 GMT Message-Id: <201306021811.r52IBbSa002974@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179225: graphics/qslim: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:11:38 -0000 Synopsis: graphics/qslim: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:37 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=179225 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 51C58835; Sun, 2 Jun 2013 18:11:43 +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 2E290127C; Sun, 2 Jun 2013 18:11:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBhsR003057; Sun, 2 Jun 2013 18:11:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBh8n003056; Sun, 2 Jun 2013 18:11:43 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:43 GMT Message-Id: <201306021811.r52IBh8n003056@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179224: biology/phylip: Update to version 3.695 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:11:43 -0000 Synopsis: biology/phylip: Update to version 3.695 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:42 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=179224 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11: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 A40128AC; Sun, 2 Jun 2013 18:11: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 7FDDF1280; Sun, 2 Jun 2013 18:11:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBoFu003140; Sun, 2 Jun 2013 18:11:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBo75003139; Sun, 2 Jun 2013 18:11:50 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:50 GMT Message-Id: <201306021811.r52IBo75003139@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179226: misc/xpns: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:11:50 -0000 Synopsis: misc/xpns: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:50 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=179226 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:11: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 A931A8E0; Sun, 2 Jun 2013 18:11: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 841F41285; Sun, 2 Jun 2013 18:11:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IBtIl003223; Sun, 2 Jun 2013 18:11:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IBtSv003222; Sun, 2 Jun 2013 18:11:55 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 18:11:55 GMT Message-Id: <201306021811.r52IBtSv003222@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179227: devel/xparam: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:11:55 -0000 Synopsis: devel/xparam: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 18:11:55 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=179227 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 5555A222 for ; Sun, 2 Jun 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 3EDBD1200 for ; Sun, 2 Jun 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA1fq099409 for ; Sun, 2 Jun 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA1WH099408; Sun, 2 Jun 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:01 GMT Resent-Message-Id: <201306021810.r52IA1WH099408@freefall.freebsd.org> 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 421F6F5D for ; Sun, 2 Jun 2013 18:00:35 +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 19F4211B5 for ; Sun, 2 Jun 2013 18:00:35 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 68B8050036 for ; Mon, 3 Jun 2013 03:00:33 +0900 (JST) Message-Id: <20130603025043.e42834ecc338401c815a683d@yahoo.com> Date: Mon, 3 Jun 2013 02:50:43 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179210: emulators/e-uae: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:01 -0000 X-List-Received-Date: Sun, 02 Jun 2013 18:10:01 -0000 >Number: 179210 >Category: ports >Synopsis: emulators/e-uae: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE New file: files/patch-src__dms__cdata.h >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/e-uae/Makefile emulators/e-uae/Makefile --- /usr/ports/emulators/e-uae/Makefile 2012-11-08 10:18:03.000000000 +0900 +++ emulators/e-uae/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -11,25 +11,36 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced version of UAE, the Amiga emulator +LICENSE= GPLv2 + +OPTIONS_DEFINE= DOCS + CONFLICTS= uae-[0-9]* -USE_GMAKE= yes + USE_BZIP2= yes -GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_SDL= sdl +USE_GMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl --with-sdl-gfx MAKE_JOBS_UNSAFE= yes -PLIST_FILES= bin/uae bin/readdisk PORTDOCS= ChangeLog README bsdsocket.txt cmd-line.txt \ compiling.txt configuration.txt floppies.txt \ joystick.txt keyboard.txt scsi.txt +PLIST_FILES= bin/readdisk bin/uae + +.include + +post-patch: + @${REINPLACE_CMD} -e \ + '/X11\/xkb\/rules/s|/usr/X11R6/lib|${LOCALBASE}/share|' \ + ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/uae ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/readdisk ${PREFIX}/bin - -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @@ -43,8 +54,4 @@ ${INSTALL_DATA} ${WRKSRC}/docs/scsi.txt ${DOCSDIR} .endif -post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6/lib/X11/xkb/rules|${LOCALBASE}/share/X11/xkb/rules|' \ - ${WRKSRC}/configure - .include diff -urN /usr/ports/emulators/e-uae/files/patch-src__dms__cdata.h emulators/e-uae/files/patch-src__dms__cdata.h --- /usr/ports/emulators/e-uae/files/patch-src__dms__cdata.h 1970-01-01 09:00:00.000000000 +0900 +++ emulators/e-uae/files/patch-src__dms__cdata.h 2013-06-03 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/dms/cdata.h.orig ++++ src/dms/cdata.h +@@ -31,7 +31,7 @@ + #define INLINE inline + #else + #ifdef __GNUC__ +- #define INLINE inline ++ #define INLINE static inline + #else + #ifdef __SASC + #define INLINE __inline >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 79B72515; Sun, 2 Jun 2013 18:10: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 561441244; Sun, 2 Jun 2013 18:10:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IAOB4099943; Sun, 2 Jun 2013 18:10:24 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IAOna099942; Sun, 2 Jun 2013 18:10:24 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 18:10:24 GMT Message-Id: <201306021810.r52IAOna099942@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179175: devel/m17n-db: update to 1.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:24 -0000 Synopsis: devel/m17n-db: update to 1.6.4 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 18:10:24 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179175 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 D652229C for ; Sun, 2 Jun 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 BF31813A2 for ; Sun, 2 Jun 2013 18:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ie0cg008286 for ; Sun, 2 Jun 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ie0L0008273; Sun, 2 Jun 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:40:00 GMT Resent-Message-Id: <201306021840.r52Ie0L0008273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nilesh Govindrajan Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A98EFF0 for ; Sun, 2 Jun 2013 18:34:26 +0000 (UTC) (envelope-from me@nileshgr.com) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 20DC7136E for ; Sun, 2 Jun 2013 18:34:26 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id aq17so8171006iec.5 for ; Sun, 02 Jun 2013 11:34:25 -0700 (PDT) Received: by 10.64.230.233 with HTTP; Sun, 2 Jun 2013 11:33:45 -0700 (PDT) Message-Id: Date: Mon, 3 Jun 2013 00:03:45 +0530 From: Nilesh Govindrajan To: FreeBSD-gnats-submit@freebsd.org Subject: ports/179228: Incorrect distfile name on devel/yajl-2.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:40:00 -0000 >Number: 179228 >Category: ports >Synopsis: devel/yajl-2.0.4 distfile name incorrect >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nilesh >Release: FreeBSD 9.1-RELEASE amd64 >Organization: NA >Environment: System: FreeBSD 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: devel/yajl-2.0.4 downloads disfile as lloyd-yajl. Port fails to compile unless it is renamed. >How-To-Repeat: make -C /usr/ports/devel/yajl install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AF2A2424 for ; Sun, 2 Jun 2013 18: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 A151F146B for ; Sun, 2 Jun 2013 18:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Io2RY009976 for ; Sun, 2 Jun 2013 18:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Io2NP009975; Sun, 2 Jun 2013 18:50:02 GMT (envelope-from gnats) Date: Sun, 2 Jun 2013 18:50:02 GMT Message-Id: <201306021850.r52Io2NP009975@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Denis Podolskiy Subject: Re: ports/179143: [PATCH] update graphics/libjpeg-turbo: update to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Denis Podolskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:50:03 -0000 The following reply was made to PR ports/179143; it has been noted by GNATS. From: Denis Podolskiy To: bug-followup@freebsd.org, pawel@freebsd.org Cc: Subject: Re: ports/179143: [PATCH] update graphics/libjpeg-turbo: update to 1.3.0 Date: Sun, 02 Jun 2013 22:45:08 +0400 ------==--bound.209916.web24d.yandex.ru Content-Disposition: attachment; filename="libjpeg-turbo.diff.txt" Content-Transfer-Encoding: base64 Content-Type: text/plain; name="libjpeg-turbo.diff.txt" ZGlmZiAtcnVOIGxpYmpwZWctdHVyYm8ub2xkL01ha2VmaWxlIGxpYmpwZWctdHVyYm8vTWFrZWZp bGUKLS0tIGxpYmpwZWctdHVyYm8ub2xkL01ha2VmaWxlCTIwMTItMTEtMTcgMDk6NTg6MTMuMDAw MDAwMDAwICswNDAwCisrKyBsaWJqcGVnLXR1cmJvL01ha2VmaWxlCTIwMTMtMDYtMDIgMjI6MzI6 NDcuMDAwMDAwMDAwICswNDAwCkBAIC0xLDEyICsxLDggQEAKLSMgTmV3IHBvcnRzIGNvbGxlY3Rp b24gbWFrZWZpbGUgZm9yOglsaWJqcGVnLXR1cmJvCi0jIERhdGUgY3JlYXRlZDoJCQkJMjAxMC0w NC0wOQotIyBXaG9tOgkJCQkJRGVuaXMgUG9kb2xza2l5IDxieXRlc3RvcmVAeWFuZGV4LnJ1Pgot IwotIyAkRnJlZUJTRDogcG9ydHMvZ3JhcGhpY3MvbGlianBlZy10dXJiby9NYWtlZmlsZSx2IDEu MjUgMjAxMi8xMS8xNyAwNTo1ODoxMyBzdm5leHAgRXhwICQKLSMKKyMgQ3JlYXRlZCBieTogRGVu aXMgUG9kb2xza2l5IDxieXRlc3RvcmVAeWFuZGV4LnJ1PgorIyAkRnJlZUJTRCQKIAogUE9SVE5B TUU9CWxpYmpwZWctdHVyYm8KLVBPUlRWRVJTSU9OPQkxLjIuMQorUE9SVFZFUlNJT049CTEuMy4w CiBDQVRFR09SSUVTPQlncmFwaGljcwogTUFTVEVSX1NJVEVTPQlTRi8ke1BPUlROQU1FfS8ke1BP UlRWRVJTSU9OfQogCkBAIC0zMiwyMyArMjgsMTYgQEAKICMgY2hhc2UgZ3JhcGhpY3MvanBlZwog U09WRVJTSU9OPQkxMQogCi1PUFRJT05TKz0JUElDICJTdGF0aWMgbGlicmFyeSB3aXRoIFBJQyAo cmVxdWlyZWQgZm9yIFZpcnR1YWxHTCkiIG9mZgorT1BUSU9OU19ERUZJTkU9IFBJQworUElDX0RF U0M9CVN0YXRpYyBsaWJyYXJ5IHdpdGggUElDIChyZXF1aXJlZCBmb3IgVmlydHVhbEdMKQogCiAu aW5jbHVkZSA8YnNkLnBvcnQub3B0aW9ucy5taz4KIAotLmlmIGRlZmluZWQoV0lUSF9QSUMpCisu aWYgISAke1BPUlRfT1BUSU9OUzpNUElDfQogQ09ORklHVVJFX0FSR1MrPS0td2l0aC1waWMKIC5l bmRpZgogCiBwb3N0LXBhdGNoOgotLmlmIGRlZmluZWQoTk9QT1JURE9DUykKLQkke1JFSU5QTEFD RV9DTUR9IC1lICcvXmluc3RhbGwtZGF0YS1hbS9zLGluc3RhbGwtZGlzdF9kb2NEQVRBLCwnIFwK LQkJJHtXUktTUkN9L01ha2VmaWxlLmluCi0uZWxzZQotCSR7UkVJTlBMQUNFX0NNRH0gLWUgJy9e ZG9jZGlyL3MsPS4qLD0gJHtET0NTRElSfSwnIFwKLQkJJHtXUktTUkN9L01ha2VmaWxlLmluCi0u ZW5kaWYKLQogLmlmIGRlZmluZWQoTk9QT1JURVhBTVBMRVMpCiAJJHtSRUlOUExBQ0VfQ01EfSAt ZSAnL15pbnN0YWxsLWRhdGEtYW0vcyxpbnN0YWxsLWRpc3RfZXhhbXBsZURBVEEsLCcgXAogCQkk e1dSS1NSQ30vTWFrZWZpbGUuaW4KZGlmZiAtcnVOIGxpYmpwZWctdHVyYm8ub2xkL2Rpc3RpbmZv IGxpYmpwZWctdHVyYm8vZGlzdGluZm8KLS0tIGxpYmpwZWctdHVyYm8ub2xkL2Rpc3RpbmZvCTIw MTItMDgtMDMgMTE6MDM6NTUuMDAwMDAwMDAwICswNDAwCisrKyBsaWJqcGVnLXR1cmJvL2Rpc3Rp bmZvCTIwMTMtMDYtMDIgMjI6MTA6MzIuMDAwMDAwMDAwICswNDAwCkBAIC0xLDIgKzEsMiBAQAot U0hBMjU2IChsaWJqcGVnLXR1cmJvLTEuMi4xLnRhci5neikgPSBjYjMzMjNmMDU0YTAyY2VkYWQx OTNiZDBjYTQxOGQ0NjkzNDQ0N2Y5OTVkMTllNjc4ZWE2NGY3OGU0OTAzNzcwCi1TSVpFIChsaWJq cGVnLXR1cmJvLTEuMi4xLnRhci5neikgPSAxNzU1MjY0CitTSEEyNTYgKGxpYmpwZWctdHVyYm8t MS4zLjAudGFyLmd6KSA9IDI2NTcwMDhjZmMwOGFhZGJhY2EwNjViZDlmODk2NGI4YTJjMGFiZDAz ZTczZGE1YjVmMDljMTIxNmJlMzEyMzQKK1NJWkUgKGxpYmpwZWctdHVyYm8tMS4zLjAudGFyLmd6 KSA9IDEzNjE2MDMKZGlmZiAtcnVOIGxpYmpwZWctdHVyYm8ub2xkL3BrZy1wbGlzdCBsaWJqcGVn LXR1cmJvL3BrZy1wbGlzdAotLS0gbGlianBlZy10dXJiby5vbGQvcGtnLXBsaXN0CTIwMTItMDUt MTQgMDE6MjY6NDguMDAwMDAwMDAwICswNDAwCisrKyBsaWJqcGVnLXR1cmJvL3BrZy1wbGlzdAky MDEzLTA2LTAyIDIyOjEwOjE4LjAwMDAwMDAwMCArMDQwMApAQCAtMTYsMyArMTYsNCBAQAogbGli L2xpYnR1cmJvanBlZy5hCiBsaWIvbGlidHVyYm9qcGVnLmxhCiBsaWIvbGlidHVyYm9qcGVnLnNv CitsaWIvbGlidHVyYm9qcGVnLnNvLjAKXCBObyBuZXdsaW5lIGF0IGVuZCBvZiBmaWxlCg== ------==--bound.209916.web24d.yandex.ru-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:58: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 92085BC8; Sun, 2 Jun 2013 18:58:30 +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 6F4C515DB; Sun, 2 Jun 2013 18:58:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IwU2K012059; Sun, 2 Jun 2013 18:58:30 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IwUbq012058; Sun, 2 Jun 2013 18:58:30 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 18:58:30 GMT Message-Id: <201306021858.r52IwUbq012058@freefall.freebsd.org> To: nikola.lecic@anthesphoria.net, gjb@FreeBSD.org, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179162: print/libotf: post-fetch checksum fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:58:30 -0000 Synopsis: print/libotf: post-fetch checksum fails State-Changed-From-To: feedback->closed State-Changed-By: pawel State-Changed-When: Sun Jun 2 18:58:30 UTC 2013 State-Changed-Why: Updated to new version and master site http://www.freebsd.org/cgi/query-pr.cgi?pr=179162 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:59: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 04915C2A; Sun, 2 Jun 2013 18:59: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 D35DB15F1; Sun, 2 Jun 2013 18:59:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IxLi2012166; Sun, 2 Jun 2013 18:59:21 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IxLqn012165; Sun, 2 Jun 2013 18:59:21 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 18:59:21 GMT Message-Id: <201306021859.r52IxLqn012165@freefall.freebsd.org> To: nikola.lecic@anthesphoria.net, admin@canonicaldev.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/178652: devel/m17n-lib: SHA256 Checksum mismatch for m17n-lib-1.6.3.tar.gz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 18:59:22 -0000 Synopsis: devel/m17n-lib: SHA256 Checksum mismatch for m17n-lib-1.6.3.tar.gz State-Changed-From-To: feedback->closed State-Changed-By: pawel State-Changed-When: Sun Jun 2 18:59:21 UTC 2013 State-Changed-Why: Updated to new version and master site http://www.freebsd.org/cgi/query-pr.cgi?pr=178652 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 19:16: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 8C23D419; Sun, 2 Jun 2013 19:16:44 +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 65C0F1684; Sun, 2 Jun 2013 19:16:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52JGio1016826; Sun, 2 Jun 2013 19:16:44 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52JGiMw016825; Sun, 2 Jun 2013 19:16:44 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 19:16:44 GMT Message-Id: <201306021916.r52JGiMw016825@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179143: [PATCH] update graphics/libjpeg-turbo: update to 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: Sun, 02 Jun 2013 19:16:44 -0000 Synopsis: [PATCH] update graphics/libjpeg-turbo: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 19:16:44 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179143 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 20:20:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFB97E; Sun, 2 Jun 2013 20:20:31 +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 3288E17D4; Sun, 2 Jun 2013 20:20:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52KKVJe028733; Sun, 2 Jun 2013 20:20:31 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52KKVjX028732; Sun, 2 Jun 2013 20:20:31 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 20:20:31 GMT Message-Id: <201306022020.r52KKVjX028732@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179184: [Maintainer update] sysutils/qjail rewrite using jail(8) type jails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 20:20:31 -0000 Synopsis: [Maintainer update] sysutils/qjail rewrite using jail(8) type jails Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 20:20:30 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179184 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 20:20:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFB97E; Sun, 2 Jun 2013 20:20:31 +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 3288E17D4; Sun, 2 Jun 2013 20:20:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52KKVJe028733; Sun, 2 Jun 2013 20:20:31 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52KKVjX028732; Sun, 2 Jun 2013 20:20:31 GMT (envelope-from pawel) Date: Sun, 2 Jun 2013 20:20:31 GMT Message-Id: <201306022020.r52KKVjX028732@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179184: [Maintainer update] sysutils/qjail rewrite using jail(8) type jails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 20:20:31 -0000 Synopsis: [Maintainer update] sysutils/qjail rewrite using jail(8) type jails Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sun Jun 2 20:20:30 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179184 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 20:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A11BD31 for ; Sun, 2 Jun 2013 20:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6EA4A1845 for ; Sun, 2 Jun 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ke00e032085 for ; Sun, 2 Jun 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ke0tw032084; Sun, 2 Jun 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 20:40:00 GMT Resent-Message-Id: <201306022040.r52Ke0tw032084@freefall.freebsd.org> 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 23E3ABEC for ; Sun, 2 Jun 2013 20:33:17 +0000 (UTC) (envelope-from antoine@pepperseed.dreadbsd.org) Received: from pepperseed.dreadbsd.org (88-191-185-190.rev.dedibox.fr [88.191.185.190]) by mx1.freebsd.org (Postfix) with ESMTP id A2A681811 for ; Sun, 2 Jun 2013 20:33:15 +0000 (UTC) Received: from pepperseed.dreadbsd.org (localhost [127.0.0.1]) by pepperseed.dreadbsd.org (8.14.5/8.14.5) with ESMTP id r52KVq8C067973 for ; Sun, 2 Jun 2013 20:31:52 GMT (envelope-from antoine@pepperseed.dreadbsd.org) Received: (from antoine@localhost) by pepperseed.dreadbsd.org (8.14.5/8.14.5/Submit) id r52KVlpn067972; Sun, 2 Jun 2013 20:31:47 GMT (envelope-from antoine) Message-Id: <201306022031.r52KVlpn067972@pepperseed.dreadbsd.org> Date: Sun, 2 Jun 2013 20:31:47 GMT From: Antoine Brodin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179230: [patch] [bsd.pkgng.mk] gtk-query-immodules-2.0 and 3.0 should be run post-deinstall 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: Sun, 02 Jun 2013 20:40:00 -0000 >Number: 179230 >Category: ports >Synopsis: [patch] [bsd.pkgng.mk] gtk-query-immodules-2.0 and 3.0 should be run post-deinstall >Confidential: no >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 Jun 02 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: none >Environment: System: FreeBSD pepperseed.dreadbsd.org 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Currently with poudriere, file modification is detected post-deinstall: ====>> Checking for extra files and directories ====>> Files or directories modified: etc/gtk-2.0/gtk.immodules ===> Cleaning for scim-1.4.9_1 %%# diff preinst postdeinst %%3c3 %%< # Created by /usr/local/bin/gtk-query-immodules-2.0 from gtk+-2.24.18 %%--- %%> # Created by gtk-query-immodules-2.0 from gtk+-2.24.18 %%39a40,42 %%> "/usr/local/lib/gtk-2.0/immodules/im-scim.so" %%> "scim" "SCIM Input Method" "scim" "/usr/local/share/locale" "ja:ko:zh" %%> gtk-query-immodules-2.0 and 3.0 should be run post-deinstall Note that this patch is not enough to fix the leftover detection, as the path of gtk-query-immodules is embedded in output With patch applied: %%# diff preinst postdeinst %%3c3 %%< # Created by /usr/local/bin/gtk-query-immodules-2.0 from gtk+-2.24.18 %%--- %%> # Created by gtk-query-immodules-2.0 from gtk+-2.24.18 More consistency is needed in ports using this file >How-To-Repeat: >Fix: --- bsd.pkgng.mk.diff begins here --- Index: bsd.pkgng.mk =================================================================== --- bsd.pkgng.mk (revision 319642) +++ bsd.pkgng.mk (working copy) @@ -20,6 +20,7 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ gio-querymodules \ + gtk-query-immodules-2.0 gtk-query-immodules-3.0 \ ldconfig \ update-desktop-database update-mime-database \ gdk-pixbuf-query-loaders catalog.ports \ --- bsd.pkgng.mk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 20:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37DBED62; Sun, 2 Jun 2013 20:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 12FDE1848; Sun, 2 Jun 2013 20:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ke7Gi032222; Sun, 2 Jun 2013 20:40:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ke7Oe032221; Sun, 2 Jun 2013 20:40:07 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 20:40:07 GMT Message-Id: <201306022040.r52Ke7Oe032221@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179230: [patch] [bsd.pkgng.mk] gtk-query-immodules-2.0 and 3.0 should be run post-deinstall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 20:40:08 -0000 Synopsis: [patch] [bsd.pkgng.mk] gtk-query-immodules-2.0 and 3.0 should be run post-deinstall Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 20:40:07 UTC 2013 Responsible-Changed-Why: bsd.pkgng.mk is portmgr territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179230 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 A22C7C6C for ; Sun, 2 Jun 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 83CAA1A73 for ; Sun, 2 Jun 2013 22:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52M00MX047556 for ; Sun, 2 Jun 2013 22:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52M00qL047555; Sun, 2 Jun 2013 22:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 22:00:00 GMT Resent-Message-Id: <201306022200.r52M00qL047555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Beñat Gonzalez Etxepare Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 94D23B14 for ; Sun, 2 Jun 2013 21:49:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 853471A3E for ; Sun, 2 Jun 2013 21:49:56 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r52Lnun4039179 for ; Sun, 2 Jun 2013 21:49:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r52Lnu4p039167; Sun, 2 Jun 2013 21:49:56 GMT (envelope-from nobody) Message-Id: <201306022149.r52Lnu4p039167@oldred.freebsd.org> Date: Sun, 2 Jun 2013 21:49:56 GMT From: Beñat Gonzalez Etxepare To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179231: [MAINTAINER PATCH] x11-fm/doublecmd: fixes in desktop 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: Sun, 02 Jun 2013 22:00:00 -0000 >Number: 179231 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-fm/doublecmd: fixes in desktop 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: Sun Jun 02 22:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Beñat Gonzalez Etxepare >Release: >Organization: >Environment: >Description: Changes: - Fixed desktop file's paths (reported by Scott Sealy) - Fixed 'update-desktop-database not found' error - Added license information Patch tested in RedPorts (rev. 12867): http://redports.org/buildarchive/20130602114553-17031/ http://redports.org/buildarchive/20130602151917-89947/ (all errors because of dependencies) >How-To-Repeat: >Fix: Patch attached with submission follows: --- /usr/ports/x11-fm/doublecmd/Makefile 2013-03-23 07:09:53.000000000 +0100 +++ ./Makefile 2013-06-02 13:18:56.000000000 +0200 @@ -3,7 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source @@ -13,6 +13,8 @@ MAINTAINER= bbtruk@users.sourceforge.net COMMENT= Total Commander like file manager for the X Window System +LICENSE= GPLv2 + BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils @@ -45,7 +47,7 @@ .if ${PORT_OPTIONS:MGTK2} USE_FPC+= gtk2 -USE_GNOME= gtk20 gdkpixbuf +USE_GNOME+= gtk20 gdkpixbuf LCL_PLATFORM= gtk2 BUILD_DEPENDS+= ${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 .endif @@ -66,6 +68,8 @@ @${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' ${WRKSRC}/src/dmhelpmanager.pas @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%DATADIR%%|${DATADIR}|g' \ ${WRKSRC}/src/uGlobsPaths.pas + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%DATADIR%%|${DATADIR}|g' \ + ${WRKSRC}/install/linux/doublecmd.desktop @${REINPLACE_CMD} -e 's|.GetSize|.Size|g' ${WRKSRC}/src/platform/uClipboard.pas @${REINPLACE_CMD} -e '176d' ${WRKSRC}/src/uxmlconfig.pas @@ -81,7 +85,7 @@ pre-install: @${RM} -f ${PLIST} -.for FILE in %%DATADIR%%/doublecmd.ext.example \ +.for FILE in %%DATADIR%%/doublecmd.png %%DATADIR%%/doublecmd.ext.example \ %%DATADIR%%/editor.col %%DATADIR%%/twilight.col %%DATADIR%%/pixmaps.txt \ %%DATADIR%%/default.bar %%DATADIR%%/multiarc.ini bin/doublecmd \ share/applications/doublecmd.desktop @@ -129,7 +133,7 @@ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; .endif -.for FILE in doublecmd.ext.example editor.col twilight.col pixmaps.txt default.bar multiarc.ini +.for FILE in doublecmd.png doublecmd.ext.example editor.col twilight.col pixmaps.txt default.bar multiarc.ini ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DATADIR} .endfor ${INSTALL_PROGRAM} ${WRKSRC}/doublecmd ${PREFIX}/bin/${PORTNAME} diff -ruN /usr/ports/x11-fm/doublecmd/files/patch-install-linux-doublecmd.desktop ./files/patch-install-linux-doublecmd.desktop --- /usr/ports/x11-fm/doublecmd/files/patch-install-linux-doublecmd.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-install-linux-doublecmd.desktop 2013-06-02 13:15:57.000000000 +0200 @@ -0,0 +1,13 @@ +--- install/linux/doublecmd.desktop 2010-06-13 10:24:46.000000000 +0200 ++++ install/linux/doublecmd.desktop 2013-06-02 01:02:42.000000000 +0200 +@@ -1,8 +1,8 @@ + [Desktop Entry] + Name=Double Commander + Comment=Double Commander is a cross platform open source file manager with two panels side by side. +-Exec=/usr/bin/doublecmd ++Exec=%%PREFIX%%/bin/doublecmd + Terminal=false + Type=Application +-Icon=/usr/share/pixmaps/doublecmd.png ++Icon=%%DATADIR%%/doublecmd.png + Categories=Application;Utility;FileManager; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 779CE1EC for ; Sun, 2 Jun 2013 22: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 5E8121AE9 for ; Sun, 2 Jun 2013 22:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MK2Ja052243 for ; Sun, 2 Jun 2013 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MK2s3052242; Sun, 2 Jun 2013 22:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 22:20:02 GMT Resent-Message-Id: <201306022220.r52MK2s3052242@freefall.freebsd.org> 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 Gmelin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9A704142 for ; Sun, 2 Jun 2013 22:14:23 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id F2D501AD3 for ; Sun, 2 Jun 2013 22:14:21 +0000 (UTC) Received: (qmail 54267 invoked by uid 0); 2 Jun 2013 22:07:33 -0000 Message-Id: <20130602220733.54266.qmail@mail.grem.de> Date: 2 Jun 2013 22:07:33 -0000 From: Michael Gmelin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179233: [MAINTAINER] devel/ice: update to 3.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: Sun, 02 Jun 2013 22:20:02 -0000 >Number: 179233 >Category: ports >Synopsis: [MAINTAINER] devel/ice: update to 3.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 22:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Gmelin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Grem Equity GmbH >Environment: System: FreeBSD srv 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #4 r249052: Wed Apr 3 18:26:19 UTC >Description: - Update to 3.5.0 Note: The PR system is mangling UTF-8 encoded patches (see PR www/172195), so the attached patch is probably corrupted. You can download a clean version of the patch at: http://blog.grem.de/ice_350_20130602.patch or http://blog.grem.de/ice_350_20130602.patch.gz Version 3.5.0 of Ice brings many new features, e.g. - New encoding version - Metrics facility - Optional data members and parameters - Compact encoding for classes and exceptions - Compact type IDs - Preserved slices - Custom enumerator values - C++11 lambda functions - Remote Update of Server Properties - IPv6 now enabled by default - Python 3 support - Use Berkley DB 5 See http://doc.zeroc.com/display/Ice/Release+Notes for details. Many of the features from the previous version of the port were incorporated upstream, therefore the number of patches in the port skeleton is much smaller now. The port has been tested using gcc 4.2.1 (libstdc++, C++98) and clang 3.1 and 3.3 (libc++, C++11). Added file(s): - files/patch-config-Make.common.rules - files/patch-cpp-Makefile - files/patch-cpp-config-Make.rules - files/patch-cpp-src-Ice-.depend - files/patch-cpp-test-Ice-metrics-AllTests.cpp - pkg-message Removed file(s): - files/patch-Make.rules - files/patch-Makefile - files/patch-cpp-demo-Freeze-customEvictor-Evictor.h - files/patch-cpp-demo-IceGrid-secure-README - files/patch-cpp-demo-IceGrid-secure-application.xml - files/patch-cpp-demo-IceGrid-secure-config.admin - files/patch-cpp-demo-IceGrid-secure-config.client - files/patch-cpp-demo-IceGrid-secure-config.master - files/patch-cpp-demo-IceGrid-secure-config.node - files/patch-cpp-demo-IceGrid-secure-config.registry - files/patch-cpp-demo-IceGrid-secure-config.slave - files/patch-cpp-demo-IceGrid-secure-makecerts.py - files/patch-cpp-include-Freeze-Map.h - files/patch-cpp-include-Ice-Buffer.h - files/patch-cpp-include-Ice-ConnectionIF.h - files/patch-cpp-include-Ice-IconvStringConverter.h - files/patch-cpp-include-Ice-IncomingAsyncF.h - files/patch-cpp-include-Ice-LocalObjectF.h - files/patch-cpp-include-Ice-ObjectF.h - files/patch-cpp-include-Ice-OutgoingAsyncF.h - files/patch-cpp-include-Ice-Proxy.h - files/patch-cpp-include-Ice-ProxyF.h - files/patch-cpp-include-Ice-Stream.h - files/patch-cpp-include-Ice-StreamF.h - files/patch-cpp-include-IceUtil-Cache.h - files/patch-cpp-include-IceUtil-Mutex.h - files/patch-cpp-include-IceUtil-Shared.h - files/patch-cpp-src-Freeze-MapDb.cpp - files/patch-cpp-src-Freeze-MapI.cpp - files/patch-cpp-src-Freeze-MapI.h - files/patch-cpp-src-Freeze-ObjectStore.cpp - files/patch-cpp-src-Freeze-ObjectStore.h - files/patch-cpp-src-Freeze-SharedDbEnv.cpp - files/patch-cpp-src-Freeze-TransactionalEvictorContext.cpp - files/patch-cpp-src-Freeze-TransactionalEvictorContext.h - files/patch-cpp-src-Freeze-TransactionalEvictorI.cpp - files/patch-cpp-src-Glacier2-Blobject.cpp - files/patch-cpp-src-Glacier2-Blobject.h - files/patch-cpp-src-Glacier2-RequestQueue.cpp - files/patch-cpp-src-Glacier2-RequestQueue.h - files/patch-cpp-src-Glacier2-RouterI.cpp - files/patch-cpp-src-Ice-ConnectionI.cpp - files/patch-cpp-src-Ice-IncomingAsync.cpp - files/patch-cpp-src-Ice-LocalObject.cpp - files/patch-cpp-src-Ice-Object.cpp - files/patch-cpp-src-Ice-OutgoingAsync.cpp - files/patch-cpp-src-Ice-PropertyNames.cpp - files/patch-cpp-src-Ice-PropertyNames.h - files/patch-cpp-src-Ice-Service.cpp - files/patch-cpp-src-Ice-Stream.cpp - files/patch-cpp-src-IceGrid-AdminCallbackRouter.cpp - files/patch-cpp-src-IceGrid-DescriptorHelper.cpp - files/patch-cpp-src-IceGrid-Internal.ice - files/patch-cpp-src-IceGrid-InternalRegistryI.cpp - files/patch-cpp-src-IceGrid-InternalRegistryI.h - files/patch-cpp-src-IceGrid-NodeSessionManager.cpp - files/patch-cpp-src-IceGrid-ReplicaCache.cpp - files/patch-cpp-src-IceGrid-ReplicaSessionManager.cpp - files/patch-cpp-src-IceGrid-SessionI.h - files/patch-cpp-src-IceSSL-Instance.cpp - files/patch-cpp-src-IceSSL-InstanceF.h - files/patch-cpp-src-IceSSL-TrustManager.cpp - files/patch-cpp-src-IceSSL-TrustManagerF.h - files/patch-cpp-src-IceSSL-Util.cpp - files/patch-cpp-src-IceSSL-UtilF.h - files/patch-cpp-src-IceStorm-NodeI.cpp - files/patch-cpp-src-IceStorm-Replica.h - files/patch-cpp-src-IceStorm-TopicI.cpp - files/patch-cpp-src-IceStorm-TopicManagerI.cpp - files/patch-cpp-src-IceUtil-Cond.cpp - files/patch-cpp-src-IceUtil-CountDownLatch.cpp - files/patch-cpp-src-IceUtil-CtrlCHandler.cpp - files/patch-cpp-src-IceUtil-FileUtil.cpp - files/patch-cpp-src-IceUtil-RecMutex.cpp - files/patch-cpp-src-IceUtil-Shared.cpp - files/patch-cpp-src-Slice-CPlusPlusUtil.cpp - files/patch-cpp-src-Slice-FileTracker.cpp - files/patch-cpp-src-slice2cpp-Main.cpp - files/patch-cpp-src-slice2cs-Gen.cpp - files/patch-cpp-src-slice2cs-Main.cpp - files/patch-cpp-src-slice2freeze-Main.cpp - files/patch-cpp-src-slice2freezej-Main.cpp - files/patch-cpp-src-slice2html-Main.cpp - files/patch-cpp-src-slice2java-Gen.cpp - files/patch-cpp-src-slice2java-Main.cpp - files/patch-cpp-src-slice2php-Main.cpp - files/patch-cpp-src-slice2py-Main.cpp - files/patch-cpp-src-slice2rb-Main.cpp - files/patch-cpp-test-Ice-background-EndpointI.h - files/patch-cpp-test-Ice-custom-AllTests.cpp - files/patch-cpp-test-IceUtil-unicode-Client.cpp - files/patch-cpp-test-Slice-keyword-Client.cpp Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- Ice-3.5.0.patch begins here --- diff -ruN --exclude=CVS ../ice.orig/Makefile ./Makefile --- ../ice.orig/Makefile 2013-04-27 10:50:46.000000000 +0200 +++ ./Makefile 2013-06-02 14:20:04.000000000 +0200 @@ -2,14 +2,15 @@ # $FreeBSD: devel/ice/Makefile 316654 2013-04-27 08:50:46Z mva $ PORTNAME= Ice -PORTVERSION= 3.4.2 -PORTREVISION= 3 +PORTVERSION= 3.5.0 CATEGORIES= devel -MASTER_SITES= http://download.zeroc.com/Ice/3.4/ +MASTER_SITES= http://download.zeroc.com/Ice/3.5/ MAINTAINER= freebsd@grem.de COMMENT= Modern alternative to object middleware such as CORBA/COM/DCOM/COM+ +LICENSE= GPLv2 + LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ mcpp:${PORTSDIR}/devel/mcpp @@ -26,8 +27,8 @@ USE_GMAKE= yes USES= iconv -USE_BDB= 42+ -INVALID_BDB_VER= 2 3 40 41 +USE_BDB= 5 +INVALID_BDB_VER= 2 3 40 41 42 43 44 46 47 48 USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/cpp INSTALL_WRKSRC= ${WRKSRC}/cpp diff -ruN --exclude=CVS ../ice.orig/distinfo ./distinfo --- ../ice.orig/distinfo 2012-07-14 15:54:48.000000000 +0200 +++ ./distinfo 2013-05-19 23:35:43.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (Ice-3.4.2.tar.gz) = dcf0484495b6df0849ec90a00e8204fe5fe1c0d3882bb438bf2c1d062f15c979 -SIZE (Ice-3.4.2.tar.gz) = 5485106 +SHA256 (Ice-3.5.0.tar.gz) = 583d4a819d50ad8b79b1e9ad45abfa3078f981486271ca8cd9ede8fa420ff575 +SIZE (Ice-3.5.0.tar.gz) = 5388847 diff -ruN --exclude=CVS ../ice.orig/files/patch-Make.rules ./files/patch-Make.rules --- ../ice.orig/files/patch-Make.rules 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-Make.rules 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ ---- cpp/config/Make.rules.orig Fri Mar 9 00:16:54 2007 -+++ cpp/config/Make.rules Fri Apr 13 20:05:04 2007 -@@ -188,7 +188,9 @@ - DB_FLAGS = -I/usr/include/db45 - DB_LIBS = -L/usr/$(libsubdir)/db45 -ldb_cxx - else -- DB_LIBS = -ldb_cxx -+ DB_FLAGS = -I%%BDB_INCLUDE_DIR%% -+ DB_LIBS = -L%%BDB_LIB_DIR%% -l%%BDB_LIB_CXX_NAME%% -+ DB_RPATH_LINK = $(call rpathlink,%%BDB_LIB_DIR%%) - endif - endif diff -ruN --exclude=CVS ../ice.orig/files/patch-Makefile ./files/patch-Makefile --- ../ice.orig/files/patch-Makefile 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ ---- cpp.orig/Makefile 2012-03-04 21:38:42.000000000 +0100 -+++ cpp/Makefile 2012-03-04 21:38:42.000000000 +0100 -@@ -11,7 +11,22 @@ - - include $(top_srcdir)/config/Make.rules - --SUBDIRS = config src include test demo -+SUBDIRS = config src include -+ -+ifeq ($(NOTESTS),) -+SUBDIRS += test -+endif -+ -+ifeq ($(NODEMOS),) -+SUBDIRS += demo -+endif -+ -+ifeq ($(NOPORTDOCS),) -+SUBDIRS += doc -+endif -+ -+ INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir) -+ - - INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir) - diff -ruN --exclude=CVS ../ice.orig/files/patch-config-Make.common.rules ./files/patch-config-Make.common.rules --- ../ice.orig/files/patch-config-Make.common.rules 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-config-Make.common.rules 2013-06-01 19:52:09.000000000 +0200 @@ -0,0 +1,18 @@ +--- config.orig/Make.common.rules 2013-05-20 22:21:58.666286011 +0000 ++++ config/Make.common.rules 2013-05-20 22:20:50.897196090 +0000 +@@ -378,11 +378,15 @@ + then \ + echo "Creating $(install_slicedir)..." ; \ + $(call mkdir, $(install_slicedir)) ; \ ++ fi ++ ++ @if test -d $(install_slicedir) ; \ ++ then \ + cd $(top_srcdir)/../slice ; \ + for subdir in * ; \ + do \ + echo "Copying slice/$$subdir to $(install_slicedir)..." ; \ + cp -fpr $$subdir $(install_slicedir) ; \ + done ; \ +- fi ++ fi diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-Makefile ./files/patch-cpp-Makefile --- ../ice.orig/files/patch-cpp-Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-cpp-Makefile 2013-05-20 01:05:19.000000000 +0200 @@ -0,0 +1,26 @@ +--- cpp.orig/Makefile 2013-03-11 15:19:46.000000000 +0000 ++++ cpp/Makefile 2013-05-19 22:06:57.713280491 +0000 +@@ -11,11 +11,22 @@ + + include $(top_srcdir)/config/Make.rules + +-SUBDIRS = config src include test ++SUBDIRS = config src include ++ ++ifeq ($(NOTESTS),) ++SUBDIRS := $(SUBDIRS) test ++endif + + ifeq ($(shell uname | grep MINGW),) ++ifeq ($(NODEMOS),) + SUBDIRS := $(SUBDIRS) demo + endif ++endif ++ ++ifeq ($(NOPORTDOCS),) ++SUBDIRS := $(SUBDIRS) doc ++endif ++ + + INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir) + diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-allTests.py ./files/patch-cpp-allTests.py --- ../ice.orig/files/patch-cpp-allTests.py 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-allTests.py 2013-05-20 00:26:42.000000000 +0200 @@ -1,13 +1,5 @@ ---- cpp.orig/allTests.py 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/allTests.py 2012-03-04 20:14:52.000000000 +0100 -@@ -25,6 +25,7 @@ - # List of all basic tests. - # - tests = [ -+ - ("IceUtil/condvar", ["once", "win32only"]), - ("IceUtil/thread", ["once"]), - ("IceUtil/unicode", ["once"]), +--- cpp.orig/allTests.py 2013-03-11 15:19:58.000000000 +0000 ++++ cpp/allTests.py 2013-05-19 22:25:00.000000000 +0000 @@ -62,7 +63,7 @@ ("Ice/servantLocator", ["core"]), ("Ice/interceptor", ["core"]), @@ -22,9 +14,9 @@ if TestUtil.isWin32() or os.getuid() == 0: tests += [ - ("IceUtil/priority", ["core", "nodarwin"]), -- ("Ice/threadPoolPriority", ["core", "nodarwin"]) +- ("Ice/threadPoolPriority", ["core", "nodarwin", "nomx"]) + ("IceUtil/priority", ["core", "nodarwin", "nofreebsd"]), -+ ("Ice/threadPoolPriority", ["core", "nodarwin", "nofreebsd"]) ++ ("Ice/threadPoolPriority", ["core", "nodarwin", "nofreebsd", "nomx"]) ] if __name__ == "__main__": diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-config-Make.rules ./files/patch-cpp-config-Make.rules --- ../ice.orig/files/patch-cpp-config-Make.rules 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-cpp-config-Make.rules 2013-05-21 02:45:50.000000000 +0200 @@ -0,0 +1,13 @@ +--- cpp.orig/config/Make.rules Fri Mar 11 16:19:00 2013 ++++ cpp/config/Make.rules Fri May 19 22:00:09 2013 +@@ -233,7 +233,9 @@ + DB_FLAGS = -I/usr/local/include/db53 + DB_LIBS = -L/usr/local/$(libsubdir)/db53 -ldb_cxx + else +- DB_LIBS = -ldb_cxx ++ DB_FLAGS = -I%%BDB_INCLUDE_DIR%% ++ DB_LIBS = -L%%BDB_LIB_DIR%% -l%%BDB_LIB_CXX_NAME%% ++ DB_RPATH_LINK = $(call rpathlink,%%BDB_LIB_DIR%%) + endif + endif + endif diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-Freeze-customEvictor-Evictor.h ./files/patch-cpp-demo-Freeze-customEvictor-Evictor.h --- ../ice.orig/files/patch-cpp-demo-Freeze-customEvictor-Evictor.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-demo-Freeze-customEvictor-Evictor.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- cpp.orig/demo/Freeze/customEvictor/Evictor.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/demo/Freeze/customEvictor/Evictor.h 2012-09-10 11:43:58.000000000 +0200 -@@ -66,6 +66,7 @@ class Evictor : public Ice::ServantLocator - public: - - Evictor(CurrentDatabase&, int); -+ virtual ~Evictor() ICE_NOEXCEPT_TRUE {}; - - virtual Ice::ObjectPtr locate(const Ice::Current&, Ice::LocalObjectPtr&); - virtual void finished(const Ice::Current&, const Ice::ObjectPtr&, const Ice::LocalObjectPtr&); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-README ./files/patch-cpp-demo-IceGrid-secure-README --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-README 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-README 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/README 2011-06-15 21:44:00.000000000 +0200 -+++ cpp/demo/IceGrid/secure/README 2012-03-04 19:55:44.000000000 +0100 -@@ -31,9 +31,10 @@ - the filesystem permissions to restrict access to the certificate. - - Once the certificates are generated, you can start the IceGrid --registry, node, and Glacier2 router: -+registries, node, and Glacier2 router: - --$ icegridregistry --Ice.Config=config.registry -+$ icegridregistry --Ice.Config=config.master -+$ icegridregistry --Ice.Config=config.slave - $ icegridnode --Ice.Config=config.node - $ glacier2router --Ice.Config=config.glacier2 - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-application.xml ./files/patch-cpp-demo-IceGrid-secure-application.xml --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-application.xml 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-application.xml 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/application.xml 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/demo/IceGrid/secure/application.xml 2012-03-04 19:55:44.000000000 +0100 -@@ -20,8 +20,8 @@ - - - -- -- -+ -+ - - - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.admin ./files/patch-cpp-demo-IceGrid-secure-config.admin --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.admin 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-config.admin 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/config.admin 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/demo/IceGrid/secure/config.admin 2012-03-04 19:55:44.000000000 +0100 -@@ -14,7 +14,7 @@ - # SSL Configuration - # - IceSSL.DefaultDir=certs --IceSSL.TrustOnly.Client=CN="IceGrid Registry";CN="Glacier2" -+IceSSL.TrustOnly.Client=CN="Master";CN="Slave";CN="Glacier2" - - # C++ configuration - Ice.Plugin.IceSSL.cpp=IceSSL:createIceSSL diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.client ./files/patch-cpp-demo-IceGrid-secure-config.client --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.client 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-config.client 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/config.client 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/demo/IceGrid/secure/config.client 2012-03-04 19:55:44.000000000 +0100 -@@ -1,7 +1,7 @@ - # - # The IceGrid locator proxy. - # --Ice.Default.Locator=DemoIceGrid/Locator:tcp -p 4061 -+Ice.Default.Locator=DemoIceGrid/Locator:tcp -p 4061:tcp -p 14061 - - # - # Trace properties. diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.master ./files/patch-cpp-demo-IceGrid-secure-config.master --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.master 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-config.master 1970-01-01 01:00:00.000000000 +0100 @@ -1,64 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/config.master 2012-03-04 19:55:44.000000000 +0100 -+++ cpp/demo/IceGrid/secure/config.master 2012-03-04 19:55:44.000000000 +0100 -@@ -0,0 +1,61 @@ -+# -+# The IceGrid instance name. -+# -+IceGrid.InstanceName=DemoIceGrid -+ -+# -+# IceGrid registry configuration. -+# -+IceGrid.Registry.Client.Endpoints=tcp -p 4061 -t 10000:ssl -p 4062 -t 10000 -+IceGrid.Registry.Server.Endpoints=ssl -t 10000 -+IceGrid.Registry.Internal.Endpoints=ssl -t 10000 -+IceGrid.Registry.Data=db/master -+ -+# -+# Ensure that nodes and slaves connecting to this registry have a name -+# matching the certificate CN. -+# -+IceGrid.Registry.RequireNodeCertCN=1 -+IceGrid.Registry.RequireReplicaCertCN=1 -+ -+# -+# IceGrid admin clients must use a secure connection to connect to the -+# registry or use Glacier2. -+# -+IceGrid.Registry.AdminSessionManager.Endpoints=ssl -t 10000 -+IceGrid.Registry.AdminPermissionsVerifier=DemoIceGrid/NullPermissionsVerifier -+ -+# -+# IceGrid SQL configuration if using SQL database. -+# -+#Ice.Plugin.DB=IceGridSqlDB:createSqlDB -+#IceGrid.SQL.DatabaseType=QSQLITE -+#IceGrid.SQL.DatabaseName=db/master/Registry.db -+ -+# -+# Trace properties. -+# -+Ice.ProgramName=Master -+IceGrid.Registry.Trace.Node=2 -+IceGrid.Registry.Trace.Replica=2 -+ -+# -+# SSL Configuration -+# -+Ice.Plugin.IceSSL=IceSSL:createIceSSL -+IceSSL.DefaultDir=certs -+IceSSL.CertAuthFile=ca_cert.pem -+IceSSL.CertFile=master_cert.pem -+IceSSL.KeyFile=master_key.pem -+ -+# -+# Don't require certificates. This is useful for admin clients that don't -+# use certificate but still need to establish a secure connection for the -+# username/password authentication -+# -+IceSSL.VerifyPeer=1 -+ -+IceSSL.TrustOnly.Client=CN="Master";CN="Slave";CN="Node";CN="Glacier2" -+IceSSL.TrustOnly.Server.IceGrid.Registry.Server=CN="Server" -+IceSSL.TrustOnly.Server.IceGrid.Registry.Internal=CN="Node";CN="Master";CN="Slave" -+IceSSL.TrustOnly.Server.IceGrid.Registry.AdminSessionManager=CN="Glacier2" diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.node ./files/patch-cpp-demo-IceGrid-secure-config.node --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.node 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-config.node 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/config.node 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/demo/IceGrid/secure/config.node 2012-03-04 19:55:44.000000000 +0100 -@@ -1,7 +1,7 @@ - # - # The IceGrid locator proxy. - # --Ice.Default.Locator=DemoIceGrid/Locator:ssl -p 4062 -t 10000 -+Ice.Default.Locator=DemoIceGrid/Locator:ssl -p 4062 -t 10000:ssl -p 14062 -t 10000 - - # - # IceGrid node configuration. -@@ -26,5 +26,5 @@ - IceSSL.CertFile=node_cert.pem - IceSSL.KeyFile=node_key.pem - --IceSSL.TrustOnly.Client=CN="Server";CN="IceGrid Registry" --IceSSL.TrustOnly.Server=CN="IceGrid Registry" -+IceSSL.TrustOnly.Client=CN="Server";CN="Master";CN="Slave" -+IceSSL.TrustOnly.Server=CN="Master";CN="Slave" diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.registry ./files/patch-cpp-demo-IceGrid-secure-config.registry --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.registry 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-config.registry 1970-01-01 01:00:00.000000000 +0100 @@ -1,57 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/config.registry 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/demo/IceGrid/secure/config.registry 2012-03-04 19:55:44.000000000 +0100 -@@ -1,54 +0,0 @@ --# --# The IceGrid instance name. --# --IceGrid.InstanceName=DemoIceGrid -- --# --# IceGrid registry configuration. --# --IceGrid.Registry.Client.Endpoints=tcp -p 4061 -t 10000:ssl -p 4062 -t 10000 --IceGrid.Registry.Server.Endpoints=ssl -t 10000 --IceGrid.Registry.Internal.Endpoints=ssl -t 10000 --IceGrid.Registry.Data=db/registry -- --# --# IceGrid admin clients must use a secure connection to connect to the --# registry or use Glacier2. --# --IceGrid.Registry.AdminSessionManager.Endpoints=ssl -t 10000 --IceGrid.Registry.AdminPermissionsVerifier=DemoIceGrid/NullPermissionsVerifier -- --# --# IceGrid SQL configuration if using SQL database. --# --#Ice.Plugin.DB=IceGridSqlDB:createSqlDB --#IceGrid.SQL.DatabaseType=QSQLITE --#IceGrid.SQL.DatabaseName=db/registry/Registry.db -- --# --# Trace properties. --# --Ice.ProgramName=Registry --IceGrid.Registry.Trace.Node=2 --IceGrid.Registry.Trace.Replica=2 -- --# --# SSL Configuration --# --Ice.Plugin.IceSSL=IceSSL:createIceSSL --IceSSL.DefaultDir=certs --IceSSL.CertAuthFile=ca_cert.pem --IceSSL.CertFile=registry_cert.pem --IceSSL.KeyFile=registry_key.pem -- --# --# Don't require certificates. This is useful for admin clients that don't --# use certificate but still need to establish a secure connection for the --# username/password authentication --# --IceSSL.VerifyPeer=1 -- --IceSSL.TrustOnly.Client=CN="IceGrid Registry";CN="IceGrid Node";CN="Glacier2" --IceSSL.TrustOnly.Server.IceGrid.Registry.Server=CN="Server" --IceSSL.TrustOnly.Server.IceGrid.Registry.Internal=CN="IceGrid Node";CN="IceGrid Registry" --IceSSL.TrustOnly.Server.IceGrid.Registry.AdminSessionManager=CN="Glacier2" diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.slave ./files/patch-cpp-demo-IceGrid-secure-config.slave --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-config.slave 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-config.slave 1970-01-01 01:00:00.000000000 +0100 @@ -1,69 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/config.slave 2012-03-04 19:55:44.000000000 +0100 -+++ cpp/demo/IceGrid/secure/config.slave 2012-03-04 19:55:44.000000000 +0100 -@@ -0,0 +1,66 @@ -+# -+# The IceGrid locator proxy. -+# -+Ice.Default.Locator=DemoIceGrid/Locator:ssl -p 4062 -t 10000 -+ -+# -+# The IceGrid instance name. -+# -+IceGrid.InstanceName=DemoIceGrid -+ -+# -+# IceGrid registry configuration. -+# -+IceGrid.Registry.Client.Endpoints=tcp -p 14061 -t 10000:ssl -p 14062 -t 10000 -+IceGrid.Registry.Server.Endpoints=ssl -t 10000 -+IceGrid.Registry.Internal.Endpoints=ssl -t 10000 -+IceGrid.Registry.Data=db/slave -+IceGrid.Registry.ReplicaName=Slave -+ -+# -+# Ensure that nodes connecting to this registry have a name matching -+# the certificate CN. -+# -+IceGrid.Registry.RequireNodeCertCN=1 -+ -+# -+# IceGrid admin clients must use a secure connection to connect to the -+# registry or use Glacier2. -+# -+IceGrid.Registry.AdminSessionManager.Endpoints=ssl -t 10000 -+IceGrid.Registry.AdminPermissionsVerifier=DemoIceGrid/NullPermissionsVerifier -+ -+# -+# IceGrid SQL configuration if using SQL database. -+# -+#Ice.Plugin.DB=IceGridSqlDB:createSqlDB -+#IceGrid.SQL.DatabaseType=QSQLITE -+#IceGrid.SQL.DatabaseName=db/slave/Registry.db -+ -+# -+# Trace properties. -+# -+Ice.ProgramName=Slave -+IceGrid.Registry.Trace.Node=2 -+IceGrid.Registry.Trace.Replica=2 -+ -+# -+# SSL Configuration -+# -+Ice.Plugin.IceSSL=IceSSL:createIceSSL -+IceSSL.DefaultDir=certs -+IceSSL.CertAuthFile=ca_cert.pem -+IceSSL.CertFile=slave_cert.pem -+IceSSL.KeyFile=slave_key.pem -+ -+# -+# Don't require certificates. This is useful for admin clients that don't -+# use certificate but still need to establish a secure connection for the -+# username/password authentication -+# -+IceSSL.VerifyPeer=1 -+ -+IceSSL.TrustOnly.Client=CN="Master";CN="Slave";CN="Node";CN="Glacier2" -+IceSSL.TrustOnly.Server.IceGrid.Registry.Server=CN="Server" -+IceSSL.TrustOnly.Server.IceGrid.Registry.Internal=CN="Node";CN="Master";CN="Slave" -+IceSSL.TrustOnly.Server.IceGrid.Registry.AdminSessionManager=CN="Glacier2" diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-demo-IceGrid-secure-makecerts.py ./files/patch-cpp-demo-IceGrid-secure-makecerts.py --- ../ice.orig/files/patch-cpp-demo-IceGrid-secure-makecerts.py 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-demo-IceGrid-secure-makecerts.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ ---- cpp.orig/demo/IceGrid/secure/makecerts.py 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/demo/IceGrid/secure/makecerts.py 2012-03-04 19:55:44.000000000 +0100 -@@ -44,8 +44,9 @@ - print - print - --createCertificate("registry", "IceGrid Registry") --createCertificate("node", "IceGrid Node") -+createCertificate("master", "Master") -+createCertificate("slave", "Slave") -+createCertificate("node", "Node") - createCertificate("glacier2", "Glacier2") - createCertificate("server", "Server") - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Freeze-Map.h ./files/patch-cpp-include-Freeze-Map.h --- ../ice.orig/files/patch-cpp-include-Freeze-Map.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Freeze-Map.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/include/Freeze/Map.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Freeze/Map.h 2012-03-04 20:14:52.000000000 +0100 -@@ -426,7 +426,7 @@ - - ConstIterator(MapHelper& mapHelper, const Ice::CommunicatorPtr& communicator) : - _helper(IteratorHelper::create(mapHelper, true)), -- _communicator(_communicator), -+ _communicator(communicator), - _refValid(false) - { - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-Buffer.h ./files/patch-cpp-include-Ice-Buffer.h --- ../ice.orig/files/patch-cpp-include-Ice-Buffer.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-Buffer.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- cpp.orig/include/Ice/Buffer.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/Buffer.h 2012-03-04 20:14:52.000000000 +0100 -@@ -10,6 +10,7 @@ - #ifndef ICEE_BUFFER_H - #define ICEE_BUFFER_H - -+#include - #include - - namespace IceInternal diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-ConnectionIF.h ./files/patch-cpp-include-Ice-ConnectionIF.h --- ../ice.orig/files/patch-cpp-include-Ice-ConnectionIF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-ConnectionIF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- cpp.orig/include/Ice/ConnectionIF.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/ConnectionIF.h 2012-03-04 20:14:52.000000000 +0100 -@@ -17,13 +17,13 @@ - { - - class ConnectionI; -+ICE_API Ice::LocalObject* upCast(Ice::ConnectionI*); - - } - - namespace IceInternal - { - --ICE_API Ice::LocalObject* upCast(Ice::ConnectionI*); - - enum AsyncStatus - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-IconvStringConverter.h ./files/patch-cpp-include-Ice-IconvStringConverter.h --- ../ice.orig/files/patch-cpp-include-Ice-IconvStringConverter.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-IconvStringConverter.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ ---- cpp.orig/include/Ice/IconvStringConverter.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/IconvStringConverter.h 2012-03-04 20:14:52.000000000 +0100 -@@ -225,10 +225,16 @@ - template /*static*/ void - IconvStringConverter::close(std::pair cdp) - { -- int rs = iconv_close(cdp.first); -+#ifndef NDEBUG -+ int rs = -+#endif -+ iconv_close(cdp.first); - assert(rs == 0); - -- rs = iconv_close(cdp.second); -+#ifndef NDEBUG -+ rs = -+#endif -+ iconv_close(cdp.second); - assert(rs == 0); - } - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-IncomingAsyncF.h ./files/patch-cpp-include-Ice-IncomingAsyncF.h --- ../ice.orig/files/patch-cpp-include-Ice-IncomingAsyncF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-IncomingAsyncF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/include/Ice/IncomingAsyncF.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/IncomingAsyncF.h 2012-03-04 20:14:52.000000000 +0100 -@@ -28,12 +28,6 @@ - - class AMD_Object_ice_invoke; - class AMD_Array_Object_ice_invoke; -- --} -- --namespace IceInternal --{ -- - ICE_API IceUtil::Shared* upCast(::Ice::AMD_Object_ice_invoke*); - ICE_API IceUtil::Shared* upCast(::Ice::AMD_Array_Object_ice_invoke*); - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-LocalObjectF.h ./files/patch-cpp-include-Ice-LocalObjectF.h --- ../ice.orig/files/patch-cpp-include-Ice-LocalObjectF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-LocalObjectF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/include/Ice/LocalObjectF.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/LocalObjectF.h 2012-03-04 20:14:52.000000000 +0100 -@@ -18,12 +18,6 @@ - { - - class LocalObject; -- --} -- --namespace IceInternal --{ -- - ICE_API IceUtil::Shared* upCast(::Ice::LocalObject*); - - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-ObjectF.h ./files/patch-cpp-include-Ice-ObjectF.h --- ../ice.orig/files/patch-cpp-include-Ice-ObjectF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-ObjectF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ ---- cpp.orig/include/Ice/ObjectF.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/ObjectF.h 2012-03-04 20:14:52.000000000 +0100 -@@ -17,19 +17,8 @@ - { - - class Object; -- --} -- --namespace IceInternal --{ -- - ICE_API IceUtil::Shared* upCast(::Ice::Object*); - --} -- --namespace Ice --{ -- - typedef IceInternal::Handle< Object > ObjectPtr; - - void ICE_API __patch__ObjectPtr(void*, ObjectPtr&); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-OutgoingAsyncF.h ./files/patch-cpp-include-Ice-OutgoingAsyncF.h --- ../ice.orig/files/patch-cpp-include-Ice-OutgoingAsyncF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-OutgoingAsyncF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- cpp.orig/include/Ice/OutgoingAsyncF.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/OutgoingAsyncF.h 2012-03-04 20:14:52.000000000 +0100 -@@ -19,13 +19,13 @@ - - class AsyncResult; - typedef IceInternal::Handle AsyncResultPtr; -+ICE_API IceUtil::Shared* upCast(::Ice::AsyncResult*); - - } - - namespace IceInternal - { - --ICE_API IceUtil::Shared* upCast(::Ice::AsyncResult*); - - class OutgoingAsync; - ICE_API IceUtil::Shared* upCast(OutgoingAsync*); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-Proxy.h ./files/patch-cpp-include-Ice-Proxy.h --- ../ice.orig/files/patch-cpp-include-Ice-Proxy.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-Proxy.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,56 +0,0 @@ ---- cpp.orig/include/Ice/Proxy.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/Proxy.h 2012-03-04 20:14:52.000000000 +0100 -@@ -38,6 +38,8 @@ - - class Locator; - class Router; -+ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::Ice::Locator*); -+ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::Ice::Router*); - - } - -@@ -46,8 +48,6 @@ - namespace IceInternal - { - --ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::Ice::Locator*); --ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::Ice::Router*); - - class LocalExceptionWrapper; - -@@ -1172,7 +1172,7 @@ - - TwowayCallbackNC(const TPtr& instance, bool cb, Exception excb, Sent sentcb) : CallbackNC(instance, excb, sentcb) - { -- checkCallback(instance, cb || excb != 0); -+ this->checkCallback(instance, cb || excb != 0); - } - }; - -@@ -1188,7 +1188,7 @@ - - TwowayCallback(const TPtr& instance, bool cb, Exception excb, Sent sentcb) : Callback(instance, excb, sentcb) - { -- checkCallback(instance, cb || excb != 0); -+ this->checkCallback(instance, cb || excb != 0); - } - }; - -@@ -1209,7 +1209,7 @@ - OnewayCallbackNC(const TPtr& instance, Response cb, Exception excb, Sent sentcb) : - CallbackNC(instance, excb, sentcb), response(cb) - { -- checkCallback(instance, cb != 0 || excb != 0); -+ this->checkCallback(instance, cb != 0 || excb != 0); - } - - virtual void __completed(const ::Ice::AsyncResultPtr& result) const -@@ -1254,7 +1254,7 @@ - OnewayCallback(const TPtr& instance, Response cb, Exception excb, Sent sentcb) : - Callback(instance, excb, sentcb), response(cb) - { -- checkCallback(instance, cb != 0 || excb != 0); -+ this->checkCallback(instance, cb != 0 || excb != 0); - } - - virtual void __completed(const ::Ice::AsyncResultPtr& result) const diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-ProxyF.h ./files/patch-cpp-include-Ice-ProxyF.h --- ../ice.orig/files/patch-cpp-include-Ice-ProxyF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-ProxyF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,76 +0,0 @@ ---- cpp.orig/include/Ice/ProxyF.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/ProxyF.h 2012-03-04 20:14:52.000000000 +0100 -@@ -22,6 +22,11 @@ - { - - class Object; -+inline ::IceProxy::Ice::Object* -+upCast(::IceProxy::Ice::Object* o) -+{ -+ return o; -+} - - } - -@@ -34,6 +39,11 @@ - { - - class Object; -+inline ::IceDelegate::Ice::Object* -+upCast(::IceDelegate::Ice::Object* o) -+{ -+ return o; -+} - - } - -@@ -47,6 +57,12 @@ - - class Object; - -+inline ::IceDelegateM::Ice::Object* -+upCast(::IceDelegateM::Ice::Object* o) -+{ -+ return o; -+} -+ - } - - } -@@ -58,36 +74,12 @@ - { - - class Object; -- --} -- --} -- --namespace IceInternal --{ -- --inline ::IceProxy::Ice::Object* --upCast(::IceProxy::Ice::Object* o) --{ -- return o; --} -- --inline ::IceDelegate::Ice::Object* --upCast(::IceDelegate::Ice::Object* o) --{ -- return o; --} -- - inline ::IceDelegateD::Ice::Object* - upCast(::IceDelegateD::Ice::Object* o) - { - return o; - } - --inline ::IceDelegateM::Ice::Object* --upCast(::IceDelegateM::Ice::Object* o) --{ -- return o; - } - - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-Stream.h ./files/patch-cpp-include-Ice-Stream.h --- ../ice.orig/files/patch-cpp-include-Ice-Stream.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-include-Ice-Stream.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,90 +0,0 @@ ---- cpp.orig/include/Ice/Stream.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/Stream.h 2012-03-04 20:14:52.000000000 +0100 -@@ -17,6 +17,12 @@ - #include - #include - -+namespace IceInternal -+{ -+ // Forward declaration required for writer specializations. -+ void delegateThrowMarshalException(const char*, int, const ::std::string&); -+} -+ - namespace Ice - { - -@@ -45,9 +51,6 @@ - StreamTraitTypeUnknown - }; - --// Forward declaration required for writer specializations. --class MarshalException; -- - // - // Base trait template. This doesn't actually do anything -- we just - // use it as a template that we can specialize. -@@ -542,7 +545,7 @@ - { - if(static_cast(v) < 0 || static_cast(v) >= StreamTrait::enumLimit) - { -- throw MarshalException(__FILE__, __LINE__, "enumerator out of range"); -+ IceInternal::delegateThrowMarshalException(__FILE__, __LINE__, "enumerator out of range"); - } - outS->write(static_cast(v)); - } -@@ -558,7 +561,7 @@ - inS->read(val); - if(val > StreamTrait::enumLimit) - { -- throw MarshalException(__FILE__, __LINE__, "enumerator out of range"); -+ IceInternal::delegateThrowMarshalException(__FILE__, __LINE__, "enumerator out of range"); - } - v = static_cast(val); - } -@@ -573,7 +576,7 @@ - { - if(static_cast(v) < 0 || static_cast(v) >= StreamTrait::enumLimit) - { -- throw MarshalException(__FILE__, __LINE__, "enumerator out of range"); -+ IceInternal::delegateThrowMarshalException(__FILE__, __LINE__, "enumerator out of range"); - } - outS->write(static_cast(v)); - } -@@ -589,7 +592,7 @@ - inS->read(val); - if(val < 0 || val > StreamTrait::enumLimit) - { -- throw MarshalException(__FILE__, __LINE__, "enumerator out of range"); -+ IceInternal::delegateThrowMarshalException(__FILE__, __LINE__, "enumerator out of range"); - } - v = static_cast(val); - } -@@ -603,7 +606,7 @@ - { - if(static_cast(v) < 0 || static_cast(v) >= StreamTrait::enumLimit) - { -- throw MarshalException(__FILE__, __LINE__, "enumerator out of range"); -+ IceInternal::delegateThrowMarshalException(__FILE__, __LINE__, "enumerator out of range"); - } - outS->write(static_cast(v)); - } -@@ -619,7 +622,7 @@ - inS->read(val); - if(val < 0 || val > StreamTrait::enumLimit) - { -- throw MarshalException(__FILE__, __LINE__, "enumerator out of range"); -+ IceInternal::delegateThrowMarshalException(__FILE__, __LINE__, "enumerator out of range"); - } - v = static_cast(val); - } ---- cpp.orig/include/Ice/Stream.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/Stream.h 2012-09-10 11:43:58.000000000 +0200 -@@ -664,7 +664,7 @@ struct StreamWriter - outS->writeSize(static_cast(v.size())); - for(typename T::const_iterator p = v.begin(); p != v.end(); ++p) - { -- outS->write(*p); -+ outS->write(static_cast(*p)); - } - } - }; diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-Ice-StreamF.h ./files/patch-cpp-include-Ice-StreamF.h --- ../ice.orig/files/patch-cpp-include-Ice-StreamF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-Ice-StreamF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/include/Ice/StreamF.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/Ice/StreamF.h 2012-03-04 20:14:52.000000000 +0100 -@@ -19,12 +19,6 @@ - - class InputStream; - class OutputStream; -- --} -- --namespace IceInternal --{ -- - ICE_API IceUtil::Shared* upCast(::Ice::InputStream*); - ICE_API IceUtil::Shared* upCast(::Ice::OutputStream*); - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-IceUtil-Cache.h ./files/patch-cpp-include-IceUtil-Cache.h --- ../ice.orig/files/patch-cpp-include-IceUtil-Cache.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-include-IceUtil-Cache.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- cpp.orig/include/IceUtil/Cache.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/IceUtil/Cache.h 2012-09-10 11:43:58.000000000 +0200 -@@ -77,6 +77,6 @@ protected: - { - } - -- virtual ~Cache() -+ virtual ~Cache() ICE_NOEXCEPT_FALSE - { - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-IceUtil-Config.h ./files/patch-cpp-include-IceUtil-Config.h --- ../ice.orig/files/patch-cpp-include-IceUtil-Config.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-include-IceUtil-Config.h 2013-05-20 04:19:22.000000000 +0200 @@ -1,19 +1,11 @@ ---- cpp.orig/include/IceUtil/Config.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/IceUtil/Config.h 2012-09-10 11:43:58.000000000 +0200 -@@ -248,3 +248,16 @@ public: - #define ICE_DEFAULT_MUTEX_PROTOCOL PrioNone - +--- cpp.orig/include/IceUtil/Config.h 2013-03-11 15:19:46.000000000 +0000 ++++ cpp/include/IceUtil/Config.h 2013-05-20 02:09:58.239194578 +0000 +@@ -51,7 +51,7 @@ + // Check for C++ 11 support + // + #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || \ +- (defined(__clang__) && (__clang_major__ >= 4) && __cplusplus >= 201103) || \ ++ (defined(__clang__) && ((defined(__APPLE__) && __clang_major__ >= 4) || (!defined(__APPLE__) && __clang_major__ >= 3)) && __cplusplus >= 201103) || \ + (defined(_MSC_VER) && (_MSC_VER >= 1600)) + # define ICE_CPP11 #endif -+ -+ -+// -+// Macro used for declaring destructors that might throw - required for C++11 -+// -+#if __cplusplus >= 201103L -+#define ICE_DESTRUCTORS_DONT_THROW_BY_DEFAULT -+#define ICE_NOEXCEPT_FALSE noexcept(false) -+#define ICE_NOEXCEPT_TRUE noexcept(true) -+#else -+#define ICE_NOEXCEPT_FALSE -+#define ICE_NOEXCEPT_TRUE -+#endif diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-IceUtil-Mutex.h ./files/patch-cpp-include-IceUtil-Mutex.h --- ../ice.orig/files/patch-cpp-include-IceUtil-Mutex.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-include-IceUtil-Mutex.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/include/IceUtil/Mutex.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/IceUtil/Mutex.h 2012-03-04 20:14:52.000000000 +0100 -@@ -251,8 +251,11 @@ - inline - Mutex::~Mutex() - { -+#ifndef NDEBUG - int rc = 0; -- rc = pthread_mutex_destroy(&_mutex); -+ rc = -+#endif -+ pthread_mutex_destroy(&_mutex); - assert(rc == 0); - } - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-include-IceUtil-Shared.h ./files/patch-cpp-include-IceUtil-Shared.h --- ../ice.orig/files/patch-cpp-include-IceUtil-Shared.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-include-IceUtil-Shared.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,72 +0,0 @@ ---- cpp.orig/include/IceUtil/Shared.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/include/IceUtil/Shared.h 2012-09-10 11:43:58.000000000 +0200 -@@ -50,6 +50,11 @@ - // - // A non thread-safe base class for reference-counted types. - // -+// IceUtil::SimpleSharedUnsafeDestructor -+// ===================== -+// -+// A non thread-safe base class for reference-counted types - destructor might throw. -+// - // IceUtil::Shared - // =============== - // -@@ -109,6 +114,57 @@ private: - bool _noDelete; - }; - -+class ICE_UTIL_API SimpleSharedUnsafeDestructor -+{ -+public: -+ -+ SimpleSharedUnsafeDestructor(); -+ SimpleSharedUnsafeDestructor(const SimpleSharedUnsafeDestructor&); -+ -+ virtual ~SimpleSharedUnsafeDestructor() ICE_NOEXCEPT_FALSE -+ { -+ } -+ -+ SimpleSharedUnsafeDestructor& operator=(const SimpleSharedUnsafeDestructor&) -+ { -+ return *this; -+ } -+ -+ void __incRef() -+ { -+ assert(_ref >= 0); -+ ++_ref; -+ } -+ -+ void __decRef() -+ { -+ assert(_ref > 0); -+ if(--_ref == 0) -+ { -+ if(!_noDelete) -+ { -+ _noDelete = true; -+ delete this; -+ } -+ } -+ } -+ -+ int __getRef() const -+ { -+ return _ref; -+ } -+ -+ void __setNoDelete(bool b) -+ { -+ _noDelete = b; -+ } -+ -+private: -+ -+ int _ref; -+ bool _noDelete; -+}; -+ - class ICE_UTIL_API Shared - { - public: diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-MapDb.cpp ./files/patch-cpp-src-Freeze-MapDb.cpp --- ../ice.orig/files/patch-cpp-src-Freeze-MapDb.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-MapDb.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ ---- cpp.orig/src/Freeze/MapDb.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/MapDb.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -72,7 +72,13 @@ Freeze::MapDb::~MapDb() - } - catch(const ::DbException& dx) - { -+#if defined(ICE_DESTRUCTORS_DONT_THROW_BY_DEFAULT) -+ Error out(_communicator->getLogger()); -+ out << "DbException while closing database " << _dbName << ": " -+ << dx.what(); -+#else - throw DatabaseException(__FILE__, __LINE__, dx.what()); -+#endif - } - } - } -@@ -229,7 +229,11 @@ - #ifndef NDEBUG - bool inserted = - #endif -- _indices.insert(IndexMap::value_type(indexBase->name(), indexI.get())).second; -+ _indices.insert(IndexMap::value_type(indexBase->name(), indexI.get())) -+#ifndef NDEBUG -+ .second -+#endif -+ ; - assert(inserted); - - indexBase->_impl = indexI.release(); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-MapI.cpp ./files/patch-cpp-src-Freeze-MapI.cpp --- ../ice.orig/files/patch-cpp-src-Freeze-MapI.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-MapI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ ---- cpp.orig/src/Freeze/MapI.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/MapI.cpp 2012-03-04 20:14:52.000000000 +0100 -@@ -749,8 +749,11 @@ - - try - { -+#ifndef NDEBUG - int err; -- err = _dbc->put(&dbKey, &dbValue, DB_CURRENT); -+ err = -+#endif -+ _dbc->put(&dbKey, &dbValue, DB_CURRENT); - assert(err == 0); - } - catch(const ::DbDeadlockException& dx) -@@ -1023,7 +1026,11 @@ - #ifndef NDEBUG - bool inserted = - #endif -- _indices.insert(IndexMap::value_type(indexBase->name(), indexBase)).second; -+ _indices.insert(IndexMap::value_type(indexBase->name(), indexBase)) -+#ifndef NDEBUG -+ .second -+#endif -+ ; - assert(inserted); - indexBase->_map = this; - } -@@ -1360,8 +1367,11 @@ - try - { - u_int32_t count; -+#ifndef NDEBUG - int err; -- err = _db->truncate(txn, &count, txn != 0 ? 0 : DB_AUTO_COMMIT); -+ err = -+#endif -+ _db->truncate(txn, &count, txn != 0 ? 0 : DB_AUTO_COMMIT); - assert(err == 0); - break; - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-MapI.h ./files/patch-cpp-src-Freeze-MapI.h --- ../ice.orig/files/patch-cpp-src-Freeze-MapI.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-MapI.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- cpp.orig/src/Freeze/MapI.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/MapI.h 2012-09-10 11:43:58.000000000 +0200 -@@ -63,12 +63,13 @@ public: - void - close(); - -- class Tx : public IceUtil::SimpleShared -+ class Tx : public IceUtil::SimpleSharedUnsafeDestructor - { - public: - - Tx(const MapHelperI&); -- ~Tx(); -+ ~Tx() ICE_NOEXCEPT_FALSE; -+ ; - - void dead(); - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-ObjectStore.cpp ./files/patch-cpp-src-Freeze-ObjectStore.cpp --- ../ice.orig/files/patch-cpp-src-Freeze-ObjectStore.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-ObjectStore.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Freeze/ObjectStore.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/ObjectStore.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -189,7 +189,7 @@ Freeze::ObjectStoreBase::ObjectStoreBase(const string& facet, const string& face - } - } - --Freeze::ObjectStoreBase::~ObjectStoreBase() -+Freeze::ObjectStoreBase::~ObjectStoreBase() ICE_NOEXCEPT_FALSE - { - try - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-ObjectStore.h ./files/patch-cpp-src-Freeze-ObjectStore.h --- ../ice.orig/files/patch-cpp-src-Freeze-ObjectStore.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-ObjectStore.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Freeze/ObjectStore.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/ObjectStore.h 2012-09-10 11:43:58.000000000 +0200 -@@ -36,7 +36,7 @@ public: - ObjectStoreBase(const std::string&, const std::string&, bool, EvictorIBase*, - const std::vector&, bool); - -- virtual ~ObjectStoreBase(); -+ virtual ~ObjectStoreBase() ICE_NOEXCEPT_FALSE; - - const Ice::ObjectPtr& sampleServant() const; - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-SharedDbEnv.cpp ./files/patch-cpp-src-Freeze-SharedDbEnv.cpp --- ../ice.orig/files/patch-cpp-src-Freeze-SharedDbEnv.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-SharedDbEnv.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/src/Freeze/SharedDbEnv.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/SharedDbEnv.cpp 2012-03-04 20:14:52.000000000 +0100 -@@ -336,8 +336,11 @@ - // Remove from map - // - -+#ifndef NDEBUG - size_t one; -- one = sharedDbEnvMap->erase(key); -+ one = -+#endif -+ sharedDbEnvMap->erase(key); - assert(one == 1); - - if(sharedDbEnvMap->size() == 0) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-TransactionalEvictorContext.cpp ./files/patch-cpp-src-Freeze-TransactionalEvictorContext.cpp --- ../ice.orig/files/patch-cpp-src-Freeze-TransactionalEvictorContext.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-TransactionalEvictorContext.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Freeze/TransactionalEvictorContext.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/TransactionalEvictorContext.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -273,7 +273,7 @@ Freeze::TransactionalEvictorContext::ServantHolder::ServantHolder() : - } - - --Freeze::TransactionalEvictorContext::ServantHolder::~ServantHolder() -+Freeze::TransactionalEvictorContext::ServantHolder::~ServantHolder() ICE_NOEXCEPT_FALSE - { - if(_ownBody && _body.ownServant) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-TransactionalEvictorContext.h ./files/patch-cpp-src-Freeze-TransactionalEvictorContext.h --- ../ice.orig/files/patch-cpp-src-Freeze-TransactionalEvictorContext.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-TransactionalEvictorContext.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Freeze/TransactionalEvictorContext.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/TransactionalEvictorContext.h 2012-09-10 11:43:58.000000000 +0200 -@@ -34,7 +34,7 @@ public: - public: - - ServantHolder(); -- ~ServantHolder(); -+ ~ServantHolder() ICE_NOEXCEPT_FALSE; - - void init(const TransactionalEvictorContextPtr&, const Ice::Current&, ObjectStore*); - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Freeze-TransactionalEvictorI.cpp ./files/patch-cpp-src-Freeze-TransactionalEvictorI.cpp --- ../ice.orig/files/patch-cpp-src-Freeze-TransactionalEvictorI.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Freeze-TransactionalEvictorI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Freeze/TransactionalEvictorI.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Freeze/TransactionalEvictorI.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -346,7 +346,7 @@ Freeze::TransactionalEvictorI::dispatch(Request& request) - { - } - -- ~CtxHolder() -+ ~CtxHolder() ICE_NOEXCEPT_FALSE - { - if(_ownCtx) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Glacier2-Blobject.cpp ./files/patch-cpp-src-Glacier2-Blobject.cpp --- ../ice.orig/files/patch-cpp-src-Glacier2-Blobject.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Glacier2-Blobject.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- cpp.orig/src/Glacier2/Blobject.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Glacier2/Blobject.cpp 2012-03-04 19:39:27.000000000 +0100 -@@ -171,6 +171,15 @@ - } - - void -+Glacier2::Blobject::destroy() -+{ -+ if(_requestQueue) -+ { -+ _requestQueue->destroy(); -+ } -+} -+ -+void - Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amdCB, - const std::pair& inParams, const Current& current) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Glacier2-Blobject.h ./files/patch-cpp-src-Glacier2-Blobject.h --- ../ice.orig/files/patch-cpp-src-Glacier2-Blobject.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Glacier2-Blobject.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Glacier2/Blobject.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Glacier2/Blobject.h 2012-03-04 19:39:27.000000000 +0100 -@@ -24,6 +24,8 @@ - Blobject(const InstancePtr&, const Ice::ConnectionPtr&, const Ice::Context&); - virtual ~Blobject(); - -+ void destroy(); -+ - protected: - - void invoke(Ice::ObjectPrx&, const Ice::AMD_Object_ice_invokePtr&, diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Glacier2-RequestQueue.cpp ./files/patch-cpp-src-Glacier2-RequestQueue.cpp --- ../ice.orig/files/patch-cpp-src-Glacier2-RequestQueue.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Glacier2-RequestQueue.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,74 +0,0 @@ ---- cpp.orig/src/Glacier2/RequestQueue.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Glacier2/RequestQueue.cpp 2012-03-04 19:39:27.000000000 +0100 -@@ -185,7 +185,8 @@ - _callback(newCallback_Object_ice_invoke(this, &RequestQueue::response, &RequestQueue::exception, - &RequestQueue::sent)), - _flushCallback(newCallback_Connection_flushBatchRequests(this, &RequestQueue::exception, &RequestQueue::sent)), -- _pendingSend(false) -+ _pendingSend(false), -+ _destroyed(false) - { - } - -@@ -241,6 +242,37 @@ - } - - void -+Glacier2::RequestQueue::destroy() -+{ -+ IceUtil::Mutex::Lock lock(*this); -+ -+ _destroyed = true; -+ -+ // -+ // Although the session has been destroyed, we cannot destroy this queue -+ // until all requests have completed. -+ // -+ if(_requests.empty()) -+ { -+ destroyInternal(); -+ } -+} -+ -+void -+Glacier2::RequestQueue::destroyInternal() -+{ -+ // -+ // Must be called with the mutex locked. -+ // -+ -+ // -+ // Remove cyclic references. -+ // -+ const_cast(_callback) = 0; -+ const_cast(_flushCallback) = 0; -+} -+ -+void - Glacier2::RequestQueue::flush() - { - assert(_connection); -@@ -289,6 +321,11 @@ - _pendingSendRequest = 0; - } - } -+ -+ if(_destroyed && _requests.empty()) -+ { -+ destroyInternal(); -+ } - } - - void -@@ -312,6 +349,11 @@ - } - } - _requests.clear(); -+ -+ if(_destroyed) -+ { -+ destroyInternal(); -+ } - } - - void diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Glacier2-RequestQueue.h ./files/patch-cpp-src-Glacier2-RequestQueue.h --- ../ice.orig/files/patch-cpp-src-Glacier2-RequestQueue.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Glacier2-RequestQueue.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ ---- cpp.orig/src/Glacier2/RequestQueue.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Glacier2/RequestQueue.h 2012-03-04 19:39:27.000000000 +0100 -@@ -65,8 +65,12 @@ - bool addRequest(const RequestPtr&); - void flushRequests(std::set&); - -+ void destroy(); -+ - private: - -+ void destroyInternal(); -+ - void flush(); - void flush(std::set&); - -@@ -83,6 +87,7 @@ - std::deque _requests; - bool _pendingSend; - RequestPtr _pendingSendRequest; -+ bool _destroyed; - }; - typedef IceUtil::Handle RequestQueuePtr; - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Glacier2-RouterI.cpp ./files/patch-cpp-src-Glacier2-RouterI.cpp --- ../ice.orig/files/patch-cpp-src-Glacier2-RouterI.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Glacier2-RouterI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/src/Glacier2/RouterI.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Glacier2/RouterI.cpp 2012-03-04 19:39:27.000000000 +0100 -@@ -98,6 +98,12 @@ - _session->destroy_async(amiCB); - } - } -+ -+ _clientBlobject->destroy(); -+ if(_serverBlobject) -+ { -+ _serverBlobject->destroy(); -+ } - } - - ObjectPrx diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-.depend ./files/patch-cpp-src-Ice-.depend --- ../ice.orig/files/patch-cpp-src-Ice-.depend 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-cpp-src-Ice-.depend 2013-05-22 04:23:27.000000000 +0200 @@ -0,0 +1,8 @@ +--- cpp.orig/src/Ice/.depend 2013-05-21 00:29:56.146194325 +0000 ++++ cpp/src/Ice/.depend 2013-05-21 00:42:56.956197313 +0000 +@@ -1,5 +1,5 @@ +-Acceptor$(OBJEXT): Acceptor.cpp ../Ice/Acceptor.h $(includedir)/IceUtil/Shared.h $(includedir)/IceUtil/Config.h ../Ice/AcceptorF.h $(includedir)/Ice/Handle.h $(includedir)/IceUtil/Handle.h $(includedir)/IceUtil/Exception.h $(includedir)/Ice/Config.h ../Ice/TransceiverF.h ../Ice/Network.h $(includedir)/Ice/PropertiesF.h $(includedir)/Ice/ProxyF.h $(includedir)/Ice/ProxyHandle.h $(includedir)/Ice/ObjectF.h $(includedir)/Ice/Exception.h $(includedir)/Ice/Format.h $(includedir)/Ice/StreamF.h $(includedir)/Ice/LocalObject.h $(includedir)/Ice/LocalObjectF.h $(includedir)/Ice/StreamHelpers.h $(includedir)/IceUtil/ScopedArray.h $(includedir)/IceUtil/Iterator.h $(includedir)/IceUtil/Optional.h $(includedir)/Ice/UndefSysMacros.h $(includedir)/Ice/LoggerF.h $(includedir)/Ice/Protocol.h $(includedir)/Ice/Version.h $(includedir)/Ice/EndpointTypes.h ++Acceptor$(OBJEXT): Acceptor.cpp ../Ice/Acceptor.h $(includedir)/IceUtil/Shared.h $(includedir)/IceUtil/Config.h ../Ice/AcceptorF.h $(includedir)/Ice/Handle.h $(includedir)/IceUtil/Handle.h $(includedir)/IceUtil/Exception.h $(includedir)/Ice/Config.h ../Ice/TransceiverF.h ../Ice/Network.h $(includedir)/Ice/CommunicatorF.h $(includedir)/Ice/ConnectionF.h $(includedir)/Ice/ObjectFactoryF.h $(includedir)/Ice/EndpointF.h $(includedir)/Ice/ObjectAdapterF.h $(includedir)/Ice/PropertiesF.h $(includedir)/Ice/ProxyF.h $(includedir)/Ice/ProxyHandle.h $(includedir)/Ice/ObjectF.h $(includedir)/Ice/Exception.h $(includedir)/Ice/Format.h $(includedir)/Ice/StreamF.h $(includedir)/Ice/LocalObject.h $(includedir)/Ice/LocalObjectF.h $(includedir)/Ice/StreamHelpers.h $(includedir)/IceUtil/ScopedArray.h $(includedir)/IceUtil/Iterator.h $(includedir)/IceUtil/Optional.h $(includedir)/Ice/UndefSysMacros.h $(includedir)/Ice/LoggerF.h $(includedir)/Ice/Protocol.h $(includedir)/Ice/Version.h $(includedir)/Ic e/EndpointTypes.h + Application$(OBJEXT): Application.cpp $(includedir)/Ice/Application.h $(includedir)/Ice/Ice.h $(includedir)/IceUtil/Config.h $(includedir)/Ice/Initialize.h $(includedir)/Ice/CommunicatorF.h $(includedir)/Ice/ProxyF.h $(includedir)/IceUtil/Shared.h $(includedir)/Ice/Config.h $(includedir)/Ice/ProxyHandle.h $(includedir)/IceUtil/Handle.h $(includedir)/IceUtil/Exception.h $(includedir)/Ice/ObjectF.h $(includedir)/Ice/Handle.h $(includedir)/Ice/Exception.h $(includedir)/Ice/Format.h $(includedir)/Ice/StreamF.h $(includedir)/Ice/LocalObject.h $(includedir)/Ice/LocalObjectF.h $(includedir)/Ice/StreamHelpers.h $(includedir)/IceUtil/ScopedArray.h $(includedir)/IceUtil/Iterator.h $(includedir)/IceUtil/Optional.h $(includedir)/Ice/UndefSysMacros.h $(includedir)/Ice/PropertiesF.h $(includedir)/Ice/InstanceF.h $(includedir)/Ice/LoggerF.h $(includedir)/Ice/StatsF.h $(includedir)/Ice/InstrumentationF.h $(includedir)/Ice/Dispatcher.h $(includedir)/Ice/ConnectionF.h $(includedir)/Ice/StringConvert er.h $(includedir)/Ice/Plugin.h $(includedir)/Ice/BuiltinSequences.h $(includedir)/IceUtil/Unicode.h $(includedir)/Ice/FactoryTable.h $(includedir)/IceUtil/Mutex.h $(includedir)/IceUtil/Lock.h $(includedir)/IceUtil/ThreadException.h $(includedir)/IceUtil/Time.h $(includedir)/IceUtil/MutexProtocol.h $(includedir)/Ice/UserExceptionFactory.h $(includedir)/Ice/ObjectFactoryF.h $(includedir)/Ice/Version.h $(includedir)/Ice/LocalException.h $(includedir)/Ice/Identity.h $(includedir)/Ice/Properties.h $(includedir)/Ice/Proxy.h $(includedir)/Ice/ProxyFactoryF.h $(includedir)/Ice/ConnectionIF.h $(includedir)/Ice/RequestHandlerF.h $(includedir)/Ice/EndpointIF.h $(includedir)/Ice/EndpointF.h $(includedir)/Ice/EndpointTypes.h $(includedir)/Ice/ObjectAdapterF.h $(includedir)/Ice/ReferenceF.h $(includedir)/Ice/OutgoingAsync.h $(includedir)/IceUtil/Monitor.h $(includedir)/IceUtil/Cond.h $(includedir)/IceUtil/Timer.h $(includedir)/IceUtil/Thread.h $(includedir)/IceUtil/UniquePtr.h $(includedir)/Ice/ OutgoingAsyncF.h $(includedir)/Ice/Current.h $(includedir)/Ice/BasicStream.h $(includedir)/Ice/Object.h $(includedir)/Ice/GCShared.h $(includedir)/Ice/GCCountMap.h $(includedir)/Ice/IncomingAsyncF.h $(includedir)/Ice/ObjectFactoryManagerF.h $(includedir)/Ice/Buffer.h $(includedir)/Ice/Protocol.h $(includedir)/Ice/SlicedDataF.h $(includedir)/Ice/ObserverHelper.h $(includedir)/Ice/Instrumentation.h $(includedir)/Ice/Outgoing.h $(includedir)/Ice/Incoming.h $(includedir)/Ice/ServantLocatorF.h $(includedir)/Ice/ServantManagerF.h $(includedir)/Ice/IncomingAsync.h $(includedir)/Ice/Direct.h $(includedir)/Ice/Logger.h $(includedir)/Ice/LoggerUtil.h $(includedir)/Ice/Stats.h $(includedir)/Ice/Communicator.h $(includedir)/Ice/RouterF.h $(includedir)/Ice/LocatorF.h $(includedir)/Ice/PluginF.h $(includedir)/Ice/ImplicitContextF.h $(includedir)/Ice/CommunicatorAsync.h $(includedir)/Ice/ObjectFactory.h $(includedir)/Ice/ObjectAdapter.h $(includedir)/Ice/FacetMap.h $(includedir)/Ice/Endpoint.h $(i ncludedir)/Ice/ServantLocator.h $(includedir)/Ice/SlicedData.h $(includedir)/Ice/Process.h $(includedir)/Ice/Connection.h $(includedir)/Ice/ConnectionAsync.h $(includedir)/Ice/Functional.h $(includedir)/IceUtil/Functional.h $(includedir)/Ice/Stream.h $(includedir)/Ice/ImplicitContext.h $(includedir)/Ice/Locator.h $(includedir)/Ice/FactoryTableInit.h $(includedir)/Ice/ProcessF.h $(includedir)/Ice/Router.h $(includedir)/Ice/DispatchInterceptor.h $(includedir)/Ice/PropertiesAdmin.h $(includedir)/Ice/Metrics.h $(includedir)/Ice/Service.h $(includedir)/Ice/IconvStringConverter.h ../Ice/LoggerI.h $(includedir)/IceUtil/FileUtil.h $(includedir)/IceUtil/CtrlCHandler.h $(includedir)/IceUtil/ArgVector.h ../Ice/GC.h + Base64$(OBJEXT): Base64.cpp ../Ice/Base64.h $(includedir)/Ice/Config.h $(includedir)/IceUtil/Config.h + Buffer$(OBJEXT): Buffer.cpp $(includedir)/Ice/Buffer.h $(includedir)/Ice/Config.h $(includedir)/IceUtil/Config.h $(includedir)/Ice/LocalException.h $(includedir)/Ice/ProxyF.h $(includedir)/IceUtil/Shared.h $(includedir)/Ice/ProxyHandle.h $(includedir)/IceUtil/Handle.h $(includedir)/IceUtil/Exception.h $(includedir)/Ice/ObjectF.h $(includedir)/Ice/Handle.h $(includedir)/Ice/Exception.h $(includedir)/Ice/Format.h $(includedir)/Ice/StreamF.h $(includedir)/Ice/LocalObject.h $(includedir)/Ice/LocalObjectF.h $(includedir)/Ice/StreamHelpers.h $(includedir)/IceUtil/ScopedArray.h $(includedir)/IceUtil/Iterator.h $(includedir)/IceUtil/Optional.h $(includedir)/Ice/Identity.h $(includedir)/Ice/UndefSysMacros.h $(includedir)/Ice/Version.h $(includedir)/Ice/BuiltinSequences.h diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-ConnectionI.cpp ./files/patch-cpp-src-Ice-ConnectionI.cpp --- ../ice.orig/files/patch-cpp-src-Ice-ConnectionI.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-ConnectionI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ ---- cpp.orig/src/Ice/ConnectionI.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Ice/ConnectionI.cpp 2012-03-04 20:14:52.000000000 +0100 -@@ -31,7 +31,7 @@ - using namespace Ice; - using namespace IceInternal; - --Ice::LocalObject* IceInternal::upCast(ConnectionI* p) { return p; } -+Ice::LocalObject* Ice::upCast(ConnectionI* p) { return p; } - - namespace - { -@@ -600,6 +600,7 @@ - } - catch(const LocalException& ex) - { -+ status = IceInternal::AsyncStatusQueued; // this is only to apeace the compiler - setState(StateClosed, ex); - assert(_exception.get()); - _exception->ice_throw(); -@@ -971,6 +972,7 @@ - } - catch(const Ice::LocalException& ex) - { -+ status = IceInternal::AsyncStatusQueued; // this is only to apeace the compiler - setState(StateClosed, ex); - assert(_exception.get()); - _exception->ice_throw(); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-IncomingAsync.cpp ./files/patch-cpp-src-Ice-IncomingAsync.cpp --- ../ice.orig/files/patch-cpp-src-Ice-IncomingAsync.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-IncomingAsync.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Ice/IncomingAsync.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Ice/IncomingAsync.cpp 2012-03-04 20:14:52.000000000 +0100 -@@ -24,7 +24,7 @@ - using namespace IceInternal; - - IceUtil::Shared* IceInternal::upCast(IncomingAsync* p) { return p; } --IceUtil::Shared* IceInternal::upCast(AMD_Object_ice_invoke* p) { return p; } -+IceUtil::Shared* Ice::upCast(AMD_Object_ice_invoke* p) { return p; } - - namespace - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-LocalObject.cpp ./files/patch-cpp-src-Ice-LocalObject.cpp --- ../ice.orig/files/patch-cpp-src-Ice-LocalObject.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-LocalObject.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Ice/LocalObject.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Ice/LocalObject.cpp 2012-03-04 20:14:52.000000000 +0100 -@@ -13,7 +13,7 @@ - using namespace Ice; - using namespace IceInternal; - --IceUtil::Shared* IceInternal::upCast(LocalObject* obj) { return obj; } -+IceUtil::Shared* Ice::upCast(LocalObject* obj) { return obj; } - - bool - Ice::LocalObject::operator==(const LocalObject& r) const diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-Network.cpp ./files/patch-cpp-src-Ice-Network.cpp --- ../ice.orig/files/patch-cpp-src-Ice-Network.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-Ice-Network.cpp 2013-05-20 00:56:41.000000000 +0200 @@ -1,6 +1,6 @@ ---- cpp.orig/src/Ice/Network.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Ice/Network.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -715,7 +715,11 @@ +--- cpp.orig/src/Ice/Network.cpp 2013-03-11 15:19:46.000000000 +0000 ++++ cpp/src/Ice/Network.cpp 2013-05-19 22:55:40.257195813 +0000 +@@ -936,7 +936,11 @@ WSASetLastError(error); #else int error = errno; @@ -13,12 +13,3 @@ { SocketException ex(__FILE__, __LINE__); ex.error = getSocketErrno(); -@@ -1098,7 +1098,7 @@ IceInternal::doBind(SOCKET fd, const struct sockaddr_storage& addr) - size = 0; // Keep the compiler happy. - } - -- if(bind(fd, reinterpret_cast(&addr), size) == SOCKET_ERROR) -+ if(::bind(fd, reinterpret_cast(&addr), size) == SOCKET_ERROR) - { - closeSocketNoThrow(fd); - SocketException ex(__FILE__, __LINE__); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-Object.cpp ./files/patch-cpp-src-Ice-Object.cpp --- ../ice.orig/files/patch-cpp-src-Ice-Object.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-Object.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Ice/Object.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/Ice/Object.cpp 2012-03-04 20:14:52.000000000 +0100 -@@ -19,7 +19,7 @@ - using namespace Ice; - using namespace IceInternal; - --IceUtil::Shared* IceInternal::upCast(Object* p) { return p; } -+IceUtil::Shared* Ice::upCast(Object* p) { return p; } - - bool - Ice::Object::operator==(const Object& r) const diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-OutgoingAsync.cpp ./files/patch-cpp-src-Ice-OutgoingAsync.cpp --- ../ice.orig/files/patch-cpp-src-Ice-OutgoingAsync.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-OutgoingAsync.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Ice/OutgoingAsync.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/Ice/OutgoingAsync.cpp 2012-03-04 20:14:52.000000000 +0100 -@@ -30,7 +30,7 @@ - using namespace Ice; - using namespace IceInternal; - --IceUtil::Shared* IceInternal::upCast(AsyncResult* p) { return p; } -+IceUtil::Shared* Ice::upCast(AsyncResult* p) { return p; } - - IceUtil::Shared* IceInternal::upCast(OutgoingAsyncMessageCallback* p) { return p; } - IceUtil::Shared* IceInternal::upCast(OutgoingAsync* p) { return p; } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-PropertyNames.cpp ./files/patch-cpp-src-Ice-PropertyNames.cpp --- ../ice.orig/files/patch-cpp-src-Ice-PropertyNames.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-PropertyNames.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ ---- cpp.orig/src/Ice/PropertyNames.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/Ice/PropertyNames.cpp 2012-03-04 19:55:44.000000000 +0100 -@@ -8,7 +8,7 @@ - // ********************************************************************** - - // --// Generated by makeprops.py from file ..\config\PropertyNames.xml, Mon May 09 07:39:43 2011 -+// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Jul 12 07:22:34 2011 - - // IMPORTANT: Do not edit this file -- any edits made here will be lost! - -@@ -335,6 +335,8 @@ - IceInternal::Property("IceGrid.Registry.PermissionsVerifier", false, 0), - IceInternal::Property("IceGrid.Registry.ReplicaName", false, 0), - IceInternal::Property("IceGrid.Registry.ReplicaSessionTimeout", false, 0), -+ IceInternal::Property("IceGrid.Registry.RequireNodeCertCN", false, 0), -+ IceInternal::Property("IceGrid.Registry.RequireReplicaCertCN", false, 0), - IceInternal::Property("IceGrid.Registry.Server.ACM", false, 0), - IceInternal::Property("IceGrid.Registry.Server.AdapterId", false, 0), - IceInternal::Property("IceGrid.Registry.Server.Endpoints", false, 0), diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-PropertyNames.h ./files/patch-cpp-src-Ice-PropertyNames.h --- ../ice.orig/files/patch-cpp-src-Ice-PropertyNames.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-PropertyNames.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/Ice/PropertyNames.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/Ice/PropertyNames.h 2012-03-04 19:55:44.000000000 +0100 -@@ -8,7 +8,7 @@ - // ********************************************************************** - - // --// Generated by makeprops.py from file ..\config\PropertyNames.xml, Mon May 09 07:39:43 2011 -+// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Jul 12 07:22:34 2011 - - // IMPORTANT: Do not edit this file -- any edits made here will be lost! - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-Service.cpp ./files/patch-cpp-src-Ice-Service.cpp --- ../ice.orig/files/patch-cpp-src-Ice-Service.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-Service.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ ---- cpp.orig/src/Ice/Service.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/Ice/Service.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -2136,17 +2136,26 @@ - // - // Associate stdin, stdout and stderr with /dev/null. - // -+#ifndef NDEBUG - int fd; -- fd = open("/dev/null", O_RDWR); -+ fd = -+#endif -+ open("/dev/null", O_RDWR); - assert(fd == 0); - if(stdOut.empty()) - { -- fd = dup2(0, 1); -+#ifndef NDEBUG -+ fd = -+#endif -+ dup2(0, 1); - assert(fd == 1); - } - if(stdErr.empty()) - { -- fd = dup2(1, 2); -+#ifndef NDEBUG -+ fd = -+#endif -+ dup2(1, 2); - assert(fd == 2); - } - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Ice-Stream.cpp ./files/patch-cpp-src-Ice-Stream.cpp --- ../ice.orig/files/patch-cpp-src-Ice-Stream.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Ice-Stream.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ ---- cpp.orig/src/Ice/Stream.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/Ice/Stream.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -8,10 +8,19 @@ - // ********************************************************************** - - #include -+#include - - using namespace std; - using namespace Ice; - using namespace IceInternal; - --IceUtil::Shared* IceInternal::upCast(InputStream* p) { return p; } --IceUtil::Shared* IceInternal::upCast(OutputStream* p) { return p; } -+IceUtil::Shared* Ice::upCast(InputStream* p) { return p; } -+IceUtil::Shared* Ice::upCast(OutputStream* p) { return p; } -+ -+namespace IceInternal -+{ -+ void delegateThrowMarshalException(const char* file, int line , const ::std::string& message) -+ { -+ throw Ice::MarshalException(file, line, message); -+ } -+} diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-AdminCallbackRouter.cpp ./files/patch-cpp-src-IceGrid-AdminCallbackRouter.cpp --- ../ice.orig/files/patch-cpp-src-IceGrid-AdminCallbackRouter.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-AdminCallbackRouter.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ ---- cpp.orig/src/IceGrid/AdminCallbackRouter.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/AdminCallbackRouter.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -49,7 +49,12 @@ - #ifndef NDEBUG - bool inserted = - #endif -- _categoryToConnection.insert(map::value_type(category, con)).second; -+ _categoryToConnection.insert(map::value_type(category, con)) -+#ifndef NDEBUG -+ .second -+#endif -+ ; -+ - - assert(inserted == true); - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-DescriptorHelper.cpp ./files/patch-cpp-src-IceGrid-DescriptorHelper.cpp --- ../ice.orig/files/patch-cpp-src-IceGrid-DescriptorHelper.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-DescriptorHelper.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ ---- cpp.orig/src/IceGrid/DescriptorHelper.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/DescriptorHelper.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -198,15 +198,6 @@ - return result; - } - --template Dict --getDictUpdatedElts(const Dict& ldict, const Dict& rdict) --{ --#if defined(_MSC_VER) && (_MSC_VER < 1300) -- return getDictUpdatedEltsWithEq(ldict, rdict, equal_to()); --#else -- return getDictUpdatedEltsWithEq(ldict, rdict, equal_to()); --#endif --} - - template Dict - getDictUpdatedEltsWithEq(const Dict& ldict, const Dict& rdict, EqFunc eq) -@@ -223,6 +214,16 @@ - return result; - } - -+template Dict -+getDictUpdatedElts(const Dict& ldict, const Dict& rdict) -+{ -+#if defined(_MSC_VER) && (_MSC_VER < 1300) -+ return getDictUpdatedEltsWithEq(ldict, rdict, equal_to()); -+#else -+ return getDictUpdatedEltsWithEq(ldict, rdict, equal_to()); -+#endif -+} -+ - template Ice::StringSeq - getDictRemovedElts(const Dict& ldict, const Dict& rdict) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-FileCache.cpp ./files/patch-cpp-src-IceGrid-FileCache.cpp --- ../ice.orig/files/patch-cpp-src-IceGrid-FileCache.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-FileCache.cpp 2013-06-01 19:51:46.000000000 +0200 @@ -1,20 +1,16 @@ ---- cpp.orig/src/IceGrid/FileCache.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/IceGrid/FileCache.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -195,15 +195,12 @@ FileCache::read(const string& file, Ice::Long offset, int size, Ice::Long& newOf - - totalSize += lineSize; - lines.push_back(line); --#if defined(_MSC_VER) && (_MSC_VER < 1300) +--- cpp.orig/src/IceGrid/FileCache.cpp 2013-03-11 15:19:12.271195149 +0000 ++++ cpp/src/IceGrid/FileCache.cpp 2013-06-01 17:47:48.636196265 +0000 +@@ -195,11 +195,11 @@ + // Some eofbit cases will also set failbit. So first + // check eof. + // - if(is.eof()) -+ + if(is.eof() || is.fail()) { newOffset += line.size(); } - else --#else -- if(!is.fail()) --#endif +- else if(!is.fail()) ++ else { newOffset = is.tellg(); } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-Internal.ice ./files/patch-cpp-src-IceGrid-Internal.ice --- ../ice.orig/files/patch-cpp-src-IceGrid-Internal.ice 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-Internal.ice 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ ---- cpp.orig/src/IceGrid/Internal.ice 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/Internal.ice 2012-03-04 19:55:44.000000000 +0100 -@@ -702,7 +702,7 @@ - * - **/ - NodeSession* registerNode(InternalNodeInfo info, Node* prx, LoadInfo loadInf) -- throws NodeActiveException; -+ throws NodeActiveException, PermissionDeniedException; - - /** - * -@@ -721,7 +721,7 @@ - * - **/ - ReplicaSession* registerReplica(InternalReplicaInfo info, InternalRegistry* prx) -- throws ReplicaActiveException; -+ throws ReplicaActiveException, PermissionDeniedException; - - /** - * diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-InternalRegistryI.cpp ./files/patch-cpp-src-IceGrid-InternalRegistryI.cpp --- ../ice.orig/files/patch-cpp-src-IceGrid-InternalRegistryI.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-InternalRegistryI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,136 +0,0 @@ ---- cpp.orig/src/IceGrid/InternalRegistryI.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/InternalRegistryI.cpp 2012-03-04 19:55:44.000000000 +0100 -@@ -19,6 +19,8 @@ - #include - #include - #include -+#include -+#include - - using namespace std; - using namespace IceGrid; -@@ -38,6 +40,8 @@ - Ice::PropertiesPtr properties = database->getCommunicator()->getProperties(); - _nodeSessionTimeout = properties->getPropertyAsIntWithDefault("IceGrid.Registry.NodeSessionTimeout", 30); - _replicaSessionTimeout = properties->getPropertyAsIntWithDefault("IceGrid.Registry.ReplicaSessionTimeout", 30); -+ _requireNodeCertCN = properties->getPropertyAsIntWithDefault("IceGrid.Registry.RequireNodeCertCN", 0); -+ _requireReplicaCertCN = properties->getPropertyAsIntWithDefault("IceGrid.Registry.RequireReplicaCertCN", 0); - } - - InternalRegistryI::~InternalRegistryI() -@@ -50,7 +54,56 @@ - const LoadInfo& load, - const Ice::Current& current) - { -- const Ice::LoggerPtr logger = _database->getTraceLevels()->logger; -+ const TraceLevelsPtr traceLevels = _database->getTraceLevels(); -+ const Ice::LoggerPtr logger = traceLevels->logger; -+ if(!info || !node) -+ { -+ return 0; -+ } -+ -+ if(_requireNodeCertCN) -+ { -+ try -+ { -+ IceSSL::ConnectionInfoPtr sslConnInfo = IceSSL::ConnectionInfoPtr::dynamicCast(current.con->getInfo()); -+ if(sslConnInfo) -+ { -+ if (sslConnInfo->certs.empty() || -+ !IceSSL::Certificate::decode(sslConnInfo->certs[0])->getSubjectDN().match("CN=" + info->name)) -+ { -+ if(traceLevels->node > 0) -+ { -+ Ice::Trace out(logger, traceLevels->nodeCat); -+ out << "certificate CN doesn't match node name `" << info->name << "'"; -+ } -+ throw PermissionDeniedException("certificate CN doesn't match node name `" + info->name + "'"); -+ } -+ } -+ else -+ { -+ if(traceLevels->node > 0) -+ { -+ Ice::Trace out(logger, traceLevels->nodeCat); -+ out << "node certificate for `" << info->name << "' is required to connect to this registry"; -+ } -+ throw PermissionDeniedException("node certificate is required to connect to this registry"); -+ } -+ } -+ catch(const PermissionDeniedException& ex) -+ { -+ throw ex; -+ } -+ catch(const IceUtil::Exception&) -+ { -+ if(traceLevels->node > 0) -+ { -+ Ice::Trace out(logger, traceLevels->nodeCat); -+ out << "unexpected exception while verifying certificate for node `" << info->name << "'"; -+ } -+ throw PermissionDeniedException("unable to verify certificate for node `" + info->name + "'"); -+ } -+ } -+ - try - { - NodeSessionIPtr session = new NodeSessionI(_database, node, info, _nodeSessionTimeout, load); -@@ -68,7 +121,56 @@ - const InternalRegistryPrx& prx, - const Ice::Current& current) - { -- const Ice::LoggerPtr logger = _database->getTraceLevels()->logger; -+ const TraceLevelsPtr traceLevels = _database->getTraceLevels(); -+ const Ice::LoggerPtr logger = traceLevels->logger; -+ if(!info || !prx) -+ { -+ return 0; -+ } -+ -+ if(_requireReplicaCertCN) -+ { -+ try -+ { -+ IceSSL::ConnectionInfoPtr sslConnInfo = IceSSL::ConnectionInfoPtr::dynamicCast(current.con->getInfo()); -+ if(sslConnInfo) -+ { -+ if (sslConnInfo->certs.empty() || -+ !IceSSL::Certificate::decode(sslConnInfo->certs[0])->getSubjectDN().match("CN=" + info->name)) -+ { -+ if(traceLevels->replica > 0) -+ { -+ Ice::Trace out(logger, traceLevels->replicaCat); -+ out << "certificate CN doesn't match replica name `" << info->name << "'"; -+ } -+ throw PermissionDeniedException("certificate CN doesn't match replica name `" + info->name + "'"); -+ } -+ } -+ else -+ { -+ if(traceLevels->replica > 0) -+ { -+ Ice::Trace out(logger, traceLevels->replicaCat); -+ out << "replica certificate for `" << info->name << "' is required to connect to this registry"; -+ } -+ throw PermissionDeniedException("replica certificate is required to connect to this registry"); -+ } -+ } -+ catch(const PermissionDeniedException& ex) -+ { -+ throw ex; -+ } -+ catch(const IceUtil::Exception&) -+ { -+ if(traceLevels->replica > 0) -+ { -+ Ice::Trace out(logger, traceLevels->replicaCat); -+ out << "unexpected exception while verifying certificate for replica `" << info->name << "'"; -+ } -+ throw PermissionDeniedException("unable to verify certificate for replica `" + info->name + "'"); -+ } -+ } -+ - try - { - ReplicaSessionIPtr s = new ReplicaSessionI(_database, _wellKnownObjects, info, prx, _replicaSessionTimeout); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-InternalRegistryI.h ./files/patch-cpp-src-IceGrid-InternalRegistryI.h --- ../ice.orig/files/patch-cpp-src-IceGrid-InternalRegistryI.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-InternalRegistryI.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/IceGrid/InternalRegistryI.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/InternalRegistryI.h 2012-03-04 19:55:44.000000000 +0100 -@@ -68,6 +68,8 @@ - ReplicaSessionManager& _session; - int _nodeSessionTimeout; - int _replicaSessionTimeout; -+ bool _requireNodeCertCN; -+ bool _requireReplicaCertCN; - }; - - }; diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-NodeSessionManager.cpp ./files/patch-cpp-src-IceGrid-NodeSessionManager.cpp --- ../ice.orig/files/patch-cpp-src-IceGrid-NodeSessionManager.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-NodeSessionManager.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- cpp.orig/src/IceGrid/NodeSessionManager.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/NodeSessionManager.cpp 2012-03-04 19:55:44.000000000 +0100 -@@ -110,6 +110,14 @@ - } - exception.reset(ex.ice_clone()); - } -+ catch(const PermissionDeniedException& ex) -+ { -+ if(traceLevels) -+ { -+ traceLevels->logger->error("connection to the the registry `" + _name + "' was denied:\n" + ex.reason); -+ } -+ exception.reset(ex.ice_clone()); -+ } - catch(const Ice::Exception& ex) - { - exception.reset(ex.ice_clone()); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-ReplicaCache.cpp ./files/patch-cpp-src-IceGrid-ReplicaCache.cpp --- ../ice.orig/files/patch-cpp-src-IceGrid-ReplicaCache.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-ReplicaCache.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/IceGrid/ReplicaCache.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/ReplicaCache.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -40,7 +40,7 @@ - Lock sync(*this); - - ReplicaEntryPtr entry; -- while(entry = getImpl(name)) -+ while((entry = getImpl(name))) - { - ReplicaSessionIPtr session = entry->getSession(); - if(session->isDestroyed()) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-ReplicaSessionManager.cpp ./files/patch-cpp-src-IceGrid-ReplicaSessionManager.cpp --- ../ice.orig/files/patch-cpp-src-IceGrid-ReplicaSessionManager.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-ReplicaSessionManager.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- cpp.orig/src/IceGrid/ReplicaSessionManager.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/ReplicaSessionManager.cpp 2012-03-04 19:55:44.000000000 +0100 -@@ -500,6 +500,14 @@ - } - exception.reset(ex.ice_clone()); - } -+ catch(const PermissionDeniedException& ex) -+ { -+ if(_traceLevels) -+ { -+ _traceLevels->logger->error("connection to the the registry `" + _name + "' was denied:\n" + ex.reason); -+ } -+ exception.reset(ex.ice_clone()); -+ } - catch(const Ice::Exception& ex) - { - exception.reset(ex.ice_clone()); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceGrid-SessionI.h ./files/patch-cpp-src-IceGrid-SessionI.h --- ../ice.orig/files/patch-cpp-src-IceGrid-SessionI.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceGrid-SessionI.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/IceGrid/SessionI.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceGrid/SessionI.h 2012-03-04 20:14:53.000000000 +0100 -@@ -35,7 +35,7 @@ - class SessionI; - typedef IceUtil::Handle SessionIPtr; - --class BaseSessionI : virtual Ice::Object, public IceUtil::Mutex -+class BaseSessionI : virtual public Ice::Object, public IceUtil::Mutex - { - public: - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceSSL-Instance.cpp ./files/patch-cpp-src-IceSSL-Instance.cpp --- ../ice.orig/files/patch-cpp-src-IceSSL-Instance.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceSSL-Instance.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/IceSSL/Instance.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceSSL/Instance.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -38,7 +38,7 @@ - using namespace Ice; - using namespace IceSSL; - --IceUtil::Shared* IceInternal::upCast(IceSSL::Instance* p) { return p; } -+IceUtil::Shared* IceSSL::upCast(IceSSL::Instance* p) { return p; } - - namespace - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceSSL-InstanceF.h ./files/patch-cpp-src-IceSSL-InstanceF.h --- ../ice.orig/files/patch-cpp-src-IceSSL-InstanceF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceSSL-InstanceF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- cpp.orig/src/IceSSL/InstanceF.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceSSL/InstanceF.h 2012-03-04 20:14:53.000000000 +0100 -@@ -18,13 +18,13 @@ - { - - class Instance; -+IceUtil::Shared* upCast(IceSSL::Instance*); - - } - - namespace IceInternal - { - --IceUtil::Shared* upCast(IceSSL::Instance*); - - } - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceSSL-TrustManager.cpp ./files/patch-cpp-src-IceSSL-TrustManager.cpp --- ../ice.orig/files/patch-cpp-src-IceSSL-TrustManager.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceSSL-TrustManager.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/IceSSL/TrustManager.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceSSL/TrustManager.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -20,7 +20,7 @@ - using namespace std; - using namespace IceSSL; - --IceUtil::Shared* IceInternal::upCast(IceSSL::TrustManager* p) { return p; } -+IceUtil::Shared* IceSSL::upCast(IceSSL::TrustManager* p) { return p; } - - TrustManager::TrustManager(const Ice::CommunicatorPtr& communicator) : - _communicator(communicator) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceSSL-TrustManagerF.h ./files/patch-cpp-src-IceSSL-TrustManagerF.h --- ../ice.orig/files/patch-cpp-src-IceSSL-TrustManagerF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceSSL-TrustManagerF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- cpp.orig/src/IceSSL/TrustManagerF.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceSSL/TrustManagerF.h 2012-03-04 20:14:53.000000000 +0100 -@@ -18,13 +18,13 @@ - { - - class TrustManager; -+IceUtil::Shared* upCast(IceSSL::TrustManager*); - - } - - namespace IceInternal - { - --IceUtil::Shared* upCast(IceSSL::TrustManager*); - - } - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceSSL-Util.cpp ./files/patch-cpp-src-IceSSL-Util.cpp --- ../ice.orig/files/patch-cpp-src-IceSSL-Util.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceSSL-Util.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/src/IceSSL/Util.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceSSL/Util.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -175,7 +175,7 @@ - return dh; - } - --IceUtil::Shared* IceInternal::upCast(IceSSL::DHParams* p) { return p; } -+IceUtil::Shared* IceSSL::upCast(IceSSL::DHParams* p) { return p; } - - IceSSL::DHParams::DHParams() : - _dh512(0), _dh1024(0), _dh2048(0), _dh4096(0) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceSSL-UtilF.h ./files/patch-cpp-src-IceSSL-UtilF.h --- ../ice.orig/files/patch-cpp-src-IceSSL-UtilF.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceSSL-UtilF.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- cpp.orig/src/IceSSL/UtilF.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceSSL/UtilF.h 2012-03-04 20:14:53.000000000 +0100 -@@ -21,13 +21,13 @@ - { - - class DHParams; -+IceUtil::Shared* upCast(IceSSL::DHParams*); - - } - - namespace IceInternal - { - --IceUtil::Shared* upCast(IceSSL::DHParams*); - - } - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceStorm-NodeI.cpp ./files/patch-cpp-src-IceStorm-NodeI.cpp --- ../ice.orig/files/patch-cpp-src-IceStorm-NodeI.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceStorm-NodeI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ ---- cpp.orig/src/IceStorm/NodeI.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceStorm/NodeI.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -18,11 +18,6 @@ - namespace - { - --bool operator==(const GroupNodeInfo& info, int id) --{ -- return info.id == id; --} -- - class CheckTask : public IceUtil::TimerTask - { - const NodeIPtr _node; diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceStorm-Replica.h ./files/patch-cpp-src-IceStorm-Replica.h --- ../ice.orig/files/patch-cpp-src-IceStorm-Replica.h 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-IceStorm-Replica.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/src/IceStorm/Replica.h 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/IceStorm/Replica.h 2012-09-10 11:43:58.000000000 +0200 -@@ -23,9 +23,9 @@ struct GroupNodeInfo - GroupNodeInfo(int i, LogUpdate l, const Ice::ObjectPrx& o = Ice::ObjectPrx()); - bool operator<(const GroupNodeInfo& rhs) const; - bool operator==(const GroupNodeInfo& rhs) const; -- const int id; -- const LogUpdate llu; -- const Ice::ObjectPrx observer; -+ int id; -+ LogUpdate llu; -+ Ice::ObjectPrx observer; - }; - - class Replica : virtual public IceUtil::Shared diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceStorm-TopicI.cpp ./files/patch-cpp-src-IceStorm-TopicI.cpp --- ../ice.orig/files/patch-cpp-src-IceStorm-TopicI.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-IceStorm-TopicI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,74 +0,0 @@ ---- cpp.orig/src/IceStorm/TopicI.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/IceStorm/TopicI.cpp 2012-09-12 22:14:00.000000000 +0200 -@@ -666,7 +666,7 @@ TopicImpl::subscribe(const QoS& origQoS, const Ice::ObjectPrx& obj) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - SubscriberRecordKey key; -@@ -703,7 +703,7 @@ TopicImpl::subscribe(const QoS& origQoS, const Ice::ObjectPrx& obj) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - SubscriberRecordKey key; -@@ -788,7 +788,7 @@ TopicImpl::subscribeAndGetPublisher(const QoS& qos, const Ice::ObjectPrx& obj) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - SubscriberRecordKey key; -@@ -912,7 +912,7 @@ TopicImpl::link(const TopicPrx& topic, Ice::Int cost) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - SubscriberRecordKey key; -@@ -1311,7 +1311,7 @@ TopicImpl::observerAddSubscriber(const LogUpdate& llu, const SubscriberRecord& r - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - SubscriberRecordKey key; -@@ -1380,7 +1380,7 @@ TopicImpl::observerRemoveSubscriber(const LogUpdate& llu, const Ice::IdentitySeq - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - for(Ice::IdentitySeq::const_iterator id = ids.begin(); id != ids.end(); ++id) -@@ -1456,7 +1456,7 @@ TopicImpl::destroyInternal(const LogUpdate& origLLU, bool master) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - // Erase all subscriber records and the topic record. -@@ -1531,7 +1531,7 @@ TopicImpl::removeSubscribers(const Ice::IdentitySeq& ids) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - for(Ice::IdentitySeq::const_iterator id = ids.begin(); id != ids.end(); ++id) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceStorm-TopicManagerI.cpp ./files/patch-cpp-src-IceStorm-TopicManagerI.cpp --- ../ice.orig/files/patch-cpp-src-IceStorm-TopicManagerI.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-IceStorm-TopicManagerI.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ ---- cpp.orig/src/IceStorm/TopicManagerI.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/IceStorm/TopicManagerI.cpp 2012-09-12 22:14:00.000000000 +0200 -@@ -312,7 +312,7 @@ TopicManagerImpl::TopicManagerImpl(const InstancePtr& instance) : - _sync = _instance->nodeAdapter()->addWithUUID(_syncImpl); - } - -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - - // Ensure that the llu counter is present in the log. - LLUWrapperPtr lluWrapper = _databaseCache->getLLU(connection); -@@ -381,7 +381,7 @@ TopicManagerImpl::create(const string& name) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - SubscriberRecordKey key; -@@ -486,7 +486,7 @@ TopicManagerImpl::observerInit(const LogUpdate& llu, const TopicContentSeq& cont - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - LLUWrapperPtr lluWrapper = _databaseCache->getLLU(connection); -@@ -590,7 +590,7 @@ TopicManagerImpl::observerCreateTopic(const LogUpdate& llu, const string& name) - { - try - { -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - SubscriberRecordKey key; -@@ -776,7 +776,7 @@ TopicManagerImpl::initMaster(const set& slaves, const LogUpdate& - { - content.clear(); - -- DatabaseConnectionPtr connection = _databaseCache->getConnection(); -+ DatabaseConnectionPtr connection = _databaseCache->newConnection(); - TransactionHolder txn(connection); - - for(map::const_iterator p = _topics.begin(); p != _topics.end(); ++p) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceUtil-Cond.cpp ./files/patch-cpp-src-IceUtil-Cond.cpp --- ../ice.orig/files/patch-cpp-src-IceUtil-Cond.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceUtil-Cond.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- cpp.orig/src/IceUtil/Cond.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceUtil/Cond.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -330,8 +330,11 @@ - - IceUtil::Cond::~Cond() - { -+#ifndef NDEBUG - int rc = 0; -- rc = pthread_cond_destroy(&_cond); -+ rc = -+#endif -+ pthread_cond_destroy(&_cond); - assert(rc == 0); - } - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceUtil-CountDownLatch.cpp ./files/patch-cpp-src-IceUtil-CountDownLatch.cpp --- ../ice.orig/files/patch-cpp-src-IceUtil-CountDownLatch.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceUtil-CountDownLatch.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ ---- cpp.orig/src/IceUtil/CountDownLatch.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceUtil/CountDownLatch.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -44,10 +44,16 @@ - #ifdef _WIN32 - CloseHandle(_event); - #else -+#ifndef NDEBUG - int rc = 0; -- rc = pthread_mutex_destroy(&_mutex); -+ rc = -+#endif -+ pthread_mutex_destroy(&_mutex); - assert(rc == 0); -- rc = pthread_cond_destroy(&_cond); -+#ifndef NDEBUG -+ rc = -+#endif -+ pthread_cond_destroy(&_cond); - assert(rc == 0); - #endif - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceUtil-CtrlCHandler.cpp ./files/patch-cpp-src-IceUtil-CtrlCHandler.cpp --- ../ice.orig/files/patch-cpp-src-IceUtil-CtrlCHandler.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceUtil-CtrlCHandler.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ ---- cpp.orig/src/IceUtil/CtrlCHandler.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceUtil/CtrlCHandler.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -219,29 +219,41 @@ - sigaddset(&ctrlCLikeSignals, SIGHUP); - sigaddset(&ctrlCLikeSignals, SIGINT); - sigaddset(&ctrlCLikeSignals, SIGTERM); -- int rc = pthread_sigmask(SIG_BLOCK, &ctrlCLikeSignals, 0); -+#ifndef NDEBUG -+ int rc = -+#endif -+ pthread_sigmask(SIG_BLOCK, &ctrlCLikeSignals, 0); - assert(rc == 0); - - // Joinable thread -- rc = pthread_create(&_tid, 0, sigwaitThread, 0); -+#ifndef NDEBUG -+ rc = -+#endif -+ pthread_create(&_tid, 0, sigwaitThread, 0); - assert(rc == 0); - } - } - - CtrlCHandler::~CtrlCHandler() - { -- int rc = pthread_cancel(_tid); -+#ifndef NDEBUG -+ int rc = -+#endif -+ pthread_cancel(_tid); - assert(rc == 0); - #if defined(__APPLE__) - // - // WORKAROUND: sigwait isn't a cancellation point on MacOS X, see - // comment in sigwaitThread - // -- rc = pthread_kill(_tid, SIGTERM); -+ pthread_kill(_tid, SIGTERM); - //assert(rc == 0); For some reaosns, this assert is sometime triggered - #endif - void* status = 0; -- rc = pthread_join(_tid, &status); -+#ifndef NDEBUG -+ rc = -+#endif -+ pthread_join(_tid, &status); - assert(rc == 0); - #if !defined(__APPLE__) - assert(status == PTHREAD_CANCELED); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceUtil-FileUtil.cpp ./files/patch-cpp-src-IceUtil-FileUtil.cpp --- ../ice.orig/files/patch-cpp-src-IceUtil-FileUtil.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceUtil-FileUtil.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ ---- cpp.orig/src/IceUtil/FileUtil.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceUtil/FileUtil.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -26,6 +26,10 @@ - # include - #endif - -+#ifdef __FreeBSD__ -+# include -+#endif -+ - using namespace std; - - // diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceUtil-RecMutex.cpp ./files/patch-cpp-src-IceUtil-RecMutex.cpp --- ../ice.orig/files/patch-cpp-src-IceUtil-RecMutex.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-IceUtil-RecMutex.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ ---- cpp.orig/src/IceUtil/RecMutex.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/IceUtil/RecMutex.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -148,8 +148,11 @@ - IceUtil::RecMutex::~RecMutex() - { - assert(_count == 0); -+#ifndef NDEBUG - int rc = 0; -- rc = pthread_mutex_destroy(&_mutex); -+ rc = -+#endif -+ pthread_mutex_destroy(&_mutex); - assert(rc == 0); - } - -@@ -196,8 +199,11 @@ - { - if(--_count == 0) - { -+#ifndef NDEBUG - int rc = 0; // Prevent warnings when NDEBUG is defined. -- rc = pthread_mutex_unlock(&_mutex); -+ rc = -+#endif -+ pthread_mutex_unlock(&_mutex); - assert(rc == 0); - } - } diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-IceUtil-Shared.cpp ./files/patch-cpp-src-IceUtil-Shared.cpp --- ../ice.orig/files/patch-cpp-src-IceUtil-Shared.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-IceUtil-Shared.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ ---- cpp.orig/src/IceUtil/Shared.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/IceUtil/Shared.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -96,6 +96,18 @@ IceUtil::SimpleShared::SimpleShared(const SimpleShared&) : - { - } - -+IceUtil::SimpleSharedUnsafeDestructor::SimpleSharedUnsafeDestructor() : -+ _ref(0), -+ _noDelete(false) -+{ -+} -+ -+IceUtil::SimpleSharedUnsafeDestructor::SimpleSharedUnsafeDestructor(const SimpleSharedUnsafeDestructor&) : -+ _ref(0), -+ _noDelete(false) -+{ -+} -+ - IceUtil::Shared::Shared() : - _ref(0), - _noDelete(false) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Slice-CPlusPlusUtil.cpp ./files/patch-cpp-src-Slice-CPlusPlusUtil.cpp --- ../ice.orig/files/patch-cpp-src-Slice-CPlusPlusUtil.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Slice-CPlusPlusUtil.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ ---- cpp.orig/src/Slice/CPlusPlusUtil.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/Slice/CPlusPlusUtil.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -631,7 +631,7 @@ - string scope = fixKwd(cl->scope()); - if(marshal) - { -- out << nl << stream << deref << "write(::Ice::ObjectPtr(::IceInternal::upCast(" << fixedParam -+ out << nl << stream << deref << "write(::Ice::ObjectPtr(" << scope << "upCast(" << fixedParam - << ".get())));"; - } - else -@@ -649,7 +649,7 @@ - string scope = fixKwd(px->_class()->scope()); - if(marshal) - { -- out << nl << stream << deref << "write(::Ice::ObjectPrx(::IceInternal::upCast(" << fixedParam -+ out << nl << stream << deref << "write(::Ice::ObjectPrx(::IceProxy" << scope << "upCast(" << fixedParam - << ".get())));"; - } - else diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-Slice-FileTracker.cpp ./files/patch-cpp-src-Slice-FileTracker.cpp --- ../ice.orig/files/patch-cpp-src-Slice-FileTracker.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-Slice-FileTracker.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ ---- cpp.orig/src/Slice/FileTracker.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/Slice/FileTracker.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -17,6 +17,10 @@ - # include - #endif - -+#ifdef __FreeBSD__ -+# include -+#endif -+ - using namespace std; - - Slice::FileException::FileException(const char* file, int line, const string& r) : diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2cpp-Gen.cpp ./files/patch-cpp-src-slice2cpp-Gen.cpp --- ../ice.orig/files/patch-cpp-src-slice2cpp-Gen.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-slice2cpp-Gen.cpp 2013-05-21 02:46:05.000000000 +0200 @@ -1,111 +1,13 @@ ---- cpp.orig/src/slice2cpp/Gen.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/slice2cpp/Gen.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -1944,8 +1944,10 @@ +--- cpp.orig/src/slice2cpp/Gen.cpp 2013-03-11 15:19:46.000000000 +0000 ++++ cpp/src/slice2cpp/Gen.cpp 2013-05-20 19:51:48.109197053 +0000 +@@ -385,6 +385,10 @@ + H << "\n#include "; + H << "\n#include "; } - - string name = fixKwd(p->name()); -+ string scoped = fixKwd(p->scoped()); - - H << sp << nl << "class " << name << ';'; -+ H << nl << _dllExport << "::IceProxy::Ice::Object* upCast(::IceProxy" << scoped << "*);"; - } - - Slice::Gen::ProxyVisitor::ProxyVisitor(Output& h, Output& c, const string& dllExport) : -@@ -3691,10 +3693,22 @@ - Slice::Gen::ObjectDeclVisitor::visitClassDecl(const ClassDeclPtr& p) - { - string name = fixKwd(p->name()); -+ string scoped = fixKwd(p->scoped()); - - H << sp << nl << "class " << name << ';'; - H << nl << "bool operator==(const " << name << "&, const " << name << "&);"; - H << nl << "bool operator<(const " << name << "&, const " << name << "&);"; -+ -+ H << sp; -+ -+ if(!p->isLocal()) ++ else if(p->hasNonLocalClassDecls()) + { -+ H << nl << _dllExport << "::Ice::Object* upCast(" << scoped << "*);"; ++ H << "\n#include "; + } -+ else -+ { -+ H << nl << _dllExport << "::Ice::LocalObject* upCast(" << scoped << "*);"; -+ } - } - - void -@@ -4922,13 +4936,13 @@ - { - if((BuiltinPtr::dynamicCast(p) && BuiltinPtr::dynamicCast(p)->kind() == Builtin::KindObject) - || ClassDeclPtr::dynamicCast(p)) -- { -- C << nl << "if(" << prefix << name << ')'; -+ { C << nl << "if(" << prefix << name << ')'; - C << sb; - ClassDeclPtr decl = ClassDeclPtr::dynamicCast(p); - if(decl) - { -- C << nl << "::IceInternal::upCast(" << prefix << name << ".get())->__addObject(_c);"; -+ string scope = fixKwd(decl->scope()); -+ C << nl << scope << "upCast(" << prefix << name << ".get())->__addObject(_c);"; - } - else - { -@@ -4991,9 +5005,10 @@ - ClassDeclPtr decl = ClassDeclPtr::dynamicCast(p); - if(decl) - { -- C << nl << "if(" << "::IceInternal::upCast(" << prefix << name << ".get())->__usesClasses())"; -+ string scope = fixKwd(decl->scope()); -+ C << nl << "if(" << scope << "upCast(" << prefix << name << ".get())->__usesClasses())"; - C << sb; -- C << nl << "::IceInternal::upCast(" << prefix << name << ".get())->__decRefUnsafe();"; -+ C << nl << scope << "upCast(" << prefix << name << ".get())->__decRefUnsafe();"; - C << nl << prefix << name << ".__clearHandleUnsafe();"; - } -@@ -5629,40 +5644,30 @@ - { - string scoped = fixKwd(p->scoped()); - -- H << sp; -- -- if(!p->isLocal()) -- { -- H << nl << _dllExport << "::Ice::Object* upCast(" << scoped << "*);"; -- H << nl << _dllExport << "::IceProxy::Ice::Object* upCast(::IceProxy" << scoped << "*);"; -- } -- else -- { -- H << nl << _dllExport << "::Ice::LocalObject* upCast(" << scoped << "*);"; -- } - } - - bool - Slice::Gen::IceInternalVisitor::visitClassDefStart(const ClassDefPtr& p) - { - string scoped = fixKwd(p->scoped()); -+ string scope = fixKwd(p->scope()); - - C << sp; - if(!p->isLocal()) + if(p->hasNonLocalDataOnlyClasses() || p->hasNonLocalExceptions()) { - C << nl - << (_dllExport.empty() ? "" : "ICE_DECLSPEC_EXPORT ") -- << "::Ice::Object* IceInternal::upCast(" << scoped << "* p) { return p; }"; -+ << "::Ice::Object* " << scope << "upCast(" << scoped << "* p) { return p; }"; - C << nl - << (_dllExport.empty() ? "" : "ICE_DECLSPEC_EXPORT ") -- << "::IceProxy::Ice::Object* IceInternal::upCast(::IceProxy" << scoped -+ << "::IceProxy::Ice::Object* IceProxy" << scope << "upCast(::IceProxy" << scoped - << "* p) { return p; }"; - } - else - { - C << nl - << (_dllExport.empty() ? "" : "ICE_DECLSPEC_EXPORT ") -- << "::Ice::LocalObject* IceInternal::upCast(" << scoped << "* p) { return p; }"; -+ << "::Ice::LocalObject* " << scope << "upCast(" << scoped << "* p) { return p; }"; - } - - return true; diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2cpp-Main.cpp ./files/patch-cpp-src-slice2cpp-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2cpp-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2cpp-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ ---- cpp.orig/src/slice2cpp/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2cpp/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -22,7 +22,7 @@ using namespace Slice; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -31,13 +31,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -48,7 +48,7 @@ Init init; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -294,7 +294,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2cs-Gen.cpp ./files/patch-cpp-src-slice2cs-Gen.cpp --- ../ice.orig/files/patch-cpp-src-slice2cs-Gen.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-slice2cs-Gen.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ ---- cpp.orig/src/slice2cs/Gen.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/slice2cs/Gen.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -1281,7 +1281,7 @@ - { - _out << value << "F"; - } -- else if(ep = EnumPtr::dynamicCast(type)) -+ else if((ep = EnumPtr::dynamicCast(type))) - { - string enumName = fixId(ep->scoped()); - string::size_type colon = value.rfind(':'); -@@ -3914,16 +3914,6 @@ - ClassDefPtr cl = ClassDefPtr::dynamicCast(p->container()); - string name = fixId(p->name(), DotNet::ICloneable, true); - vector params = getParams(p); -- bool hasOutParams = false; -- ParamDeclList paramList = p->parameters(); -- for(ParamDeclList::const_iterator pli = paramList.begin(); pli != paramList.end(); ++pli) -- { -- if((*pli)->isOutParam()) -- { -- hasOutParams = true; -- break; -- } -- } - - _out << sp; - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2cs-Main.cpp ./files/patch-cpp-src-slice2cs-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2cs-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2cs-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ ---- cpp.orig/src/slice2cs/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2cs/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -22,7 +22,7 @@ using namespace Slice; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -31,13 +31,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -48,7 +48,7 @@ Init init; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -303,7 +303,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2freeze-Main.cpp ./files/patch-cpp-src-slice2freeze-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2freeze-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2freeze-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,55 +0,0 @@ ---- cpp.orig/src/slice2freeze/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2freeze/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -28,7 +28,7 @@ using namespace Slice; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -37,13 +37,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -56,7 +56,7 @@ string ICE_ENCODING_COMPARE = "Freeze::IceEncodingCompare"; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -1995,7 +1995,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { -@@ -2042,7 +2042,7 @@ compile(int argc, char* argv[]) - u->destroy(); - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2freezej-Main.cpp ./files/patch-cpp-src-slice2freezej-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2freezej-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2freezej-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,55 +0,0 @@ ---- cpp.orig/src/slice2freezej/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2freezej/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -26,7 +26,7 @@ using namespace IceUtilInternal; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -35,13 +35,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -52,7 +52,7 @@ Init init; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock lock(mutex); -+ IceUtilInternal::MutexPtrLock lock(mtx); - - interrupted = true; - } -@@ -1828,7 +1828,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { -@@ -1923,7 +1923,7 @@ compile(int argc, char* argv[]) - u->destroy(); - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2html-Main.cpp ./files/patch-cpp-src-slice2html-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2html-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2html-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,55 +0,0 @@ ---- cpp.orig/src/slice2html/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2html/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -24,7 +24,7 @@ using namespace IceUtil; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -33,13 +33,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -50,7 +50,7 @@ Init init; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -254,7 +254,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { -@@ -296,7 +296,7 @@ compile(int argc, char* argv[]) - p->destroy(); - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2java-Gen.cpp ./files/patch-cpp-src-slice2java-Gen.cpp --- ../ice.orig/files/patch-cpp-src-slice2java-Gen.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-src-slice2java-Gen.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ ---- cpp.orig/src/slice2java/Gen.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/src/slice2java/Gen.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -1246,7 +1246,7 @@ - { - BuiltinPtr bp; - EnumPtr ep; -- if(bp = BuiltinPtr::dynamicCast(type)) -+ if((bp = BuiltinPtr::dynamicCast(type))) - { - switch(bp->kind()) - { -@@ -1349,7 +1349,7 @@ - } - - } -- else if(ep = EnumPtr::dynamicCast(type)) -+ else if((ep = EnumPtr::dynamicCast(type))) - { - string val = value; - string::size_type pos = val.rfind(':'); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2java-Main.cpp ./files/patch-cpp-src-slice2java-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2java-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2java-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ ---- cpp.orig/src/slice2java/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2java/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -23,7 +23,7 @@ using namespace Slice; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -32,13 +32,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -49,7 +49,7 @@ Init init; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -356,7 +356,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2php-Main.cpp ./files/patch-cpp-src-slice2php-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2php-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2php-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ ---- cpp.orig/src/slice2php/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2php/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -1488,7 +1488,7 @@ printHeader(IceUtilInternal::Output& out) - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -1497,13 +1497,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -1514,7 +1514,7 @@ Init init; - static void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -1777,7 +1777,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2py-Main.cpp ./files/patch-cpp-src-slice2py-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2py-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2py-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ ---- cpp.orig/src/slice2py/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2py/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -40,7 +40,7 @@ using namespace Slice::Python; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -49,13 +49,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -66,7 +66,7 @@ Init init; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -631,7 +631,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-src-slice2rb-Main.cpp ./files/patch-cpp-src-slice2rb-Main.cpp --- ../ice.orig/files/patch-cpp-src-slice2rb-Main.cpp 2012-09-23 16:45:33.000000000 +0200 +++ ./files/patch-cpp-src-slice2rb-Main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ ---- cpp.orig/src/slice2rb/Main.cpp 2011-06-15 21:43:58.000000000 +0200 -+++ cpp/src/slice2rb/Main.cpp 2012-09-10 11:43:58.000000000 +0200 -@@ -39,7 +39,7 @@ using namespace Slice::Ruby; - namespace - { - --IceUtil::Mutex* mutex = 0; -+IceUtil::Mutex* mtx = 0; - bool interrupted = false; - - class Init -@@ -48,13 +48,13 @@ public: - - Init() - { -- mutex = new IceUtil::Mutex; -+ mtx = new IceUtil::Mutex; - } - - ~Init() - { -- delete mutex; -- mutex = 0; -+ delete mtx; -+ mtx = 0; - } - }; - -@@ -65,7 +65,7 @@ Init init; - void - interruptedCallback(int signal) - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - interrupted = true; - } -@@ -316,7 +316,7 @@ compile(int argc, char* argv[]) - } - - { -- IceUtilInternal::MutexPtrLock sync(mutex); -+ IceUtilInternal::MutexPtrLock sync(mtx); - - if(interrupted) - { diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-test-Glacier2-ssl-Server.cpp ./files/patch-cpp-test-Glacier2-ssl-Server.cpp --- ../ice.orig/files/patch-cpp-test-Glacier2-ssl-Server.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-test-Glacier2-ssl-Server.cpp 2013-05-20 01:06:16.000000000 +0200 @@ -18,15 +18,6 @@ } } -@@ -99,7 +105,7 @@ - } - - virtual void -- ice_ping(const Ice::Current& current) -+ ice_ping(const Ice::Current& current) const - { - testContext(_ssl, current.ctx); - } @@ -133,8 +139,11 @@ { testContext(true, current.ctx); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-test-Ice-background-EndpointI.h ./files/patch-cpp-test-Ice-background-EndpointI.h --- ../ice.orig/files/patch-cpp-test-Ice-background-EndpointI.h 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-test-Ice-background-EndpointI.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- cpp.orig/test/Ice/background/EndpointI.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/test/Ice/background/EndpointI.h 2012-03-04 20:14:53.000000000 +0100 -@@ -48,7 +48,7 @@ - - virtual Ice::Int hashInit() const; - #if !defined(_MSC_VER) || _MSC_VER > 1300 -- using IceInternal::EndpointI::connectors; -+ using ::IceInternal::EndpointI::connectors; - #endif - - private: diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-test-Ice-custom-AllTests.cpp ./files/patch-cpp-test-Ice-custom-AllTests.cpp --- ../ice.orig/files/patch-cpp-test-Ice-custom-AllTests.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-test-Ice-custom-AllTests.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ ---- cpp.orig/test/Ice/custom/AllTests.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/test/Ice/custom/AllTests.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -1384,7 +1384,8 @@ - const ::Test::ClassStructSeq& seq, - const InParamPtr& cookie) - { -- pair< ::Test::ClassStructPtr, ::Test::ClassStructSeq> in = getIn(in, cookie); -+ pair< ::Test::ClassStructPtr, ::Test::ClassStructSeq> in; -+ in = getIn(in, cookie); - test(ret == in.first); - test(cs1 == in.first); - test(seq == in.second); -@@ -1432,7 +1433,8 @@ - - void throwExcept1(const Ice::AsyncResultPtr& result) - { -- wstring in = getIn(in, InParamPtr::dynamicCast(result->getCookie())); -+ wstring in; -+ in = getIn(in, InParamPtr::dynamicCast(result->getCookie())); - try - { - Test1::WstringClassPrx t = Test1::WstringClassPrx::uncheckedCast(result->getProxy()); -@@ -1451,7 +1453,8 @@ - - void throwExcept2(const Ice::AsyncResultPtr& result) - { -- wstring in = getIn(in, InParamPtr::dynamicCast(result->getCookie())); -+ wstring in; -+ in = getIn(in, InParamPtr::dynamicCast(result->getCookie())); - try - { - Test2::WstringClassPrx t = Test2::WstringClassPrx::uncheckedCast(result->getProxy()); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-test-Ice-metrics-AllTests.cpp ./files/patch-cpp-test-Ice-metrics-AllTests.cpp --- ../ice.orig/files/patch-cpp-test-Ice-metrics-AllTests.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-cpp-test-Ice-metrics-AllTests.cpp 2013-05-20 04:20:07.000000000 +0200 @@ -0,0 +1,32 @@ +--- cpp.orig/test/Ice/metrics/AllTests.cpp 2013-03-11 15:19:47.000000000 +0000 ++++ cpp/test/Ice/metrics/AllTests.cpp 2013-05-20 02:11:00.939194168 +0000 +@@ -597,9 +597,12 @@ + testAttribute(clientMetrics, clientProps, update, "Connection", "incoming", "false"); + testAttribute(clientMetrics, clientProps, update, "Connection", "adapterName", ""); + testAttribute(clientMetrics, clientProps, update, "Connection", "connectionId", "Con1"); +- testAttribute(clientMetrics, clientProps, update, "Connection", "localHost", "127.0.0.1"); ++ if (!inFreeBSDJail()) ++ { ++ testAttribute(clientMetrics, clientProps, update, "Connection", "localHost", "127.0.0.1"); ++ testAttribute(clientMetrics, clientProps, update, "Connection", "remoteHost", "127.0.0.1"); ++ } + //testAttribute(clientMetrics, clientProps, update, "Connection", "localPort", ""); +- testAttribute(clientMetrics, clientProps, update, "Connection", "remoteHost", "127.0.0.1"); + testAttribute(clientMetrics, clientProps, update, "Connection", "remotePort", "12010"); + testAttribute(clientMetrics, clientProps, update, "Connection", "mcastHost", ""); + testAttribute(clientMetrics, clientProps, update, "Connection", "mcastPort", ""); +@@ -814,9 +817,12 @@ + testAttribute(serverMetrics, serverProps, update, "Dispatch", "incoming", "true", op); + testAttribute(serverMetrics, serverProps, update, "Dispatch", "adapterName", "TestAdapter", op); + testAttribute(serverMetrics, serverProps, update, "Dispatch", "connectionId", "", op); +- testAttribute(serverMetrics, serverProps, update, "Dispatch", "localHost", "127.0.0.1", op); ++ if (!inFreeBSDJail()) ++ { ++ testAttribute(serverMetrics, serverProps, update, "Dispatch", "localHost", "127.0.0.1", op); ++ testAttribute(serverMetrics, serverProps, update, "Dispatch", "remoteHost", "127.0.0.1", op); ++ } + testAttribute(serverMetrics, serverProps, update, "Dispatch", "localPort", "12010", op); +- testAttribute(serverMetrics, serverProps, update, "Dispatch", "remoteHost", "127.0.0.1", op); + //testAttribute(serverMetrics, serverProps, update, "Dispatch", "remotePort", "12010", op); + testAttribute(serverMetrics, serverProps, update, "Dispatch", "mcastHost", "", op); + testAttribute(serverMetrics, serverProps, update, "Dispatch", "mcastPort", "", op); diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-test-Ice-properties-run.py ./files/patch-cpp-test-Ice-properties-run.py --- ../ice.orig/files/patch-cpp-test-Ice-properties-run.py 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-test-Ice-properties-run.py 2013-06-01 19:52:55.000000000 +0200 @@ -1,18 +1,29 @@ ---- cpp.orig/test/Ice/properties/run.py 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/test/Ice/properties/run.py 2012-03-04 20:14:53.000000000 +0100 -@@ -26,7 +26,7 @@ +--- cpp.orig/test/Ice/properties/run.py 2013-03-11 15:19:47.000000000 +0000 ++++ cpp/test/Ice/properties/run.py 2013-05-21 03:48:13.020195761 +0000 +@@ -28,15 +28,15 @@ # - # Write config - # --configPath = u"./config/中国_client.config" -+configPath = u"./config/中国_client.config".encode("utf-8") + if sys.version_info[0] == 2: + configPath = "./config/\xe4\xb8\xad\xe5\x9b\xbd_client.config".decode("utf-8") +- TestUtil.createConfig(configPath, ++ TestUtil.createConfig(configPath.encode("utf-8"), + ["# Automatically generated by Ice test driver.", + "Ice.Trace.Protocol=1", + "Ice.Trace.Network=1", + "Ice.ProgramName=PropertiesClient", +- "Config.Path=./config/中国_client.config"]) ++ "Config.Path=" + configPath.encode("utf-8")]) + else: + configPath = "./config/\u4e2d\u56fd_client.config" +- TestUtil.createConfig(configPath, ++ TestUtil.createConfig(configPath.encode("utf-8"), + ["# Automatically generated by Ice test driver.", + "Ice.Trace.Protocol=1", + "Ice.Trace.Network=1", +@@ -46,5 +46,5 @@ - TestUtil.createConfig(configPath, - ["# Automatically generated by Ice test driver.", -@@ -38,4 +38,4 @@ TestUtil.simpleTest(client) - if os.path.exists(configPath): +-if os.path.exists(configPath): - os.remove(configPath) -\ No newline at end of file -+ os.remove(configPath) ++if os.path.exists(configPath.encode("utf-8")): ++ os.remove(configPath.encode("utf-8")) diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-test-IceUtil-unicode-Client.cpp ./files/patch-cpp-test-IceUtil-unicode-Client.cpp --- ../ice.orig/files/patch-cpp-test-IceUtil-unicode-Client.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-test-IceUtil-unicode-Client.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ ---- cpp.orig/test/IceUtil/unicode/Client.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/test/IceUtil/unicode/Client.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -15,6 +15,10 @@ - # include - #endif - -+#ifdef __FreeBSD__ -+# include -+#endif -+ - using namespace IceUtil; - using namespace std; - diff -ruN --exclude=CVS ../ice.orig/files/patch-cpp-test-Slice-keyword-Client.cpp ./files/patch-cpp-test-Slice-keyword-Client.cpp --- ../ice.orig/files/patch-cpp-test-Slice-keyword-Client.cpp 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-cpp-test-Slice-keyword-Client.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ ---- cpp.orig/test/Slice/keyword/Client.cpp 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/test/Slice/keyword/Client.cpp 2012-03-04 20:14:53.000000000 +0100 -@@ -73,6 +73,9 @@ - virtual void ice_response(Ice::Int) {} - virtual void ice_exception(const ::Ice::Exception&) {} - }; -+ -+template -+void unused(T const &) { } - - // - // This section of the test is present to ensure that the C++ types -@@ -86,6 +89,7 @@ - - _cpp_and::_cpp_auto b; - b._cpp_default = 0; -+ unused(b); - - _cpp_and::deletePtr c = new _cpp_and::_cpp_delete(); - c->_cpp_else = ""; diff -ruN --exclude=CVS ../ice.orig/files/patch-scripts-TestUtil.py ./files/patch-scripts-TestUtil.py --- ../ice.orig/files/patch-scripts-TestUtil.py 2012-07-14 15:54:48.000000000 +0200 +++ ./files/patch-scripts-TestUtil.py 2013-05-21 02:45:33.000000000 +0200 @@ -1,6 +1,6 @@ ---- scripts.orig/TestUtil.py 2011-06-15 21:44:00.000000000 +0200 -+++ scripts/TestUtil.py 2012-03-04 20:14:53.000000000 +0100 -@@ -74,6 +74,25 @@ +--- scripts.orig/TestUtil.py 2013-03-11 15:19:47.000000000 +0000 ++++ scripts/TestUtil.py 2013-05-21 00:29:37.903194948 +0000 +@@ -84,6 +84,25 @@ def isLinux(): return sys.platform.startswith("linux") @@ -26,19 +26,18 @@ def getCppCompiler(): compiler = "" if os.environ.get("CPP_COMPILER", "") != "": -@@ -1590,7 +1609,15 @@ - if isDarwin() and "nodarwin" in config: - print "%s*** test not supported under Darwin%s" % (prefix, suffix) +@@ -1846,6 +1865,14 @@ + print("%s*** test not supported under Darwin%s" % (prefix, suffix)) continue -+ + + if isFreeBSD() and "nofreebsd" in config: -+ print "%s*** test not supported under FreeBSD%s" % (prefix, suffix) ++ print("%s*** test not supported under FreeBSD%s" % (prefix, suffix)) + continue - ++ + if isFreeBSDJail() and "nofreebsdjail" in config: -+ print "%s*** test not supported within a FreeBSD Jail%s" % (prefix, suffix) ++ print("%s*** test not supported within a FreeBSD Jail%s" % (prefix, suffix)) + continue + if not isWin32() and "win32only" in config: - print "%s*** test only supported under Win32%s" % (prefix, suffix) + print("%s*** test only supported under Win32%s" % (prefix, suffix)) continue diff -ruN --exclude=CVS ../ice.orig/pkg-message ./pkg-message --- ../ice.orig/pkg-message 1970-01-01 01:00:00.000000000 +0100 +++ ./pkg-message 2013-05-20 18:43:50.000000000 +0200 @@ -0,0 +1,14 @@ +The default on-the-wire encoding for Ice changed in version 3.5 and IPv6 +is now enabled by default. ABI versions are not compatible. + +For details on these and additional changes please read the upgrading +instructions available at + + http://doc.zeroc.com/x/SQpN + +For on-the-wire background compatibility add + + Ice.IPv6=0 + Ice.Default.EncodingVersion=1.0 + +to your Ice application configuration. diff -ruN --exclude=CVS ../ice.orig/pkg-plist ./pkg-plist --- ../ice.orig/pkg-plist 2012-07-14 15:54:48.000000000 +0200 +++ ./pkg-plist 2013-06-02 23:37:47.000000000 +0200 @@ -41,12 +41,14 @@ include/Freeze/TransactionalEvictor.h include/Glacier2/Application.h include/Glacier2/Glacier2.h +include/Glacier2/Metrics.h include/Glacier2/PermissionsVerifier.h include/Glacier2/PermissionsVerifierF.h include/Glacier2/Router.h include/Glacier2/RouterF.h include/Glacier2/SSLInfo.h include/Glacier2/Session.h +include/Glacier2/SessionHelper.h include/Ice/Application.h include/Ice/BasicStream.h include/Ice/Buffer.h @@ -77,6 +79,7 @@ include/Ice/FacetMap.h include/Ice/FactoryTable.h include/Ice/FactoryTableInit.h +include/Ice/Format.h include/Ice/Functional.h include/Ice/GCCountMap.h include/Ice/GCShared.h @@ -91,6 +94,8 @@ include/Ice/IncomingAsyncF.h include/Ice/Initialize.h include/Ice/InstanceF.h +include/Ice/Instrumentation.h +include/Ice/InstrumentationF.h include/Ice/LocalException.h include/Ice/LocalObject.h include/Ice/LocalObjectF.h @@ -99,6 +104,10 @@ include/Ice/Logger.h include/Ice/LoggerF.h include/Ice/LoggerUtil.h +include/Ice/Metrics.h +include/Ice/MetricsAdminI.h +include/Ice/MetricsFunctional.h +include/Ice/MetricsObserverI.h include/Ice/Object.h include/Ice/ObjectAdapter.h include/Ice/ObjectAdapterF.h @@ -106,6 +115,8 @@ include/Ice/ObjectF.h include/Ice/ObjectFactory.h include/Ice/ObjectFactoryF.h +include/Ice/ObjectFactoryManagerF.h +include/Ice/ObserverHelper.h include/Ice/Outgoing.h include/Ice/OutgoingAsync.h include/Ice/OutgoingAsyncF.h @@ -114,6 +125,7 @@ include/Ice/Process.h include/Ice/ProcessF.h include/Ice/Properties.h +include/Ice/PropertiesAdmin.h include/Ice/PropertiesF.h include/Ice/Protocol.h include/Ice/ProtocolPluginFacade.h @@ -132,13 +144,17 @@ include/Ice/Service.h include/Ice/SliceChecksumDict.h include/Ice/SliceChecksums.h +include/Ice/SlicedData.h +include/Ice/SlicedDataF.h include/Ice/Stats.h include/Ice/StatsF.h include/Ice/Stream.h include/Ice/StreamF.h +include/Ice/StreamHelpers.h include/Ice/StringConverter.h include/Ice/UndefSysMacros.h include/Ice/UserExceptionFactory.h +include/Ice/Version.h include/IceBox/IceBox.h include/IceGrid/Admin.h include/IceGrid/Descriptor.h @@ -160,6 +176,7 @@ include/IceSSL/IceSSL.h include/IceSSL/Plugin.h include/IceStorm/IceStorm.h +include/IceStorm/Metrics.h include/IceUtil/AbstractMutex.h include/IceUtil/ArgVector.h include/IceUtil/Cache.h @@ -181,14 +198,15 @@ include/IceUtil/MutexProtocol.h include/IceUtil/MutexPtrLock.h include/IceUtil/MutexPtrTryLock.h +include/IceUtil/Optional.h include/IceUtil/Options.h include/IceUtil/OutputUtil.h -include/IceUtil/RWRecMutex.h include/IceUtil/Random.h include/IceUtil/RecMutex.h +include/IceUtil/ScannerConfig.h include/IceUtil/ScopedArray.h include/IceUtil/Shared.h -include/IceUtil/StaticMutex.h +include/IceUtil/StopWatch.h include/IceUtil/StringUtil.h include/IceUtil/Thread.h include/IceUtil/ThreadException.h @@ -196,6 +214,7 @@ include/IceUtil/Timer.h include/IceUtil/UUID.h include/IceUtil/Unicode.h +include/IceUtil/UniquePtr.h include/IceXML/Parser.h include/Slice/CPlusPlusUtil.h include/Slice/Checksum.h @@ -211,50 +230,50 @@ include/Slice/Util.h lib/ImportKey.class lib/libFreeze.so -lib/libFreeze.so.3.4.2 -lib/libFreeze.so.34 +lib/libFreeze.so.3.5.0 +lib/libFreeze.so.35 lib/libGlacier2.so -lib/libGlacier2.so.3.4.2 -lib/libGlacier2.so.34 +lib/libGlacier2.so.3.5.0 +lib/libGlacier2.so.35 lib/libIce.so -lib/libIce.so.3.4.2 -lib/libIce.so.34 +lib/libIce.so.3.5.0 +lib/libIce.so.35 lib/libIceBox.so -lib/libIceBox.so.3.4.2 -lib/libIceBox.so.34 +lib/libIceBox.so.3.5.0 +lib/libIceBox.so.35 lib/libIceDB.so -lib/libIceDB.so.3.4.2 -lib/libIceDB.so.34 +lib/libIceDB.so.3.5.0 +lib/libIceDB.so.35 lib/libIceGrid.so -lib/libIceGrid.so.3.4.2 -lib/libIceGrid.so.34 +lib/libIceGrid.so.3.5.0 +lib/libIceGrid.so.35 lib/libIceGridFreezeDB.so -lib/libIceGridFreezeDB.so.3.4.2 -lib/libIceGridFreezeDB.so.34 +lib/libIceGridFreezeDB.so.3.5.0 +lib/libIceGridFreezeDB.so.35 lib/libIcePatch2.so -lib/libIcePatch2.so.3.4.2 -lib/libIcePatch2.so.34 +lib/libIcePatch2.so.3.5.0 +lib/libIcePatch2.so.35 lib/libIceSSL.so -lib/libIceSSL.so.3.4.2 -lib/libIceSSL.so.34 +lib/libIceSSL.so.3.5.0 +lib/libIceSSL.so.35 lib/libIceStorm.so -lib/libIceStorm.so.3.4.2 -lib/libIceStorm.so.34 +lib/libIceStorm.so.3.5.0 +lib/libIceStorm.so.35 lib/libIceStormFreezeDB.so -lib/libIceStormFreezeDB.so.3.4.2 -lib/libIceStormFreezeDB.so.34 +lib/libIceStormFreezeDB.so.3.5.0 +lib/libIceStormFreezeDB.so.35 lib/libIceStormService.so -lib/libIceStormService.so.3.4.2 -lib/libIceStormService.so.34 +lib/libIceStormService.so.3.5.0 +lib/libIceStormService.so.35 lib/libIceUtil.so -lib/libIceUtil.so.3.4.2 -lib/libIceUtil.so.34 +lib/libIceUtil.so.3.5.0 +lib/libIceUtil.so.35 lib/libIceXML.so -lib/libIceXML.so.3.4.2 -lib/libIceXML.so.34 +lib/libIceXML.so.3.5.0 +lib/libIceXML.so.35 lib/libSlice.so -lib/libSlice.so.3.4.2 -lib/libSlice.so.34 +lib/libSlice.so.3.5.0 +lib/libSlice.so.35 %%DATADIR%%/Freeze/BackgroundSaveEvictor.ice %%DATADIR%%/Freeze/CatalogData.ice %%DATADIR%%/Freeze/Connection.ice @@ -266,6 +285,7 @@ %%DATADIR%%/Freeze/Exception.ice %%DATADIR%%/Freeze/Transaction.ice %%DATADIR%%/Freeze/TransactionalEvictor.ice +%%DATADIR%%/Glacier2/Metrics.ice %%DATADIR%%/Glacier2/PermissionsVerifier.ice %%DATADIR%%/Glacier2/PermissionsVerifierF.ice %%DATADIR%%/Glacier2/Router.ice @@ -286,11 +306,14 @@ %%DATADIR%%/Ice/Identity.ice %%DATADIR%%/Ice/ImplicitContext.ice %%DATADIR%%/Ice/ImplicitContextF.ice +%%DATADIR%%/Ice/Instrumentation.ice +%%DATADIR%%/Ice/InstrumentationF.ice %%DATADIR%%/Ice/LocalException.ice %%DATADIR%%/Ice/Locator.ice %%DATADIR%%/Ice/LocatorF.ice %%DATADIR%%/Ice/Logger.ice %%DATADIR%%/Ice/LoggerF.ice +%%DATADIR%%/Ice/Metrics.ice %%DATADIR%%/Ice/ObjectAdapter.ice %%DATADIR%%/Ice/ObjectAdapterF.ice %%DATADIR%%/Ice/ObjectFactory.ice @@ -308,6 +331,7 @@ %%DATADIR%%/Ice/SliceChecksumDict.ice %%DATADIR%%/Ice/Stats.ice %%DATADIR%%/Ice/StatsF.ice +%%DATADIR%%/Ice/Version.ice %%DATADIR%%/IceBox/IceBox.ice %%DATADIR%%/IceGrid/Admin.ice %%DATADIR%%/IceGrid/Descriptor.ice @@ -324,13 +348,16 @@ %%DATADIR%%/IceSSL/ConnectionInfo.ice %%DATADIR%%/IceSSL/EndpointInfo.ice %%DATADIR%%/IceStorm/IceStorm.ice +%%DATADIR%%/IceStorm/Metrics.ice %%DATADIR%%/LICENSE %%DATADIR%%/config/convertssl.py %%DATADIR%%/config/icegrid-slice.3.1.ice.gz %%DATADIR%%/config/icegrid-slice.3.2.ice.gz %%DATADIR%%/config/icegrid-slice.3.3.ice.gz +%%DATADIR%%/config/icegrid-slice.3.5.ice.gz %%DATADIR%%/config/templates.xml -%%DATADIR%%/config/upgradeicegrid.py +%%DATADIR%%/config/upgradeicegrid33.py +%%DATADIR%%/config/upgradeicegrid35.py %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze.html %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/BackgroundSaveEvictor.html %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/CatalogData.html @@ -351,7 +378,6 @@ %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/TransactionAlreadyInProgressException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/TransactionalEvictor.html %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/Admin.html %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/CannotCreateSessionException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/IdentitySet.html %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/PermissionDeniedException.html @@ -389,6 +415,7 @@ %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/DNSException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/DatagramLimitException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EncapsulationException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EncodingVersion.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Endpoint.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointInfo.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointParseException.html @@ -407,6 +434,7 @@ %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IllegalMessageSizeException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ImplicitContext.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/InitializationException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Instrumentation.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/InvalidReplicaGroupIdException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Locator.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/LocatorRegistry.html @@ -432,6 +460,7 @@ %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Properties.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/PropertiesAdmin.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ProtocolException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ProtocolVersion.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ProxyParseException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ProxyUnmarshalException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/RequestFailedException.html @@ -461,6 +490,7 @@ %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnsupportedEncodingException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnsupportedProtocolException.html %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/VersionMismatchException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/VersionParseException.html %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox.html %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/AlreadyStartedException.html %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/AlreadyStoppedException.html @@ -545,8 +575,20 @@ %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/TemplateDescriptor.html %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/UserAccountMapper.html %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/UserAccountNotFoundException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/ConnectionMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/DispatchMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/InvocationMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/Metrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/MetricsAdmin.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/MetricsFailures.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/RemoteMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/SessionMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/SubscriberMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/ThreadMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/TopicMetrics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceMX/UnknownMetricsView.html %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2.html -%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/Admin.html %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileAccessException.html %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileInfo.html %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileServer.html @@ -589,6 +631,7 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceStorm %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceSSL %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IcePatch2 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceMX %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceGrid %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceBox %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Ice --- Ice-3.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22: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 B4CD51EE for ; Sun, 2 Jun 2013 22: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 968EB1AEB for ; Sun, 2 Jun 2013 22:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MK23i052254 for ; Sun, 2 Jun 2013 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MK2a9052253; Sun, 2 Jun 2013 22:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 22:20:02 GMT Resent-Message-Id: <201306022220.r52MK2a9052253@freefall.freebsd.org> 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 685581E6 for ; Sun, 2 Jun 2013 22:18:42 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 151D11AE5 for ; Sun, 2 Jun 2013 22:18:42 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Ltkst-1UJWBC0Zoz-011DKF for ; Mon, 03 Jun 2013 00:18:35 +0200 Received: (qmail invoked by alias); 02 Jun 2013 22:18:34 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp001) with SMTP; 03 Jun 2013 00:18:34 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 00:18:34 +0200 Message-Id: <20130602221842.685581E6@hub.freebsd.org> Date: Mon, 03 Jun 2013 00:18:34 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179234: [PATCH] audio/mpc: update to 0.22, Remove EXAMPLES DOCS Options, add license Cc: ports@mark.reidel.info X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 22:20:04 -0000 >Number: 179234 >Category: ports >Synopsis: [PATCH] audio/mpc: update to 0.22, Remove EXAMPLES DOCS Options, add license >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 Jun 02 22:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 0.22 - Add license - Remove EXAMPLES DOCS Options - Fix examples - Cleanup Makefile - Trim pkg-descr Port maintainer (ports@mark.reidel.info) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130602193101-63526/ >Fix: --- mpc-0.22.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/mpc/Makefile ./Makefile --- /usr/ports/audio/mpc/Makefile 2013-06-02 19:00:28.000000000 +0200 +++ ./Makefile 2013-06-03 00:08:05.000000000 +0200 @@ -2,16 +2,18 @@ # $FreeBSD: head/audio/mpc/Makefile 316654 2013-04-27 08:50:46Z mva $ PORTNAME= mpc -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= audio ipv6 -MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}/ MAINTAINER= ports@mark.reidel.info COMMENT= Command line client for the musicpd +LICENSE= GPLv2 + LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient -OPTIONS_DEFINE= EXAMPLES DOCS ICONV +OPTIONS_DEFINE= ICONV OPTIONS_DEFAULT= ICONV ICONV_DESC= Support for international characters @@ -21,22 +23,17 @@ LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include +MAN1= ${PORTNAME}.1 + PORTDOCS= AUTHORS README NEWS +PORTEXAMPLES= * -PLIST_FILES= bin/${PORTNAME} %%PORTEXAMPLES%%%%EXAMPLESDIR%%/${PORTNAME}-completion.bash +PLIST_FILES= bin/${PORTNAME} .include -.if ${PORT_OPTIONS:MEXAMPLES} -PLIST_DIRS= %%EXAMPLESDIR%% -.endif - -.ifndef(NO_INSTALL_MANPAGES) -MAN1= ${PORTNAME}.1 -.endif - .if ${PORT_OPTIONS:MICONV} -USES= iconv +USES= iconv .else CONFIGURE_ARGS+=--disable-iconv .endif @@ -45,19 +42,18 @@ @${REINPLACE_CMD} -e 's|-lintl|-liconv|g' ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif + .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-completion.bash ${EXAMPLESDIR} .endif -.ifndef(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ -.endif + + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 .include diff -ruN --exclude=CVS /usr/ports/audio/mpc/distinfo ./distinfo --- /usr/ports/audio/mpc/distinfo 2013-06-02 19:00:28.000000000 +0200 +++ ./distinfo 2013-06-03 00:11:29.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (mpc-0.21.tar.bz2) = 2fd743c42a52e5de376e774dd968541f6b6273ec782c66600b75d740f8b47cc2 -SIZE (mpc-0.21.tar.bz2) = 99936 +SHA256 (mpc-0.22.tar.bz2) = cc42811d7ed8e65d50a0aaf1edf29597e3e264b06026b40da88a8a763a2dd334 +SIZE (mpc-0.22.tar.bz2) = 102296 diff -ruN --exclude=CVS /usr/ports/audio/mpc/pkg-descr ./pkg-descr --- /usr/ports/audio/mpc/pkg-descr 2013-06-02 19:00:28.000000000 +0200 +++ ./pkg-descr 2013-06-03 00:11:20.000000000 +0200 @@ -2,4 +2,4 @@ mpc connects to a MPD running on a machine via a network. Read more about MPD on http://www.musicpd.org -WWW: http://www.musicpd.org +WWW: http://www.musicpd.org --- mpc-0.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22:20:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA834253; Sun, 2 Jun 2013 22:20: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 83FAC1AEF; Sun, 2 Jun 2013 22:20:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MKQYe053752; Sun, 2 Jun 2013 22:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MKQ1K053751; Sun, 2 Jun 2013 22:20:26 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 22:20:26 GMT Message-Id: <201306022220.r52MKQ1K053751@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179234: [PATCH] audio/mpc: update to 0.22, Remove EXAMPLES DOCS Options, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 22:20:26 -0000 Synopsis: [PATCH] audio/mpc: update to 0.22, Remove EXAMPLES DOCS Options, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 22:20:26 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179234 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22: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 A081F3E8 for ; Sun, 2 Jun 2013 22:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 855281B26 for ; Sun, 2 Jun 2013 22:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MU0Pc054137 for ; Sun, 2 Jun 2013 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MU0Vo054136; Sun, 2 Jun 2013 22:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 22:30:00 GMT Resent-Message-Id: <201306022230.r52MU0Vo054136@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B1843D6 for ; Sun, 2 Jun 2013 22:27:16 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 2F52E1B1C for ; Sun, 2 Jun 2013 22:27:15 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.20]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Ld2ys-1U1ATs3IlE-00iAgQ for ; Mon, 03 Jun 2013 00:27:08 +0200 Received: (qmail invoked by alias); 02 Jun 2013 22:27:07 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp020) with SMTP; 03 Jun 2013 00:27:07 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 00:27:08 +0200 Message-Id: <20130602222716.9B1843D6@hub.freebsd.org> Date: Mon, 03 Jun 2013 00:27:08 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179235: [PATCH] audio/sphinx3: Trim pkg-plist, remove simple patch Cc: jpaetzel@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, 02 Jun 2013 22:30:00 -0000 >Number: 179235 >Category: ports >Synopsis: [PATCH] audio/sphinx3: Trim pkg-plist, remove simple patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 22:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Use REINPLACE_CMD instead of simple patches - Trim pkg-plist Removed file(s): - files/patch-src_libs3decoder_libsearch_vithist.c Generated and tested manually, tested with port test and with RedPort, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130602213801-52509/ >Fix: --- sphinx3-0.8_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/sphinx3/Makefile ./Makefile --- /usr/ports/audio/sphinx3/Makefile 2013-06-02 19:00:28.000000000 +0200 +++ ./Makefile 2013-06-02 23:33:47.000000000 +0200 @@ -12,12 +12,12 @@ LIB_DEPENDS= sphinxbase:${PORTSDIR}/audio/sphinxbase +USES= pathfix USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS=libtool USE_CSTD= gnu99 MAKE_JOBS_UNSAFE= yes -USES= pathfix CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase CXXFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase @@ -26,4 +26,8 @@ MAKE_ENV= MKDIR="${MKDIR}" \ OSVERSION=${OSVERSION} +post-patch: + @${REINPLACE_CMD} -e 's|heap_t h|heap_t* h|' \ + ${WRKSRC}/src/libs3decoder/libsearch/vithist.c + .include diff -ruN --exclude=CVS /usr/ports/audio/sphinx3/files/patch-src_libs3decoder_libsearch_vithist.c ./files/patch-src_libs3decoder_libsearch_vithist.c --- /usr/ports/audio/sphinx3/files/patch-src_libs3decoder_libsearch_vithist.c 2013-06-02 19:00:28.000000000 +0200 +++ ./files/patch-src_libs3decoder_libsearch_vithist.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- src/libs3decoder/libsearch/vithist.c.orig 2012-12-14 12:01:13.000000000 -0500 -+++ src/libs3decoder/libsearch/vithist.c 2012-12-14 12:00:44.000000000 -0500 -@@ -647,7 +647,7 @@ vithist_prune(vithist_t * vh, dict_t * d - { - int32 se, fe, filler_done, th; - vithist_entry_t *ve; -- heap_t h; -+ heap_t* h; - s3wid_t *wid; - int32 i; - diff -ruN --exclude=CVS /usr/ports/audio/sphinx3/pkg-plist ./pkg-plist --- /usr/ports/audio/sphinx3/pkg-plist 2013-06-02 19:00:28.000000000 +0200 +++ ./pkg-plist 2013-04-02 03:10:30.000000000 +0200 @@ -128,8 +128,8 @@ %%DATADIR%%/model/ep/variances %%DATADIR%%/model/hmm/RM1_cd_semi/feat.params %%DATADIR%%/model/hmm/RM1_cd_semi/kdtrees -%%DATADIR%%/model/hmm/RM1_cd_semi/means %%DATADIR%%/model/hmm/RM1_cd_semi/mdef +%%DATADIR%%/model/hmm/RM1_cd_semi/means %%DATADIR%%/model/hmm/RM1_cd_semi/mixture_weights %%DATADIR%%/model/hmm/RM1_cd_semi/transition_matrices %%DATADIR%%/model/hmm/RM1_cd_semi/variances --- sphinx3-0.8_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22: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 9778B41B; Sun, 2 Jun 2013 22: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 72DAD1B2B; Sun, 2 Jun 2013 22:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MU83L054292; Sun, 2 Jun 2013 22:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MU8cq054291; Sun, 2 Jun 2013 22:30:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 22:30:08 GMT Message-Id: <201306022230.r52MU8cq054291@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179235: [PATCH] audio/sphinx3: Trim pkg-plist, remove simple patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 22:30:08 -0000 Synopsis: [PATCH] audio/sphinx3: Trim pkg-plist, remove simple patch Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 22:30:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179235 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22:30: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 4C62E452; Sun, 2 Jun 2013 22:30: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 2764F1B2F; Sun, 2 Jun 2013 22:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MUHX2054372; Sun, 2 Jun 2013 22:30:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MUGoI054371; Sun, 2 Jun 2013 22:30:16 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 22:30:16 GMT Message-Id: <201306022230.r52MUGoI054371@freefall.freebsd.org> To: kevinz5000@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 22:30:17 -0000 Synopsis: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 2 22:30:16 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179236 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 100793EB for ; Sun, 2 Jun 2013 22: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 E9DAC1B29 for ; Sun, 2 Jun 2013 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MU1CA054209 for ; Sun, 2 Jun 2013 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MU1N5054208; Sun, 2 Jun 2013 22:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 22:30:01 GMT Resent-Message-Id: <201306022230.r52MU1N5054208@freefall.freebsd.org> 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 842463E4 for ; Sun, 2 Jun 2013 22:29:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 752D81B23 for ; Sun, 2 Jun 2013 22:29:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r52MTbuh072320 for ; Sun, 2 Jun 2013 22:29:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r52MTbC2072319; Sun, 2 Jun 2013 22:29:37 GMT (envelope-from nobody) Message-Id: <201306022229.r52MTbC2072319@oldred.freebsd.org> Date: Sun, 2 Jun 2013 22:29:37 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 22:30:02 -0000 >Number: 179236 >Category: ports >Synopsis: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 22:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE-p3 >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: net/tigervnc refuses to install itself when it is built with the HPJPG option. This is because libjpeg-turbo-1.3.0 conflicts with jpeg-8_4 on bin/cjpeg. A full poudriere bulk build log is attached below. >How-To-Repeat: Build tigervnc with the HPJPG option enabled. >Fix: Mark HPJPG broken until a solution is found. Patch attached with submission follows: ====>> Building net/tigervnc build started at Sun Jun 2 17:19:46 CDT 2013 port directory: /usr/ports/net/tigervnc building for: FreeBSD 91i386-default-job-02 9.1-RELEASE FreeBSD 9.1-RELEASE i386 maintained by: meta+ports@vmeta.jp Makefile ident: $FreeBSD: net/tigervnc/Makefile 319382 2013-05-29 16:29:40Z swills $ Poudriere version: 3.0.2 ---Begin Environment--- OSVERSION=901000 UNAME_v=FreeBSD 9.1-RELEASE UNAME_r=9.1-RELEASE BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/91i386-default/ref PKG_EXT=txz FORCE_PACKAGE=yes tpid=56496 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=2 PKGNG=1 PKGNAME=tigervnc-1.2.0_3 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/home/kevinz MASTERNAME=91i386-default USER=root HOME=/root POUDRIERE_VERSION=3.0.2 SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for tigervnc-1.2.0_3: GNUTLS=on: SSL/TLS support via GnuTLS HPJPG=on: Build with High-Performance JPEG support NLS=off: Native Language Support PAM=on: PAM support VIEWER=on: Build vncviewer ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --enable-glx-tls --prefix=/usr/local --mandir=/usr/local/man/ --docdir=/usr/local/share/doc/tigervnc/ --with-pic --without-dtrace --disable-static --disable-dri --disable-xinerama --disable-xvfb --disable-xnest --disable-xorg --disable-dmx --disable-xwin --disable-xephyr --disable-kdrive --disable-config-dbus --disable-config-hal --disable-dri2 --enable-install-libxf86config --enable-glx --with-default-font-path="catalogue:/usr/local/share/fonts,built-ins" --with-fontdir=/usr/local/share/fonts --with-xkb-path=/usr/local/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-xkb-bin-directory=/usr/local/bin --with-serverconfig-path=/usr/local/lib/X11 --disable-selective-werror --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh MAKE=gmake AUTOMAKE=/usr/local/bin/automake-1.12 AUTOMAKE_DIR=/usr/local/share/automake-1.12 AUTOMAKE_VERSION=1.12 AUTOMAKE_APIVER=1.12.6 ACLOCAL=/usr/local/bin/aclocal-1.12 ACLOCAL_DIR=/usr/local/share/aclocal-1.12 AUTOCONF=/usr/local/bin/autoconf-2.69 AUTOCONF_DIR=/usr/local/share/autoconf-2.69 AUTOHEADER=/usr/local/bin/autoheader-2.69 AUTOIFNAMES=/usr/local/bin/ifnames-2.69 AUTOM4TE=/usr/local/bin/autom4te-2.69 AUTORECONF=/usr/local/bin/autoreconf-2.69 AUTOSCAN=/usr/local/bin/autoscan-2.69 AUTOUPDATE=/usr/local/bin/autoupdate-2.69 AUTOCONF_VERSION=2.69 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain.sh --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" TMPDIR="/tmp" OPENSSLLIB=/usr/lib OPENSSLINC=/usr/include OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES AUTOMAKE=/usr/local/bin/automake-1.12 AUTOMAKE_DIR=/usr/local/share/automake-1.12 AUTOMAKE_VERSION=1.12 AUTOMAKE_APIVER=1.12.6 ACLOCAL=/usr/local/bin/aclocal-1.12 ACLOCAL_DIR=/usr/local/share/aclocal-1.12 AUTOCONF=/usr/local/bin/autoconf-2.69 AUTOCONF_DIR=/usr/local/share/autoconf-2.69 AUTOHEADER=/usr/local/bin/autoheader-2.69 AUTOIFNAMES=/usr/local/bin/ifnames-2.69 AUTOM4TE=/usr/local/bin/autom4te-2.69 AUTORECONF=/usr/local/bin/autoreconf-2.69 AUTOSCAN=/usr/local/bin/autoscan-2.69 AUTOUPDATE=/usr/local/bin/autoupdate-2.69 AUTOCONF_VERSION=2.69 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain.sh PREFIX=/usr/local LOCALBAS E=/usr/local MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fPIC -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -Wl,-rpath=/usr/lib:/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fPIC -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/tigervnc DOCSDIR=/usr/local/share/doc/tigervnc EXAMPLESDIR=/usr/local/share/examples/tigervnc WWWDIR=/usr/local/www/tigervnc ETCDIR=/usr/local/etc/tigervnc --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### # /etc/make.conf -- system build configuration (poudriere @ poppy.local) #### General Options #### # Enable distributed compliation with distcc (comment out to disable). #WITH_DISTCC=yes # Enable compiler caching with ccache (comment out to disable). #WITH_CCACHE=yes # Enable build with clang compiler toolchain (comment out to disable). #WITH_CLANG=yes #### Ports Options #### # Use pkgng as the packaging system - DO NOT REMOVE! WITH_PKGNG=yes # Force build using multiple jobs. #FORCE_MAKE_JOBS=yes # Set build working directory. #WRKDIRPREFIX=/tmp # Set desired versions for various ports. APACHE_PORT=www/apache24 JAVA_PREFERRED_PORTS=JAVA_PORT_NATIVE_OPENJDK_JDK_1_7 WITH_NEW_XORG=yes # Set various port knobs. WITHOUT_DOCS=yes WITHOUT_EXAMPLES=yes WITHOUT_NLS=yes #### Kernel Options #### # Skip running `make clean` before running `make buildkernel`. NO_KERNELCLEAN=true #### Internal Mechanisms (aka Dark Magic) #### .if defined(WITH_DISTCC) CC_PREFIX=/usr/local/libexec/distcc/ MAKE_JOBS_NUMBER=4 .elif defined(WITH_CCACHE) CC_PREFIX=/usr/local/libexec/ccache/ .else CC_PREFIX= .endif .if defined(WITH_CLANG) CC=clang CXX=clang++ CPP=clang-cpp .endif CC:=${CC_PREFIX}${CC} CXX:=${CC_PREFIX}${CXX} #### Automagic Stuff #### # added by use.perl 2013-05-06 15:11:19 #PERL_VERSION=5.14.2 ---End make.conf--- ===> Cleaning for tigervnc-1.2.0_3 =================================================== ========================================================================= =================================================== ===> tigervnc-1.2.0_3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.0.12_1.txz Installing pkg-1.0.12_1... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of tigervnc-1.2.0_3 ========================================================================= =================================================== ========================================================================= =================================================== ===> License GPLv2 accepted by the user ===> Found saved configuration for tigervnc-1.2.0_3 ===> Fetching all distfiles required by tigervnc-1.2.0_3 for building By default, the X Server installs as a set-user-id root binary. When run by a normal user, it checks arguments and environment as done in the x11/wrapper port before handling them normally. If you are concerned about the security of this, but still want to run an X Server (for example using xdm/kdm/gdm, which will still run the server as root), you can cancel the build and set xorg-server_UNSET=SUID in /etc/make.conf. ===> Found saved configuration for xorg-server-1.12.4,1 ===> Fetching all distfiles required by xorg-server-1.12.4,1 for building ========================================================================= =================================================== ===> License GPLv2 accepted by the user ===> Found saved configuration for tigervnc-1.2.0_3 ===> Fetching all distfiles required by tigervnc-1.2.0_3 for building By default, the X Server installs as a set-user-id root binary. When run by a normal user, it checks arguments and environment as done in the x11/wrapper port before handling them normally. If you are concerned about the security of this, but still want to run an X Server (for example using xdm/kdm/gdm, which will still run the server as root), you can cancel the build and set xorg-server_UNSET=SUID in /etc/make.conf. ===> Found saved configuration for xorg-server-1.12.4,1 ===> Fetching all distfiles required by xorg-server-1.12.4,1 for building => SHA256 Checksum OK for tigervnc-1.2.0.tar.gz. ========================================================================= =================================================== ========================================================================= =================================================== ===> License GPLv2 accepted by the user ===> Found saved configuration for tigervnc-1.2.0_3 ===> Fetching all distfiles required by tigervnc-1.2.0_3 for building By default, the X Server installs as a set-user-id root binary. When run by a normal user, it checks arguments and environment as done in the x11/wrapper port before handling them normally. If you are concerned about the security of this, but still want to run an X Server (for example using xdm/kdm/gdm, which will still run the server as root), you can cancel the build and set xorg-server_UNSET=SUID in /etc/make.conf. ===> Found saved configuration for xorg-server-1.12.4,1 ===> Fetching all distfiles required by xorg-server-1.12.4,1 for building ===> Extracting for tigervnc-1.2.0_3 => SHA256 Checksum OK for tigervnc-1.2.0.tar.gz. ========================================================================= =================================================== ===> tigervnc-1.2.0_3 depends on file: /nonexistent - not found ===> Verifying patch for /nonexistent in /usr/ports/x11-servers/xorg-server By default, the X Server installs as a set-user-id root binary. When run by a normal user, it checks arguments and environment as done in the x11/wrapper port before handling them normally. If you are concerned about the security of this, but still want to run an X Server (for example using xdm/kdm/gdm, which will still run the server as root), you can cancel the build and set xorg-server_UNSET=SUID in /etc/make.conf. ===> Found saved configuration for xorg-server-1.12.4,1 ===> xorg-server-1.12.4,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xorg-server-1.12.4,1 for building ===> Extracting for xorg-server-1.12.4,1 => SHA256 Checksum OK for xorg/xserver/xorg-server-1.12.4.tar.bz2. ===> xorg-server-1.12.4,1 depends on file: /usr/local/bin/perl5.14.2 - not found ===> Verifying install for /usr/local/bin/perl5.14.2 in /usr/ports/lang/perl5.14 ===> Installing existing package /packages/All/perl-5.14.2_3.txz Installing perl-5.14.2_3...Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.14.2 to /usr/bin/perl Symlinking /usr/local/bin/perl5.14.2 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. done ===> Returning to build of xorg-server-1.12.4,1 ===> Patching for xorg-server-1.12.4,1 ===> xorg-server-1.12.4,1 depends on file: /usr/local/bin/perl5.14.2 - found ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/extra-clang ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/extra-new-arch-i386 ===> Applying FreeBSD patches for xorg-server-1.12.4,1 ===> Returning to build of tigervnc-1.2.0_3 ========================================================================= =================================================== ===> Patching for tigervnc-1.2.0_3 ===> Applying extra patch /usr/ports/net/tigervnc/files/extra-patch-unix_hw_vnc.patch ===> Applying extra patch /usr/ports/net/tigervnc/files/extra-patch-common_rdr.patch ===> Applying extra patch /usr/ports/net/tigervnc/files/extra-patch-common_rfb.patch ===> Applying FreeBSD patches for tigervnc-1.2.0_3 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -up xserver/configure.ac.vnc xserver/configure.ac |--- xserver/configure.ac.vnc 2012-08-28 15:01:35.142325880 +0200 |+++ xserver/configure.ac 2012-08-28 15:02:06.292300682 +0200 -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 30. Hunk #2 succeeded at 71. Hunk #3 succeeded at 1493. Hunk #4 succeeded at 1531. Hunk #5 succeeded at 1749. Hunk #6 succeeded at 2214. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -up xserver/hw/Makefile.am.vnc xserver/hw/Makefile.am |--- xserver/hw/Makefile.am.vnc 2012-08-28 15:01:35.225325813 +0200 |+++ xserver/hw/Makefile.am 2012-08-28 15:02:06.292300682 +0200 -------------------------- Patching file hw/Makefile.am using Plan A... Hunk #1 succeeded at 33. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c |--- xserver/mi/miinitext.c.vnc 2012-08-28 15:01:35.311325743 +0200 |+++ xserver/mi/miinitext.c 2012-08-28 15:02:06.293300681 +0200 -------------------------- Patching file mi/miinitext.c using Plan A... Hunk #1 succeeded at 266. Hunk #2 succeeded at 452. done ========================================================================= =================================================== ===> tigervnc-1.2.0_3 depends on file: /usr/local/include/GL/internal/dri_interface.h - not found ===> Verifying install for /usr/local/include/GL/internal/dri_interface.h in /usr/ports/graphics/dri ===> Installing existing package /packages/All/dri-8.0.5_3,2.txz Installing dri-8.0.5_3,2...Installing damageproto-1.2.1... done Installing expat-2.0.1_2... done Installing fixesproto-5.0... done Installing kbproto-1.0.6... done Installing libX11-1.5.0,1...Installing libXau-1.0.8...Installing xproto-7.0.24... done done Installing libXdmcp-1.1.1... done Installing libpthread-stubs-0.3_3...Installing pkgconf-0.9.2_1... done done Installing libxcb-1.9... done done Installing libXdamage-1.1.4...Installing libXfixes-5.0_2... done done Installing libXext-1.3.1,1...Installing xextproto-7.2.1... done done Installing libXxf86vm-1.1.2...Installing xf86vidmodeproto-2.3.1... done done Installing libdrm-2.4.44...Installing libpciaccess-0.13.1_1...Installing pciids-20130504... done done done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/bin/python2.7 - not found ===> Verifying install for /usr/local/bin/python2.7 in /usr/ports/lang/python27 ===> Installing existing package /packages/All/python27-2.7.5.txz Installing python27-2.7.5... done ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/bin/cmake - not found ===> Verifying install for /usr/local/bin/cmake in /usr/ports/devel/cmake ===> Installing existing package /packages/All/cmake-2.8.10.2.txz Installing cmake-2.8.10.2...Installing cmake-modules-2.8.10.2... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on executable: pkgconf - found ===> tigervnc-1.2.0_3 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-3.82_1.txz Installing gmake-3.82_1... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/bigreqsproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/bigreqsproto.pc in /usr/ports/x11/bigreqsproto ===> Installing existing package /packages/All/bigreqsproto-1.1.2.txz Installing bigreqsproto-1.1.2... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/compositeproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/compositeproto.pc in /usr/ports/x11/compositeproto ===> Installing existing package /packages/All/compositeproto-0.4.2.txz Installing compositeproto-0.4.2... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/damageproto.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/fixesproto.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/fontsproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/fontsproto.pc in /usr/ports/x11-fonts/fontsproto ===> Installing existing package /packages/All/fontsproto-2.1.2.txz Installing fontsproto-2.1.2... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/glproto.pc in /usr/ports/x11/glproto ===> Installing existing package /packages/All/glproto-1.4.16.txz Installing glproto-1.4.16... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/inputproto.pc in /usr/ports/x11/inputproto ===> Installing existing package /packages/All/inputproto-2.3.txz Installing inputproto-2.3... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/kbproto.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/randrproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/randrproto.pc in /usr/ports/x11/randrproto ===> Installing existing package /packages/All/randrproto-1.4.0.txz Installing randrproto-1.4.0... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/renderproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/renderproto.pc in /usr/ports/x11/renderproto ===> Installing existing package /packages/All/renderproto-0.11.1.txz Installing renderproto-0.11.1... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/resourceproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/resourceproto.pc in /usr/ports/x11/resourceproto ===> Installing existing package /packages/All/resourceproto-1.2.0.txz Installing resourceproto-1.2.0... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/scrnsaverproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/scrnsaverproto.pc in /usr/ports/x11/scrnsaverproto ===> Installing existing package /packages/All/scrnsaverproto-1.2.2.txz Installing scrnsaverproto-1.2.2... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/videoproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/videoproto.pc in /usr/ports/x11/videoproto ===> Installing existing package /packages/All/videoproto-2.3.1.txz Installing videoproto-2.3.1... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xcmiscproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xcmiscproto.pc in /usr/ports/x11/xcmiscproto ===> Installing existing package /packages/All/xcmiscproto-1.2.2.txz Installing xcmiscproto-1.2.2... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xtrans.pc in /usr/ports/x11/xtrans ===> Installing existing package /packages/All/xtrans-1.2.7.txz Installing xtrans-1.2.7... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xorg-macros.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xorg-macros.pc in /usr/ports/devel/xorg-macros ===> Installing existing package /packages/All/xorg-macros-1.17.txz Installing xorg-macros-1.17... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/dri2proto.pc in /usr/ports/x11/dri2proto ===> Installing existing package /packages/All/dri2proto-2.8.txz Installing dri2proto-2.8... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/pixman-1.pc in /usr/ports/x11/pixman ===> Installing existing package /packages/All/pixman-0.28.2.txz Installing pixman-0.28.2... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xkbfile.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xkbfile.pc in /usr/ports/x11/libxkbfile ===> Installing existing package /packages/All/libxkbfile-1.0.8.txz Installing libxkbfile-1.0.8... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xfont.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xfont.pc in /usr/ports/x11-fonts/libXfont ===> Installing existing package /packages/All/libXfont-1.4.5,1.txz Installing libXfont-1.4.5,1...Installing freetype2-2.4.12_1... done Installing libfontenc-1.1.2... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xrandr.pc in /usr/ports/x11/libXrandr ===> Installing existing package /packages/All/libXrandr-1.4.0.txz Installing libXrandr-1.4.0...Installing libXrender-0.9.7... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xtst.pc in /usr/ports/x11/libXtst ===> Installing existing package /packages/All/libXtst-1.2.1.txz Installing libXtst-1.2.1...Installing libXi-1.7.1,1... done Installing recordproto-1.14.2... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xcursor.pc in /usr/ports/x11/libXcursor ===> Installing existing package /packages/All/libXcursor-1.1.13.txz Installing libXcursor-1.1.13... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xfixes.pc - found ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xft.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xft.pc in /usr/ports/x11-fonts/libXft ===> Installing existing package /packages/All/libXft-2.3.1.txz Installing libXft-2.3.1...Installing fontconfig-2.9.0,1...Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 1 dirs /usr/local/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dirs /root/.fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xinerama.pc in /usr/ports/x11/libXinerama ===> Installing existing package /packages/All/libXinerama-1.1.2,1.txz Installing libXinerama-1.1.2,1...Installing xineramaproto-1.2.1... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/bin/automake-1.12 - not found ===> Verifying install for /usr/local/bin/automake-1.12 in /usr/ports/devel/automake ===> Installing existing package /packages/All/automake-1.12.6.txz Installing automake-1.12.6...Installing autoconf-wrapper-20101119... done Installing autoconf-2.69...Installing m4-1.4.16_1,1... done done Installing automake-wrapper-20101119... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on file: /usr/local/bin/autoconf-2.69 - found ===> tigervnc-1.2.0_3 depends on package: libtool>=2.4 - not found ===> Verifying install for libtool>=2.4 in /usr/ports/devel/libtool ===> Installing existing package /packages/All/libtool-2.4.2.txz Installing libtool-2.4.2... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on executable: gtk-update-icon-cache - not found ===> Verifying install for gtk-update-icon-cache in /usr/ports/graphics/gtk-update-icon-cache ===> Installing existing package /packages/All/gtk-update-icon-cache-2.24.18.txz Installing gtk-update-icon-cache-2.24.18...Installing atk-2.6.0...Installing gamin-0.1.10_5...Installing gettext-0.18.1.1_1...Installing libiconv-1.14_1... done done Installing glib-2.34.3...Installing libffi-3.0.13... done Installing pcre-8.32... done No schema files found: doing nothing. done done Installing gio-fam-backend-2.34.3... done Installing gnomehier-3.0... done done Installing bitstream-vera-1.10_5.../usr/local/lib/X11/fonts/bitstream-vera: caching, new cache contents: 10 fonts, 0 dirs /var/db/fontconfig: cleaning cache directory /var/db/fontconfig: invalid cache file: deea84fa067eec67b69dab1b2344175b-le32d4.cache-3 /root/.fontconfig: not cleaning non-existent cache directory /usr/local/bin/fc-cache: succeeded done Installing cairo-1.10.2_5,2...Installing png-1.5.16... done Installing xcb-util-renderutil-0.3.8...Installing xcb-util-0.3.9_1,1... done done done Installing encodings-1.0.4,1...Installing font-util-1.3.0... done done Installing font-bh-ttf-1.0.3...Installing mkfontdir-1.0.7...Installing mkfontscale-1.1.0... done done done Installing font-misc-ethiopic-1.0.3... done Installing font-misc-meltho-1.0.3... done Installing gdk-pixbuf2-2.26.5_3...Installing jasper-1.900.1_12...Installing jpeg-8_4... done done Installing jbigkit-1.6... done Installing libICE-1.0.8,1... done Installing libSM-1.2.1,1... done Installing libXt-1.1.3,1... done Installing tiff-4.0.3... done done Installing gobject-introspection-1.34.2... done Installing hicolor-icon-theme-0.12... done Installing libXcomposite-0.4.4,1... done Installing libxml2-2.8.0_2... done Installing pango-1.30.1...Installing xorg-fonts-truetype-7.7... done done Installing shared-mime-info-1.1... done done =============================================================================== Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles="25000" The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much CPU time polling for changes, something like the following may help in one of the gaminrc files: # reduce polling frequency to once per 10 seconds # for UFS file systems in order to lower CPU load fsset ufs poll 10 =============================================================================== IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these fonts before using. The copyright can be found at /usr/local/lib/X11/fonts/bitstream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/xorg.conf ===> Returning to build of tigervnc-1.2.0_3 ========================================================================= =================================================== ===> tigervnc-1.2.0_3 depends on shared library: tasn1 - not found ===> Verifying install for tasn1 in /usr/ports/security/libtasn1 ===> Installing existing package /packages/All/libtasn1-2.14.txz Installing libtasn1-2.14... done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on shared library: gcrypt - not found ===> Verifying install for gcrypt in /usr/ports/security/libgcrypt ===> Installing existing package /packages/All/libgcrypt-1.5.2.txz Installing libgcrypt-1.5.2...Installing libgpg-error-1.11... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on shared library: gpg-error - found ===> tigervnc-1.2.0_3 depends on shared library: gnutls - not found ===> Verifying install for gnutls in /usr/ports/security/gnutls ===> Installing existing package /packages/All/gnutls-2.12.23_1.txz Installing gnutls-2.12.23_1...Installing ca_root_nss-3.14.3... done Installing gmp-5.1.2... done Installing nettle-2.7... done Installing p11-kit-0.16.3... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on shared library: png15 - found ===> tigervnc-1.2.0_3 depends on shared library: fltk - not found ===> Verifying install for fltk in /usr/ports/x11-toolkits/fltk ===> Installing existing package /packages/All/fltk-1.3.2.txz Installing fltk-1.3.2...Installing libGL-8.0.5_3... done Installing libGLU-8.0.5_2... done done ===> Returning to build of tigervnc-1.2.0_3 ===> tigervnc-1.2.0_3 depends on shared library: turbojpeg - not found ===> Verifying install for turbojpeg in /usr/ports/graphics/libjpeg-turbo ===> Installing existing package /packages/All/libjpeg-turbo-1.3.0.txz Installing libjpeg-turbo-1.3.0...pkg: libjpeg-turbo-1.3.0 conflicts with jpeg-8_4 (installs files into the same place). Problematic file: /usr/local/bin/cjpeg Failed to install the following 1 package(s): /packages/All/libjpeg-turbo-1.3.0.txz *** [lib-depends] Error code 70 Stop in /usr/ports/net/tigervnc. ===> Cleaning for xorg-server-1.12.4,1 ===> Cleaning for tigervnc-1.2.0_3 build of /usr/ports/net/tigervnc ended at Sun Jun 2 17:20:51 CDT 2013 build time: 00:00:00 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 770057BF for ; Sun, 2 Jun 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 681731B9E for ; Sun, 2 Jun 2013 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Me1eO056112 for ; Sun, 2 Jun 2013 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Me1qr056111; Sun, 2 Jun 2013 22:40:01 GMT (envelope-from gnats) Date: Sun, 2 Jun 2013 22:40:01 GMT Message-Id: <201306022240.r52Me1qr056111@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled 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, 02 Jun 2013 22:40:01 -0000 The following reply was made to PR ports/179236; it has been noted by GNATS. From: Edwin Groothuis To: meta+ports@vmeta.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled Date: Sun, 2 Jun 2013 22:30:16 UT Maintainer of net/tigervnc, Please note that PR ports/179236 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/179236 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22: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 02BAB7C1 for ; Sun, 2 Jun 2013 22: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 D8C181BA0 for ; Sun, 2 Jun 2013 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Me13X056124 for ; Sun, 2 Jun 2013 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Me1Qp056123; Sun, 2 Jun 2013 22:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 22:40:01 GMT Resent-Message-Id: <201306022240.r52Me1Qp056123@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D7C96698 for ; Sun, 2 Jun 2013 22:36:56 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 786701B68 for ; Sun, 2 Jun 2013 22:36:56 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.10]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Mee5m-1V30hz2J4a-00OEfi for ; Mon, 03 Jun 2013 00:36:55 +0200 Received: (qmail invoked by alias); 02 Jun 2013 22:36:54 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp010) with SMTP; 03 Jun 2013 00:36:54 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 00:36:55 +0200 Message-Id: <20130602223656.D7C96698@hub.freebsd.org> Date: Mon, 03 Jun 2013 00:36:55 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179237: [PATCH] audio/mp3mover: Comply with OptionsNG, trim docs Cc: jpaetzel@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, 02 Jun 2013 22:40:02 -0000 >Number: 179237 >Category: ports >Synopsis: [PATCH] audio/mp3mover: Comply with OptionsNG, trim docs >Confidential: no >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 Jun 02 22:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Comply with OptionsNG - Trim docs Generated and tested manually, tested with port test and with RedPort, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130602213001-28690/ >Fix: --- mp3mover-2.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/mp3mover/Makefile ./Makefile --- /usr/ports/audio/mp3mover/Makefile 2013-06-02 19:00:40.000000000 +0200 +++ ./Makefile 2013-04-02 18:00:56.000000000 +0200 @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mp3mover -# Date created: Apr 18, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD: head/audio/mp3mover/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= mp3mover PORTVERSION= 2.1.1 @@ -25,14 +20,19 @@ %%DATADIR%%/shellperfect-.mp3moverrc PLIST_DIRS= %%DATADIR%% +PORTDOCS= readme + +.include + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mp3mover.pl ${PREFIX}/bin/mp3mover @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sample-.mp3moverrc ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/shellperfect-.mp3moverrc ${DATADIR} -.if !defined(NOPORTDOCS) + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include --- mp3mover-2.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22:40: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 6936E822; Sun, 2 Jun 2013 22:40: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 0E80B1BA5; Sun, 2 Jun 2013 22:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52MeEWV056217; Sun, 2 Jun 2013 22:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52MeEIN056216; Sun, 2 Jun 2013 22:40:14 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 22:40:14 GMT Message-Id: <201306022240.r52MeEIN056216@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179237: [PATCH] audio/mp3mover: Comply with OptionsNG, trim docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2013 22:40:15 -0000 Synopsis: [PATCH] audio/mp3mover: Comply with OptionsNG, trim docs Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 22:40:14 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179237 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 B985FAC2 for ; Sun, 2 Jun 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 9DF721BEF for ; Sun, 2 Jun 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Mo0sW057857 for ; Sun, 2 Jun 2013 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Mo0KY057856; Sun, 2 Jun 2013 22:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 22:50:00 GMT Resent-Message-Id: <201306022250.r52Mo0KY057856@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45CD3872 for ; Sun, 2 Jun 2013 22:43:16 +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 662AC1BB7 for ; Sun, 2 Jun 2013 22:43:15 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.28]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MQ9JV-1UmrdB2Fj1-005F37 for ; Mon, 03 Jun 2013 00:43:14 +0200 Received: (qmail invoked by alias); 02 Jun 2013 22:43:13 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp028) with SMTP; 03 Jun 2013 00:43:13 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 00:43:12 +0200 Message-Id: <20130602224316.45CD3872@hub.freebsd.org> Date: Mon, 03 Jun 2013 00:43:12 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179238: [PATCH] audio/mp3info: Trim install for gmp3info, comply with OptionsNG Cc: sylvio@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, 02 Jun 2013 22:50:00 -0000 >Number: 179238 >Category: ports >Synopsis: [PATCH] audio/mp3info: Trim install for gmp3info, comply with OptionsNG >Confidential: no >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 Jun 02 22:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Trim install for gmp3info - Comply with OptionsNG - Cleanup Makefile Port maintainer (sylvio@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130602215301-3332/ >Fix: --- mp3info-0.8.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/mp3info/Makefile ./Makefile --- /usr/ports/audio/mp3info/Makefile 2013-06-02 19:00:22.000000000 +0200 +++ ./Makefile 2013-06-02 23:52:02.000000000 +0200 @@ -1,14 +1,10 @@ -# New ports collection makefile for: mp3info -# Date created: 19 June 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD: head/audio/mp3info/Makefile 310042 2013-01-07 12:33:59Z sylvio $ -# PORTNAME= mp3info PORTVERSION= 0.8.5 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= SUNSITE MASTER_SITE_SUBDIR= apps/sound/mp3-utils/mp3info DISTNAME= ${PORTNAME}-${PORTVERSION}a EXTRACT_SUFX= .tgz @@ -32,14 +28,12 @@ ALL_TARGET= doc mp3info -.include .include .if ${PORT_OPTIONS:MGTK2} PKGNAMESUFFIX= -gtk USE_GNOME+= gtk20 ALL_TARGET+= gmp3info -MAKE_ARGS= install-gmp3info PLIST_SUB+= WITH_GTK="" .else PLIST_SUB+= WITH_GTK="@comment " @@ -47,12 +41,15 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) + +.if ${PORT_OPTIONS:MGTK2} + ${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${PREFIX}/bin +.endif + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for docs in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif -.include +.include --- mp3info-0.8.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 22: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 1612BAF5; Sun, 2 Jun 2013 22: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 E529D1BF4; Sun, 2 Jun 2013 22:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Mo8SR057994; Sun, 2 Jun 2013 22:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Mo8AE057993; Sun, 2 Jun 2013 22:50:08 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 22:50:08 GMT Message-Id: <201306022250.r52Mo8AE057993@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179238: [PATCH] audio/mp3info: Trim install for gmp3info, comply with 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, 02 Jun 2013 22:50:09 -0000 Synopsis: [PATCH] audio/mp3info: Trim install for gmp3info, comply with OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 22: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=179238 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 26388F92 for ; Sun, 2 Jun 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 0DEBC1CF4 for ; Sun, 2 Jun 2013 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52NU1sT065878 for ; Sun, 2 Jun 2013 23:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52NU1GB065876; Sun, 2 Jun 2013 23:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 23:30:01 GMT Resent-Message-Id: <201306022330.r52NU1GB065876@freefall.freebsd.org> 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 Gmelin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF12DB8F for ; Sun, 2 Jun 2013 23:21:38 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 734031CC8 for ; Sun, 2 Jun 2013 23:21:36 +0000 (UTC) Received: (qmail 55051 invoked by uid 0); 2 Jun 2013 23:14:54 -0000 Message-Id: <20130602231454.55050.qmail@mail.grem.de> Date: 2 Jun 2013 23:14:54 -0000 From: Michael Gmelin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179240: [MAINTAINER] devel/py-ice: update to 3.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: Sun, 02 Jun 2013 23:30:01 -0000 >Number: 179240 >Category: ports >Synopsis: [MAINTAINER] devel/py-ice: update to 3.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Gmelin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Grem Equity GmbH >Environment: System: FreeBSD srv 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #4 r249052: Wed Apr 3 18:26:19 UTC >Description: - Update to 3.5.0 Note: The PR system is mangling UTF-8 encoded patches (see PR www/172195), so the attached is most likely corrupted. You can download a clean version of the patch at: http://blog.grem.de/py_ice_350_20130602.patch or http://blog.grem.de/py_ice_350_20130602.patch.gz This patch depends in upgrading devel/ice first, please see PR ports/179233: http://www.freebsd.org/cgi/query-pr.cgi?pr=179233 Besides the new features implemented upstream, this update explicitely handles: - Optional Python 3 support (Python 2 still works ok) - plist pkgng compatibility Added file(s): - files/patch-cpp-include-IceUtil-Config.h Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- py27-Ice-3.5.0.patch begins here --- diff -ruN --exclude=CVS ../py-ice.orig/Makefile ./Makefile --- ../py-ice.orig/Makefile 2013-02-14 11:22:20.000000000 +0100 +++ ./Makefile 2013-06-02 16:54:52.000000000 +0200 @@ -2,11 +2,9 @@ # $FreeBSD: ports/devel/py-ice/Makefile,v 1.23 2013/02/14 10:22:20 svnexp Exp $ PORTNAME= Ice -PORTVERSION= 3.4.2 -PORTREVISION= 3 +PORTVERSION= 3.5.0 CATEGORIES= devel python -MASTER_SITES= http://download.zeroc.com/Ice/3.4/ \ - http://www.dirk.sh/dirk/Ice/ +MASTER_SITES= http://download.zeroc.com/Ice/3.5/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= freebsd@grem.de @@ -18,11 +16,11 @@ LIB_DEPENDS= Ice.${LIB_VRS}:${PORTSDIR}/devel/ice USE_GMAKE= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2.7+ BUILD_WRKSRC= ${WRKSRC}/py INSTALL_WRKSRC= ${WRKSRC}/py -LIB_VRS= ${PORTVERSION:S|.||g:C|2$||} +LIB_VRS= ${PORTVERSION:S|.||g:C|0$||} PLIST_SUB= LIB_VERSION="${PORTVERSION}" LIB_VRS="${LIB_VRS}" MAKE_ENV= ICE_HOME="${LOCALBASE}/share/Ice" @@ -51,6 +49,18 @@ MAKE_ENV+= NOPORTDOCS=yes .endif +.include + +.if ${PYTHON_REL} >= 320 +PLIST_SUB+= PYTHON32="" +PLIST_SUB+= PYTHONPRE32="@comment " +.else +PLIST_SUB+= PYTHON32="@comment " +PLIST_SUB+= PYTHONPRE32="" +.endif + +PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} + post-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|g; \ s|%%DATADIR%%|${DATADIR}|g; \ @@ -66,24 +76,22 @@ @${REINPLACE_CMD} 's|.(ice_dir).slice|${DATADIR}|g; \ s|.(prefix).slice|${DATADIR}|g; \ s|.(prefix).[ICE_]*LICENSE|${DATADIR}/LICENSE|g;' \ - ${WRKSRC}/py/config/Make.rules.mak \ - ${WRKSRC}/config/Make.common.rules.mak \ ${WRKSRC}/config/Make.common.rules post-install: ${ECHO} "Ice" > ${PYTHON_SITELIBDIR}/Ice.pth + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/Ice + @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/Ice .if ${PORT_OPTIONS:MTESTS} TEST_CMD= @cd ${BUILD_WRKSRC} && ${PYTHON_CMD} ./allTests.py .endif -post-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/py/python - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/py/python .if ${PORT_OPTIONS:MTESTS} +post-build: ${TEST_CMD} regression-test test: build ${TEST_CMD} .endif -.include +.include diff -ruN --exclude=CVS ../py-ice.orig/distinfo ./distinfo --- ../py-ice.orig/distinfo 2011-06-28 15:46:02.000000000 +0200 +++ ./distinfo 2013-05-20 16:03:51.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (Ice-3.4.2.tar.gz) = dcf0484495b6df0849ec90a00e8204fe5fe1c0d3882bb438bf2c1d062f15c979 -SIZE (Ice-3.4.2.tar.gz) = 5485106 +SHA256 (Ice-3.5.0.tar.gz) = 583d4a819d50ad8b79b1e9ad45abfa3078f981486271ca8cd9ede8fa420ff575 +SIZE (Ice-3.5.0.tar.gz) = 5388847 diff -ruN --exclude=CVS ../py-ice.orig/files/patch-cpp-include-IceUtil-Config.h ./files/patch-cpp-include-IceUtil-Config.h --- ../py-ice.orig/files/patch-cpp-include-IceUtil-Config.h 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-cpp-include-IceUtil-Config.h 2013-06-02 12:37:02.000000000 +0200 @@ -0,0 +1,11 @@ +--- cpp/include/IceUtil/Config.h.orig 2013-03-11 15:19:46.000000000 +0000 ++++ cpp/include/IceUtil/Config.h 2013-05-20 02:09:58.239194578 +0000 +@@ -51,7 +51,7 @@ + // Check for C++ 11 support + // + #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || \ +- (defined(__clang__) && (__clang_major__ >= 4) && __cplusplus >= 201103) || \ ++ (defined(__clang__) && ((defined(__APPLE__) && __clang_major__ >= 4) || (!defined(__APPLE__) && __clang_major__ >= 3)) && __cplusplus >= 201103) || \ + (defined(_MSC_VER) && (_MSC_VER >= 1600)) + # define ICE_CPP11 + #endif diff -ruN --exclude=CVS ../py-ice.orig/files/patch-py-config-Make.rules ./files/patch-py-config-Make.rules --- ../py-ice.orig/files/patch-py-config-Make.rules 2012-10-27 21:57:57.000000000 +0200 +++ ./files/patch-py-config-Make.rules 2013-05-20 16:22:08.000000000 +0200 @@ -1,5 +1,5 @@ ---- py/config/Make.rules.orig 2010-07-11 11:13:30.000000000 +1000 -+++ py/config/Make.rules 2010-07-11 11:18:09.000000000 +1000 +--- py/config/Make.rules.orig 2013-03-11 15:19:47.000000000 +0000 ++++ py/config/Make.rules 2013-05-20 14:21:13.335195726 +0000 @@ -12,7 +12,8 @@ # if it does not exist. # @@ -10,18 +10,18 @@ # # The "root directory" for runpath embedded in executables. Can be unset -@@ -80,8 +81,8 @@ - endif +@@ -95,8 +96,8 @@ + endif - libdir = $(top_srcdir)/python --install_pythondir = $(prefix)/python --install_libdir = $(prefix)/python -+install_pythondir = %%PYTHON_SITELIBDIR%%/Ice -+install_libdir = %%PYTHON_SITELIBDIR%%/Ice + libdir = $(top_srcdir)/python +-install_pythondir = $(prefix)/python +-install_libdir = $(prefix)/python ++install_pythondir = %%PYTHON_SITELIBDIR%%/Ice ++install_libdir = %%PYTHON_SITELIBDIR%%/Ice - # - # Platform specific definitions -@@ -105,7 +106,7 @@ + ifeq ($(UNAME),SunOS) + ifeq ($(LP64),yes) +@@ -118,7 +119,7 @@ ICE_LIB_DIR = -L$(ice_dir)/$(libsubdir) ICE_FLAGS = -I$(ice_dir)/include endif diff -ruN --exclude=CVS ../py-ice.orig/files/patch-py-python-Makefile ./files/patch-py-python-Makefile --- ../py-ice.orig/files/patch-py-python-Makefile 2012-10-27 21:57:57.000000000 +0200 +++ ./files/patch-py-python-Makefile 2013-06-02 16:54:52.000000000 +0200 @@ -9,7 +9,7 @@ @for i in $(PACKAGES) ; \ do \ - $(INSTALL_DATA) -r $$i $(install_pythondir) ; \ -+ $(INSTALL_DATA) -d $(install_pythondir)/$$i ; \ ++ mkdir -p $(install_pythondir)/$$i ; \ + $(INSTALL_DATA) $$i/*.py* $(install_pythondir)/$$i ; \ done diff -ruN --exclude=CVS ../py-ice.orig/files/patch-py-test-Ice-info-AllTests.py ./files/patch-py-test-Ice-info-AllTests.py --- ../py-ice.orig/files/patch-py-test-Ice-info-AllTests.py 2012-10-27 21:57:57.000000000 +0200 +++ ./files/patch-py-test-Ice-info-AllTests.py 2013-05-20 16:26:51.000000000 +0200 @@ -1,11 +1,11 @@ ---- py/test/Ice/info/AllTests.py.orig 2011-06-15 19:44:00.000000000 +0000 -+++ py/test/Ice/info/AllTests.py 2012-09-11 19:18:30.188273390 +0000 +--- py/test/Ice/info/AllTests.py.orig 2013-03-11 15:19:47.000000000 +0000 ++++ py/test/Ice/info/AllTests.py 2013-05-20 14:25:56.860196743 +0000 @@ -7,12 +7,31 @@ # # ********************************************************************** --import Ice, Test, threading -+import Ice, Test, threading, sys, subprocess +-import Ice, Test, sys, threading ++import Ice, Test, sys, threading, subprocess def test(b): if not b: @@ -31,9 +31,9 @@ + return isFreeBSD() and sysctl("security.jail.jailed") + def allTests(communicator, collocated): - print "testing proxy endpoint information...", - -@@ -64,12 +83,12 @@ + sys.stdout.write("testing proxy endpoint information... ") + sys.stdout.flush() +@@ -67,12 +86,12 @@ ipEndpoint = endpoints[0].getInfo() test(ipEndpoint.type() == Ice.TCPEndpointType or ipEndpoint.type() == 2) @@ -48,7 +48,7 @@ test(udpEndpoint.datagram()) test(udpEndpoint.port > 0) -@@ -104,7 +123,7 @@ +@@ -108,7 +127,7 @@ ipinfo = base.ice_getConnection().getEndpoint().getInfo() test(ipinfo.port == 12010) test(not ipinfo.compress) @@ -57,16 +57,16 @@ ctx = testIntf.getEndpointInfoAsContext() test(ctx["host"] == ipinfo.host) -@@ -114,7 +133,7 @@ +@@ -118,7 +137,7 @@ udp = base.ice_datagram().ice_getConnection().getEndpoint().getInfo() test(udp.port == 12010) - test(udp.host == defaultHost) + test(udp.host == defaultHost or isFreeBSDJail()) - print "ok" + print("ok") -@@ -124,8 +143,8 @@ +@@ -129,8 +148,8 @@ test(not info.incoming) test(len(info.adapterName) == 0) test(info.remotePort == 12010) diff -ruN --exclude=CVS ../py-ice.orig/files/patch-py-test-Ice-properties-run.py ./files/patch-py-test-Ice-properties-run.py --- ../py-ice.orig/files/patch-py-test-Ice-properties-run.py 2012-10-27 21:57:57.000000000 +0200 +++ ./files/patch-py-test-Ice-properties-run.py 2013-05-21 04:33:19.000000000 +0200 @@ -1,19 +1,29 @@ ---- py/test/Ice/properties/run.py.orig 2011-06-15 19:44:00.000000000 +0000 -+++ py/test/Ice/properties/run.py 2012-09-11 19:05:41.531273236 +0000 -@@ -24,14 +24,14 @@ +--- py/test/Ice/properties/run.py.orig 2013-05-21 02:29:52.861195367 +0000 ++++ py/test/Ice/properties/run.py 2013-05-21 02:30:44.972196471 +0000 +@@ -26,15 +26,15 @@ # - # Write config - # --configPath = u"./config/中国_client.config" -+configPath = u"./config/中国_client.config".encode("utf-8") - - TestUtil.createConfig(configPath, - ["# Automatically generated by Ice test driver.", - "Ice.Trace.Protocol=1", - "Ice.Trace.Network=1", - "Ice.ProgramName=PropertiesClient", -- "Config.Path=./config/中国_client.config"]) -+ "Config.Path="+configPath]) + if sys.version_info[0] == 2: + configPath = "./config/\xe4\xb8\xad\xe5\x9b\xbd_client.config".decode("utf-8") +- TestUtil.createConfig(configPath, ++ TestUtil.createConfig(configPath.encode("utf-8"), + ["# Automatically generated by Ice test driver.", + "Ice.Trace.Protocol=1", + "Ice.Trace.Network=1", + "Ice.ProgramName=PropertiesClient", +- "Config.Path=./config/中国_client.config"]) ++ "Config.Path=" + configPath.encode("utf-8")]) + else: + configPath = "./config/\u4e2d\u56fd_client.config" +- TestUtil.createConfig(configPath, ++ TestUtil.createConfig(configPath.encode("utf-8"), + ["# Automatically generated by Ice test driver.", + "Ice.Trace.Protocol=1", + "Ice.Trace.Network=1", +@@ -44,5 +44,5 @@ TestUtil.simpleTest() +-if os.path.exists(configPath): +- os.remove(configPath) ++if os.path.exists(configPath.encode("utf-8")): ++ os.remove(configPath.encode("utf-8")) diff -ruN --exclude=CVS ../py-ice.orig/pkg-plist ./pkg-plist --- ../py-ice.orig/pkg-plist 2012-10-27 21:57:57.000000000 +0200 +++ ./pkg-plist 2013-06-02 23:10:36.000000000 +0200 @@ -1,316 +1,356 @@ +%%PYTHON_SITELIBDIR%%/Ice.pth +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceBox/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceBox/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceMX/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceMX/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_Metrics_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_Metrics_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_PermissionsVerifierF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_PermissionsVerifierF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_PermissionsVerifier_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_PermissionsVerifier_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_RouterF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_RouterF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_Router_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_Router_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_SSLInfo_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_SSLInfo_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_Session_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Glacier2_Session_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceBox_IceBox_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceBox_IceBox_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Admin_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Admin_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Descriptor_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Descriptor_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Exception_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Exception_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_FileParser_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_FileParser_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Locator_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Locator_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Observer_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Observer_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Query_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Query_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Registry_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Registry_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Session_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_Session_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_UserAccountMapper_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceGrid_UserAccountMapper_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IcePatch2_FileInfo_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IcePatch2_FileInfo_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IcePatch2_FileServer_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IcePatch2_FileServer_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceStorm_IceStorm_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceStorm_IceStorm_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceStorm_Metrics_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/IceStorm_Metrics_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_BuiltinSequences_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_BuiltinSequences_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_CommunicatorF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_CommunicatorF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Communicator_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Communicator_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ConnectionF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ConnectionF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Connection_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Connection_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Current_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Current_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_EndpointF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_EndpointF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_EndpointTypes_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_EndpointTypes_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Endpoint_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Endpoint_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_FacetMap_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_FacetMap_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Identity_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Identity_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ImplicitContextF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ImplicitContextF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ImplicitContext_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ImplicitContext_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_InstrumentationF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_InstrumentationF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Instrumentation_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Instrumentation_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_LocalException_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_LocalException_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_LocatorF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_LocatorF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Locator_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Locator_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_LoggerF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_LoggerF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Logger_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Logger_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Metrics_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Metrics_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectAdapterF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectAdapterF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectAdapter_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectAdapter_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectFactoryF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectFactoryF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectFactory_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ObjectFactory_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_PluginF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_PluginF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Plugin_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Plugin_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ProcessF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ProcessF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Process_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Process_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_PropertiesF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_PropertiesF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Properties_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Properties_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_RouterF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_RouterF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Router_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Router_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ServantLocatorF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ServantLocatorF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ServantLocator_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_ServantLocator_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_SliceChecksumDict_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_SliceChecksumDict_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_StatsF_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_StatsF_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Stats_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Stats_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Version_ice.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON32%%%%PYTHON_SITELIBDIR%%/Ice/__pycache__/Ice_Version_ice.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Metrics_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Metrics_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifierF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifierF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifier_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifier_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_RouterF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_RouterF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Router_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Router_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_SSLInfo_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_SSLInfo_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_FileParser_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_FileParser_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Locator_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Locator_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Observer_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Observer_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Query_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Query_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceMX/__init__.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceMX/__init__.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm_Metrics_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/IceStorm_Metrics_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Communicator_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Communicator_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ConnectionF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ConnectionF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Connection_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Connection_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Current_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Current_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointTypes_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointTypes_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_FacetMap_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_FacetMap_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Identity_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Identity_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContextF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContextF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContext_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContext_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_InstrumentationF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_InstrumentationF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Instrumentation_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Instrumentation_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_LocalException_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_LocalException_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_LocatorF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_LocatorF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Locator_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Locator_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_LoggerF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_LoggerF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Logger_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Logger_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Metrics_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Metrics_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapterF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapterF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapter_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapter_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactoryF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactoryF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactory_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactory_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_PluginF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_PluginF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Plugin_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Plugin_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ProcessF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ProcessF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Process_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Process_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_PropertiesF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_PropertiesF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Properties_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Properties_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_RouterF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_RouterF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Router_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Router_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocatorF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocatorF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_StatsF_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_StatsF_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Stats_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Stats_ice.pyo +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Version_ice.pyc +%%PYTHONPRE32%%%%PYTHON_SITELIBDIR%%/Ice/Ice_Version_ice.pyo +%%PYTHON_SITELIBDIR%%/Ice/Glacier2.py +%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Metrics_ice.py %%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifierF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifierF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifierF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifier_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifier_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifier_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Glacier2_RouterF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_RouterF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_RouterF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Glacier2_Router_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Router_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Router_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Glacier2_SSLInfo_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_SSLInfo_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_SSLInfo_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.pyo -%%PYTHON_SITELIBDIR%%/Ice/Glacier2.py -%%PYTHON_SITELIBDIR%%/Ice/Glacier2.pyc -%%PYTHON_SITELIBDIR%%/Ice/Glacier2.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.py -%%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.pyo %%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_FileParser_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_FileParser_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_FileParser_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Locator_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Locator_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Locator_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Observer_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Observer_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Observer_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Query_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Query_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Query_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.pyo +%%PYTHON_SITELIBDIR%%/Ice/IceMX/__init__.py %%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.py -%%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.pyc -%%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.pyo %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.pyo +%%PYTHON_SITELIBDIR%%/Ice/IcePy.so +%%PYTHON_SITELIBDIR%%/Ice/IcePy.so.%%LIB_VERSION%% +%%PYTHON_SITELIBDIR%%/Ice/IcePy.so.%%LIB_VRS%% %%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.py -%%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.pyo %%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.py -%%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.pyo +%%PYTHON_SITELIBDIR%%/Ice/IceStorm_Metrics_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Communicator_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Communicator_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Communicator_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ConnectionF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ConnectionF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ConnectionF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Connection_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Connection_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Connection_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Current_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Current_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Current_ice.pyo -%%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointTypes_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointTypes_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_EndpointTypes_ice.pyo +%%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_FacetMap_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_FacetMap_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_FacetMap_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Identity_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Identity_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Identity_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContextF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContextF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContextF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContext_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContext_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContext_ice.pyo +%%PYTHON_SITELIBDIR%%/Ice/Ice_InstrumentationF_ice.py +%%PYTHON_SITELIBDIR%%/Ice/Ice_Instrumentation_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_LocalException_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_LocalException_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_LocalException_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_LocatorF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_LocatorF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_LocatorF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Locator_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Locator_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Locator_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_LoggerF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_LoggerF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_LoggerF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Logger_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Logger_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Logger_ice.pyo +%%PYTHON_SITELIBDIR%%/Ice/Ice_Metrics_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapterF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapterF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapterF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapter_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapter_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapter_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactoryF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactoryF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactoryF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactory_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactory_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactory_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_PluginF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_PluginF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_PluginF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Plugin_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Plugin_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Plugin_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ProcessF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ProcessF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ProcessF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Process_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Process_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Process_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_PropertiesF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_PropertiesF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_PropertiesF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Properties_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Properties_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Properties_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_RouterF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_RouterF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_RouterF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Router_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Router_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Router_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocatorF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocatorF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocatorF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_StatsF_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_StatsF_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_StatsF_ice.pyo %%PYTHON_SITELIBDIR%%/Ice/Ice_Stats_ice.py -%%PYTHON_SITELIBDIR%%/Ice/Ice_Stats_ice.pyc -%%PYTHON_SITELIBDIR%%/Ice/Ice_Stats_ice.pyo -%%PYTHON_SITELIBDIR%%/Ice/IcePy.so -%%PYTHON_SITELIBDIR%%/Ice/IcePy.so.%%LIB_VERSION%% -%%PYTHON_SITELIBDIR%%/Ice/IcePy.so.%%LIB_VRS%% -%%PYTHON_SITELIBDIR%%/Ice.pth -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifierF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifier_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_RouterF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_Router_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_SSLInfo_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_FileParser_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Locator_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Observer_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Query_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Communicator_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ConnectionF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Connection_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Current_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_FacetMap_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Identity_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContextF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContext_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_LocalException_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_LocatorF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Locator_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_LoggerF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Logger_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapterF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapter_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactoryF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactory_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_PluginF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Plugin_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ProcessF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Process_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_PropertiesF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Properties_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_RouterF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Router_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocatorF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_StatsF_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Stats_ice.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifierF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_PermissionsVerifier_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_RouterF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_Router_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_SSLInfo_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_FileParser_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Locator_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Observer_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Query_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Communicator_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ConnectionF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Connection_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Current_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Endpoint_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_FacetMap_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Identity_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContextF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ImplicitContext_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_LocalException_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_LocatorF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Locator_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_LoggerF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Logger_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapterF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectAdapter_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactoryF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ObjectFactory_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_PluginF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Plugin_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ProcessF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Process_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_PropertiesF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Properties_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_RouterF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Router_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocatorF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_StatsF_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Ice_Stats_ice.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2/__init__.py -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2/__init__.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2/__init__.pyo -@rmtry %%PYTHON_SITELIBDIR%%/Ice/Glacier2 -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.py -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.pyo +%%PYTHON_SITELIBDIR%%/Ice/Ice_Version_ice.py +%%PYTHON32%%@dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceBox/__pycache__ @dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceBox -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.py -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.pyo +%%PYTHON32%%@dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid/__pycache__ @dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceGrid -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.py -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.pyo +%%PYTHON32%%@dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceMX/__pycache__ +@dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceMX +%%PYTHON32%%@dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__pycache__ @dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IcePatch2 -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.py -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.pyc -@rmtry %%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.pyo +%%PYTHON32%%@dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceStorm/__pycache__ @dirrmtry %%PYTHON_SITELIBDIR%%/Ice/IceStorm +%%PYTHON32%%@dirrmtry %%PYTHON_SITELIBDIR%%/Ice/__pycache__ @dirrmtry %%PYTHON_SITELIBDIR%%/Ice --- py27-Ice-3.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 23: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 92213FCD; Sun, 2 Jun 2013 23: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 6D7731CF7; Sun, 2 Jun 2013 23:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52NUBmh067046; Sun, 2 Jun 2013 23:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52NUBgm067004; Sun, 2 Jun 2013 23:30:11 GMT (envelope-from edwin) Date: Sun, 2 Jun 2013 23:30:11 GMT Message-Id: <201306022330.r52NUBgm067004@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179240: [MAINTAINER] devel/py-ice: update to 3.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: Sun, 02 Jun 2013 23:30:11 -0000 Synopsis: [MAINTAINER] devel/py-ice: update to 3.5.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 2 23:30: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=179240 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 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 7B5CC2B7 for ; Sun, 2 Jun 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 62F631D2C for ; Sun, 2 Jun 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52Ne0E5067552 for ; Sun, 2 Jun 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52Ne0pl067551; Sun, 2 Jun 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 23:40:00 GMT Resent-Message-Id: <201306022340.r52Ne0pl067551@freefall.freebsd.org> 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 Gmelin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27D7BCE for ; Sun, 2 Jun 2013 23:36:09 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 0F5CD1D12 for ; Sun, 2 Jun 2013 23:36:07 +0000 (UTC) Received: (qmail 55315 invoked by uid 0); 2 Jun 2013 23:36:06 -0000 Message-Id: <20130602233606.55314.qmail@mail.grem.de> Date: 2 Jun 2013 23:36:06 -0000 From: Michael Gmelin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179241: [PATCH] devel/php5-ice: update to 3.5.0 and port overhaul, request 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: Sun, 02 Jun 2013 23:40:00 -0000 >Number: 179241 >Category: ports >Synopsis: [PATCH] devel/php5-ice: update to 3.5.0 and port overhaul, request maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Gmelin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Grem Equity GmbH >Environment: System: FreeBSD srv 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #4 r249052: Wed Apr 3 18:26:19 UTC >Description: - Update to 3.5.0 This patch depends in upgrading devel/ice first, please see PR ports/179233: http://www.freebsd.org/cgi/query-pr.cgi?pr=179233 Since this port is orphaned right now and I'm already maintaining devel/ice and devel/py-ice, I would volunteer to take over maintainership of devel/php5-ice as well. You may also fetch the attached patch at: http://blog.grem.de/php5_ice_350_20130602.patch or http://blog.grem.de/php5_ice_350_20130602.patch.gz Besides the update to Ice-3.5.0, which brings a couple of new features, the port skeleton has been cleaned up: - New style Makefile header - OptionsNG - Install shared PHP file in the correct place (/usr/local/share/pear) - Don't install slice files anymore, since devel/ice (a dependency) already installs those in the correct location (/usr/local/share/Ice) - Include LICENSE - Fix BUILD_DEPENDS - Allow use of PHP5 namespaces - Support PHP 5.4 - Fixes for Clang and C++11 - Remove outdated pkg-message - Fix patch filenames Added file(s): - files/Make.rules.FreeBSD - files/patch-cpp-config-Make.rules - files/patch-php-config-Make.rules.php - files/patch-php-lib-Makefile - files/patch-php-src-IcePHP-Communicator.cpp - files/patch-php-src-IcePHP-Connection.cpp - files/patch-php-src-IcePHP-Endpoint.cpp - files/patch-php-src-IcePHP-Init.cpp - files/patch-php-src-IcePHP-Logger.cpp - files/patch-php-src-IcePHP-Properties.cpp - files/patch-php-src-IcePHP-Proxy.cpp Removed file(s): - files/patch-cpp+config+Make.rules.FreeBSD - files/patch-php+config+Make.rules.php - pkg-message Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- php5-Ice-3.5.0.patch begins here --- diff -ruN --exclude=CVS ../php5-ice.orig/Makefile ./Makefile --- ../php5-ice.orig/Makefile 2013-02-14 11:22:19.000000000 +0100 +++ ./Makefile 2013-06-02 19:07:09.000000000 +0200 @@ -1,42 +1,44 @@ -# New ports collection makefile for: php-ice -# Date created: 2007-08-21 -# Whom: DIrk Ye -# +# Created by: DIrk Ye # $FreeBSD: ports/devel/php5-ice/Makefile,v 1.12 2013/02/14 10:22:19 svnexp Exp $ -# PORTNAME= Ice -PORTVERSION= 3.4.2 +PORTVERSION= 3.5.0 CATEGORIES= devel -MASTER_SITES= http://download.zeroc.com/Ice/3.4/ +MASTER_SITES= http://download.zeroc.com/Ice/3.5/ PKGNAMEPREFIX= php5- DISTNAME= Ice-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An Ice (Internet Communications Engine) language mapping for PHP +LICENSE= GPLv2 + +BUILD_DEPENDS= mcpp:${PORTSDIR}/devel/mcpp LIB_DEPENDS= Ice.${LIB_VRS}:${PORTSDIR}/devel/ice +OPTIONS_DEFINE= DEBUG DOCS NAMESPACES +NAMESPACES_DESC=Use PHP namespaces (recommended) + +.include + USE_GMAKE= yes -MAKE_ARGS+= PHP_EXT_DIR=${PHP_EXT_DIR} +MAKE_ARGS+= PHP_EXT_DIR=${PHP_EXT_DIR} ICE_HOME=${PREFIX} \ + PHP_HOME=${PREFIX} OPTIMIZE=yes USE_PHP= yes USE_PHP_BUILD= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +DEFAULT_PHP_VER=5 +IGNORE_WITH_PHP=4 52 BUILD_WRKSRC= ${WRKSRC}/php INSTALL_WRKSRC= ${WRKSRC}/php -LIB_VRS= ${PORTVERSION:S|.||g:C|2$||} +LIB_VRS= ${PORTVERSION:S|.||g:C|0$||} PHP_MODNAME?= IcePHP CFLAGS+= -ftemplate-depth-128 -fPIC -DPIC -Wall -D_REENTRANT -.if defined(DEBUG) -CFLAGS+= -g -.else +.if empty(PORT_OPTIONS:MDEBUG) CFLAGS+= -DNDEBUG .endif -.include .if ${ARCH} == "ia64" BROKEN= does not compile on ia64 .endif @@ -45,20 +47,37 @@ MAKE_ENV= LP64=yes .endif -.if defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MNAMESPACES} +MAKE_ARGS+= USE_NAMESPACES=yes +PLIST_SUB+= NAMESPACES="" +PLIST_SUB+= NONAMESPACES="@comment " +.else +PLIST_SUB+= NAMESPACES="@comment " +PLIST_SUB+= NONAMESPACES="" +.endif + +.if empty(PORT_OPTIONS:MDOCS) MAKE_ENV+= NOPORTDOCS=yes .endif +.include + post-patch: - ${REINPLACE_CMD} 's|%%INSTALL_PROGRAM%%|${INSTALL_PROGRAM}|g; \ + @${SED} 's|%%PREFIX%%|${PREFIX}|g; \ + s|%%DATADIR%%|${DATADIR}|g; \ + s|%%DOCSDIR%%|${DOCSDIR}|g; \ + s|%%INSTALL_PROGRAM%%|${INSTALL_PROGRAM}|g; \ + s|%%INSTALL_DATA%%|${INSTALL_DATA}|g' \ + ${FILESDIR}/Make.rules.FreeBSD > ${WRKSRC}/cpp/config/Make.rules.FreeBSD + @${REINPLACE_CMD} 's|%%INSTALL_PROGRAM%%|${INSTALL_PROGRAM}|g; \ s|%%INSTALL_DATA%%|${INSTALL_DATA}|g; \ s|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/php/config/Make.rules.php + post-install: @${MKDIR} ${PREFIX}/etc/php @${ECHO_CMD} extension=${PHP_MODNAME}.so \ >> ${PREFIX}/etc/php/extensions.ini - @${CAT} ${PKGMESSAGE} add-plist-info: @${ECHO_CMD} "@exec mkdir -p %D/etc/php" \ diff -ruN --exclude=CVS ../php5-ice.orig/distinfo ./distinfo --- ../php5-ice.orig/distinfo 2011-06-28 15:44:49.000000000 +0200 +++ ./distinfo 2013-06-02 12:56:12.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (Ice-3.4.2.tar.gz) = dcf0484495b6df0849ec90a00e8204fe5fe1c0d3882bb438bf2c1d062f15c979 -SIZE (Ice-3.4.2.tar.gz) = 5485106 +SHA256 (Ice-3.5.0.tar.gz) = 583d4a819d50ad8b79b1e9ad45abfa3078f981486271ca8cd9ede8fa420ff575 +SIZE (Ice-3.5.0.tar.gz) = 5388847 diff -ruN --exclude=CVS ../php5-ice.orig/files/Make.rules.FreeBSD ./files/Make.rules.FreeBSD --- ../php5-ice.orig/files/Make.rules.FreeBSD 1970-01-01 01:00:00.000000000 +0100 +++ ./files/Make.rules.FreeBSD 2013-06-02 13:00:43.000000000 +0200 @@ -0,0 +1,21 @@ +mkshlib = $(CXX) -shared $(LDFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4) + +BASELIBS = -lIceUtil -pthread -L$(LOCALBASE)/lib -liconv +LIBS = -lIce $(BASELIBS) + +ICEUTIL_OS_LIBS = -pthread + +PLATFORM_HAS_READLINE := yes + +export LD_LIBRARY_PATH := $(libdir):$(LD_LIBRARY_PATH) + +lp64suffix = +create_runpath_symlink = no +prefix = %%PREFIX%% +install_slicedir = %%DATADIR%% +install_configdir = %%DATADIR%%/config +install_docdir = %%DOCSDIR%% +EXPAT_HOME = $(LOCALBASE) +INSTALL = %%INSTALL_DATA%% +INSTALL_PROGRAM = %%INSTALL_PROGRAM%% +MCPP_HOME = $(LOCALBASE) diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-cpp+config+Make.rules.FreeBSD ./files/patch-cpp+config+Make.rules.FreeBSD --- ../php5-ice.orig/files/patch-cpp+config+Make.rules.FreeBSD 2013-02-14 11:22:19.000000000 +0100 +++ ./files/patch-cpp+config+Make.rules.FreeBSD 1970-01-01 01:00:00.000000000 +0100 @@ -1,31 +0,0 @@ ---- cpp/config/Make.rules.FreeBSD.orig 2008-08-02 08:12:53.000000000 +0800 -+++ cpp/config/Make.rules.FreeBSD 2008-08-02 08:14:46.000000000 +0800 -@@ -27,7 +27,7 @@ - endif - - ifeq ($(OPTIMIZE),yes) -- CXXFLAGS += -O3 -DNDEBUG -+ CXXFLAGS += -O2 -DNDEBUG - else - CXXFLAGS += -g - endif -@@ -37,15 +37,15 @@ - # - CXXLIBS = - --mkshlib = $(CXX) -shared $(LDFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4) -lc_r -+mkshlib = $(CXX) -shared $(LDFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4) - - mklib = ar cr $(1) $(2) - --BASELIBS = -lIceUtil -lc_r -+BASELIBS = -lIceUtil -pthread -L$(LOCALBASE)/lib -liconv - LIBS = -lIce $(BASELIBS) - --ICEUTIL_OS_LIBS = --ICE_OS_LIBS = -+ICEUTIL_OS_LIBS = -pthread -+ICE_OS_LIBS = - - PLATFORM_HAS_READLINE = yes - diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-cpp-config-Make.rules ./files/patch-cpp-config-Make.rules --- ../php5-ice.orig/files/patch-cpp-config-Make.rules 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-cpp-config-Make.rules 2013-06-02 12:59:47.000000000 +0200 @@ -0,0 +1,13 @@ +--- cpp.orig/config/Make.rules Fri Mar 11 16:19:00 2013 ++++ cpp/config/Make.rules Fri May 19 22:00:09 2013 +@@ -233,7 +233,9 @@ + DB_FLAGS = -I/usr/local/include/db53 + DB_LIBS = -L/usr/local/$(libsubdir)/db53 -ldb_cxx + else +- DB_LIBS = -ldb_cxx ++ DB_FLAGS = -I%%BDB_INCLUDE_DIR%% ++ DB_LIBS = -L%%BDB_LIB_DIR%% -l%%BDB_LIB_CXX_NAME%% ++ DB_RPATH_LINK = $(call rpathlink,%%BDB_LIB_DIR%%) + endif + endif + endif diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php+config+Make.rules.php ./files/patch-php+config+Make.rules.php --- ../php5-ice.orig/files/patch-php+config+Make.rules.php 2010-08-15 14:22:09.000000000 +0200 +++ ./files/patch-php+config+Make.rules.php 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ ---- php/config/Make.rules.php.orig 2010-06-03 18:48:34.000000000 +0200 -+++ php/config/Make.rules.php 2010-07-30 14:43:46.000000000 +0200 -@@ -12,7 +12,9 @@ - # if it does not exist. - # - --prefix ?= /opt/Ice-$(VERSION) -+ICE_HOME = /usr/local -+ -+prefix ?= /usr/local/lib/php/$(PHP_EXT_DIR) - - # - # The "root directory" for runpath embedded in executables. Can be unset -@@ -25,7 +27,7 @@ - # Otherwise the Ice extension is built with debug information. - # - --#OPTIMIZE = yes -+OPTIMIZE = yes - - # - # Define LP64 as yes if you want to build in 64 bit mode on a platform -@@ -54,7 +56,7 @@ - # PHP_INCLUDE_DIR and PHP_LIB_DIR. - # - --PHP_HOME ?= /opt/php -+PHP_HOME ?= /usr/local - - # - # Verifies the PHP_HOME is valid and attempts to adjust for platform variances -@@ -100,8 +102,8 @@ - endif - - libdir = $(top_srcdir)/lib --install_phpdir = $(prefix)/php --install_libdir = $(prefix)/php -+install_phpdir = $(prefix) -+install_libdir = $(prefix) - - # - # Platform specific definitions diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-config-Make.rules.php ./files/patch-php-config-Make.rules.php --- ../php5-ice.orig/files/patch-php-config-Make.rules.php 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-config-Make.rules.php 2013-06-02 16:36:54.000000000 +0200 @@ -0,0 +1,23 @@ +--- php/config/Make.rules.php.orig 2013-03-11 15:19:47.000000000 +0000 ++++ php/config/Make.rules.php 2013-06-02 14:36:13.744196194 +0000 +@@ -100,8 +100,8 @@ + endif + + libdir = $(top_srcdir)/lib +-install_phpdir = $(prefix)/php +-install_libdir = $(prefix)/php ++install_phpdir = $(prefix)/share/pear ++install_libdir = $(prefix)/lib/php/$(PHP_EXT_DIR) + + # + # Platform specific definitions +@@ -155,7 +155,8 @@ + endif + + ifeq ($(installphplib),) +- installphplib = $(INSTALL) $(1) $(2); \ ++ installphplib = mkdir -p $(2) ; \ ++ $(INSTALL) $(1) $(2); \ + chmod a+rx $(2)/$(notdir $(1)) + endif + diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-lib-Makefile ./files/patch-php-lib-Makefile --- ../php5-ice.orig/files/patch-php-lib-Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-lib-Makefile 2013-06-02 16:11:57.000000000 +0200 @@ -0,0 +1,12 @@ +--- php/lib/Makefile.orig 2013-06-02 12:11:06.451195440 +0000 ++++ php/lib/Makefile 2013-06-02 12:16:29.249191742 +0000 +@@ -167,7 +167,8 @@ + @echo "Installing generated code" + @for i in $(MODULES) ; \ + do \ +- $(INSTALL_DATA) -r $$i $(install_phpdir) ; \ ++ mkdir -p $(install_phpdir)/$$i ; \ ++ $(INSTALL_DATA) $$i/*.php $(install_phpdir)/$$i ; \ + done + @for i in $(MODULE_SRCS) ; \ + do \ diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-src-IcePHP-Communicator.cpp ./files/patch-php-src-IcePHP-Communicator.cpp --- ../php5-ice.orig/files/patch-php-src-IcePHP-Communicator.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-src-IcePHP-Communicator.cpp 2013-06-02 13:56:47.000000000 +0200 @@ -0,0 +1,11 @@ +--- php/src/IcePHP/Communicator.cpp.orig 2013-06-02 11:48:21.990197196 +0000 ++++ php/src/IcePHP/Communicator.cpp 2013-06-02 11:48:29.692195174 +0000 +@@ -1341,7 +1341,7 @@ + // + zend_class_entry ce; + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("Communicator"), _interfaceMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "Communicator", _interfaceMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_Communicator", _interfaceMethods); + #endif diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-src-IcePHP-Connection.cpp ./files/patch-php-src-IcePHP-Connection.cpp --- ../php5-ice.orig/files/patch-php-src-IcePHP-Connection.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-src-IcePHP-Connection.cpp 2013-06-02 13:56:47.000000000 +0200 @@ -0,0 +1,47 @@ +--- php/src/IcePHP/Connection.cpp.orig 2013-06-02 11:48:58.022196354 +0000 ++++ php/src/IcePHP/Connection.cpp 2013-06-02 11:50:59.494195380 +0000 +@@ -360,7 +360,7 @@ + // + zend_class_entry ce; + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("Connection"), _interfaceMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "Connection", _interfaceMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_Connection", _interfaceMethods); + #endif +@@ -380,7 +380,7 @@ + // Register the ConnectionInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("ConnectionInfo"), _connectionInfoClassMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "ConnectionInfo", _connectionInfoClassMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_ConnectionInfo", _connectionInfoClassMethods); + #endif +@@ -396,7 +396,7 @@ + // Register the IPConnectionInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("IPConnectionInfo"), NULL); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "IPConnectionInfo", NULL); + #else + INIT_CLASS_ENTRY(ce, "Ice_IPConnectionInfo", NULL); + #endif +@@ -415,7 +415,7 @@ + // Register the TCPConnectionInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("TCPConnectionInfo"), NULL); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "TCPConnectionInfo", NULL); + #else + INIT_CLASS_ENTRY(ce, "Ice_TCPConnectionInfo", NULL); + #endif +@@ -426,7 +426,7 @@ + // Register the UDPConnectionInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("UDPConnectionInfo"), NULL); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "UDPConnectionInfo", NULL); + #else + INIT_CLASS_ENTRY(ce, "Ice_UDPConnectionInfo", NULL); + #endif diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-src-IcePHP-Endpoint.cpp ./files/patch-php-src-IcePHP-Endpoint.cpp --- ../php5-ice.orig/files/patch-php-src-IcePHP-Endpoint.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-src-IcePHP-Endpoint.cpp 2013-06-02 13:56:47.000000000 +0200 @@ -0,0 +1,56 @@ +--- php/src/IcePHP/Endpoint.cpp.orig 2013-06-02 11:51:19.569193334 +0000 ++++ php/src/IcePHP/Endpoint.cpp 2013-06-02 11:52:06.348197336 +0000 +@@ -274,7 +274,7 @@ + // + zend_class_entry ce; + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("Endpoint"), _interfaceMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "Endpoint", _interfaceMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_Endpoint", _interfaceMethods); + #endif +@@ -293,7 +293,7 @@ + // Register the EndpointInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("EndpointInfo"), _endpointInfoMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "EndpointInfo", _endpointInfoMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_EndpointInfo", _endpointInfoMethods); + #endif +@@ -309,7 +309,7 @@ + // Register the IPEndpointInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("IPEndpointInfo"), NULL); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "IPEndpointInfo", NULL); + #else + INIT_CLASS_ENTRY(ce, "Ice_IPEndpointInfo", NULL); + #endif +@@ -324,7 +324,7 @@ + // Register the TCPEndpointInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("TCPEndpointInfo"), NULL); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "TCPEndpointInfo", NULL); + #else + INIT_CLASS_ENTRY(ce, "Ice_TCPEndpointInfo", NULL); + #endif +@@ -335,7 +335,7 @@ + // Register the UDPEndpointInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("UDPEndpointInfo"), NULL); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "UDPEndpointInfo", NULL); + #else + INIT_CLASS_ENTRY(ce, "Ice_UDPEndpointInfo", NULL); + #endif +@@ -350,7 +350,7 @@ + // Register the OpaqueEndpointInfo class. + // + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("OpaqueEndpointInfo"), NULL); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "OpaqueEndpointInfo", NULL); + #else + INIT_CLASS_ENTRY(ce, "Ice_OpaqueEndpointInfo", NULL); + #endif diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-src-IcePHP-Init.cpp ./files/patch-php-src-IcePHP-Init.cpp --- ../php5-ice.orig/files/patch-php-src-IcePHP-Init.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-src-IcePHP-Init.cpp 2013-06-02 13:56:47.000000000 +0200 @@ -0,0 +1,15 @@ +--- php/src/IcePHP/Init.cpp.orig 2013-03-11 15:19:47.000000000 +0000 ++++ php/src/IcePHP/Init.cpp 2013-06-02 11:44:16.052196522 +0000 +@@ -22,10 +22,10 @@ + + ZEND_DECLARE_MODULE_GLOBALS(ice) + +-ZEND_BEGIN_ARG_INFO(Ice_initialize_arginfo, 1) ++ZEND_BEGIN_ARG_INFO_EX(Ice_initialize_arginfo, 1, ZEND_RETURN_VALUE, static_cast(-1)) + ZEND_END_ARG_INFO() + +-ZEND_BEGIN_ARG_INFO(Ice_createProperties_arginfo, 1) ++ZEND_BEGIN_ARG_INFO_EX(Ice_createProperties_arginfo, 1, ZEND_RETURN_VALUE, static_cast(-1)) + ZEND_END_ARG_INFO() + + #define ICEPHP_COMMUNICATOR_FUNCTIONS \ diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-src-IcePHP-Logger.cpp ./files/patch-php-src-IcePHP-Logger.cpp --- ../php5-ice.orig/files/patch-php-src-IcePHP-Logger.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-src-IcePHP-Logger.cpp 2013-06-02 13:56:47.000000000 +0200 @@ -0,0 +1,11 @@ +--- php/src/IcePHP/Logger.cpp.orig 2013-06-02 11:52:25.727195546 +0000 ++++ php/src/IcePHP/Logger.cpp 2013-06-02 11:52:39.876195038 +0000 +@@ -269,7 +269,7 @@ + // + zend_class_entry ce; + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("Logger"), _interfaceMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "Logger", _interfaceMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_Logger", _interfaceMethods); + #endif diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-src-IcePHP-Properties.cpp ./files/patch-php-src-IcePHP-Properties.cpp --- ../php5-ice.orig/files/patch-php-src-IcePHP-Properties.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-src-IcePHP-Properties.cpp 2013-06-02 13:56:47.000000000 +0200 @@ -0,0 +1,11 @@ +--- php/src/IcePHP/Properties.cpp.orig 2013-06-02 11:52:55.531198249 +0000 ++++ php/src/IcePHP/Properties.cpp 2013-06-02 11:53:07.786227648 +0000 +@@ -641,7 +641,7 @@ + // + zend_class_entry ce; + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("Properties"), _interfaceMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "Properties", _interfaceMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_Properties", _interfaceMethods); + #endif diff -ruN --exclude=CVS ../php5-ice.orig/files/patch-php-src-IcePHP-Proxy.cpp ./files/patch-php-src-IcePHP-Proxy.cpp --- ../php5-ice.orig/files/patch-php-src-IcePHP-Proxy.cpp 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-php-src-IcePHP-Proxy.cpp 2013-06-02 13:56:47.000000000 +0200 @@ -0,0 +1,11 @@ +--- php/src/IcePHP/Proxy.cpp.orig 2013-06-02 11:54:02.594196824 +0000 ++++ php/src/IcePHP/Proxy.cpp 2013-06-02 11:53:46.793198453 +0000 +@@ -1702,7 +1702,7 @@ + // + zend_class_entry ce; + #ifdef ICEPHP_USE_NAMESPACES +- INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("ObjectPrx"), _proxyMethods); ++ INIT_NS_CLASS_ENTRY(ce, "Ice", "ObjectPrx", _proxyMethods); + #else + INIT_CLASS_ENTRY(ce, "Ice_ObjectPrx", _proxyMethods); + #endif diff -ruN --exclude=CVS ../php5-ice.orig/pkg-message ./pkg-message --- ../php5-ice.orig/pkg-message 2009-05-23 17:22:28.000000000 +0200 +++ ./pkg-message 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ - ----------------------------------------------------------------------------- - Attention for FreeBSD-i386 user ----------------------------------------------------------------------------- - -If the php fails with: - - terminate called after throwing an instance of 'IceUtil::ThreadSyscallException' - what(): RecMutex.cpp:96: IceUtil::ThreadSyscallException: - ... - -Try to start it with: - - $ LD_PRELOAD=/usr/lib/libc_r.so php - -or for FreeBSD version 7 and above: - - $ LD_PRELOAD=/usr/lib/libpthread.so php - ----------------------------------------------------------------------------- diff -ruN --exclude=CVS ../php5-ice.orig/pkg-plist ./pkg-plist --- ../php5-ice.orig/pkg-plist 2010-08-15 14:22:09.000000000 +0200 +++ ./pkg-plist 2013-06-02 19:07:34.000000000 +0200 @@ -1,145 +1,74 @@ -lib/php/%%PHP_EXT_DIR%%/ICE_LICENSE -lib/php/%%PHP_EXT_DIR%%/Ice.php lib/php/%%PHP_EXT_DIR%%/IcePHP.so -lib/php/%%PHP_EXT_DIR%%/LICENSE -lib/php/%%PHP_EXT_DIR%%/Glacier2.php -lib/php/%%PHP_EXT_DIR%%/Glacier2/PermissionsVerifier.php -lib/php/%%PHP_EXT_DIR%%/Glacier2/PermissionsVerifierF.php -lib/php/%%PHP_EXT_DIR%%/Glacier2/Router.php -lib/php/%%PHP_EXT_DIR%%/Glacier2/RouterF.php -lib/php/%%PHP_EXT_DIR%%/Glacier2/SSLInfo.php -lib/php/%%PHP_EXT_DIR%%/Glacier2/Session.php -lib/php/%%PHP_EXT_DIR%%/Ice/BuiltinSequences.php -lib/php/%%PHP_EXT_DIR%%/Ice/Communicator.php -lib/php/%%PHP_EXT_DIR%%/Ice/CommunicatorF.php -lib/php/%%PHP_EXT_DIR%%/Ice/Connection.php -lib/php/%%PHP_EXT_DIR%%/Ice/ConnectionF.php -lib/php/%%PHP_EXT_DIR%%/Ice/Current.php -lib/php/%%PHP_EXT_DIR%%/Ice/Endpoint.php -lib/php/%%PHP_EXT_DIR%%/Ice/EndpointF.php -lib/php/%%PHP_EXT_DIR%%/Ice/EndpointTypes.php -lib/php/%%PHP_EXT_DIR%%/Ice/FacetMap.php -lib/php/%%PHP_EXT_DIR%%/Ice/Identity.php -lib/php/%%PHP_EXT_DIR%%/Ice/ImplicitContext.php -lib/php/%%PHP_EXT_DIR%%/Ice/ImplicitContextF.php -lib/php/%%PHP_EXT_DIR%%/Ice/LocalException.php -lib/php/%%PHP_EXT_DIR%%/Ice/Locator.php -lib/php/%%PHP_EXT_DIR%%/Ice/LocatorF.php -lib/php/%%PHP_EXT_DIR%%/Ice/Logger.php -lib/php/%%PHP_EXT_DIR%%/Ice/LoggerF.php -lib/php/%%PHP_EXT_DIR%%/Ice/ObjectAdapterF.php -lib/php/%%PHP_EXT_DIR%%/Ice/ObjectFactory.php -lib/php/%%PHP_EXT_DIR%%/Ice/ObjectFactoryF.php -lib/php/%%PHP_EXT_DIR%%/Ice/Plugin.php -lib/php/%%PHP_EXT_DIR%%/Ice/PluginF.php -lib/php/%%PHP_EXT_DIR%%/Ice/Process.php -lib/php/%%PHP_EXT_DIR%%/Ice/ProcessF.php -lib/php/%%PHP_EXT_DIR%%/Ice/Properties.php -lib/php/%%PHP_EXT_DIR%%/Ice/PropertiesF.php -lib/php/%%PHP_EXT_DIR%%/Ice/Router.php -lib/php/%%PHP_EXT_DIR%%/Ice/RouterF.php -lib/php/%%PHP_EXT_DIR%%/Ice/SliceChecksumDict.php -lib/php/%%PHP_EXT_DIR%%/Ice/Stats.php -lib/php/%%PHP_EXT_DIR%%/Ice/StatsF.php -lib/php/%%PHP_EXT_DIR%%/IceBox.php -lib/php/%%PHP_EXT_DIR%%/IceBox/IceBox.php -lib/php/%%PHP_EXT_DIR%%/IceGrid.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Admin.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Descriptor.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Exception.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/FileParser.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Locator.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Observer.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Query.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Registry.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/Session.php -lib/php/%%PHP_EXT_DIR%%/IceGrid/UserAccountMapper.php -lib/php/%%PHP_EXT_DIR%%/IcePatch2.php -lib/php/%%PHP_EXT_DIR%%/IcePatch2/FileInfo.php -lib/php/%%PHP_EXT_DIR%%/IcePatch2/FileServer.php -lib/php/%%PHP_EXT_DIR%%/IceStorm.php -lib/php/%%PHP_EXT_DIR%%/IceStorm/IceStorm.php -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/BackgroundSaveEvictor.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/CatalogData.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/Connection.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/ConnectionF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/DB.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/Evictor.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/EvictorF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/EvictorStorage.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/Exception.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/Transaction.ice -lib/php/%%PHP_EXT_DIR%%/slice/Freeze/TransactionalEvictor.ice -lib/php/%%PHP_EXT_DIR%%/slice/Glacier2/PermissionsVerifier.ice -lib/php/%%PHP_EXT_DIR%%/slice/Glacier2/PermissionsVerifierF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Glacier2/Router.ice -lib/php/%%PHP_EXT_DIR%%/slice/Glacier2/RouterF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Glacier2/SSLInfo.ice -lib/php/%%PHP_EXT_DIR%%/slice/Glacier2/Session.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/BuiltinSequences.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Communicator.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/CommunicatorF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Connection.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ConnectionF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Current.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Endpoint.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/EndpointF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/EndpointTypes.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/FacetMap.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Identity.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ImplicitContext.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ImplicitContextF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/LocalException.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Locator.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/LocatorF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Logger.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/LoggerF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ObjectAdapter.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ObjectAdapterF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ObjectFactory.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ObjectFactoryF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Plugin.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/PluginF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Process.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ProcessF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Properties.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/PropertiesF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Router.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/RouterF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ServantLocator.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/ServantLocatorF.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/SliceChecksumDict.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/Stats.ice -lib/php/%%PHP_EXT_DIR%%/slice/Ice/StatsF.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceBox/IceBox.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Admin.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Descriptor.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Exception.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/FileParser.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Locator.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Observer.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Query.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Registry.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/Session.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceGrid/UserAccountMapper.ice -lib/php/%%PHP_EXT_DIR%%/slice/IcePatch2/FileInfo.ice -lib/php/%%PHP_EXT_DIR%%/slice/IcePatch2/FileServer.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceSSL/ConnectionInfo.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceSSL/EndpointInfo.ice -lib/php/%%PHP_EXT_DIR%%/slice/IceStorm/IceStorm.ice -@dirrmtry lib/php/%%PHP_EXT_DIR%%/Glacier2 -@dirrmtry lib/php/%%PHP_EXT_DIR%%/Ice -@dirrmtry lib/php/%%PHP_EXT_DIR%%/IceBox -@dirrmtry lib/php/%%PHP_EXT_DIR%%/IceGrid -@dirrmtry lib/php/%%PHP_EXT_DIR%%/IcePatch2 -@dirrmtry lib/php/%%PHP_EXT_DIR%%/IceStorm -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/Freeze -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/Glacier2 -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/Ice -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/IceBox -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/IceGrid -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/IcePatch2 -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/IceSSL -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice/IceStorm -@dirrmtry lib/php/%%PHP_EXT_DIR%%/slice +share/pear/Glacier2.php +share/pear/Glacier2/Metrics.php +share/pear/Glacier2/PermissionsVerifier.php +share/pear/Glacier2/PermissionsVerifierF.php +share/pear/Glacier2/Router.php +share/pear/Glacier2/RouterF.php +share/pear/Glacier2/SSLInfo.php +share/pear/Glacier2/Session.php +%%NONAMESPACES%%share/pear/Ice.php +%%NAMESPACES%%share/pear/Ice_ns.php +share/pear/Ice/BuiltinSequences.php +share/pear/Ice/Communicator.php +share/pear/Ice/CommunicatorF.php +share/pear/Ice/Connection.php +share/pear/Ice/ConnectionF.php +share/pear/Ice/Current.php +share/pear/Ice/Endpoint.php +share/pear/Ice/EndpointF.php +share/pear/Ice/EndpointTypes.php +share/pear/Ice/FacetMap.php +share/pear/Ice/Identity.php +share/pear/Ice/ImplicitContext.php +share/pear/Ice/ImplicitContextF.php +share/pear/Ice/Instrumentation.php +share/pear/Ice/InstrumentationF.php +share/pear/Ice/LocalException.php +share/pear/Ice/Locator.php +share/pear/Ice/LocatorF.php +share/pear/Ice/Logger.php +share/pear/Ice/LoggerF.php +share/pear/Ice/Metrics.php +share/pear/Ice/ObjectAdapterF.php +share/pear/Ice/ObjectFactory.php +share/pear/Ice/ObjectFactoryF.php +share/pear/Ice/Plugin.php +share/pear/Ice/PluginF.php +share/pear/Ice/Process.php +share/pear/Ice/ProcessF.php +share/pear/Ice/Properties.php +share/pear/Ice/PropertiesF.php +share/pear/Ice/Router.php +share/pear/Ice/RouterF.php +share/pear/Ice/SliceChecksumDict.php +share/pear/Ice/Stats.php +share/pear/Ice/StatsF.php +share/pear/Ice/Version.php +share/pear/IceBox.php +share/pear/IceBox/IceBox.php +share/pear/IceGrid.php +share/pear/IceGrid/Admin.php +share/pear/IceGrid/Descriptor.php +share/pear/IceGrid/Exception.php +share/pear/IceGrid/FileParser.php +share/pear/IceGrid/Locator.php +share/pear/IceGrid/Observer.php +share/pear/IceGrid/Query.php +share/pear/IceGrid/Registry.php +share/pear/IceGrid/Session.php +share/pear/IceGrid/UserAccountMapper.php +share/pear/IcePatch2.php +share/pear/IcePatch2/FileInfo.php +share/pear/IcePatch2/FileServer.php +share/pear/IceStorm.php +share/pear/IceStorm/IceStorm.php +share/pear/IceStorm/Metrics.php +@dirrmtry share/pear/Glacier2 +@dirrmtry share/pear/Ice +@dirrmtry share/pear/IceBox +@dirrmtry share/pear/IceGrid +@dirrmtry share/pear/IcePatch2 +@dirrmtry share/pear/IceStorm +@dirrmtry share/pear @dirrmtry lib/php/%%PHP_EXT_DIR%% --- php5-Ice-3.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 01:35: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 7D15A65A; Mon, 3 Jun 2013 01:35:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 54F571FA6; Mon, 3 Jun 2013 01:35:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r531ZAqE099764; Mon, 3 Jun 2013 01:35:10 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r531ZA35099763; Mon, 3 Jun 2013 01:35:10 GMT (envelope-from wen) Date: Mon, 3 Jun 2013 01:35:10 GMT Message-Id: <201306030135.r531ZA35099763@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Subject: Re: ports/179163: [UPDATE] lang/scheme48 1.8 -> 1.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: Mon, 03 Jun 2013 01:35:10 -0000 Synopsis: [UPDATE] lang/scheme48 1.8 -> 1.9 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Mon Jun 3 01:35:10 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179163 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 01:35: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 65E0E68D; Mon, 3 Jun 2013 01:35:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 402921FAA; Mon, 3 Jun 2013 01:35:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r531Zrl8099863; Mon, 3 Jun 2013 01:35:53 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r531Zrf5099862; Mon, 3 Jun 2013 01:35:53 GMT (envelope-from wen) Date: Mon, 3 Jun 2013 01:35:53 GMT Message-Id: <201306030135.r531Zrf5099862@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Subject: Re: ports/179191: New port: editors/gummi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 01:35:53 -0000 Synopsis: New port: editors/gummi Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Mon Jun 3 01:35:52 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179191 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 02:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CEC75AE3 for ; Mon, 3 Jun 2013 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 982A51079 for ; Mon, 3 Jun 2013 02:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r532A0Nq005793 for ; Mon, 3 Jun 2013 02:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r532A0OB005792; Mon, 3 Jun 2013 02:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 02:10:00 GMT Resent-Message-Id: <201306030210.r532A0OB005792@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C65D0AC5 for ; Mon, 3 Jun 2013 02:08:11 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 69271106D for ; Mon, 3 Jun 2013 02:08:11 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0M68YO-1UT8oy0yj4-00yAW7 for ; Mon, 03 Jun 2013 04:08:10 +0200 Received: (qmail invoked by alias); 03 Jun 2013 02:08:09 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 03 Jun 2013 04:08:09 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 04:08:08 +0200 Message-Id: <20130603020811.C65D0AC5@hub.freebsd.org> Date: Mon, 03 Jun 2013 04:08:08 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179242: [PATCH] comms/jerm: Trim REINPLACE_CMD, docs, fix termis.h Cc: smatsui@karashi.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, 03 Jun 2013 02:10:02 -0000 >Number: 179242 >Category: ports >Synopsis: [PATCH] comms/jerm: Trim REINPLACE_CMD, docs, fix termis.h >Confidential: no >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 Jun 03 02:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Trim REINPLACE_CMD - Fix termios.h - Trim docs Port maintainer (smatsui@karashi.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130602230400-58171/ >Fix: --- jerm-8096.patch begins here --- diff -ruN --exclude=CVS /usr/ports/comms/jerm/Makefile ./Makefile --- /usr/ports/comms/jerm/Makefile 2013-06-02 19:01:21.000000000 +0200 +++ ./Makefile 2013-04-06 18:07:10.000000000 +0200 @@ -32,6 +32,8 @@ post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS?=|' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|sys/termios.h|termios.h|' \ + ${WRKSRC}/tiocdtr.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jerm ${PREFIX}/bin @@ -44,7 +46,7 @@ .endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include --- jerm-8096.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 02:10:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3C257B14; Mon, 3 Jun 2013 02:10: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 1665D107C; Mon, 3 Jun 2013 02:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r532AALI005936; Mon, 3 Jun 2013 02:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r532AAxq005935; Mon, 3 Jun 2013 02:10:10 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 02:10:10 GMT Message-Id: <201306030210.r532AAxq005935@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179242: [PATCH] comms/jerm: Trim REINPLACE_CMD, docs, fix termis.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 02:10:11 -0000 Synopsis: [PATCH] comms/jerm: Trim REINPLACE_CMD, docs, fix termis.h Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 02:10:10 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179242 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 03: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 3174D4BA for ; Mon, 3 Jun 2013 03: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 0A6FC11F8 for ; Mon, 3 Jun 2013 03:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53301Pf015806 for ; Mon, 3 Jun 2013 03:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53301oE015805; Mon, 3 Jun 2013 03:00:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 03:00:01 GMT Message-Id: <201306030300.r53301oE015805@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Koichiro IWAO Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koichiro IWAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 03:00:02 -0000 The following reply was made to PR ports/179236; it has been noted by GNATS. From: Koichiro IWAO To: bug-followup@freebsd.org, kevinz5000@gmail.com Cc: Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled Date: Mon, 03 Jun 2013 11:58:14 +0900 You have to switch to graphics/libjpeg-turbo from graphics/jpeg first. # portmaster -o graphics/libjpeg-turbo graphics/jpeg -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 03:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 022634BC for ; Mon, 3 Jun 2013 03: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 DB29611FA for ; Mon, 3 Jun 2013 03:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53302OT015817 for ; Mon, 3 Jun 2013 03:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53302PZ015816; Mon, 3 Jun 2013 03:00:02 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 03:00:02 GMT Resent-Message-Id: <201306030300.r53302PZ015816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 69E1A478 for ; Mon, 3 Jun 2013 02:54:22 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 172FE11D4 for ; Mon, 3 Jun 2013 02:54:21 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.33]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MFwhE-1UeR6B08fe-00EuXf for ; Mon, 03 Jun 2013 04:54:21 +0200 Received: (qmail invoked by alias); 03 Jun 2013 02:54:19 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp033) with SMTP; 03 Jun 2013 04:54:19 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 04:54:19 +0200 Message-Id: <20130603025422.69E1A478@hub.freebsd.org> Date: Mon, 03 Jun 2013 04:54:19 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179243: [PATCH] deskutils/rubrica: update to 2.0.12, take maintainership Cc: jpaetzel@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, 03 Jun 2013 03:00:03 -0000 >Number: 179243 >Category: ports >Synopsis: [PATCH] deskutils/rubrica: update to 2.0.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: Mon Jun 03 03:00:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 2.0.12 - Take maintainership - Fix port - Trim comment - Fix download - Add desktop dependency - Use REINPLACE_CMD instead of simple patches - Remove not needed patches - Fix NLS - Trim docs - Make portlint happy Removed file(s): - files/patch-interface__MainWindow.glade - files/patch-src_app.c - files/patch-src_callbacks.c Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130602233400-57168/ >Fix: --- rubrica-2.0.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/deskutils/rubrica/Makefile ./Makefile --- /usr/ports/deskutils/rubrica/Makefile 2013-06-02 19:00:47.000000000 +0200 +++ ./Makefile 2013-06-03 04:47:47.000000000 +0200 @@ -2,26 +2,26 @@ # $FreeBSD: head/deskutils/rubrica/Makefile 317994 2013-05-13 04:27:55Z ak $ PORTNAME= rubrica -PORTVERSION= 2.0.10 -PORTREVISION= 1 +PORTVERSION= 2.0.12 CATEGORIES= deskutils gnome MASTER_SITES= BERLIOS DISTNAME= ${PORTNAME}2-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Addressbook for the GNOME 2 desktop LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme +FETCH_ARGS?= -Fpr USE_BZIP2= yes -USES= pathfix gettext +USES= desktop-file-utils pathfix USE_GNOME= gconf2 gnomeprefix libglade2 USE_GMAKE= yes USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes GCONF_SCHEMAS= rubrica2.schemas @@ -29,23 +29,49 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= CREDITS ChangeLog + +DOCSRCDIR2= ${WRKSRC}/doc/reference/html +DOCSDIR2= ${DOCSDIR}/doc/libRAL +DOC_FILES2= *.* + +OPTIONS_DEFINE= NLS + +.include + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-Wall -g|-Wall|g ; \ s|-Wmissing-prototypes -g|-Wmissing-prototypes|g' @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|_Modifica|_Edit|' \ + -e 's|A_iuto|_Help|' \ + ${WRKSRC}/interface/MainWindow.glade + +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in +.endif post-install: @${LN} -sf ${LOCALBASE}/share/icons/gnome \ ${PREFIX}/share/pixmaps/rubrica2/22x22/hicolor -.if !defined(NOPORTDOCS) + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in AUTHORS CREDITS ChangeLog INSTALL NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - @${MKDIR} ${PREFIX}/share/doc/libRAL - ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/*.* \ - ${PREFIX}/share/doc/libRAL + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} + @${MKDIR} ${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} .endif .include diff -ruN --exclude=CVS /usr/ports/deskutils/rubrica/distinfo ./distinfo --- /usr/ports/deskutils/rubrica/distinfo 2013-06-02 19:00:47.000000000 +0200 +++ ./distinfo 2013-06-03 01:11:18.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (rubrica2-2.0.10.tar.bz2) = 8353435f699562103a63b3b78401e96dfd1a7497d42e795f0d4751a8b20c3611 -SIZE (rubrica2-2.0.10.tar.bz2) = 708561 +SHA256 (rubrica2-2.0.12.tar.bz2) = 973f76ec96e9c68f890dc22997568d3355a0b798e8e0e5670519d27e0439b7a8 +SIZE (rubrica2-2.0.12.tar.bz2) = 733757 diff -ruN --exclude=CVS /usr/ports/deskutils/rubrica/files/patch-interface__MainWindow.glade ./files/patch-interface__MainWindow.glade --- /usr/ports/deskutils/rubrica/files/patch-interface__MainWindow.glade 2013-06-02 19:00:47.000000000 +0200 +++ ./files/patch-interface__MainWindow.glade 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ ---- interface/MainWindow.glade.orig 2008-04-30 18:41:37.000000000 +0900 -+++ interface/MainWindow.glade 2009-09-12 03:39:24.000000000 +0900 -@@ -84,7 +84,7 @@ - - - True -- _Modifica -+ _Edit - True - - -@@ -173,7 +173,7 @@ - - - True -- A_iuto -+ _Help - True - - diff -ruN --exclude=CVS /usr/ports/deskutils/rubrica/files/patch-rubrica2.schemas.in ./files/patch-rubrica2.schemas.in --- /usr/ports/deskutils/rubrica/files/patch-rubrica2.schemas.in 2013-06-02 19:00:47.000000000 +0200 +++ ./files/patch-rubrica2.schemas.in 2013-04-03 21:15:24.000000000 +0200 @@ -1,5 +1,5 @@ ---- rubrica2.schemas.in.orig 2008-04-30 18:41:37.000000000 +0900 -+++ rubrica2.schemas.in 2009-09-06 12:40:19.000000000 +0900 +--- rubrica2.schemas.in.orig 2010-06-20 14:23:50.000000000 +0200 ++++ rubrica2.schemas.in 2013-04-03 20:40:05.000000000 +0200 @@ -6,7 +6,7 @@ /apps/rubrica2/file_format rubrica diff -ruN --exclude=CVS /usr/ports/deskutils/rubrica/files/patch-src_app.c ./files/patch-src_app.c --- /usr/ports/deskutils/rubrica/files/patch-src_app.c 2013-06-02 19:00:47.000000000 +0200 +++ ./files/patch-src_app.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ ---- src/app.c.orig 2011-08-12 15:55:03.000000000 +0200 -+++ src/app.c 2011-08-12 15:55:26.000000000 +0200 -@@ -1269,8 +1269,7 @@ rubrica_app_init(RubricaApp* self) - self->priv->cutted = NULL; - self->priv->notify = notify_notification_new("Rubrica Addressbook", - NULL, -- "info", -- NULL); -+ "info"); - self->priv->show_card = TRUE; - - g_object_set(self->priv->notebook, "homogeneous", FALSE, NULL); diff -ruN --exclude=CVS /usr/ports/deskutils/rubrica/files/patch-src_callbacks.c ./files/patch-src_callbacks.c --- /usr/ports/deskutils/rubrica/files/patch-src_callbacks.c 2013-06-02 19:00:47.000000000 +0200 +++ ./files/patch-src_callbacks.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ -Index: src/callbacks.c -@@ -336,7 +336,7 @@ - gint rate; - gboolean backup; - GtkFileFilter* filefilter; -- G_CONST_RETURN gchar *filter; -+ const gchar *filter; - - filefilter = gtk_file_chooser_get_filter(GTK_FILE_CHOOSER (chooser)); - filter = gtk_file_filter_get_name(filefilter); diff -ruN --exclude=CVS /usr/ports/deskutils/rubrica/pkg-plist ./pkg-plist --- /usr/ports/deskutils/rubrica/pkg-plist 2013-06-02 19:00:47.000000000 +0200 +++ ./pkg-plist 2013-05-21 16:55:37.000000000 +0200 @@ -45,28 +45,17 @@ lib/libral.so.1 libdata/pkgconfig/libral.pc share/applications/rubrica2.desktop -%%PORTDOCS%%share/doc/libRAL/ch01.html -%%PORTDOCS%%share/doc/libRAL/home.png -%%PORTDOCS%%share/doc/libRAL/index.html -%%PORTDOCS%%share/doc/libRAL/left.png -%%PORTDOCS%%share/doc/libRAL/libRAL.devhelp -%%PORTDOCS%%share/doc/libRAL/libRAL.devhelp2 -%%PORTDOCS%%share/doc/libRAL/right.png -%%PORTDOCS%%share/doc/libRAL/style.css -%%PORTDOCS%%share/doc/libRAL/up.png -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/locale/de/LC_MESSAGES/rubrica2.mo -share/locale/el/LC_MESSAGES/rubrica2.mo -share/locale/en_US/LC_MESSAGES/rubrica2.mo -share/locale/fr/LC_MESSAGES/rubrica2.mo -share/locale/it/LC_MESSAGES/rubrica2.mo -share/locale/uk/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/de/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/el/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/en_US/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/es_ES/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/fr/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/hu/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/it/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/pt-pt/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/ru/LC_MESSAGES/rubrica2.mo +%%NLS%%share/locale/uk/LC_MESSAGES/rubrica2.mo share/mime-info/rubrica2.keys share/mime-info/rubrica2.mime share/pixmaps/rubrica2/16x16/ccare.png @@ -105,29 +94,29 @@ share/pixmaps/rubrica2/48x48/tux.png share/pixmaps/rubrica2/scalable/card_photo.svg share/pixmaps/rubrica2/scalable/query.svg -share/rubrica2/interface/CompanyCard.glade -share/rubrica2/interface/GroupManager.glade -share/rubrica2/interface/MainWindow.glade -share/rubrica2/interface/Menu.glade -share/rubrica2/interface/MenuTrash.glade -share/rubrica2/interface/PersonalCard.glade -share/rubrica2/interface/Preferences.glade -share/rubrica2/interface/Search.glade -share/rubrica2/interface/logo.png -@dirrm share/rubrica2/interface -@dirrm share/rubrica2 +%%DATADIR%%2/interface/CompanyCard.glade +%%DATADIR%%2/interface/GroupManager.glade +%%DATADIR%%2/interface/MainWindow.glade +%%DATADIR%%2/interface/Menu.glade +%%DATADIR%%2/interface/MenuTrash.glade +%%DATADIR%%2/interface/PersonalCard.glade +%%DATADIR%%2/interface/Preferences.glade +%%DATADIR%%2/interface/Search.glade +%%DATADIR%%2/interface/logo.png +@dirrm %%DATADIR%%2/interface +@dirrm %%DATADIR%%2 @dirrm share/pixmaps/rubrica2/scalable @dirrm share/pixmaps/rubrica2/48x48 @dirrm share/pixmaps/rubrica2/24x24 @dirrm share/pixmaps/rubrica2/22x22 @dirrm share/pixmaps/rubrica2/16x16 @dirrm share/pixmaps/rubrica2 -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm share/doc/libRAL +%%NLS%%@dirrmtry share/locale/pt-pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt-pt +%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en_US @dirrmtry share/applications -@dirrmtry lib/libral/plugins -@dirrmtry lib/libral -@dirrmtry include/libral-1.0/libral -@dirrmtry include/libral-1.0 +@dirrm lib/libral/plugins +@dirrm lib/libral +@dirrm include/libral-1.0/libral +@dirrm include/libral-1.0 --- rubrica-2.0.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 03:00: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 00D6452D; Mon, 3 Jun 2013 03:00: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 CF87511FF; Mon, 3 Jun 2013 03:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5330JUX015905; Mon, 3 Jun 2013 03:00:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5330JbN015904; Mon, 3 Jun 2013 03:00:19 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 03:00:19 GMT Message-Id: <201306030300.r5330JbN015904@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179243: [PATCH] deskutils/rubrica: update to 2.0.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: Mon, 03 Jun 2013 03:00:20 -0000 Synopsis: [PATCH] deskutils/rubrica: update to 2.0.12, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 03:00:19 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179243 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 03: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 A2CED70E for ; Mon, 3 Jun 2013 03: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 81E14136A for ; Mon, 3 Jun 2013 03:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r533A0E5018166 for ; Mon, 3 Jun 2013 03:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r533A0Zi018165; Mon, 3 Jun 2013 03:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 03:10:00 GMT Resent-Message-Id: <201306030310.r533A0Zi018165@freefall.freebsd.org> 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 67FE26D3 for ; Mon, 3 Jun 2013 03:07:03 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1564D1343 for ; Mon, 3 Jun 2013 03:07:02 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.32]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MQ9JV-1UoaIf04nb-005G3e for ; Mon, 03 Jun 2013 05:07:02 +0200 Received: (qmail invoked by alias); 03 Jun 2013 03:07:00 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp032) with SMTP; 03 Jun 2013 05:07:00 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 05:07:00 +0200 Message-Id: <20130603030703.67FE26D3@hub.freebsd.org> Date: Mon, 03 Jun 2013 05:07:00 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179244: [PATCH] devel/dparser: Fix docs, cleanup Makefile Cc: gahr@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, 03 Jun 2013 03:10:00 -0000 >Number: 179244 >Category: ports >Synopsis: [PATCH] devel/dparser: Fix docs, cleanup 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: Mon Jun 03 03:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Remove DOCS Option - Fix docs - Cleanup Makefile - Trim files/patch-Makefile Port maintainer (gahr@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130603022801-13245/ >Fix: --- dparser-1.30.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/dparser/Makefile ./Makefile --- /usr/ports/devel/dparser/Makefile 2013-06-02 18:59:46.000000000 +0200 +++ ./Makefile 2013-06-03 04:26:22.000000000 +0200 @@ -10,7 +10,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= Simple but powerful tool for parsing -OPTIONS_DEFINE= BOEHM DOCS +OPTIONS_DEFINE= BOEHM BOEHM_DESC= Boehm garbage collector support WRKSRC= ${WRKDIR}/d @@ -26,6 +26,9 @@ .include +post-patch: + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Makefile + .if ${PORT_OPTIONS:MBOEHM} LIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc MAKE_ARGS+= D_USE_GC=1 \ @@ -41,12 +44,12 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/make_dparser ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/dparse.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/dparse_tables.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/dparse_tree.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/dsymtab.h ${PREFIX}/include + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 +.for f in dparse.h dparse_tables.h dparse_tree.h dsymtab.h + (cd ${WRKSRC} && ${INSTALL_DATA} ${f} ${PREFIX}/include) +.endfor ${INSTALL_DATA} ${WRKSRC}/${LIBDPARSE} ${PREFIX}/lib + .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} diff -ruN --exclude=CVS /usr/ports/devel/dparser/files/patch-Makefile ./files/patch-Makefile --- /usr/ports/devel/dparser/files/patch-Makefile 2013-06-02 18:59:46.000000000 +0200 +++ ./files/patch-Makefile 2013-04-04 02:03:12.000000000 +0200 @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-04-02 10:00:17.000000000 +0200 -+++ Makefile 2013-04-02 10:01:34.000000000 +0200 -@@ -11,7 +11,7 @@ +--- Makefile.orig 2013-03-02 22:22:20.000000000 +0100 ++++ Makefile 2013-04-04 01:59:35.000000000 +0200 +@@ -11,10 +11,10 @@ MINOR=30 RELEASE=$(MAJOR).$(MINOR) @@ -8,7 +8,11 @@ +CC ?= gcc ifndef PREFIX - PREFIX=/usr/local +-PREFIX=/usr/local ++PREFIX=%%PREFIX%% + endif + + .PHONY: all gram test install myexample @@ -38,7 +38,7 @@ ARCH = x86 endif @@ -41,12 +45,3 @@ d/grammar.g d/sample.g d/my.g LIB_SRCS = arg.c parse.c scan.c symtab.c util.c read_binary.c dparse_tree.c -@@ -141,7 +141,7 @@ - - ALL_SRCS = $(MAKE_PARSER_SRCS) $(BASE_SAMPLE_PARSER_SRCS) $(LIB_SRCS) $(MK_LIB_SRCS) - --all: $(EXECS) $(LIBRARIES) D_BUILD_VERSION make_dparser.cat -+all: $(EXECS) $(LIBRARIES) make_dparser.cat - - version: - echo $(OS_TYPE) $(OS_VERSION) diff -ruN --exclude=CVS /usr/ports/devel/dparser/files/patch-arg.c ./files/patch-arg.c --- /usr/ports/devel/dparser/files/patch-arg.c 2013-06-02 18:59:46.000000000 +0200 +++ ./files/patch-arg.c 2013-04-04 02:03:41.000000000 +0200 @@ -1,5 +1,5 @@ ---- arg.c.orig Fri Nov 7 03:03:52 2003 -+++ arg.c Mon Feb 2 18:35:43 2004 +--- arg.c.orig 2013-01-23 03:14:58.000000000 +0100 ++++ arg.c 2013-04-04 02:02:01.000000000 +0200 @@ -40,7 +40,7 @@ *(double *)desc[i].location = atof(arg); break; --- dparser-1.30.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 03: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 2A5F673E; Mon, 3 Jun 2013 03: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 06C27136C; Mon, 3 Jun 2013 03:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r533A9RK018303; Mon, 3 Jun 2013 03:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r533A9VW018302; Mon, 3 Jun 2013 03:10:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 03:10:09 GMT Message-Id: <201306030310.r533A9VW018302@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179244: [PATCH] devel/dparser: Fix docs, cleanup 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: Mon, 03 Jun 2013 03:10:10 -0000 Synopsis: [PATCH] devel/dparser: Fix docs, cleanup Makefile Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 03: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=179244 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 04: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 B2753BDC for ; Mon, 3 Jun 2013 04: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 99DE516BF for ; Mon, 3 Jun 2013 04:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r534A01j029743 for ; Mon, 3 Jun 2013 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r534A0WP029742; Mon, 3 Jun 2013 04:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 04:10:00 GMT Resent-Message-Id: <201306030410.r534A0WP029742@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Kozlov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02753BAF for ; Mon, 3 Jun 2013 04:05:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id D0ADF169D for ; Mon, 3 Jun 2013 04:05:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5345ASc074510 for ; Mon, 3 Jun 2013 04:05:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5345AbA074498; Mon, 3 Jun 2013 04:05:10 GMT (envelope-from nobody) Message-Id: <201306030405.r5345AbA074498@oldred.freebsd.org> Date: Mon, 3 Jun 2013 04:05:10 GMT From: Alex Kozlov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179245: [patch] games/scummvm update to 1.6.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, 03 Jun 2013 04:10:00 -0000 >Number: 179245 >Category: ports >Synopsis: [patch] games/scummvm update to 1.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 04:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex Kozlov >Release: RELENG_10 >Organization: private >Environment: >Description: - Update to 1.6.0 - Remove unneeded bsd.port.pre.mk/bsd.port.post.mk - Don't mute install commands - Convert Makefile headers to new style >How-To-Repeat: >Fix: Patch attached with submission follows: Index: games/scummvm/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: scummvm -# Date created: Tue Sep 2 23:34:32 BST 2003 -# Whom: Alex Trull -# +# Created by: Alex Trull # $FreeBSD: ports/games/scummvm/Makefile,v 1.72 2013/01/23 15:05:34 svnexp Exp $ -# PORTNAME= scummvm -DISTVERSION= 1.5.0 -PORTREVISION= 1 +DISTVERSION= 1.6.0 CATEGORIES= games emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -64,6 +59,10 @@ .include +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + .if ${PORT_OPTIONS:MVORBIS} LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg \ vorbis:${PORTSDIR}/audio/libvorbis @@ -99,26 +98,20 @@ .endif do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6 + ${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6 @${MKDIR} ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR} .for i in ${ENGINEDATA} - @${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR} .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - -.include +.include Index: games/scummvm/distinfo @@ -1,2 +1,2 @@ -SHA256 (scummvm-1.5.0.tar.bz2) = 81831cd878a8daad2976f65c92139a2102233082c7d2770579d7e425b19cea2e -SIZE (scummvm-1.5.0.tar.bz2) = 17455085 +SHA256 (scummvm-1.6.0.tar.bz2) = 396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4 +SIZE (scummvm-1.6.0.tar.bz2) = 18516277 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 04: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 DBE45C0B; Mon, 3 Jun 2013 04:10: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 B6D6716C2; Mon, 3 Jun 2013 04:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r534A8hM029876; Mon, 3 Jun 2013 04:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r534A8Sx029875; Mon, 3 Jun 2013 04:10:08 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 04:10:08 GMT Message-Id: <201306030410.r534A8Sx029875@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lme@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179245: [patch] games/scummvm update to 1.6.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, 03 Jun 2013 04:10:08 -0000 Synopsis: [patch] games/scummvm update to 1.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->lme Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 04: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=179245 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 07:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8A4A9666 for ; Mon, 3 Jun 2013 07:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBE31C41 for ; Mon, 3 Jun 2013 07:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r537e0uK070965 for ; Mon, 3 Jun 2013 07:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r537e0HF070964; Mon, 3 Jun 2013 07:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 07:40:00 GMT Resent-Message-Id: <201306030740.r537e0HF070964@freefall.freebsd.org> 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 1543261F for ; Mon, 3 Jun 2013 07:32:42 +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 EB1151C1C for ; Mon, 3 Jun 2013 07:32:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r537Wf9h070775 for ; Mon, 3 Jun 2013 07:32:41 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r537Wfhx070774; Mon, 3 Jun 2013 07:32:41 GMT (envelope-from jgh) Message-Id: <201306030732.r537Wfhx070774@freefall.freebsd.org> Date: Mon, 3 Jun 2013 07:32:41 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179249: [patch] adopt USES for desktop-file-utils, support NLS on/off 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: Mon, 03 Jun 2013 07:40:00 -0000 >Number: 179249 >Category: ports >Synopsis: [patch] adopt USES for desktop-file-utils, support NLS on/off >Confidential: no >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 Jun 03 07:40: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 #1 r251226: Sat Jun 1 21:56:43 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: move to USES for desktop-file-utils support NLS conditionally >How-To-Repeat: >Fix: Index: editors/leafpad/Makefile =================================================================== --- editors/leafpad/Makefile (revision 319757) +++ editors/leafpad/Makefile (working copy) @@ -11,8 +11,8 @@ MAINTAINER= wen@FreeBSD.org COMMENT= GTK+ based simple text editor -USE_GNOME= gtk20 desktopfileutils intlhack -USES= gettext +USE_GNOME= gtk20 intlhack +USES= desktop-file-utils USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser @@ -22,16 +22,31 @@ PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README +OPTIONS_DEFINE= NLS + post-extract: @${CHMOD} a+x ${WRKSRC}/install-sh .include +post-patch-script: +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e 's|SUBDIRS = src data po|SUBDIRS = src data|g' \ + ${WRKSRC}/Makefile.in +.endif + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-install: .if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif - -@update-desktop-database .include Index: editors/leafpad/pkg-plist =================================================================== --- editors/leafpad/pkg-plist (revision 319757) +++ editors/leafpad/pkg-plist (working copy) @@ -5,46 +5,44 @@ share/icons/hicolor/24x24/apps/leafpad.png share/icons/hicolor/32x32/apps/leafpad.png share/icons/hicolor/scalable/apps/leafpad.svg -share/locale/bg/LC_MESSAGES/leafpad.mo -share/locale/br/LC_MESSAGES/leafpad.mo -share/locale/ca/LC_MESSAGES/leafpad.mo -share/locale/cs/LC_MESSAGES/leafpad.mo -share/locale/da/LC_MESSAGES/leafpad.mo -share/locale/de/LC_MESSAGES/leafpad.mo -share/locale/el/LC_MESSAGES/leafpad.mo -share/locale/eo/LC_MESSAGES/leafpad.mo -share/locale/es/LC_MESSAGES/leafpad.mo -share/locale/eu/LC_MESSAGES/leafpad.mo -share/locale/fi/LC_MESSAGES/leafpad.mo -share/locale/fr/LC_MESSAGES/leafpad.mo -share/locale/ga/LC_MESSAGES/leafpad.mo -share/locale/gl/LC_MESSAGES/leafpad.mo -share/locale/he/LC_MESSAGES/leafpad.mo -share/locale/hu/LC_MESSAGES/leafpad.mo -share/locale/id/LC_MESSAGES/leafpad.mo -share/locale/it/LC_MESSAGES/leafpad.mo -share/locale/ja/LC_MESSAGES/leafpad.mo -share/locale/ko/LC_MESSAGES/leafpad.mo -share/locale/lt/LC_MESSAGES/leafpad.mo -share/locale/lv/LC_MESSAGES/leafpad.mo -share/locale/nl/LC_MESSAGES/leafpad.mo -share/locale/nn/LC_MESSAGES/leafpad.mo -share/locale/pl/LC_MESSAGES/leafpad.mo -share/locale/pt/LC_MESSAGES/leafpad.mo -share/locale/pt_BR/LC_MESSAGES/leafpad.mo -share/locale/ru/LC_MESSAGES/leafpad.mo -share/locale/sk/LC_MESSAGES/leafpad.mo -share/locale/sl/LC_MESSAGES/leafpad.mo -share/locale/sr/LC_MESSAGES/leafpad.mo -share/locale/sv/LC_MESSAGES/leafpad.mo -share/locale/ta/LC_MESSAGES/leafpad.mo -share/locale/tr/LC_MESSAGES/leafpad.mo -share/locale/uk/LC_MESSAGES/leafpad.mo -share/locale/vi/LC_MESSAGES/leafpad.mo -share/locale/zh_CN/LC_MESSAGES/leafpad.mo -share/locale/zh_TW/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/bg/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/br/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/ca/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/cs/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/da/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/de/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/el/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/eo/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/es/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/eu/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/fi/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/fr/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/ga/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/gl/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/he/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/hu/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/id/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/it/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/ja/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/ko/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/lt/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/lv/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/nl/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/nn/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/pl/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/pt/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/ru/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/sk/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/sl/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/sr/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/sv/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/ta/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/tr/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/uk/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/vi/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/leafpad.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/leafpad.mo share/pixmaps/leafpad.png share/pixmaps/leafpad.xpm @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 Mon Jun 3 08:38:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0298D3BB; Mon, 3 Jun 2013 08:38:31 +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 C0B561E36; Mon, 3 Jun 2013 08:38:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r538cUwn084277; Mon, 3 Jun 2013 08:38:30 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r538cUYX084276; Mon, 3 Jun 2013 08:38:30 GMT (envelope-from rm) Date: Mon, 3 Jun 2013 08:38:30 GMT Message-Id: <201306030838.r538cUYX084276@freefall.freebsd.org> To: reki@reki.ru, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/178717: [update]: textproc/ctpp2 up to 2.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: Mon, 03 Jun 2013 08:38:31 -0000 Synopsis: [update]: textproc/ctpp2 up to 2.8.3 Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Mon Jun 3 08:38:30 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=178717 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 08:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A15AE578 for ; Mon, 3 Jun 2013 08:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 870B11E90 for ; Mon, 3 Jun 2013 08:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r538o0xA086276 for ; Mon, 3 Jun 2013 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r538o0ea086275; Mon, 3 Jun 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 08:50:00 GMT Resent-Message-Id: <201306030850.r538o0ea086275@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrea Cervesato Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B2B6C521 for ; Mon, 3 Jun 2013 08:42:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3D81E62 for ; Mon, 3 Jun 2013 08:42:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r538gagO090344 for ; Mon, 3 Jun 2013 08:42:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r538garX090343; Mon, 3 Jun 2013 08:42:36 GMT (envelope-from nobody) Message-Id: <201306030842.r538garX090343@oldred.freebsd.org> Date: Mon, 3 Jun 2013 08:42:36 GMT From: Andrea Cervesato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179250: New port www/mod_qos X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 08:50:00 -0000 >Number: 179250 >Category: ports >Synopsis: New port www/mod_qos >Confidential: no >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 Jun 03 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrea Cervesato >Release: Freebsd 9.1 >Organization: SoTeHa s.r.l. >Environment: FreeBSD repository.soteha.inc 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New port www/mod_qos >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: # # mod_qos # mod_qos/Makefile # mod_qos/distinfo # mod_qos/pkg-descr # echo c - mod_qos mkdir -p mod_qos > /dev/null 2>&1 echo x - mod_qos/Makefile sed 's/^X//' >mod_qos/Makefile << 'b270dd7528d004303c6a25c79a3c9478' X# New ports collection makefile for: mod_qos X# Date created: 03/06/2013 X# Whom: Andrea Cervesato X# X# $FreeBSD$ X# X XPORTNAME= mod_qos XPORTVERSION= 10.15 XPORTREVISION= 1 XCATEGORIES= www XMASTER_SITES= SF XMASTER_SITE_SUBDIR= /mod-qos XDIST_SUBDIR= apache2 X XMAINTAINER= andrea@cervesato.it XCOMMENT= Qos for Apache X XMAKE_JOBS_SAFE= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2 XUSE_APACHE= 22+ XAP_FAST_BUILD= yes X X.include b270dd7528d004303c6a25c79a3c9478 echo x - mod_qos/distinfo sed 's/^X//' >mod_qos/distinfo << '822e4801b07a293b220f1d1f24ee3faf' XSHA256 (apache2/mod_qos-10.15.tar.gz) = b036100e361c2b67f2b92535c6e00894bcd51967bb8a5ba806353b48c9c6b8e5 XSIZE (apache2/mod_qos-10.15.tar.gz) = 469922 822e4801b07a293b220f1d1f24ee3faf echo x - mod_qos/pkg-descr sed 's/^X//' >mod_qos/pkg-descr << '9413bc9dc3535c6de692a96343af6e5a' Xmod_qos is a quality of service module for the Apache web server implementing Xcontrol mechanisms that can provide different levels of priority to different XHTTP requests. X XWWW: http://opensource.adnovum.ch/mod_qos/ 9413bc9dc3535c6de692a96343af6e5a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 08: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 952755A9; Mon, 3 Jun 2013 08:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6F42C1E93; Mon, 3 Jun 2013 08:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r538o8Bb086419; Mon, 3 Jun 2013 08:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r538o80I086418; Mon, 3 Jun 2013 08:50:08 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 08:50:08 GMT Message-Id: <201306030850.r538o80I086418@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179250: New port www/mod_qos X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 08:50:08 -0000 Synopsis: New port www/mod_qos Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 08:50:08 UTC 2013 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179250 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 09: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 020607F6; Mon, 3 Jun 2013 09:12: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 CFA151F44; Mon, 3 Jun 2013 09:12:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r539CLTS091716; Mon, 3 Jun 2013 09:12:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r539CL8x091715; Mon, 3 Jun 2013 09:12:21 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 09:12:21 GMT Message-Id: <201306030912.r539CL8x091715@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179249: [patch] editors/leafpad adopt USES for desktop-file-utils, support NLS on/off X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 09:12:22 -0000 Synopsis: [patch] editors/leafpad adopt USES for desktop-file-utils, support NLS on/off Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 09:12:21 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179249 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 09: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 EF4F73B8 for ; Mon, 3 Jun 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 BD9661032 for ; Mon, 3 Jun 2013 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r539e08Q096443 for ; Mon, 3 Jun 2013 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r539e0fa096442; Mon, 3 Jun 2013 09:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 09:40:00 GMT Resent-Message-Id: <201306030940.r539e0fa096442@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B1023B0 for ; Mon, 3 Jun 2013 09:39:13 +0000 (UTC) (envelope-from pi@fa9.opsec.eu) Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) by mx1.freebsd.org (Postfix) with ESMTP id DD998102D for ; Mon, 3 Jun 2013 09:39:12 +0000 (UTC) Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjREO-0007nc-4j; Mon, 03 Jun 2013 11:39:12 +0200 Message-Id: Date: Mon, 03 Jun 2013 11:39:12 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179252: [patch update] devel/lfcxml 1.1.3 -> 1.1.4 Cc: lemke@lemke-it.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 09:40:02 -0000 >Number: 179252 >Category: ports >Synopsis: [patch update] devel/lfcxml 1.1.3 -> 1.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: Mon Jun 03 09:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/lfcxml 1.1.3 -> 1.1.4 >How-To-Repeat: - >Fix: diff -r -u -N devel/lfcxml/Makefile /usr/home/pi/myp/devel/lfcxml/Makefile --- devel/lfcxml/Makefile 2013-05-23 23:24:53.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcxml/Makefile 2013-06-03 11:10:10.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/lfcxml/Makefile 318857 2013-05-23 09:31:55Z zeising $ PORTNAME= lfcxml -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff -r -u -N devel/lfcxml/distinfo /usr/home/pi/myp/devel/lfcxml/distinfo --- devel/lfcxml/distinfo 2013-05-23 23:24:53.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcxml/distinfo 2013-06-03 11:10:29.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (lfcxml-1.1.3.tar.gz) = 8be054c9cb53bf012d01b21c5ca36791e3ca333d6b7aac6b7eb751e005e85da8 -SIZE (lfcxml-1.1.3.tar.gz) = 362644 +SHA256 (lfcxml-1.1.4.tar.gz) = 8a8c406d91466beccfe7b3a3bbd150ccabedad7c5256e764e4cae2f04b596cb0 +SIZE (lfcxml-1.1.4.tar.gz) = 756049 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 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 445CD3BA for ; Mon, 3 Jun 2013 09: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 1241F1034 for ; Mon, 3 Jun 2013 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r539e1UB096454 for ; Mon, 3 Jun 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r539e1lJ096453; Mon, 3 Jun 2013 09:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 09:40:01 GMT Resent-Message-Id: <201306030940.r539e1lJ096453@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 40E723A0 for ; Mon, 3 Jun 2013 09:38:35 +0000 (UTC) (envelope-from pi@fa9.opsec.eu) Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) by mx1.freebsd.org (Postfix) with ESMTP id E667C1026 for ; Mon, 3 Jun 2013 09:38:34 +0000 (UTC) Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjRDe-0007mM-Pw; Mon, 03 Jun 2013 11:38:26 +0200 Message-Id: Date: Mon, 03 Jun 2013 11:38:26 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179253: [patch update] devel/lfcbase 1.5.4 -> 1.5.5 Cc: lemke@lemke-it.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 09:40:02 -0000 >Number: 179253 >Category: ports >Synopsis: [patch update] devel/lfcbase 1.5.4 -> 1.5.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: Mon Jun 03 09:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/lfcbase 1.5.4 -> 1.5.5 >How-To-Repeat: - >Fix: diff -r -u -N devel/lfcbase/Makefile /usr/home/pi/myp/devel/lfcbase/Makefile --- devel/lfcbase/Makefile 2013-05-23 23:24:53.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcbase/Makefile 2013-06-03 10:49:28.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/lfcbase/Makefile 318857 2013-05-23 09:31:55Z zeising $ PORTNAME= lfcbase -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff -r -u -N devel/lfcbase/distinfo /usr/home/pi/myp/devel/lfcbase/distinfo --- devel/lfcbase/distinfo 2013-05-23 23:24:53.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcbase/distinfo 2013-06-03 10:49:31.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (lfcbase-1.5.4.tar.gz) = 1461412b5d8714a561f485b01bad5ce522ba209e8c0bb7b926949721277ea3d0 -SIZE (lfcbase-1.5.4.tar.gz) = 467361 +SHA256 (lfcbase-1.5.5.tar.gz) = 448e23e4ade2c0e0bccde3a687c0b3f8af64240ff7f4b6690ce9764610b6d51a +SIZE (lfcbase-1.5.5.tar.gz) = 882033 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 09:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D2C48552 for ; Mon, 3 Jun 2013 09: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 B33111097 for ; Mon, 3 Jun 2013 09:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r539o0o4098119 for ; Mon, 3 Jun 2013 09:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r539o0kg098118; Mon, 3 Jun 2013 09:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 09:50:00 GMT Resent-Message-Id: <201306030950.r539o0kg098118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9117441 for ; Mon, 3 Jun 2013 09:41:07 +0000 (UTC) (envelope-from pi@fa9.opsec.eu) Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) by mx1.freebsd.org (Postfix) with ESMTP id 559AA1048 for ; Mon, 3 Jun 2013 09:41:07 +0000 (UTC) Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjRGE-0007qA-JP; Mon, 03 Jun 2013 11:41:06 +0200 Message-Id: Date: Mon, 03 Jun 2013 11:41:06 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179254: [patch update] databases/p5-DBD-cego 1.2.0 -> 1.2.3 Cc: lemke@lemke-it.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 09:50:00 -0000 >Number: 179254 >Category: ports >Synopsis: [patch update] databases/p5-DBD-cego 1.2.0 -> 1.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 09:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: databases/p5-DBD-cego 1.2.0 -> 1.2.3 >How-To-Repeat: - >Fix: diff -r -u -N databases/p5-DBD-cego/Makefile /usr/home/pi/myp/databases/p5-DBD-cego/Makefile --- databases/p5-DBD-cego/Makefile 2013-05-05 23:25:17.000000000 +0200 +++ /usr/home/pi/myp/databases/p5-DBD-cego/Makefile 2013-06-03 11:36:21.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/p5-DBD-cego/Makefile 317340 2013-05-04 20:02:52Z bapt $ PORTNAME= DBD-cego -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.3 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- @@ -10,7 +10,7 @@ MAINTAINER= fbsd-ports@opsec.eu COMMENT= A Cego DBI driver for Perl 5 -LICENSE= GPLv2 +LICENSE= GPLv3 BUILD_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI @@ -26,6 +26,6 @@ MAN3= DBD::Cego.3 post-configure: - @${REINPLACE_CMD} -e 's|fno-strict-aliasing|fno-strict-aliasing -fpermissive|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|fno-strict-aliasing|fno-strict-aliasing -fno-color-diagnostics|g' ${WRKSRC}/Makefile .include diff -r -u -N databases/p5-DBD-cego/distinfo /usr/home/pi/myp/databases/p5-DBD-cego/distinfo --- databases/p5-DBD-cego/distinfo 2013-01-01 18:29:55.000000000 +0100 +++ /usr/home/pi/myp/databases/p5-DBD-cego/distinfo 2013-06-03 11:36:27.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (DBD-cego-1.2.0.tar.gz) = 37f4cbc997abeb8d089b63ae863e186f38349f04d1045a45c0b414361a7c1436 -SIZE (DBD-cego-1.2.0.tar.gz) = 16433 +SHA256 (DBD-cego-1.2.3.tar.gz) = e78232498e9a16df66c583877b147ea20ab7cdafdeea6befeb21592d5278f5cd +SIZE (DBD-cego-1.2.3.tar.gz) = 36236 diff -r -u -N databases/p5-DBD-cego/files/patch-CegoXS.h /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-CegoXS.h --- databases/p5-DBD-cego/files/patch-CegoXS.h 2013-01-01 18:29:55.000000000 +0100 +++ /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-CegoXS.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ ---- CegoXS.h.orig 2010-11-21 09:25:27.000000000 +0800 -+++ CegoXS.h 2011-05-29 21:11:15.361979766 +0800 -@@ -9,4 +9,16 @@ - #include "dbdimp.h" - #include - -+#ifndef sv_yes -+#define sv_yes PL_sv_yes -+#endif -+ -+#ifndef sv_no -+#define sv_no PL_sv_no -+#endif -+ -+#ifndef dirty -+#define dirty PL_dirty -+#endif -+ - #endif diff -r -u -N databases/p5-DBD-cego/files/patch-makefile-pl /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl --- databases/p5-DBD-cego/files/patch-makefile-pl 2013-03-30 23:24:27.000000000 +0100 +++ /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl 2013-05-26 18:59:15.000000000 +0200 @@ -1,6 +1,6 @@ ---- Makefile.PL.orig 2010-09-17 10:14:49.000000000 +0200 -+++ Makefile.PL 2013-03-29 14:42:20.000000000 +0100 -@@ -25,30 +25,22 @@ +--- Makefile.PL.orig 2013-05-26 18:59:03.000000000 +0200 ++++ Makefile.PL 2013-05-26 18:59:07.000000000 +0200 +@@ -25,32 +25,21 @@ Getopt::Long::GetOptions( $opt, "help", @@ -16,9 +16,7 @@ - -use vars qw($loadlibs); -$loadlibs= "-L" . $opt->{'prefix'} . " -llfc"; -+# use vars qw($loadlibs); -+# $loadlibs= "-L/usr/local/lib"; - +- WriteMakefile( 'NAME' => 'DBD::Cego', 'VERSION_FROM' => 'Cego.pm', @@ -27,18 +25,21 @@ - 'INC' => '-I$(DBI_INSTARCH_DIR) -I' . $opt->{'prefix'} . '/include -I' . $opt->{'prefix'} . '/include', - 'MYEXTLIB' => $opt->{'prefix'} . "/lib/libcego.a " - . $opt->{'prefix'} . "/lib/liblfcxml.a " -- . $opt->{'prefix'} . "/lib/liblfc.a", +- . $opt->{'prefix'} . "/lib/liblfcbase.a", - "CC" => "g++", - "LD" => "g++", + 'INC' => '-I$(DBI_INSTARCH_DIR) -I/usr/local/include', -+ 'MYEXTLIB' => '-lcego -llfcxml -llfc', -+ 'CC' => 'g++', -+ 'CCFLAGS' => '-O2 -pipe -fno-strict-aliasing -fpermissive', -+ "LD" => "g++ -L/usr/local/lib", ++ 'MYEXTLIB' => '-lcego -llfcxml -llfcbase', ++ "CC" => "g++", ++ "CCFLAGS" => '-O2 -pipe -fno-strict-aliasing -fpermissive', ++ "LD" => "g++ -L/usr/local/lib", "XSPROTOARG" => "-noprototypes", - 'OPTIMIZE' => '-O6 -DNDEBUG=1', +- 'OPTIMIZE' => '-O6 -DNDEBUG=1', ++ 'OPTIMIZE' => '-O3 -DNDEBUG=1', 'XSOPT' => '-C++', -@@ -59,12 +51,6 @@ + 'TYPEMAPS' => ['perlobject.map' ], + 'clean' => { FILES => 'config.h' }, +@@ -59,12 +48,6 @@ sub Usage { print STDERR <<"USAGE"; Usage: perl $0 [options] >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 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 38360554 for ; Mon, 3 Jun 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 075BC1099 for ; Mon, 3 Jun 2013 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r539o07K098185 for ; Mon, 3 Jun 2013 09:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r539o0tY098184; Mon, 3 Jun 2013 09:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 09:50:00 GMT Resent-Message-Id: <201306030950.r539o0tY098184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7645F3C0 for ; Mon, 3 Jun 2013 09:40:07 +0000 (UTC) (envelope-from pi@fa9.opsec.eu) Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) by mx1.freebsd.org (Postfix) with ESMTP id 35B711039 for ; Mon, 3 Jun 2013 09:40:07 +0000 (UTC) Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjRFG-0007ou-Eh; Mon, 03 Jun 2013 11:40:06 +0200 Message-Id: Date: Mon, 03 Jun 2013 11:40:06 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179255: [patch update] databases/cego 2.18.6 -> 2.18.8 Cc: lemke@lemke-it.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 09:50:01 -0000 >Number: 179255 >Category: ports >Synopsis: [patch update] databases/cego 2.18.6 -> 2.18.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 09:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: databases/cego 2.18.6 -> 2.18.8 >How-To-Repeat: - >Fix: diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile --- databases/cego/Makefile 2013-05-23 23:24:55.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/Makefile 2013-06-03 11:11:54.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/cego/Makefile 318857 2013-05-23 09:31:55Z zeising $ PORTNAME= cego -PORTVERSION= 2.18.6 +PORTVERSION= 2.18.8 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo --- databases/cego/distinfo 2013-05-23 23:24:55.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/distinfo 2013-06-03 11:12:02.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (cego-2.18.6.tar.gz) = a8c0e5fe83e29f1b85bb75cce7d66d03399721e4dfe49e136bbcc5164819e0b0 -SIZE (cego-2.18.6.tar.gz) = 1462977 +SHA256 (cego-2.18.8.tar.gz) = 2da73fb3076a885c3c0cbca7350a077cf90dda3fb5a2ad4a1663f85ef9f85ede +SIZE (cego-2.18.8.tar.gz) = 1297219 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 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 40EA9589; Mon, 3 Jun 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 8B8F3109E; Mon, 3 Jun 2013 09:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r539o8mr098264; Mon, 3 Jun 2013 09:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r539o8Gn098263; Mon, 3 Jun 2013 09:50:08 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 09:50:08 GMT Message-Id: <201306030950.r539o8Gn098263@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179254: [patch update] databases/p5-DBD-cego 1.2.0 -> 1.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 09:50:09 -0000 Synopsis: [patch update] databases/p5-DBD-cego 1.2.0 -> 1.2.3 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 09:50: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=179254 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 10:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A34D39BC for ; Mon, 3 Jun 2013 10: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 8ABE911D6 for ; Mon, 3 Jun 2013 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53AK08Z004557 for ; Mon, 3 Jun 2013 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53AK0Uq004555; Mon, 3 Jun 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 10:20:00 GMT Resent-Message-Id: <201306031020.r53AK0Uq004555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrea Cervesato Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D24439A8 for ; Mon, 3 Jun 2013 10:19:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id AAF5911CA for ; Mon, 3 Jun 2013 10:19:18 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53AJI0M024551 for ; Mon, 3 Jun 2013 10:19:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53AJIoK024547; Mon, 3 Jun 2013 10:19:18 GMT (envelope-from nobody) Message-Id: <201306031019.r53AJIoK024547@oldred.freebsd.org> Date: Mon, 3 Jun 2013 10:19:18 GMT From: Andrea Cervesato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179256: New port www/mod_qos v1.1 (plist missing) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 10:20:00 -0000 >Number: 179256 >Category: ports >Synopsis: New port www/mod_qos v1.1 (plist missing) >Confidential: no >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 Jun 03 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrea Cervesato >Release: Freebsd 9.1 >Organization: SoTeHa s.r.l. >Environment: FreeBSD repository.soteha.inc 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: missing AP_FAST_BUILD= yes >How-To-Repeat: missing AP_FAST_BUILD= yes >Fix: missing AP_FAST_BUILD= yes 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: # # mod_qos # mod_qos/Makefile # mod_qos/distinfo # mod_qos/pkg-descr # echo c - mod_qos mkdir -p mod_qos > /dev/null 2>&1 echo x - mod_qos/Makefile sed 's/^X//' >mod_qos/Makefile << 'b270dd7528d004303c6a25c79a3c9478' X# New ports collection makefile for: mod_qos X# Date created: 03/06/2013 X# Whom: Andrea Cervesato X# X# $FreeBSD$ X# X XPORTNAME= mod_qos XPORTVERSION= 10.15 XPORTREVISION= 1.1 XCATEGORIES= www XMASTER_SITES= SF XMASTER_SITE_SUBDIR= /mod-qos XDIST_SUBDIR= apache2 X XMAINTAINER= andrea@cervesato.it XCOMMENT= Qos for Apache X XMAKE_JOBS_SAFE= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2 XUSE_APACHE= 22+ XAP_GENPLIST= yes XAP_FAST_BUILD= yes X X.include b270dd7528d004303c6a25c79a3c9478 echo x - mod_qos/distinfo sed 's/^X//' >mod_qos/distinfo << '822e4801b07a293b220f1d1f24ee3faf' XSHA256 (apache2/mod_qos-10.15.tar.gz) = b036100e361c2b67f2b92535c6e00894bcd51967bb8a5ba806353b48c9c6b8e5 XSIZE (apache2/mod_qos-10.15.tar.gz) = 469922 822e4801b07a293b220f1d1f24ee3faf echo x - mod_qos/pkg-descr sed 's/^X//' >mod_qos/pkg-descr << '9413bc9dc3535c6de692a96343af6e5a' Xmod_qos is a quality of service module for the Apache web server implementing Xcontrol mechanisms that can provide different levels of priority to different XHTTP requests. X XWWW: http://opensource.adnovum.ch/mod_qos/ 9413bc9dc3535c6de692a96343af6e5a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 10: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 1A6769BE for ; Mon, 3 Jun 2013 10: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 01A7411D8 for ; Mon, 3 Jun 2013 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53AK0cU004625 for ; Mon, 3 Jun 2013 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53AK0fw004624; Mon, 3 Jun 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 10:20:00 GMT Resent-Message-Id: <201306031020.r53AK0fw004624@freefall.freebsd.org> 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 E04CA979 for ; Mon, 3 Jun 2013 10:16:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id C12FC11B5 for ; Mon, 3 Jun 2013 10:16:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53AGXEN009695 for ; Mon, 3 Jun 2013 10:16:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53AGWe1009684; Mon, 3 Jun 2013 10:16:32 GMT (envelope-from nobody) Message-Id: <201306031016.r53AGWe1009684@oldred.freebsd.org> Date: Mon, 3 Jun 2013 10:16:32 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179257: [PATCH] devel/cgit: several problems with recent update, 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: Mon, 03 Jun 2013 10:20:01 -0000 >Number: 179257 >Category: ports >Synopsis: [PATCH] devel/cgit: several problems with recent update, fixed >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 Jun 03 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: There are a number of issues with the recent update of cgit. 1) the CFLAGS are overridden in the git makefile 2) The LDFLAGS are overridden in the git makefile 3) gettext is required for libintl, but not specified 4) the LDFLAGS aren't complete (missing both -liconv and -lintl) - affects dragonfly and modern binutils 5) due to shebang fix, an errant markdown.pl.bak file was being installed 6) The plist had two dirrm directory entries that did not exist (missing "filters") 7) The port had a few files that were being installed but weren't on plist 8) The pkg-plist wasn't in alphabetical order 9) the bad dirrm entries on pkg-plist had trailing slashes (not sure if this is problem or not) Fix attached -- this is what dports uses to resolve all these issues. This did not pass DEVELOPER_MODE=1 on pkg, btw. some of these errors could have been caught with that. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-06-03 09:23:52.000000000 +0000 +++ Makefile @@ -19,14 +19,14 @@ PROJECTHOST= git-core GIT_VERSION= 1.8.2.3 USE_BZIP2= yes USE_GMAKE= yes -USES= iconv shebangfix +USES= iconv shebangfix gettext SHEBANG_FILES= filters/html-converters/resources/markdown.pl USE_GMAKE= yes USE_OPENSSL= yes CFLAGS+= -I${LOCALBASE}/include MAKE_ARGS+= CGIT_SCRIPT_PATH=${WWWDIR} \ CGIT_CONFIG=${PREFIX}/etc/cgitrc -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -liconv -lintl MAKE_JOBS_SAFE= yes SUB_FILES= pkg-message @@ -40,9 +40,11 @@ post-extract: @${MV} ${WRKDIR}/git-${GIT_VERSION} ${WRKSRC}/git post-patch: - @${REINPLACE_CMD} -e '/^CC =/d' ${WRKSRC}/git/Makefile + @${REINPLACE_CMD} -e '/^CC =/d' -e '/^CFLAGS =/d' \ + -e '/^LDFLAGS =/d' ${WRKSRC}/git/Makefile @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' \ -e 's,-Igit,-I.,g' ${WRKSRC}/Makefile + @cd ${WRKSRC}; ${RM} ${SHEBANG_FILES}.bak post-install: @${MKDIR} /var/cache/${PORTNAME} --- pkg-plist.orig 2013-06-03 09:23:52.000000000 +0000 +++ pkg-plist @@ -3,18 +3,18 @@ %%WWWDIR%%/cgit.png %%PORTDOCS%%%%DOCSDIR%%/cgitrc.5.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% +lib/cgit/filters/about-formatting.sh lib/cgit/filters/commit-links.sh -lib/cgit/filters/syntax-highlighting.sh -lib/cgit/filters/html-converters/resources/markdown.pl -lib/cgit/filters/html-converters/resources/rst-template.txt lib/cgit/filters/html-converters/man2html lib/cgit/filters/html-converters/md2html +lib/cgit/filters/html-converters/resources/markdown.pl +lib/cgit/filters/html-converters/resources/rst-template.txt lib/cgit/filters/html-converters/rst2html lib/cgit/filters/html-converters/txt2html lib/cgit/filters/syntax-highlighting.py -lib/cgit/filters/about-formatting.sh -@dirrm lib/cgit/html-converters/resources/ -@dirrm lib/cgit/html-converters/ +lib/cgit/filters/syntax-highlighting.sh +@dirrm lib/cgit/filters/html-converters/resources +@dirrm lib/cgit/filters/html-converters @dirrm lib/cgit/filters @dirrm lib/cgit @dirrm %%WWWDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 10: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 A5F539F7; Mon, 3 Jun 2013 10: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 816B211E0; Mon, 3 Jun 2013 10:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53AK83I004716; Mon, 3 Jun 2013 10:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53AK8XO004715; Mon, 3 Jun 2013 10:20:08 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 10:20:08 GMT Message-Id: <201306031020.r53AK8XO004715@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179256: New port www/mod_qos v1.1 (plist missing) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 10:20:08 -0000 Synopsis: New port www/mod_qos v1.1 (plist missing) Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 10:20:08 UTC 2013 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179256 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 10:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0C543A2A; Mon, 3 Jun 2013 10:20: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 DC65411E3; Mon, 3 Jun 2013 10:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53AKDPV004799; Mon, 3 Jun 2013 10:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53AKDcp004798; Mon, 3 Jun 2013 10:20:13 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 10:20:13 GMT Message-Id: <201306031020.r53AKDcp004798@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179257: [PATCH] devel/cgit: several problems with recent update, 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: Mon, 03 Jun 2013 10:20:14 -0000 Synopsis: [PATCH] devel/cgit: several problems with recent update, fixed Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 10:20:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179257 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 10:31: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 B576FCFC; Mon, 3 Jun 2013 10:31:38 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8E30B124D; Mon, 3 Jun 2013 10:31:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53AVcqS008192; Mon, 3 Jun 2013 10:31:38 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53AVcu5008191; Mon, 3 Jun 2013 10:31:38 GMT (envelope-from ak) Date: Mon, 3 Jun 2013 10:31:38 GMT Message-Id: <201306031031.r53AVcu5008191@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/179045: [patch] ports/UPDATING: fix typo in ruby upgrade instructions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 10:31:38 -0000 Synopsis: [patch] ports/UPDATING: fix typo in ruby upgrade instructions Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: ak Responsible-Changed-When: Mon Jun 3 10:31:38 UTC 2013 Responsible-Changed-Why: Over to portupgrade maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=179045 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 11:22:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 66695329; Mon, 3 Jun 2013 11:22:46 +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 3E80B17BC; Mon, 3 Jun 2013 11:22:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53BMkHi022508; Mon, 3 Jun 2013 11:22:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53BMk6Q022507; Mon, 3 Jun 2013 11:22:46 GMT (envelope-from linimon) Date: Mon, 3 Jun 2013 11:22:46 GMT Message-Id: <201306031122.r53BMk6Q022507@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179251: [NEW PORT] devel/rubygem-structured_warnings (required for rubygem-rubytree 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: Mon, 03 Jun 2013 11:22:46 -0000 Synopsis: [NEW PORT] devel/rubygem-structured_warnings (required for rubygem-rubytree update) Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 3 11:22:34 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=179251 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 11:24: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 AA9054EF; Mon, 3 Jun 2013 11:24:41 +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 8055317E4; Mon, 3 Jun 2013 11:24:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53BOfh9022599; Mon, 3 Jun 2013 11:24:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53BOfdG022598; Mon, 3 Jun 2013 11:24:41 GMT (envelope-from linimon) Date: Mon, 3 Jun 2013 11:24:41 GMT Message-Id: <201306031124.r53BOfdG022598@freefall.freebsd.org> To: andrea.cervesato@gmail.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179258: New port www/mod_qos v1.1 (plist missing) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 11:24:41 -0000 Synopsis: New port www/mod_qos v1.1 (plist missing) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 3 11:24:14 UTC 2013 State-Changed-Why: see ports/179256. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 3 11:24:14 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=179258 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 11:31:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45FD6714; Mon, 3 Jun 2013 11:31:46 +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 1F8411854; Mon, 3 Jun 2013 11:31:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53BVjCF024663; Mon, 3 Jun 2013 11:31:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53BVjm5024662; Mon, 3 Jun 2013 11:31:45 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 11:31:45 GMT Message-Id: <201306031131.r53BVjm5024662@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179179: Fix x11-wm/piewm SIGSEGV for FreeBSD/amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 11:31:46 -0000 Synopsis: Fix x11-wm/piewm SIGSEGV for FreeBSD/amd64 Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Mon Jun 3 11:31:45 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=179179 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 12:09: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 080A81B8; Mon, 3 Jun 2013 12:09:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D7A7419CD; Mon, 3 Jun 2013 12:09:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53C9Ub1030410; Mon, 3 Jun 2013 12:09:30 GMT (envelope-from gahr@freefall.freebsd.org) Received: (from gahr@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53C9Tx7030409; Mon, 3 Jun 2013 12:09:29 GMT (envelope-from gahr) Date: Mon, 3 Jun 2013 12:09:29 GMT Message-Id: <201306031209.r53C9Tx7030409@freefall.freebsd.org> To: dsh@vlink.ru, gahr@FreeBSD.org, gahr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gahr@FreeBSD.org Subject: Re: ports/178050: [patch] devel/tclmore -- fix 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: Mon, 03 Jun 2013 12:09:31 -0000 Synopsis: [patch] devel/tclmore -- fix build State-Changed-From-To: feedback->closed State-Changed-By: gahr State-Changed-When: Mon Jun 3 12:09:29 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=178050 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 12:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66384228 for ; Mon, 3 Jun 2013 12: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 597EA19ED for ; Mon, 3 Jun 2013 12:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53CA1W0030537 for ; Mon, 3 Jun 2013 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53CA11t030536; Mon, 3 Jun 2013 12:10:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 12:10:01 GMT Message-Id: <201306031210.r53CA11t030536@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178050: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 12:10:01 -0000 The following reply was made to PR ports/178050; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178050: commit references a PR Date: Mon, 3 Jun 2013 12:09:01 +0000 (UTC) Author: gahr Date: Mon Jun 3 12:08:40 2013 New Revision: 319774 URL: http://svnweb.freebsd.org/changeset/ports/319774 Log: - Fix build on CURRENT [1] - Fix build with Tcl 8.6 PR: 178050 [1] Submitted by: Pietro Cerutti Approved by: maintainer (> 1 month timeout) Added: head/devel/tclmore/files/patch-generic_commands.c (contents, props changed) Modified: head/devel/tclmore/Makefile (contents, props changed) head/devel/tclmore/files/patch-configure (contents, props changed) Modified: head/devel/tclmore/Makefile ============================================================================== --- head/devel/tclmore/Makefile Mon Jun 3 11:54:46 2013 (r319773) +++ head/devel/tclmore/Makefile Mon Jun 3 12:08:40 2013 (r319774) @@ -19,18 +19,11 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_TCL= yes -USE_TCL_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//} INFO= ${PORTNAME} -CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} +CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ + --enable-threads -.include - -.if ${OSVERSION} >= 900000 -BROKEN= does not build -.endif - -.include +.include Modified: head/devel/tclmore/files/patch-configure ============================================================================== --- head/devel/tclmore/files/patch-configure Mon Jun 3 11:54:46 2013 (r319773) +++ head/devel/tclmore/files/patch-configure Mon Jun 3 12:08:40 2013 (r319774) @@ -1,5 +1,18 @@ ---- configure.orig Fri May 21 20:24:40 2004 -+++ configure Wed Apr 26 10:55:55 2006 +--- configure.orig 2004-05-21 18:24:40.000000000 +0200 ++++ configure 2013-04-22 13:44:49.000000000 +0200 +@@ -6702,9 +6702,9 @@ + # Special check for weird MP-RAS system (uname returns weird + # results, and the version is kept in special file). + +- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` +- fi ++# if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then ++# system=MP-RAS-`awk '{print $1}' /etc/.relid'` ++# fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` + fi @@ -7847,11 +7847,12 @@ EXTRA_CFLAGS="-pthread" LDFLAGS="$LDFLAGS -pthread" Added: head/devel/tclmore/files/patch-generic_commands.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tclmore/files/patch-generic_commands.c Mon Jun 3 12:08:40 2013 (r319774) @@ -0,0 +1,20 @@ +--- generic/commands.c.orig 2013-06-03 14:05:27.000000000 +0200 ++++ generic/commands.c 2013-06-03 14:06:34.000000000 +0200 +@@ -83,7 +83,7 @@ + return TCL_OK; + + case TCL_ERROR: +- sprintf(infomsg, "\n (\"do\" body line %d)", frame->interp->errorLine); ++ sprintf(infomsg, "\n (\"do\" body line %d)", Tcl_GetErrorLine(frame->interp)); + Tcl_AddErrorInfo(frame->interp, infomsg); + return TCL_ERROR; + +@@ -124,7 +124,7 @@ + return TCL_OK; + + case TCL_ERROR: +- sprintf(infomsg, "\n (\"loop\" body line %d)", frame->interp->errorLine); ++ sprintf(infomsg, "\n (\"loop\" body line %d)", Tcl_GetErrorLine(frame->interp)); + Tcl_AddErrorInfo(frame->interp, infomsg); + return TCL_ERROR; + _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 12: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 4B86957C for ; Mon, 3 Jun 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 1A7C21A70 for ; Mon, 3 Jun 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53CU0PB034986 for ; Mon, 3 Jun 2013 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53CU0Et034985; Mon, 3 Jun 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 12:30:00 GMT Resent-Message-Id: <201306031230.r53CU0Et034985@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adam Nowacki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 762C24D5 for ; Mon, 3 Jun 2013 12:22:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 6941E1A3A for ; Mon, 3 Jun 2013 12:22:32 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53CMVsl084078 for ; Mon, 3 Jun 2013 12:22:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53CMVqx084077; Mon, 3 Jun 2013 12:22:31 GMT (envelope-from nobody) Message-Id: <201306031222.r53CMVqx084077@oldred.freebsd.org> Date: Mon, 3 Jun 2013 12:22:31 GMT From: Adam Nowacki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179259: bump net/openafs to 1.6.2 (buffer overflow and corruption fixes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 12:30:01 -0000 >Number: 179259 >Category: ports >Synopsis: bump net/openafs to 1.6.2 (buffer overflow and corruption fixes) >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 Jun 03 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Adam Nowacki >Release: >Organization: >Environment: >Description: * Fix buffer overflows in fileserver and ptserver. * Fix rare file corruption during background sync (Gerrit 8796). * Fix corrupting clients' metadata cache during certain errors (Gerrit 6957). * Fix cache corruption when reading from a file another client is simultaneously writing to (Gerrit 7994). * Fix fileservers to properly report >2 TiB partitions. and some other less serious changes. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 12:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 634D55AF; Mon, 3 Jun 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 3F4731A74; Mon, 3 Jun 2013 12:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53CU9C8035063; Mon, 3 Jun 2013 12:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53CU9L3035062; Mon, 3 Jun 2013 12:30:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 12:30:09 GMT Message-Id: <201306031230.r53CU9L3035062@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bjk@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179259: bump net/openafs to 1.6.2 (buffer overflow and corruption fixes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 12:30:09 -0000 Synopsis: bump net/openafs to 1.6.2 (buffer overflow and corruption fixes) Responsible-Changed-From-To: freebsd-ports-bugs->bjk Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 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=179259 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 13: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 B2ECACE0 for ; Mon, 3 Jun 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 A45F91DDF for ; Mon, 3 Jun 2013 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53De1d7048028 for ; Mon, 3 Jun 2013 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53De1WE048027; Mon, 3 Jun 2013 13:40:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 13:40:01 GMT Message-Id: <201306031340.r53De1WE048027@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Larry Rosenman Subject: Re: ports/179173: sysutils/lsof fails to build on powerpc* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 13:40:01 -0000 The following reply was made to PR ports/179173; it has been noted by GNATS. From: Larry Rosenman To: bug-followup@FreeBSD.org, jhibbits@FreeBSD.org Cc: Subject: Re: ports/179173: sysutils/lsof fails to build on powerpc* Date: Mon, 03 Jun 2013 08:38:21 -0500 This is a multi-part message in MIME format. --------------020904000205000108050002 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From Vic Abell, Author of lsof: I looked at the PR, but there's not enough info there for me to do anything. Please advise the PR submitter that lsof has a problem report method that is described in the Bug Reports section of its 00README file. All the information requested there is needed. If I get a proper bug report and if the fix turns out to be a complicated one, I will need access to a powerpc system. Any help for Vic here? Thanks! Larry Rosenman Maintainer, sysutils/lsof --------------020904000205000108050002 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit

From Vic Abell, Author of lsof:


I looked at the PR, but there’s not enough info there for me to do

anything.  Please advise the PR submitter that lsof has a problem

report method that is described in the Bug Reports section of its

00README file.  All the information requested there is needed.

 

If I get a proper bug report and if the fix turns out to be a complicated

one, I will need access to a powerpc system.

 

Any help for Vic here?

Thanks!
Larry Rosenman
Maintainer, sysutils/lsof


--------------020904000205000108050002-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 15: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 B414CB89 for ; Mon, 3 Jun 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 9AB63126A for ; Mon, 3 Jun 2013 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53FA0i0064906 for ; Mon, 3 Jun 2013 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53FA0tV064905; Mon, 3 Jun 2013 15:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 15:10:00 GMT Resent-Message-Id: <201306031510.r53FA0tV064905@freefall.freebsd.org> 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 C3E7495F for ; Mon, 3 Jun 2013 15:05:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 9C6E7120F for ; Mon, 3 Jun 2013 15:05:42 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53F5fTT032299 for ; Mon, 3 Jun 2013 15:05:41 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53F5fJr032169; Mon, 3 Jun 2013 15:05:41 GMT (envelope-from nobody) Message-Id: <201306031505.r53F5fJr032169@oldred.freebsd.org> Date: Mon, 3 Jun 2013 15:05:41 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179261: [PATCH] devel/imake: typo fix, use shebangfix, change gcpp test X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 15:10:00 -0000 >Number: 179261 >Category: ports >Synopsis: [PATCH] devel/imake: typo fix, use shebangfix, change gcpp test >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 Jun 03 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: The attached patch addresses three issue: 1) error message uses backtick instead of single quote, resulting in both an unterminated quote and perhaps make may try to execute a shell command 2) This makefile uses post-patch to fix a perl shebang, use shebangfix instead 3) Instead of overriding the configure script (which may already be already redundant to Mk/bsd.port.mk lines ~1907) based on OSVERSION, actually check for the existence of /usr/bin/gcpp. (besides being a better test, it turns this test into something DragonFly can also use as OSVERSION is FreeBSD-specific) >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-06-03 14:46:00.000000000 +0000 +++ Makefile @@ -13,17 +13,19 @@ RUN_DEPENDS= gccmakedep:${PORTSDIR}/deve makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/lib/X11/config/xorg.cf:${PORTSDIR}/x11/xorg-cf-files +USES= shebangfix USE_PERL5= yes XORG_CAT= util USE_XORG= xproto +SHEBANG_FILES= mkhtmlindex.pl # clang's cpp destroys whitespace, particularly hard tabs in makefiles, # which is fatal for imake. CPPFLAGS+= -DDEFAULT_CC=\\\"gcc\\\" .ifdef USE_IMAKE -.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. +.error You have 'USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif MAN1= ccmakedep.1 \ @@ -37,14 +39,12 @@ MAN1= ccmakedep.1 \ xmkmf.1 post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/mkhtmlindex.pl @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure .include # Attempt to force use of GNU cpp, if it is installed as /usr/bin/gcpp. -.if (${OSVERSION} >= 900506 && ${OSVERSION} < 1000000) || \ - ${OSVERSION} >= 1000010 +.if exists(/usr/bin/gcpp) CONFIGURE_ENV+= ac_cv_path_RAWCPP="gcpp" .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 15: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 D7421BB8; Mon, 3 Jun 2013 15:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B1BED126C; Mon, 3 Jun 2013 15:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53FA8G5065039; Mon, 3 Jun 2013 15:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53FA84p065038; Mon, 3 Jun 2013 15:10:08 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 15:10:08 GMT Message-Id: <201306031510.r53FA84p065038@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179261: [PATCH] devel/imake: typo fix, use shebangfix, change gcpp test X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 15:10:08 -0000 Synopsis: [PATCH] devel/imake: typo fix, use shebangfix, change gcpp test Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 15:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179261 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 15:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1422133 for ; Mon, 3 Jun 2013 15: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 B7749131F for ; Mon, 3 Jun 2013 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53FK0vC067678 for ; Mon, 3 Jun 2013 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53FK0iq067677; Mon, 3 Jun 2013 15:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 15:20:00 GMT Resent-Message-Id: <201306031520.r53FK0iq067677@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 47A12C75 for ; Mon, 3 Jun 2013 15:12:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE701293 for ; Mon, 3 Jun 2013 15:12:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53FCvb1048531 for ; Mon, 3 Jun 2013 15:12:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53FCvVs048526; Mon, 3 Jun 2013 15:12:57 GMT (envelope-from nobody) Message-Id: <201306031512.r53FCvVs048526@oldred.freebsd.org> Date: Mon, 3 Jun 2013 15:12:57 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179262: [patch] ports-mgmt/portlint Adding one more check for optionsng in portlint. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 15:20:01 -0000 >Number: 179262 >Category: ports >Synopsis: [patch] ports-mgmt/portlint Adding one more check for optionsng in portlint. >Confidential: no >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 Jun 03 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ilya A. Arkhipov >Release: FreeBSD 10.0-CURRENT >Organization: Rambler Internet Holding LLC >Environment: FreeBSD m1cro.park 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r247397: Wed Feb 27 16:06:42 MSK 2013 m1cro@m1cro.park:/home/m1cro/makepro/linuxulator/obj/usr/home/m1cro/makepro/linuxulator/sys/MICROKERNEL amd64 >Description: I've added one check for portlint on the case when OPTIONS_RADIO/OPTIONS_SINGLE/OPTIONS_MULTI/OPTIONS_GROUP defined but OPTIONS_{RADIO/SINGLE/MULTI/GROUP}_SOMETHING no. >How-To-Repeat: Use it for example: OPTIONS_SINGLE= UNICODE OPTIONS_SINGLE_UCS= UCS2 UCS4 Should be: OPTIONS_SINGLE= UNICODE OPTIONS_SINGLE_UNICODE= UCS2 UCS4 >Fix: You can find patch in attach or on http://m1cro.tk/ports/portlint/portlint_optioncheck.patch I know it looks ugly but I don't know how should be does without portlint's refactoring. Patch attached with submission follows: --- /usr/ports/ports-mgmt/portlint/src/portlint.pl 2013-05-16 20:35:01.541157011 +0400 +++ /home/m1cro/makepro/portlint.pl 2013-06-03 16:03:38.175155134 +0400 @@ -197,7 +197,8 @@ PKGDIR COMMENT DESCR PLIST PKGCATEGORY PKGINSTALL PKGDEINSTALL PKGREQ PKGMESSAGE DISTINFO_FILE .CURDIR USE_LDCONFIG USE_AUTOTOOLS USE_GNOME INDEXFILE PKGORIGIN CONFLICTS PKG_VERSION PKGINSTALLVER - PLIST_FILES OPTIONS OPTIONS_DEFINE INSTALLS_OMF USE_GETTEXT USE_RC_SUBR + PLIST_FILES OPTIONS OPTIONS_DEFINE OPTIONS_RADIO OPTIONS_SINGLE + OPTIONS_MULTI OPTIONS_GROUP INSTALLS_OMF USE_GETTEXT USE_RC_SUBR DIST_SUBDIR ALLFILES IGNOREFILES CHECKSUM_ALGORITHMS INSTALLS_ICONS GNU_CONFIGURE CONFIGURE_ARGS MASTER_SITE_SUBDIR LICENSE LICENSE_COMB ); @@ -1258,7 +1259,7 @@ my($realwrksrc, $wrksrc, $nowrksubdir) = ('', '', ''); my(@mman, @pman); my(@mopt, @oopt); - my(@nmopt, @noopt); + my(@nmopt, @noopt, @aoopt); my($pkg_version, $versiondir, $versionfile) = ('', '', ''); my $useindex = 0; my %deprecated = (); @@ -1521,6 +1522,25 @@ &perror("WARN", $file, -1, "Use of OPTIONS is obsolete. Use the ". "new options framework."); } + + foreach my $i ("OPTIONS_RADIO","OPTIONS_SINGLE", + "OPTIONS_MULTI","OPTIONS_GROUP") { + @aoopt = split(/\s+/, $makevar{$i}); + if (scalar(@aoopt)) { + foreach my $j (@aoopt) { + my $ocmd = "make -V $makeenv ${i}_${j}"; + my @ocount; + for (split(/\n/, qx($ocmd))) { + $makevar{"${i}_${j}"} = $_; + @ocount = split(/\s+/, $makevar{"${i}_${j}"}); + } + if (!scalar(@ocount)) { + &perror("FATAL", $file, -1, "Description for ${i}_${j} not exist"); + } + } + } + } + pos($whole) = 0; while ($whole =~ /\(?\s*WITH(?:OUT)?_(\w+)\s*\)?/mg) { push @mopt, $1; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 15:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 235E4167; Mon, 3 Jun 2013 15: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 F2CC41324; Mon, 3 Jun 2013 15:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53FK7Cm067821; Mon, 3 Jun 2013 15:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53FK71f067820; Mon, 3 Jun 2013 15:20:07 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 15:20:07 GMT Message-Id: <201306031520.r53FK71f067820@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179262: [patch] ports-mgmt/portlint Adding one more check for optionsng in portlint. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 15:20:08 -0000 Synopsis: [patch] ports-mgmt/portlint Adding one more check for optionsng in portlint. Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 15:20:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179262 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 16:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0425119D for ; Mon, 3 Jun 2013 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DDC0F18C6 for ; Mon, 3 Jun 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53GU132082637 for ; Mon, 3 Jun 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53GU1sR082636; Mon, 3 Jun 2013 16:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 16:30:01 GMT Resent-Message-Id: <201306031630.r53GU1sR082636@freefall.freebsd.org> 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 89E05194 for ; Mon, 3 Jun 2013 16:29:18 +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 2791F18C0 for ; Mon, 3 Jun 2013 16:29:17 +0000 (UTC) Received: from projects.int.kcilink.com (projects.int.kcilink.com [192.168.7.25]) by yertle.kcilink.com (Postfix) with ESMTP id 50BD18A00E for ; Mon, 3 Jun 2013 12:19:40 -0400 (EDT) Received: by projects.int.kcilink.com (Postfix, from userid 120) id 4881C1713A; Mon, 3 Jun 2013 12:19:40 -0400 (EDT) Message-Id: <20130603161940.4881C1713A@projects.int.kcilink.com> Date: Mon, 3 Jun 2013 12:19:40 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179263: new port www/mod_authnz_crowd 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: Mon, 03 Jun 2013 16:30:02 -0000 >Number: 179263 >Category: ports >Synopsis: new port www/mod_authnz_crowd >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD projects.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: This is a new port for an Apache 2.2 module to connect the authentication and authorization functionality to an Atlassian Crowd user login manager server. The only thing I'm not sure on how to do with the port is to tell the configure script to link with -L/usr/local/lib. I set LDFLAGS to do this, but the actual build of the code does not require that. I propose the module be in the ports tree as www/mod_authnz_crowd >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./distinfo # ./pkg-descr # ./scripts # ./scripts/configure # ./Makefile # ./files # ./files/patch-configure.ac # ./files/patch-svn-Makefile.am # ./files/patch-src-Makefile.am # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XSHA256 (mod_authnz_crowd-2.0.2.tar.gz) = 941edf2aea51528ef85c4f9897561f36178e8143ba717309c133134ec05299ac XSIZE (mod_authnz_crowd-2.0.2.tar.gz) = 25398 aec8793adfd5b7c3f00e62ae41a09ac2 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XApache 2.2 connector for Atlassian Crowd to provide authentication and Xauthorization support using Basic Auth. X XWWW: https://confluence.atlassian.com/display/CROWD/Integrating+Crowd+with+Apache 0e313719ff012ceaf97a028d51caa8f5 echo c - ./scripts mkdir -p ./scripts > /dev/null 2>&1 echo x - ./scripts/configure sed 's/^X//' >./scripts/configure << '514b015929f5bf4d8ce646ad4f86654b' X#!/bin/sh Xcd ${WRKSRC} Xautoreconf --install 514b015929f5bf4d8ce646ad4f86654b echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: mod_authnz_crowd X# Date created: 2013-06-03 X# Whom: Vick Khera X# X# $FreeBSD: $ X# X XPORTNAME= mod_authnz_crowd XPORTVERSION= 2.0.2 XCATEGORIES= www XMASTER_SITES= http://downloads.atlassian.com/software/crowd/downloads/cwdapache/ X XMAINTAINER= vivek@khera.org XCOMMENT= Apache 2.2.x module to use Atlassian Crowd for authentication XLICENSE= AL2 X XLIB_DEPENDS= svn_client:${PORTSDIR}/devel/subversion \ X curl:${PORTSDIR}/ftp/curl X XUSE_AUTOTOOLS= autoconf:env automake:env libtool:env XGNU_CONFIGURE= yes XUSE_GNOME= libxml2 XUSE_APACHE= 22 XMAKE_JOBS_SAFE= yes X XLDFLAGS= -L${PREFIX}/lib X XPLIST_FILES= ${APACHEMODDIR}/mod_authnz_crowd.so \ X ${APACHEMODDIR}/mod_authz_svn_crowd.so X X.include X 464ef7c6571951809b23e262cbe26e19 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-configure.ac sed 's/^X//' >./files/patch-configure.ac << '8b68467318dabb6dddd2c6c539868a01' X--- configure.ac.orig 2011-03-29 01:51:33.000000000 -0400 X+++ configure.ac 2013-06-03 09:23:24.222715655 -0400 X@@ -1,5 +1,6 @@ X AC_INIT([mod_authnz_crowd], [2.0.2], [support@atlassian.com]) X AM_INIT_AUTOMAKE([-Wall -Werror foreign]) X+AM_PROG_AR X AC_PROG_CC X AC_PROG_LIBTOOL X AC_CONFIG_HEADERS([config.h]) X@@ -12,7 +13,7 @@ X X AC_CHECK_LIB([apr-1], [apr_pool_pre_cleanup_register], [], [AC_MSG_ERROR([apr_pool_pre_cleanup_register was not found in libapr-1])]) X X-AC_CHECK_FILE([/usr/local/apache2/include/httpd.h], [APACHE_INCLUDE_DIR="/usr/local/apache2/include"], [ X+AC_CHECK_FILE([/usr/local/include/apache22/httpd.h], [APACHE_INCLUDE_DIR="/usr/local/include/apache22"], [ X AC_CHECK_FILE([/usr/include/httpd/httpd.h], [APACHE_INCLUDE_DIR="/usr/include/httpd"], [ X AC_CHECK_FILE([/usr/include/apache2/httpd.h], [APACHE_INCLUDE_DIR="/usr/include/apache2"], [ X AC_MSG_ERROR([Could not locate Apache include directory]) X@@ -21,7 +22,7 @@ X ]) X AC_SUBST([APACHE_INCLUDE_DIR]) X X-AC_PATH_PROG([HTTPD], [httpd], , [/usr/local/apache2/bin:/usr/sbin]) X+AC_PATH_PROG([HTTPD], [httpd], , [/usr/local/apache2/bin:/usr/local/sbin]) X APACHE_BIN_DIR=`AS_DIRNAME($HTTPD)` X AC_SUBST([APACHE_BIN_DIR]) X X@@ -32,7 +33,7 @@ X ]) X AC_SUBST([SVN_DIR]) X X-AC_CHECK_FILE([/usr/libexec/apache2/mod_dav.so], [APACHE_MODULES_DIR="/usr/libexec/apache2"], [ X+AC_CHECK_FILE([/usr/local/libexec/apache22/mod_dav.so], [APACHE_MODULES_DIR="/usr/local/libexec/apache22"], [ X AC_CHECK_FILE([/usr/lib64/httpd/modules/mod_dav.so], [APACHE_MODULES_DIR="/usr/lib64/httpd/modules"], [ X AC_CHECK_FILE([/usr/lib/httpd/modules/mod_dav.so], [APACHE_MODULES_DIR="/usr/lib/httpd/modules"], [ X AC_CHECK_FILE([/usr/lib/apache2/modules/mod_dav.so], [APACHE_MODULES_DIR="/usr/lib/apache2/modules"], [ X@@ -43,7 +44,7 @@ X ]) X AC_SUBST([APACHE_MODULES_DIR]) X X-AC_CHECK_FILE([/usr/local/apache2/conf/httpd.conf], [HTTPD_CONF="/usr/local/apache2/conf/httpd.conf"], [ X+AC_CHECK_FILE([/usr/local/etc/apache22/httpd.conf], [HTTPD_CONF="/usr/local/etc/apache22/httpd.conf"], [ X AC_CHECK_FILE([/etc/httpd/conf/httpd.conf], [HTTPD_CONF="/etc/httpd/conf/httpd.conf"], [ X AC_CHECK_FILE([/etc/apache2/httpd.conf], [HTTPD_CONF="/etc/apache2/httpd.conf"], [ X AC_MSG_ERROR([Could not locate Apache configuration file]) X@@ -52,7 +53,7 @@ X ]) X AC_SUBST([HTTPD_CONF]) X X-AC_CHECK_FILE([/usr/local/apache2/bin/apxs], [APXS="/usr/local/apache2/bin/apxs"], [ X+AC_CHECK_FILE([/usr/local/sbin/apxs], [APXS="/usr/local/sbin/apxs"], [ X AC_CHECK_FILE([/usr/sbin/apxs], [APXS="/usr/sbin/apxs"], [ X AC_CHECK_FILE([/usr/bin/apxs2], [APXS="/usr/bin/apxs2"], [ X AC_MSG_ERROR([Could not locate Apache apxs binary]) X@@ -61,7 +62,7 @@ X ]) X AC_SUBST([APXS]) X X-AC_CHECK_FILE([/usr/local/apache2/bin/apachectl], [APACHECTL="/usr/local/apache2/bin/apachectl"], [ X+AC_CHECK_FILE([/usr/local/sbin/apachectl], [APACHECTL="/usr/local/sbin/apachectl"], [ X AC_CHECK_FILE([/usr/sbin/apache2ctl], [APACHECTL="/usr/sbin/apache2ctl"], [ X AC_CHECK_FILE([/usr/sbin/apachectl], [APACHECTL="/usr/sbin/apachectl"], [ X AC_MSG_ERROR([Could not locate Apache apachectl binary]) 8b68467318dabb6dddd2c6c539868a01 echo x - ./files/patch-svn-Makefile.am sed 's/^X//' >./files/patch-svn-Makefile.am << 'a26c8554a15e71ecb0cd9e56fd35aad0' X--- src/svn/Makefile.am.orig 2011-03-29 01:51:32.000000000 -0400 X+++ src/svn/Makefile.am 2013-06-03 09:25:03.596662495 -0400 X@@ -1,6 +1,6 @@ X lib_LTLIBRARIES = mod_authz_svn_crowd.la X mod_authz_svn_crowd_la_SOURCES = mod_authz_svn_crowd.c X mod_authz_svn_crowd_la_LDFLAGS = -module X-AM_CFLAGS = `apr-1-config --cflags` X+AM_CFLAGS = `apr-1-config --cflags | sed -e 's/O[[:digit:]]/O1/'` X AM_CPPFLAGS = -I@APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` -I@SVN_DIR@/include/subversion-1 X-CFLAGS=-g -O1 # -O2 causes mysterious crashes X+#CFLAGS=-g -O1 # -O2 causes mysterious crashes a26c8554a15e71ecb0cd9e56fd35aad0 echo x - ./files/patch-src-Makefile.am sed 's/^X//' >./files/patch-src-Makefile.am << 'a179af6d6b2a19d1f420aa50f81d4270' X--- src/Makefile.am.orig 2011-03-29 01:51:32.000000000 -0400 X+++ src/Makefile.am 2013-06-03 09:24:56.212277928 -0400 X@@ -3,9 +3,9 @@ X lib_LTLIBRARIES = mod_authnz_crowd.la X mod_authnz_crowd_la_SOURCES = mod_authnz_crowd.c mod_authnz_crowd.h crowd_client.c crowd_client.h cache.c cache.h util.c util.h X mod_authnz_crowd_la_LDFLAGS = -module -lcurl `xml2-config --libs` X-AM_CFLAGS = `apr-1-config --cflags` X+AM_CFLAGS = `apr-1-config --cflags | sed -e 's/O[[:digit:]]/O1/'` X AM_CPPFLAGS = -I@APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` `xml2-config --cflags` X-CFLAGS=-g -O1 # -O2 causes mysterious crashes X+#CFLAGS=-g -O1 # -O2 causes mysterious crashes X TESTS = test.py X TESTS_ENVIRONMENT = APACHE_BIN_DIR=@APACHE_BIN_DIR@ X a179af6d6b2a19d1f420aa50f81d4270 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 16: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 1AD9C1CE; Mon, 3 Jun 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 E945618C9; Mon, 3 Jun 2013 16:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53GU9D8082719; Mon, 3 Jun 2013 16:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53GU9xN082718; Mon, 3 Jun 2013 16:30:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 16:30:09 GMT Message-Id: <201306031630.r53GU9xN082718@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179263: new port www/mod_authnz_crowd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 16:30:10 -0000 Synopsis: new port www/mod_authnz_crowd Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 16:30:09 UTC 2013 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179263 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 16:46:20 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5A05B6B6; Mon, 3 Jun 2013 16:46:20 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 351F919B6; Mon, 3 Jun 2013 16:46:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53GkKbs086277; Mon, 3 Jun 2013 16:46:20 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53GkKue086276; Mon, 3 Jun 2013 16:46:20 GMT (envelope-from crees) Date: Mon, 3 Jun 2013 16:46:20 GMT Message-Id: <201306031646.r53GkKue086276@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Subject: Re: ports/174815: [PATCH] print/cups-base: Fixed 3 fatal errors, icons, ldconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 16:46:20 -0000 Synopsis: [PATCH] print/cups-base: Fixed 3 fatal errors, icons, ldconfig Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Mon Jun 3 16:46:19 UTC 2013 Responsible-Changed-Why: I prefer to use "requires" in IGNORE messages like that. http://www.bayofrum.net/~crees/patches/174815 . Is that OK Chris? http://www.freebsd.org/cgi/query-pr.cgi?pr=174815 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 17:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF4738BF for ; Mon, 3 Jun 2013 17: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 917091B1B for ; Mon, 3 Jun 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53HA0pX090596 for ; Mon, 3 Jun 2013 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53HA0pU090595; Mon, 3 Jun 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 17:10:00 GMT Resent-Message-Id: <201306031710.r53HA0pU090595@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christer Edwards Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0C2E24EB for ; Mon, 3 Jun 2013 17:05:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id F32551AD2 for ; Mon, 3 Jun 2013 17:05:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53H5wsC090812 for ; Mon, 3 Jun 2013 17:05:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53H5wTq090807; Mon, 3 Jun 2013 17:05:58 GMT (envelope-from nobody) Message-Id: <201306031705.r53H5wTq090807@oldred.freebsd.org> Date: Mon, 3 Jun 2013 17:05:58 GMT From: Christer Edwards To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179265: maintainer update : sysutils/py-salt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 17:10:00 -0000 >Number: 179265 >Category: ports >Synopsis: maintainer update : sysutils/py-salt >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 Jun 03 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christer Edwards >Release: 9.1-RELEASE-p2 >Organization: Salt Stack Inc >Environment: FreeBSD starbuck 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #7 r249029: Sat Apr 13 11:22:22 MDT 2013 root@starbuck:/usr/obj/usr/src/sys/STARBUCK amd64 >Description: Mantainer update : sysutils/py-salt >How-To-Repeat: Mantainer update : sysutils/py-salt >Fix: Mantainer update : sysutils/py-salt Patch attached with submission follows: diff -ruN py-salt-0.15.3/Makefile /usr/local/poudriere/ports/default/sysutils/py-salt/Makefile --- py-salt-0.15.3/Makefile 2013-05-14 10:34:28.000000000 -0600 +++ /usr/local/poudriere/ports/default/sysutils/py-salt/Makefile 2013-06-03 10:57:53.257791004 -0600 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/py-salt/Makefile 318175 2013-05-14 16:34:28Z miwi $ PORTNAME= salt -PORTVERSION= 0.15.1 +PORTVERSION= 0.15.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-salt-0.15.3/distinfo /usr/local/poudriere/ports/default/sysutils/py-salt/distinfo --- py-salt-0.15.3/distinfo 2013-05-14 10:34:28.000000000 -0600 +++ /usr/local/poudriere/ports/default/sysutils/py-salt/distinfo 2013-06-03 10:58:00.346796708 -0600 @@ -1,2 +1,2 @@ -SHA256 (salt-0.15.1.tar.gz) = 2bd3bdb38bb7aefebdfaddfef70ebce29e7fa2dc9806e87115a9c6f0915b4f95 -SIZE (salt-0.15.1.tar.gz) = 5752766 +SHA256 (salt-0.15.3.tar.gz) = 19e2ca70b60cad9a2752d1c16d007a243f3dbf4a00bba24d8ecfba1b59e135b2 +SIZE (salt-0.15.3.tar.gz) = 3427038 diff -ruN py-salt-0.15.3/files/patch-salt__grains__core.py /usr/local/poudriere/ports/default/sysutils/py-salt/files/patch-salt__grains__core.py --- py-salt-0.15.3/files/patch-salt__grains__core.py 2013-03-23 00:04:41.000000000 -0600 +++ /usr/local/poudriere/ports/default/sysutils/py-salt/files/patch-salt__grains__core.py 2013-05-31 10:26:33.555801476 -0600 @@ -1,6 +1,6 @@ ---- ./salt/grains/core.py.orig 2013-03-19 09:30:55.000000000 +0400 -+++ ./salt/grains/core.py 2013-03-20 20:15:36.000000000 +0400 -@@ -730,7 +730,7 @@ +--- ./salt/grains/core.py.orig 2013-05-29 00:22:30.000000000 -0600 ++++ ./salt/grains/core.py 2013-05-31 10:09:03.273791365 -0600 +@@ -791,7 +791,7 @@ ''' # Provides: # path diff -ruN py-salt-0.15.3/files/patch-salt__utils____init__.py /usr/local/poudriere/ports/default/sysutils/py-salt/files/patch-salt__utils____init__.py --- py-salt-0.15.3/files/patch-salt__utils____init__.py 2013-03-23 00:04:41.000000000 -0600 +++ /usr/local/poudriere/ports/default/sysutils/py-salt/files/patch-salt__utils____init__.py 2013-05-31 11:03:58.126789566 -0600 @@ -1,8 +1,8 @@ ---- ./salt/utils/__init__.py.orig 2013-03-19 09:30:55.000000000 +0400 -+++ ./salt/utils/__init__.py 2013-03-20 20:22:28.000000000 +0400 -@@ -228,6 +228,15 @@ - # default path based on busybox's default - default_path = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin" +--- salt/utils/__init__.py.orig 2013-05-29 00:20:55.000000000 -0600 ++++ salt/utils/__init__.py 2013-05-31 10:13:41.486795573 -0600 +@@ -242,6 +242,15 @@ + default_path = '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin' + search_path = os.environ.get('PATH', default_path) + p = os.environ.get('PATH') + if p is not None: @@ -13,6 +13,6 @@ + pp.append('/usr/local/sbin') + os.environ['PATH'] = os.pathsep.join(pp) + - for path in os.environ.get('PATH', default_path).split(os.pathsep): + for path in search_path.split(os.pathsep): full_path = os.path.join(path, exe) if os.access(full_path, os.X_OK): >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 17: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 0233F8EF; Mon, 3 Jun 2013 17: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 80B1C1B1E; Mon, 3 Jun 2013 17:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53HA9wj090734; Mon, 3 Jun 2013 17:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53HA9G9090733; Mon, 3 Jun 2013 17:10:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 17:10:09 GMT Message-Id: <201306031710.r53HA9G9090733@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179265: maintainer update : sysutils/py-salt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 17:10:10 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 17:10: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=179265 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A5ADB787 for ; Mon, 3 Jun 2013 18:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD7D1E42 for ; Mon, 3 Jun 2013 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53IK0YZ004932 for ; Mon, 3 Jun 2013 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53IK0Y7004931; Mon, 3 Jun 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 18:20:00 GMT Resent-Message-Id: <201306031820.r53IK0Y7004931@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marco Bröder Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1BEA11F0 for ; Mon, 3 Jun 2013 18:15:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0E2101DFA for ; Mon, 3 Jun 2013 18:15:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53IF1Z2045598 for ; Mon, 3 Jun 2013 18:15:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53IF1P9045520; Mon, 3 Jun 2013 18:15:01 GMT (envelope-from nobody) Message-Id: <201306031815.r53IF1P9045520@oldred.freebsd.org> Date: Mon, 3 Jun 2013 18:15:01 GMT From: Marco Bröder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179266: New port: mail/trojita Fast cross-platform Qt IMAP e-mail client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 18:20:00 -0000 >Number: 179266 >Category: ports >Synopsis: New port: mail/trojita Fast cross-platform Qt IMAP e-mail client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: stable/9 amd64 >Organization: >Environment: >Description: Trojita is a fast cross-platform Qt IMAP e-mail client. Some highlights are: * It is a pure Qt application with no additional dependencies * Robust IMAP core implemented using Qt's Model-View framework * Standards compliance, resources efficiency, interoperability and high productivity are primary design goals * Integrates well into any reasonable desktop environment * On-demand message list and body part loading * Offline IMAP support * Support for bandwidth-saving mode aimed at mobile users with expensive connection * IMAP over SSH -- in addition to usual SSL/TLS connections, the server could be accessed via SSH * Safe and robust dealing with HTML mail Trojita is neither a full PIM suite nor a POP3 client. WWW: http://trojita.flaska.net/ >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: # # trojita # trojita/pkg-descr # trojita/Makefile # trojita/pkg-plist # trojita/distinfo # echo c - trojita mkdir -p trojita > /dev/null 2>&1 echo x - trojita/pkg-descr sed 's/^X//' >trojita/pkg-descr << '5fbcc03cc7ac4a912d1cef078ab9611c' XTrojita is a fast cross-platform Qt IMAP e-mail client. X XSome highlights are: X X* It is a pure Qt application with no additional dependencies X* Robust IMAP core implemented using Qt's Model-View framework X* Standards compliance, resources efficiency, interoperability and high X productivity are primary design goals X* Integrates well into any reasonable desktop environment X* On-demand message list and body part loading X* Offline IMAP support X* Support for bandwidth-saving mode aimed at mobile users with expensive X connection X* IMAP over SSH -- in addition to usual SSL/TLS connections, the server could X be accessed via SSH X* Safe and robust dealing with HTML mail X XTrojita is neither a full PIM suite nor a POP3 client. X XWWW: http://trojita.flaska.net/ 5fbcc03cc7ac4a912d1cef078ab9611c echo x - trojita/Makefile sed 's/^X//' >trojita/Makefile << '6e9a9fd8c26a91b9921c0c0d5008fcda' X# Created by: Marco Broeder X# $FreeBSD$ X XPORTNAME= trojita XPORTVERSION= 0.3.93 XCATEGORIES= mail XMASTER_SITES= SF/${PORTNAME}/src/ X XMAINTAINER= marco.broeder@gmx.eu XCOMMENT= Fast cross-platform Qt IMAP e-mail client X XLICENSE= GPLv2 GPLv3 XLICENSE_COMB= dual X XMAKE_JOBS_SAFE= yes X XUSE_BZIP2= yes X XUSE_QT4= linguist_build moc_build qmake_build rcc_build \ X uic_build sql-sqlite3 webkit X XHAS_CONFIGURE= yes XINSTALLS_ICONS= yes XNO_INSTALL_MANPAGES= yes X Xdo-configure: X cd ${WRKSRC} && \ X ${QMAKE} ${QMAKEFLAGS} CONFIG+="release disable_tests" ${PORTNAME}.pro X X.include 6e9a9fd8c26a91b9921c0c0d5008fcda echo x - trojita/pkg-plist sed 's/^X//' >trojita/pkg-plist << '48b2b99ee368e864acf9df8739dcc1dc' Xbin/trojita Xshare/applications/trojita.desktop Xshare/icons/hicolor/32x32/apps/trojita.png Xshare/icons/hicolor/scalable/apps/trojita.svg X%%DATADIR%%/locale/trojita_common_bs.qm X%%DATADIR%%/locale/trojita_common_cs.qm X%%DATADIR%%/locale/trojita_common_da.qm X%%DATADIR%%/locale/trojita_common_de.qm X%%DATADIR%%/locale/trojita_common_el.qm X%%DATADIR%%/locale/trojita_common_es.qm X%%DATADIR%%/locale/trojita_common_et.qm X%%DATADIR%%/locale/trojita_common_fr.qm X%%DATADIR%%/locale/trojita_common_ga.qm X%%DATADIR%%/locale/trojita_common_gl.qm X%%DATADIR%%/locale/trojita_common_hu.qm X%%DATADIR%%/locale/trojita_common_ia.qm X%%DATADIR%%/locale/trojita_common_lt.qm X%%DATADIR%%/locale/trojita_common_mr.qm X%%DATADIR%%/locale/trojita_common_nl.qm X%%DATADIR%%/locale/trojita_common_pl.qm X%%DATADIR%%/locale/trojita_common_pt.qm X%%DATADIR%%/locale/trojita_common_pt_BR.qm X%%DATADIR%%/locale/trojita_common_sk.qm X%%DATADIR%%/locale/trojita_common_sv.qm X%%DATADIR%%/locale/trojita_common_tr.qm X%%DATADIR%%/locale/trojita_common_uk.qm X%%DATADIR%%/locale/trojita_common_x-test.qm X%%DATADIR%%/locale/trojita_common_zh_CN.qm X%%DATADIR%%/locale/trojita_common_zh_TW.qm X@dirrm %%DATADIR%%/locale X@dirrm %%DATADIR%% 48b2b99ee368e864acf9df8739dcc1dc echo x - trojita/distinfo sed 's/^X//' >trojita/distinfo << 'e656bc4b3f36ffd696e94d63bbd12b87' XSHA256 (trojita-0.3.93.tar.bz2) = 625bf7fded3f00a45f6f4eafe504fa3e20e237632072f7e47949d0a1339274e4 XSIZE (trojita-0.3.93.tar.bz2) = 966396 e656bc4b3f36ffd696e94d63bbd12b87 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37061E68 for ; Mon, 3 Jun 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 9601C1F02 for ; Mon, 3 Jun 2013 18:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Ie0Aa008499 for ; Mon, 3 Jun 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Ie0KX008498; Mon, 3 Jun 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 18:40:00 GMT Resent-Message-Id: <201306031840.r53Ie0KX008498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Melvyn Sopacua Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 119C9D00 for ; Mon, 3 Jun 2013 18:33:37 +0000 (UTC) (envelope-from mel@magemana.nl) Received: from fire.magemana.nl (magemana.nl [IPv6:2a01:7c8:aaae:25e::1]) by mx1.freebsd.org (Postfix) with ESMTP id D4B881ED3 for ; Mon, 3 Jun 2013 18:33:36 +0000 (UTC) Received: by fire.magemana.nl (Postfix, from userid 1003) id E590F4AB3B8; Mon, 3 Jun 2013 20:33:32 +0200 (CEST) Message-Id: <20130603183332.E590F4AB3B8@fire.magemana.nl> Date: Mon, 3 Jun 2013 20:33:32 +0200 (CEST) From: Melvyn Sopacua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179267: UPDATING: entry for www/magento X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 18:40:01 -0000 >Number: 179267 >Category: ports >Synopsis: UPDATING: entry for www/magento >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Melvyn Sopacua >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD fire.magemana.nl 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 I took maintainership I've modified the port to be more conservative in it's file permissions. This has consequences for upgrades. >How-To-Repeat: >Fix: I believe the following would be a good entry for UPDATING. 20130603: AFFECTS: users of www/magento AUTHOR: melvyn@magemana.nl Magento has been updated to 1.7.0.2. With it a stricter file system policy is enforced on the port. If you (or your customer) rely heavily on Magento Connect via the backend to install extensions, your quickfix is: # chown -R www: ${PREFIX}/www/magento # chmod -R u+w ${PREFIX}/www/magento The more conservative approach: # chown -R www: ${PREFIX}/www/magento/app/code/{local,community} \ ${PREFIX}/www/magento/app/{design,locale} \ ${PREFIX}/www/magento/{downloader,skin} # chmod -R u+w ${PREFIX}/www/magento/app/code/{local,community} \ ${PREFIX}/www/magento/app/{design,locale} \ ${PREFIX}/www/magento/{downloader,skin} The conservative aproach will alert you to extensions that try to write in Magento core, while allowing clean extensions to install properly (corner cases may exist). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AD602FA4; Mon, 3 Jun 2013 18:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 895611F07; Mon, 3 Jun 2013 18:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Ie9i3008639; Mon, 3 Jun 2013 18:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Ie9IP008638; Mon, 3 Jun 2013 18:40:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 18:40:09 GMT Message-Id: <201306031840.r53Ie9IP008638@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179267: UPDATING: entry for www/magento X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 18:40:09 -0000 Synopsis: UPDATING: entry for www/magento Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Mon Jun 3 18:40:09 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179267 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18: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 570BEFA8; Mon, 3 Jun 2013 18: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 325861F08; Mon, 3 Jun 2013 18:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53IeBM4008714; Mon, 3 Jun 2013 18:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53IeBUR008713; Mon, 3 Jun 2013 18:40:11 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 18:40:11 GMT Message-Id: <201306031840.r53IeBUR008713@freefall.freebsd.org> To: melvyn@magemana.nl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179267: UPDATING: entry for www/magento X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 18:40:11 -0000 Synopsis: UPDATING: entry for www/magento State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 3 18:40:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179267 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3F58664B for ; Mon, 3 Jun 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 2A4501FB2 for ; Mon, 3 Jun 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Io0Cd010461 for ; Mon, 3 Jun 2013 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Io06u010459; Mon, 3 Jun 2013 18:50:00 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 18:50:00 GMT Message-Id: <201306031850.r53Io06u010459@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179267: UPDATING: entry for www/magento 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, 03 Jun 2013 18:50:01 -0000 The following reply was made to PR ports/179267; it has been noted by GNATS. From: Edwin Groothuis To: mel@magemana.nl Cc: bug-followup@FreeBSD.org Subject: Re: ports/179267: UPDATING: entry for www/magento Date: Mon, 3 Jun 2013 18:40:10 UT Maintainer of www/magento, Please note that PR ports/179267 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/179267 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18: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 02C7A64D for ; Mon, 3 Jun 2013 18: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 DE6D11FB4 for ; Mon, 3 Jun 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Io1b5010473 for ; Mon, 3 Jun 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Io1t3010472; Mon, 3 Jun 2013 18:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 18:50:01 GMT Resent-Message-Id: <201306031850.r53Io1t3010472@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 970A7627 for ; Mon, 3 Jun 2013 18:47:00 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id 661301F93 for ; Mon, 3 Jun 2013 18:46:59 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 28CC9187BC36 for ; Tue, 4 Jun 2013 02:47:23 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id r53IlNoj080612; Tue, 4 Jun 2013 02:47:23 +0800 (CST) (envelope-from gaod) Message-Id: <201306031847.r53IlNoj080612@cse.tw> Date: Tue, 4 Jun 2013 02:47:23 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179268: [PATCH] www/trafficserver: Fix disk usage miscalculated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 18:50:02 -0000 >Number: 179268 >Category: ports >Synopsis: [PATCH] www/trafficserver: Fix disk usage miscalculated >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: Mon Jun 03 18:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD cse.tw 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: FreeBSD miscalculates disk size based on config by 2x for file-based, and 16x for raw-based. Apply upstream fix, see https://issues.apache.org/jira/browse/TS-1784. >How-To-Repeat: >Fix: --- trafficserver.diff begins here --- Index: www/trafficserver/Makefile =================================================================== --- www/trafficserver/Makefile (revision 319796) +++ www/trafficserver/Makefile (working copy) @@ -7,6 +7,7 @@ PORTNAME= trafficserver PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= APACHE/${PORTNAME} Index: www/trafficserver/files/patch-iocore_cache_Store.cc =================================================================== --- www/trafficserver/files/patch-iocore_cache_Store.cc (revision 0) +++ www/trafficserver/files/patch-iocore_cache_Store.cc (working copy) @@ -0,0 +1,29 @@ +--- iocore/cache/Store.cc.orig 2013-05-25 01:18:36.000000000 +0800 ++++ iocore/cache/Store.cc 2013-05-25 01:20:00.000000000 +0800 +@@ -483,7 +483,9 @@ + disk_id = devnum; + + pathname = ats_strdup(an); +- blocks = size / hw_sector_size; ++ // igalic: blocks = size / hw_sector_size; was wrong TS-1707 ++ // This code needs refactoring to unify the code-paths which are equal across platforms. ++ blocks = size / STORE_BLOCK_SIZE; + file_pathname = !((s.st_mode & S_IFMT) == S_IFDIR); + + // This is so FreeBSD admins don't worry about our malicious code creating boot sector viruses: +@@ -583,6 +585,7 @@ + + pathname = ats_strdup(filename); + // is this right Seems like this should be size / hw_sector_size ++ // igalic: No. See TS-1707 + blocks = size / STORE_BLOCK_SIZE; + file_pathname = !((s.st_mode & S_IFMT) == S_IFDIR); + +@@ -715,6 +718,7 @@ + /* I don't know why I'm redefining blocks to be something that is quite + * possibly something other than the actual number of blocks, but the + * code for other arches seems to. Revisit this, perhaps. */ ++ // igalic: No. See TS-1707 + blocks = size / STORE_BLOCK_SIZE; + + Debug("cache_init", "Span::init physical sectors %" PRId64 " total size %" PRId64 " geometry size %" PRId64 " store blocks %" PRId64 "", --- trafficserver.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18:50: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 C0FF36B0; Mon, 3 Jun 2013 18:50: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 9C2161FB9; Mon, 3 Jun 2013 18:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53IoDvE010547; Mon, 3 Jun 2013 18:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53IoDh2010546; Mon, 3 Jun 2013 18:50:13 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 18:50:13 GMT Message-Id: <201306031850.r53IoDh2010546@freefall.freebsd.org> To: gaod@hychen.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179268: [PATCH] www/trafficserver: Fix disk usage miscalculated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 18:50:13 -0000 Synopsis: [PATCH] www/trafficserver: Fix disk usage miscalculated State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 3 18:50:13 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179268 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 19:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A02EAF5A for ; Mon, 3 Jun 2013 19:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 92B09103D for ; Mon, 3 Jun 2013 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53J01Uc012342 for ; Mon, 3 Jun 2013 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53J01kn012341; Mon, 3 Jun 2013 19:00:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 19:00:01 GMT Message-Id: <201306031900.r53J01kn012341@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179268: [PATCH] www/trafficserver: Fix disk usage miscalculated 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, 03 Jun 2013 19:00:01 -0000 The following reply was made to PR ports/179268; it has been noted by GNATS. From: Edwin Groothuis To: jnlin@csie.nctu.edu.tw Cc: bug-followup@FreeBSD.org Subject: Re: ports/179268: [PATCH] www/trafficserver: Fix disk usage miscalculated Date: Mon, 3 Jun 2013 18:50:12 UT Maintainer of www/trafficserver, Please note that PR ports/179268 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/179268 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 20:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B6EE644E for ; Mon, 3 Jun 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9EA181454 for ; Mon, 3 Jun 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53KU1oe030199 for ; Mon, 3 Jun 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53KU1Jg030198; Mon, 3 Jun 2013 20:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 20:30:01 GMT Resent-Message-Id: <201306032030.r53KU1Jg030198@freefall.freebsd.org> 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 E10FF3FF for ; Mon, 3 Jun 2013 20:25:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id B9A2B13BA for ; Mon, 3 Jun 2013 20:25:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53KPMhu084934 for ; Mon, 3 Jun 2013 20:25:22 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53KPMi1084933; Mon, 3 Jun 2013 20:25:22 GMT (envelope-from nobody) Message-Id: <201306032025.r53KPMi1084933@oldred.freebsd.org> Date: Mon, 3 Jun 2013 20:25:22 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179271: [patch] net/vnstat add 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, 03 Jun 2013 20:30:01 -0000 >Number: 179271 >Category: ports >Synopsis: [patch] net/vnstat add rc script >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 Jun 03 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: -add rc script -run as non-root user -gd LIB_DEPENDS fixed to not require version .4 of library and make portlint happy please add these users to UIDs and GIDs vnstat:*:284:284::0:0:vnStat Network Monitor:/nonexistent:/usr/sbin/nologin vnstat:*:284: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319795) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= vnstat PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://humdi.net/vnstat/ \ http://mirror.mcx2.org/ @@ -15,11 +15,18 @@ LDFLAGS="-L${LOCALBASE}/lib" INSTALL_TARGET= bsdinstall +USE_RC_SUBR= vnstat + +USERS= vnstat +GROUPS= vnstat + MAN1= vnstat.1 vnstatd.1 MAN5= vnstat.conf.5 MANCOMPRESSED= yes PORTDOCS= README INSTALL_BSD UPGRADE vnstat-cron SUB_FILES= pkg-message +SUB_LIST= USERS=${USERS} \ + GROUPS=${GROUPS} # will compile with image output OPTIONS_DEFINE= GUI DOCS @@ -34,7 +41,7 @@ etc/vnstat.conf.sample .if ${PORT_OPTIONS:MGUI} -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd PLIST_SUB+= GUI="" MAN1+= vnstati.1 .else Index: files/vnstat.in =================================================================== --- files/vnstat.in (revision 0) +++ files/vnstat.in (working copy) @@ -0,0 +1,31 @@ +#!/bin/sh +# Created by: Mark Felder +# $FreeBSD$ + +# PROVIDE: vnstat +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# Add the following line to /etc/rc.conf to enable vnstat: +# +# vnstat_enable="YES" +# vnstat_flags="-d -p ${vnstat_pidfile} --config %%PREFIX%%/etc/vnstat.cfg" +# vnstat_pidfile="/var/run/vnstat/vnstat.pid" + +. /etc/rc.subr + +name=vnstat +rcvar=vnstat_enable +load_rc_config $name + +vnstat_enable=${vnstat_enable-"NO"} +vnstat_pidfile=${vnstat_pidfile-"/var/run/vnstat/vnstat.pid"} +vnstat_flags=${vnstat_flags-"-d -p ${vnstat_pidfile} --config %%PREFIX%%/etc/vnstat.cfg"} +vnstat_user=${vnstat_user-"%%USERS%%"} +vnstat_group=${vnstat_group-"%%GROUPS%%"} + +command="%%PREFIX%%/bin/vnstatd" +command_args="${vnstat_flags}" +pidfile="${vnstat_pidfile}" + +run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 20: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 4880E481; Mon, 3 Jun 2013 20: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 23D641458; Mon, 3 Jun 2013 20:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53KUAYc030278; Mon, 3 Jun 2013 20:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53KU9nq030277; Mon, 3 Jun 2013 20:30:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 20:30:09 GMT Message-Id: <201306032030.r53KU9nq030277@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179271: [patch] net/vnstat add 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, 03 Jun 2013 20:30:10 -0000 Synopsis: [patch] net/vnstat add rc script Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 20: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=179271 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 20: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 1D95BDBA for ; Mon, 3 Jun 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 02DD716AA for ; Mon, 3 Jun 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Ko0VB033790 for ; Mon, 3 Jun 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Ko0IL033789; Mon, 3 Jun 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 20:50:00 GMT Resent-Message-Id: <201306032050.r53Ko0IL033789@freefall.freebsd.org> 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 185D3AF1 for ; Mon, 3 Jun 2013 20:43:30 +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 9AFFF1654 for ; Mon, 3 Jun 2013 20:43:29 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LxIqi-1ULggU1nTu-01716B for ; Mon, 03 Jun 2013 22:43:28 +0200 Received: (qmail invoked by alias); 03 Jun 2013 20:43:27 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 03 Jun 2013 22:43:27 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 22:43:26 +0200 Message-Id: <20130603204330.185D3AF1@hub.freebsd.org> Date: Mon, 03 Jun 2013 22:43:26 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179272: [PATCH] graphics/goocanvas: Add new Uses, add NLS Option, fix docs Cc: kwm@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, 03 Jun 2013 20:50:01 -0000 >Number: 179272 >Category: ports >Synopsis: [PATCH] graphics/goocanvas: Add new Uses, add NLS Option, fix docs >Confidential: no >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 Jun 03 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Add new Uses - Add dependency for gdkpixbuf2 - Fix GNU/Linux compatibility - Add OptionsNG - Add NLS Option - Fix docs - Trim pkg-plist Port maintainer (kwm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130603182500-20282/ >Fix: --- goocanvas-0.15_5.patch begins here --- diff -ruN /usr/ports/graphics/goocanvas/Makefile ./Makefile --- /usr/ports/graphics/goocanvas/Makefile 2013-06-02 18:53:12.000000000 +0200 +++ ./Makefile 2013-05-21 22:49:07.000000000 +0200 @@ -1,26 +1,57 @@ -# New ports collection makefile for: goocanvas -# Date created: 2006-09-20 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD: head/graphics/goocanvas/Makefile 300896 2012-07-14 13:54:48Z beat $ # $MCom: ports/graphics/goocanvas/Makefile,v 1.3 2008/02/27 16:19:11 ahze Exp $ PORTNAME= goocanvas PORTVERSION= 0.15 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Canvas widget for GTK+ -USE_GNOME= gtk20 gnomehack ltverhack +USE_BZIP2= yes +USES= pathfix pkgconfig +USE_GNOME= gtk20 gdkpixbuf2 ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_BZIP2= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= AUTHORS ChangeLog NEWS README TODO + +OPTIONS_DEFINE= NLS + +.include + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +.endif post-patch: @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ ${WRKSRC}/configure +.if ! ${PORT_OPTIONS:MDOCS} + @${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.in +.endif + +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in +.endif + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} +.endif + .include diff -ruN /usr/ports/graphics/goocanvas/pkg-plist ./pkg-plist --- /usr/ports/graphics/goocanvas/pkg-plist 2013-06-02 18:53:12.000000000 +0200 +++ ./pkg-plist 2013-04-06 01:12:05.000000000 +0200 @@ -21,53 +21,7 @@ lib/libgoocanvas.so lib/libgoocanvas.so.3 libdata/pkgconfig/goocanvas.pc -%%DOCSDIR%%/goocanvas/GooCanvas.html -%%DOCSDIR%%/goocanvas/GooCanvasEllipse.html -%%DOCSDIR%%/goocanvas/GooCanvasEllipseModel.html -%%DOCSDIR%%/goocanvas/GooCanvasGrid.html -%%DOCSDIR%%/goocanvas/GooCanvasGridModel.html -%%DOCSDIR%%/goocanvas/GooCanvasGroup.html -%%DOCSDIR%%/goocanvas/GooCanvasGroupModel.html -%%DOCSDIR%%/goocanvas/GooCanvasImage.html -%%DOCSDIR%%/goocanvas/GooCanvasImageModel.html -%%DOCSDIR%%/goocanvas/GooCanvasItemModelSimple.html -%%DOCSDIR%%/goocanvas/GooCanvasItemSimple.html -%%DOCSDIR%%/goocanvas/GooCanvasPath.html -%%DOCSDIR%%/goocanvas/GooCanvasPathModel.html -%%DOCSDIR%%/goocanvas/GooCanvasPolyline.html -%%DOCSDIR%%/goocanvas/GooCanvasPolylineModel.html -%%DOCSDIR%%/goocanvas/GooCanvasRect.html -%%DOCSDIR%%/goocanvas/GooCanvasRectModel.html -%%DOCSDIR%%/goocanvas/GooCanvasStyle.html -%%DOCSDIR%%/goocanvas/GooCanvasTable.html -%%DOCSDIR%%/goocanvas/GooCanvasTableModel.html -%%DOCSDIR%%/goocanvas/GooCanvasText.html -%%DOCSDIR%%/goocanvas/GooCanvasTextModel.html -%%DOCSDIR%%/goocanvas/GooCanvasWidget.html -%%DOCSDIR%%/goocanvas/ch01.html -%%DOCSDIR%%/goocanvas/ch02.html -%%DOCSDIR%%/goocanvas/ch03.html -%%DOCSDIR%%/goocanvas/ch04.html -%%DOCSDIR%%/goocanvas/ch05.html -%%DOCSDIR%%/goocanvas/goocanvas-GooCanvas-Types.html -%%DOCSDIR%%/goocanvas/goocanvas-architecture.html -%%DOCSDIR%%/goocanvas/goocanvas-coordinates.html -%%DOCSDIR%%/goocanvas/goocanvas-creating-items.html -%%DOCSDIR%%/goocanvas/goocanvas-goocanvasitem.html -%%DOCSDIR%%/goocanvas/goocanvas-goocanvasitemmodel.html -%%DOCSDIR%%/goocanvas/goocanvas-model-view-canvas.html -%%DOCSDIR%%/goocanvas/goocanvas-overview.html -%%DOCSDIR%%/goocanvas/goocanvas-simple-canvas.html -%%DOCSDIR%%/goocanvas/goocanvas-wysiwyg.html -%%DOCSDIR%%/goocanvas/goocanvas.devhelp -%%DOCSDIR%%/goocanvas/goocanvas.devhelp2 -%%DOCSDIR%%/goocanvas/home.png -%%DOCSDIR%%/goocanvas/index.html -%%DOCSDIR%%/goocanvas/index.sgml -%%DOCSDIR%%/goocanvas/left.png -%%DOCSDIR%%/goocanvas/right.png -%%DOCSDIR%%/goocanvas/style.css -%%DOCSDIR%%/goocanvas/up.png -@dirrm %%DOCSDIR%%/goocanvas -@dirrm %%DOCSDIR%% +%%NLS%%share/locale/en_GB/LC_MESSAGES/goocanvas.mo +%%NLS%%share/locale/es/LC_MESSAGES/goocanvas.mo +%%NLS%%share/locale/ja/LC_MESSAGES/goocanvas.mo @dirrm include/goocanvas-1.0 --- goocanvas-0.15_5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 20: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 7BEA6DBC for ; Mon, 3 Jun 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 47F9D16AC for ; Mon, 3 Jun 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Ko1Ao033854 for ; Mon, 3 Jun 2013 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Ko1fY033848; Mon, 3 Jun 2013 20:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 20:50:01 GMT Resent-Message-Id: <201306032050.r53Ko1fY033848@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 54E1DBEB for ; Mon, 3 Jun 2013 20:48:05 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id E7A2B1698 for ; Mon, 3 Jun 2013 20:48:04 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MKwO6-1Ujbff3x0i-0000eo for ; Mon, 03 Jun 2013 22:48:04 +0200 Received: (qmail invoked by alias); 03 Jun 2013 20:48:02 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp029) with SMTP; 03 Jun 2013 22:48:02 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Jun 2013 22:48:02 +0200 Message-Id: <20130603204805.54E1DBEB@hub.freebsd.org> Date: Mon, 03 Jun 2013 22:48:02 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179273: [PATCH] textproc/py27-docutils: Fix reinstall Cc: olivierd@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, 03 Jun 2013 20:50:01 -0000 >Number: 179273 >Category: ports >Synopsis: [PATCH] textproc/py27-docutils: Fix reinstall >Confidential: no >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 Jun 03 20:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Fix reinstall Port maintainer (olivierd@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130603163401-65038/ >Fix: --- py27-docutils-0.10.patch begins here --- diff -ruN /usr/ports/textproc/py-docutils/Makefile ./Makefile --- /usr/ports/textproc/py-docutils/Makefile 2013-06-02 19:01:03.000000000 +0200 +++ ./Makefile 2013-04-04 23:02:13.000000000 +0200 @@ -21,7 +21,7 @@ post-install: .for script in ${BIN_SCRIPTS} - @cd ${PREFIX}/bin && ${LN} -s ${script} ${script:C/\.py//} + @cd ${PREFIX}/bin && ${LN} -sf ${script} ${script:C/\.py//} .endfor .include --- py27-docutils-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 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 63905DEB; Mon, 3 Jun 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 3EBE416AE; Mon, 3 Jun 2013 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Ko9Tg035349; Mon, 3 Jun 2013 20:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Ko9XP035348; Mon, 3 Jun 2013 20:50:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 20:50:09 GMT Message-Id: <201306032050.r53Ko9XP035348@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kwm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179272: [PATCH] graphics/goocanvas: Add new Uses, add NLS Option, fix docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 20:50:09 -0000 Synopsis: [PATCH] graphics/goocanvas: Add new Uses, add NLS Option, fix docs Responsible-Changed-From-To: freebsd-ports-bugs->kwm Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 20: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=179272 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 20:50:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 74AA9E1E; Mon, 3 Jun 2013 20:50: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 5081516B0; Mon, 3 Jun 2013 20:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53KoEqq035431; Mon, 3 Jun 2013 20:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53KoEuQ035430; Mon, 3 Jun 2013 20:50:14 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 20:50:14 GMT Message-Id: <201306032050.r53KoEuQ035430@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, olivierd@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179273: [PATCH] textproc/py27-docutils: Fix reinstall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 20:50:14 -0000 Synopsis: [PATCH] textproc/py27-docutils: Fix reinstall Responsible-Changed-From-To: freebsd-ports-bugs->olivierd Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 20:50:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179273 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 21:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA04441E for ; Mon, 3 Jun 2013 21: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 8BD411749 for ; Mon, 3 Jun 2013 21:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53L00Od035732 for ; Mon, 3 Jun 2013 21:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53L00cG035731; Mon, 3 Jun 2013 21:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 21:00:00 GMT Resent-Message-Id: <201306032100.r53L00cG035731@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4D679DB4 for ; Mon, 3 Jun 2013 20:49:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4064416A5 for ; Mon, 3 Jun 2013 20:49:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53Kns0k015177 for ; Mon, 3 Jun 2013 20:49:54 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53Knstt015174; Mon, 3 Jun 2013 20:49:54 GMT (envelope-from nobody) Message-Id: <201306032049.r53Knstt015174@oldred.freebsd.org> Date: Mon, 3 Jun 2013 20:49:54 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179274: Update www/serf to version 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: Mon, 03 Jun 2013 21:00:00 -0000 >Number: 179274 >Category: ports >Synopsis: Update www/serf to version 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.1-STABLE >Organization: >Environment: FreeBSD pcbsd-1465 9.1-STABLE FreeBSD 9.1-STABLE #1 r251063: Tue May 28 13:35:09 COT 2013 pfg@pcbsd-1465:/usr/src/sys/amd64/compile/DELL amd64 >Description: New Release: Serf 1.2.1 [2013-06-03, from /tags/1.2.1] Fix issue 95: add gssapi switches to configure (r1864, r1900) Fix issue 97: skip mmap bucket if APR_HAS_MMAP is undefined (r1877) Fix issue 100: building against an old Windows Platform SDK (r1881) Fix issue 102: digest authentication failures (r1885) Improve error return values in SSPI authentication (r1804) Ensure serf-1.pc is constructed by serfmake (r1865) Optimize SPNego authentication processing (r1868) Reject certs that application does not like (r1794) Fix possible endless loop in serf_linebuf_fetch() (r1816) Windows build: dereference INTDIR in serf.mak (r1882) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: serf/Makefile =================================================================== --- serf/Makefile (revision 319806) +++ serf/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serf -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= www MASTER_SITES= GOOGLE_CODE MASTER_SITE_SUBDIR= db Index: serf/distinfo =================================================================== --- serf/distinfo (revision 319806) +++ serf/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (serf-1.2.0.tar.bz2) = 201a0a25bcc4c0ac26cca40e77ea75b98678335e825bee599a230fb2365935f3 -SIZE (serf-1.2.0.tar.bz2) = 178128 +SHA256 (serf-1.2.1.tar.bz2) = 6988d394b62c3494635b6f0760bc3079f9a0cd380baf0f6b075af1eb9fa5e700 +SIZE (serf-1.2.1.tar.bz2) = 190464 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 21:03: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 9D2915CD; Mon, 3 Jun 2013 21:03: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 78FEF1773; Mon, 3 Jun 2013 21:03:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53L3P1a037431; Mon, 3 Jun 2013 21:03:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53L3Pim037430; Mon, 3 Jun 2013 21:03:25 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 21:03:25 GMT Message-Id: <201306032103.r53L3Pim037430@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179274: Update www/serf to version 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: Mon, 03 Jun 2013 21:03:25 -0000 Synopsis: Update www/serf to version 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 21:03:25 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179274 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 21: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 9739294F for ; Mon, 3 Jun 2013 21: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 7D1C61A0F for ; Mon, 3 Jun 2013 21:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Lo0l8046157 for ; Mon, 3 Jun 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Lo03Y046156; Mon, 3 Jun 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 21:50:00 GMT Resent-Message-Id: <201306032150.r53Lo03Y046156@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 19A51838 for ; Mon, 3 Jun 2013 21:48:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id EF23F19F0 for ; Mon, 3 Jun 2013 21:48:23 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53LmNfb032034 for ; Mon, 3 Jun 2013 21:48:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53LmNhl032022; Mon, 3 Jun 2013 21:48:23 GMT (envelope-from nobody) Message-Id: <201306032148.r53LmNhl032022@oldred.freebsd.org> Date: Mon, 3 Jun 2013 21:48:23 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179275: multimedia/banshee: remove (disabled) boo support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 21:50:00 -0000 >Number: 179275 >Category: ports >Synopsis: multimedia/banshee: remove (disabled) boo support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: multimedia/banshee @ r317503, ports @ r319807 >Description: There is a disabled option for Boo support in multimedia/banshee, but lang/boo is broken and expired. Fully remove Boo support to allow lang/boo to be removed. While here pet portlint and fix the MPT option. >How-To-Repeat: `Tools/scripts/rmport lang/boo` finds this port as a dependent one. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319807) +++ Makefile (working copy) @@ -22,14 +22,13 @@ ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins \ ${LOCALBASE}/libdata/pkgconfig/notify-sharp.pc:${PORTSDIR}/devel/notify-sharp -# For now, remove APPLEDEV and BOO since they are broken +# For now, remove APPLEDEV since it is broken OPTIONS_DEFINE= DOCS BPMDETECT GIO MTP WEBKIT YOUTUBE APPLEDEV_DESC= Apple device -BOO_DESC= Boo BPMDETECT_DESC= Force dependency on soundtouch (required for BPM detection) GIO_DESC= Use GIO for disk access -WEBKIT_DESC= Build and/or install extensions using Webkit +WEBKIT_DESC= Build and/or install extensions using Webkit YOUTUBE_DESC= Build and/or install the Youtube extension OPTIONS_DEFAULT=BPMDETECT GIO MTP WEBKIT YOUTUBE @@ -45,7 +44,7 @@ USE_SQLITE= yes INSTALLS_ICONS= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware +CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware --disable-boo .include @@ -83,16 +82,6 @@ USE_GSTREAMER+= soundtouch .endif -.if ${PORT_OPTIONS:MBOO} -CONFIGURE_ARGS+=--enable-boo -BUILD_DEPENDS+= booc:${PORTSDIR}/lang/boo -RUN_DEPENDS+= booc:${PORTSDIR}/lang/boo -PLIST_SUB+= OPT_BOO="" -.else -CONFIGURE_ARGS+=--disable-boo -PLIST_SUB+= OPT_BOO="@comment " -.endif - .if ${PORT_OPTIONS:MAPPLEDEV} CONFIGURE_ARGS+=--enable-appledevice LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libgpodsharp.pc:${PORTSDIR}/audio/libgpod @@ -103,7 +92,7 @@ PLIST_SUB+= APPLEDEV="@comment " .endif -.if ${PORTSDIR:MMTP} +.if ${PORT_OPTIONS:MMTP} CONFIGURE_ARGS+=--enable-mtp LIB_DEPENDS+= mtp:${PORTSDIR}/audio/libmtp PLIST_SUB+= OPT_MTP="" Index: pkg-plist =================================================================== --- pkg-plist (revision 319807) +++ pkg-plist (working copy) @@ -49,8 +49,6 @@ lib/banshee/Extensions/Banshee.AmazonMp3.exe.mdb lib/banshee/Extensions/Banshee.Audiobook.dll lib/banshee/Extensions/Banshee.Audiobook.dll.mdb -%%OPT_BOO%%lib/banshee/Extensions/Banshee.BooScript.dll -%%OPT_BOO%%lib/banshee/Extensions/Banshee.BooScript.dll.mdb lib/banshee/Extensions/Banshee.Bpm.dll lib/banshee/Extensions/Banshee.Bpm.dll.mdb lib/banshee/Extensions/Banshee.CoverArt.dll >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 21:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3897C952 for ; Mon, 3 Jun 2013 21:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3C81A11 for ; Mon, 3 Jun 2013 21:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Lo0jd046197 for ; Mon, 3 Jun 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Lo0Y4046184; Mon, 3 Jun 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 21:50:00 GMT Resent-Message-Id: <201306032150.r53Lo0Y4046184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 39E1462F; Mon, 3 Jun 2013 21:43:41 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjcXU-000EZD-GA; Mon, 03 Jun 2013 23:43:40 +0200 Message-Id: Date: Mon, 03 Jun 2013 23:43:40 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179276: [PATCH] mail/dovecot: convert to optionsNG Cc: miwi@FreeBSD, yds@CoolRat.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, 03 Jun 2013 21:50:02 -0000 >Number: 179276 >Category: ports >Synopsis: [PATCH] mail/dovecot: convert to optionsNG >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 Jun 03 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: Request portmgr approval if maintainer non-responsive. - Convert to optionsNG - Improve some descriptions - Remove KQUEUE from options and enforce it: the configure script would pick it anyways even if missing - While here, cook Makefile header. Port maintainer (yds@CoolRat.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- dovecot-1.2.17.patch begins here --- diff -ruN /usr/ports//mail/dovecot/Makefile ./Makefile --- /usr/ports//mail/dovecot/Makefile 2013-04-27 13:59:28.000000000 +0200 +++ ./Makefile 2013-06-03 23:32:31.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: dovecot -# Date created: 12/08/2002 -# Whom: Dominic Marks -# -# $FreeBSD: mail/dovecot/Makefile 316662 2013-04-27 11:59:28Z mva $ -# +# Created by: Dominic Marks +# $FreeBSD$ PORTNAME= dovecot PORTVERSION= 1.2.17 @@ -11,6 +7,8 @@ MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ +PATCH_DIST_STRIP= -p1 + MAINTAINER= yds@CoolRat.org COMMENT= Secure and compact IMAP and POP3 servers @@ -45,7 +43,19 @@ ${PREFIX}/lib/dovecot/pop3 \ ${PREFIX}/lib/dovecot/lda -.if defined(NOPORTDOCS) +NO_OPTIONS_SORT= yes +OPTIONS_DEFINE= SSL MANAGESIEVE GSSAPI VPOPMAIL BDB LDAP PGSQL MYSQL SQLITE +# KQUEUE removed because dovecot picks it anyways +OPTIONS_DEFAULT=SSL MANAGESIEVE KQUEUE + +MANAGESIEVE_DESC= ManageSieve filter management support +VPOPMAIL_DESC= VPopMail password lookup support +SSL_DESC= SSL/TLS support through OpenSSL +GSSAPI_DESC= GSSAPI mechanism support + +.include + +.if ! ${PORT_OPTIONS:MDOCS} CONFIGURE_ARGS+= --without-docs .else DOCS= AUTHORS COPYING COPYING.LGPL COPYING.MIT INSTALL NEWS TODO README @@ -57,17 +69,6 @@ PROTOCOLS= imap pop3 -OPTIONS= KQUEUE "kqueue(2) support" on \ - SSL "SSL support" on \ - MANAGESIEVE "ManageSieve support" on \ - GSSAPI "GSSAPI support" off \ - VPOPMAIL "VPopMail support" off \ - BDB "BerkleyDB support" off \ - LDAP "OpenLDAP support" off \ - PGSQL "PostgreSQL support" off \ - MYSQL "MySQL support" off \ - SQLITE "SQLite support" off - .include .if ${ARCH} == "arm" @@ -86,15 +87,13 @@ s![[:<:]]doc/(dovecot-[^-]+)-example.conf[[:>:]]!${EXAMPLESDIR}/\1.conf!g;\ s!\#sendmail_path = /usr/.*!sendmail_path = /usr/sbin/sendmail!g; -## kqueue(2) support +## kqueue(2) support - no longer optional, dovecots picks it anyways # -.if !defined(WITHOUT_KQUEUE) CONFIGURE_ARGS+= --with-ioloop=kqueue -.endif ## SSL support # -.if defined(WITH_SSL) +.if ${PORT_OPTIONS:MSSL} PROTOCOLS+= imaps pop3s .else CONFIGURE_ARGS+= --without-ssl @@ -102,18 +101,17 @@ ## ManageSieve support # -.if defined(WITH_MANAGESIEVE) +.if ${PORT_OPTIONS:MMANAGESIEVE} MANAGESIEVEVERSION!= ${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V PORTVERSION PATCH_SITES!= ${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V MASTER_SITES PATCHFILES+= dovecot-${PORTVERSION}-managesieve-${MANAGESIEVEVERSION}.diff.gz -PATCH_DIST_STRIP= -p1 PROTOCOLS+= managesieve DOCS+= README.managesieve .endif ## GSSAPI support # -.if defined(WITH_GSSAPI) +.if ${PORT_OPTIONS:MGSSAPI} CONFIGURE_ARGS+= --with-gssapi .else CONFIGURE_ARGS+= --without-gssapi @@ -121,7 +119,7 @@ ## VPopMail Support # -.if defined(WITH_VPOPMAIL) +.if ${PORT_OPTIONS:MVPOPMAIL} VPOPMAIL= ${LOCALBASE}/vpopmail/bin/vchkpw BUILD_DEPENDS+= ${VPOPMAIL}:${PORTSDIR}/mail/vpopmail CONFIGURE_ARGS+= --with-vpopmail @@ -131,7 +129,7 @@ ## BDB Support # -.if defined(WITH_BDB) +.if ${PORT_OPTIONS:MBDB} USE_BDB= 42+ CONFIGURE_ARGS+= --with-db CFLAGS+= -I${BDB_INCLUDE_DIR} -L${BDB_LIB_DIR} @@ -143,7 +141,7 @@ ## OpenLDAP Support # -.if defined(WITH_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap PLIST_SUB+= LDAP="" @@ -155,7 +153,7 @@ ## PostgreSQL Support # -.if defined(WITH_PGSQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+= --with-pgsql PLIST_SUB+= SQL="" @@ -167,7 +165,7 @@ ## MySQL Support # -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql PLIST_SUB+= SQL="" @@ -179,7 +177,7 @@ ## SQLite Support # -.if defined(WITH_SQLITE) +.if ${PORT_OPTIONS:MSQLITE} USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite PLIST_SUB+= SQL="" @@ -219,7 +217,7 @@ | ${SED} -e 's:^@exec ::; s:%D:${PREFIX}:g;' \ > ${WRKDIR}/.PLIST.exec \ && ${SH} ${WRKDIR}/.PLIST.exec -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor --- dovecot-1.2.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 21: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 4D1D5985; Mon, 3 Jun 2013 21: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 82D201A14; Mon, 3 Jun 2013 21:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Lo7tq046303; Mon, 3 Jun 2013 21:50:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Lo7lE046302; Mon, 3 Jun 2013 21:50:07 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 21:50:07 GMT Message-Id: <201306032150.r53Lo7lE046302@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mono@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179275: multimedia/banshee: remove (disabled) boo support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 21:50:09 -0000 Synopsis: multimedia/banshee: remove (disabled) boo support Responsible-Changed-From-To: freebsd-ports-bugs->mono Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 21:50:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179275 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 21:50:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 97B3F9B8; Mon, 3 Jun 2013 21: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 77B771A15; Mon, 3 Jun 2013 21:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53LoEYD047792; Mon, 3 Jun 2013 21:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53LoEtZ047791; Mon, 3 Jun 2013 21:50:14 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 21:50:14 GMT Message-Id: <201306032150.r53LoEtZ047791@freefall.freebsd.org> To: mandree@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179276: [PATCH] mail/dovecot: convert to 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: Mon, 03 Jun 2013 21:50:15 -0000 Synopsis: [PATCH] mail/dovecot: convert to optionsNG State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 3 21: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=179276 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 41622EC0 for ; Mon, 3 Jun 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 343E61A70 for ; Mon, 3 Jun 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53M01UU048210 for ; Mon, 3 Jun 2013 22:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53M01TO048209; Mon, 3 Jun 2013 22:00:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 22:00:01 GMT Message-Id: <201306032200.r53M01TO048209@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179276: [PATCH] mail/dovecot: convert to optionsNG 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, 03 Jun 2013 22:00:01 -0000 The following reply was made to PR ports/179276; it has been noted by GNATS. From: Edwin Groothuis To: yds@CoolRat.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/179276: [PATCH] mail/dovecot: convert to optionsNG Date: Mon, 3 Jun 2013 21:50:13 UT Maintainer of mail/dovecot, Please note that PR ports/179276 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/179276 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CDA1F3E3 for ; Mon, 3 Jun 2013 22: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 AF25F1AB9 for ; Mon, 3 Jun 2013 22:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MA09q050082 for ; Mon, 3 Jun 2013 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MA0RJ050081; Mon, 3 Jun 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 22:10:00 GMT Resent-Message-Id: <201306032210.r53MA0RJ050081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F41DA166 for ; Mon, 3 Jun 2013 22:03:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E6C0E1A96 for ; Mon, 3 Jun 2013 22:03:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53M3bbr042667 for ; Mon, 3 Jun 2013 22:03:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53M3brY042664; Mon, 3 Jun 2013 22:03:37 GMT (envelope-from nobody) Message-Id: <201306032203.r53M3brY042664@oldred.freebsd.org> Date: Mon, 3 Jun 2013 22:03:37 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179277: math/petsc: remove expired math/petsc-mpich from SLAVE_DIRS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 22:10:00 -0000 >Number: 179277 >Category: ports >Synopsis: math/petsc: remove expired math/petsc-mpich from SLAVE_DIRS >Confidential: no >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 Jun 03 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1 >Organization: >Environment: FreeBSD ports tree r319807 >Description: math/petsc-mpich expired on 2012-07-14, but is mentioned by math/petsc. Adjust the latter port, and pet portlint while there. >How-To-Repeat: `Tools/scripts/rmport math/petsc-mpich` mentions this port. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319807) +++ Makefile (working copy) @@ -14,8 +14,6 @@ RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ qsub:${PORTSDIR}/sysutils/torque -SLAVEDIRS= math/petsc-mpich - HAS_CONFIGURE= yes USE_PYTHON= yes CONFIGURE_SCRIPT= config/configure.py @@ -54,7 +52,9 @@ --with-umfpack-lib="[${UMFPACK_LIBS:C/^/${L}/:C/,/, ${L}/g}]" .endif -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= * #USE_TEX= latex:build #BUILD_DEPENDS+= c2html:${PORTSDIR}/textproc/c2html \ @@ -65,8 +65,6 @@ LIBBLACS= ${LOCALBASE}/lib/libblacs.a MPIDIR= ${LOCALBASE} -.include - .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun) WITH_OPENMPI= yes MPIDIR= ${LOCALBASE}/mpi/openmpi @@ -270,7 +268,7 @@ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bin ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bmake ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bmake -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} install_docs) .endif @@ -295,4 +293,4 @@ . endif .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22: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 E1348417; Mon, 3 Jun 2013 22:10: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 BC40E1ABE; Mon, 3 Jun 2013 22:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MA8Vo050218; Mon, 3 Jun 2013 22:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MA8S4050217; Mon, 3 Jun 2013 22:10:08 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 22:10:08 GMT Message-Id: <201306032210.r53MA8S4050217@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bf@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179277: math/petsc: remove expired math/petsc-mpich from SLAVE_DIRS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 22:10:08 -0000 Synopsis: math/petsc: remove expired math/petsc-mpich from SLAVE_DIRS Responsible-Changed-From-To: freebsd-ports-bugs->bf Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 22: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=179277 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22: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 B745872D for ; Mon, 3 Jun 2013 22: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 9947E1B58 for ; Mon, 3 Jun 2013 22:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MK2u5052811 for ; Mon, 3 Jun 2013 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MK2c3052810; Mon, 3 Jun 2013 22:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 22:20:02 GMT Resent-Message-Id: <201306032220.r53MK2c3052810@freefall.freebsd.org> 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 63B28700 for ; Mon, 3 Jun 2013 22:18:33 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 11A441B3B for ; Mon, 3 Jun 2013 22:18:32 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LtTty-1UIMst2Spg-010wVh for ; Tue, 04 Jun 2013 00:18:31 +0200 Received: (qmail invoked by alias); 03 Jun 2013 22:18:30 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp001) with SMTP; 04 Jun 2013 00:18:30 +0200 Received: by something.email.com (sSMTP sendmail emulation); Tue, 04 Jun 2013 00:18:29 +0200 Message-Id: <20130603221833.63B28700@hub.freebsd.org> Date: Tue, 04 Jun 2013 00:18:29 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179278: [PATCH] devel/p5-Goo-Canvas: Fix port, add license, add missing dependencies Cc: sylvio@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, 03 Jun 2013 22:20:02 -0000 >Number: 179278 >Category: ports >Synopsis: [PATCH] devel/p5-Goo-Canvas: Fix port, add license, add missing dependencies >Confidential: no >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 Jun 03 22:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Fix port - Add license - Add dependencies for devel/p5-ExtUtils-Depends and devel/p5-ExtUtils-PkgConfig - Trim pkg-plist Port maintainer (sylvio@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130603162000-65191/ >Fix: --- p5-Goo-Canvas-0.06_2.patch begins here --- diff -ruN /usr/ports/devel/p5-Goo-Canvas/Makefile ./Makefile --- /usr/ports/devel/p5-Goo-Canvas/Makefile 2013-06-02 18:59:42.000000000 +0200 +++ ./Makefile 2013-06-03 18:01:42.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Goo-Canvas -# Date created: 2010-03-10 -# Whom: Sylvio Cesar Teixeira -# +# Created by: Sylvio Cesar Teixeira # $FreeBSD: head/devel/p5-Goo-Canvas/Makefile 317794 2013-05-10 13:21:32Z miwi $ -# PORTNAME= Goo-Canvas PORTVERSION= 0.06 @@ -15,18 +11,21 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Perl interface to the GooCanvas +LICENSE= GPLv2 + BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ + p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 -LIB_DEPENDS= goocanvas.3:${PORTSDIR}/graphics/goocanvas \ - gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= goocanvas:${PORTSDIR}/graphics/goocanvas RUN_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 -MAKE_JOBS_UNSAFE= yes +USE_GNOME= gdkpixbuf -BROKEN= fails to build +MAKE_JOBS_UNSAFE= yes MAN1= perltetris.pl.1 perlmine.pl.1 MAN3= Goo::Canvas::Item.3 \ diff -ruN /usr/ports/devel/p5-Goo-Canvas/pkg-descr ./pkg-descr --- /usr/ports/devel/p5-Goo-Canvas/pkg-descr 2013-06-02 18:59:42.000000000 +0200 +++ ./pkg-descr 2013-04-05 01:09:36.000000000 +0200 @@ -1,3 +1,3 @@ Perl interface to the GooCanvas -WWW: http://search.cpan.org/dist/Goo-Canvas/ +WWW: http://search.cpan.org/dist/Goo-Canvas/ diff -ruN /usr/ports/devel/p5-Goo-Canvas/pkg-plist ./pkg-plist --- /usr/ports/devel/p5-Goo-Canvas/pkg-plist 2013-06-02 18:59:42.000000000 +0200 +++ ./pkg-plist 2013-06-03 18:17:17.000000000 +0200 @@ -38,9 +38,9 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Goo/Canvas/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Goo/Canvas/Canvas.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Goo/Canvas/Canvas.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Goo/Canvas +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Goo/Canvas @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Goo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Goo/Cairo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Goo/Canvas/Install -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Goo/Canvas +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Goo/Canvas/Install +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Goo/Canvas @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Goo --- p5-Goo-Canvas-0.06_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22: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 5C311730 for ; Mon, 3 Jun 2013 22: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 4E2B91B5E for ; Mon, 3 Jun 2013 22:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MK42J052823 for ; Mon, 3 Jun 2013 22:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MK4jV052822; Mon, 3 Jun 2013 22:20:04 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 22:20:04 GMT Message-Id: <201306032220.r53MK4jV052822@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Anderson Guzman Subject: Re: ports/179165: graphics/openimageio fail to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anderson Guzman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 22:20:06 -0000 The following reply was made to PR ports/179165; it has been noted by GNATS. From: Anderson Guzman To: bug-followup@FreeBSD.org, aguzman@pendulosoftware.com Cc: FreeBSD@ShaneWare.Biz Subject: Re: ports/179165: graphics/openimageio fail to compile Date: Mon, 3 Jun 2013 17:36:41 -0430 Hi Shane, nice to meet you and thanks for fast response ... I'll response to you between lines >c) The first build error would indicate that OpenColorIO was >compiled >with gcc46 leading to a mismatch in GLIBCXX libs during link >time. Yes, but I dont have in my system gcc46 installed, only gcc48 and gcc from base/installation : - gcc (GCC) 4.2.1 20070831 patched [FreeBSD]) - gcc48 (FreeBSD Ports Collection) 4.8.1 20130418 (prerelease) >Try adding -rpath ${LOCALBASE}/lib/gcc46 to your LDFLAGS or >using the same gcc version for both. I tryed use the same gcc version to compile openimageio : gcc421, and gcc48 both fail to compile it. >I have just submitted an update to v1.1.11 that should fix this part. I'll test your recent update when it's is available on ports tree and later I'll report port's status about this compile bug... Thanks for your time Shane and have a nice day ... -- Anderson Guzman From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:20: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 B14D8733 for ; Mon, 3 Jun 2013 22: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 985E01B61 for ; Mon, 3 Jun 2013 22:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MK6Eg052834 for ; Mon, 3 Jun 2013 22:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MK6f1052833; Mon, 3 Jun 2013 22:20:06 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 22:20:06 GMT Resent-Message-Id: <201306032220.r53MK6f1052833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 055A9469 for ; Mon, 3 Jun 2013 22:12:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id D243D1AD4 for ; Mon, 3 Jun 2013 22:12:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53MC561012300 for ; Mon, 3 Jun 2013 22:12:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53MC5NN012299; Mon, 3 Jun 2013 22:12:05 GMT (envelope-from nobody) Message-Id: <201306032212.r53MC5NN012299@oldred.freebsd.org> Date: Mon, 3 Jun 2013 22:12:05 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179279: security/scannedonly: remove support for expired net/samba34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 22:20:06 -0000 >Number: 179279 >Category: ports >Synopsis: security/scannedonly: remove support for expired net/samba34 >Confidential: no >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 Jun 03 22:20:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1 >Organization: >Environment: Ports Tree r319807 >Description: - Remove support for expired net/samba34 by deleting the if ${SAMBA_PORT}==net/samba34 blocks. - Convert Makefile header. - Fix typo in pkg-message >How-To-Repeat: `Tools/scripts/rmport net/samba34` mentions this port. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319807) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scannedonly -# Date created: 20 January 2011 -# Whom: girald@etcom.ufrgs.br -# +# Created by: girald@etcom.ufrgs.br # $FreeBSD$ -# PORTNAME= scannedonly PORTVERSION= 0.21 @@ -37,40 +33,12 @@ SAMBA_PORT?= net/samba${SAMBA_VERSION:C/([0-9]*)\.([0-9]*).*/\1\2/} -# If samba34 is installed, we need the sources from samba. -# We don't if samba3[56] is installed. -# http://olivier.sessink.nl/scannedonly/faq.html -.if ${SAMBA_PORT} == net/samba34 -BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${SAMBA_PORT}:configure -CONFIGURE_ARGS+=\ - --with-samba-source=${WRKDIR}/../../../${SAMBA_PORT}/work/samba-${SAMBA_VERSION}/source3 -USE_AUTOTOOLS= autoconf -.endif - PLIST_FILES= sbin/scannedonlyd_clamav \ bin/scannedonly_prescan -.if ${SAMBA_PORT} == net/samba34 -PLIST_FILES+= lib/samba/vfs/scannedonly.so -PLIST_DIRS= lib/samba/vfs \ - lib/samba -.endif MAN8= ${PORTNAME}_prescan.8 \ ${PORTNAME}d_clamav.8 MANCOMPRESSED= yes -# Hackery to avoid death for non-obvious reasons if detected -# SAMBA_VERSION doesn't match the PORTVERSION of samba in ports -pre-everything:: -.if ${SAMBA_PORT} == net/samba34 - @if [ "$$(${MAKE} -C ${PORTSDIR}/${SAMBA_PORT} -V PORTVERSION)" \ - != "${SAMBA_VERSION}" ] ; \ - then ${ECHO_MSG} -n "==> Bailing. Version of Samba on system is "; \ - ${ECHO_MSG} "${SAMBA_VERSION}, which does not match" ; \ - ${ECHO_MSG} " that in ports. Please update Samba and try again." ; \ - ${FALSE} ; \ - fi -.endif - post-patch: @${REINPLACE_CMD} \ -e 's|/var/lib/scannedonly/scan|/var/run/scannedonlyd.sock|g' \ Index: pkg-message =================================================================== --- pkg-message (revision 319807) +++ pkg-message (working copy) @@ -1,7 +1,7 @@ ************************************************** * WARNING! * * * -* Make sure you've enough socker buffer size. * +* Make sure you've enough socket buffer size. * * Consider increasing kern.ipc.maxsockbuf adding * * at least the following sysctl setting to * * /etc/sysctl.conf: * >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:20: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 4F45C7C0; Mon, 3 Jun 2013 22:20: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 2AEC01B6D; Mon, 3 Jun 2013 22:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MKHqb052914; Mon, 3 Jun 2013 22:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MKHUF052913; Mon, 3 Jun 2013 22:20:17 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 22:20:17 GMT Message-Id: <201306032220.r53MKHUF052913@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179278: [PATCH] devel/p5-Goo-Canvas: Fix port, add license, add missing dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 22:20:17 -0000 Synopsis: [PATCH] devel/p5-Goo-Canvas: Fix port, add license, add missing dependencies Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 22:20:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179278 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:20:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E9CE1829; Mon, 3 Jun 2013 22:20: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 C47111B7D; Mon, 3 Jun 2013 22:20:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MKSOb054403; Mon, 3 Jun 2013 22:20:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MKS4r054402; Mon, 3 Jun 2013 22:20:28 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 22:20:28 GMT Message-Id: <201306032220.r53MKS4r054402@freefall.freebsd.org> To: rene@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179279: security/scannedonly: remove support for expired net/samba34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 22:20:29 -0000 Synopsis: security/scannedonly: remove support for expired net/samba34 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 3 22:20:28 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179279 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22: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 2BD9ACE8 for ; Mon, 3 Jun 2013 22: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 1E3751BF0 for ; Mon, 3 Jun 2013 22:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MU2iu054983 for ; Mon, 3 Jun 2013 22:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MU1IP054982; Mon, 3 Jun 2013 22:30:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 22:30:01 GMT Message-Id: <201306032230.r53MU1IP054982@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179279: security/scannedonly: remove support for expired net/samba34 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, 03 Jun 2013 22:30:02 -0000 The following reply was made to PR ports/179279; it has been noted by GNATS. From: Edwin Groothuis To: girald@etcom.ufrgs.br Cc: bug-followup@FreeBSD.org Subject: Re: ports/179279: security/scannedonly: remove support for expired net/samba34 Date: Mon, 3 Jun 2013 22:20:27 UT Maintainer of security/scannedonly, Please note that PR ports/179279 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/179279 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 18F9B3BF for ; Mon, 3 Jun 2013 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EEFBB1CE1 for ; Mon, 3 Jun 2013 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Mo1Lb058440 for ; Mon, 3 Jun 2013 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Mo1c6058439; Mon, 3 Jun 2013 22:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 22:50:01 GMT Resent-Message-Id: <201306032250.r53Mo1c6058439@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 882FF370; Mon, 3 Jun 2013 22:49:12 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjdYt-0001kL-Sf; Tue, 04 Jun 2013 00:49:11 +0200 Message-Id: Date: Tue, 04 Jun 2013 00:49:11 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179280: [PATCH] mail/lbdb: optionsNG conversion Cc: alexey@renatasystems.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, 03 Jun 2013 22:50:02 -0000 >Number: 179280 >Category: ports >Synopsis: [PATCH] mail/lbdb: optionsNG conversion >Confidential: no >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 Jun 03 22:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Convert to optionsNG - Cook header Port maintainer (alexey@renatasystems.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- lbdb-0.37.patch begins here --- diff -ruN /usr/ports/mail/lbdb/Makefile ./Makefile --- /usr/ports/mail/lbdb/Makefile 2012-11-17 06:59:04.000000000 +0100 +++ ./Makefile 2013-06-03 23:47:21.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: lbdb -# Date created: 2 February 2000 -# Whom: mwest@uct.ac.za -# -# $FreeBSD: ports/mail/lbdb/Makefile,v 1.37 2012/11/17 05:59:04 svnexp Exp $ -# +# Created by: mwest@uct.ac.za +# $FreeBSD$ PORTNAME= lbdb PORTVERSION= 0.37 @@ -17,9 +13,10 @@ RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap -OPTIONS= ABOOK "Enable abook address book support" off \ - EVOLUTION "Enable Ximan Evolution support" off \ - GPG "Enable GNU Privacy Guard support" off +OPTIONS_DEFINE= ABOOK EVOLUTION GPG +ABOOK_DESC= Abook address book support +EVOLUTION_DESC= Evolution support +GPG_DESC= GNU Privacy Guard support WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION} GNU_CONFIGURE= yes @@ -34,7 +31,7 @@ WITH_GETENT= yes .endif -.if defined(WITH_GPG) +.if ${PORT_OPTIONS:MGPG} BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg PLIST_SUB+= GPG="" @@ -42,7 +39,7 @@ PLIST_SUB+= GPG="@comment " .endif -.if defined(WITH_ABOOK) +.if ${PORT_OPTIONS:MABOOK} BUILD_DEPENDS+= abook:${PORTSDIR}/mail/abook RUN_DEPENDS+= abook:${PORTSDIR}/mail/abook PLIST_SUB+= ABOOK="" @@ -50,7 +47,7 @@ PLIST_SUB+= ABOOK="@comment " .endif -.if defined(WITH_EVOLUTION) +.if ${PORT_OPTIONS:MEVOLUTION} BUILD_DEPENDS+= evolution:${PORTSDIR}/mail/evolution RUN_DEPENDS+= evolution:${PORTSDIR}/mail/evolution PLIST_SUB+= EVOLUTION="" --- lbdb-0.37.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:50:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA8BE404; Mon, 3 Jun 2013 22:50: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 40F511CE7; Mon, 3 Jun 2013 22:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53MoE6C058517; Mon, 3 Jun 2013 22:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53MoEWC058516; Mon, 3 Jun 2013 22:50:14 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 22:50:14 GMT Message-Id: <201306032250.r53MoEWC058516@freefall.freebsd.org> To: mandree@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179280: [PATCH] mail/lbdb: optionsNG conversion X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 22:50:16 -0000 Synopsis: [PATCH] mail/lbdb: optionsNG conversion State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 3 22: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=179280 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 23: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 C4E8A4BA for ; Mon, 3 Jun 2013 23: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 B74C31D31 for ; Mon, 3 Jun 2013 23:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53N01xR060301 for ; Mon, 3 Jun 2013 23:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53N01V9060300; Mon, 3 Jun 2013 23:00:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 23:00:01 GMT Message-Id: <201306032300.r53N01V9060300@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179280: [PATCH] mail/lbdb: optionsNG conversion 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, 03 Jun 2013 23:00:01 -0000 The following reply was made to PR ports/179280; it has been noted by GNATS. From: Edwin Groothuis To: alexey@renatasystems.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/179280: [PATCH] mail/lbdb: optionsNG conversion Date: Mon, 3 Jun 2013 22:50:13 UT Maintainer of mail/lbdb, Please note that PR ports/179280 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/179280 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 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 31BD6590 for ; Mon, 3 Jun 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 19EED1D73 for ; Mon, 3 Jun 2013 23:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53NA0xt062273 for ; Mon, 3 Jun 2013 23:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53NA02P062272; Mon, 3 Jun 2013 23:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 23:10:00 GMT Resent-Message-Id: <201306032310.r53NA02P062272@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 22B2A558; Mon, 3 Jun 2013 23:06:57 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Ujdq4-0009D2-Fe; Tue, 04 Jun 2013 01:06:56 +0200 Message-Id: Date: Tue, 04 Jun 2013 01:06:56 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179281: [PATCH] mail/mutt14: optionsNG conversion; fix IMAP format string Cc: udo.schweigert@siemens.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 23:10:01 -0000 >Number: 179281 >Category: ports >Synopsis: [PATCH] mail/mutt14: optionsNG conversion; fix IMAP format string >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 23:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - Update to optionsNG - Cook header - Add a patch that fixes a format string bug; size_t must not be printed through %d because it might be longer than an int and cause printf to read garbage; instead we use %lu and cast to unsigned long; - bump PORTREVISION - shorten COMMENT so it does not get truncated in pkg_info (Cc: Port maintainer, bapt, and miwi) >How-To-Repeat: >Fix: Index: Makefile =================================================================== diff --git a/head/mail/mutt14/Makefile b/head/mail/mutt14/Makefile --- a/head/mail/mutt14/Makefile (Revision 319806) +++ b/head/mail/mutt14/Makefile (Arbeitskopie) @@ -1,13 +1,9 @@ -# ex:ts=8 -# Ports collection makefile for: mutt w/pgp hooks -# Date created: Thur July 25, 1996 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= mutt PORTVERSION= 1.4.2.3 +PORTREVISION= 1 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -24,21 +20,31 @@ PATCH_DIST_STRIP= -p1 MAINTAINER?= udo.schweigert@siemens.com -COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) +COMMENT?= The Mongrel of Mailers (part Elm, Pine, Mush, mh, etc.) CONFLICTS?= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* mutt-[^1].[^4]* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}14${PKGNAMESUFFIX} -OPTIONS= NLS "Native Language Support via gettext utilities" on \ - SLANG "Adds display/screen management via S-Lang" off \ - NCURSES "Adds ncurses console graphics support" off \ - SGML_DOCS "Enable mutt SGML documentation" off \ - LOCALES_FIX "Enable locales fixes" off \ - MUTT_XFACE "Adds mutt X-Face" off \ - MUTT_FLOCK "Enable mutt flock" on \ - MUTT_ICONV "Enable mutt iconv" on \ - GSSAPI "GSSAPI (Kerberos) support" on +OPTIONS_DEFINE= NLS SGML_DOCS LOCALES_FIX GSSAPI \ + MUTT_XFACE MUTT_FLOCK MUTT_ICONV +OPTIONS_DEFAULT= GSSAPI MUTT_FLOCK MUTT_ICONV +OPTIONS_RADIO= CONS +OPTIONS_RADIO_CONS= SLANG NCURSES + +.if defined(PACKAGE_BUILDING) && !defined (MUTT_LITE) +OPTIONS_DEFAULT+= SLANG +.endif + +CONS_DESC= Console driver (if none chosen, uses ncurses from base system) +SLANG_DESC= Adds display/screen management via S-Lang +NCURSES_DESC= Adds ncurses-from-ports console graphics support +SGML_DOCS_DESC= Enable mutt SGML documentation +LOCALES_FIX_DESC= Enable locales fixes +MUTT_XFACE_DESC= Adds mutt X-Face +MUTT_FLOCK_DESC= Enable mutt flock +MUTT_ICONV_DESC= Enable mutt iconv + USE_OPENSSL= yes .include @@ -51,27 +57,28 @@ urlview:${PORTSDIR}/textproc/urlview .endif +AVOID_SGML_DOCS:="" + .if defined (MUTT_LITE) PKGNAMESUFFIX= -lite -WITH_SGML_DOCS:=no +AVOID_SGML_DOCS:=yes .elif ${ARCH} == "alpha" # coredump in sgmls -WITH_SGML_DOCS:=no +AVOID_SGML_DOCS:=yes .endif -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USES+= gettext iconv -.if defined(WITHOUT_MUTT_ICONV) -IGNORE= the WITHOUT_MUTT_ICONV knob of the mutt port only works if \ - WITHOUT_NLS is also given +.if ! ${PORT_OPTIONS:MMUTT_ICONV} +IGNORE= disabling the MUTT_ICONV knob of the mutt port only works if NLS is also disabled .endif -.elif !defined(WITHOUT_MUTT_ICONV) +.elif ${PORT_OPTIONS:MMUTT_ICONV} USES+= iconv .endif -.if defined(WITH_SLANG) +.if ${PORT_OPTIONS:MSLANG} LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 -.elif defined(WITH_NCURSES) +.elif ${PORT_OPTIONS:MNCURSES} USES+= ncurses:port .else USES+= ncurses @@ -80,10 +87,10 @@ .if defined(WITH_MUTT_CYRUS_SASL) IGNORE= the SASL support for mutt has been withdrawn. Please use the mutt-devel port instead .endif -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" +.if ${PORT_OPTIONS:MSGML_DOCS} && ${AVOID_SGML_DOCS} != "yes" BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat .endif -.if defined(WITH_MUTT_XFACE) +.if ${PORT_OPTIONS:MMUTT_XFACE} PATCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/news/slrnface:extract RUN_DEPENDS+= slrnface:${PORTSDIR}/news/slrnface .endif @@ -103,32 +110,32 @@ .if defined(MUTT_CONFIGURE_ARGS) CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS} .endif -.if defined(WITHOUT_MUTT_FLOCK) +.if ! ${PORT_OPTIONS:MMUTT_FLOCK} CONFIGURE_ARGS+= --disable-flock .else CONFIGURE_ARGS+= --enable-flock .endif -.if defined(WITH_LOCALES_FIX) +.if ${PORT_OPTIONS:MLOCALES_FIX} CONFIGURE_ARGS+= --enable-locales-fix .endif -.if defined(WITHOUT_NLS) +.if ! ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else PLIST_SUB+= NLS="" .endif -.if defined(WITHOUT_MUTT_ICONV) && defined(WITHOUT_NLS) +.if ! ${PORT_OPTIONS:MMUTT_ICONV} && ! ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --disable-iconv .else CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} .endif -.if defined(WITH_SLANG) +.if ${PORT_OPTIONS:MSLANG} CONFIGURE_ARGS+= --with-slang=${PREFIX} .elif defined(WITH_NCURSES) CONFIGURE_ARGS+= --with-curses=${NCURSESBASE} CFLAGS+= -I${NCURSESINC} .endif -.if !defined(WITHOUT_GSSAPI) +.if ${PORT_OPTIONS:MGSSAPI} .if exists(${LOCALBASE}/bin/gss-client) LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5 CONFIGURE_ARGS+= --with-gss=${LOCALBASE} @@ -148,7 +155,7 @@ @${REINPLACE_CMD} -E -e 's|@samplesdir@|${EXAMPLESDIR}|g' \ ${WRKSRC}/contrib/Makefile.in -.if defined(WITH_MUTT_XFACE) +.if ${PORT_OPTIONS:MMUTT_XFACE} post-patch:: @${ECHO} "===> Applying XFACE patch" slrnface_dir=`${FIND} ${PORTSDIR}/news/slrnface/work -type d \ @@ -174,7 +181,7 @@ -e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \ ${BUILD_WRKSRC}/Makefile -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-build: @${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-doc-ref @@ -186,7 +193,7 @@ -e 's|\$$\{DOCSDIR\}|${DOCSDIR}|g' \ -e 's|\$$\{EXAMPLESDIR\}|${EXAMPLESDIR}|g' \ ${WRKSRC}/doc/muttrc.man -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" +.if ${PORT_OPTIONS:MSGML_DOCS} && ${AVOID_SGML_DOCS} != "yes" PLIST:= ${WRKDIR}/PLIST pre-install: @${CAT} ${PKGDIR}/pkg-plist.htmlfiles > ${PLIST} @@ -196,12 +203,12 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/Muttrc ${PREFIX}/etc/Muttrc.dist -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${ECHO} "===> Installing Mutt documentation" @${MKDIR} ${DOCSDIR} && ${CHMOD} a+rx ${DOCSDIR} @cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \ ${DOCSDIR} -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" +.if ${PORT_OPTIONS:MSGML_DOCS} && ${AVOID_SGML_DOCS} != "yes" ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m 0755 \ -d ${DOCSDIR}/html ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${DOCSDIR}/html @@ -209,7 +216,7 @@ .endif .endif -.if defined(WITH_MUTT_XFACE) +.if ${PORT_OPTIONS:MMUTT_XFACE} @${ECHO} "" @${ECHO} "************************************************************" @${ECHO} " To enable the XFACE support in mutt you also have to add" Index: files/patch-message.c =================================================================== diff --git a/head/mail/mutt14/files/patch-message.c b/head/mail/mutt14/files/patch-message.c new file mode 10644 --- /dev/null (Revision 0) +++ b/head/mail/mutt14/files/patch-message.c (Arbeitskopie) @@ -0,0 +1,11 @@ +--- imap/message.c.orig 2007-05-23 03:17:53.000000000 +0200 ++++ imap/message.c 2013-06-04 00:53:42.000000000 +0200 +@@ -435,7 +435,7 @@ + rewind (fp); + + imap_munge_mbox_name (mbox, sizeof (mbox), mailbox); +- snprintf (buf, sizeof (buf), "APPEND %s (\\Seen) {%d}", mbox, len); ++ snprintf (buf, sizeof (buf), "APPEND %s (\\Seen) {%lu}", mbox, (unsigned long)len); + + imap_cmd_start (idata, buf); + Eigenschaftsänderungen: head/mail/mutt14/files/patch-message.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 23: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 9DED95C0; Mon, 3 Jun 2013 23: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 7814F1D77; Mon, 3 Jun 2013 23:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53NA9t7062419; Mon, 3 Jun 2013 23:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53NA9lk062418; Mon, 3 Jun 2013 23:10:09 GMT (envelope-from edwin) Date: Mon, 3 Jun 2013 23:10:09 GMT Message-Id: <201306032310.r53NA9lk062418@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179281: [PATCH] mail/mutt14: optionsNG conversion; fix IMAP format string X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2013 23:10:09 -0000 Synopsis: [PATCH] mail/mutt14: optionsNG conversion; fix IMAP format string Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 3 23:10:09 UTC 2013 Responsible-Changed-Why: jgh@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179281 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 00:48: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 864C280B; Tue, 4 Jun 2013 00:48:11 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5F167106C; Tue, 4 Jun 2013 00:48:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r540mAW1088678; Tue, 4 Jun 2013 00:48:10 GMT (envelope-from jhibbits@freefall.freebsd.org) Received: (from jhibbits@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r540mA9r088676; Tue, 4 Jun 2013 00:48:10 GMT (envelope-from jhibbits) Date: Tue, 4 Jun 2013 00:48:10 GMT Message-Id: <201306040048.r540mA9r088676@freefall.freebsd.org> To: ler@lerctr.org, jhibbits@FreeBSD.org, jhibbits@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jhibbits@FreeBSD.org Subject: Re: ports/179173: sysutils/lsof fails to build on powerpc* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 00:48:11 -0000 Synopsis: sysutils/lsof fails to build on powerpc* State-Changed-From-To: feedback->closed State-Changed-By: jhibbits State-Changed-When: Tue Jun 4 00:45:09 UTC 2013 State-Changed-Why: Fixed in proper place, src/, r251356, not a ports bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=179173 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 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 3A899858 for ; Tue, 4 Jun 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 2DD21107B for ; Tue, 4 Jun 2013 00:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r540o1LD088872 for ; Tue, 4 Jun 2013 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r540o049088871; Tue, 4 Jun 2013 00:50:00 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 00:50:00 GMT Message-Id: <201306040050.r540o049088871@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179173: 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, 04 Jun 2013 00:50:01 -0000 The following reply was made to PR ports/179173; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179173: commit references a PR Date: Tue, 4 Jun 2013 00:40:38 +0000 (UTC) Author: jhibbits Date: Tue Jun 4 00:40:26 2013 New Revision: 251356 URL: http://svnweb.freebsd.org/changeset/base/251356 Log: Pad the PCPU MD struct, to satisfy an assert added with the projects/counters branch import. PR: ports/179173,ports/179164 Modified: head/sys/powerpc/include/pcpu.h Modified: head/sys/powerpc/include/pcpu.h ============================================================================== --- head/sys/powerpc/include/pcpu.h Tue Jun 4 00:38:19 2013 (r251355) +++ head/sys/powerpc/include/pcpu.h Tue Jun 4 00:40:26 2013 (r251356) @@ -128,7 +128,7 @@ struct pmap; */ #ifndef PCPU_MD_FIELDS #define PCPU_MD_FIELDS \ - int pc_md_placeholder + int pc_md_placeholder[32] #endif #ifdef _KERNEL _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 00: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 489B3859 for ; Tue, 4 Jun 2013 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B368107C for ; Tue, 4 Jun 2013 00:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r540o2dU089615 for ; Tue, 4 Jun 2013 00:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r540o2vw089595; Tue, 4 Jun 2013 00:50:02 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 00:50:02 GMT Message-Id: <201306040050.r540o2vw089595@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Justin Hibbits Subject: Re: ports/179173: sysutils/lsof fails to build on powerpc* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Justin Hibbits List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 00:50:02 -0000 The following reply was made to PR ports/179173; it has been noted by GNATS. From: Justin Hibbits To: Larry Rosenman Cc: "bug-followup@freebsd.org" Subject: Re: ports/179173: sysutils/lsof fails to build on powerpc* Date: Mon, 3 Jun 2013 17:43:27 -0700 --bcaec52995b991a77704de495e5c Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Larry, I pushed a proper fix in r251356 of src/ (there was even a handy comment in the source that I found regarding external ports using the file, too), so no action is necessary from Vic or anyone else, and I'll close the PR. - Justin On Mon, Jun 3, 2013 at 6:38 AM, Larry Rosenman wrote: > From Vic Abell, Author of lsof: > > > I looked at the PR, but there=92s not enough info there for me to do > > anything. Please advise the PR submitter that lsof has a problem > > report method that is described in the Bug Reports section of its > > 00README file. All the information requested there is needed. > > > > If I get a proper bug report and if the fix turns out to be a complicated > > one, I will need access to a powerpc system. > > > > Any help for Vic here? > > Thanks! > Larry Rosenman > Maintainer, sysutils/lsof > > > --bcaec52995b991a77704de495e5c Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
Hi Larry,

I pushed a proper fix in = r251356 of src/ (there was even a handy comment in the source that I found = regarding external ports using the file, too), so no action is necessary fr= om Vic or anyone else, and I'll close the PR.

- Justin


On Mon, Jun 3, 2013 at 6:38 AM, Larry Rosenman &= lt;ler@lerctr.org&g= t; wrote:
=20 =20 =20

From Vic Abell, Author of lsof:


I looked at the PR, but there=92s not enough info there for me to do

anything.=A0 Please advise the PR submitter that lsof has a problem

report method that is described in the Bug Reports section of its

00README file.=A0 All the information requested there is needed.

=A0

If I get a proper bug report and if the fix turns out to be a complicated

one, I will need access to a powerpc system.

=A0

Any help for Vic here?

Thanks!
Larry Rosenman
Maintainer, sysutils/lsof



--bcaec52995b991a77704de495e5c-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01: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 8D9AB95C for ; Tue, 4 Jun 2013 01: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 7002810BC for ; Tue, 4 Jun 2013 01:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54100q2090593 for ; Tue, 4 Jun 2013 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r541008Z090592; Tue, 4 Jun 2013 01:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 01:00:00 GMT Resent-Message-Id: <201306040100.r541008Z090592@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id CC52E91D; Tue, 4 Jun 2013 00:54:16 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjfVw-0006My-0F; Tue, 04 Jun 2013 02:54:16 +0200 Message-Id: Date: Tue, 04 Jun 2013 02:54:16 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179283: [PATCH] mail/mimedefang: convert to optionsNG Cc: m.tsatsenko@gmail.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: Tue, 04 Jun 2013 01:00:00 -0000 >Number: 179283 >Category: ports >Synopsis: [PATCH] mail/mimedefang: convert to optionsNG >Confidential: no >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 Jun 04 01:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - convert to optionsNG - cook Makefile header Port maintainer (m.tsatsenko@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- mimedefang-2.73.patch begins here --- diff -ruN ../../../ports/mail/mimedefang/Makefile ./Makefile --- ../../../ports/mail/mimedefang/Makefile 2012-11-17 06:59:06.000000000 +0100 +++ ./Makefile 2013-06-04 01:08:48.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: mimedefang -# Date created: 13 May 2002 -# Whom: Andrey V. Pevnev -# -# $FreeBSD: ports/mail/mimedefang/Makefile,v 1.79 2012/11/17 05:59:06 svnexp Exp $ -# +# Created by: Andrey V. Pevnev +# $FreeBSD$ PORTNAME= mimedefang PORTVERSION= 2.73 @@ -23,7 +19,9 @@ p5-Mail-SpamAssassin>=3.0:${PORTSDIR}/mail/p5-Mail-SpamAssassin RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS= CLAMAV "Enable Clamav" on +OPTIONS_DEFINE= CLAMAV +OPTIONS_DEFAULT= CLAMAV +CLAMAV_DESC= Enable Clamav USE_PERL5= yes GNU_CONFIGURE= yes @@ -61,7 +59,7 @@ CONFIGURE_ARGS+= --with-milterinc=${LOCALBASE}/include --with-milterlib=${LOCALBASE}/lib .endif -.if defined (MIMEDEFANG_DISABLE_CLAMAV) || defined(WITHOUT_CLAMAV) +.if defined (MIMEDEFANG_DISABLE_CLAMAV) || ! ${PORT_OPTIONS:MCLAMAV} CONFIGURE_ARGS+= --disable-antivirus \ --disable-clamav \ --disable-clamd @@ -79,7 +77,7 @@ post-install: @${REINPLACE_CMD} -e 's,%%CHMOD%%,${CHMOD},g' ${WRKSRC}/examples/init-script @${INSTALL_SCRIPT} ${WRKSRC}/examples/init-script ${PREFIX}/etc/rc.d/mimedefang -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR}/ .endif @@ -89,7 +87,7 @@ fi .endfor -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples/ && ${INSTALL_DATA} stream-by-domain-filter \ suggested-minimum-filter-for-windows-clients README ${EXAMPLESDIR}/ --- mimedefang-2.73.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01: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 CE74795F for ; Tue, 4 Jun 2013 01: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 B8EDF10BE for ; Tue, 4 Jun 2013 01:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54100wT090658 for ; Tue, 4 Jun 2013 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54100H5090649; Tue, 4 Jun 2013 01:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 01:00:00 GMT Resent-Message-Id: <201306040100.r54100H5090649@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 32F47938; Tue, 4 Jun 2013 00:55:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjfX0-0006hc-EG; Tue, 04 Jun 2013 02:55:22 +0200 Message-Id: Date: Tue, 04 Jun 2013 02:55:22 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179284: [PATCH] mail/spmfilter: convert to optionsNG Cc: ast@treibsand.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: Tue, 04 Jun 2013 01:00:01 -0000 >Number: 179284 >Category: ports >Synopsis: [PATCH] mail/spmfilter: convert to optionsNG >Confidential: no >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 Jun 04 01:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - convert to optionsNG - cook Makefile header while here Port maintainer (ast@treibsand.com) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- spmfilter-0.4.2_4.patch begins here --- diff -ruN ../../../ports/mail/spmfilter/Makefile ./Makefile --- ../../../ports/mail/spmfilter/Makefile 2013-05-16 14:13:17.000000000 +0200 +++ ./Makefile 2013-06-04 01:15:40.000000000 +0200 @@ -1,4 +1,4 @@ -# $FreeBSD: mail/spmfilter/Makefile 318310 2013-05-16 12:13:17Z zeising $ +# $FreeBSD: head/mail/spmfilter/Makefile 318310 2013-05-16 12:13:17Z zeising $ PORTNAME= spmfilter PORTVERSION= 0.4.2 @@ -14,10 +14,7 @@ BUILD_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \ libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \ glib>=2.14:${PORTSDIR}/devel/glib20 - -RUN_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \ - libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \ - glib>=2.14:${PORTSDIR}/devel/glib20 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cmake pkgconfig CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ @@ -25,29 +22,27 @@ USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_RC_SUBR= ${PORTNAME} -OPTIONS= DB4 "Enable DB4 backend" on \ - DEBUG "Enable Debugging" off \ - LDAP "Enable LDAP backend" off \ - MYSQL "Enable MYSQL backend" off \ - PGSQL "Enable PGSQL backend" off +OPTIONS_DEFINE= DB4 DEBUG LDAP MYSQL PGSQL +OPTIONS_DEFAULT= DB4 +DB4_DESC= Enable Berkeley DB 4+ backend # Default requirement for spmfilter rc script _REQUIRE= LOGIN .include -.if !defined(WITH_DB4) || defined(WITHOUT_DB4) +.if ! ${PORT_OPTIONS:MDB4} CMAKE_ARGS+= -DWITHOUT_DB4=TRUE .else USE_BDB= yes CMAKE_ARGS+= -DDB4_INCLUDE_DIR="${BDB_INCLUDE_DIR}" .endif -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CMAKE_ARGS+= -DENABLE_DEBUG=TRUE .endif -.if !defined(WITH_LDAP) || defined(WITHOUT_LDAP) +.if ! ${PORT_OPTIONS:MLDAP} CMAKE_ARGS+= -DWITHOUT_LDAP=TRUE .else USE_OPENLDAP= yes @@ -57,18 +52,18 @@ _REQUIRE+= slapd .endif -.if !defined(WITH_MYSQL) && !defined(WITH_PGSQL) +.if ! ${PORT_OPTIONS:MMYSQL} && ! ${PORT_OPTIONS:MPGSQL} CMAKE_ARGS+= -DWITHOUT_ZDB=TRUE .else LIB_DEPENDS+= zdb:${PORTSDIR}/databases/libzdb .endif -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes _REQUIRE+= mysql .endif -.if defined(WITH_PGSQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes _REQUIRE+= postgresql .endif --- spmfilter-0.4.2_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01: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 07A10993; Tue, 4 Jun 2013 01: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 D60C710C2; Tue, 4 Jun 2013 01:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54108ZE090758; Tue, 4 Jun 2013 01:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54108ix090757; Tue, 4 Jun 2013 01:00:08 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 01:00:08 GMT Message-Id: <201306040100.r54108ix090757@freefall.freebsd.org> To: mandree@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179283: [PATCH] mail/mimedefang: convert to 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: Tue, 04 Jun 2013 01:00:09 -0000 Synopsis: [PATCH] mail/mimedefang: convert to optionsNG State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 4 01:00:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179283 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01:00:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3854D9C6; Tue, 4 Jun 2013 01: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 1348C10C4; Tue, 4 Jun 2013 01:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5410DWu090933; Tue, 4 Jun 2013 01:00:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5410DFV090931; Tue, 4 Jun 2013 01:00:13 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 01:00:13 GMT Message-Id: <201306040100.r5410DFV090931@freefall.freebsd.org> To: mandree@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179284: [PATCH] mail/spmfilter: convert to 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: Tue, 04 Jun 2013 01:00:14 -0000 Synopsis: [PATCH] mail/spmfilter: convert to optionsNG State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 4 01:00:13 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179284 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2C805B2C for ; Tue, 4 Jun 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 1C91F111E for ; Tue, 4 Jun 2013 01:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r541A0qP093776 for ; Tue, 4 Jun 2013 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r541A0jU093774; Tue, 4 Jun 2013 01:10:00 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 01:10:00 GMT Message-Id: <201306040110.r541A0jU093774@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179284: [PATCH] mail/spmfilter: convert to optionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 01:10:01 -0000 The following reply was made to PR ports/179284; it has been noted by GNATS. From: Edwin Groothuis To: ast@treibsand.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/179284: [PATCH] mail/spmfilter: convert to optionsNG Date: Tue, 4 Jun 2013 01:00:13 UT Maintainer of mail/spmfilter, Please note that PR ports/179284 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/179284 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01: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 44A55B2D for ; Tue, 4 Jun 2013 01: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 37AF1111F for ; Tue, 4 Jun 2013 01:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r541A2qe093782 for ; Tue, 4 Jun 2013 01:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r541A1E8093781; Tue, 4 Jun 2013 01:10:01 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 01:10:01 GMT Message-Id: <201306040110.r541A1E8093781@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179283: [PATCH] mail/mimedefang: convert to optionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 01:10:02 -0000 The following reply was made to PR ports/179283; it has been noted by GNATS. From: Edwin Groothuis To: m.tsatsenko@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/179283: [PATCH] mail/mimedefang: convert to optionsNG Date: Tue, 4 Jun 2013 01:00:07 UT Maintainer of mail/mimedefang, Please note that PR ports/179283 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/179283 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1A96C394 for ; Tue, 4 Jun 2013 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F2FD51237 for ; Tue, 4 Jun 2013 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r541o0SM002362 for ; Tue, 4 Jun 2013 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r541o00J002361; Tue, 4 Jun 2013 01:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 01:50:00 GMT Resent-Message-Id: <201306040150.r541o00J002361@freefall.freebsd.org> 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 4B6A02EA for ; Tue, 4 Jun 2013 01:48:29 +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 D33F01226 for ; Tue, 4 Jun 2013 01:48:28 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.12]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MHuiJ-1Ug6vG0TRF-003hmw for ; Tue, 04 Jun 2013 03:48:27 +0200 Received: (qmail invoked by alias); 04 Jun 2013 01:48:26 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp012) with SMTP; 04 Jun 2013 03:48:26 +0200 Received: by something.email.com (sSMTP sendmail emulation); Tue, 04 Jun 2013 03:48:25 +0200 Message-Id: <20130604014829.4B6A02EA@hub.freebsd.org> Date: Tue, 04 Jun 2013 03:48:25 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179286: [PATCH] games/gno3dtet: Fix typo, add dependencies, NLS, OptionsNG Cc: jpaetzel@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, 04 Jun 2013 01:50:01 -0000 >Number: 179286 >Category: ports >Synopsis: [PATCH] games/gno3dtet: Fix typo, add dependencies, NLS, OptionsNG >Confidential: no >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 Jun 04 01:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Fix typo - Add dependencies for pkgconfig and desktop - Add NLS Options - Add OptionsNG - Trim pkg-plist Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130603225201-15138/ >Fix: --- gno3dtet-1.96.1_11.patch begins here --- diff -ruN /usr/ports/games/gno3dtet/Makefile ./Makefile --- /usr/ports/games/gno3dtet/Makefile 2013-06-02 18:54:27.000000000 +0200 +++ ./Makefile 2013-06-04 00:23:31.000000000 +0200 @@ -5,7 +5,7 @@ PORTVERSION= 1.96.1 PORTREVISION= 11 CATEGORIES= games gnome -MASTER_SITES= http://eseb.net/ftp/gno3dtet/ +MASTER_SITES= http://eseb.net/ftp/${PORTNAME}/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -13,15 +13,27 @@ EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool -USES= pathfix +USES= desktop-file-utils pathfix pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui librsvg2 +INSTALLS_OMF= yes USE_GMAKE= yes USE_AUTOTOOLS= autoheader automake aclocal autoconf ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a -c -f CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -INSTALLS_OMF= yes + +OPTIONS_DEFINE= NLS + +.include + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif run-autotools:: run-autotools-aclocal run-autotools-autoheader \ run-autotools-automake run-autotools-autoconf @@ -31,7 +43,11 @@ post-patch: @${REINPLACE_CMD} -e '/LIBTOOL/d ; \ - s|gnome-games|gno3dtet|g' ${WRKSRC}/configure.in + s|gnome-games|gno3dtet|g' ${WRKSRC}/configure.in + +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e '/^always_built_SUBDIRS/s|po||g' ${WRKSRC}/Makefile.am +.endif pre-configure: @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/mkinstalldirs ${WRKSRC} diff -ruN /usr/ports/games/gno3dtet/pkg-plist ./pkg-plist --- /usr/ports/games/gno3dtet/pkg-plist 2013-06-02 18:54:27.000000000 +0200 +++ ./pkg-plist 2013-05-21 15:25:49.000000000 +0200 @@ -3,6 +3,7 @@ share/games/gno3dtet.hof share/gnome/help/gno3dtet/C/gno3dtet.xml share/gnome/help/gno3dtet/C/legal.xml +%%NLS%%share/locale/fr/LC_MESSAGES/gno3dtet.mo share/omf/gno3dtet/gno3dtet-C.omf share/pixmaps/gno3dtet.png share/sounds/gno3dtet/danger.wav @@ -15,10 +16,9 @@ share/sounds/gno3dtet/pause.wav share/sounds/gno3dtet/score.wav share/sounds/gno3dtet/screwd.wav -share/locale/fr/LC_MESSAGES/gno3dtet.mo @dirrm share/sounds/gno3dtet @dirrm share/omf/gno3dtet @dirrm share/gnome/help/gno3dtet/C @dirrm share/gnome/help/gno3dtet -@dirrmtry share/applications @dirrmtry share/games +@dirrmtry share/applications --- gno3dtet-1.96.1_11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 01: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 5584C3CD; Tue, 4 Jun 2013 01: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 CCCAB123A; Tue, 4 Jun 2013 01:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r541o9rF002442; Tue, 4 Jun 2013 01:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r541o9lV002441; Tue, 4 Jun 2013 01:50:09 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 01:50:09 GMT Message-Id: <201306040150.r541o9lV002441@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179286: [PATCH] games/gno3dtet: Fix typo, add dependencies, NLS, 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: Tue, 04 Jun 2013 01:50:10 -0000 Synopsis: [PATCH] games/gno3dtet: Fix typo, add dependencies, NLS, OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 01:50:09 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179286 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 02: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 B00935A5 for ; Tue, 4 Jun 2013 02:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 91AE91290 for ; Tue, 4 Jun 2013 02:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54200B8004096 for ; Tue, 4 Jun 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54200Z2004095; Tue, 4 Jun 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 02:00:00 GMT Resent-Message-Id: <201306040200.r54200Z2004095@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E89F654A for ; Tue, 4 Jun 2013 01:58:15 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id 950791279 for ; Tue, 4 Jun 2013 01:58:15 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.33]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LjwwR-1U88hr2N57-00bviS for ; Tue, 04 Jun 2013 03:58:14 +0200 Received: (qmail invoked by alias); 04 Jun 2013 01:58:13 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp033) with SMTP; 04 Jun 2013 03:58:13 +0200 Received: by something.email.com (sSMTP sendmail emulation); Tue, 04 Jun 2013 03:58:12 +0200 Message-Id: <20130604015815.E89F654A@hub.freebsd.org> Date: Tue, 04 Jun 2013 03:58:12 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179287: [PATCH] games/euchre: Fix port, bad C++ code, add icons, docs, take maintainership Cc: jpaetzel@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, 04 Jun 2013 02:00:00 -0000 >Number: 179287 >Category: ports >Synopsis: [PATCH] games/euchre: Fix port, bad C++ code, add icons, docs, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Fix port - Trim master sites - Add Icons - Trim desktop entry - Add docs - Fix bad C++ code - Trim pkg-descr - Take maintainership Generated and tested manually, tested with port test and with RedPorts, with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130604010101-31643/ >Fix: --- euchre-0.8_1.patch begins here --- diff -ruN /usr/ports/games/euchre/Makefile ./Makefile --- /usr/ports/games/euchre/Makefile 2013-06-02 18:54:36.000000000 +0200 +++ ./Makefile 2013-06-04 02:57:06.000000000 +0200 @@ -3,25 +3,46 @@ PORTNAME= euchre PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Very popular card game with variable skill levels -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules MAKE_JOBS_SAFE= yes -PLIST_FILES= bin/euchre +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png -DESKTOP_ENTRIES="Euchre" "" "" "${PORTNAME}" "" true +PORTDOCS= AUTHORS ChangeLog README TODO + +DESKTOP_ENTRIES="Euchre" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;CardGame;" false + +.include post-patch: @${REINPLACE_CMD} -e \ '/^AM_/s|-Werror||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|int)|long int)|g' \ + ${WRKSRC}/src/gui/callbacks.cpp ${WRKSRC}/src/lib/Game.cpp + +post-install: + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif .include diff -ruN /usr/ports/games/euchre/distinfo ./distinfo --- /usr/ports/games/euchre/distinfo 2013-06-02 18:54:36.000000000 +0200 +++ ./distinfo 2013-06-04 02:51:24.000000000 +0200 @@ -1,2 +1,4 @@ SHA256 (euchre-0.8.tar.gz) = c339d29ea6837f344b98134ecdd7aa52fb958454bd4dd6145430b197752ed78b SIZE (euchre-0.8.tar.gz) = 213490 +SHA256 (euchre.png) = 94b5b20412e4bddc84ad066070843a0a3dd9504fd99fa497d8f32739c610ee31 +SIZE (euchre.png) = 6563 diff -ruN /usr/ports/games/euchre/pkg-descr ./pkg-descr --- /usr/ports/games/euchre/pkg-descr 2013-06-02 18:54:36.000000000 +0200 +++ ./pkg-descr 2013-04-06 19:43:53.000000000 +0200 @@ -1,3 +1,6 @@ -A very basic interpretation of the game 'Euchre.' +Euchre is a card game played with the 9s, 10s, Jacks, Queens, Kings, +and Aces of all 4 suits. Each player is dealt 5 cards, leaving 4 +cards in the deck. The top card of the remaining 4 is then turned +over and this is the trump candidate. WWW: http://sourceforge.net/projects/euchre/ --- euchre-0.8_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 02:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5F7AC5D5; Tue, 4 Jun 2013 02:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 398851292; Tue, 4 Jun 2013 02:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54209g0004232; Tue, 4 Jun 2013 02:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r542092a004231; Tue, 4 Jun 2013 02:00:09 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 02:00:09 GMT Message-Id: <201306040200.r542092a004231@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179287: [PATCH] games/euchre: Fix port, bad C++ code, add icons, docs, 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: Tue, 04 Jun 2013 02:00:09 -0000 Synopsis: [PATCH] games/euchre: Fix port, bad C++ code, add icons, docs, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 02:00:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179287 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 05:07: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 4B3FA77; Tue, 4 Jun 2013 05:07:51 +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 253E61B18; Tue, 4 Jun 2013 05:07:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5457ppM040522; Tue, 4 Jun 2013 05:07:51 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5457po8040521; Tue, 4 Jun 2013 05:07:51 GMT (envelope-from culot) Date: Tue, 4 Jun 2013 05:07:51 GMT Message-Id: <201306040507.r5457po8040521@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/179252: [patch update] devel/lfcxml 1.1.3 -> 1.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: Tue, 04 Jun 2013 05:07:51 -0000 Synopsis: [patch update] devel/lfcxml 1.1.3 -> 1.1.4 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Jun 4 05:07:50 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179252 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 05:08: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 7534918C; Tue, 4 Jun 2013 05:08:10 +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 5010A1B1F; Tue, 4 Jun 2013 05:08:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5458ARt040617; Tue, 4 Jun 2013 05:08:10 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5458AWs040616; Tue, 4 Jun 2013 05:08:10 GMT (envelope-from culot) Date: Tue, 4 Jun 2013 05:08:10 GMT Message-Id: <201306040508.r5458AWs040616@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/179253: [patch update] devel/lfcbase 1.5.4 -> 1.5.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, 04 Jun 2013 05:08:10 -0000 Synopsis: [patch update] devel/lfcbase 1.5.4 -> 1.5.5 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Jun 4 05:08:10 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179253 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 05:08:56 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CBE731E5; Tue, 4 Jun 2013 05:08:56 +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 A56081B2A; Tue, 4 Jun 2013 05:08:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5458uv8040831; Tue, 4 Jun 2013 05:08:56 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5458uXt040830; Tue, 4 Jun 2013 05:08:56 GMT (envelope-from culot) Date: Tue, 4 Jun 2013 05:08:56 GMT Message-Id: <201306040508.r5458uXt040830@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/179255: [patch update] databases/cego 2.18.6 -> 2.18.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: Tue, 04 Jun 2013 05:08:56 -0000 Synopsis: [patch update] databases/cego 2.18.6 -> 2.18.8 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Jun 4 05:08:56 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179255 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 06: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 B8CBF6B3 for ; Tue, 4 Jun 2013 06: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 706721D9B for ; Tue, 4 Jun 2013 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r546U1EE056473 for ; Tue, 4 Jun 2013 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r546U1Qx056471; Tue, 4 Jun 2013 06:30:01 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 06:30:01 GMT Message-Id: <201306040630.r546U1Qx056471@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= Subject: Re: ports/179266: New port: mail/trojita Fast cross-platform Qt IMAP e-mail client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 06:30:01 -0000 The following reply was made to PR ports/179266; it has been noted by GNATS. From: =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= To: bug-followup@FreeBSD.org Cc: marco.broeder@gmx.eu Subject: Re: ports/179266: New port: mail/trojita Fast cross-platform Qt IMAP e-mail client Date: Tue, 04 Jun 2013 08:20:37 +0200 This is a multi-part message in MIME format. --------------060100020909020004040508 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Please use the new shar attached to fix setting ${PREFIX} in Qmake environment. Thanks! https://redports.org/buildarchive/20130604051100-52005/ -- Kind regards --------------060100020909020004040508 Content-Type: text/plain; charset=UTF-8; name="trojita.shar" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="trojita.shar" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUg YW55dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50 ZXJpbmcgInNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBm aWxlcyBhbmQgZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBk ZWZhdWx0IHBlcm1pc3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJdHJv aml0YQojCXRyb2ppdGEvcGtnLWRlc2NyCiMJdHJvaml0YS9NYWtlZmlsZQojCXRyb2ppdGEv cGtnLXBsaXN0CiMJdHJvaml0YS9kaXN0aW5mbwojCmVjaG8gYyAtIHRyb2ppdGEKbWtkaXIg LXAgdHJvaml0YSA+IC9kZXYvbnVsbCAyPiYxCmVjaG8geCAtIHRyb2ppdGEvcGtnLWRlc2Ny CnNlZCAncy9eWC8vJyA+dHJvaml0YS9wa2ctZGVzY3IgPDwgJzVmYmNjMDNjYzdhYzRhOTEy ZDFjZWYwNzhhYjk2MTFjJwpYVHJvaml0YSBpcyBhIGZhc3QgY3Jvc3MtcGxhdGZvcm0gUXQg SU1BUCBlLW1haWwgY2xpZW50LgpYClhTb21lIGhpZ2hsaWdodHMgYXJlOgpYClgqIEl0IGlz IGEgcHVyZSBRdCBhcHBsaWNhdGlvbiB3aXRoIG5vIGFkZGl0aW9uYWwgZGVwZW5kZW5jaWVz ClgqIFJvYnVzdCBJTUFQIGNvcmUgaW1wbGVtZW50ZWQgdXNpbmcgUXQncyBNb2RlbC1WaWV3 IGZyYW1ld29yawpYKiBTdGFuZGFyZHMgY29tcGxpYW5jZSwgcmVzb3VyY2VzIGVmZmljaWVu Y3ksIGludGVyb3BlcmFiaWxpdHkgYW5kIGhpZ2gKWCAgcHJvZHVjdGl2aXR5IGFyZSBwcmlt YXJ5IGRlc2lnbiBnb2FscwpYKiBJbnRlZ3JhdGVzIHdlbGwgaW50byBhbnkgcmVhc29uYWJs ZSBkZXNrdG9wIGVudmlyb25tZW50ClgqIE9uLWRlbWFuZCBtZXNzYWdlIGxpc3QgYW5kIGJv ZHkgcGFydCBsb2FkaW5nClgqIE9mZmxpbmUgSU1BUCBzdXBwb3J0ClgqIFN1cHBvcnQgZm9y IGJhbmR3aWR0aC1zYXZpbmcgbW9kZSBhaW1lZCBhdCBtb2JpbGUgdXNlcnMgd2l0aCBleHBl bnNpdmUKWCAgY29ubmVjdGlvbgpYKiBJTUFQIG92ZXIgU1NIIC0tIGluIGFkZGl0aW9uIHRv IHVzdWFsIFNTTC9UTFMgY29ubmVjdGlvbnMsIHRoZSBzZXJ2ZXIgY291bGQKWCAgYmUgYWNj ZXNzZWQgdmlhIFNTSApYKiBTYWZlIGFuZCByb2J1c3QgZGVhbGluZyB3aXRoIEhUTUwgbWFp bApYClhUcm9qaXRhIGlzIG5laXRoZXIgYSBmdWxsIFBJTSBzdWl0ZSBub3IgYSBQT1AzIGNs aWVudC4KWApYV1dXOiBodHRwOi8vdHJvaml0YS5mbGFza2EubmV0Lwo1ZmJjYzAzY2M3YWM0 YTkxMmQxY2VmMDc4YWI5NjExYwplY2hvIHggLSB0cm9qaXRhL01ha2VmaWxlCnNlZCAncy9e WC8vJyA+dHJvaml0YS9NYWtlZmlsZSA8PCAnNmU5YTlmZDhjMjZhOTFiOTkyMWMwYzBkNTAw OGZjZGEnClgjIENyZWF0ZWQgYnk6IE1hcmNvIEJyb2VkZXIgPG1hcmNvLmJyb2VkZXJAZ214 LmV1PgpYIyAkRnJlZUJTRCQKWApYUE9SVE5BTUU9CXRyb2ppdGEKWFBPUlRWRVJTSU9OPQkw LjMuOTMKWENBVEVHT1JJRVM9CW1haWwKWE1BU1RFUl9TSVRFUz0JU0YvJHtQT1JUTkFNRX0v c3JjLwpYClhNQUlOVEFJTkVSPQltYXJjby5icm9lZGVyQGdteC5ldQpYQ09NTUVOVD0JRmFz dCBjcm9zcy1wbGF0Zm9ybSBRdCBJTUFQIGUtbWFpbCBjbGllbnQKWApYTElDRU5TRT0JR1BM djIgR1BMdjMKWExJQ0VOU0VfQ09NQj0JZHVhbApYClhNQUtFX0pPQlNfU0FGRT0JeWVzClgK WFVTRV9CWklQMj0JeWVzClgKWFVTRV9RVDQ9CWxpbmd1aXN0X2J1aWxkIG1vY19idWlsZCBx bWFrZV9idWlsZCByY2NfYnVpbGQgXApYCQl1aWNfYnVpbGQgc3FsLXNxbGl0ZTMgd2Via2l0 ClgKWEhBU19DT05GSUdVUkU9CXllcwpYSU5TVEFMTFNfSUNPTlM9CXllcwpYTk9fSU5TVEFM TF9NQU5QQUdFUz0JeWVzClgKWGRvLWNvbmZpZ3VyZToKWAljZCAke1dSS1NSQ30gJiYgJHtR TUFLRX0gJHtRTUFLRUZMQUdTfSBQUkVGSVg9JHtQUkVGSVh9IFwKWAkJQ09ORklHKz0icmVs ZWFzZSBkaXNhYmxlX3Rlc3RzIiAke1BPUlROQU1FfS5wcm8KWApYLmluY2x1ZGUgPGJzZC5w b3J0Lm1rPgo2ZTlhOWZkOGMyNmE5MWI5OTIxYzBjMGQ1MDA4ZmNkYQplY2hvIHggLSB0cm9q aXRhL3BrZy1wbGlzdApzZWQgJ3MvXlgvLycgPnRyb2ppdGEvcGtnLXBsaXN0IDw8ICc0OGIy Yjk5ZWUzNjhlODY0YWNmOWRmODczOWRjYzFkYycKWGJpbi90cm9qaXRhClhzaGFyZS9hcHBs aWNhdGlvbnMvdHJvaml0YS5kZXNrdG9wClhzaGFyZS9pY29ucy9oaWNvbG9yLzMyeDMyL2Fw cHMvdHJvaml0YS5wbmcKWHNoYXJlL2ljb25zL2hpY29sb3Ivc2NhbGFibGUvYXBwcy90cm9q aXRhLnN2ZwpYJSVEQVRBRElSJSUvbG9jYWxlL3Ryb2ppdGFfY29tbW9uX2JzLnFtClglJURB VEFESVIlJS9sb2NhbGUvdHJvaml0YV9jb21tb25fY3MucW0KWCUlREFUQURJUiUlL2xvY2Fs ZS90cm9qaXRhX2NvbW1vbl9kYS5xbQpYJSVEQVRBRElSJSUvbG9jYWxlL3Ryb2ppdGFfY29t bW9uX2RlLnFtClglJURBVEFESVIlJS9sb2NhbGUvdHJvaml0YV9jb21tb25fZWwucW0KWCUl REFUQURJUiUlL2xvY2FsZS90cm9qaXRhX2NvbW1vbl9lcy5xbQpYJSVEQVRBRElSJSUvbG9j YWxlL3Ryb2ppdGFfY29tbW9uX2V0LnFtClglJURBVEFESVIlJS9sb2NhbGUvdHJvaml0YV9j b21tb25fZnIucW0KWCUlREFUQURJUiUlL2xvY2FsZS90cm9qaXRhX2NvbW1vbl9nYS5xbQpY JSVEQVRBRElSJSUvbG9jYWxlL3Ryb2ppdGFfY29tbW9uX2dsLnFtClglJURBVEFESVIlJS9s b2NhbGUvdHJvaml0YV9jb21tb25faHUucW0KWCUlREFUQURJUiUlL2xvY2FsZS90cm9qaXRh X2NvbW1vbl9pYS5xbQpYJSVEQVRBRElSJSUvbG9jYWxlL3Ryb2ppdGFfY29tbW9uX2x0LnFt ClglJURBVEFESVIlJS9sb2NhbGUvdHJvaml0YV9jb21tb25fbXIucW0KWCUlREFUQURJUiUl L2xvY2FsZS90cm9qaXRhX2NvbW1vbl9ubC5xbQpYJSVEQVRBRElSJSUvbG9jYWxlL3Ryb2pp dGFfY29tbW9uX3BsLnFtClglJURBVEFESVIlJS9sb2NhbGUvdHJvaml0YV9jb21tb25fcHQu cW0KWCUlREFUQURJUiUlL2xvY2FsZS90cm9qaXRhX2NvbW1vbl9wdF9CUi5xbQpYJSVEQVRB RElSJSUvbG9jYWxlL3Ryb2ppdGFfY29tbW9uX3NrLnFtClglJURBVEFESVIlJS9sb2NhbGUv dHJvaml0YV9jb21tb25fc3YucW0KWCUlREFUQURJUiUlL2xvY2FsZS90cm9qaXRhX2NvbW1v bl90ci5xbQpYJSVEQVRBRElSJSUvbG9jYWxlL3Ryb2ppdGFfY29tbW9uX3VrLnFtClglJURB VEFESVIlJS9sb2NhbGUvdHJvaml0YV9jb21tb25feC10ZXN0LnFtClglJURBVEFESVIlJS9s b2NhbGUvdHJvaml0YV9jb21tb25femhfQ04ucW0KWCUlREFUQURJUiUlL2xvY2FsZS90cm9q aXRhX2NvbW1vbl96aF9UVy5xbQpYQGRpcnJtICUlREFUQURJUiUlL2xvY2FsZQpYQGRpcnJt ICUlREFUQURJUiUlCjQ4YjJiOTllZTM2OGU4NjRhY2Y5ZGY4NzM5ZGNjMWRjCmVjaG8geCAt IHRyb2ppdGEvZGlzdGluZm8Kc2VkICdzL15YLy8nID50cm9qaXRhL2Rpc3RpbmZvIDw8ICdl NjU2YmM0YjNmMzZmZmQ2OTZlOTRkNjNiYmQxMmI4NycKWFNIQTI1NiAodHJvaml0YS0wLjMu OTMudGFyLmJ6MikgPSA2MjViZjdmZGVkM2YwMGE0NWY2ZjRlYWZlNTA0ZmEzZTIwZTIzNzYz MjA3MmY3ZTQ3OTQ5ZDBhMTMzOTI3NGU0ClhTSVpFICh0cm9qaXRhLTAuMy45My50YXIuYnoy KSA9IDk2NjM5NgplNjU2YmM0YjNmMzZmZmQ2OTZlOTRkNjNiYmQxMmI4NwpleGl0Cgo= --------------060100020909020004040508-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 08: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 2265556E for ; Tue, 4 Jun 2013 08: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 13F9310A0 for ; Tue, 4 Jun 2013 08:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r548A1WN074463 for ; Tue, 4 Jun 2013 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r548A1f5074462; Tue, 4 Jun 2013 08:10:01 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 08:10:01 GMT Message-Id: <201306040810.r548A1f5074462@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: James Hunt Subject: Re: ports/179144: update sysutils/procenv, Utility to show process environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Hunt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 08:10:02 -0000 The following reply was made to PR ports/179144; it has been noted by GNATS. From: James Hunt To: bug-followup@FreeBSD.org, james.hunt@ubuntu.com Cc: Subject: Re: ports/179144: update sysutils/procenv, Utility to show process environment Date: Tue, 04 Jun 2013 08:46:06 +0100 Apologies - I hadn't realised that procenv 0.23 was still in the Debian pending queue. However, it has now been uploaded and all MASTER_SITES now work for me so I can only think your file size mismatch issue was a transitory one? Kind regards, James. -- James Hunt ____________________________________ #upstart on freenode http://upstart.ubuntu.com/cookbook https://lists.ubuntu.com/mailman/listinfo/upstart-devel From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 10:08: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 8E7439C2; Tue, 4 Jun 2013 10:08:47 +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 67E83187C; Tue, 4 Jun 2013 10:08:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54A8lN5001370; Tue, 4 Jun 2013 10:08:47 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54A8lHL001369; Tue, 4 Jun 2013 10:08:47 GMT (envelope-from miwi) Date: Tue, 4 Jun 2013 10:08:47 GMT Message-Id: <201306041008.r54A8lHL001369@freefall.freebsd.org> To: miwi@FreeBSD.org, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/177771: maintainer update: math/dolfin-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 10:08:47 -0000 Synopsis: maintainer update: math/dolfin-devel Responsible-Changed-From-To: miwi->freebsd-ports-bugs Responsible-Changed-By: miwi Responsible-Changed-When: Tue Jun 4 10:08:47 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=177771 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 11: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 1F9DB57A for ; Tue, 4 Jun 2013 11: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 EBE6D1AE2 for ; Tue, 4 Jun 2013 11:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54BA1pw013476 for ; Tue, 4 Jun 2013 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54BA1Zc013475; Tue, 4 Jun 2013 11:10:01 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 11:10:01 GMT Message-Id: <201306041110.r54BA1Zc013475@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Mikhail Tsatsenko Subject: Re: ports/179283: [PATCH] mail/mimedefang: convert to optionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mikhail Tsatsenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 11:10:03 -0000 The following reply was made to PR ports/179283; it has been noted by GNATS. From: Mikhail Tsatsenko To: bug-followup@FreeBSD.org, mandree@FreeBSD.org Cc: Subject: Re: ports/179283: [PATCH] mail/mimedefang: convert to optionsNG Date: Tue, 4 Jun 2013 15:05:32 +0400 Thanks for you work, but looks like this change is just committed. See r319851 -- Mikhail From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 11:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A2A4DD50 for ; Tue, 4 Jun 2013 11: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 6F7C01C69 for ; Tue, 4 Jun 2013 11:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Be0LN019205 for ; Tue, 4 Jun 2013 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Be0wK019204; Tue, 4 Jun 2013 11:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 11:40:00 GMT Resent-Message-Id: <201306041140.r54Be0wK019204@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 01E6CB49 for ; Tue, 4 Jun 2013 11:36:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E915C1C3F for ; Tue, 4 Jun 2013 11:36:25 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54BaPpA059856 for ; Tue, 4 Jun 2013 11:36:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54BaPkc059851; Tue, 4 Jun 2013 11:36:25 GMT (envelope-from nobody) Message-Id: <201306041136.r54BaPkc059851@oldred.freebsd.org> Date: Tue, 4 Jun 2013 11:36:25 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179293: security/pam_authsrv: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 11:40:00 -0000 >Number: 179293 >Category: ports >Synopsis: security/pam_authsrv: deprecate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: Ports Tree at r319853 >Description: security/pam_authsrv depends on security/fwtk, which is epxired since 2012-09-01. Deprecate and set expiration date to 2013-08-04. While here update Makefile header. >How-To-Repeat: `Tools/scripts/rmport security/fwtk` finds this port. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319853) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_authsrv -# Date created: 11 May 2006 -# Whom: Jim Pirzyk -# +# Created by: Jim Pirzyk # $FreeBSD$ -# PORTNAME= pam_authsrv PORTVERSION= 1.0.2 @@ -14,6 +10,9 @@ MAINTAINER= pirzyk@FreeBSD.org COMMENT= PAM module for per-user authentication +DEPRECATED= Depends on expired security/fwtk +EXPIRATION_DATE=2013-08-04 + BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/security/fwtk:build RESTRICTED= No form of redistribution is allowed, because of linkging against fwtk >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 11:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 029CFD84; Tue, 4 Jun 2013 11: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 D2D531C6D; Tue, 4 Jun 2013 11:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Be8I9019790; Tue, 4 Jun 2013 11:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Be8Td019755; Tue, 4 Jun 2013 11:40:08 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 11:40:08 GMT Message-Id: <201306041140.r54Be8Td019755@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pirzyk@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179293: security/pam_authsrv: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 11:40:09 -0000 Synopsis: security/pam_authsrv: deprecate Responsible-Changed-From-To: freebsd-ports-bugs->pirzyk Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 11:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179293 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 12: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 BD6C2AA0 for ; Tue, 4 Jun 2013 12: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 A45E11EF6 for ; Tue, 4 Jun 2013 12:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54CU4Gq028996 for ; Tue, 4 Jun 2013 12:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54CU4sa028995; Tue, 4 Jun 2013 12:30:04 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 12:30:04 GMT Resent-Message-Id: <201306041230.r54CU4sa028995@freefall.freebsd.org> 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 C3537A7F for ; Tue, 4 Jun 2013 12:29:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 97DCE1EE4 for ; Tue, 4 Jun 2013 12:29:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54CT3u5023209 for ; Tue, 4 Jun 2013 12:29:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54CT3ri023208; Tue, 4 Jun 2013 12:29:03 GMT (envelope-from nobody) Message-Id: <201306041229.r54CT3ri023208@oldred.freebsd.org> Date: Tue, 4 Jun 2013 12:29:03 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179294: [patch] audio/murmur Update to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 12:30:04 -0000 >Number: 179294 >Category: ports >Synopsis: [patch] audio/murmur Update to 1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 12:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: Update to 1.2.4 rc script now passes rclint port now passes portlint Redports URL: https://redports.org/buildarchive/20130604122800-22739/ >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319854) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= murmur -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 CATEGORIES= audio net MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} @@ -31,7 +30,7 @@ .include .if ${PORT_OPTIONS:MICE} -LIB_DEPENDS+= Ice.34:${PORTSDIR}/devel/ice +LIB_DEPENDS+= Ice:${PORTSDIR}/devel/ice .else CONFIG+= no-ice .endif @@ -43,7 +42,7 @@ .endif .if ${PORT_OPTIONS:MBONJOUR} -LIB_DEPENDS+= dns_sd.1:${PORTSDIR}/net/mDNSResponder +LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder .else CONFIG+= no-bonjour .endif Index: distinfo =================================================================== --- distinfo (revision 319854) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mumble-1.2.3.tar.gz) = 05895122ae4abec3fb62ef24ed9d167ffd768e7080ed179c8bf3afca96d18a5c -SIZE (mumble-1.2.3.tar.gz) = 3448053 +SHA256 (mumble-1.2.4.tar.gz) = a1cf8383d99a02719b16c5440e3a5fb5375a8aa060f203bfa5d25bc69f919c9b +SIZE (mumble-1.2.4.tar.gz) = 3200084 Index: files/murmur.in =================================================================== --- files/murmur.in (revision 319854) +++ files/murmur.in (working copy) @@ -17,17 +17,16 @@ . /etc/rc.subr -# Set some defaults -: ${murmur_enable="NO"} -: ${murmur_user="murmur"} - name=murmur rcvar=murmur_enable +load_rc_config $name +# Set some defaults +: ${murmur_enable:=NO} +: ${murmur_user=murmur} + command="%%PREFIX%%/sbin/murmurd" command_args="-ini %%PREFIX%%/etc/murmur.ini" -pidfile="/var/run/murmur/murmur.pid" +pidfile=/var/run/murmur/murmur.pid -load_rc_config $name - run_rc_command "$1" Index: pkg-descr =================================================================== --- pkg-descr (revision 319854) +++ pkg-descr (working copy) @@ -1,4 +1,4 @@ Murmur is the server component of Mumble, a low-latency, high quality VoIP application. -WWW: http://mumble.sourceforge.net/ +WWW: http://mumble.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 12:30:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 53827AD5; Tue, 4 Jun 2013 12:30: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 DC2011EF9; Tue, 4 Jun 2013 12:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54CUCi4029074; Tue, 4 Jun 2013 12:30:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54CUCSv029073; Tue, 4 Jun 2013 12:30:12 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 12:30:12 GMT Message-Id: <201306041230.r54CUCSv029073@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179294: [patch] audio/murmur Update to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 12:30:14 -0000 Synopsis: [patch] audio/murmur Update to 1.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 12:30:12 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=179294 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 12: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 0ABF8BDD for ; Tue, 4 Jun 2013 12: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 D78771F66 for ; Tue, 4 Jun 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Ce1HJ030804 for ; Tue, 4 Jun 2013 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ce1BN030803; Tue, 4 Jun 2013 12:40:01 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 12:40:01 GMT Message-Id: <201306041240.r54Ce1BN030803@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Shane Ambler Subject: Re: ports/179165: graphics/openimageio fail to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Shane Ambler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 12:40:02 -0000 The following reply was made to PR ports/179165; it has been noted by GNATS. From: Shane Ambler To: Anderson Guzman Cc: bug-followup@FreeBSD.org Subject: Re: ports/179165: graphics/openimageio fail to compile Date: Tue, 04 Jun 2013 22:05:24 +0930 This is a multi-part message in MIME format. --------------000808050505040709080303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/06/2013 07:36, Anderson Guzman wrote: > > Hi Shane, nice to meet you and thanks for fast response ... I'll response to you between lines > >> c) The first build error would indicate that OpenColorIO was >compiled >> with gcc46 leading to a mismatch in GLIBCXX libs during link >time. > > Yes, but I dont have in my system gcc46 installed, only gcc48 and gcc from base/installation : > > - gcc (GCC) 4.2.1 20070831 patched [FreeBSD]) > - gcc48 (FreeBSD Ports Collection) 4.8.1 20130418 (prerelease) > >> Try adding -rpath ${LOCALBASE}/lib/gcc46 to your LDFLAGS or >> using the same gcc version for both. I thought the GLIBCXX_3.4.11 came from gcc46 but the same appears to be generated when building with gcc48. The rpath should end with gcc48 if you have gcc48 and not gcc46. Are you building with gcc48 by adding USE_GCC=4.8 or are you doing CC=gcc48? Using USE_GCC should add the rpath setting for you. > I tryed use the same gcc version to compile openimageio : gcc421, and gcc48 both fail to compile it. If opencolorio and openimageio are both built with gcc from the base system you might still get the GLIBCXX linking issue through boost-libs. I'll attach a patch here to fix the gcc48 compilation which I will add to the 1.1.11 update. You can either save it to /usr/ports/graphics/openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp or wait for the update to be applied. --------------000808050505040709080303 Content-Type: text/plain; charset=UTF-8; name="patch-ptex.imageio_ptex_PtexWriter.cpp" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-ptex.imageio_ptex_PtexWriter.cpp" --- ./ptex.imageio/ptex/PtexWriter.cpp.orig 2013-06-04 19:49:43.476382085 +0930 +++ ./ptex.imageio/ptex/PtexWriter.cpp 2013-06-04 19:49:48.134381870 +0930 @@ -66,6 +66,7 @@ #include #include #include +#include #include "filesystem.h" --------------000808050505040709080303-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 12:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9095BBDF for ; Tue, 4 Jun 2013 12: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 5DACE1F68 for ; Tue, 4 Jun 2013 12:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Ce2tl030815 for ; Tue, 4 Jun 2013 12:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ce2kw030814; Tue, 4 Jun 2013 12:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 12:40:02 GMT Resent-Message-Id: <201306041240.r54Ce2kw030814@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Torsten Zühlsdorff Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D8A77B5B for ; Tue, 4 Jun 2013 12:33:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id CA56C1F2A for ; Tue, 4 Jun 2013 12:33:07 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54CX7X2090091 for ; Tue, 4 Jun 2013 12:33:07 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54CX74Y090079; Tue, 4 Jun 2013 12:33:07 GMT (envelope-from nobody) Message-Id: <201306041233.r54CX74Y090079@oldred.freebsd.org> Date: Tue, 4 Jun 2013 12:33:07 GMT From: Torsten Zühlsdorff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179295: [database/mantis] Update to 1.2.15 (with patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 12:40:02 -0000 >Number: 179295 >Category: ports >Synopsis: [database/mantis] Update to 1.2.15 (with patch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 12:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Torsten Zühlsdorff >Release: FreeBSD 8.3-RELEASE >Organization: pw Internet Solutions GmbH >Environment: FreeBSD hera 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 amd65 >Description: The new version of mantis is out for more than one month. I created a patch for the port update. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r mantis.old/Makefile mantis/Makefile 5c5 < PORTVERSION= 1.2.14 --- > PORTVERSION= 1.2.15 diff -r mantis.old/distinfo mantis/distinfo 1,2c1,2 < SHA256 (mantisbt-1.2.14.tar.gz) = 0b393cb7913bd8bf08bd89385dd70987604634e1add32262c0e9138410db4770 < SIZE (mantisbt-1.2.14.tar.gz) = 3563989 --- > SHA256 (mantisbt-1.2.15.tar.gz) = bf40f59a1e139a4674b311dd755d272972aab06df842875cd5ce819eef6c6eec > SIZE (mantisbt-1.2.15.tar.gz) = 3577359 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 12:40:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C24CABE4 for ; Tue, 4 Jun 2013 12: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 900E91F6B for ; Tue, 4 Jun 2013 12:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Ce3Iu030832 for ; Tue, 4 Jun 2013 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ce3lO030831; Tue, 4 Jun 2013 12:40:03 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 12:40:03 GMT Resent-Message-Id: <201306041240.r54Ce3lO030831@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8468CB3E for ; Tue, 4 Jun 2013 12:31:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 77B4F1F1C for ; Tue, 4 Jun 2013 12:31:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54CVCv7007347 for ; Tue, 4 Jun 2013 12:31:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54CVCvN007334; Tue, 4 Jun 2013 12:31:12 GMT (envelope-from nobody) Message-Id: <201306041231.r54CVCvN007334@oldred.freebsd.org> Date: Tue, 4 Jun 2013 12:31:12 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179296: x11/xscreensaver.app: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 12:40:03 -0000 >Number: 179296 >Category: ports >Synopsis: x11/xscreensaver.app: deprecate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 12:40:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: Ports Tree at revision r319853 >Description: x11/screensaver.app depends on x11-wm/libdockapp, which expired on 2012-10-20. Mark for removal on 2013-08-04. While here convert the Makefile header. >How-To-Repeat: `Tools/scripts/rmport x11-wm/libdockapp` finds this port >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319853) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XScreenSaver.App -# Date created: 26 September 2004 -# Whom: hemi@puresimplicity.net -# +# Created by: hemi@puresimplicity.net # $FreeBSD$ -# PORTNAME= XScreenSaver.App PORTVERSION= 2.3 @@ -14,6 +10,9 @@ MAINTAINER= hemi@puresimplicity.net COMMENT= WindowMaker dockapp to control XScreenSaver +DEPRECATED= Depends on expired x11-wm/libdockapp +EXPIRATION_DATE=2013-08-04 + LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp PLIST_FILES= bin/XScreenSaver.App >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 12:40:29 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A44A4C85; Tue, 4 Jun 2013 12: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 7F95F1F74; Tue, 4 Jun 2013 12:40:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54CeTjY032321; Tue, 4 Jun 2013 12:40:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54CeTGn032320; Tue, 4 Jun 2013 12:40:29 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 12:40:29 GMT Message-Id: <201306041240.r54CeTGn032320@freefall.freebsd.org> To: rene@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179296: x11/xscreensaver.app: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 12:40:29 -0000 Synopsis: x11/xscreensaver.app: deprecate State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 4 12:40:29 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179296 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 12:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6B8BDE04 for ; Tue, 4 Jun 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7971FDE for ; Tue, 4 Jun 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Co1h4032610 for ; Tue, 4 Jun 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Co1gj032603; Tue, 4 Jun 2013 12:50:01 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 12:50:01 GMT Message-Id: <201306041250.r54Co1gj032603@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179296: x11/xscreensaver.app: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 12:50:01 -0000 The following reply was made to PR ports/179296; it has been noted by GNATS. From: Edwin Groothuis To: hemi@puresimplicity.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/179296: x11/xscreensaver.app: deprecate Date: Tue, 4 Jun 2013 12:40:28 UT Maintainer of x11/xscreensaver.app, Please note that PR ports/179296 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/179296 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 823BD1CD for ; Tue, 4 Jun 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 64DD7106D for ; Tue, 4 Jun 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54D01Ks034370 for ; Tue, 4 Jun 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54D000n034369; Tue, 4 Jun 2013 13:00:00 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 13:00:00 GMT Message-Id: <201306041300.r54D000n034369@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Shane Ambler Subject: Re: ports/179192: [maintainer update] for graphics/openimageio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Shane Ambler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 13:00:01 -0000 The following reply was made to PR ports/179192; it has been noted by GNATS. From: Shane Ambler To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179192: [maintainer update] for graphics/openimageio Date: Tue, 04 Jun 2013 22:22:18 +0930 This is a multi-part message in MIME format. --------------000403070905060801010305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The following patch replaces the previous one. Folowing on from pr/179165 I have added a patch to fix compilation with gcc48 allowing it to be closed. --------------000403070905060801010305 Content-Type: text/plain; charset=UTF-8; name="openimageio.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="openimageio.patch.txt" diff -Nru openimageio.orig/Makefile openimageio/Makefile --- openimageio.orig/Makefile 2013-06-04 22:07:24.956381345 +0930 +++ openimageio/Makefile 2013-06-04 22:06:09.644382462 +0930 @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= openimageio -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -22,7 +22,7 @@ GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= f28f5c4 +GH_COMMIT= c330781 WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src # fbm also installs bin/idiff diff -Nru openimageio.orig/distinfo openimageio/distinfo --- openimageio.orig/distinfo 2013-06-04 22:07:24.957380890 +0930 +++ openimageio/distinfo 2013-06-02 06:35:18.588413974 +0930 @@ -1,2 +1,2 @@ -SHA256 (openimageio-1.1.10.tar.gz) = 1510287790113f0c64421623be7bf5b9317a1c9cfd6e85125bae81bc6c07a275 -SIZE (openimageio-1.1.10.tar.gz) = 9501836 +SHA256 (openimageio-1.1.11.tar.gz) = 0c5959cc7556475649588fc7967835c02c11a56124a2271971f3b9b45a1e2b46 +SIZE (openimageio-1.1.11.tar.gz) = 9502225 diff -Nru openimageio.orig/files/patch-ptex.imageio_ptex_PtexWriter.cpp openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp --- openimageio.orig/files/patch-ptex.imageio_ptex_PtexWriter.cpp 1970-01-01 09:30:00.000000000 +0930 +++ openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp 2013-06-04 19:52:44.447381347 +0930 @@ -0,0 +1,10 @@ +--- ./ptex.imageio/ptex/PtexWriter.cpp.orig 2013-06-04 19:49:43.476382085 +0930 ++++ ./ptex.imageio/ptex/PtexWriter.cpp 2013-06-04 19:49:48.134381870 +0930 +@@ -66,6 +66,7 @@ + #include + #include + #include ++#include + + #include "filesystem.h" + diff -Nru openimageio.orig/pkg-plist openimageio/pkg-plist --- openimageio.orig/pkg-plist 2013-06-04 22:07:24.957380890 +0930 +++ openimageio/pkg-plist 2013-06-02 06:35:18.589381134 +0930 @@ -38,7 +38,7 @@ lib/libOpenImageIO.so lib/libOpenImageIO.so.1 lib/libOpenImageIO.so.1.1 -lib/libOpenImageIO.so.1.1.10 +lib/libOpenImageIO.so.1.1.11 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf --------------000403070905060801010305-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13:02: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 2DE8924F; Tue, 4 Jun 2013 13:02:40 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 074B51099; Tue, 4 Jun 2013 13:02:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54D2dmR036855; Tue, 4 Jun 2013 13:02:39 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54D2dwv036598; Tue, 4 Jun 2013 13:02:39 GMT (envelope-from koobs) Date: Tue, 4 Jun 2013 13:02:39 GMT Message-Id: <201306041302.r54D2dwv036598@freefall.freebsd.org> To: freebsd@rakor-net.de, koobs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/177493: [patch] change games/minecraft-client to use openjdk7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 13:02:40 -0000 Synopsis: [patch] change games/minecraft-client to use openjdk7 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-ports Responsible-Changed-By: koobs Responsible-Changed-When: Tue Jun 4 13:02:39 UTC 2013 Responsible-Changed-Why: Maintainer timeout (8 weeks) http://www.freebsd.org/cgi/query-pr.cgi?pr=177493 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DE71286A for ; Tue, 4 Jun 2013 13: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 C5BC611F8 for ; Tue, 4 Jun 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54De071049898 for ; Tue, 4 Jun 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54De0Jn049886; Tue, 4 Jun 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 13:40:00 GMT Resent-Message-Id: <201306041340.r54De0Jn049886@freefall.freebsd.org> 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 AF62E857 for ; Tue, 4 Jun 2013 13:39:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id AE4DA11F1 for ; Tue, 4 Jun 2013 13:39:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54Dd9Oh087123 for ; Tue, 4 Jun 2013 13:39:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54Dd9GW087122; Tue, 4 Jun 2013 13:39:09 GMT (envelope-from nobody) Message-Id: <201306041339.r54Dd9GW087122@oldred.freebsd.org> Date: Tue, 4 Jun 2013 13:39:09 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179297: [patch] audio/py-mutagen update to 1.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: Tue, 04 Jun 2013 13:40:00 -0000 >Number: 179297 >Category: ports >Synopsis: [patch] audio/py-mutagen update to 1.21 >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 Jun 04 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: -update to 1.21, required for my audio/beets port -remove patch, REINPLACE is better -passes portlint https://redports.org/buildarchive/20130604131400-49770/ >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319855) +++ Makefile (working copy) @@ -1,11 +1,8 @@ -# New ports collection makefile for: py-mutagen -# Date created: 15 May 2006 -# Whom: Byung-Hee HWANG -# +# Created by: Byung-Hee HWANG # $FreeBSD$ PORTNAME= mutagen -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,4 +22,9 @@ mutagen-inspect.1 \ mutagen-pony.1 -.include +.include + +post-patch: + @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py + +.include Index: distinfo =================================================================== --- distinfo (revision 319855) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mutagen-1.20.tar.gz) = 7e56c478de154fdcd00d257ebc77be8718188f1a0db916f51f129b7ca01de6e7 -SIZE (mutagen-1.20.tar.gz) = 651649 +SHA256 (mutagen-1.21.tar.gz) = 4dd30af3a291c0a152838f2bbf1d592bf6ede752b11a159cbf84e75815bcc2b5 +SIZE (mutagen-1.21.tar.gz) = 795419 Index: pkg-plist =================================================================== --- pkg-plist (revision 319855) +++ pkg-plist (working copy) @@ -54,6 +54,9 @@ %%PYTHON_SITELIBDIR%%/mutagen/oggflac.py %%PYTHON_SITELIBDIR%%/mutagen/oggflac.pyc %%PYTHON_SITELIBDIR%%/mutagen/oggflac.pyo +%%PYTHON_SITELIBDIR%%/mutagen/oggopus.py +%%PYTHON_SITELIBDIR%%/mutagen/oggopus.pyc +%%PYTHON_SITELIBDIR%%/mutagen/oggopus.pyo %%PYTHON_SITELIBDIR%%/mutagen/oggspeex.py %%PYTHON_SITELIBDIR%%/mutagen/oggspeex.pyc %%PYTHON_SITELIBDIR%%/mutagen/oggspeex.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13: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 8A37786F for ; Tue, 4 Jun 2013 13: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 6D59A11FB for ; Tue, 4 Jun 2013 13:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54De1kP049959 for ; Tue, 4 Jun 2013 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54De18n049958; Tue, 4 Jun 2013 13:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 13:40:01 GMT Resent-Message-Id: <201306041340.r54De18n049958@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FA86729 for ; Tue, 4 Jun 2013 13:34:06 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay011.isp.belgacom.be (mailrelay011.isp.belgacom.be [195.238.6.178]) by mx1.freebsd.org (Postfix) with ESMTP id 3306711CA for ; Tue, 4 Jun 2013 13:34:05 +0000 (UTC) Received: from 251.145-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.145.251]) by relay.skynet.be with ESMTP; 04 Jun 2013 15:34:03 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r54DY2gT023284 for ; Tue, 4 Jun 2013 15:34:02 +0200 (CEST) (envelope-from tijl@kalimero.tijl.coosemans.org) Received: (from tijl@localhost) by kalimero.tijl.coosemans.org (8.14.7/8.14.7/Submit) id r54DY2mj023283; Tue, 4 Jun 2013 15:34:02 +0200 (CEST) (envelope-from tijl) Message-Id: <201306041334.r54DY2mj023283@kalimero.tijl.coosemans.org> Date: Tue, 4 Jun 2013 15:34:02 +0200 (CEST) From: Tijl Coosemans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179298: [patch] devel/tevent: 0.9.18 and fix ldb package build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 13:40:02 -0000 >Number: 179298 >Category: ports >Synopsis: [patch] devel/tevent: 0.9.18 and fix ldb package build >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 Jun 04 13:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: >Description: - update devel/tevent to 0.9.18. - precompile tevent.py to fix databases/ldb package build: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9.20130528113939.pointyhat/ldb-1.1.15.log >How-To-Repeat: >Fix: --- tevent.patch begins here --- Index: devel/tevent/Makefile =================================================================== --- devel/tevent/Makefile (revision 319762) +++ devel/tevent/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tevent -PORTVERSION= 0.9.17 +PORTVERSION= 0.9.18 PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= devel @@ -61,7 +61,9 @@ _MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER} .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON_RUN= yes PLIST_FILES+= %%PYTHON_SITELIBDIR%%/_tevent.so \ - %%PYTHON_SITELIBDIR%%/tevent.py + %%PYTHON_SITELIBDIR%%/tevent.py \ + %%PYTHON_SITELIBDIR%%/tevent.pyc \ + %%PYTHON_SITELIBDIR%%/tevent.pyo PLIST_DIRSTRY+= %%PYTHON_SITELIBDIR%% \ %%PYTHON_LIBDIR%% .else @@ -100,5 +102,9 @@ do-build: do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${INSTALL_WRKSRC}/${WAF_TOOL} ${MAKE_ARGS} ${INSTALL_TARGET}) +.if ${PORT_OPTIONS:MPYTHON} + ${PYTHON_CMD} -m py_compile ${PYTHON_SITELIBDIR}/tevent.py + ${PYTHON_CMD} -O -m py_compile ${PYTHON_SITELIBDIR}/tevent.py +.endif .include Index: devel/tevent/distinfo =================================================================== --- devel/tevent/distinfo (revision 319762) +++ devel/tevent/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tevent-0.9.17.tar.gz) = 9155a85e83b6df38d251c292ca70950dd3f2ba325aad2cb8429ae0a3ee1d6b6c -SIZE (tevent-0.9.17.tar.gz) = 496964 +SHA256 (tevent-0.9.18.tar.gz) = 5c636a0c55a7b59745bae0d8ae3900b5ea8c09bfff6001dcd95f1db9cd06ea4f +SIZE (tevent-0.9.18.tar.gz) = 505276 --- tevent.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8B62589E; Tue, 4 Jun 2013 13: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 6616611FD; Tue, 4 Jun 2013 13:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54De8Gm050036; Tue, 4 Jun 2013 13:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54De8UC050035; Tue, 4 Jun 2013 13:40:08 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 13:40:08 GMT Message-Id: <201306041340.r54De8UC050035@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179297: [patch] audio/py-mutagen update to 1.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: Tue, 04 Jun 2013 13:40:08 -0000 Synopsis: [patch] audio/py-mutagen update to 1.21 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 13: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=179297 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13:40:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CBAD48D4; Tue, 4 Jun 2013 13:40: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 A80C011FF; Tue, 4 Jun 2013 13:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54DeDQQ050249; Tue, 4 Jun 2013 13:40:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54DeDQ3050248; Tue, 4 Jun 2013 13:40:13 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 13:40:13 GMT Message-Id: <201306041340.r54DeDQ3050248@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, timur@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179298: [patch] devel/tevent: 0.9.18 and fix ldb package 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: Tue, 04 Jun 2013 13:40:13 -0000 Synopsis: [patch] devel/tevent: 0.9.18 and fix ldb package build Responsible-Changed-From-To: freebsd-ports-bugs->timur Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 13:40:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179298 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13: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 E4E81EC6 for ; Tue, 4 Jun 2013 13: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 CC37A126F for ; Tue, 4 Jun 2013 13:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Do2lt052018 for ; Tue, 4 Jun 2013 13:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Do2la052017; Tue, 4 Jun 2013 13:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 13:50:02 GMT Resent-Message-Id: <201306041350.r54Do2la052017@freefall.freebsd.org> 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 0D9FA944 for ; Tue, 4 Jun 2013 13:41:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id DA571120D for ; Tue, 4 Jun 2013 13:41:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54Df3s7020508 for ; Tue, 4 Jun 2013 13:41:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54Df3JA020507; Tue, 4 Jun 2013 13:41:03 GMT (envelope-from nobody) Message-Id: <201306041341.r54Df3JA020507@oldred.freebsd.org> Date: Tue, 4 Jun 2013 13:41:03 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179300: [patch] audio/murmur update to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 13:50:03 -0000 >Number: 179300 >Category: ports >Synopsis: [patch] audio/murmur update to 1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 13:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: -update to 1.2.4 -rc script passes rclint now -port passes portlint tested and running on my own server https://redports.org/buildarchive/20130604122800-22739/ >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319854) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= murmur -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 CATEGORIES= audio net MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} @@ -31,7 +30,7 @@ .include .if ${PORT_OPTIONS:MICE} -LIB_DEPENDS+= Ice.34:${PORTSDIR}/devel/ice +LIB_DEPENDS+= Ice:${PORTSDIR}/devel/ice .else CONFIG+= no-ice .endif @@ -43,7 +42,7 @@ .endif .if ${PORT_OPTIONS:MBONJOUR} -LIB_DEPENDS+= dns_sd.1:${PORTSDIR}/net/mDNSResponder +LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder .else CONFIG+= no-bonjour .endif Index: distinfo =================================================================== --- distinfo (revision 319854) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mumble-1.2.3.tar.gz) = 05895122ae4abec3fb62ef24ed9d167ffd768e7080ed179c8bf3afca96d18a5c -SIZE (mumble-1.2.3.tar.gz) = 3448053 +SHA256 (mumble-1.2.4.tar.gz) = a1cf8383d99a02719b16c5440e3a5fb5375a8aa060f203bfa5d25bc69f919c9b +SIZE (mumble-1.2.4.tar.gz) = 3200084 Index: files/murmur.in =================================================================== --- files/murmur.in (revision 319854) +++ files/murmur.in (working copy) @@ -17,17 +17,16 @@ . /etc/rc.subr -# Set some defaults -: ${murmur_enable="NO"} -: ${murmur_user="murmur"} - name=murmur rcvar=murmur_enable +load_rc_config $name +# Set some defaults +: ${murmur_enable:=NO} +: ${murmur_user=murmur} + command="%%PREFIX%%/sbin/murmurd" command_args="-ini %%PREFIX%%/etc/murmur.ini" -pidfile="/var/run/murmur/murmur.pid" +pidfile=/var/run/murmur/murmur.pid -load_rc_config $name - run_rc_command "$1" Index: pkg-descr =================================================================== --- pkg-descr (revision 319854) +++ pkg-descr (working copy) @@ -1,4 +1,4 @@ Murmur is the server component of Mumble, a low-latency, high quality VoIP application. -WWW: http://mumble.sourceforge.net/ +WWW: http://mumble.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 13:50:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 01955F46; Tue, 4 Jun 2013 13:50: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 D16171276; Tue, 4 Jun 2013 13:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54DoF7r052102; Tue, 4 Jun 2013 13:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54DoFYQ052101; Tue, 4 Jun 2013 13:50:15 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 13:50:15 GMT Message-Id: <201306041350.r54DoFYQ052101@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179300: [patch] audio/murmur update to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 13:50:16 -0000 Synopsis: [patch] audio/murmur update to 1.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 13:50:15 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=179300 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 14:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7C25D306 for ; Tue, 4 Jun 2013 14: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 62A8712F5 for ; Tue, 4 Jun 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54E01Nl054069 for ; Tue, 4 Jun 2013 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54E01nX054068; Tue, 4 Jun 2013 14:00:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 14:00:01 GMT Resent-Message-Id: <201306041400.r54E01nX054068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Chernikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D30AA1CC for ; Tue, 4 Jun 2013 13:56:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id AB69F12C6 for ; Tue, 4 Jun 2013 13:56:23 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54DuNqx096824 for ; Tue, 4 Jun 2013 13:56:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54DuNls096823; Tue, 4 Jun 2013 13:56:23 GMT (envelope-from nobody) Message-Id: <201306041356.r54DuNls096823@oldred.freebsd.org> Date: Tue, 4 Jun 2013 13:56:23 GMT From: Sergey Chernikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179301: New textproc/py-genshi is incompatible with www/trac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 14:00:01 -0000 >Number: 179301 >Category: ports >Synopsis: New textproc/py-genshi is incompatible with www/trac >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 Jun 04 14:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergey Chernikov >Release: 9.1-STABLE amd64 >Organization: >Environment: FreeBSD appserv.xxxxxxxxx 9.1-STABLE FreeBSD 9.1-STABLE #3: Wed May 8 12:51:21 MSK 2013 XXXXXXXXXXXXXXXX:/usr/src/sys/amd64/compile/APPSERV amd64 >Description: When entering the title page of the Trac system after the upgrade, I get the following error in /var/log/http-error.log: [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] ServerName: 'appserv.xxxxxxxxxx' [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] DocumentRoot: '/usr/local/spool/www' [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] URI: '/bt' [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] Location: '/bt' [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] Directory: None [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] Filename: '/usr/local/spool/www/bt' [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] PathInfo: '' [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] Traceback (most recent call last): [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] File "/usr/local/lib/python2.7/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch\n default=default_handler, arg=req, silent=hlist.silent) [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] File "/usr/local/lib/python2.7/site-packages/mod_python/importer.py", line 1229, in _process_target\n result = _execute_target(config, req, object, arg) [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] File "/usr/local/lib/python2.7/site-packages/mod_python/importer.py", line 1128, in _execute_target\n result = object(arg) [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] File "build/bdist.freebsd-9.1-PRERELEASE-amd64/egg/trac/web/modpython_frontend.py", line 146, in handler\n pkg_resources.require('Trac==%s' % VERSION) [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] File "build/bdist.freebsd-9.1-STABLE-amd64/egg/pkg_resources.py", line 696, in require\n needed = self.resolve(parse_requirements(requirements)) [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] File "build/bdist.freebsd-9.1-STABLE-amd64/egg/pkg_resources.py", line 598, in resolve\n raise VersionConflict(dist,req) # XXX put more info here [Tue Jun 04 17:39:09 2013] [error] [client 10.215.84.48] VersionConflict: (Genshi 0.7 (/usr/local/lib/python2.7/site-packages/Genshi-0.7-py2.7-freebsd-9.1-STABLE-amd64.egg), Requirement.parse('Genshi>=0.6,<0.7dev')) >How-To-Repeat: Perform `portsnap fetch update && portupgrade -a` with the following (relevant) packages installed: www/trac www/trac-estimator www/trac-graphviz www/trac-mastertickets www/trac-remind www/trac-revtree www/trac-timingandestimation textproc/py-genshi >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 14: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 44D09335; Tue, 4 Jun 2013 14: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 1EF9312F7; Tue, 4 Jun 2013 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54E0AO2054142; Tue, 4 Jun 2013 14:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54E09IQ054141; Tue, 4 Jun 2013 14:00:09 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 14:00:09 GMT Message-Id: <201306041400.r54E09IQ054141@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179301: New textproc/py-genshi is incompatible with www/trac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 14:00:10 -0000 Synopsis: New textproc/py-genshi is incompatible with www/trac Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Jun 4 14:00:09 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179301 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 14: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 13EC0337; Tue, 4 Jun 2013 14: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 E24F112F8; Tue, 4 Jun 2013 14:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54E0Bug055640; Tue, 4 Jun 2013 14:00:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54E0B6n055639; Tue, 4 Jun 2013 14:00:11 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 14:00:11 GMT Message-Id: <201306041400.r54E0B6n055639@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nivit@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179301: New textproc/py-genshi is incompatible with www/trac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 14:00:12 -0000 Synopsis: New textproc/py-genshi is incompatible with www/trac Responsible-Changed-From-To: freebsd-ports-bugs->nivit Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 14: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=179301 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 14: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 41F92625 for ; Tue, 4 Jun 2013 14: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 2431E1399 for ; Tue, 4 Jun 2013 14:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54EA47v056143 for ; Tue, 4 Jun 2013 14:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54EA4Kw056142; Tue, 4 Jun 2013 14:10:04 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 14:10:04 GMT Resent-Message-Id: <201306041410.r54EA4Kw056142@freefall.freebsd.org> 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 B1F0342E for ; Tue, 4 Jun 2013 14:05:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id A3C9F1346 for ; Tue, 4 Jun 2013 14:05:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54E55T6053779 for ; Tue, 4 Jun 2013 14:05:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54E55Nt053776; Tue, 4 Jun 2013 14:05:05 GMT (envelope-from nobody) Message-Id: <201306041405.r54E55Nt053776@oldred.freebsd.org> Date: Tue, 4 Jun 2013 14:05:05 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179302: [patch] audio/beets various fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 14:10:04 -0000 >Number: 179302 >Category: ports >Synopsis: [patch] audio/beets various fixes >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 Jun 04 14:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: fixes to RUN_DEPENDS reported by enduser https://redports.org/buildarchive/20130604135500-43497/ >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319855) +++ Makefile (working copy) @@ -3,16 +3,19 @@ PORTNAME= beets PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP MAINTAINER= feld@feld.me COMMENT= A media library management system for obsessive-compulsive music geeks -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.21:${PORTSDIR}/audio/py-mutagen \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:${PORTSDIR}/converters/py-unidecode \ ${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0:${PORTSDIR}/audio/py-musicbrainzngs \ - ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres + ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 MAN1= beet.1 MAN5= beetsconfig.5 @@ -29,7 +32,7 @@ .include .if ${PORT_OPTIONS:MCHROMA} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-acoustid +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-pyacoustid .endif .if ${PORT_OPTIONS:MFFMPEG} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 14: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 3E97C656; Tue, 4 Jun 2013 14: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 197F5139D; Tue, 4 Jun 2013 14:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54EABIj056228; Tue, 4 Jun 2013 14:10:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54EABYl056227; Tue, 4 Jun 2013 14:10:11 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 14:10:11 GMT Message-Id: <201306041410.r54EABYl056227@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179302: [patch] audio/beets various fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 14:10:12 -0000 Synopsis: [patch] audio/beets various fixes Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 14:10:11 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=179302 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 14:13:24 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 C55387C8; Tue, 4 Jun 2013 14:13:24 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) by mx1.freebsd.org (Postfix) with ESMTP id B2D881448; Tue, 4 Jun 2013 14:13:24 +0000 (UTC) Received: from [10.1.3.5] (cnet520-windstream.mcclatchyinteractive.com [166.108.16.2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 88B081A24AC; Tue, 4 Jun 2013 14:13:18 +0000 (UTC) Message-ID: <51ADF5FD.1010706@mail.lifanov.com> Date: Tue, 04 Jun 2013 10:13:17 -0400 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130531 Thunderbird/17.0.6 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/179082: [patch] games/wtf cleanup and update to 20120228 References: <201305291630.r4TGU0jk076194@freefall.freebsd.org> In-Reply-To: <201305291630.r4TGU0jk076194@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 14:13:24 -0000 On 05/29/13 12:30, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/179082'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=179082 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: [patch] games/wtf cleanup and update to 20120228 >> Arrival-Date: Wed May 29 16:30:00 UTC 2013 I have an updated port to version 20130527. I have a script that can track NetBSD and generate these seamlessly and I would be willing to maintain it. Please see the new patch. Index: Makefile =================================================================== --- Makefile (revision 319855) +++ Makefile (working copy) @@ -1,17 +1,10 @@ -# ex:ts=8 -# New ports collection makefile for: wtf -# Date created: 29 December 2001 -# Whom: Maxime Henrion -# +# Created by: Maxime Henrion # $FreeBSD$ -# PORTNAME= wtf -PORTVERSION= 20111107 +PORTVERSION= 20130527 CATEGORIES= games -MASTER_SITES= http://tuxaco.net/downloads/ \ - http://download.goodking.org/downloads/ \ - http://files.etoilebsd.net/goodking/ +MASTER_SITES= SF/bsdwtf MAINTAINER= jadawin@FreeBSD.org COMMENT= Translates common Internet acronyms Index: distinfo =================================================================== --- distinfo (revision 319855) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (wtf-20111107.tar.gz) = 7d1a24bdfbec2b8cf6448b9d42e557ad1ac231fc9d1ae2e0d4245b206edba908 -SIZE (wtf-20111107.tar.gz) = 21618 +SHA256 (wtf-20130527.tar.gz) = 92eb207e760dfb1d4e5e5db1dc605fd9347e955fb41423ee6f122fdeaa01117b +SIZE (wtf-20130527.tar.gz) = 22271 Index: pkg-descr =================================================================== --- pkg-descr (revision 319855) +++ pkg-descr (working copy) @@ -1,3 +1,3 @@ Wtf is little shell script taken from NetBSD's CVS repository which translates acronyms. These acronyms are kept in a file located at -${PREFIX}/share/misc/acronyms. +${PREFIX}/share/wtf/acronyms. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 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 12571186 for ; Tue, 4 Jun 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 E9DA716FE for ; Tue, 4 Jun 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Ee0pL062083 for ; Tue, 4 Jun 2013 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ee043062082; Tue, 4 Jun 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 14:40:00 GMT Resent-Message-Id: <201306041440.r54Ee043062082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, arrowdodger <6yearold@gmail.com> Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 98D01180 for ; Tue, 4 Jun 2013 14:39:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 87A6B16FA for ; Tue, 4 Jun 2013 14:39:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54EdbXw059071 for ; Tue, 4 Jun 2013 14:39:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54EdbQR059070; Tue, 4 Jun 2013 14:39:37 GMT (envelope-from nobody) Message-Id: <201306041439.r54EdbQR059070@oldred.freebsd.org> Date: Tue, 4 Jun 2013 14:39:37 GMT From: arrowdodger <6yearold@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179303: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.7.1 -> 2.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: Tue, 04 Jun 2013 14:40:01 -0000 >Number: 179303 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.7.1 -> 2.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: arrowdodger >Release: 9-stable >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/tortoisehg2/Makefile ./Makefile --- /usr/ports/devel/tortoisehg2/Makefile 2013-04-24 22:10:30.000000000 +0400 +++ ./Makefile 2013-06-04 18:14:46.354173302 +0400 @@ -1,7 +1,7 @@ # $FreeBSD: devel/tortoisehg2/Makefile 316464 2013-04-24 18:10:30Z ak $ PORTNAME= tortoisehg -PORTVERSION= 2.7.1 +PORTVERSION= 2.8 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ diff -ruN /usr/ports/devel/tortoisehg2/distinfo ./distinfo --- /usr/ports/devel/tortoisehg2/distinfo 2013-03-18 12:27:56.000000000 +0400 +++ ./distinfo 2013-06-03 11:44:48.437100599 +0400 @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-2.7.1.tar.gz) = d279432f612b2fe9790a4601119aaf50024bf2372cad2df76b9aea24c1c843c6 -SIZE (tortoisehg-2.7.1.tar.gz) = 8954742 +SHA256 (tortoisehg-2.8.tar.gz) = 473aba6d925f91a8461166bcfd5e21a28d05ce810f96cefb4184bd2cbb388fde +SIZE (tortoisehg-2.8.tar.gz) = 8978628 diff -ruN /usr/ports/devel/tortoisehg2/pkg-plist ./pkg-plist --- /usr/ports/devel/tortoisehg2/pkg-plist 2013-02-19 08:55:37.000000000 +0400 +++ ./pkg-plist 2013-06-04 18:33:00.134178382 +0400 @@ -333,6 +333,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/util/debugthg.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/debugthg.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/debugthg.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/util/editor.py +%%PYTHON_SITELIBDIR%%/tortoisehg/util/editor.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/util/editor.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.pyo @@ -351,12 +354,12 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.pyo -%%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.py -%%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.pyc -%%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/shlib.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/shlib.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/shlib.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/util/terminal.py +%%PYTHON_SITELIBDIR%%/tortoisehg/util/terminal.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/util/terminal.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/thgstatus.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/thgstatus.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/thgstatus.pyo @@ -471,6 +474,7 @@ share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-bad-good.svg share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-good-bad.svg share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect.svg +share/pixmaps/tortoisehg/icons/scalable/actions/hg-bundle.svg share/pixmaps/tortoisehg/icons/scalable/actions/hg-clone.svg share/pixmaps/tortoisehg/icons/scalable/actions/hg-commit.svg share/pixmaps/tortoisehg/icons/scalable/actions/hg-compress.svg @@ -541,6 +545,7 @@ share/pixmaps/tortoisehg/icons/scalable/actions/view-file.svg share/pixmaps/tortoisehg/icons/scalable/actions/view-filter.svg share/pixmaps/tortoisehg/icons/scalable/actions/view-refresh.svg +share/pixmaps/tortoisehg/icons/scalable/actions/view-hidden.svg share/pixmaps/tortoisehg/icons/scalable/actions/visualdiff.svg share/pixmaps/tortoisehg/icons/scalable/apps/help-browser.svg share/pixmaps/tortoisehg/icons/scalable/apps/help-readme.svg >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 16:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A4DF88E for ; Tue, 4 Jun 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 710671CB6 for ; Tue, 4 Jun 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54GU0Zc084161 for ; Tue, 4 Jun 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54GU0wC084160; Tue, 4 Jun 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 16:30:00 GMT Resent-Message-Id: <201306041630.r54GU0wC084160@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ilya Makarov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 661324AF for ; Tue, 4 Jun 2013 16:23:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 575F51C6A for ; Tue, 4 Jun 2013 16:23:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54GN2fs093936 for ; Tue, 4 Jun 2013 16:23:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54GN2Lp093935; Tue, 4 Jun 2013 16:23:02 GMT (envelope-from nobody) Message-Id: <201306041623.r54GN2Lp093935@oldred.freebsd.org> Date: Tue, 4 Jun 2013 16:23:02 GMT From: Ilya Makarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179305: new port. p5-Dancer2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 16:30:00 -0000 >Number: 179305 >Category: ports >Synopsis: new port. p5-Dancer2 >Confidential: no >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 Jun 04 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ilya Makarov >Release: 9.1 >Organization: >Environment: >Description: p5-Dancer2 - Dancer2. Lightweight yet powerful web application framework >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: # # p5-Dancer2 # p5-Dancer2/pkg-plist # p5-Dancer2/distinfo # p5-Dancer2/Makefile # p5-Dancer2/pkg-descr # echo c - p5-Dancer2 mkdir -p p5-Dancer2 > /dev/null 2>&1 echo x - p5-Dancer2/pkg-plist sed 's/^X//' >p5-Dancer2/pkg-plist << 'a62c3b5471546fa2cf849d7d1600f03c' Xbin/dancer2 X%%SITE_PERL%%/Dancer2.pm X%%SITE_PERL%%/Dancer2/Config.pod X%%SITE_PERL%%/Dancer2/Cookbook.pod X%%SITE_PERL%%/Dancer2/Core.pm X%%SITE_PERL%%/Dancer2/Core/App.pm X%%SITE_PERL%%/Dancer2/Core/Context.pm X%%SITE_PERL%%/Dancer2/Core/Cookie.pm X%%SITE_PERL%%/Dancer2/Core/DSL.pm X%%SITE_PERL%%/Dancer2/Core/Dispatcher.pm X%%SITE_PERL%%/Dancer2/Core/Error.pm X%%SITE_PERL%%/Dancer2/Core/Factory.pm X%%SITE_PERL%%/Dancer2/Core/Hook.pm X%%SITE_PERL%%/Dancer2/Core/MIME.pm X%%SITE_PERL%%/Dancer2/Core/Request.pm X%%SITE_PERL%%/Dancer2/Core/Request/Upload.pm X%%SITE_PERL%%/Dancer2/Core/Response.pm X%%SITE_PERL%%/Dancer2/Core/Role/Config.pm X%%SITE_PERL%%/Dancer2/Core/Role/DSL.pm X%%SITE_PERL%%/Dancer2/Core/Role/Engine.pm X%%SITE_PERL%%/Dancer2/Core/Role/Handler.pm X%%SITE_PERL%%/Dancer2/Core/Role/Headers.pm X%%SITE_PERL%%/Dancer2/Core/Role/Hookable.pm X%%SITE_PERL%%/Dancer2/Core/Role/Logger.pm X%%SITE_PERL%%/Dancer2/Core/Role/Serializer.pm X%%SITE_PERL%%/Dancer2/Core/Role/Server.pm X%%SITE_PERL%%/Dancer2/Core/Role/SessionFactory.pm X%%SITE_PERL%%/Dancer2/Core/Role/SessionFactory/File.pm X%%SITE_PERL%%/Dancer2/Core/Role/StandardResponses.pm X%%SITE_PERL%%/Dancer2/Core/Role/Template.pm X%%SITE_PERL%%/Dancer2/Core/Route.pm X%%SITE_PERL%%/Dancer2/Core/Runner.pm X%%SITE_PERL%%/Dancer2/Core/Server/PSGI.pm X%%SITE_PERL%%/Dancer2/Core/Server/Standalone.pm X%%SITE_PERL%%/Dancer2/Core/Session.pm X%%SITE_PERL%%/Dancer2/Core/Time.pm X%%SITE_PERL%%/Dancer2/Core/Types.pm X%%SITE_PERL%%/Dancer2/Deployment.pod X%%SITE_PERL%%/Dancer2/Development.pod X%%SITE_PERL%%/Dancer2/FileUtils.pm X%%SITE_PERL%%/Dancer2/Handler/AutoPage.pm X%%SITE_PERL%%/Dancer2/Handler/File.pm X%%SITE_PERL%%/Dancer2/Logger/Capture.pm X%%SITE_PERL%%/Dancer2/Logger/Capture/Trap.pm X%%SITE_PERL%%/Dancer2/Logger/Console.pm X%%SITE_PERL%%/Dancer2/Logger/Diag.pm X%%SITE_PERL%%/Dancer2/Logger/File.pm X%%SITE_PERL%%/Dancer2/Logger/Note.pm X%%SITE_PERL%%/Dancer2/Logger/Null.pm X%%SITE_PERL%%/Dancer2/Manual.pod X%%SITE_PERL%%/Dancer2/Manual/Developers.pod X%%SITE_PERL%%/Dancer2/Manual/Hooks.pod X%%SITE_PERL%%/Dancer2/ModuleLoader.pm X%%SITE_PERL%%/Dancer2/Plugin.pm X%%SITE_PERL%%/Dancer2/Plugin/Ajax.pm X%%SITE_PERL%%/Dancer2/Plugins.pod X%%SITE_PERL%%/Dancer2/Serializer/Dumper.pm X%%SITE_PERL%%/Dancer2/Serializer/JSON.pm X%%SITE_PERL%%/Dancer2/Serializer/YAML.pm X%%SITE_PERL%%/Dancer2/Session/Simple.pm X%%SITE_PERL%%/Dancer2/Session/YAML.pm X%%SITE_PERL%%/Dancer2/Template/Implementation/ForkedTiny.pm X%%SITE_PERL%%/Dancer2/Template/Simple.pm X%%SITE_PERL%%/Dancer2/Template/TemplateToolkit.pm X%%SITE_PERL%%/Dancer2/Template/Tiny.pm X%%SITE_PERL%%/Dancer2/Test.pm X%%SITE_PERL%%/Dancer2/Tutorial.pod X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2 X@dirrm %%SITE_PERL%%/Dancer2/Template/Implementation X@dirrm %%SITE_PERL%%/Dancer2/Template X@dirrm %%SITE_PERL%%/Dancer2/Session X@dirrm %%SITE_PERL%%/Dancer2/Serializer X@dirrm %%SITE_PERL%%/Dancer2/Plugin X@dirrm %%SITE_PERL%%/Dancer2/Manual X@dirrm %%SITE_PERL%%/Dancer2/Logger/Capture X@dirrm %%SITE_PERL%%/Dancer2/Logger X@dirrm %%SITE_PERL%%/Dancer2/Handler X@dirrm %%SITE_PERL%%/Dancer2/Core/Server X@dirrm %%SITE_PERL%%/Dancer2/Core/Role/SessionFactory X@dirrm %%SITE_PERL%%/Dancer2/Core/Role X@dirrm %%SITE_PERL%%/Dancer2/Core/Request X@dirrm %%SITE_PERL%%/Dancer2/Core X@dirrm %%SITE_PERL%%/Dancer2 a62c3b5471546fa2cf849d7d1600f03c echo x - p5-Dancer2/distinfo sed 's/^X//' >p5-Dancer2/distinfo << '48358ed778991c435a7cab8bd28697db' XSHA256 (Dancer2-0.04.tar.gz) = d8eb5bcfa05bdc6656fc375ba2c27c1f3a3560e47bd78097a4d00eeb070ee1b5 XSIZE (Dancer2-0.04.tar.gz) = 223429 48358ed778991c435a7cab8bd28697db echo x - p5-Dancer2/Makefile sed 's/^X//' >p5-Dancer2/Makefile << '601b5c67e81e0df9d7ac3496185f0e21' X# New ports collection makefile for: Dancer2 X# Date created: 28 May 2013 X# Whom: Ilya Makarov > X# X# $FreeBSD: ports/www/p5-Dancer/Makefile,v 1.23 2012/11/17 06:02:48 svnexp Exp $ X# X XPORTNAME= Dancer2 XPORTVERSION= 0.04 XCATEGORIES= www perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= CPAN:SUKRIA XPKGNAMEPREFIX= p5- X XMAINTAINER= makarov.tula@gmail.com XCOMMENT= Perl extension for minimal-effort oriented web application framework X XLICENSE= ART10 GPLv1 XLICENSE_COMB= dual X XRUN_DEPENDS= \ X p5-libwww>0:${PORTSDIR}/www/p5-libwww \ X p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \ X p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \ X p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \ X p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ X p5-URI>=1.59:${PORTSDIR}/net/p5-URI \ X p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny \ X p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML \ X p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ X p5-Moo>0:${PORTSDIR}/devel/p5-Moo \ X p5-MooX-Types-MooseLike>=0.23:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \ X p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ X p5-Plack>0:${PORTSDIR}/www/p5-Plack \ X p5-Config-Any>0:${PORTSDIR}/devel/p5-Config-Any \ X p5-Template-Tiny>0:${PORTSDIR}/textproc/p5-Template-Tiny \ X p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ X p5-Test-TCP>=1.13:${PORTSDIR}/devel/p5-Test-TCP \ X p5-Dancer>=1.3110:${PORTSDIR}/www/p5-Dancer \ X p5-Test-MockTime>0:${PORTSDIR}/devel/p5-Test-MockTime \ X p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny XBUILD_DEPENDS:= ${RUN_DEPENDS} X X.include X XPERL_CONFIGURE= yes X XMAN1= dancer2.1 XMAN3= Dancer2.3 \ X Dancer2::Logger::Null.3 \ X Dancer2::ModuleLoader.3 \ X Dancer2::Logger::Console.3 \ X Dancer2::Core::Role::StandardResponses.3 \ X Dancer2::Template::Implementation::ForkedTiny.3 \ X Dancer2::Core::Role::Headers.3 \ X Dancer2::Template::TemplateToolkit.3 \ X Dancer2::Manual.3 \ X Dancer2::Core::Factory.3 \ X Dancer2::Core::Role::DSL.3 \ X Dancer2::Core::Cookie.3 \ X Dancer2::Core::Server::PSGI.3 \ X Dancer2::Development.3 \ X Dancer2::Core::MIME.3 \ X Dancer2::Tutorial.3 \ X Dancer2::Core::Role::Config.3 \ X Dancer2::Config.3 \ X Dancer2::Core::Dispatcher.3 \ X Dancer2::Manual::Developers.3 \ X Dancer2::Template::Simple.3 \ X Dancer2::Core::Role::Template.3 \ X Dancer2::Test.3 \ X Dancer2::Core::DSL.3 \ X Dancer2::Core::Response.3 \ X Dancer2::Serializer::JSON.3 \ X Dancer2::Plugin.3 \ X Dancer2::Core::Server::Standalone.3 \ X Dancer2::Core::Hook.3 \ X Dancer2::Handler::File.3 \ X Dancer2::Core.3 \ X Dancer2::Core::Time.3 \ X Dancer2::Manual::Hooks.3 \ X Dancer2::Core::Role::Server.3 \ X Dancer2::Logger::Capture::Trap.3 \ X Dancer2::Core::Role::Logger.3 \ X Dancer2::Core::Role::Hookable.3 \ X Dancer2::Serializer::Dumper.3 \ X Dancer2::Logger::File.3 \ X Dancer2::Core::Runner.3 \ X Dancer2::Cookbook.3 \ X Dancer2::Core::App.3 \ X Dancer2::Template::Tiny.3 \ X Dancer2::Logger::Note.3 \ X Dancer2::Core::Role::SessionFactory::File.3 \ X Dancer2::Core::Request::Upload.3 \ X Dancer2::Plugins.3 \ X Dancer2::Core::Context.3 \ X Dancer2::Session::Simple.3 \ X Dancer2::Logger::Diag.3 \ X Dancer2::Plugin::Ajax.3 \ X Dancer2::Core::Error.3 \ X Dancer2::Core::Route.3 \ X Dancer2::FileUtils.3 \ X Dancer2::Handler::AutoPage.3 \ X Dancer2::Core::Role::Engine.3 \ X Dancer2::Session::YAML.3 \ X Dancer2::Core::Session.3 \ X Dancer2::Core::Types.3 \ X Dancer2::Core::Role::SessionFactory.3 \ X Dancer2::Core::Role::Serializer.3 \ X Dancer2::Logger::Capture.3 \ X Dancer2::Serializer::YAML.3 \ X Dancer2::Core::Request.3 \ X Dancer2::Deployment.3 \ X Dancer2::Core::Role::Handler.3 X X.include 601b5c67e81e0df9d7ac3496185f0e21 echo x - p5-Dancer2/pkg-descr sed 's/^X//' >p5-Dancer2/pkg-descr << '60d3d4eb43729c5f4200b037da1ebc30' XA minimal-effort oriented web application framework. X XWWW: http://search.cpan.org/dist/Dancer2/ 60d3d4eb43729c5f4200b037da1ebc30 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 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 CC59D890 for ; Tue, 4 Jun 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 B426D1CB8 for ; Tue, 4 Jun 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54GU0rv084198 for ; Tue, 4 Jun 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54GU09r084189; Tue, 4 Jun 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 16:30:00 GMT Resent-Message-Id: <201306041630.r54GU09r084189@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ilya Makarov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E0696861 for ; Tue, 4 Jun 2013 16:27:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id B95431CA0 for ; Tue, 4 Jun 2013 16:27:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54GRXTS094993 for ; Tue, 4 Jun 2013 16:27:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54GRXGX094992; Tue, 4 Jun 2013 16:27:33 GMT (envelope-from nobody) Message-Id: <201306041627.r54GRXGX094992@oldred.freebsd.org> Date: Tue, 4 Jun 2013 16:27:33 GMT From: Ilya Makarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179306: new port. p5-MooX-Types-MooseLike-Numeric X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 16:30:00 -0000 >Number: 179306 >Category: ports >Synopsis: new port. p5-MooX-Types-MooseLike-Numeric >Confidential: no >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 Jun 04 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ilya Makarov >Release: 9.1 >Organization: >Environment: >Description: p5-MooX-Types-MooseLike-Numeric - Moo types for numbers >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: # # p5-MooX-Types-MooseLike-Numeric # p5-MooX-Types-MooseLike-Numeric/Makefile # p5-MooX-Types-MooseLike-Numeric/pkg-descr # p5-MooX-Types-MooseLike-Numeric/distinfo # p5-MooX-Types-MooseLike-Numeric/pkg-plist # echo c - p5-MooX-Types-MooseLike-Numeric mkdir -p p5-MooX-Types-MooseLike-Numeric > /dev/null 2>&1 echo x - p5-MooX-Types-MooseLike-Numeric/Makefile sed 's/^X//' >p5-MooX-Types-MooseLike-Numeric/Makefile << '6162b538f1570a784c1e65e6056102fc' X# New ports collection makefile for: Dancer2 X# Date created: 28 May 2013 X# Whom: Ilya Makarov > X# X# $FreeBSD: ports/www/p5-Dancer/Makefile,v 1.23 2012/11/17 06:02:48 svnexp Exp $ X# X XPORTNAME= MooX-Types-MooseLike-Numeric XPORTVERSION= 1.01 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= CPAN:MATEU XPKGNAMEPREFIX= p5- X XMAINTAINER= makarov.tula@gmail.com XCOMMENT= Moo types for numbers X XLICENSE= ART10 GPLv1 XLICENSE_COMB= dual X XRUN_DEPENDS= \ X p5-MooX-Types-MooseLike>=0.23:${PORTSDIR}/devel/p5-MooX-Types-MooseLike XBUILD_DEPENDS:= ${RUN_DEPENDS} X X.include X XPERL_CONFIGURE= yes X XMAN3= MooX::Types::MooseLike::Numeric.3 X X.include 6162b538f1570a784c1e65e6056102fc echo x - p5-MooX-Types-MooseLike-Numeric/pkg-descr sed 's/^X//' >p5-MooX-Types-MooseLike-Numeric/pkg-descr << '1e4e9bb37d7c15d74963910a00226aab' XMoo types for numbers. Adpated from MooseX::Types::Common::Numeric X XWWW: http://search.cpan.org/dist/p5-MooX-Types-MooseLike-Numeric/ 1e4e9bb37d7c15d74963910a00226aab echo x - p5-MooX-Types-MooseLike-Numeric/distinfo sed 's/^X//' >p5-MooX-Types-MooseLike-Numeric/distinfo << '378d35e1d51062af5c904ae111dd2014' XSHA256 (MooX-Types-MooseLike-Numeric-1.01.tar.gz) = 98d6e5248c941e85adbbb5dc4f767fc226046440616ecfa309fd9f6cdf9688d7 XSIZE (MooX-Types-MooseLike-Numeric-1.01.tar.gz) = 3575 378d35e1d51062af5c904ae111dd2014 echo x - p5-MooX-Types-MooseLike-Numeric/pkg-plist sed 's/^X//' >p5-MooX-Types-MooseLike-Numeric/pkg-plist << 'ed074825baa48d80d1e8822776c7a7ff' X%%SITE_PERL%%/MooX/Types/MooseLike/Numeric.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooX-Types-MooseLike-Numeric/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooX-Types-MooseLike-Numeric X@dirrm %%SITE_PERL%%/MooX/Types/MooseLike X@dirrm %%SITE_PERL%%/MooX/Types X@dirrm %%SITE_PERL%%/MooX ed074825baa48d80d1e8822776c7a7ff exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 17:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5D5389A5 for ; Tue, 4 Jun 2013 17: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 3FFE91085 for ; Tue, 4 Jun 2013 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54HU1nF096551 for ; Tue, 4 Jun 2013 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54HU1lJ096550; Tue, 4 Jun 2013 17:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 17:30:01 GMT Resent-Message-Id: <201306041730.r54HU1lJ096550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 57E1C855 for ; Tue, 4 Jun 2013 17:25:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4AE181056 for ; Tue, 4 Jun 2013 17:25:00 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54HOxSk068383 for ; Tue, 4 Jun 2013 17:24:59 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54HOxnc068370; Tue, 4 Jun 2013 17:24:59 GMT (envelope-from nobody) Message-Id: <201306041724.r54HOxnc068370@oldred.freebsd.org> Date: Tue, 4 Jun 2013 17:24:59 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179307: [PATCH] x11-toolkits/p5-Gtk2 fails to build in non-UTF8 enviroment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 17:30:01 -0000 >Number: 179307 >Category: ports >Synopsis: [PATCH] x11-toolkits/p5-Gtk2 fails to build in non-UTF8 enviroment >Confidential: no >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 Jun 04 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #18 r251216M: Sat Jun 1 13:23:28 CEST 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: This port assumes UTF-8 build enviroment and fails otherwise: [ CC build/constants.c ] cp Gtk2.bs blib/arch/auto/Gtk2/Gtk2.bs chmod 644 blib/arch/auto/Gtk2/Gtk2.bs rm -f blib/arch/auto/Gtk2/Gtk2.so [ LD blib/arch/auto/Gtk2/Gtk2.so ] chmod 755 blib/arch/auto/Gtk2/Gtk2.so Creating stock items POD... Creating enum POD... Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Malformed UTF-8 character (unexpected end of string) in length at tools/podifystockitems.pl line 52. Generating POD... Loaded 9 extra types from doctypes Loaded 2 extra types from /usr/local/lib/perl5/site_perl/5.14.2/mach/Pango/Install/doctypes Loaded 8 extra types from /usr/local/lib/perl5/site_perl/5.14.2/mach/Glib/Install/doctypes Loaded 7 extra types from /usr/local/lib/perl5/site_perl/5.14.2/mach/Cairo/Install/doctypes Malformed UTF-8 character (fatal) at /usr/local/lib/perl5/5.14.2/mach/Data/Dumper.pm line 682. gmake: *** [build/podindex] Błąd 25 ===> Compilation failed unexpectedly. You have chosen to use multiple make jobs (parallelization) for all ports. This port was not tested for this setting. Please remove FORCE_MAKE_JOBS and retry the build before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/local/tinderbox/portstrees/FreeBSD/ports/x11-toolkits/p5-Gtk2 [corn:ports/x11-toolkits/p5-Gtk2]# echo $LANG pl_PL.ISO8859-2 Attached patch fixes build for me by forcing LANG=C while building. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/x11-toolkits/p5-Gtk2/Makefile x11-toolkits/p5-Gtk2/Makefile --- /usr/ports/x11-toolkits/p5-Gtk2/Makefile 2012-11-17 07:03:37.000000000 +0100 +++ x11-toolkits/p5-Gtk2/Makefile 2013-05-27 23:05:54.000000000 +0200 @@ -27,6 +27,7 @@ PERL_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV+= FORCE_GMAKE=yes +MAKE_ENV+= LANG=C post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 17: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 CC8209A8 for ; Tue, 4 Jun 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 BF8DD1087 for ; Tue, 4 Jun 2013 17:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54HU2Nb096557 for ; Tue, 4 Jun 2013 17:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54HU28O096556; Tue, 4 Jun 2013 17:30:02 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 17:30:02 GMT Message-Id: <201306041730.r54HU28O096556@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Anderson Guzman Subject: Re: ports/179165: graphics/openimageio fail to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anderson Guzman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 17:30:02 -0000 The following reply was made to PR ports/179165; it has been noted by GNATS. From: Anderson Guzman To: Shane Ambler Cc: bug-followup@FreeBSD.org Subject: Re: ports/179165: graphics/openimageio fail to compile Date: Tue, 4 Jun 2013 12:56:49 -0430 Hi Shane, nice to write you again... I'll response to you between lines > I thought the GLIBCXX_3.4.11 came from gcc46 but the same appears to be > generated when building with gcc48. The rpath should end with gcc48 if > you have gcc48 and not gcc46. Yes, the rpath should be gcc48 and not gcc46... > Are you building with gcc48 by adding USE_GCC=4.8 or are you doing > CC=gcc48? Using USE_GCC should add the rpath setting for you. The 2nd try to compile ports/openimageio only I edit GH_COMMIT in MakeFile and /etc/make.conf is untouched... I never try adding USE_GCC=4.8 > > If opencolorio and openimageio are both built with gcc from the base > system you might still get the GLIBCXX linking issue through boost-libs. I checked GLIBCXX strings from libboost 1.52.0: Boost: # strings /usr/local/lib/libboost_filesystem.so | grep GLIBCXX GLIBCXX_3.4 Your comment invite me to check opencolorio GLIBCXX strings and I see that is linking to gcc48 (GLIBCXX_3.4.11), later I uninstalled opencolorio and try to compile it again but with gcc from base. Opencolorio was installed perfectly and later I try to compile openimageio and it compile perfect too... > I'll attach a patch here to fix the gcc48 compilation which I will add > to the 1.1.11 update. You can either save it to > /usr/ports/graphics/openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp > or wait for the update to be applied. > When 1.1.11 update is available in ports tree I'll test it with gcc48... Thanks for your time Shane, efforts and fast response, -- Anderson Guzman From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 17:30: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 D89349DC; Tue, 4 Jun 2013 17:30: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 B4289108B; Tue, 4 Jun 2013 17:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54HUDhG096643; Tue, 4 Jun 2013 17:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54HUDhJ096642; Tue, 4 Jun 2013 17:30:13 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 17:30:13 GMT Message-Id: <201306041730.r54HUDhJ096642@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179307: [PATCH] x11-toolkits/p5-Gtk2 fails to build in non-UTF8 enviroment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 17:30:13 -0000 Synopsis: [PATCH] x11-toolkits/p5-Gtk2 fails to build in non-UTF8 enviroment Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 17:30:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179307 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 17:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 93793B1E for ; Tue, 4 Jun 2013 17:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 75B6910FB for ; Tue, 4 Jun 2013 17:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54He0p4098402 for ; Tue, 4 Jun 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54He0fT098401; Tue, 4 Jun 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 17:40:00 GMT Resent-Message-Id: <201306041740.r54He0fT098401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anderson Guzman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFC3AAE1 for ; Tue, 4 Jun 2013 17:36:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id B178310DE for ; Tue, 4 Jun 2013 17:36:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54HaqvF045030 for ; Tue, 4 Jun 2013 17:36:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54HaqEA045029; Tue, 4 Jun 2013 17:36:52 GMT (envelope-from nobody) Message-Id: <201306041736.r54HaqEA045029@oldred.freebsd.org> Date: Tue, 4 Jun 2013 17:36:52 GMT From: Anderson Guzman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179308: lang/python33 don't compile in 9.1 amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 17:40:00 -0000 >Number: 179308 >Category: ports >Synopsis: lang/python33 don't compile in 9.1 amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anderson Guzman >Release: 9.1 >Organization: Pendulo Software >Environment: FreeBSD orion.pendulosoftware.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Thu May 30 18:41:06 VET 2013 root@orion.pendulosoftware.com:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: > /usr/ports/lang/python33/work/python-shared3.3-config ===> Applying FreeBSD patches for python33-3.3.2 ===> python33-3.3.2 depends on executable: gmake - found ===> python33-3.3.2 depends on shared library: intl - found ===> Configuring for python33-3.3.2 configure: loading site script /usr/ports/Templates/config.site checking build system type... Invalid configuration `amd64-portbld-freebsd9.1': machine `amd64-portbld' not recognized configure: error: /bin/sh ./../config.sub amd64-portbld-freebsd9.1 failed ===> Script "../configure" failed unexpectedly. Please report the problem to python@FreeBSD.org [maintainer] and attach the "/usr/ports/lang/python33/work/Python-3.3.2/portbld.static/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info -Ea). *** [do-configure] Error code 1 Stop in /usr/ports/lang/python33. *** [build] Error code 1 Stop in /usr/ports/lang/python33. ===>>> make failed for lang/python33 ===>>> Aborting update ===>>> Update for lang/python33 failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster graphics/blender lang/python33 ===>>> Exiting --------------- config.log : http://pastebin.com/pgmbe4G2 packages installed on system: http://pastebin.com/aU29Xt81 >How-To-Repeat: portmaster lang/python33 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 17:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 393D6B67; Tue, 4 Jun 2013 17: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 143081102; Tue, 4 Jun 2013 17:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54He8uo098535; Tue, 4 Jun 2013 17:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54He8lt098534; Tue, 4 Jun 2013 17:40:08 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 17:40:08 GMT Message-Id: <201306041740.r54He8lt098534@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179308: lang/python33 don't compile in 9.1 amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 17:40:09 -0000 Synopsis: lang/python33 don't compile in 9.1 amd64 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 17:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179308 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:00: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 4F4B1E21 for ; Tue, 4 Jun 2013 18:00: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 361C911B6 for ; Tue, 4 Jun 2013 18:00:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54I04W0002168 for ; Tue, 4 Jun 2013 18:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54I04pP002167; Tue, 4 Jun 2013 18:00:04 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 18:00:04 GMT Resent-Message-Id: <201306041800.r54I04pP002167@freefall.freebsd.org> 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 63DFAD99 for ; Tue, 4 Jun 2013 17:50:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 56937116E for ; Tue, 4 Jun 2013 17:50:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54Hnx6U003459 for ; Tue, 4 Jun 2013 17:49:59 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54HnxXj003455; Tue, 4 Jun 2013 17:49:59 GMT (envelope-from nobody) Message-Id: <201306041749.r54HnxXj003455@oldred.freebsd.org> Date: Tue, 4 Jun 2013 17:49:59 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179309: [patch] audio/mumble update to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 18:00:05 -0000 >Number: 179309 >Category: ports >Synopsis: [patch] audio/mumble update to 1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: -portlint is happy now -mumble11x, the backwards compatible client, no longer exists -removed option for building against system celt (audio/celt). This has been dodgy for a while. If you choose to not use the supplied celt codec versions (very much unsupported!!) you MUST provide a system celt version 0.7.X or you break compatibility with the servers and other non-updated clients. Our audio/celt is version 0.11.3 which is too new; we need another celt port at 0.7.X if we want to restore this option to end users, which again the Mumble devs STRONGLY suggest you do not attempt to do. -removed pkg-message; freebsd <8 no longer exists -plugin libraries not getting installed. were they ever built before? can freebsd even use any plugins? >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319854) +++ Makefile (working copy) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= mumble -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} MAINTAINER= marius@nuenneri.ch COMMENT= A voice chat software primarily intended for use while gaming -LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex \ - sndfile.1:${PORTSDIR}/audio/libsndfile \ +LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex \ + sndfile:${PORTSDIR}/audio/libsndfile \ boost_iostreams:${PORTSDIR}/devel/boost-libs \ boost_python:${PORTSDIR}/devel/boost-python-libs \ protoc:${PORTSDIR}/devel/protobuf @@ -28,11 +27,9 @@ CONFIG= no-server no-alsa no-speechd no-bundled-speex no-update \ no-g15 no-portaudio no-pulseaudio no-xevie no-embed-qt-translations -OPTIONS_DEFINE= DBUS BONJOUR MUMBLE11X SYSCELT +OPTIONS_DEFINE= DBUS BONJOUR OPTIONS_DEFAULT= DBUS BONJOUR_DESC= Bonjour support -MUMBLE11X_DESC= mumble 1.1 support -SYSCELT_DESC= Use system CELT libraries MAN1= mumble.1 @@ -44,51 +41,27 @@ USE_QT4+= dbus .endif -.if ! ${PORT_OPTIONS:MSYSCELT} -CONFIG+= bundled-celt -PLIST_SUB+= BUNDLECELT="" -.else -CONFIG+= no-bundled-celt -PLIST_SUB+= BUNDLECELT="@comment " -LIB_DEPENDS+= celt0.2:${PORTSDIR}/audio/celt -.endif - .if ! ${PORT_OPTIONS:MBONJOUR} CONFIG+= no-bonjour .else LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder .endif -.if ! ${PORT_OPTIONS:MMUMBLE11X} -CONFIG+= no-11x -PLIST_SUB+= MUMBLE11X="@comment " -.else -PLIST_SUB+= MUMBLE11X="" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/overlay_gl/overlay_gl.pro - # Fix with celt 0.11 -.if ${PORT_OPTIONS:MSYSCELT} - @${REINPLACE_CMD} -e 's/CELT_SET_VBR_RATE/CELT_SET_BITRATE/g' ${WRKSRC}/src/mumble/AudioInput.cpp -.endif do-configure: -.if ! ${PORT_OPTIONS:MSYSCELT} cd ${WRKSRC} && ${SETENV} QMAKESPEC=${QMAKESPEC} ${QMAKE} PREFIX=${PREFIX} main.pro "CONFIG+=${CONFIG}" -.else - cd ${WRKSRC} && ${SETENV} QMAKESPEC=${QMAKESPEC} ${QMAKE} PREFIX=${PREFIX} main.pro "CONFIG+=${CONFIG}" "DEFINES+=FREEBSD_SYSTEM_CELT=1" -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/release/mumble ${PREFIX}/bin -.if ! ${PORT_OPTIONS:MSYSCELT} ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.11.0 ${PREFIX}/lib/libcelt-mumble.so.0.11.0 ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.7.0 ${PREFIX}/lib/libcelt-mumble.so.0.7.0 -.endif -.if ${PORT_OPTIONS:MMUMBLE11X} - ${INSTALL_PROGRAM} ${WRKSRC}/release/mumble11x ${PREFIX}/bin -.endif + ${INSTALL_LIB} ${WRKSRC}/release/libopus.a ${PREFIX}/lib/libopus.a + ${INSTALL_LIB} ${WRKSRC}/release/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1.2.4 + ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so + ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1 + ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1.2 ${MKDIR} ${PREFIX}/share/services ${INSTALL_DATA} ${WRKSRC}/scripts/mumble.protocol ${PREFIX}/share/services ${MKDIR} ${PREFIX}/share/applications Index: distinfo =================================================================== --- distinfo (revision 319854) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mumble-1.2.3.tar.gz) = 05895122ae4abec3fb62ef24ed9d167ffd768e7080ed179c8bf3afca96d18a5c -SIZE (mumble-1.2.3.tar.gz) = 3448053 +SHA256 (mumble-1.2.4.tar.gz) = a1cf8383d99a02719b16c5440e3a5fb5375a8aa060f203bfa5d25bc69f919c9b +SIZE (mumble-1.2.4.tar.gz) = 3200084 Index: files/patch-plugins-plugins.pri =================================================================== --- files/patch-plugins-plugins.pri (revision 319854) +++ files/patch-plugins-plugins.pri (working copy) @@ -2,9 +2,9 @@ Disable debug; runs into cryptic errors on 9+/amd64 ---- plugins/plugins.pri.orig 2011-02-19 21:35:16.000000000 +0000 -+++ plugins/plugins.pri 2011-11-28 20:27:31.374646598 +0000 -@@ -1,16 +1,11 @@ +--- plugins/plugins.pri.orig 2013-06-04 10:06:48.955586932 -0500 ++++ plugins/plugins.pri 2013-06-04 10:07:37.450613576 -0500 +@@ -1,7 +1,7 @@ include(../compiler.pri) TEMPLATE = lib @@ -13,6 +13,10 @@ CONFIG -= qt DIST *= mumble_plugin.h +@@ -10,12 +10,7 @@ + CONFIG += qt_dynamic_lookup + } + -CONFIG(debug, debug|release) { - CONFIG += console - DESTDIR = ../../debug/plugins Index: files/patch-src-mumble-ServerHandler.cpp =================================================================== --- files/patch-src-mumble-ServerHandler.cpp (revision 319854) +++ files/patch-src-mumble-ServerHandler.cpp (working copy) @@ -1,9 +1,9 @@ ---- src/mumble/ServerHandler.cpp.orig 2010-01-08 00:37:46.000000000 +0200 -+++ src/mumble/ServerHandler.cpp 2010-01-10 23:57:24.000000000 +0200 -@@ -42,6 +42,12 @@ - #include "NetworkConfig.h" - #include "OSInfo.h" +--- src/mumble/ServerHandler.cpp.orig 2013-06-04 11:44:15.381594007 -0500 ++++ src/mumble/ServerHandler.cpp 2013-06-04 11:44:36.772583833 -0500 +@@ -45,6 +45,12 @@ + #include "PacketDataStream.h" #include "SSL.h" + #include "User.h" +#ifdef __FreeBSD__ +#include +#include Index: files/patch-src-mumble-mumble.pro =================================================================== --- files/patch-src-mumble-mumble.pro (revision 319854) +++ files/patch-src-mumble-mumble.pro (working copy) @@ -1,20 +1,7 @@ ---- src/mumble/mumble.pro.orig 2010-01-08 00:37:46.000000000 +0200 -+++ src/mumble/mumble.pro 2010-01-10 23:59:44.000000000 +0200 -@@ -44,7 +44,11 @@ - } +--- src/mumble/mumble.pro.orig 2013-06-04 11:46:38.900573055 -0500 ++++ src/mumble/mumble.pro 2013-06-04 11:47:41.836576507 -0500 +@@ -161,7 +161,16 @@ - CONFIG(no-bundled-celt) { -- INCLUDEPATH *= /usr/include/celt -+ contains(UNAME, FreeBSD) { -+ INCLUDEPATH *= /usr/local/include/celt -+ } else { -+ INCLUDEPATH *= /usr/include/celt -+ } - } - - !CONFIG(no-bundled-celt) { -@@ -110,7 +114,16 @@ - CONFIG *= link_pkgconfig - PKGCONFIG *= openssl sndfile @@ -29,5 +16,5 @@ + PKGCONFIG *= openssl + } - contains(UNAME, Linux) { - !CONFIG(no-oss) { + macx { + TARGET = Mumble Index: pkg-plist =================================================================== --- pkg-plist (revision 319854) +++ pkg-plist (working copy) @@ -1,7 +1,11 @@ bin/mumble -%%BUNDLECELT%%lib/libcelt-mumble.so.0.7.0 -%%BUNDLECELT%%lib/libcelt-mumble.so.0.11.0 -%%MUMBLE11X%%bin/mumble11x +lib/libcelt-mumble.so.0.11.0 +lib/libcelt-mumble.so.0.7.0 +lib/libmumble.so +lib/libmumble.so.1 +lib/libmumble.so.1.2 +lib/libmumble.so.1.2.4 +lib/libopus.a share/applications/mumble.desktop share/services/mumble.protocol share/icons/hicolor/128x128/apps/mumble.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:00: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 BA41DE53; Tue, 4 Jun 2013 18:00: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 966BA11B9; Tue, 4 Jun 2013 18:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54I0Dqj002248; Tue, 4 Jun 2013 18:00:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54I0DZE002247; Tue, 4 Jun 2013 18:00:13 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 18:00:13 GMT Message-Id: <201306041800.r54I0DZE002247@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179309: [patch] audio/mumble update to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 18:00:13 -0000 Synopsis: [patch] audio/mumble update to 1.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 18:00:13 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=179309 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A74757A5 for ; Tue, 4 Jun 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 7460C12D0 for ; Tue, 4 Jun 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54IK1RX007170 for ; Tue, 4 Jun 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54IK1bZ007169; Tue, 4 Jun 2013 18:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 18:20:01 GMT Resent-Message-Id: <201306041820.r54IK1bZ007169@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimmo Paasiala Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3FF160E for ; Tue, 4 Jun 2013 18:13:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id D5B2A127E for ; Tue, 4 Jun 2013 18:13:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54ID9ig087720 for ; Tue, 4 Jun 2013 18:13:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54ID9UN087717; Tue, 4 Jun 2013 18:13:09 GMT (envelope-from nobody) Message-Id: <201306041813.r54ID9UN087717@oldred.freebsd.org> Date: Tue, 4 Jun 2013 18:13:09 GMT From: Kimmo Paasiala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179310: security/pam_ssh_agent_auth produces a non-working shared library on 9-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 18:20:01 -0000 >Number: 179310 >Category: ports >Synopsis: security/pam_ssh_agent_auth produces a non-working shared library on 9-STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 18:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kimmo Paasiala >Release: 9-STABLE >Organization: >Environment: FreeBSD firewall.rdnzl.info 9.1-STABLE FreeBSD 9.1-STABLE #0 r251213: Sat Jun 1 17:10:53 EEST 2013 kimmo@firewall.rdnzl.info:/usr/obj/usr/src/sys/FIREWALL i386 >Description: Port security/pam_ssh_agent_auth tries to detect if the system has strnvis() function and produces a shared library that has an undefined reference to pamsshagentauth_strnvis if the port is compiled with HAVE_STRNVIS set to 1. On 9.1-RELEASE the test sets HAVE_STRNVIS to undefined but on 9-STABLE the test sets it to 1. >How-To-Repeat: Compile security/pam_ssh_agent_auth on recent 9-STABLE and inspect the dynamic symbols of pam_ssh-agent_auth.so with nm(1), the dynamic symbol pamsshagentauth_strnvis will be shown to be undefined. >Fix: The attached patch turns off the detection of strnvis() and makes the port use the bundled version of the function in all cases. Patch attached with submission follows: Index: /usr/ports/security/pam_ssh_agent_auth/Makefile =================================================================== --- /usr/ports/security/pam_ssh_agent_auth/Makefile (revision 319832) +++ /usr/ports/security/pam_ssh_agent_auth/Makefile (working copy) @@ -16,6 +16,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_func_strnvis="no" CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib USE_PERL5= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF2147D8; Tue, 4 Jun 2013 18: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 8955012D4; Tue, 4 Jun 2013 18:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54IK9Zv007249; Tue, 4 Jun 2013 18:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54IK9ru007248; Tue, 4 Jun 2013 18:20:09 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 18:20:09 GMT Message-Id: <201306041820.r54IK9ru007248@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179310: security/pam_ssh_agent_auth produces a non-working shared library on 9-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 18:20:09 -0000 Synopsis: security/pam_ssh_agent_auth produces a non-working shared library on 9-STABLE Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 18: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=179310 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:38: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 2207FAAD; Tue, 4 Jun 2013 18:38:56 +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 F0FC21391; Tue, 4 Jun 2013 18:38:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Icthd011039; Tue, 4 Jun 2013 18:38:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ictm1011038; Tue, 4 Jun 2013 18:38:55 GMT (envelope-from linimon) Date: Tue, 4 Jun 2013 18:38:55 GMT Message-Id: <201306041838.r54Ictm1011038@freefall.freebsd.org> To: freebsd@rakor-net.de, r4721@tormail.org, linimon@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/177493: [patch] change games/minecraft-client to use openjdk7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 18:38:56 -0000 Synopsis: [patch] change games/minecraft-client to use openjdk7 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Jun 4 18:38:30 UTC 2013 State-Changed-Why: properly reflect maintainer timeout. Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 4 18:38:30 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=177493 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:39:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 299BEB86; Tue, 4 Jun 2013 18:39: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 035B113A4; Tue, 4 Jun 2013 18:39:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54IdN9w011098; Tue, 4 Jun 2013 18:39:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54IdNaE011097; Tue, 4 Jun 2013 18:39:23 GMT (envelope-from linimon) Date: Tue, 4 Jun 2013 18:39:23 GMT Message-Id: <201306041839.r54IdNaE011097@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/178201: [patch] small fixes to print/foomatic-filters X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 18:39:24 -0000 Synopsis: [patch] small fixes to print/foomatic-filters Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 4 18:39:08 UTC 2013 Responsible-Changed-Why: properly reflect maintainer timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:40:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA570C53; Tue, 4 Jun 2013 18:40: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 C35B113B2; Tue, 4 Jun 2013 18:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54IeIKZ012675; Tue, 4 Jun 2013 18:40:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54IeIjj012674; Tue, 4 Jun 2013 18:40:18 GMT (envelope-from linimon) Date: Tue, 4 Jun 2013 18:40:18 GMT Message-Id: <201306041840.r54IeIjj012674@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/177491: [patch] ports-mgmt/tinderbox: fix display of port fail reasons on the latest_buildports page X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 18:40:19 -0000 Synopsis: [patch] ports-mgmt/tinderbox: fix display of port fail reasons on the latest_buildports page Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 4 18:39:58 UTC 2013 Responsible-Changed-Why: properly reflect maintainer timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=177491 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:41:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 557E7D21; Tue, 4 Jun 2013 18:41: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 301D013C2; Tue, 4 Jun 2013 18:41:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54IfOqf012778; Tue, 4 Jun 2013 18:41:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54IfNUq012777; Tue, 4 Jun 2013 18:41:23 GMT (envelope-from linimon) Date: Tue, 4 Jun 2013 18:41:23 GMT Message-Id: <201306041841.r54IfNUq012777@freefall.freebsd.org> To: m.tsatsenko@gmail.com, mandree@FreeBSD.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179283: [PATCH] mail/mimedefang: convert to 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: Tue, 04 Jun 2013 18:41:24 -0000 Synopsis: [PATCH] mail/mimedefang: convert to optionsNG State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Tue Jun 4 18:41:08 UTC 2013 State-Changed-Why: Appears to have already been committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=179283 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:43: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 D4CC8D72; Tue, 4 Jun 2013 18:43:06 +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 AE2F0144F; Tue, 4 Jun 2013 18:43:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Ih6W2012850; Tue, 4 Jun 2013 18:43:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ih6rW012849; Tue, 4 Jun 2013 18:43:06 GMT (envelope-from linimon) Date: Tue, 4 Jun 2013 18:43:06 GMT Message-Id: <201306041843.r54Ih6rW012849@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179291: devel/binutils: import patch for upstream bug 15178 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 18:43:06 -0000 Synopsis: devel/binutils: import patch for upstream bug 15178 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 4 18:42:44 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=179291 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 18:43: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 C8FC3DA3; Tue, 4 Jun 2013 18:43: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 A45D91453; Tue, 4 Jun 2013 18:43:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54IhGhW012952; Tue, 4 Jun 2013 18:43:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54IhGkw012951; Tue, 4 Jun 2013 18:43:16 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 18:43:16 GMT Message-Id: <201306041843.r54IhGkw012951@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179291: devel/binutils: import patch for upstream bug 15178 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 18:43:16 -0000 Synopsis: devel/binutils: import patch for upstream bug 15178 Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 18:43:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179291 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 19:05:19 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F4C3AB7; Tue, 4 Jun 2013 19:05:19 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 08ABA1731; Tue, 4 Jun 2013 19:05:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54J5IcS016792; Tue, 4 Jun 2013 19:05:18 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54J5Idk016790; Tue, 4 Jun 2013 19:05:18 GMT (envelope-from crees) Date: Tue, 4 Jun 2013 19:05:18 GMT Message-Id: <201306041905.r54J5Idk016790@freefall.freebsd.org> To: r4721@tormail.org, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: crees@FreeBSD.org Subject: Re: ports/178201: [patch] small fixes to print/foomatic-filters X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 19:05:19 -0000 Synopsis: [patch] small fixes to print/foomatic-filters State-Changed-From-To: open->closed State-Changed-By: crees State-Changed-When: Tue Jun 4 19:05:18 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 19: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 38B3AAFB; Tue, 4 Jun 2013 19:05:39 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 134BA173B; Tue, 4 Jun 2013 19:05:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54J5cH3016962; Tue, 4 Jun 2013 19:05:38 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54J5ckx016961; Tue, 4 Jun 2013 19:05:38 GMT (envelope-from crees) Date: Tue, 4 Jun 2013 19:05:38 GMT Message-Id: <201306041905.r54J5ckx016961@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Subject: Re: ports/178201: [patch] small fixes to print/foomatic-filters X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 19:05:39 -0000 Synopsis: [patch] small fixes to print/foomatic-filters Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Tue Jun 4 19:05:38 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 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 CACBBEA3 for ; Tue, 4 Jun 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 A1C4019CB for ; Tue, 4 Jun 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KA1ms028735 for ; Tue, 4 Jun 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KA1I0028734; Tue, 4 Jun 2013 20:10:01 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 20:10:01 GMT Message-Id: <201306042010.r54KA1I0028734@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Uffe Jakobsen Subject: Re: ports/179021: New port: devel/xa65: xa65 high-speed, two-pass portable cross-assembler for MOS 6502 and compatible CPUs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Uffe Jakobsen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:10:01 -0000 The following reply was made to PR ports/179021; it has been noted by GNATS. From: Uffe Jakobsen To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179021: New port: devel/xa65: xa65 high-speed, two-pass portable cross-assembler for MOS 6502 and compatible CPUs Date: Tue, 04 Jun 2013 22:02:33 +0200 Hi, Any news on this port ? /Uffe From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20: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 C462DEA6 for ; Tue, 4 Jun 2013 20: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 9D27319CD for ; Tue, 4 Jun 2013 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KA2PM028742 for ; Tue, 4 Jun 2013 20:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KA2Zo028741; Tue, 4 Jun 2013 20:10:02 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 20:10:02 GMT Message-Id: <201306042010.r54KA2Zo028741@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Uffe Jakobsen Subject: Re: ports/179030: New port: devel/dxa65: dxa65 disassembler for MOS 6502 and compatible CPUs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Uffe Jakobsen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:10:02 -0000 The following reply was made to PR ports/179030; it has been noted by GNATS. From: Uffe Jakobsen To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179030: New port: devel/dxa65: dxa65 disassembler for MOS 6502 and compatible CPUs Date: Tue, 04 Jun 2013 22:02:59 +0200 Hi, Any news on this port ? /Uffe From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20: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 740EFEA9 for ; Tue, 4 Jun 2013 20: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 4C48B19D0 for ; Tue, 4 Jun 2013 20:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KA491028759 for ; Tue, 4 Jun 2013 20:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KA4M3028758; Tue, 4 Jun 2013 20:10:04 GMT (envelope-from gnats) Date: Tue, 4 Jun 2013 20:10:04 GMT Message-Id: <201306042010.r54KA4M3028758@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Uffe Jakobsen Subject: Re: ports/179019: New port: devel/acme: cross-assembler for 6502, 65c02 and 65816 processors X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Uffe Jakobsen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:10:04 -0000 The following reply was made to PR ports/179019; it has been noted by GNATS. From: Uffe Jakobsen To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179019: New port: devel/acme: cross-assembler for 6502, 65c02 and 65816 processors Date: Tue, 04 Jun 2013 22:02:08 +0200 Hi, Any news on this port ? /Uffe From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20: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 7F4A847A for ; Tue, 4 Jun 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 637D81AA0 for ; Tue, 4 Jun 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KU1YT033128 for ; Tue, 4 Jun 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KU1UJ033127; Tue, 4 Jun 2013 20:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 20:30:01 GMT Resent-Message-Id: <201306042030.r54KU1UJ033127@freefall.freebsd.org> 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 Wollman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0F67E1B5 for ; Tue, 4 Jun 2013 20:24:47 +0000 (UTC) (envelope-from wollman@xyz.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [IPv6:2001:470:8b2d:1e1c:21b:21ff:feb8:d7b0]) by mx1.freebsd.org (Postfix) with ESMTP id DD8D01A66 for ; Tue, 4 Jun 2013 20:24:46 +0000 (UTC) Received: from xyz.csail.mit.edu (xyz.csail.mit.edu [128.31.0.28]) by khavrinen.csail.mit.edu (8.14.5/8.14.5) with ESMTP id r54KOj7F017574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO CN= issuer=) for ; Tue, 4 Jun 2013 16:24:45 -0400 (EDT) (envelope-from wollman@xyz.csail.mit.edu) Received: (from wollman@localhost) by xyz.csail.mit.edu (8.14.5/8.14.5/Submit) id r54KOjo0041008; Tue, 4 Jun 2013 16:24:45 -0400 (EDT) (envelope-from wollman) Message-Id: <201306042024.r54KOjo0041008@xyz.csail.mit.edu> Date: Tue, 4 Jun 2013 16:24:45 -0400 (EDT) From: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179313: ruby 1.9.3.429 disagrees with bsd.ruby.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Garrett Wollman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:30:01 -0000 >Number: 179313 >Category: ports >Synopsis: ruby 1.9.3.429 disagrees with bsd.ruby.mk >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: MIT Computer Science & Artificial Intelligence Laboratory >Environment: System: FreeBSD xyz.csail.mit.edu 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #27 r250065M: Mon Apr 29 17:11:15 EDT 2013 wollman@xyz.csail.mit.edu:/usr/obj/usr/src/sys/CSAIL amd64 >Description: bsd.ruby.mk thinks that RUBY_ARCH should be "amd64-freebsd9". However, the latest lang/ruby19 installs things in "x86_64-freebsd9". The result is an unusable package with architecture-dependent files missing. >How-To-Repeat: poudriere testport ... -o lang/ruby19 Extracts from the build logs: ./miniruby -I./lib -I. -I.ext/common ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags=" ARCH=amd64 OPSYS=FreeBSD OSREL=9.1 OSVERSION=901000 SYSTEMVERSION=" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=all --rdoc-output=".ext/rdoc" installing binary commands: /prefix/ruby-1.9.3.429_1/bin installing base libraries: /prefix/ruby-1.9.3.429_1/lib installing arch files: /prefix/ruby-1.9.3.429_1/lib/ruby/1.9/x86_64-freebsd9 installing pkgconfig data: /prefix/ruby-1.9.3.429_1/libdata/pkgconfig installing extension objects: /prefix/ruby-1.9.3.429_1/lib/ruby/1.9/x86_64-freebsd9 installing extension objects: /prefix/ruby-1.9.3.429_1/lib/ruby/site_ruby/1.9/x86_64-freebsd9 installing extension objects: /prefix/ruby-1.9.3.429_1/lib/ruby/vendor_ruby/1.9/x86_64-freebsd9 installing extension headers: /prefix/ruby-1.9.3.429_1/include/ruby-1.9//x86_64-freebsd9 .... pkg-static: lstat(/prefix/ruby-1.9.3.429_1/include/ruby-1.9/amd64-freebsd9/ruby/config.h): No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: include/ruby-1.9/amd64-freebsd9/ruby/config.h pkg-static: lstat(/prefix/ruby-1.9.3.429_1/include/ruby-1.9/amd64-freebsd9/ruby/): No such file or directory pkg-static: DEVELOPER_MODE: Plist error: @dirrm include/ruby-1.9/amd64-freebsd9/ruby pkg-static: lstat(/prefix/ruby-1.9.3.429_1/include/ruby-1.9/amd64-freebsd9/): No such file or directory pkg-static: DEVELOPER_MODE: Plist error: @dirrm include/ruby-1.9/amd64-freebsd9 pkg-static: lstat(/prefix/ruby-1.9.3.429_1/lib/ruby/1.9/amd64-freebsd9/bigdecimal.so): No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: lib/ruby/1.9/amd64-freebsd9/bigdecimal.so pkg-static: lstat(/prefix/ruby-1.9.3.429_1/lib/ruby/1.9/amd64-freebsd9/continuation.so): No such file or directory ... >Fix: Don't know -- do we want to follow Ruby here or do we want to hack Ruby to use the same name as we do? Where is Ruby even doing this? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20: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 C901C47C for ; Tue, 4 Jun 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ACE1A1AA2 for ; Tue, 4 Jun 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KU1Ma033139 for ; Tue, 4 Jun 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KU1Yc033138; Tue, 4 Jun 2013 20:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 20:30:01 GMT Resent-Message-Id: <201306042030.r54KU1Yc033138@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fernando Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D6F2B3AF for ; Tue, 4 Jun 2013 20:27:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id C96941A86 for ; Tue, 4 Jun 2013 20:27:38 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54KRcbJ059588 for ; Tue, 4 Jun 2013 20:27:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54KRcOI059587; Tue, 4 Jun 2013 20:27:38 GMT (envelope-from nobody) Message-Id: <201306042027.r54KRcOI059587@oldred.freebsd.org> Date: Tue, 4 Jun 2013 20:27:38 GMT From: Fernando To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179314: [maintainer update] update graphics/converseen to 0.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:30:01 -0000 >Number: 179314 >Category: ports >Synopsis: [maintainer update] update graphics/converseen to 0.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 Jun 04 20:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fernando >Release: 9.1-RELEASE >Organization: Open Sistemas >Environment: FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updating graphics/converseen to 0.6.3 This is a minor update. >From the project's site: - Fixed some bugs when renaming files. - Added social buttons in the about dialog. - Various code improvements and optimizations. >How-To-Repeat: >Fix: Apply the attached patch. Tested successfully in redports for i386[1] and amd64[2] [1]https://redports.org//~fernape/20130603165300-17218-124290/converseen-0.6.3.log [2]https://redports.org//~fernape/20130603165300-17218-124289/converseen-0.6.3.log Patch attached with submission follows: diff -ruN /usr/ports/graphics/converseen/Makefile graphics/converseen/Makefile --- /usr/ports/graphics/converseen/Makefile 2013-05-25 16:37:02.000000000 +0200 +++ graphics/converseen/Makefile 2013-06-03 18:45:46.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: graphics/converseen/Makefile 319055 2013-05-25 14:37:02Z zeising $ PORTNAME= converseen -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.6/ diff -ruN /usr/ports/graphics/converseen/distinfo graphics/converseen/distinfo --- /usr/ports/graphics/converseen/distinfo 2013-05-11 00:32:22.000000000 +0200 +++ graphics/converseen/distinfo 2013-06-03 18:47:06.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (converseen-0.6.2.tar.bz2) = a094f69454203c52107ba926b576fbed3ad5b3a2511a1127d9e4c54851bc3fb7 -SIZE (converseen-0.6.2.tar.bz2) = 220042 +SHA256 (converseen-0.6.3.tar.bz2) = bc406282afc0ba56b53a6f2ee8ea204fce13543df375c02627f8daa36b30eb42 +SIZE (converseen-0.6.3.tar.bz2) = 223580 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20:30: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 A718A509; Tue, 4 Jun 2013 20:30: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 809B41AB0; Tue, 4 Jun 2013 20:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KUJX2033224; Tue, 4 Jun 2013 20:30:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KUJnG033223; Tue, 4 Jun 2013 20:30:19 GMT (envelope-from edwin) Date: Tue, 4 Jun 2013 20:30:19 GMT Message-Id: <201306042030.r54KUJnG033223@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179313: ruby 1.9.3.429 disagrees with bsd.ruby.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 20:30:19 -0000 Synopsis: ruby 1.9.3.429 disagrees with bsd.ruby.mk Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 4 20:30:19 UTC 2013 Responsible-Changed-Why: bsd.ruby.mk is ruby territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179313 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 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 B7A2BAFA for ; Tue, 4 Jun 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 852091B7F for ; Tue, 4 Jun 2013 20:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Ko0eB036488 for ; Tue, 4 Jun 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ko05U036487; Tue, 4 Jun 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 20:50:00 GMT Resent-Message-Id: <201306042050.r54Ko05U036487@freefall.freebsd.org> 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 Pala Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62A3A94B for ; Tue, 4 Jun 2013 20:45:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 55A501B47 for ; Tue, 4 Jun 2013 20:45:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54KjIRO070905 for ; Tue, 4 Jun 2013 20:45:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54KjIuB070904; Tue, 4 Jun 2013 20:45:18 GMT (envelope-from nobody) Message-Id: <201306042045.r54KjIuB070904@oldred.freebsd.org> Date: Tue, 4 Jun 2013 20:45:18 GMT From: Martin Pala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179315: [maintainer update] sysutils/monit 5.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:50:00 -0000 >Number: 179315 >Category: ports >Synopsis: [maintainer update] sysutils/monit 5.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Martin Pala >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN monit/Makefile monit-new/Makefile --- monit/Makefile 2013-03-08 12:32:11.000000000 +0100 +++ monit-new/Makefile 2013-06-04 22:42:29.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/monit/Makefile 313635 2013-03-08 11:32:11Z bapt $ PORTNAME= monit -PORTVERSION= 5.5 +PORTVERSION= 5.5.1 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ diff -ruN monit/distinfo monit-new/distinfo --- monit/distinfo 2012-09-03 05:16:45.000000000 +0200 +++ monit-new/distinfo 2013-06-04 22:42:43.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (monit-5.5.tar.gz) = 8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53 -SIZE (monit-5.5.tar.gz) = 1197459 +SHA256 (monit-5.5.1.tar.gz) = dbe4b4744a7100e2d5f4eac353dfb2df0549848e2c7661d9c19acc31cdef2c78 +SIZE (monit-5.5.1.tar.gz) = 1260093 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20:53: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 29DABB6A; Tue, 4 Jun 2013 20:53:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 018431BA8; Tue, 4 Jun 2013 20:53:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KrFlt038093; Tue, 4 Jun 2013 20:53:15 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KrFis038092; Tue, 4 Jun 2013 20:53:15 GMT (envelope-from bapt) Date: Tue, 4 Jun 2013 20:53:15 GMT Message-Id: <201306042053.r54KrFis038092@freefall.freebsd.org> To: yds@CoolRat.org, mandree@FreeBSD.org, bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bapt@FreeBSD.org Subject: Re: ports/179276: [PATCH] mail/dovecot: convert to 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: Tue, 04 Jun 2013 20:53:16 -0000 Synopsis: [PATCH] mail/dovecot: convert to optionsNG State-Changed-From-To: feedback->closed State-Changed-By: bapt State-Changed-When: Tue Jun 4 20:53:15 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=179276 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20:53: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 57E0AB9F; Tue, 4 Jun 2013 20:53:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 31B3E1BAE; Tue, 4 Jun 2013 20:53:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KrtJb038196; Tue, 4 Jun 2013 20:53:55 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Krsvb038195; Tue, 4 Jun 2013 20:53:54 GMT (envelope-from bapt) Date: Tue, 4 Jun 2013 20:53:54 GMT Message-Id: <201306042053.r54Krsvb038195@freefall.freebsd.org> To: ast@treibsand.com, mandree@FreeBSD.org, bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bapt@FreeBSD.org Subject: Re: ports/179284: [PATCH] mail/spmfilter: convert to 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: Tue, 04 Jun 2013 20:53:55 -0000 Synopsis: [PATCH] mail/spmfilter: convert to optionsNG State-Changed-From-To: feedback->closed State-Changed-By: bapt State-Changed-When: Tue Jun 4 20:53:54 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=179284 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20:54: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 E3C30BD7; Tue, 4 Jun 2013 20:54:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BE5ED1BB3; Tue, 4 Jun 2013 20:54:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Ks6Cm038295; Tue, 4 Jun 2013 20:54:06 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54Ks6TJ038294; Tue, 4 Jun 2013 20:54:06 GMT (envelope-from bapt) Date: Tue, 4 Jun 2013 20:54:06 GMT Message-Id: <201306042054.r54Ks6TJ038294@freefall.freebsd.org> To: alexey@renatasystems.org, mandree@FreeBSD.org, bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bapt@FreeBSD.org Subject: Re: ports/179280: [PATCH] mail/lbdb: optionsNG conversion X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 20:54:07 -0000 Synopsis: [PATCH] mail/lbdb: optionsNG conversion State-Changed-From-To: feedback->closed State-Changed-By: bapt State-Changed-When: Tue Jun 4 20:54:06 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=179280 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 21:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C919DC5E for ; Tue, 4 Jun 2013 21: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 AB82D1BE3 for ; Tue, 4 Jun 2013 21:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54L01Cv038553 for ; Tue, 4 Jun 2013 21:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54L01sQ038552; Tue, 4 Jun 2013 21:00:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 21:00:01 GMT Resent-Message-Id: <201306042100.r54L01sQ038552@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Natacha Porté Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4DE35C4D for ; Tue, 4 Jun 2013 20:59:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 3F1CE1BD8 for ; Tue, 4 Jun 2013 20:59:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r54Kx8di048459 for ; Tue, 4 Jun 2013 20:59:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r54Kx8TK048458; Tue, 4 Jun 2013 20:59:08 GMT (envelope-from nobody) Message-Id: <201306042059.r54Kx8TK048458@oldred.freebsd.org> Date: Tue, 4 Jun 2013 20:59:08 GMT From: Natacha Porté To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179316: [NEW PORT] dns/ddns: lightweight UDP-based dynamic DNS updater X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2013 21:00:01 -0000 >Number: 179316 >Category: ports >Synopsis: [NEW PORT] dns/ddns: lightweight UDP-based dynamic DNS updater >Confidential: no >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 Jun 04 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Natacha Porté >Release: 9.1 >Organization: >Environment: FreeBSD yulai.instinctive.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: ddns is a lightweight UDP-based dynamic DNS updater. It consists of a client that regularly sends UDP packets and a server that updates a bind zone file or runs a command using the peer IPv4 address of recieved UDP packets. WWW: http://fossil.instinctive.eu/ddns/home >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: # # ddns/Makefile # ddns/distinfo # ddns/files/ddns_client.in # ddns/files/ddns_server.in # ddns/pkg-descr # ddns/pkg-plist # echo x - ddns/Makefile sed 's/^X//' >ddns/Makefile << '41b3b96b8e894417bcc8a8cf9b1ed573' XPORTNAME= ddns XPORTVERSION= 1.0 XCATEGORIES= dns XMASTER_SITES= http://instinctive.eu/code/ X XMAINTAINER= natbsd@instinctive.eu XCOMMENT= Lightweight UDP-based dynamic DNS updater X XLICENSE= BSD X XMAKEFILE= BSDmakefile XUSE_BZIP2= yes X XUSE_RC_SUBR= ddns_client ddns_server X X.include X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ddns-client ${PREFIX}/sbin X ${INSTALL_PROGRAM} ${WRKSRC}/ddns-server ${PREFIX}/sbin X X.include 41b3b96b8e894417bcc8a8cf9b1ed573 echo x - ddns/distinfo sed 's/^X//' >ddns/distinfo << '3a3e841f2534ff4f1904a1e7c4906899' XSHA256 (ddns-1.0.tar.bz2) = ea65c8f8c0169b5aff1c987000e309186e502e9c8aef6c2d8de1d8a75a593251 XSIZE (ddns-1.0.tar.bz2) = 29856 3a3e841f2534ff4f1904a1e7c4906899 echo x - ddns/files/ddns_client.in sed 's/^X//' >ddns/files/ddns_client.in << '767a0c7d3c4bd7e86c016c6d7f0a2bf7' X#!/bin/sh X#$FreeBSD$ X# X# PROVIDE: ddns_client X# REQUIRE: DAEMON X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf to enable ddns_client: X# X# ddns_client_enable (bool): Set it to "YES" to enable ddns client X# Default is "NO". X# ddns_client_conf (path): Set full path to config file. X# Default is "%%PREFIX%%/etc/ddns_client.conf". X X. /etc/rc.subr X Xname=ddns_client Xrcvar=ddns_client_enable X Xload_rc_config $name X X: ${ddns_client_enable:=NO} X: ${ddns_client_conf="%%PREFIX%%/etc/ddns_client.conf"} X Xcommand=%%PREFIX%%/sbin/ddns-client Xcommand_args="-d -c ${ddns_client_conf}" Xrequired_files=${ddns_client_conf} X Xrun_rc_command "$1" 767a0c7d3c4bd7e86c016c6d7f0a2bf7 echo x - ddns/files/ddns_server.in sed 's/^X//' >ddns/files/ddns_server.in << '3f7ec3141f7f286c4cb30f4a41217c65' X#!/bin/sh X#$FreeBSD$ X# X# PROVIDE: ddns_server X# REQUIRE: DAEMON X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf to enable ddns_server: X# X# ddns_server_enable (bool): Set it to "YES" to enable ddns server X# Default is "NO". X# ddns_server_conf (path): Set full path to config file. X# Default is "%%PREFIX%%/etc/ddns_server.conf". X X. /etc/rc.subr X Xname=ddns_server Xrcvar=ddns_server_enable X Xload_rc_config $name X X: ${ddns_server_enable:=NO} X: ${ddns_server_conf="%%PREFIX%%/etc/ddns_server.conf"} X Xcommand=%%PREFIX%%/sbin/ddns-server Xcommand_args="-d -c ${ddns_server_conf}" Xrequired_files=${ddns_server_conf} X Xrun_rc_command "$1" 3f7ec3141f7f286c4cb30f4a41217c65 echo x - ddns/pkg-descr sed 's/^X//' >ddns/pkg-descr << 'a964b2886734a2b16e8c3219927e87d4' Xddns is a lightweight UDP-based dynamic DNS updater. XIt consists of a client that regularly sends UDP packets and a Xserver that updates a bind zone file or runs a command using the Xpeer IPv4 address of recieved UDP packets. X XWWW: http://fossil.instinctive.eu/ddns/home a964b2886734a2b16e8c3219927e87d4 echo x - ddns/pkg-plist sed 's/^X//' >ddns/pkg-plist << '49985aaf44f02a467ce57611bf02c532' Xsbin/ddns-client Xsbin/ddns-server 49985aaf44f02a467ce57611bf02c532 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 ABCD9384; Wed, 5 Jun 2013 00:30:11 +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 859A918CC; Wed, 5 Jun 2013 00:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r550UB82086557; Wed, 5 Jun 2013 00:30:11 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r550UAgJ086556; Wed, 5 Jun 2013 00:30:10 GMT (envelope-from miwi) Date: Wed, 5 Jun 2013 00:30:10 GMT Message-Id: <201306050030.r550UAgJ086556@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/179314: [maintainer update] update graphics/converseen to 0.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 00:30:11 -0000 Synopsis: [maintainer update] update graphics/converseen to 0.6.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Jun 5 00:30:10 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179314 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 00:30:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C3455385; Wed, 5 Jun 2013 00:30: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 9F1AA18CD; Wed, 5 Jun 2013 00:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r550UCrh086622; Wed, 5 Jun 2013 00:30:12 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r550UCO9086621; Wed, 5 Jun 2013 00:30:12 GMT (envelope-from miwi) Date: Wed, 5 Jun 2013 00:30:12 GMT Message-Id: <201306050030.r550UCO9086621@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/179315: [maintainer update] sysutils/monit 5.5.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, 05 Jun 2013 00:30:12 -0000 Synopsis: [maintainer update] sysutils/monit 5.5.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Jun 5 00:30:12 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179315 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 02: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 6EDE7984; Wed, 5 Jun 2013 02:10:45 +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 46DBE1BCE; Wed, 5 Jun 2013 02:10:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r552Aj81010607; Wed, 5 Jun 2013 02:10:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r552Aj9k010606; Wed, 5 Jun 2013 02:10:45 GMT (envelope-from linimon) Date: Wed, 5 Jun 2013 02:10:45 GMT Message-Id: <201306050210.r552Aj9k010606@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179293: security/pam_authsrv: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 02:10:45 -0000 Synopsis: security/pam_authsrv: deprecate Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 5 02:10:28 UTC 2013 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=179293 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 02:25:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 50BA8D4F; Wed, 5 Jun 2013 02:25:26 +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 29E711C55; Wed, 5 Jun 2013 02:25:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r552PQDV013385; Wed, 5 Jun 2013 02:25:26 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r552PPYa013384; Wed, 5 Jun 2013 02:25:25 GMT (envelope-from linimon) Date: Wed, 5 Jun 2013 02:25:25 GMT Message-Id: <201306050225.r552PPYa013384@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gerald@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179204: [patch] lang/gcc4[6789]: -Wcast-qual reports incorrect message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 02:25:26 -0000 Synopsis: [patch] lang/gcc4[6789]: -Wcast-qual reports incorrect message Responsible-Changed-From-To: freebsd-ports-bugs->gerald Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 5 02:25:15 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=179204 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 02:28: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 B937BDFC; Wed, 5 Jun 2013 02:28:05 +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 933011C76; Wed, 5 Jun 2013 02:28:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r552S5pN013705; Wed, 5 Jun 2013 02:28:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r552S5IL013704; Wed, 5 Jun 2013 02:28:05 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 02:28:05 GMT Message-Id: <201306050228.r552S5IL013704@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179228: devel/yajl 2.0.4 distfile name incorrect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 02:28:05 -0000 Synopsis: devel/yajl 2.0.4 distfile name incorrect Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 02:28:05 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179228 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 7388B750 for ; Wed, 5 Jun 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 666581EF1 for ; Wed, 5 Jun 2013 03:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r553A1jd021114 for ; Wed, 5 Jun 2013 03:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r553A1eo021113; Wed, 5 Jun 2013 03:10:01 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 03:10:01 GMT Message-Id: <201306050310.r553A1eo021113@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kevin Zheng Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kevin Zheng List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 03:10:01 -0000 The following reply was made to PR ports/179236; it has been noted by GNATS. From: Kevin Zheng To: Koichiro IWAO Cc: bug-followup@freebsd.org Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled Date: Tue, 04 Jun 2013 22:03:48 -0500 On 06/02/13 21:58, Koichiro IWAO wrote: > You have to switch to graphics/libjpeg-turbo from graphics/jpeg first. > # portmaster -o graphics/libjpeg-turbo graphics/jpeg > Hi Koichiro, Sorry for the delayed response. While that certainly solves the problem, the bigger issue was that the build was done in a poudriere clean-room environment. Basically, this means that the HPJPG option requires manual user intervention and should be marked as such in the ports build system. I suggest that the HPJPG option be marked with NO_PACKAGE_BUILD. If this idea is alright, I'll send a patch along, unless somebody commits this first (it's probably a one-liner). Thanks, Kevin Zheng From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 03:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F63A9F9 for ; Wed, 5 Jun 2013 03: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 74F4B1FF1 for ; Wed, 5 Jun 2013 03:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r553e0rL027374 for ; Wed, 5 Jun 2013 03:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r553e0mL027373; Wed, 5 Jun 2013 03:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 03:40:00 GMT Resent-Message-Id: <201306050340.r553e0mL027373@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koichiro IWAO Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E94E2999 for ; Wed, 5 Jun 2013 03:34:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id BF8E81FC1 for ; Wed, 5 Jun 2013 03:34:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r553YbLL029110 for ; Wed, 5 Jun 2013 03:34:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r553YbFE029109; Wed, 5 Jun 2013 03:34:37 GMT (envelope-from nobody) Message-Id: <201306050334.r553YbFE029109@oldred.freebsd.org> Date: Wed, 5 Jun 2013 03:34:37 GMT From: Koichiro IWAO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179320: net-im/mikutter: first start fails, needs to be updated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 03:40:00 -0000 >Number: 179320 >Category: ports >Synopsis: net-im/mikutter: first start fails, needs to be updated >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 Jun 05 03:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Koichiro IWAO >Release: 9.1-STABLE >Organization: >Environment: >Description: First start of net-im/mikutter fails because of twitter's server side changes. >How-To-Repeat: Delete or rename ~/.mikutter directory to reproduce first start. $ mv ~/.mikutter ~/.mikutter.bak Then start mikutter, it fails. $ mikutter /usr/local/lib/ruby/1.9/net/http.rb:2633:in `error!': 301 "Moved Permanently" (Net::HTTPRetriableError) from /usr/local/lib/ruby/gems/1.9/gems/oauth-0.4.7/lib/oauth/consumer.rb:213:in `token_request' from /usr/local/lib/ruby/gems/1.9/gems/oauth-0.4.7/lib/oauth/consumer.rb:136:in `get_request_token' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/lib/mikutwitter/connect.rb:27:in `request_oauth_token' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/plugin/change_account.rb:71:in `main' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/plugin/change_account.rb:28:in `_popup' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/plugin/change_account.rb:7:in `block in popup' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/plugin/gtk/delayer.rb:14:in `event_lock' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/plugin/change_account.rb:7:in `popup' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/lib/mikutwitter/authentication_failed_action.rb:44:in `call' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/lib/mikutwitter/authentication_failed_action.rb:44:in `block in authentication_failed_action' from :10:in `synchronize' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/lib/mikutwitter/authentication_failed_action.rb:42:in `authentication_failed_action' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/service.rb:50:in `initialize' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/service.rb:23:in `new' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/service.rb:23:in `services_refresh' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/service.rb:28:in `all' from /usr/local/lib/ruby/site_ruby/1.9/mikutter/core/service.rb:33:in `primary' from /usr/local/bin/mikutter:33:in `
' >Fix: Fixed in the newer version of mikutter. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 03: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 915B6A28; Wed, 5 Jun 2013 03: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 6B9661FF3; Wed, 5 Jun 2013 03:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r553e8Rg027507; Wed, 5 Jun 2013 03:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r553e81w027506; Wed, 5 Jun 2013 03:40:08 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 03:40:08 GMT Message-Id: <201306050340.r553e81w027506@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tota@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179320: net-im/mikutter: first start fails, needs to be updated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 03:40:09 -0000 Synopsis: net-im/mikutter: first start fails, needs to be updated Responsible-Changed-From-To: freebsd-ports-bugs->tota Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 03:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179320 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 88D58ED7 for ; Wed, 5 Jun 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 6F2941126 for ; Wed, 5 Jun 2013 04:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r554K0ia035360 for ; Wed, 5 Jun 2013 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r554K0eE035359; Wed, 5 Jun 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 04:20:00 GMT Resent-Message-Id: <201306050420.r554K0eE035359@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiroshi Fujishima Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DF15FE66 for ; Wed, 5 Jun 2013 04:10:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id B76A010F1 for ; Wed, 5 Jun 2013 04:10:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r554Adx9068589 for ; Wed, 5 Jun 2013 04:10:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r554Adhi068577; Wed, 5 Jun 2013 04:10:39 GMT (envelope-from nobody) Message-Id: <201306050410.r554Adhi068577@oldred.freebsd.org> Date: Wed, 5 Jun 2013 04:10:39 GMT From: Hiroshi Fujishima To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179321: New port: sysutils/storcli SAS MegaRAID FreeBSD StorCLI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 04:20:00 -0000 >Number: 179321 >Category: ports >Synopsis: New port: sysutils/storcli SAS MegaRAID FreeBSD StorCLI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 05 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hiroshi Fujishima >Release: >Organization: >Environment: >Description: >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: # # storcli # storcli/distinfo # storcli/Makefile # storcli/pkg-descr # echo c - storcli mkdir -p storcli > /dev/null 2>&1 echo x - storcli/distinfo sed 's/^X//' >storcli/distinfo << '4e22cce8bda5a5ad020be08678e03541' XSHA256 (1.04.07_StorCLI.zip) = 1b574ce70d6dfa079f200dd1491fa18478098ef17341a45b26f89516d885b957 XSIZE (1.04.07_StorCLI.zip) = 25015516 4e22cce8bda5a5ad020be08678e03541 echo x - storcli/Makefile sed 's/^X//' >storcli/Makefile << 'efc1d0b360c0f1e7fb16b8e554e348f2' X# Created by: Hiroshi Fujishima X# $FreeBSD$ X XPORTNAME= storcli XPORTVERSION= 1.04.07 XCATEGORIES= sysutils XMASTER_SITES= http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/ XDISTNAME= ${PORTVERSION}_StorCLI X XMAINTAINER= h-fujishima@sakura.ad.jp XCOMMENT= SAS MegaRAID FreeBSD StorCLI X XRESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx X XFETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} X XONLY_FOR_ARCHS= i386 amd64 X XUSE_ZIP= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X XPLIST_FILES= sbin/storcli X Xpre-fetch: X @${FETCH_BINARY} -o /dev/null http://www.lsi.com/magic.axd\?x=e\&file=${MASTER_SITES}${DISTNAME} X X.include Xpost-extract: X.if ${ARCH} == "i386" X @cd ${WRKSRC}/FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} storcli.zip X.elif ${ARCH} == "amd64" X @cd ${WRKSRC}/FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} storcli64.zip X.endif X Xdo-install: X.if ${ARCH} == "i386" X ${INSTALL_PROGRAM} ${WRKSRC}/FreeBSD/storcli ${PREFIX}/sbin/storcli X.elif ${ARCH} == "amd64" X ${INSTALL_PROGRAM} ${WRKSRC}/FreeBSD/storcli64 ${PREFIX}/sbin/storcli X.endif X.include efc1d0b360c0f1e7fb16b8e554e348f2 echo x - storcli/pkg-descr sed 's/^X//' >storcli/pkg-descr << 'b59db8f380c56232fe0bf9637df7f31d' XThe Storage Command Line Tool (StorCLI) is the command line management Xsoftware designed for the MegaRAID product line. The StorCLI is a Xcommand line interface that is designed to be easy to use, consistent, Xand easy to script. This document is the reference manual for Xinstalling and using the Storage Command Line Tool, and it explains Xthe various features of the Storage Command Line Tool. b59db8f380c56232fe0bf9637df7f31d exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 04: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 9D77CF80 for ; Wed, 5 Jun 2013 04:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2861164 for ; Wed, 5 Jun 2013 04:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r554U06q037493 for ; Wed, 5 Jun 2013 04:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r554U0Yc037492; Wed, 5 Jun 2013 04:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 04:30:00 GMT Resent-Message-Id: <201306050430.r554U0Yc037492@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2A829ED8; Wed, 5 Jun 2013 04:20:02 +0000 (UTC) (envelope-from gasolwu@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 002341128; Wed, 5 Jun 2013 04:20:00 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 3E2BE74CE12; Wed, 5 Jun 2013 12:12:39 +0800 (CST) Message-Id: <20130605041239.3E2BE74CE12@goingmarry.kkbox.com> Date: Wed, 5 Jun 2013 12:12:39 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179322: [PATCH] devel/pecl-intl: update to 3.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: Wed, 05 Jun 2013 04:30:00 -0000 >Number: 179322 >Category: ports >Synopsis: [PATCH] devel/pecl-intl: update to 3.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 05 04:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 3.0.0 Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- pecl-intl-3.0.0.patch begins here --- diff -ruN /usr/ports/devel/pecl-intl/Makefile ./Makefile --- /usr/ports/devel/pecl-intl/Makefile 2013-03-10 19:48:51.000000000 +0800 +++ ./Makefile 2013-06-05 10:55:01.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: devel/pecl-intl/Makefile 313823 2013-03-10 11:48:51Z miwi $ PORTNAME= intl -PORTVERSION= 2.0.1 +PORTVERSION= 3.0.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff -ruN /usr/ports/devel/pecl-intl/distinfo ./distinfo --- /usr/ports/devel/pecl-intl/distinfo 2013-03-10 19:48:51.000000000 +0800 +++ ./distinfo 2013-06-05 11:01:11.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (PECL/intl-2.0.1.tgz) = e03fd076f821f38b51c022acb4d9c2652072b81212f99de107e1f0020621890f -SIZE (PECL/intl-2.0.1.tgz) = 149430 +SHA256 (PECL/intl-3.0.0.tgz) = 88bdda718fcb0341256841f1d63bfbe3686aa2f877ad47e999815d537a255f87 +SIZE (PECL/intl-3.0.0.tgz) = 248200 --- pecl-intl-3.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 04:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ECB82FB1; Wed, 5 Jun 2013 04:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C76351167; Wed, 5 Jun 2013 04:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r554U8x6037625; Wed, 5 Jun 2013 04:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r554U8Cq037624; Wed, 5 Jun 2013 04:30:08 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 04:30:08 GMT Message-Id: <201306050430.r554U8Cq037624@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179322: [PATCH] devel/pecl-intl: update to 3.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: Wed, 05 Jun 2013 04:30:09 -0000 Synopsis: [PATCH] devel/pecl-intl: update to 3.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 04: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=179322 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 07:08: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 204FCE3C; Wed, 5 Jun 2013 07:08:38 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EE0BF1829; Wed, 5 Jun 2013 07:08:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5578bar067077; Wed, 5 Jun 2013 07:08:37 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5578bD7067076; Wed, 5 Jun 2013 07:08:37 GMT (envelope-from mandree) Date: Wed, 5 Jun 2013 07:08:37 GMT Message-Id: <201306050708.r5578bD7067076@freefall.freebsd.org> To: mandree@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lua@FreeBSD.org From: mandree@FreeBSD.org Subject: Re: ports/177541: [new port] devel/lunit unit testing framework for lua written in lua X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 07:08:38 -0000 Synopsis: [new port] devel/lunit unit testing framework for lua written in lua Responsible-Changed-From-To: freebsd-ports-bugs->lua Responsible-Changed-By: mandree Responsible-Changed-When: Wed Jun 5 07:08:02 UTC 2013 Responsible-Changed-Why: Assign to Lua, this is Lua stuff. http://www.freebsd.org/cgi/query-pr.cgi?pr=177541 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 08:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 36638EC8 for ; Wed, 5 Jun 2013 08: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 02EF81AB6 for ; Wed, 5 Jun 2013 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r558A0lu078218 for ; Wed, 5 Jun 2013 08:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r558A0L9078217; Wed, 5 Jun 2013 08:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 08:10:00 GMT Resent-Message-Id: <201306050810.r558A0L9078217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Moll Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AE9019D7 for ; Wed, 5 Jun 2013 08:00:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id A21EB1A35 for ; Wed, 5 Jun 2013 08:00:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r558015u069260 for ; Wed, 5 Jun 2013 08:00:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55801el069255; Wed, 5 Jun 2013 08:00:01 GMT (envelope-from nobody) Message-Id: <201306050800.r55801el069255@oldred.freebsd.org> Date: Wed, 5 Jun 2013 08:00:01 GMT From: Michael Moll To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179323: audio/easytag - needs -lintl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 08:10:01 -0000 >Number: 179323 >Category: ports >Synopsis: audio/easytag - needs -lintl >Confidential: no >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 Jun 05 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Moll >Release: 9-STABLE >Organization: >Environment: FreeBSD marduk.kvedulv.de 9.1-STABLE FreeBSD 9.1-STABLE #0 r250935M: Sat May 25 16:34:24 CEST 2013 mmoll@marduk.kvedulv.de:/usr/obj/svn/base/stable/9/sys/MARDUK amd64 >Description: When building with lang/gcc47: [...] CXXLD easytag /usr/local/bin/ld: src/easytag-cddb.o: undefined reference to symbol 'libintl_ngettext' /usr/local/bin/ld: note: 'libintl_ngettext' is defined in DSO //usr/local/lib/libintl.so.9 so try adding it to the linker command line //usr/local/lib/libintl.so.9: could not read symbols: Invalid operation >How-To-Repeat: >Fix: append " -lintl" to "LDFLAGS+="-line in Makefile >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 08: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 58D93EF7; Wed, 5 Jun 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 3479C1AB8; Wed, 5 Jun 2013 08:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r558A9G3078353; Wed, 5 Jun 2013 08:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r558A9MQ078352; Wed, 5 Jun 2013 08:10:09 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 08:10:09 GMT Message-Id: <201306050810.r558A9MQ078352@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179323: audio/easytag - needs -lintl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 08:10:09 -0000 Synopsis: audio/easytag - needs -lintl Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 08: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=179323 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 08:22: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 613442F8; Wed, 5 Jun 2013 08:22:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3935B1B2C; Wed, 5 Jun 2013 08:22:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r558MKam084249; Wed, 5 Jun 2013 08:22:20 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r558MKE0084248; Wed, 5 Jun 2013 08:22:20 GMT (envelope-from bapt) Date: Wed, 5 Jun 2013 08:22:20 GMT Message-Id: <201306050822.r558MKE0084248@freefall.freebsd.org> To: rene@FreeBSD.org, bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bapt@FreeBSD.org Subject: Re: ports/179293: security/pam_authsrv: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 08:22:20 -0000 Synopsis: security/pam_authsrv: deprecate State-Changed-From-To: open->closed State-Changed-By: bapt State-Changed-When: Wed Jun 5 08:22:19 UTC 2013 State-Changed-Why: Ports now removed thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=179293 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 09: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 900A825E for ; Wed, 5 Jun 2013 09: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 770721D52 for ; Wed, 5 Jun 2013 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r559A2pa091563 for ; Wed, 5 Jun 2013 09:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r559A2os091562; Wed, 5 Jun 2013 09:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 09:10:02 GMT Resent-Message-Id: <201306050910.r559A2os091562@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Markov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 51A6AF7C for ; Wed, 5 Jun 2013 09:02:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 447931CFF for ; Wed, 5 Jun 2013 09:02:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5592UaD081167 for ; Wed, 5 Jun 2013 09:02:30 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5592UaB081166; Wed, 5 Jun 2013 09:02:30 GMT (envelope-from nobody) Message-Id: <201306050902.r5592UaB081166@oldred.freebsd.org> Date: Wed, 5 Jun 2013 09:02:30 GMT From: Alexey Markov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179325: net/svnup: Segmentation fault in the latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 09:10:02 -0000 >Number: 179325 >Category: ports >Synopsis: net/svnup: Segmentation fault in the latest version >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 Jun 05 09:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Markov >Release: 8.3-RELEASE-p7 >Organization: JSC Complitex >Environment: FreeBSD host.redrat.ru 8.3-RELEASE-p7 FreeBSD 8.3-RELEASE-p7 #0: Thu Apr 4 14:15:05 MSK 2013 redrat@host.redrat.ru:/arc/obj/arc/src/sys/HOST amd64 >Description: Latest version (0.73) of svnup get constant segmentation faults while trying update /usr/src. Full backtrace is attached to this PR. >How-To-Repeat: host:redrat/1# cc -Wall -g3 -ggdb -o svnup svnup.c -lmd -lssl host:redrat/1# gdb ./svnup GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) run release Starting program: /arc/home/redrat/1/svnup release # Revision: 251405 Program received signal SIGSEGV, Segmentation fault. 0x0000000000409c48 in main (argc=2, argv=0x7fffffffea80) at svnup.c:2301 2301 if (file[f]->download == 0) { host:redrat/1# cat /usr/local/etc/svnup.conf # $FreeBSD$ # # Default configuration options for svnup.conf [defaults] work_directory=/var/db/svnup host=svn.freebsd.org #host=svn0.us-west.freebsd.org #host=svn0.us-east.freebsd.org #protocol=https protocol=svn verbosity=1 trim_tree=0 [ports] branch=ports/head target=/arc/home/redrat/ports [release] branch=base/releng/8.4 target=/arc/home/redrat/src #[stable] #branch=base/stable/8 #[current] #branch=base/head >Fix: Patch attached with submission follows: Starting program: /arc/home/redrat/1/svnup release Program received signal SIGSEGV, Segmentation fault. 0x0000000000409c48 in main (argc=2, argv=0x7fffffffea80) at svnup.c:2301 2301 if (file[f]->download == 0) { #0 0x0000000000409c48 in main (argc=2, argv=0x7fffffffea80) at svnup.c:2301 local = {st_dev = 88, st_ino = 16631, st_mode = 33188, st_nlink = 1, st_uid = 0, st_gid = 0, st_rdev = 70968, st_atimespec = { tv_sec = 1370420006, tv_nsec = 0}, st_mtimespec = {tv_sec = 1369811430, tv_nsec = 0}, st_ctimespec = {tv_sec = 1369811430, tv_nsec = 0}, st_size = 2946828, st_blocks = 5824, st_blksize = 32768, st_flags = 0, st_gen = 2037667076, st_lspare = 0, st_birthtimespec = { tv_sec = 1369811430, tv_nsec = 0}} data = (struct tree_node *) 0x801423520 found = (struct tree_node *) 0x7fffffffea80 file = (file_node **) 0x8048ce000 connection = {socket_descriptor = 3, protocol = SVN, ssl = 0x0, ctx = 0x0, address = 0x800e0d060 "svn.freebsd.org", port = 3690, revision = 251405, family = 2, root = 0x800e04068 "base", trunk = 0x800e1d040 "releng/8.4", branch = 0x800e0d080 "base/releng/8.4", path_target = 0x800e0d0a0 "/arc/home/redrat/src", response = 0x801800000 "( success ( ( ) 0: ) )", response_length = 210968, response_blocks = 10240, response_groups = 0, path_work = 0x800e1d050 "/var/db/svnup", known_files = 0x801000000 "251099\r\n5f8d36baa24578ca77e76707bd8d0a6e", known_files_old = 0x800e16140 "/var/db/svnup/release", known_files_new = 0x800e16280 "/var/db/svnup/release.new", known_files_size = 2946828, trim_tree = 0, verbosity = 1} buffer = (char **) 0x804204c00 command = "\000 get-dir ( 0: ( 251405 ) false true ( kind size ) ) )\n\000ops depth log-revprops atomic-revprops partial-replay ) 37:svn://svn.freebsd.org/base/releng/8.4 10:svnup-0.73 ( ) )\n", '\0' , "x\201Ø\000\b\000\000\000N}±\000\b\000\000\000\000"... configuration_file = 0x800e0d040 "/usr/local/etc/svnup.conf" end = 0x801800280 "" md5 = 0x8012cf692 "675e91b9faeea40e4d5ffa60b24589ad" path = 0x8012cf6b3 "/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/manifest/test.jar-manifest" start = 0x801800017 "( success ( ( 32:05a6d30dc6f6807e240eed4837774249 ) 251405 ( ( 14:svn:entry:uuid 36:ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f ) ( 12:svn:keywords 10:FreeBSD=%H ) ( 13:svn:mergeinfo 291:/head/README:196879,"... temp_buffer = "( get-file ( 46:/gnu/usr.bin/groff/src/devices/grolbp/Makefile ( 251405 ) true false ) )\n\000\n\000)\n\000)\n\000\n\000)\n\000) )\n\000\n\000)\n\000)\n\000) )\n\000false ) )\n\000)\n\000\n\000)\n\000\000\000) )\n\000\n\000\000)\n\000)\n", '\0' value = 0x801800023 "( 32:05a6d30dc6f6807e240eed4837774249 ) 251405 ( ( 14:svn:entry:uuid 36:ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f ) ( 12:svn:keywords 10:FreeBSD=%H ) ( 13:svn:mergeinfo 291:/head/README:196879,198020,19848"... b = 0 buffer_commands = (int *) 0x804205000 buffer_full = 0 buffers = 104 c = 0 command_count = 0 display_last_revision = 0 f = 43288 f0 = 0 fd = 3 file_count = 43288 file_max = 45056 length = 0 option = -1 x = 8 The program is running. Exit anyway? (y or n) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 09: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 34B5F2B0; Wed, 5 Jun 2013 09:10: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 0F6B31D56; Wed, 5 Jun 2013 09:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r559ADVS091641; Wed, 5 Jun 2013 09:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r559ADUi091640; Wed, 5 Jun 2013 09:10:13 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 09:10:13 GMT Message-Id: <201306050910.r559ADUi091640@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179325: net/svnup: Segmentation fault in the latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 09:10:14 -0000 Synopsis: net/svnup: Segmentation fault in the latest version Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 09:10:13 UTC 2013 Responsible-Changed-Why: jgh@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179325 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 09:34: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 7062A71A; Wed, 5 Jun 2013 09:34:50 +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 47F371E25; Wed, 5 Jun 2013 09:34:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r559YoC1097447; Wed, 5 Jun 2013 09:34:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r559Yo6X097446; Wed, 5 Jun 2013 09:34:50 GMT (envelope-from linimon) Date: Wed, 5 Jun 2013 09:34:50 GMT Message-Id: <201306050934.r559Yo6X097446@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-www@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179324: Update www/smarty3 from 3.1.12 to 3.1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 09:34:50 -0000 Old Synopsis: Update Smarty3 from 3.1.12 to 3.1.13 New Synopsis: Update www/smarty3 from 3.1.12 to 3.1.13 Responsible-Changed-From-To: freebsd-www->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 5 09:34:08 UTC 2013 Responsible-Changed-Why: ports PR. The GNATS 'www' category is only for FreeBSD.org website problems. http://www.freebsd.org/cgi/query-pr.cgi?pr=179324 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 10: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 5151ED01 for ; Wed, 5 Jun 2013 10: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 3364E108D for ; Wed, 5 Jun 2013 10:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Ae29J008802 for ; Wed, 5 Jun 2013 10:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Ae2No008801; Wed, 5 Jun 2013 10:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 10:40:02 GMT Resent-Message-Id: <201306051040.r55Ae2No008801@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4C9F6C17 for ; Wed, 5 Jun 2013 10:38:28 +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 ECDB91081 for ; Wed, 5 Jun 2013 10:38:27 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MDjlo-1Ubx6a2biI-00H6mc for ; Wed, 05 Jun 2013 12:38:26 +0200 Received: (qmail invoked by alias); 05 Jun 2013 10:38:25 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp016) with SMTP; 05 Jun 2013 12:38:25 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 12:38:24 +0200 Message-Id: <20130605103828.4C9F6C17@hub.freebsd.org> Date: Wed, 05 Jun 2013 12:38:24 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179327: [PATCH] games/gtktetcolor: Update to 0.6.5pre3, fix port Cc: jpaetzel@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, 05 Jun 2013 10:40:02 -0000 >Number: 179327 >Category: ports >Synopsis: [PATCH] games/gtktetcolor: Update to 0.6.5pre3, fix port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 05 10:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 0.6.5pre3 - Fix port - Trim master sites - Change Icon - Add dependencies for BZIP2 and desktop - Trim new Uses - Add docs - Add NLS Options - Add OptionsNG - Trim Desktop entry file - Fix mtree, pkg-plist Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: http://portsmon.freebsd.org/portoverview.py?category=games&portname=gtktetcolor Build log https://redports.org/buildarchive/20130604103900-48119/ >Fix: --- gtktetcolor-0.6.5.p3.patch begins here --- diff -ruN /usr/ports/games/gtktetcolor/Makefile ./Makefile --- /usr/ports/games/gtktetcolor/Makefile 2013-06-02 18:54:42.000000000 +0200 +++ ./Makefile 2013-06-04 12:34:22.000000000 +0200 @@ -2,11 +2,13 @@ # $FreeBSD: head/games/gtktetcolor/Makefile 315433 2013-03-28 03:28:30Z eadler $ PORTNAME= gtktetcolor -PORTVERSION= 0.6.4 -PORTREVISION= 11 +DISTVERSION= 0.6.5pre3 CATEGORIES= games gnome -MASTER_SITES= SUNSITE/games \ - http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ +MASTER_SITES= ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Game for GNOME that resembles well-known Tetris and Columns @@ -14,19 +16,48 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= pathfix +USE_BZIP2= yes +USES= desktop-file-utils pathfix pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui -USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GMAKE= yes MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PORTDOCS= AUTHORS ChangeLog NEWS README TODO + +OPTIONS_DEFINE= NLS + +.include + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|games\.games|games:games|g' ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' + @${REINPLACE_CMD} -e 's|^Icon.*|Icon=${PORTNAME}|' \ + ${WRKSRC}/src/gtktetcolor.desktop.in + +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in +.endif + +post-install: + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif .include diff -ruN /usr/ports/games/gtktetcolor/distinfo ./distinfo --- /usr/ports/games/gtktetcolor/distinfo 2013-06-02 18:54:42.000000000 +0200 +++ ./distinfo 2013-06-04 12:37:05.000000000 +0200 @@ -1,2 +1,4 @@ -SHA256 (gtktetcolor-0.6.4.tar.gz) = 1d70d9d4c87ab6f42366dc491e8a467dae01ce168d3bbf4b9fc5215227ce5628 -SIZE (gtktetcolor-0.6.4.tar.gz) = 198699 +SHA256 (gtktetcolor-0.6.5pre3.tar.bz2) = c11a02377d0ed83ef59e5dd1cf7ea82491bbdbfb19957e5bc2774b871e93b049 +SIZE (gtktetcolor-0.6.5pre3.tar.bz2) = 172629 +SHA256 (gtktetcolor.png) = 1dd71abedfe4a7878e5ce802b3e19f8fec795834c09bdc31f219a8dc8db76427 +SIZE (gtktetcolor.png) = 910 diff -ruN /usr/ports/games/gtktetcolor/pkg-plist ./pkg-plist --- /usr/ports/games/gtktetcolor/pkg-plist 2013-06-02 18:54:42.000000000 +0200 +++ ./pkg-plist 2013-06-04 12:31:56.000000000 +0200 @@ -2,12 +2,14 @@ etc/sound/events/gtktetcolor.soundlist share/applications/gtktetcolor.desktop share/games/gtktetcolor.scores +%%NLS%%share/locale/de/LC_MESSAGES/gtktetcolor.mo +%%NLS%%share/locale/fr/LC_MESSAGES/gtktetcolor.mo +%%NLS%%share/locale/ru/LC_MESSAGES/gtktetcolor.mo +share/pixmaps/gtktetcolor.png share/pixmaps/gtktetcolor.xpm share/sounds/gtktetcolor/bonus.wav share/sounds/gtktetcolor/gameover.wav share/sounds/gtktetcolor/linerem.wav -share/locale/de/LC_MESSAGES/gtktetcolor.mo -share/locale/fr/LC_MESSAGES/gtktetcolor.mo -share/locale/ru/LC_MESSAGES/gtktetcolor.mo @dirrm share/sounds/gtktetcolor +@dirrmtry share/games @dirrmtry share/applications --- gtktetcolor-0.6.5.p3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 10:40:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 19B13D30; Wed, 5 Jun 2013 10: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 E8661108F; Wed, 5 Jun 2013 10:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Ae96D008880; Wed, 5 Jun 2013 10:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Ae90p008879; Wed, 5 Jun 2013 10:40:09 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 10:40:09 GMT Message-Id: <201306051040.r55Ae90p008879@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179327: [PATCH] games/gtktetcolor: Update to 0.6.5pre3, fix 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: Wed, 05 Jun 2013 10:40:10 -0000 Synopsis: [PATCH] games/gtktetcolor: Update to 0.6.5pre3, fix port Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 10:40:09 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179327 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 11:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77DF48DD for ; Wed, 5 Jun 2013 11: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 5F45611D9 for ; Wed, 5 Jun 2013 11:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55BK1JL016760 for ; Wed, 5 Jun 2013 11:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55BK1A9016759; Wed, 5 Jun 2013 11:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 11:20:01 GMT Resent-Message-Id: <201306051120.r55BK1A9016759@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Evgeniy Kosov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6F1288C5 for ; Wed, 5 Jun 2013 11:19:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 477B311CD for ; Wed, 5 Jun 2013 11:19:23 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55BJMZS007437 for ; Wed, 5 Jun 2013 11:19:22 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55BJMA3007432; Wed, 5 Jun 2013 11:19:22 GMT (envelope-from nobody) Message-Id: <201306051119.r55BJMA3007432@oldred.freebsd.org> Date: Wed, 5 Jun 2013 11:19:22 GMT From: Evgeniy Kosov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179328: devel/p5-Devel-Global-Destruction is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 11:20:01 -0000 >Number: 179328 >Category: ports >Synopsis: devel/p5-Devel-Global-Destruction is broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 05 11:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Evgeniy Kosov >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD somehost.somedomain.ru 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Port devel/p5-Devel-GlobalDestruction seems to be broken (since 0.10), as the XS part of the of the module has been moved to a separate Devel::GlobalDestruction::XS, but the port still references it in the plist: # cat pkg-plist %%PP%%%%SITE_PERL%%/Devel/GlobalDestruction.pm %%XS%%%%SITE_PERL%%/%%PERL_ARCH%%/Devel/GlobalDestruction.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/.packlist %%XS%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/GlobalDestruction.bs %%XS%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/GlobalDestruction.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel %%XS%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel/GlobalDestruction %%XS%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel %%PP%%@dirrmtry %%SITE_PERL%%/ >How-To-Repeat: Try to make package: # make package [...] ===> Building package for p5-Devel-GlobalDestruction-0.11 tar: lib/perl5/site_perl/5.12.4/mach/Devel/GlobalDestruction.pm: Cannot stat: No such file or directory tar: lib/perl5/site_perl/5.12.4/mach/auto/Devel/GlobalDestruction/GlobalDestruction.bs: Cannot stat: No such file or directory tar: lib/perl5/site_perl/5.12.4/mach/auto/Devel/GlobalDestruction/GlobalDestruction.so: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /usr/ports/devel/p5-Devel-GlobalDestruction. >Fix: One (obvious) solutions might be: 1. Create new port: devel/p5-Devel-GlobalDestruction-XS 2. Remove XS-part from the plist 3. Add optional dependency to devel/p5-Devel-GlobalDestruction-XS (if $PERL_LEVEL < 501400?) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 11:49: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 027F7762; Wed, 5 Jun 2013 11:49: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 CED4B12E5; Wed, 5 Jun 2013 11:49:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Bnd2a022391; Wed, 5 Jun 2013 11:49:39 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55BndR5022390; Wed, 5 Jun 2013 11:49:39 GMT (envelope-from culot) Date: Wed, 5 Jun 2013 11:49:39 GMT Message-Id: <201306051149.r55BndR5022390@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/179328: devel/p5-Devel-Global-Destruction is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 11:49:40 -0000 Synopsis: devel/p5-Devel-Global-Destruction is broken Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Jun 5 11:49:39 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179328 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 12:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3E7D727D for ; Wed, 5 Jun 2013 12: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 23312161B for ; Wed, 5 Jun 2013 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55CK046028783 for ; Wed, 5 Jun 2013 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55CK0ue028770; Wed, 5 Jun 2013 12:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 12:20:00 GMT Resent-Message-Id: <201306051220.r55CK0ue028770@freefall.freebsd.org> 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 60A511D6 for ; Wed, 5 Jun 2013 12:13:30 +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 0119D147C for ; Wed, 5 Jun 2013 12:13:29 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LiZpS-1U7q2G2h3s-00ce3n for ; Wed, 05 Jun 2013 14:13:28 +0200 Received: (qmail invoked by alias); 05 Jun 2013 12:13:27 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp035) with SMTP; 05 Jun 2013 14:13:27 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 14:13:26 +0200 Message-Id: <20130605121330.60A511D6@hub.freebsd.org> Date: Wed, 05 Jun 2013 14:13:26 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179329: [PATCH] games/plee-the-bear: Fix manual pages, add license, NLS, OptionsNG Cc: amdmi3@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, 05 Jun 2013 12:20:01 -0000 >Number: 179329 >Category: ports >Synopsis: [PATCH] games/plee-the-bear: Fix manual pages, add license, NLS, OptionsNG >Confidential: no >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 Jun 05 12:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Add license - Add dependency for textproc/docbook-to-man - Fix manual pages - Add NLS Options - Add OptionsNG - Fix NLS - Update WWW - Trim pkg-plist, remove mtree Port maintainer (amdmi3@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log, plee-the-bear-0.6.0_4 https://redports.org/buildarchive/20130604223500-39521/ Build log, plee-the-bear-0.6.0_3 https://redports.org/buildarchive/20130604122201-38548/ docbook-to-man was not found on your system. The manpages of the engine are not generated. docbook-to-man was not found on your system. The manpages of Plee the Bear are not generated. port test in normal FreeBSD_Ports Jail or native pkg info | grep docbook-to-man docbook-to-man-1.0_2 A DocBook SGML DTD into nroff/troff -man macros converter ... The deinstallation will free 44 MB Deleting plee-the-bear-0.6.0_3... done ===> Extra files and directories check share/man/man6/running-bear.6 share/man/man6/plee-the-bear.6 @dirrmtry share/man/man6 ===> Cleaning up after port test ===> Cleaning for plee-the-bear-0.6.0_3 ===> Removing existing /var/tmp/ports/plee-the-bear-0.6.0_3 dir ===> Done. >Fix: --- plee-the-bear-0.6.0_4.patch begins here --- diff -ruN /usr/ports/games/plee-the-bear/Makefile ./Makefile --- /usr/ports/games/plee-the-bear/Makefile 2013-06-02 18:54:34.000000000 +0200 +++ ./Makefile 2013-06-05 00:33:46.000000000 +0200 @@ -3,13 +3,20 @@ PORTNAME= plee-the-bear PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Plee%20the%20Bear/${PORTVERSION:R} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D platform jump and run game +LICENSE= GPLv2 CCbyNCSA3 +LICENSE_COMB= dual +LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported +LICENSE_FILE_CCbyNCSA3=${WRKSRC}/CCPL +LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept + +BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs \ claw_application:${PORTSDIR}/devel/libclaw @@ -21,8 +28,36 @@ MAKE_JOBS_SAFE= yes USE_GCC= 4.6+ -USES= cmake gettext +USES= cmake CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ - -DBEAR_NO_EDITOR=YES + -DBEAR_NO_EDITOR=YES -DBEAR_NO_MANPAGES=YES + +MAN6= plee-the-bear.6 running-bear.6 + +OPTIONS_DEFINE= NLS + +.include + +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +.endif + +post-patch: +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e 's|locale||' \ + ${WRKSRC}/bear-engine/desktop/CMakeLists.txt \ + ${WRKSRC}/plee-the-bear/desktop/CMakeLists.txt +.endif + +post-build: + @(cd ${WRKSRC}/bear-engine/desktop/man && docbook-to-man running-bear.sgml > running-bear.6) + @(cd ${WRKSRC}/plee-the-bear/desktop/man && docbook-to-man plee-the-bear.sgml > plee-the-bear.6) + +post-install: + ${INSTALL_MAN} ${WRKSRC}/bear-engine/desktop/man/running-bear.6 ${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/plee-the-bear/desktop/man/plee-the-bear.6 ${MAN6PREFIX}/man/man6 .include diff -ruN /usr/ports/games/plee-the-bear/pkg-descr ./pkg-descr --- /usr/ports/games/plee-the-bear/pkg-descr 2013-06-02 18:54:34.000000000 +0200 +++ ./pkg-descr 2013-06-04 12:50:35.000000000 +0200 @@ -3,4 +3,4 @@ of games). You're a bear, trying to catch his son, which ran away after he ate all your honey. -WWW: http://plee-the-bear.sourceforge.net/ +WWW: http://sourceforge.net/projects/plee-the-bear/ diff -ruN /usr/ports/games/plee-the-bear/pkg-plist ./pkg-plist --- /usr/ports/games/plee-the-bear/pkg-plist 2013-06-02 18:54:34.000000000 +0200 +++ ./pkg-plist 2013-06-04 13:32:29.000000000 +0200 @@ -108,10 +108,10 @@ share/icons/hicolor/32x32/apps/ptb.png share/icons/hicolor/48x48/apps/ptb.png share/icons/hicolor/64x64/apps/ptb.png -share/locale/fr/LC_MESSAGES/bear-engine.mo -share/locale/fr/LC_MESSAGES/plee-the-bear.mo -share/locale/nn/LC_MESSAGES/bear-engine.mo -share/locale/nn/LC_MESSAGES/plee-the-bear.mo +%%NLS%%share/locale/fr/LC_MESSAGES/bear-engine.mo +%%NLS%%share/locale/fr/LC_MESSAGES/plee-the-bear.mo +%%NLS%%share/locale/nn/LC_MESSAGES/bear-engine.mo +%%NLS%%share/locale/nn/LC_MESSAGES/plee-the-bear.mo share/pixmaps/ptb.png share/pixmaps/ptb.xpm %%DATADIR%%/animation/air_bubble_generator.canim @@ -890,20 +890,6 @@ @dirrm %%DATADIR%%/animation/effect @dirrm %%DATADIR%%/animation @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/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@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 share/bear-factory/plee-the-bear/item-description/mini-game @dirrm share/bear-factory/plee-the-bear/item-description/item_brick @dirrm share/bear-factory/plee-the-bear/item-description/forest --- plee-the-bear-0.6.0_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 12: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 B8BB02B8; Wed, 5 Jun 2013 12: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 92DA71622; Wed, 5 Jun 2013 12:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55CK9FN028897; Wed, 5 Jun 2013 12:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55CK9r3028896; Wed, 5 Jun 2013 12:20:09 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 12:20:09 GMT Message-Id: <201306051220.r55CK9r3028896@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179329: [PATCH] games/plee-the-bear: Fix manual pages, add license, NLS, 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: Wed, 05 Jun 2013 12:20:09 -0000 Synopsis: [PATCH] games/plee-the-bear: Fix manual pages, add license, NLS, OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 12: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=179329 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 C2CCA787 for ; Wed, 5 Jun 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 A9FC216E1 for ; Wed, 5 Jun 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55CU15q030546 for ; Wed, 5 Jun 2013 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55CU12n030545; Wed, 5 Jun 2013 12:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 12:30:01 GMT Resent-Message-Id: <201306051230.r55CU12n030545@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "r4721@tormail.org" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77DB54BA for ; Wed, 5 Jun 2013 12:24:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 508301670 for ; Wed, 5 Jun 2013 12:24:54 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55COrIe012446 for ; Wed, 5 Jun 2013 12:24:53 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55COrFm012445; Wed, 5 Jun 2013 12:24:53 GMT (envelope-from nobody) Message-Id: <201306051224.r55COrFm012445@oldred.freebsd.org> Date: Wed, 5 Jun 2013 12:24:53 GMT From: "r4721@tormail.org" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179330: [patch] update mirror list for vim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 12:30:01 -0000 >Number: 179330 >Category: ports >Synopsis: [patch] update mirror list for vim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 05 12:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: r4721@tormail.org >Release: >Organization: >Environment: >Description: attempt to address some complaints about slow fetching. * sync mirror list with official list * remove all dead or incomplete mirrors * remove all http mirrors that take > 1 second to serve a file * remove all ftp mirrors that take > 5 seconds to serve a file the ftp mirrors are on average, 6x slower than http mirrors. removing them entirely was thought of as a possible way to speed url generation, but benchmark showed less than 1% speed improvement for fetch-urlall-list. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Mk/bsd.sites.mk =================================================================== --- Mk/bsd.sites.mk (revision 319958) +++ Mk/bsd.sites.mk (working copy) @@ -1329,37 +1329,31 @@ .endif # List: http://www.vim.org/mirrors.php -# Updated: 2013-01-03 +# Updated: 2013 Mar 01 .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ + http://ftp.vim.org/pub/vim/unix/ \ http://artfiles.org/vim.org/unix/ \ http://ftp.gr.vim.org/pub/vim/unix/ \ - http://ftp.stut.edu.tw/vim/unix/ \ http://ftp.tw.vim.org/pub/vim/unix/ \ http://ftp.vim.ossmirror.de/pub/vim/unix/ \ - http://ftp2.jp.vim.org/pub/vim/unix/ \ - http://ftp2.kr.vim.org/pub/vim/unix/ \ - http://ftp2.tw.vim.org/pub/vim/unix/ \ http://ftp2.uk.vim.org/pub/vim/unix/ \ + http://mirror.yongbok.net/pub/vim/unix/ \ http://servingzone.com/mirrors/vim/unix/ \ http://tweedo.com/mirror/ftp.vim.org/unix/ \ http://vim.cybermirror.org/unix/ \ http://vim.mirror.fr/unix/ \ ftp://artfiles.org/vim.org/unix/ \ - ftp://ftp.ar.vim.org/pub/vim/unix/ \ ftp://ftp.ca.vim.org/pub/vim/unix/ \ ftp://ftp.de.vim.org/unix/ \ - ftp://ftp.gr.vim.org/pub/vim/unix/ \ - ftp://ftp.is.vim.org/pub/vim/unix/ \ ftp://ftp.jp.vim.org/pub/vim/unix/ \ + ftp://ftp.nl.vim.org/pub/vim/unix/ \ ftp://ftp.pl.vim.org/pub/vim/unix/ \ - ftp://ftp.stut.edu.tw/pub/vim/unix/ \ ftp://ftp.uk.vim.org/pub/vim/unix/ \ - ftp://ftp.za.vim.org/mirrors/ftp.vim.org/unix/ \ - ftp://ftp2.kr.vim.org/pub/vim/unix/ \ ftp://ftp2.tw.vim.org/pub/vim/unix/ \ ftp://ftp2.uk.vim.org/pub/vim/unix/ \ ftp://ftp3.de.vim.org/pub/vim/unix/ \ + ftp://mirror.yongbok.net/pub/vim/unix/ \ ftp://vim.tsu.ru/pub/vim/unix/ .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 13: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 1C320E6 for ; Wed, 5 Jun 2013 13: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 F309518B8 for ; Wed, 5 Jun 2013 13:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55DA1SP037388 for ; Wed, 5 Jun 2013 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55DA138037387; Wed, 5 Jun 2013 13:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 13:10:01 GMT Resent-Message-Id: <201306051310.r55DA138037387@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manuel Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9DA63DCF for ; Wed, 5 Jun 2013 13:03:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 901211868 for ; Wed, 5 Jun 2013 13:03:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55D3Xn6057868 for ; Wed, 5 Jun 2013 13:03:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55D3XG8057863; Wed, 5 Jun 2013 13:03:33 GMT (envelope-from nobody) Message-Id: <201306051303.r55D3XG8057863@oldred.freebsd.org> Date: Wed, 5 Jun 2013 13:03:33 GMT From: Manuel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179331: [PATCH] multimedia/libcec Update to 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: Wed, 05 Jun 2013 13:10:02 -0000 >Number: 179331 >Category: ports >Synopsis: [PATCH] multimedia/libcec Update to 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: Wed Jun 05 13:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Manuel >Release: >Organization: >Environment: >Description: Update for multimedia/libcec to version 2.1.3 Added the new patch for device detection by Mickael Maillot and added a message as he suggested (see PR: ports/177391) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur libcec.orig/Makefile libcec/Makefile --- libcec.orig/Makefile 2013-04-23 16:20:25.000000000 +0200 +++ libcec/Makefile 2013-06-05 12:29:17.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: multimedia/libcec/Makefile 316355 2013-04-23 14:20:25Z bapt $ PORTNAME= libcec -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.3 CATEGORIES= multimedia MAINTAINER= manuel.creach@icloud.com @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= Pulse-Eight -GH_COMMIT= 178d498 +GH_COMMIT= 54be21e GH_TAGNAME= ${PORTNAME}-${PORTVERSION} USES= pkgconfig diff -Naur libcec.orig/distinfo libcec/distinfo --- libcec.orig/distinfo 2012-12-04 18:14:34.000000000 +0100 +++ libcec/distinfo 2013-06-05 12:27:25.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (libcec-2.0.4.tar.gz) = 652f8bddf8629eb4d14c93bc97efbeb7406482f69626302c8489df8e1fd8431f -SIZE (libcec-2.0.4.tar.gz) = 1075334 +SHA256 (libcec-2.1.3.tar.gz) = 2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1 +SIZE (libcec-2.1.3.tar.gz) = 1087121 diff -Naur libcec.orig/files/patch-src__lib__adapter__Pulse-Eight__USBCECAdapterDetection.cpp libcec/files/patch-src__lib__adapter__Pulse-Eight__USBCECAdapterDetection.cpp --- libcec.orig/files/patch-src__lib__adapter__Pulse-Eight__USBCECAdapterDetection.cpp 2012-12-04 18:14:34.000000000 +0100 +++ libcec/files/patch-src__lib__adapter__Pulse-Eight__USBCECAdapterDetection.cpp 2013-06-05 12:25:40.000000000 +0200 @@ -1,11 +1,93 @@ ---- ./src/lib/adapter/Pulse-Eight/USBCECAdapterDetection.cpp.orig 2012-10-17 11:35:39.000000000 +0200 -+++ ./src/lib/adapter/Pulse-Eight/USBCECAdapterDetection.cpp 2012-10-17 11:35:52.000000000 +0200 -@@ -427,8 +427,6 @@ - for (i = 0; i < 8; ++i) +diff --git src/lib/adapter/Pulse-Eight/USBCECAdapterDetection.cpp src/lib/adapter/Pulse-Eight/USBCECAdapterDetection.cpp +index 35ba386..dc1c79b 100644 +--- src/lib/adapter/Pulse-Eight/USBCECAdapterDetection.cpp ++++ src/lib/adapter/Pulse-Eight/USBCECAdapterDetection.cpp +@@ -63,6 +63,8 @@ extern "C" { + #elif defined(__FreeBSD__) + #include + #include ++#include ++#include + #endif + + #define CEC_VID 0x2548 +@@ -434,22 +436,68 @@ uint8_t CUSBCECAdapterDetection::FindAdapters(cec_adapter_descriptor *deviceList + } + #elif defined(__FreeBSD__) + char devicePath[PATH_MAX + 1]; ++ char infos[512]; ++ char sysctlname[32]; ++ char ttyname[8]; ++ char *pos; ++ size_t infos_size = sizeof(infos); + int i; + +- for (i = 0; i < 8; ++i) ++ for (i = 0; ; ++i) { - (void)snprintf(devicePath, sizeof(devicePath), "/dev/ttyU%d", i); +- (void)snprintf(devicePath, sizeof(devicePath), "/dev/ttyU%d", i); - if (strDevicePath && strcmp(devicePath, strDevicePath) != 0) -- continue; - if (!access(devicePath, 0)) - { - snprintf(deviceList[iFound].path, sizeof(deviceList[iFound].path), "%s", devicePath); ++ memset(infos, 0, sizeof(infos)); ++ (void)snprintf(sysctlname, sizeof(sysctlname), ++ "dev.umodem.%d.%%pnpinfo", i); ++ if (sysctlbyname(sysctlname, infos, &infos_size, ++ NULL, 0) != 0) ++ break; ++ if (strstr(infos, "vendor=0x2548") == NULL) + continue; +- if (!access(devicePath, 0)) +- { +- snprintf(deviceList[iFound].strComPath, sizeof(deviceList[iFound].strComPath), "%s", devicePath); +- snprintf(deviceList[iFound].strComName, sizeof(deviceList[iFound].strComName), "%s", devicePath); +- deviceList[iFound].iVendorId = CEC_VID; +- deviceList[iFound].iProductId = CEC_VID; +- deviceList[iFound].adapterType = ADAPTERTYPE_P8_EXTERNAL; // will be overridden when not doing a "quick scan" by the actual type +- iFound++; ++ if (strstr(infos, "product=0x1001") == NULL ++ && strstr(infos, "product=0x1002") == NULL) ++ continue; ++ pos = strstr(infos, "ttyname="); ++ if (pos == NULL) ++ continue; ++ sscanf(pos, "ttyname=%s ", ttyname); ++ ++ (void)snprintf(devicePath, sizeof(devicePath), ++ "/dev/tty%s", ttyname); ++ ++ if (strDevicePath) { ++ char currStrDevicePath[512]; ++ int port = 0; ++ int devaddr = 0; ++ memset(currStrDevicePath, 0, sizeof(currStrDevicePath)); ++ memset(infos, 0, sizeof(infos)); ++ (void)snprintf(sysctlname, sizeof(sysctlname), ++ "dev.umodem.%d.%%location", i); ++ if (sysctlbyname(sysctlname, infos, &infos_size, ++ NULL, 0) != 0) ++ break; ++ ++ pos = strstr(infos, "port="); ++ if (pos == NULL) ++ continue; ++ sscanf(pos, "port=%d ", &port); ++ ++ pos = strstr(infos, "devaddr="); ++ if (pos == NULL) ++ continue; ++ sscanf(pos, "devaddr=%d ", &devaddr); ++ ++ (void)snprintf(currStrDevicePath, sizeof(currStrDevicePath), ++ "/dev/ugen%d.%d", port, devaddr); ++ ++ if (strcmp(currStrDevicePath, strDevicePath) != 0) ++ continue; + } ++ snprintf(deviceList[iFound].strComPath, sizeof(deviceList[iFound].strComPath), "%s", devicePath); ++ snprintf(deviceList[iFound].strComName, sizeof(deviceList[iFound].strComName), "%s", devicePath); ++ deviceList[iFound].iVendorId = CEC_VID; ++ deviceList[iFound].iProductId = CEC_VID; ++ deviceList[iFound].adapterType = ADAPTERTYPE_P8_EXTERNAL; // will be overridden when not doing a "quick scan" by the actual type ++ iFound++; + } + #else + //silence "unused" warnings \ No newline at end of file diff -Naur libcec.orig/pkg-message libcec/pkg-message --- libcec.orig/pkg-message 1970-01-01 01:00:00.000000000 +0100 +++ libcec/pkg-message 2013-06-05 12:44:21.000000000 +0200 @@ -0,0 +1,8 @@ +WARNING: + +You need write permissions on the USB device to make it work properly. +Consider adding a rule in /etc/devfs.rules like this one : + +[system=10] +add path 'ttyU*' mode 0660 group operator + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 13:10:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4CC541A3; Wed, 5 Jun 2013 13: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 2742218C0; Wed, 5 Jun 2013 13:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55DAFp0037461; Wed, 5 Jun 2013 13:10:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55DAEY0037460; Wed, 5 Jun 2013 13:10:15 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 13:10:15 GMT Message-Id: <201306051310.r55DAEY0037460@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179331: [PATCH] multimedia/libcec Update to 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: Wed, 05 Jun 2013 13:10:15 -0000 Synopsis: [PATCH] multimedia/libcec Update to 2.1.3 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Wed Jun 5 13:10:14 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=179331 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 14:05: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 C977D191; Wed, 5 Jun 2013 14:05:23 +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 A29271B42; Wed, 5 Jun 2013 14:05:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55E5NIU048575; Wed, 5 Jun 2013 14:05:23 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55E5NIi048574; Wed, 5 Jun 2013 14:05:23 GMT (envelope-from pawel) Date: Wed, 5 Jun 2013 14:05:23 GMT Message-Id: <201306051405.r55E5NIi048574@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179303: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.7.1 -> 2.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: Wed, 05 Jun 2013 14:05:23 -0000 Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.7.1 -> 2.8 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Wed Jun 5 14:05:23 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179303 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 14:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CEE9A917 for ; Wed, 5 Jun 2013 14:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9A19C1C7C for ; Wed, 5 Jun 2013 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55EU00g052968 for ; Wed, 5 Jun 2013 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55EU0kR052967; Wed, 5 Jun 2013 14:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 14:30:00 GMT Resent-Message-Id: <201306051430.r55EU0kR052967@freefall.freebsd.org> 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 Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3F05A6DD for ; Wed, 5 Jun 2013 14:23:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 310CB1C25 for ; Wed, 5 Jun 2013 14:23:40 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55ENds4083815 for ; Wed, 5 Jun 2013 14:23:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55ENd04083814; Wed, 5 Jun 2013 14:23:39 GMT (envelope-from nobody) Message-Id: <201306051423.r55ENd04083814@oldred.freebsd.org> Date: Wed, 5 Jun 2013 14:23:39 GMT From: Denis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179332: port dovecot2-pigeonhole, file dovecot-2.2-pigeonhole-0.4.0.tar.gz is not exist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 14:30:00 -0000 >Number: 179332 >Category: ports >Synopsis: port dovecot2-pigeonhole, file dovecot-2.2-pigeonhole-0.4.0.tar.gz is not exist >Confidential: no >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 Jun 05 14:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Denis >Release: FreeBSD 9.1-RELEASE >Organization: home >Environment: FreeBSD server 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: /usr/ports/mail/dovecot2-pigeonhole # make install ===> License LGPL21 accepted by the user ===> Found saved configuration for dovecot-pigeonhole-0.4.0 => dovecot-2.2-pigeonhole-0.4.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-0.4.0.tar.gz fetch: http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-0.4.0.tar.gz: Bad Request => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/dovecot-2.2-pigeonhole-0.4.0.tar.gz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/dovecot-2.2-pigeonhole-0.4.0.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 /usr/ports/mail/dovecot2-pigeonhole. *** [install] Error code 1 Stop in /usr/ports/mail/dovecot2-pigeonhole. ================== file dovecot-2.2-pigeonhole-0.4.0.tar.gz not exist on FTP server, and anywhere. >How-To-Repeat: /usr/ports/mail/dovecot2-pigeonhole # make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 14:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BAB1BAD2 for ; Wed, 5 Jun 2013 14:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2A91CDA for ; Wed, 5 Jun 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Ee0oc054649 for ; Wed, 5 Jun 2013 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Ee0gB054648; Wed, 5 Jun 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 14:40:00 GMT Resent-Message-Id: <201306051440.r55Ee0gB054648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Peterschmitt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 85CF9AC3 for ; Wed, 5 Jun 2013 14:39:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 784071CD2 for ; Wed, 5 Jun 2013 14:39:20 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55EdKWf061774 for ; Wed, 5 Jun 2013 14:39:20 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55EdKe9061773; Wed, 5 Jun 2013 14:39:20 GMT (envelope-from nobody) Message-Id: <201306051439.r55EdKe9061773@oldred.freebsd.org> Date: Wed, 5 Jun 2013 14:39:20 GMT From: Florent Peterschmitt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179333: devel/sdl12 build fail -> xors _XData32 declaration mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 14:40:00 -0000 >Number: 179333 >Category: ports >Synopsis: devel/sdl12 build fail -> xors _XData32 declaration mismatch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 05 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Florent Peterschmitt >Release: 9.1-STABLE >Organization: >Environment: FreeBSD katana 9.1-STABLE FreeBSD 9.1-STABLE #0 r251291: Mon Jun 3 10:20:15 CEST 2013 root@katana:/usr/obj/usr/src/sys/KATANA amd64 >Description: libtool: compile: cc -O2 -pipe -msse3 -I/usr/local/include -fno-strict-aliasing -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -I/usr/local/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/x11/SDL_x11dyn.c -fPIC -DPIC -o build/.libs/SDL_x11dyn.o In file included from ./src/video/x11/SDL_x11dyn.c:96: ./src/video/x11/SDL_x11sym.h:168: error: conflicting types for '_XData32' /usr/local/include/X11/Xlibint.h:599: error: previous declaration of '_XData32' was here gmake: *** [build/SDL_x11dyn.lo] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/devel/sdl12. *** [build] Error code 1 Stop in /usr/ports/devel/sdl12. >How-To-Repeat: cd /usr/ports/devel/sdl12 make >Fix: --- src/video/x11/SDL_x11sym.h 2012-01-19 07:30:06.000000000 +0100 +++ src/video/x11/SDL_x11sym.h 2013-06-05 16:33:51.114576667 +0200 @@ -165,7 +165,7 @@ */ #ifdef LONG64 SDL_X11_MODULE(IO_32BIT) -SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return) +SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),return) SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),) #endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 14:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3CBFDB04; Wed, 5 Jun 2013 14: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 16FFD1CDD; Wed, 5 Jun 2013 14:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Ee7RF054785; Wed, 5 Jun 2013 14:40:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Ee71x054784; Wed, 5 Jun 2013 14:40:07 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 14:40:07 GMT Message-Id: <201306051440.r55Ee71x054784@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mva@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179333: devel/sdl12 build fail -> xors _XData32 declaration mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 14:40:08 -0000 Synopsis: devel/sdl12 build fail -> xors _XData32 declaration mismatch Responsible-Changed-From-To: freebsd-ports-bugs->mva Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 14: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=179333 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 15: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 CAEEDF73 for ; Wed, 5 Jun 2013 15: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 BD97F1DD4 for ; Wed, 5 Jun 2013 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55F01uq058147 for ; Wed, 5 Jun 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55F01XC058146; Wed, 5 Jun 2013 15:00:01 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 15:00:01 GMT Message-Id: <201306051500.r55F01XC058146@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Koichiro IWAO Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koichiro IWAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 15:00:01 -0000 The following reply was made to PR ports/179236; it has been noted by GNATS. From: Koichiro IWAO To: Kevin Zheng Cc: bug-followup@freebsd.org Subject: Re: ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is enabled Date: Wed, 05 Jun 2013 23:58:26 +0900 2013-06-05 12:03 Kevin Zheng wrote: > I suggest that the HPJPG option be marked with NO_PACKAGE_BUILD. If > this > idea is alright, I'll send a patch along, unless somebody commits this > first (it's probably a one-liner). Okay, I see the problem and agree your suggestion. Please send your patch. -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 15:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BDDA3BC0 for ; Wed, 5 Jun 2013 15:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 87F721FC3 for ; Wed, 5 Jun 2013 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Fe0NY066504 for ; Wed, 5 Jun 2013 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Fe0Mx066503; Wed, 5 Jun 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 15:40:00 GMT Resent-Message-Id: <201306051540.r55Fe0Mx066503@freefall.freebsd.org> 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 Egea Gondolfo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DABD5B3A for ; Wed, 5 Jun 2013 15:31:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id CC7E91F74 for ; Wed, 5 Jun 2013 15:31:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55FVqQ8061230 for ; Wed, 5 Jun 2013 15:31:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55FVq8U061229; Wed, 5 Jun 2013 15:31:52 GMT (envelope-from nobody) Message-Id: <201306051531.r55FVq8U061229@oldred.freebsd.org> Date: Wed, 5 Jun 2013 15:31:52 GMT From: Danilo Egea Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179334: japanese/p5-Number-Phone-JP 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: Wed, 05 Jun 2013 15:40:00 -0000 >Number: 179334 >Category: ports >Synopsis: japanese/p5-Number-Phone-JP 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: Wed Jun 05 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egea Gondolfo >Release: FreeBSD 9.1-STABLE >Organization: Universidade Estadual de Maringa >Environment: FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #4 r250700: Thu May 16 13:48:11 BRT 2013 root@projeto:/usr/obj/usr/src.stable/sys/PROJETO amd64 >Description: Update from 0.20130501 to 0.20130603. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319947) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20130501 +PORTVERSION= 0.20130603 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI Index: distinfo =================================================================== --- distinfo (revision 319947) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Number-Phone-JP-0.20130501.tar.gz) = 851bdf924eef976ac9e03dddd3a48747ecb078501983be60d099ab9589490d0e -SIZE (Number-Phone-JP-0.20130501.tar.gz) = 390634 +SHA256 (Number-Phone-JP-0.20130603.tar.gz) = 38c096017ea8355fa5727d068877f8debf9db1d99ccf1bc3782134ae9eaf3f60 +SIZE (Number-Phone-JP-0.20130603.tar.gz) = 390629 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 15:40: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 A2E1EBF2; Wed, 5 Jun 2013 15:40:07 +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 7DA0A1FC6; Wed, 5 Jun 2013 15:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Fe7aa066637; Wed, 5 Jun 2013 15:40:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Fe7Rm066636; Wed, 5 Jun 2013 15:40:07 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 15:40:07 GMT Message-Id: <201306051540.r55Fe7Rm066636@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179334: japanese/p5-Number-Phone-JP 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: Wed, 05 Jun 2013 15:40:07 -0000 Synopsis: japanese/p5-Number-Phone-JP update Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 15:40:07 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=179334 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 15:45: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 7C255CA5; Wed, 5 Jun 2013 15:45: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 55D511003; Wed, 5 Jun 2013 15:45:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55FjdAF068285; Wed, 5 Jun 2013 15:45:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55FjdNe068284; Wed, 5 Jun 2013 15:45:39 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 15:45:39 GMT Message-Id: <201306051545.r55FjdNe068284@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obrien@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179330: [patch] update mirror list for editors/vim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 15:45:39 -0000 Synopsis: [patch] update mirror list for editors/vim Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 15:45:39 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179330 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 16:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ECF22721 for ; Wed, 5 Jun 2013 16: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 CE9E3117D for ; Wed, 5 Jun 2013 16:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55GK0rI074756 for ; Wed, 5 Jun 2013 16:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55GK0kk074755; Wed, 5 Jun 2013 16:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 16:20:00 GMT Resent-Message-Id: <201306051620.r55GK0kk074755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hardy Schumacher Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E66E7640 for ; Wed, 5 Jun 2013 16:13:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id D95121137 for ; Wed, 5 Jun 2013 16:13:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55GD4a1027550 for ; Wed, 5 Jun 2013 16:13:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55GD4bZ027549; Wed, 5 Jun 2013 16:13:04 GMT (envelope-from nobody) Message-Id: <201306051613.r55GD4bZ027549@oldred.freebsd.org> Date: Wed, 5 Jun 2013 16:13:04 GMT From: Hardy Schumacher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179335: [UPDATE] games/palomino to v20130527 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 16:20:01 -0000 >Number: 179335 >Category: ports >Synopsis: [UPDATE] games/palomino to v20130527 >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 Jun 05 16:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-9.1 >Organization: >Environment: n/a >Description: Update for port games/palomino is available. >How-To-Repeat: n/a >Fix: Patch attached with submission follows: diff -ruN /usr/ports/games/palomino/Makefile ./palomino/Makefile --- /usr/ports/games/palomino/Makefile 2013-05-05 12:26:05.000000000 +0200 +++ ./palomino/Makefile 2013-06-04 22:22:56.000000000 +0200 @@ -2,8 +2,7 @@ # $FreeBSD: head/games/palomino/Makefile 316786 2013-04-29 08:57:12Z bapt $ PORTNAME= palomino -PORTVERSION= 20121026 -PORTREVISION= 2 +PORTVERSION= 20130527 CATEGORIES= games MASTER_SITES= ftp://ftp.palomino3d.org/sim/ DISTFILES= ${PORTNAME}_src_${PORTVERSION}.txz \ diff -ruN /usr/ports/games/palomino/distinfo ./palomino/distinfo --- /usr/ports/games/palomino/distinfo 2012-12-26 19:40:45.000000000 +0100 +++ ./palomino/distinfo 2013-06-04 22:43:25.000000000 +0200 @@ -1,5 +1,5 @@ -SHA256 (palomino_src_20121026.txz) = fee1f1d05c8cb8bb25484d01b03ffdce44b31fac54a68c27f82d017ddee29b76 -SIZE (palomino_src_20121026.txz) = 572424 +SHA256 (palomino_src_20130527.txz) = ae5be1a8e146030289ec75b2c44f0dde11641809ef57a572038cb746c64bceca +SIZE (palomino_src_20130527.txz) = 572468 SHA256 (palomino_data_misc_20091027.tar.bz2) = f5b7183ae98a7842dcc626de388d396a50c98011745bc6afca7da402c13fdac8 SIZE (palomino_data_misc_20091027.tar.bz2) = 632943 SHA256 (palomino_data_models_20090615.tar.bz2) = 53acdb00a61cbfe5faca7c30276ae76a2d0c8a169eff292b54fc9701bfbe885a >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 40CD1723 for ; Wed, 5 Jun 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 22FCB117F for ; Wed, 5 Jun 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55GK1qs074770 for ; Wed, 5 Jun 2013 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55GK0sP074769; Wed, 5 Jun 2013 16:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 16:20:00 GMT Resent-Message-Id: <201306051620.r55GK0sP074769@freefall.freebsd.org> 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 C20F54CA for ; Wed, 5 Jun 2013 16:10:33 +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 6EB96111D for ; Wed, 5 Jun 2013 16:10:33 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MFOX4-1UekVI1bVc-00EMDI for ; Wed, 05 Jun 2013 18:10:32 +0200 Received: (qmail invoked by alias); 05 Jun 2013 16:10:31 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp029) with SMTP; 05 Jun 2013 18:10:31 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 18:10:30 +0200 Message-Id: <20130605161033.C20F54CA@hub.freebsd.org> Date: Wed, 05 Jun 2013 18:10:30 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179336: [PATCH] graphics/diacanvas2: Add license, NLS, fix docs Cc: jpaetzel@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, 05 Jun 2013 16:20:01 -0000 >Number: 179336 >Category: ports >Synopsis: [PATCH] graphics/diacanvas2: Add license, NLS, fix docs >Confidential: no >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 Jun 05 16:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Trim comment - Add license - Add NLS Option - Comply with OptionsNG - Fix docs - Trim pkg-plist Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130604204000-17435/ >Fix: --- diacanvas2-0.15.4_4.patch begins here --- diff -ruN /usr/ports/graphics/diacanvas2/Makefile ./Makefile --- /usr/ports/graphics/diacanvas2/Makefile 2013-06-02 18:53:13.000000000 +0200 +++ ./Makefile 2013-06-04 22:38:24.000000000 +0200 @@ -9,26 +9,42 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A general drawing canvas from dia dialog editor +COMMENT= General drawing canvas from dia dialog editor + +LICENSE= GPLv2 USES= pathfix pkgconfig USE_GNOME= pygnome2 USE_PYTHON= 2.2+ USE_GMAKE= yes USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USE_DISPLAY= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= PRINT +OPTIONS_DEFINE= NLS PRINT OPTIONS_DEFAULT=PRINT PRINT_DESC= GNOME print support .include +.if ${PORT_OPTIONS:MDOCS} +PLIST_SUB+= APIDOCS="" +.else +PLIST_SUB+= APIDOCS="@comment " +.endif + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +.endif + .if ${PORT_OPTIONS:MPRINT} USE_GNOME+= libgnomeprintui CONFIGURE_ARGS+=--enable-gnome-print @@ -37,7 +53,12 @@ .endif post-patch: - @${REINPLACE_CMD} -e \ - 's|unit_tests doc|unit_tests|g' ${WRKSRC}/Makefile.in +.if ! ${PORT_OPTIONS:MDOCS} + @${REINPLACE_CMD} -e '/SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in +.endif + +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e 's|po diacanvas po |diacanvas |g' ${WRKSRC}/Makefile.in +.endif .include diff -ruN /usr/ports/graphics/diacanvas2/pkg-plist ./pkg-plist --- /usr/ports/graphics/diacanvas2/pkg-plist 2013-06-02 18:53:13.000000000 +0200 +++ ./pkg-plist 2013-06-04 22:18:40.000000000 +0200 @@ -46,13 +46,6 @@ lib/libdiacanvas2.la lib/libdiacanvas2.so lib/libdiacanvas2.so.0 -libdata/pkgconfig/diacanvas2.pc -share/locale/nl/LC_MESSAGES/diacanvas.mo -share/pygtk/2.0/defs/dia-boxed.defs -share/pygtk/2.0/defs/diacanvas.defs -share/pygtk/2.0/defs/diageometry.defs -share/pygtk/2.0/defs/diashape.defs -share/pygtk/2.0/defs/diaview.defs %%PYTHON_SITELIBDIR%%/diacanvas/__init__.py %%PYTHON_SITELIBDIR%%/diacanvas/__init__.pyc %%PYTHON_SITELIBDIR%%/diacanvas/__init__.pyo @@ -71,5 +64,60 @@ %%PYTHON_SITELIBDIR%%/diacanvas/viewmodule.a %%PYTHON_SITELIBDIR%%/diacanvas/viewmodule.la %%PYTHON_SITELIBDIR%%/diacanvas/viewmodule.so -@dirrm %%PYTHON_SITELIBDIR%%/diacanvas +libdata/pkgconfig/diacanvas2.pc +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvas.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasBox.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasEditable.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasElement.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasGroup.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasGroupable.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasImage.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasItem.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasLine.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasText.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasView.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaCanvasViewItem.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaConstraint.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaHandle.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaHandleLayer.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaSolver.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaTool.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaUndoManager.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/DiaVariable.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/arrowhead.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/chap-DiaCanvas.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/chap-Geometry.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/chap-Objects.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/chap-Python.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/chap-Solver.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/chap-Views.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2-DiaExpression.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2-DiaGeometry.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2-DiaShape-functions-for-LibArt-rendering.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2-DiaShape-functions-for-X11-rendering.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2-DiaShape.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2-DiaStrength.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2-Exporting.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2.devhelp +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvas2.devhelp2 +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diacanvasview.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/diasolver.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/element.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/home.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/index.html +%%APIDOCS%%share/gtk-doc/html/diacanvas2/index.sgml +%%APIDOCS%%share/gtk-doc/html/diacanvas2/left.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/line.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/right.png +%%APIDOCS%%share/gtk-doc/html/diacanvas2/style.css +%%APIDOCS%%share/gtk-doc/html/diacanvas2/up.png +%%NLS%%share/locale/nl/LC_MESSAGES/diacanvas.mo +share/pygtk/2.0/defs/dia-boxed.defs +share/pygtk/2.0/defs/diacanvas.defs +share/pygtk/2.0/defs/diageometry.defs +share/pygtk/2.0/defs/diashape.defs +share/pygtk/2.0/defs/diaview.defs @dirrm include/diacanvas +@dirrmtry %%PYTHON_SITELIBDIR%%/diacanvas +%%APIDOCS%%@dirrm share/gtk-doc/html/diacanvas2 --- diacanvas2-0.15.4_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 16: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 C4594754; Wed, 5 Jun 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 9F8E41181; Wed, 5 Jun 2013 16:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55GK8vg074841; Wed, 5 Jun 2013 16:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55GK8nq074840; Wed, 5 Jun 2013 16:20:08 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 16:20:08 GMT Message-Id: <201306051620.r55GK8nq074840@freefall.freebsd.org> To: hardy.schumacher@gmx.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179335: [UPDATE] games/palomino to v20130527 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 16:20:08 -0000 Synopsis: [UPDATE] games/palomino to v20130527 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 5 16: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=179335 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 3BE0D784; Wed, 5 Jun 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 160081182; Wed, 5 Jun 2013 16:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55GKEma074976; Wed, 5 Jun 2013 16:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55GKEjC074975; Wed, 5 Jun 2013 16:20:14 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 16:20:14 GMT Message-Id: <201306051620.r55GKEjC074975@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179336: [PATCH] graphics/diacanvas2: Add license, NLS, fix docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 16:20:15 -0000 Synopsis: [PATCH] graphics/diacanvas2: Add license, NLS, fix docs Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 16:20:14 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179336 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 34FE9B76 for ; Wed, 5 Jun 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 279F911E3 for ; Wed, 5 Jun 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55GU1q2076683 for ; Wed, 5 Jun 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55GU1mN076682; Wed, 5 Jun 2013 16:30:01 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 16:30:01 GMT Message-Id: <201306051630.r55GU1mN076682@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179335: [UPDATE] games/palomino to v20130527 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, 05 Jun 2013 16:30:01 -0000 The following reply was made to PR ports/179335; it has been noted by GNATS. From: Edwin Groothuis To: nemysis@gmx.ch Cc: bug-followup@FreeBSD.org Subject: Re: ports/179335: [UPDATE] games/palomino to v20130527 Date: Wed, 5 Jun 2013 16:20:07 UT Maintainer of games/palomino, Please note that PR ports/179335 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/179335 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 3DB3ACF3 for ; Wed, 5 Jun 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 1E20B1262 for ; Wed, 5 Jun 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Ge06M078470 for ; Wed, 5 Jun 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Ge0Ya078468; Wed, 5 Jun 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 16:40:00 GMT Resent-Message-Id: <201306051640.r55Ge0Ya078468@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 237FFBC9 for ; Wed, 5 Jun 2013 16:31:41 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1051208 for ; Wed, 5 Jun 2013 16:31:40 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lbx3C-1U1Ggh1X0e-00jHUW for ; Wed, 05 Jun 2013 18:31:39 +0200 Received: (qmail invoked by alias); 05 Jun 2013 16:31:38 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp016) with SMTP; 05 Jun 2013 18:31:38 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 18:31:36 +0200 Message-Id: <20130605163141.237FFBC9@hub.freebsd.org> Date: Wed, 05 Jun 2013 18:31:36 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179337: [PATCH] graphics/enblend: Fix docs, mtree, add OptionsNG Cc: grog@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, 05 Jun 2013 16:40:01 -0000 >Number: 179337 >Category: ports >Synopsis: [PATCH] graphics/enblend: Fix docs, mtree, add OptionsNG >Confidential: no >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 Jun 05 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Trim master sites - Add license - Fix docs - Add OptionsNG - Fix mtree Port maintainer (grog@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: http://portsmon.freebsd.org/portoverview.py?category=graphics&portname=enblend Build log https://redports.org/buildarchive/20130604213801-534/ >Fix: --- enblend-4.1.1_1.patch begins here --- diff -ruN /usr/ports/graphics/enblend/Makefile ./Makefile --- /usr/ports/graphics/enblend/Makefile 2013-06-02 18:53:14.000000000 +0200 +++ ./Makefile 2013-06-04 23:36:23.000000000 +0200 @@ -3,15 +3,18 @@ PORTNAME= enblend PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-enfuse/${PORTNAME}-enfuse-${PORTVERSION:R}/ DISTNAME= enblend-enfuse-${PORTVERSION} MAINTAINER= grog@FreeBSD.org COMMENT= Tool for image blending with multiresolution splines +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ - OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR + OpenEXR>=0:${PORTSDIR}/graphics/OpenEXR LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ lcms2:${PORTSDIR}/graphics/lcms2 \ xmi:${PORTSDIR}/graphics/plotutils \ @@ -19,9 +22,9 @@ boost_filesystem:${PORTSDIR}/devel/boost-libs \ vigraimpex:${PORTSDIR}/graphics/vigra \ gsl:${PORTSDIR}/math/gsl -RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR +RUN_DEPENDS= OpenEXR>=0:${PORTSDIR}/graphics/OpenEXR -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= automake:env autoconf:env USE_GMAKE= yes # We need a newer version of makinfo for this. @@ -39,11 +42,21 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -INFO= enfuse enblend MAN1= enblend.1 enfuse.1 + +INFO= enfuse enblend + PLIST_FILES= bin/enblend bin/enfuse +PORTDOCS= AUTHORS NEWS README + +.include + post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} .include --- enblend-4.1.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 16: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 BCA77D23; Wed, 5 Jun 2013 16: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 975831264; Wed, 5 Jun 2013 16:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Ge9ge078551; Wed, 5 Jun 2013 16:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Ge997078550; Wed, 5 Jun 2013 16:40:09 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 16:40:09 GMT Message-Id: <201306051640.r55Ge997078550@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, grog@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179337: [PATCH] graphics/enblend: Fix docs, mtree, add 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: Wed, 05 Jun 2013 16:40:09 -0000 Synopsis: [PATCH] graphics/enblend: Fix docs, mtree, add OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->grog Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 16: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=179337 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 B650984E for ; Wed, 5 Jun 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 980A618E4 for ; Wed, 5 Jun 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55IA0fa095745 for ; Wed, 5 Jun 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55IA0mS095744; Wed, 5 Jun 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 18:10:00 GMT Resent-Message-Id: <201306051810.r55IA0mS095744@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Kozlov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B0D1E689 for ; Wed, 5 Jun 2013 18:07:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id A17CE18B1 for ; Wed, 5 Jun 2013 18:07:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55I70Fe003268 for ; Wed, 5 Jun 2013 18:07:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55I7057003166; Wed, 5 Jun 2013 18:07:00 GMT (envelope-from nobody) Message-Id: <201306051807.r55I7057003166@oldred.freebsd.org> Date: Wed, 5 Jun 2013 18:07:00 GMT From: Alex Kozlov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179338: [patch] ports-mgmt/portlint various improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 18:10:00 -0000 >Number: 179338 >Category: ports >Synopsis: [patch] ports-mgmt/portlint various improvements >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 Jun 05 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex Kozlov >Release: RELENG_10 >Organization: private >Environment: >Description: - Add check for misspelled (wrong) PORT_OPTIONS - Change 'Use USE_PKGCONFIG instead.' to 'Use USES+= pkgconfig instead.' - Add check for ${TRUE}/${FALSE} in DESKTOP_ENTRIES - Remove CDRTOOLS check - Remove USE_REINPLACE check, it was deprecated 6+ years ago - Remove USE_GETOPT_LONG check, it was deprecated 6+ years ago - Remove old OPTIONS support - Modify USE_GETTEXT -> USES gettext - Remove WITHOUT_NLS check - Relax headers check for $FreeBSD$ + $MCom$ case >How-To-Repeat: >Fix: Patch attached with submission follows: - Add check for misspelled (wrong) PORT_OPTIONS - Change 'Use USE_PKGCONFIG instead.' to 'Use USES+= pkgconfig instead.' - Add check for ${TRUE}/${FALSE} in DESKTOP_ENTRIES - Remove CDRTOOLS check - Remove USE_REINPLACE check, it was deprecated 6+ years ago - Remove USE_GETOPT_LONG check, it was deprecated 6+ years ago - Remove old OPTIONS support - Modify USE_GETTEXT -> USES gettext - Remove WITHOUT_NLS check - Relax headers check for $FreeBSD$ + $MCom$ case Index: portlint @@ -196,7 +196,7 @@ PKGDIR COMMENT DESCR PLIST PKGCATEGORY PKGINSTALL PKGDEINSTALL PKGREQ PKGMESSAGE DISTINFO_FILE .CURDIR USE_LDCONFIG USE_AUTOTOOLS USE_GNOME INDEXFILE PKGORIGIN CONFLICTS PKG_VERSION PKGINSTALLVER - PLIST_FILES OPTIONS OPTIONS_DEFINE INSTALLS_OMF USE_GETTEXT USE_RC_SUBR + PLIST_FILES OPTIONS_DEFINE INSTALLS_OMF USE_RC_SUBR USES DIST_SUBDIR ALLFILES IGNOREFILES CHECKSUM_ALGORITHMS INSTALLS_ICONS GNU_CONFIGURE CONFIGURE_ARGS MASTER_SITE_SUBDIR LICENSE LICENSE_COMB ); @@ -705,7 +705,7 @@ if ($_ =~ /charset\.alias$/ || $_ =~ /locale\.alias$/) { &perror("WARN", $file, $., "installing charset.alias or locale.alias, ". - "please add USE_GETTEXT=yes and use libintl from devel/gettext ". + "please add USES[+]=gettext and use libintl from devel/gettext ". "instead of from outdated bundled one if possible. ". "See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/71531 ". "for more details."); @@ -745,9 +745,9 @@ "for more details)"); } - if ($_ =~ m|\.mo$| && $makevar{USE_GETTEXT} eq '') { + if ($_ =~ m|\.mo$| && $makevar{USES} !~ /\bgettext\b/) { &perror("WARN", $file, $., "installing gettext translation files, ". - "please define USE_GETTEXT as appropriate"); + "please define USES[+]=gettext as appropriate."); } if ($_ =~ m|\.core$| && $_ !~ /^\@/) { @@ -1128,11 +1128,11 @@ "USE_ICONV."); } - # check USE_GETTEXT + # check USES=gettext if ($m{'dep'} =~ /^(intl\.\d+)$/) { &perror("WARN", $file, -1, "dependency to $1 ". "listed in $j. consider using ". - "USE_GETTEXT."); + "USES[+]=gettext."); } # check USE_GMAKE @@ -1156,13 +1156,6 @@ "USE_LIBLTDL."); } - # check CDRTOOLS - if ($m{'dir'} =~ /(cdrtools|cdrtools-cjk)$/) { - &perror("WARN", $file, -1, "dependency to $1 ". - "listed in $j. consider using ". - "USE_CDRTOOLS."); - } - # check GHOSTSCRIPT if ($m{'dep'} eq "gs") { &perror("WARN", $file, -1, "dependency to gs ". @@ -1245,7 +1238,6 @@ my($realwrksrc, $wrksrc, $nowrksubdir) = ('', '', ''); my(@mman, @pman); my(@mopt, @oopt); - my(@nmopt, @noopt); my($pkg_version, $versiondir, $versionfile) = ('', '', ''); my $useindex = 0; my %deprecated = (); @@ -1254,8 +1246,7 @@ my $pre_mk_line = 0; my $options_mk_line = 0; my $docsused = 0; - my $nlsused = 0; - my $newoptused = 0; + my $desktop_entries = (); open(IN, "< $file") || return 0; $rawwhole = ''; @@ -1342,6 +1333,8 @@ #&perror("FATAL", $file, 3, "do not add extra ". # "empty comments after header."); } + # special case for $rcsidsrt\n$MCom$ + } elsif ($lines[1] =~ /^# \$$rcsidstr[:\$]/ and $lines[2] =~ /^#\s+\$MCom[:\$]/ and $lines[3] =~ /^$/) { } elsif ($lines[1] !~ /^# \$$rcsidstr[:\$]/ or $lines[2] !~ /^$/) { &perror("FATAL", $file, 1, "incorrect header; ". "use Created by: with a single space, then \$$rcsidstr\$."); @@ -1430,7 +1423,6 @@ # whole file: USE_* and others variables used too late # my @options_early = qw( - OPTIONS OPTIONS_DEFAULT OPTIONS_DEFINE OPTIONS_EXCLUDE @@ -1494,63 +1486,41 @@ } } + @oopt = split(/\s+/, $makevar{OPTIONS_DEFINE}); pos($whole) = 0; - if ($whole =~ /\nOPTIONS_DEFINE[+?]?=/) { - $newoptused++; - } - @oopt = ($makevar{OPTIONS} =~ /(\w+)\s+\".*?\"\s+\w+/sg); - @noopt = split(/\s+/, $makevar{OPTIONS_DEFINE}); - if (scalar(@oopt) && $newoptused) { - &perror("FATAL", $file, -1, "Both old and new OPTIONS are found. ". - "Remove one or another."); - } - if (scalar(@oopt)) { - &perror("WARN", $file, -1, "Use of OPTIONS is obsolete. Use the ". - "new options framework."); - } - pos($whole) = 0; - while ($whole =~ /\(?\s*WITH(?:OUT)?_(\w+)\s*\)?/mg) { + while ($whole =~ /PORT_OPTIONS:M(\w+)/mg) { push @mopt, $1; my $lineno = &linenumber($`) + 1; - &perror("FATAL", $file, $lineno, "option WITH(OUT)_$1 is used before ". + &perror("FATAL", $file, $lineno, "option $1 is used before ". "including bsd.port.pre.mk or bsd.port.options.mk.") - if (scalar(@oopt) && $lineno < $pre_mk_line && - $lineno < $options_mk_line); + if (scalar(@oopt) && $lineno < $pre_mk_line && + $lineno < $options_mk_line); } foreach my $i (@oopt) { if (!grep(/^$i$/, @mopt)) { - &perror("WARN", $file, -1, "$i is listed in OPTIONS, ". - "but neither WITH_$i nor WITHOUT_$i appears."); - } - } - if ($newoptused) { - pos($whole) = 0; - while ($whole =~ /PORT_OPTIONS:M(\w+)/mg) { - push @nmopt, $1; - my $lineno = &linenumber($`) + 1; - &perror("FATAL", $file, $lineno, "option $1 is used before ". - "including bsd.port.pre.mk or bsd.port.options.mk.") - if ($newoptused && $lineno < $pre_mk_line && - $lineno < $options_mk_line); - } - foreach my $i (@noopt) { - if (!grep(/^$i$/, @nmopt)) { - &perror("WARN", $file, -1, "$i is listed in OPTIONS_DEFINE, ". - "but no PORT_OPTIONS:M$i appears."); - } + &perror("WARN", $file, -1, "$i is listed in OPTIONS_DEFINE, ". + "but no PORT_OPTIONS:M$i appears."); } } foreach my $i (@mopt) { - next if ($i eq 'NLS'); # skip WITHOUT_NLS if (!grep(/^$i$/, @oopt)) { - # XXX: disable temporarily. - # OPTIONS is still "in flux" - #&perror("WARN: $file: WITH_$i or WITHOUT_$i appears, ". - # "consider using OPTIONS macro."); + # skip global options + next if ($i eq 'DOCS' or $i eq 'NLS' or $i eq 'EXAMPLES' or $i eq 'IPV6'); + &perror("WARN", $file, -1, "$i is appears in PORT_OPTIONS:M, ". + "but not listed in OPTIONS_DEFINE." ); } } # + # whole file: check DESKTOP_ENTRIES for ${TRUE}/${FALSE} + # + print "OK: checking DESKTOP_ENTRIES for \${TRUE}/\${FALSE}.\n" if ($verbose); + $desktop_entries = &get_makevar_raw('DESKTOP_ENTRIES'); + if ($desktop_entries =~ /\${TRUE}/ or $desktop_entries =~ /\${FALSE}/) { + &perror("FATAL", $file, -1, "Use true/false instead of \${TRUE}/\${FALSE} in DESKTOP_ENTRIES."); + } + + # # whole file: USE_* as a user-settable option # print "OK: checking for USE_* as a user-settable option.\n" if ($verbose); @@ -1641,16 +1611,6 @@ } # - # whole file: USE_REINPLACE - # - print "OK: checking for USE_REINPLACE.\n" if ($verbose); - if ($whole =~ /\nUSE_REINPLACE.?=/) { - my $lineno = &linenumber($`); - &perror("WARN", $file, $lineno, "USE_REINPLACE is now obsolete. ". - "You can safely use REINPLACE_CMD without it."); - } - - # # whole file: MAKE_JOBS_[UN]SAFE # print "OK: checking for MAKE_JOBS_SAFE in combination with NO_BUILD.\n" if ($verbose); @@ -1665,22 +1625,12 @@ } # - # whole file: USE_GETOPT_LONG - # - print "OK: checking for USE_GETOPT_LONG.\n" if ($verbose); - if ($whole =~ /\nUSE_GETOPT_LONG.?=/) { - my $lineno = &linenumber($`); - &perror("WARN", $file, $lineno, "USE_GETOPT_LONG is now obsolete. ". - "You can safely remove this macro from your Makefile."); - } - - # # whole file: USE_GNOME=pkgconfig # print "OK: checking for USE_GNOME=pkgconfig.\n" if ($verbose); if ($makevar{USE_GNOME} =~ /pkgconfig/) { &perror("WARN", $file, -1, "USE_GNOME=pkgconfig is now obsolete. ". - "Use USE_PKGCONFIG instead."); + "Use USES[+]= pkgconfig instead."); } # @@ -1740,28 +1690,16 @@ if ($whole =~ /NOPORTDOCS/) { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "NOPORTDOCS found. Consider ". - "using PORT_OPTIONS:MDOCS"); + "using PORT_OPTIONS:MDOCS."); } # - # whole file: check for USE_GETTEXT + # whole file: check for USES=gettext # - print "OK: checking for USE_GETTEXT without PORT_OPTIONS:MNLS.\n" if ($verbose); - if ($whole =~ /\nUSE_GETTEXT/ && $whole =~ /PORT_OPTIONS:MNLS/) { - $nlsused++; - } - print "OK: checking for USE_GETTEXT without WITHOUT_NLS.\n" if ($verbose); - if ($whole =~ /\nUSE_GETTEXT/ && $whole !~ /def(?:ined)?\s*\(?WITHOUT_NLS\)?/) { - if ($nlsused == 0) { - &perror("WARN", $file, -1, "Consider adding support for a WITHOUT_NLS ". - "knob to conditionally disable gettext support."); - } - } else { - $nlsused++; - } - if ($nlsused > 1) { - &perror("FATAL", $file, -1, "Both WITHOUT_NLS and PORT_OPTIONS:MNLS are found. ". - "Remove one or another."); + print "OK: checking for USES=gettext without PORT_OPTIONS:MNLS.\n" if ($verbose); + if ($makevar{USES} =~ /\bgettext\b/ && $whole !~ /PORT_OPTIONS:MNLS/) { + &perror("WARN", $file, -1, "Consider adding support for a NLS ". + "knob to conditionally disable gettext support."); } # @@ -3369,6 +3307,17 @@ return chomp $result; } +sub get_makevar_raw { + my($mvar) = @_; + my($cmd, $result); + + $cmd = join(' -XV ', "make $makeenv MASTER_SITE_BACKUP=''", $mvar); + $result = `$cmd`; + chomp $result; + + return $result; +} + sub is_predefined { my($url, $file) = @_; my($site, $site_re); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 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 DC85B887; Wed, 5 Jun 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 741D518EB; Wed, 5 Jun 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55IA9IN097293; Wed, 5 Jun 2013 18:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55IA9uf097292; Wed, 5 Jun 2013 18:10:09 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 18:10:09 GMT Message-Id: <201306051810.r55IA9uf097292@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179338: [patch] ports-mgmt/portlint various improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 18:10:10 -0000 Synopsis: [patch] ports-mgmt/portlint various improvements Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 18: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=179338 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 18: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 C2EC6781 for ; Wed, 5 Jun 2013 18: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 A52481A92 for ; Wed, 5 Jun 2013 18:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55Io30i003802 for ; Wed, 5 Jun 2013 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55Io3hN003801; Wed, 5 Jun 2013 18:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 18:50:03 GMT Resent-Message-Id: <201306051850.r55Io3hN003801@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 35A422FD for ; Wed, 5 Jun 2013 18:40:37 +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 A9D421A27 for ; Wed, 5 Jun 2013 18:40:36 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LzEWl-1UO0ig1znd-014XDd for ; Wed, 05 Jun 2013 20:40:35 +0200 Received: (qmail invoked by alias); 05 Jun 2013 18:40:34 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 05 Jun 2013 20:40:34 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 20:40:30 +0200 Message-Id: <20130605184037.35A422FD@hub.freebsd.org> Date: Wed, 05 Jun 2013 20:40:30 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179340: [PATCH] games/xboard: Add dependencies, NLS, docs Cc: johans@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, 05 Jun 2013 18:50:03 -0000 >Number: 179340 >Category: ports >Synopsis: [PATCH] games/xboard: Add dependencies, NLS, docs >Confidential: no >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 Jun 05 18:50:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Add license - Add NLS Option - Add dependencies for desktop, pkgconfig - Add docs - Trim typo - Add WWW - Trim pkg-plist, remove mtree Port maintainer (johans@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130605151600-8246/ >Fix: --- xboard-4.7.1_1.patch begins here --- diff -ruN /usr/ports/games/xboard/Makefile ./Makefile --- /usr/ports/games/xboard/Makefile 2013-06-02 18:54:40.000000000 +0200 +++ ./Makefile 2013-06-04 17:27:51.000000000 +0200 @@ -10,9 +10,11 @@ MAINTAINER= johans@FreeBSD.org COMMENT= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess +LICENSE= GPLv3 + LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo -OPTIONS_DEFINE= CRAFTY FAIRYMAX GNUCHESS KNIGHTCAP PHALANX +OPTIONS_DEFINE= NLS CRAFTY FAIRYMAX GNUCHESS KNIGHTCAP PHALANX OPTIONS_DEFAULT= CRAFTY_DESC= Install crafty engine FAIRYMAX_DESC= Install fairymax engine @@ -20,17 +22,23 @@ KNIGHTCAP_DESC= Install KnightCap engine PHALANX_DESC= Install phalanx engine +USES= desktop-file-utils pkgconfig shared-mime-info USE_XORG= xt xpm xaw USE_GNOME= librsvg2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=MKDIR_P="${MKDIR}" -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAN6= xboard.6 -INFO= xboard +CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ + MKDIR_P="${MKDIR}" + USE_PERL5_BUILD=yes INSTALLS_ICONS= yes -USES= shared-mime-info + +MAN6= xboard.6 + +INFO= xboard + +PORTDOCS= AUTHORS ChangeLog NEWS README SHORTLOG TODO + +DATADIR= ${PREFIX}/share/games/${PORTNAME} .include @@ -76,7 +84,12 @@ ${WRKSRC}/Makefile.in post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/cmail ${PREFIX}/bin/ + @${INSTALL_SCRIPT} ${WRKSRC}/cmail ${PREFIX}/bin @${CP} -pn ${PREFIX}/etc/xboard.conf.dist ${PREFIX}/etc/xboard.conf +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include diff -ruN /usr/ports/games/xboard/pkg-descr ./pkg-descr --- /usr/ports/games/xboard/pkg-descr 2013-06-02 18:54:40.000000000 +0200 +++ ./pkg-descr 2013-04-08 18:49:29.000000000 +0200 @@ -1,3 +1,5 @@ Xboard is a graphical chessboard that can serve as a user interface for Crafty, GNU Chess, for Internet Chess Servers, or for electronic mail correspondence chess. xboard can also be used by itself. + +WWW: https://www.gnu.org/software/xboard/ diff -ruN /usr/ports/games/xboard/pkg-plist ./pkg-plist --- /usr/ports/games/xboard/pkg-plist 2013-06-02 18:54:40.000000000 +0200 +++ ./pkg-plist 2013-06-05 15:39:29.000000000 +0200 @@ -1,136 +1,135 @@ -bin/xboard bin/cmail -share/applications/xboard.desktop +bin/xboard share/applications/xboard-config.desktop share/applications/xboard-fen-viewer.desktop share/applications/xboard-pgn-viewer.desktop share/applications/xboard-tourney.desktop +share/applications/xboard.desktop +%%DATADIR%%/pixmaps/textures/board32.xpm +%%DATADIR%%/pixmaps/textures/board48.xpm +%%DATADIR%%/pixmaps/textures/cross32.xpm +%%DATADIR%%/pixmaps/textures/cross48.xpm +%%DATADIR%%/pixmaps/textures/ini32.xpm +%%DATADIR%%/pixmaps/textures/ini48.xpm +%%DATADIR%%/sounds/cymbal.wav +%%DATADIR%%/sounds/ding1.wav +%%DATADIR%%/sounds/gong.wav +%%DATADIR%%/sounds/honkhonk.wav +%%DATADIR%%/sounds/laser.wav +%%DATADIR%%/sounds/penalty.wav +%%DATADIR%%/sounds/phone.wav +%%DATADIR%%/sounds/pop2.wav +%%DATADIR%%/sounds/slap.wav +%%DATADIR%%/sounds/woodthunk.wav +%%DATADIR%%/themes/default/BlackAdvisor.svg +%%DATADIR%%/themes/default/BlackArchbishop.svg +%%DATADIR%%/themes/default/BlackBishop.svg +%%DATADIR%%/themes/default/BlackCanon.svg +%%DATADIR%%/themes/default/BlackChancellor.svg +%%DATADIR%%/themes/default/BlackCobra.svg +%%DATADIR%%/themes/default/BlackCommoner.svg +%%DATADIR%%/themes/default/BlackCrownedBishop.svg +%%DATADIR%%/themes/default/BlackCrownedRook.svg +%%DATADIR%%/themes/default/BlackElephant.svg +%%DATADIR%%/themes/default/BlackGold.svg +%%DATADIR%%/themes/default/BlackGoldKnight.svg +%%DATADIR%%/themes/default/BlackGoldLance.svg +%%DATADIR%%/themes/default/BlackGoldPawn.svg +%%DATADIR%%/themes/default/BlackGoldSilver.svg +%%DATADIR%%/themes/default/BlackHawk.svg +%%DATADIR%%/themes/default/BlackKing.svg +%%DATADIR%%/themes/default/BlackKnight.svg +%%DATADIR%%/themes/default/BlackLance.svg +%%DATADIR%%/themes/default/BlackMarshall.svg +%%DATADIR%%/themes/default/BlackNightrider.svg +%%DATADIR%%/themes/default/BlackPawn.svg +%%DATADIR%%/themes/default/BlackPrincess.svg +%%DATADIR%%/themes/default/BlackQueen.svg +%%DATADIR%%/themes/default/BlackRook.svg +%%DATADIR%%/themes/default/BlackUnicorn.svg +%%DATADIR%%/themes/default/WhiteAdvisor.svg +%%DATADIR%%/themes/default/WhiteArchbishop.svg +%%DATADIR%%/themes/default/WhiteBishop.svg +%%DATADIR%%/themes/default/WhiteCanon.svg +%%DATADIR%%/themes/default/WhiteChancellor.svg +%%DATADIR%%/themes/default/WhiteCobra.svg +%%DATADIR%%/themes/default/WhiteCommoner.svg +%%DATADIR%%/themes/default/WhiteCrownedBishop.svg +%%DATADIR%%/themes/default/WhiteCrownedRook.svg +%%DATADIR%%/themes/default/WhiteElephant.svg +%%DATADIR%%/themes/default/WhiteGold.svg +%%DATADIR%%/themes/default/WhiteGoldKnight.svg +%%DATADIR%%/themes/default/WhiteGoldLance.svg +%%DATADIR%%/themes/default/WhiteGoldPawn.svg +%%DATADIR%%/themes/default/WhiteGoldSilver.svg +%%DATADIR%%/themes/default/WhiteHawk.svg +%%DATADIR%%/themes/default/WhiteKing.svg +%%DATADIR%%/themes/default/WhiteKnight.svg +%%DATADIR%%/themes/default/WhiteLance.svg +%%DATADIR%%/themes/default/WhiteMarshall.svg +%%DATADIR%%/themes/default/WhiteNightrider.svg +%%DATADIR%%/themes/default/WhitePawn.svg +%%DATADIR%%/themes/default/WhitePrincess.svg +%%DATADIR%%/themes/default/WhiteQueen.svg +%%DATADIR%%/themes/default/WhiteRook.svg +%%DATADIR%%/themes/default/WhiteUnicorn.svg +%%DATADIR%%/themes/default/eo_Analyzing.svg +%%DATADIR%%/themes/default/eo_Black.svg +%%DATADIR%%/themes/default/eo_Clear.svg +%%DATADIR%%/themes/default/eo_Ponder.svg +%%DATADIR%%/themes/default/eo_Thinking.svg +%%DATADIR%%/themes/default/eo_Unknown.svg +%%DATADIR%%/themes/default/eo_White.svg +%%DATADIR%%/themes/default/icon_black.svg +%%DATADIR%%/themes/default/icon_white.svg +%%DATADIR%%/themes/shogi/BlackAdvisor.svg +%%DATADIR%%/themes/shogi/BlackBishop.svg +%%DATADIR%%/themes/shogi/BlackCrownedBishop.svg +%%DATADIR%%/themes/shogi/BlackCrownedRook.svg +%%DATADIR%%/themes/shogi/BlackGold.svg +%%DATADIR%%/themes/shogi/BlackGoldKnight.svg +%%DATADIR%%/themes/shogi/BlackGoldLance.svg +%%DATADIR%%/themes/shogi/BlackGoldPawn.svg +%%DATADIR%%/themes/shogi/BlackGoldSilver.svg +%%DATADIR%%/themes/shogi/BlackKing.svg +%%DATADIR%%/themes/shogi/BlackKnight.svg +%%DATADIR%%/themes/shogi/BlackLance.svg +%%DATADIR%%/themes/shogi/BlackPawn.svg +%%DATADIR%%/themes/shogi/BlackRook.svg +%%DATADIR%%/themes/shogi/WhiteAdvisor.svg +%%DATADIR%%/themes/shogi/WhiteBishop.svg +%%DATADIR%%/themes/shogi/WhiteCrownedBishop.svg +%%DATADIR%%/themes/shogi/WhiteCrownedRook.svg +%%DATADIR%%/themes/shogi/WhiteGold.svg +%%DATADIR%%/themes/shogi/WhiteGoldKnight.svg +%%DATADIR%%/themes/shogi/WhiteGoldLance.svg +%%DATADIR%%/themes/shogi/WhiteGoldPawn.svg +%%DATADIR%%/themes/shogi/WhiteGoldSilver.svg +%%DATADIR%%/themes/shogi/WhiteKing.svg +%%DATADIR%%/themes/shogi/WhiteKnight.svg +%%DATADIR%%/themes/shogi/WhiteLance.svg +%%DATADIR%%/themes/shogi/WhitePawn.svg +%%DATADIR%%/themes/shogi/WhiteRook.svg +%%DATADIR%%/themes/textures/hatch.png +%%DATADIR%%/themes/textures/wood_d.png +%%DATADIR%%/themes/textures/wood_l.png +%%DATADIR%%/themes/textures/xqboard.png +%%DATADIR%%/themes/xiangqi/BlackAdvisor.svg +%%DATADIR%%/themes/xiangqi/BlackCanon.svg +%%DATADIR%%/themes/xiangqi/BlackElephant.svg +%%DATADIR%%/themes/xiangqi/BlackGold.svg +%%DATADIR%%/themes/xiangqi/BlackKnight.svg +%%DATADIR%%/themes/xiangqi/BlackPawn.svg +%%DATADIR%%/themes/xiangqi/BlackRook.svg +%%DATADIR%%/themes/xiangqi/WhiteAdvisor.svg +%%DATADIR%%/themes/xiangqi/WhiteCanon.svg +%%DATADIR%%/themes/xiangqi/WhiteElephant.svg +%%DATADIR%%/themes/xiangqi/WhiteGold.svg +%%DATADIR%%/themes/xiangqi/WhiteKnight.svg +%%DATADIR%%/themes/xiangqi/WhitePawn.svg +%%DATADIR%%/themes/xiangqi/WhiteRook.svg share/icons/hicolor/48x48/apps/xboard.png share/icons/hicolor/scalable/apps/xboard.svg -share/mime/packages/xboard.xml -share/games/xboard/pixmaps/textures/board32.xpm -share/games/xboard/pixmaps/textures/board48.xpm -share/games/xboard/pixmaps/textures/cross32.xpm -share/games/xboard/pixmaps/textures/cross48.xpm -share/games/xboard/pixmaps/textures/ini32.xpm -share/games/xboard/pixmaps/textures/ini48.xpm -share/games/xboard/sounds/cymbal.wav -share/games/xboard/sounds/ding1.wav -share/games/xboard/sounds/gong.wav -share/games/xboard/sounds/honkhonk.wav -share/games/xboard/sounds/laser.wav -share/games/xboard/sounds/penalty.wav -share/games/xboard/sounds/phone.wav -share/games/xboard/sounds/pop2.wav -share/games/xboard/sounds/slap.wav -share/games/xboard/sounds/woodthunk.wav -share/games/xboard/themes/default/BlackAdvisor.svg -share/games/xboard/themes/default/BlackArchbishop.svg -share/games/xboard/themes/default/BlackBishop.svg -share/games/xboard/themes/default/BlackCanon.svg -share/games/xboard/themes/default/BlackChancellor.svg -share/games/xboard/themes/default/BlackCobra.svg -share/games/xboard/themes/default/BlackCommoner.svg -share/games/xboard/themes/default/BlackCrownedBishop.svg -share/games/xboard/themes/default/BlackCrownedRook.svg -share/games/xboard/themes/default/BlackElephant.svg -share/games/xboard/themes/default/BlackGold.svg -share/games/xboard/themes/default/BlackGoldKnight.svg -share/games/xboard/themes/default/BlackGoldLance.svg -share/games/xboard/themes/default/BlackGoldPawn.svg -share/games/xboard/themes/default/BlackGoldSilver.svg -share/games/xboard/themes/default/BlackHawk.svg -share/games/xboard/themes/default/BlackKing.svg -share/games/xboard/themes/default/BlackKnight.svg -share/games/xboard/themes/default/BlackLance.svg -share/games/xboard/themes/default/BlackMarshall.svg -share/games/xboard/themes/default/BlackNightrider.svg -share/games/xboard/themes/default/BlackPawn.svg -share/games/xboard/themes/default/BlackPrincess.svg -share/games/xboard/themes/default/BlackQueen.svg -share/games/xboard/themes/default/BlackRook.svg -share/games/xboard/themes/default/BlackUnicorn.svg -share/games/xboard/themes/default/WhiteAdvisor.svg -share/games/xboard/themes/default/WhiteArchbishop.svg -share/games/xboard/themes/default/WhiteBishop.svg -share/games/xboard/themes/default/WhiteCanon.svg -share/games/xboard/themes/default/WhiteChancellor.svg -share/games/xboard/themes/default/WhiteCobra.svg -share/games/xboard/themes/default/WhiteCommoner.svg -share/games/xboard/themes/default/WhiteCrownedBishop.svg -share/games/xboard/themes/default/WhiteCrownedRook.svg -share/games/xboard/themes/default/WhiteElephant.svg -share/games/xboard/themes/default/WhiteGold.svg -share/games/xboard/themes/default/WhiteGoldKnight.svg -share/games/xboard/themes/default/WhiteGoldLance.svg -share/games/xboard/themes/default/WhiteGoldPawn.svg -share/games/xboard/themes/default/WhiteGoldSilver.svg -share/games/xboard/themes/default/WhiteHawk.svg -share/games/xboard/themes/default/WhiteKing.svg -share/games/xboard/themes/default/WhiteKnight.svg -share/games/xboard/themes/default/WhiteLance.svg -share/games/xboard/themes/default/WhiteMarshall.svg -share/games/xboard/themes/default/WhiteNightrider.svg -share/games/xboard/themes/default/WhitePawn.svg -share/games/xboard/themes/default/WhitePrincess.svg -share/games/xboard/themes/default/WhiteQueen.svg -share/games/xboard/themes/default/WhiteRook.svg -share/games/xboard/themes/default/WhiteUnicorn.svg -share/games/xboard/themes/default/eo_Analyzing.svg -share/games/xboard/themes/default/eo_Black.svg -share/games/xboard/themes/default/eo_Clear.svg -share/games/xboard/themes/default/eo_Ponder.svg -share/games/xboard/themes/default/eo_Thinking.svg -share/games/xboard/themes/default/eo_Unknown.svg -share/games/xboard/themes/default/eo_White.svg -share/games/xboard/themes/default/icon_black.svg -share/games/xboard/themes/default/icon_white.svg -share/games/xboard/themes/shogi/BlackAdvisor.svg -share/games/xboard/themes/shogi/BlackBishop.svg -share/games/xboard/themes/shogi/BlackCrownedBishop.svg -share/games/xboard/themes/shogi/BlackCrownedRook.svg -share/games/xboard/themes/shogi/BlackGold.svg -share/games/xboard/themes/shogi/BlackGoldKnight.svg -share/games/xboard/themes/shogi/BlackGoldLance.svg -share/games/xboard/themes/shogi/BlackGoldPawn.svg -share/games/xboard/themes/shogi/BlackGoldSilver.svg -share/games/xboard/themes/shogi/BlackKing.svg -share/games/xboard/themes/shogi/BlackKnight.svg -share/games/xboard/themes/shogi/BlackLance.svg -share/games/xboard/themes/shogi/BlackPawn.svg -share/games/xboard/themes/shogi/BlackRook.svg -share/games/xboard/themes/shogi/WhiteAdvisor.svg -share/games/xboard/themes/shogi/WhiteBishop.svg -share/games/xboard/themes/shogi/WhiteCrownedBishop.svg -share/games/xboard/themes/shogi/WhiteCrownedRook.svg -share/games/xboard/themes/shogi/WhiteGold.svg -share/games/xboard/themes/shogi/WhiteGoldKnight.svg -share/games/xboard/themes/shogi/WhiteGoldLance.svg -share/games/xboard/themes/shogi/WhiteGoldPawn.svg -share/games/xboard/themes/shogi/WhiteGoldSilver.svg -share/games/xboard/themes/shogi/WhiteKing.svg -share/games/xboard/themes/shogi/WhiteKnight.svg -share/games/xboard/themes/shogi/WhiteLance.svg -share/games/xboard/themes/shogi/WhitePawn.svg -share/games/xboard/themes/shogi/WhiteRook.svg -share/games/xboard/themes/textures/hatch.png -share/games/xboard/themes/textures/wood_d.png -share/games/xboard/themes/textures/wood_l.png -share/games/xboard/themes/textures/xqboard.png -share/games/xboard/themes/xiangqi/BlackAdvisor.svg -share/games/xboard/themes/xiangqi/BlackCanon.svg -share/games/xboard/themes/xiangqi/BlackElephant.svg -share/games/xboard/themes/xiangqi/BlackGold.svg -share/games/xboard/themes/xiangqi/BlackKnight.svg -share/games/xboard/themes/xiangqi/BlackPawn.svg -share/games/xboard/themes/xiangqi/BlackRook.svg -share/games/xboard/themes/xiangqi/WhiteAdvisor.svg -share/games/xboard/themes/xiangqi/WhiteCanon.svg -share/games/xboard/themes/xiangqi/WhiteElephant.svg -share/games/xboard/themes/xiangqi/WhiteGold.svg -share/games/xboard/themes/xiangqi/WhiteKnight.svg -share/games/xboard/themes/xiangqi/WhitePawn.svg -share/games/xboard/themes/xiangqi/WhiteRook.svg %%NLS%%share/locale/da/LC_MESSAGES/xboard.mo %%NLS%%share/locale/de/LC_MESSAGES/xboard.mo %%NLS%%share/locale/es/LC_MESSAGES/xboard.mo @@ -142,25 +141,24 @@ %%NLS%%share/locale/zh_CN/LC_MESSAGES/xboard.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xboard.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xboard.mo -%%NLS%%@dirrmtry share/locale/zh_HK +share/mime/application/x-chess-fen.xml +share/mime/application/x-chess-pgn.xml +share/mime/application/x-xboard-opt.xml +share/mime/application/x-xboard-trn.xml +share/mime/packages/xboard.xml %%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/applications -@dirrm share/games/xboard/pixmaps/textures -@dirrm share/games/xboard/pixmaps -@dirrm share/games/xboard/sounds -@dirrm share/games/xboard/themes/default -@dirrm share/games/xboard/themes/shogi -@dirrm share/games/xboard/themes/textures -@dirrm share/games/xboard/themes/xiangqi -@dirrm share/games/xboard/themes -@dirrm share/games/xboard +%%NLS%%@dirrmtry share/locale/zh_HK +@dirrmtry %%DATADIR%%/themes/xiangqi +@dirrmtry %%DATADIR%%/themes/textures +@dirrmtry %%DATADIR%%/themes/shogi +@dirrmtry %%DATADIR%%/themes/default +@dirrmtry %%DATADIR%%/themes +@dirrmtry %%DATADIR%%/sounds +@dirrmtry %%DATADIR%%/pixmaps/textures +@dirrmtry %%DATADIR%%/pixmaps +@dirrmtry %%DATADIR%% @dirrmtry share/games -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor -@dirrmtry share/icons +@dirrmtry share/applications @unexec if cmp -s %D/etc/xboard.conf.dist %D/etc/xboard.conf; then rm -f %D/etc/xboard.conf; fi etc/xboard.conf.dist @exec cp -pn %D/%F %B/xboard.conf --- xboard-4.7.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 18: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 B96B27B4; Wed, 5 Jun 2013 18: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 93DBB1A96; Wed, 5 Jun 2013 18:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55IoCvQ005294; Wed, 5 Jun 2013 18:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55IoCiK005293; Wed, 5 Jun 2013 18:50:12 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 18:50:12 GMT Message-Id: <201306051850.r55IoCiK005293@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, johans@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179340: [PATCH] games/xboard: Add dependencies, NLS, docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 18:50:12 -0000 Synopsis: [PATCH] games/xboard: Add dependencies, NLS, docs Responsible-Changed-From-To: freebsd-ports-bugs->johans Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 18:50:12 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179340 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 19:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EC4F1C7F for ; Wed, 5 Jun 2013 19: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 C5A061B2C for ; Wed, 5 Jun 2013 19:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55J02fl005689 for ; Wed, 5 Jun 2013 19:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55J02gn005688; Wed, 5 Jun 2013 19:00:02 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 19:00:02 GMT Message-Id: <201306051900.r55J02gn005688@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nikolai Lifanov Subject: Re: ports/173726: [patch] games/stonesoup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 19:00:03 -0000 The following reply was made to PR ports/173726; it has been noted by GNATS. From: Nikolai Lifanov To: bug-followup@FreeBSD.org Cc: lifanov@mail.lifanov.com Subject: Re: ports/173726: [patch] games/stonesoup Date: Wed, 05 Jun 2013 14:52:37 -0400 This has been solved and can be closed. - Nikolai Lifanov From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 19:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1C2EBF0D for ; Wed, 5 Jun 2013 19: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 DD6C81BA4 for ; Wed, 5 Jun 2013 19:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55JA0fh007581 for ; Wed, 5 Jun 2013 19:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55JA0xP007580; Wed, 5 Jun 2013 19:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 19:10:00 GMT Resent-Message-Id: <201306051910.r55JA0xP007580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Ramsay Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ECFEBCF5 for ; Wed, 5 Jun 2013 19:01:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id DE6381B39 for ; Wed, 5 Jun 2013 19:01:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55J1AxA054220 for ; Wed, 5 Jun 2013 19:01:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55J1Aoj054219; Wed, 5 Jun 2013 19:01:10 GMT (envelope-from nobody) Message-Id: <201306051901.r55J1Aoj054219@oldred.freebsd.org> Date: Wed, 5 Jun 2013 19:01:10 GMT From: Steve Ramsay To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179341: missing package in current release repository on FTP site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 19:10:01 -0000 >Number: 179341 >Category: ports >Synopsis: missing package in current release repository on FTP site >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 Jun 05 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steve Ramsay >Release: FreeBSD 9.1 >Organization: >Environment: no output >Description: The attempt to install "X" from a remote repository hangs installing the package dependency "dri-7.6-2,2.tbz" when the command "pkg-add -r xorg-minimal" is run. A review of the FTP URL being accessed shows that this package dependency is missing from the location "ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/All/" >How-To-Repeat: Attempt to run the shell command: pkg_add -r /x11/xorg-minimal. >Fix: Add the package to the FTP repository at "ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/All/". >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 19:11: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 E2A1D9B; Wed, 5 Jun 2013 19:11:20 +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 BCF9C1BCE; Wed, 5 Jun 2013 19:11:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55JBKhp009236; Wed, 5 Jun 2013 19:11:20 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55JBKXx009234; Wed, 5 Jun 2013 14:11:20 -0500 (CDT) (envelope-from bdrewery) Date: Wed, 5 Jun 2013 14:11:20 -0500 (CDT) Message-Id: <201306051911.r55JBKXx009234@freefall.freebsd.org> To: tobias.rehbein@web.de, lifanov@mail.lifanov.com, bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bdrewery@FreeBSD.org Subject: Re: ports/173726: [patch] games/stonesoup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 19:11:21 -0000 Synopsis: [patch] games/stonesoup State-Changed-From-To: feedback->closed State-Changed-By: bdrewery State-Changed-When: Wed Jun 5 14:11:19 CDT 2013 State-Changed-Why: Per submitter request http://www.freebsd.org/cgi/query-pr.cgi?pr=173726 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 19:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CA67F32D for ; Wed, 5 Jun 2013 19: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 B0A9F1C43 for ; Wed, 5 Jun 2013 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55JK0vW010323 for ; Wed, 5 Jun 2013 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55JK01A010322; Wed, 5 Jun 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 19:20:00 GMT Resent-Message-Id: <201306051920.r55JK01A010322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Samorodov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADCE3EA for ; Wed, 5 Jun 2013 19:11:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 86CA21BD2 for ; Wed, 5 Jun 2013 19:11:38 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55JBc9l031836 for ; Wed, 5 Jun 2013 19:11:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55JBcK6031835; Wed, 5 Jun 2013 19:11:38 GMT (envelope-from nobody) Message-Id: <201306051911.r55JBcK6031835@oldred.freebsd.org> Date: Wed, 5 Jun 2013 19:11:38 GMT From: Boris Samorodov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179344: [patch] x11-wm/fluxbox: rename option PDF -> PDFDOCS and some more X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 19:20:00 -0000 >Number: 179344 >Category: ports >Synopsis: [patch] x11-wm/fluxbox: rename option PDF -> PDFDOCS and some more >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 Jun 05 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 9-i386 >Organization: BSDprint >Environment: FreeBSD srv.bb.tel.ru 9.1-STABLE FreeBSD 9.1-STABLE #9 r250778: Sat May 18 23:01:30 SAMT 2013 bsam@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB i386 >Description: Yesterday I installed a brand new PC. When installing x11-wm/fluxbox I was curious what is the option "PDF document support". At a nearer glance it happened to be only an option to install PDF documentation. It seems to me that it should be an other option, say PDFDOCS. >How-To-Repeat: Do "make configure" for x11-wm/fluxbox. >Fix: . introduce a new option PDFDOCS (rather then PDF); . sort options *_DESC; . remove the indefinite article from COMMENT. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320012) +++ Makefile (working copy) @@ -9,7 +9,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= beat@FreeBSD.org -COMMENT= A small and fast window manager based on BlackBox +COMMENT= Small and fast window manager based on BlackBox RUN_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage @@ -25,14 +25,15 @@ fluxbox-style.5 DOCSVERSION= 20060629 -OPTIONS_DEFINE= DOCS DOCHTML PDF DEBUG GNOME IMLIB2 XINERAMA \ +OPTIONS_DEFINE= DOCS DOCHTML PDFDOCS DEBUG GNOME IMLIB2 XINERAMA \ XRENDER NLS SLIT REMEMBER TOOLBAR OPTIONS_DEFAULT= XRENDER SLIT REMEMBER TOOLBAR DOCHTML_DESC= Install html documentation -XRENDER_DESC= Enable xrender support +PDFDOCS_DESC= Build and/or install PDF documentation +REMEMBER_DESC= Enable remember feature SLIT_DESC= Enable slit feature -REMEMBER_DESC= Enable remember feature TOOLBAR_DESC= Enable toolbar feature +XRENDER_DESC= Enable xrender support .include @@ -51,7 +52,7 @@ PLIST_SUB+= DOCHTML:="@comment " .endif -.if ${PORT_OPTIONS:MPDF} +.if ${PORT_OPTIONS:MPDFDOCS} # http://fluxbox.org/docbook/en/pdf/ MASTER_SITES+= ${MASTER_SITE_LOCAL:S,%SUBDIR%,mezz,}:pdf \ http://people.freebsd.org/~mezz/distfiles/:pdf @@ -136,7 +137,7 @@ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif -.if ${PORT_OPTIONS:MPDF} +.if ${PORT_OPTIONS:MPDFDOCS} @${MKDIR} ${DOCSDIR}/pdf @${INSTALL_DATA} ${DISTDIR}/fluxbook-${DOCSVERSION}.pdf \ ${DOCSDIR}/pdf/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 19: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 701AC35C; Wed, 5 Jun 2013 19: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 4BB0C1C46; Wed, 5 Jun 2013 19:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55JK8H7011871; Wed, 5 Jun 2013 19:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55JK8d5011870; Wed, 5 Jun 2013 19:20:08 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 19:20:08 GMT Message-Id: <201306051920.r55JK8d5011870@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beat@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179344: [patch] x11-wm/fluxbox: rename option PDF -> PDFDOCS and some more X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 19:20:08 -0000 Synopsis: [patch] x11-wm/fluxbox: rename option PDF -> PDFDOCS and some more Responsible-Changed-From-To: freebsd-ports-bugs->beat Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 19: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=179344 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20: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 9DE85189 for ; Wed, 5 Jun 2013 20: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 879AF1E10 for ; Wed, 5 Jun 2013 20:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55K00EO017530 for ; Wed, 5 Jun 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55K00sf017528; Wed, 5 Jun 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 20:00:00 GMT Resent-Message-Id: <201306052000.r55K00sf017528@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C66ABE6 for ; Wed, 5 Jun 2013 19:52:30 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1DF611DA2 for ; Wed, 5 Jun 2013 19:52:30 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id CD0CD1A2A02; Wed, 5 Jun 2013 19:52:29 +0000 (UTC) Message-Id: <20130605195229.CD0CD1A2A02@mail.lifanov.com> Date: Wed, 5 Jun 2013 19:52:29 +0000 (UTC) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179347: [patch] [update] games/stonesoup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 20:00:00 -0000 >Number: 179347 >Category: ports >Synopsis: [patch] [update] games/stonesoup >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: Wed Jun 05 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update games/stonesoup from 0.11.1 to 0.12.2 Changelog: https://gitorious.org/crawl/crawl/blobs/raw/stone_soup-0.12/crawl-ref/docs/changelog.txt >How-To-Repeat: make -C /usr/ports/games/stonesoup >Fix: Apply this patch to games/stonesoup: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 320012) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stonesoup -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.2 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-nodeps Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 320012) +++ files/patch-Makefile (working copy) @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2012-09-30 23:25:31.000000000 +0200 -+++ ./Makefile 2012-10-27 20:49:08.837330946 +0200 -@@ -66,7 +66,7 @@ +--- ./Makefile.orig 2013-06-05 15:45:43.000000000 -0400 ++++ ./Makefile 2013-06-05 15:45:31.000000000 -0400 +@@ -69,7 +69,7 @@ # ask for a package with convenience libraries instead -- we'll try to provide # them somewhere in the near future. @@ -9,25 +9,16 @@ # Disable GNU Make implicit rules and variables. Leaving them enabled will slow # down MinGW and Cygwin builds by a very VERY noticeable degree. Besides, we have -@@ -112,7 +112,7 @@ +@@ -101,7 +101,7 @@ include Makefile.obj + # - else --CFOPTIMIZE := -O2 -+CFOPTIMIZE := - - endif # USE_ICC - -@@ -120,7 +120,7 @@ - CFOPTIMIZE += -flto=jobserver -fwhole-program - endif - -CFOTHERS := -pipe $(EXTERNAL_FLAGS) +CFOTHERS := $(CFLAGS) CFWARN := -Wall -Wformat-security CFWARN_L := -Wundef -@@ -133,8 +133,6 @@ +@@ -118,8 +118,6 @@ endif # AR = ar RANLIB = ranlib @@ -36,7 +27,16 @@ RM = rm -f COPY = cp COPY_R = cp -r -@@ -530,30 +528,19 @@ +@@ -532,7 +530,7 @@ else + # subsequent point releases of 4.2. + CFOPTIMIZE := -O1 + else +- CFOPTIMIZE := -O2 ++ CFOPTIMIZE := + endif + endif + +@@ -570,31 +568,20 @@ else ifndef BUILD_LUA ifdef NO_PKGCONFIG BUILD_LUA = yes @@ -48,7 +48,7 @@ + else + LUA_PACKAGE := $(shell for lua in lua51 lua5.1 lua-5.1 lua; do \ + $(PKGCONFIG) $$lua --exists && test `$(PKGCONFIG) $$lua --modversion | head -c 3` = 5.1 && \ -+ echo $$lua && break;\ ++ echo $$lua && break;\ + done) + ifeq (,$(LUA_PACKAGE)) BUILD_LUA = yes @@ -59,24 +59,25 @@ - BUILD_LUA = yes - endif + INCLUDES_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-I) -+ CFLAGS_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-other) ++ CFLAGS_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-other) + LIBS += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --libs) endif - else - LUA_PACKAGE = lua5.1 -- endif --endif + endif + endif -ifndef BUILD_LUA - ifndef LUA_PACKAGE - LUA_PACKAGE = lua5.1 - endif +- endif - INCLUDES_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-I) - CFLAGS_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-other) - LIBS += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --libs) - endif +-endif ifndef BUILD_SQLITE -@@ -707,7 +694,7 @@ + ifeq ($(shell grep -q sqlite3_prepare $(SQLITE_INCLUDE_DIR)/sqlite3.h 2>/dev/null && echo yes),yes) +@@ -740,7 +727,7 @@ ifndef NOWIZARD DEFINES += -DWIZARD endif ifdef NO_OPTIMIZE @@ -85,13 +86,13 @@ endif ifdef PCH -@@ -831,10 +818,12 @@ +@@ -864,10 +851,12 @@ ifdef PROPORTIONAL_FONT INSTALL_FONTS += $(PROPORTIONAL_FONT) endif else -- SYS_PROPORTIONAL_FONT = $(shell find /usr/share/fonts -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) +- SYS_PROPORTIONAL_FONT = $(shell dir=/usr/share/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) - ifeq (,$(SYS_PROPORTIONAL_FONT)) -- SYS_PROPORTIONAL_FONT = $(shell find /usr/local/share/fonts -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) +- SYS_PROPORTIONAL_FONT = $(shell dir=/usr/local/share/fonts ; [ -d $$dir ] && find $$dir -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) - endif + SYS_PROPORTIONAL_FONT = $(shell name=$(OUR_PROPORTIONAL_FONT);\ + {\ @@ -102,13 +103,13 @@ ifneq (,$(SYS_PROPORTIONAL_FONT)) ifeq (,$(COPY_FONTS)) DEFINES += -DPROPORTIONAL_FONT=\"$(SYS_PROPORTIONAL_FONT)\" -@@ -854,10 +843,12 @@ +@@ -887,10 +876,12 @@ ifdef MONOSPACED_FONT INSTALL_FONTS += $(MONOSPACED_FONT) endif else -- SYS_MONOSPACED_FONT = $(shell find /usr/share/fonts -iname $(OUR_MONOSPACED_FONT)|head -n 1) +- SYS_MONOSPACED_FONT = $(shell dir=/usr/share/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_MONOSPACED_FONT)|head -n 1) - ifeq (,$(SYS_MONOSPACED_FONT)) -- SYS_MONOSPACED_FONT = $(shell find /usr/local/share/fonts -iname $(OUR_MONOSPACED_FONT)|head -n 1) +- SYS_MONOSPACED_FONT = $(shell dir=/usr/local/share/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_MONOSPACED_FONT)|head -n 1) - endif + SYS_MONOSPACED_FONT = $(shell name=$(OUR_MONOSPACED_FONT);\ + {\ @@ -119,7 +120,7 @@ ifneq (,$(SYS_MONOSPACED_FONT)) ifeq (,$(COPY_FONTS)) DEFINES += -DMONOSPACED_FONT=\"$(SYS_MONOSPACED_FONT)\" -@@ -1036,7 +1027,7 @@ +@@ -1073,7 +1064,7 @@ GENERATED_FILES := $(GENERATED_HEADERS) cmd-name.h $(INI_OBJECTS) SRC_PKG_BASE := stone_soup @@ -128,11 +129,3 @@ MAJOR_VERSION = $(shell echo "$(SRC_VERSION)"|sed -r 's/-.*//;s/^([^.]+\.[^.]+).*/\1/') export SRC_VERSION -@@ -1049,6 +1040,7 @@ - greet: - @if [ ! -e $(GAME) ]; then\ - printf " * If you experience any problems building Crawl, please take a second look\\n"\ -+ ;printf\ - " * at INSTALL.txt: the solution to your problem just might be in there!\\n";\ - fi - Index: files/patch-rltiles__Makefile =================================================================== --- files/patch-rltiles__Makefile (revision 320012) +++ files/patch-rltiles__Makefile (working copy) @@ -1,31 +1,31 @@ ---- ./rltiles/Makefile.orig 2012-09-30 23:25:31.000000000 +0200 -+++ ./rltiles/Makefile 2012-10-27 20:49:55.957667879 +0200 +--- ./rltiles/Makefile.orig 2013-06-05 15:20:43.000000000 -0400 ++++ ./rltiles/Makefile 2013-06-05 15:25:01.000000000 -0400 @@ -1,7 +1,7 @@ uname_S := $(shell uname -s) ifneq (,$(findstring MINGW,$(uname_S))) -LDFLAGS += -lmingw32 -+L_LDFLAGS += -lmingw32 ++L_DFLAGS += -lmingw32 endif # Note: since generation of tiles is done on the host, we don't care about -@@ -10,7 +10,7 @@ +@@ -10,7 +10,7 @@ endif # Also, cross-compilation with no system libraries for host rather than target # is not supported. If host=target, contribs are enough. -CFLAGS := -O2 -g -Wall -Wextra -Wno-parentheses -Wno-unused-parameter -+L_CFLAGS := $(CFLAGS) ++L_CFLAGS := -O2 -g -Wall -Wextra -Wno-parentheses -Wno-unused-parameter - ifdef TILES - ifndef CONTRIB_SDL -@@ -29,24 +29,24 @@ + ifdef ANDROID + CXXFLAGS := +@@ -35,24 +35,24 @@ ifdef TILES PNG_LIB := ../contrib/install/$(ARCH)/lib/libpng.a ../contrib/install/$(ARCH)/lib/libz.a endif - CFLAGS += $(SDL_CFLAGS) $(PNG_INCLUDE) - LDFLAGS += $(SDL_LDFLAGS) $(PNG_LIB) + L_CFLAGS += $(SDL_CFLAGS) $(PNG_INCLUDE) -+ L_LDFLAGS += $(LDFLAGS) $(SDL_LDFLAGS) $(PNG_LIB) ++ L_LDFLAGS += $(SDL_LDFLAGS) $(PNG_LIB) - CFLAGS += -DUSE_TILE + L_CFLAGS += -DUSE_TILE @@ -50,7 +50,7 @@ endif # Attempt to use a full compiler name, to make -@@ -58,7 +58,7 @@ +@@ -64,7 +64,7 @@ endif ifeq ($(shell which $(LMACH)gcc > /dev/null 2> /dev/null && echo "Yes"),) LMACH := endif @@ -59,25 +59,26 @@ DELETE = rm -f -@@ -98,7 +98,7 @@ - $(QUIET_GEN)$(TILEGEN) -c $< +@@ -109,7 +109,7 @@ endif + $(QUIET_GEN)$(TILEGEN) -c $< # CFLAGS difference check -TRACK_CFLAGS = $(subst ','\'',$(HOSTCXX) $(CFLAGS)) # (stray ' for highlights) +TRACK_CFLAGS = $(subst ','\'',$(HOSTCXX) $(L_CFLAGS)) # (stray ' for highlights) .cflags: .force-cflags - @FLAGS='$(TRACK_CFLAGS)'; \ -@@ -127,9 +127,13 @@ + @FLAGS='$(TRACK_CFLAGS)'; \ +@@ -138,9 +138,14 @@ clean: distclean: clean %.o: %.cc .cflags -- $(QUIET_HOSTCXX)$(HOSTCXX) $(CFLAGS) -Wp,-MMD,$*.d,-MT,$@ -c $< -o $@ -+ifdef NO_INLINE_DEPGEN +- $(QUIET_HOSTCXX)$(HOSTCXX) $(CFLAGS) -MMD -c $< -o $@ ++ifdef NO_INLINE_DEPGEN + $(QUIET_HOSTCXX)$(HOSTCXX) $(L_CFLAGS) -Wp,-MT,$@ -c $< -o $@ +else + $(QUIET_HOSTCXX)$(HOSTCXX) $(L_CFLAGS) -Wp,-MMD,$*.d,-MT,$@ -c $< -o $@ +endif ++ $(TILEGEN): $(OBJECTS) - $(QUIET_HOSTLINK)$(HOSTCXX) $(OBJECTS) -o $@ $(LDFLAGS) --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20: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 2E66C1BE; Wed, 5 Jun 2013 20: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 09DAE1E14; Wed, 5 Jun 2013 20:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55K08YL017661; Wed, 5 Jun 2013 20:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55K086Q017660; Wed, 5 Jun 2013 20:00:08 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 20:00:08 GMT Message-Id: <201306052000.r55K086Q017660@freefall.freebsd.org> To: lifanov@mail.lifanov.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179347: [patch] [update] games/stonesoup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 20:00:09 -0000 Synopsis: [patch] [update] games/stonesoup State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 5 20:00:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179347 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20: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 CFBC036E for ; Wed, 5 Jun 2013 20:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B22751E8D for ; Wed, 5 Jun 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55KA0rb019636 for ; Wed, 5 Jun 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55KA056019626; Wed, 5 Jun 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 20:10:00 GMT Resent-Message-Id: <201306052010.r55KA056019626@freefall.freebsd.org> 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 022302DB for ; Wed, 5 Jun 2013 20:05:20 +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 9E5091E50 for ; Wed, 5 Jun 2013 20:05:19 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MVoJy-1UvOg219QG-00X7Rq for ; Wed, 05 Jun 2013 22:05:18 +0200 Received: (qmail invoked by alias); 05 Jun 2013 20:05:17 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 05 Jun 2013 22:05:17 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 22:05:16 +0200 Message-Id: <20130605200520.022302DB@hub.freebsd.org> Date: Wed, 05 Jun 2013 22:05:16 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179348: [PATCH] graphics/passepartout: Trim docs, add FAM option 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, 05 Jun 2013 20:10:00 -0000 >Number: 179348 >Category: ports >Synopsis: [PATCH] graphics/passepartout: Trim docs, add FAM option >Confidential: no >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 Jun 05 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Trim docs - Add FAM Options - Comply with OptionsNG - Trim pkg-plist, remove docs Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- passepartout-0.7.1_4.patch begins here --- diff -ruN /usr/ports/graphics/passepartout/Makefile ./Makefile --- /usr/ports/graphics/passepartout/Makefile 2013-06-02 18:53:03.000000000 +0200 +++ ./Makefile 2013-06-05 21:52:31.000000000 +0200 @@ -1,10 +1,6 @@ -# New ports collection makefile for: passepartout -# Date created: 11st Sep 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD: head/graphics/passepartout/Makefile 314640 2013-03-19 13:04:30Z eadler $ # $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $ -# PORTNAME= passepartout PORTVERSION= 0.7.1 @@ -18,28 +14,36 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ docbook2html:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 -LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ + ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 +LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26 \ gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix GNU_CONFIGURE= yes +USE_GMAKE= yes + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= xml2ps.1 passepartout.1x +PORTDOCS= * -.include +OPTIONS_DEFINE= FAM -.if exists(${LOCALBASE}/lib/libfam.a) -WITH_FAM= yes -.endif +.include -.if defined(WITH_FAM) +.if ${PORT_OPTIONS:MFAM} USE_FAM= yes .endif -.include +.if ${PORT_OPTIONS:MDOCS} +MAN1= xml2ps.1 passepartout.1x +.endif + +post-patch: +.if ! ${PORT_OPTIONS:MDOCS} + @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in +.endif + +.include diff -ruN /usr/ports/graphics/passepartout/pkg-plist ./pkg-plist --- /usr/ports/graphics/passepartout/pkg-plist 2013-06-02 18:53:03.000000000 +0200 +++ ./pkg-plist 2013-04-09 20:20:20.000000000 +0200 @@ -1,37 +1,7 @@ bin/examinepdf bin/passepartout bin/xml2ps -%%DOCSDIR%%/README -%%DOCSDIR%%/docbook.xslt -%%DOCSDIR%%/examples/docbook.xslt -%%DOCSDIR%%/examples/example1.html -%%DOCSDIR%%/examples/example1.pp -%%DOCSDIR%%/examples/gradient.eps -%%DOCSDIR%%/examples/hippie.jpg -%%DOCSDIR%%/examples/hline.eps -%%DOCSDIR%%/examples/multilingual-head.xml -%%DOCSDIR%%/examples/multilingual.html -%%DOCSDIR%%/examples/multilingual.pp -%%DOCSDIR%%/examples/snowflake.eps -%%DOCSDIR%%/examples/snowflake.xml -%%DOCSDIR%%/examples/vline.eps -%%DOCSDIR%%/examples/xhtml.xslt -%%DOCSDIR%%/examples/xml2ps-example.xml -%%DOCSDIR%%/faq.html -%%DOCSDIR%%/faq.txt -%%DOCSDIR%%/faq.xml -%%DOCSDIR%%/nsfaq.html -%%DOCSDIR%%/nsfaq.txt -%%DOCSDIR%%/nsfaq.xml -%%DOCSDIR%%/pptout-sv.eps -%%DOCSDIR%%/users_guide.html -%%DOCSDIR%%/users_guide.pp -%%DOCSDIR%%/users_guide.txt -%%DOCSDIR%%/users_guide.xml -%%DOCSDIR%%/xhtml.xslt share/xml/passepartout/docbook.xslt share/xml/passepartout/xhtml.xslt share/xml/passepartout/xml2ps.dtd @dirrm share/xml/passepartout -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%% --- passepartout-0.7.1_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 037F736F for ; Wed, 5 Jun 2013 20: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 EA8451E8E for ; Wed, 5 Jun 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55KA1RF019688 for ; Wed, 5 Jun 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55KA1kJ019687; Wed, 5 Jun 2013 20:10:01 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 20:10:01 GMT Message-Id: <201306052010.r55KA1kJ019687@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179347: [patch] [update] games/stonesoup 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, 05 Jun 2013 20:10:02 -0000 The following reply was made to PR ports/179347; it has been noted by GNATS. From: Edwin Groothuis To: tobias.rehbein@web.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/179347: [patch] [update] games/stonesoup Date: Wed, 5 Jun 2013 20:00:08 UT Maintainer of games/stonesoup, Please note that PR ports/179347 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/179347 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20:10:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A660C3AC; Wed, 5 Jun 2013 20:10: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 80CAB1E97; Wed, 5 Jun 2013 20:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55KABOv021188; Wed, 5 Jun 2013 20:10:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55KABnk021187; Wed, 5 Jun 2013 20:10:11 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 20:10:11 GMT Message-Id: <201306052010.r55KABnk021187@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179348: [PATCH] graphics/passepartout: Trim docs, add FAM option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 20:10:11 -0000 Synopsis: [PATCH] graphics/passepartout: Trim docs, add FAM option Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 20:10:11 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179348 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 612E68F8 for ; Wed, 5 Jun 2013 20: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 44C291F28 for ; Wed, 5 Jun 2013 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55KK023022340 for ; Wed, 5 Jun 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55KK0xK022339; Wed, 5 Jun 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 20:20:00 GMT Resent-Message-Id: <201306052020.r55KK0xK022339@freefall.freebsd.org> 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 B7AB5544 for ; Wed, 5 Jun 2013 20:12:38 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id 45BA01EBD for ; Wed, 5 Jun 2013 20:12:38 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MJ0dz-1Uhq280lkf-002b55 for ; Wed, 05 Jun 2013 22:12:37 +0200 Received: (qmail invoked by alias); 05 Jun 2013 20:12:36 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp035) with SMTP; 05 Jun 2013 22:12:36 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 22:12:35 +0200 Message-Id: <20130605201238.B7AB5544@hub.freebsd.org> Date: Wed, 05 Jun 2013 22:12:35 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179349: [PATCH] graphics/mapnik: Cc: littlesavage@rambler.ru X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 20:20:01 -0000 >Number: 179349 >Category: ports >Synopsis: [PATCH] graphics/mapnik: >Confidential: no >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 Jun 05 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Trim comment - Add docs - Cleanup Makefile - Trim pkg-descr - Trim pkg-plist Port maintainer (littlesavage@rambler.ru) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130605001100-40096/ >Fix: --- mapnik-2.1.0_3.patch begins here --- diff -ruN /usr/ports/graphics/mapnik/Makefile ./Makefile --- /usr/ports/graphics/mapnik/Makefile 2013-06-04 12:13:17.000000000 +0200 +++ ./Makefile 2013-06-05 01:55:41.000000000 +0200 @@ -9,10 +9,9 @@ MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ MAINTAINER= littlesavage@rambler.ru -COMMENT= A Free Toolkit For Developing Mapping Applications +COMMENT= Free Toolkit For Developing Mapping Applications LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ png15:${PORTSDIR}/graphics/png \ @@ -25,12 +24,12 @@ ${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu USE_BZIP2= yes +USES= pkgconfig +USE_GNOME= libxml2 USE_PYTHON= 2.6+ USE_LDCONFIG= yes USE_SCONS= yes USE_AUTOTOOLS= libltdl -USES= pkgconfig -USE_GNOME= libxml2 MAKE_JOBS_SAFE= yes WARNING_CXXFLAGS?= -w @@ -50,6 +49,15 @@ POSTGIS_DESC= PostGIS input plugin SQLITE3_DESC= SQLite input plugin +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= AUTHORS.md CHANGELOG.md README.md + +DOCSRCDIR2= ${WRKSRC}/docs +DOCSDIR2= ${DOCSDIR}/docs +DOC_FILES2= * + .include .if ${PORT_OPTIONS:MCAIRO} @@ -131,11 +139,11 @@ pre-configure: .if ${PORT_OPTIONS:MSQLITE3} @if ! ${LOCALBASE}/bin/sqlite3 :memory: 'create virtual table foo using rtree(pkid, xmin, xmax, ymin, ymax)' > /dev/null 2>&1; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "The SQLite plugin requires libsqlite3 built with RTREE support"; \ - ${ECHO_MSG} "Please, reinstall 'databases/sqlite3' port with R*Tree module enabled"; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ + ${ECHO_MSG} "" ; \ + ${ECHO_MSG} "The SQLite plugin requires libsqlite3 built with RTREE support"; \ + ${ECHO_MSG} "Please, reinstall 'databases/sqlite3' port with R*Tree module enabled"; \ + ${ECHO_MSG} "" ; \ + ${FALSE} ; \ fi .endif @@ -145,6 +153,14 @@ do-install: @cd ${INSTALL_WRKSRC} && ${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} \ - ${SCONS_INSTALL_TARGET} + ${SCONS_INSTALL_TARGET} + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} + @${MKDIR} ${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} +.endif .include diff -ruN /usr/ports/graphics/mapnik/pkg-plist ./pkg-plist --- /usr/ports/graphics/mapnik/pkg-plist 2013-06-02 18:53:03.000000000 +0200 +++ ./pkg-plist 2013-06-05 02:04:15.000000000 +0200 @@ -194,6 +194,28 @@ lib/libmapnik.so lib/libmapnik.so.2 lib/libmapnik.so.2.1 +lib/mapnik/fonts/DejaVuSans-Bold.ttf +lib/mapnik/fonts/DejaVuSans-BoldOblique.ttf +lib/mapnik/fonts/DejaVuSans-ExtraLight.ttf +lib/mapnik/fonts/DejaVuSans-Oblique.ttf +lib/mapnik/fonts/DejaVuSans.ttf +lib/mapnik/fonts/DejaVuSansCondensed-Bold.ttf +lib/mapnik/fonts/DejaVuSansCondensed-BoldOblique.ttf +lib/mapnik/fonts/DejaVuSansCondensed-Oblique.ttf +lib/mapnik/fonts/DejaVuSansCondensed.ttf +lib/mapnik/fonts/DejaVuSansMono-Bold.ttf +lib/mapnik/fonts/DejaVuSansMono-BoldOblique.ttf +lib/mapnik/fonts/DejaVuSansMono-Oblique.ttf +lib/mapnik/fonts/DejaVuSansMono.ttf +lib/mapnik/fonts/DejaVuSerif-Bold.ttf +lib/mapnik/fonts/DejaVuSerif-BoldItalic.ttf +lib/mapnik/fonts/DejaVuSerif-Italic.ttf +lib/mapnik/fonts/DejaVuSerif.ttf +lib/mapnik/fonts/DejaVuSerifCondensed-Bold.ttf +lib/mapnik/fonts/DejaVuSerifCondensed-BoldItalic.ttf +lib/mapnik/fonts/DejaVuSerifCondensed-Italic.ttf +lib/mapnik/fonts/DejaVuSerifCondensed.ttf +lib/mapnik/fonts/unifont-5.1.20080907.ttf %%CSV%%lib/mapnik/input/csv.input %%GDAL%%lib/mapnik/input/gdal.input lib/mapnik/input/geojson.input @@ -205,28 +227,6 @@ lib/mapnik/input/raster.input lib/mapnik/input/shape.input %%SQLITE%%lib/mapnik/input/sqlite.input -lib/mapnik/fonts/unifont-5.1.20080907.ttf -lib/mapnik/fonts/DejaVuSerif-BoldItalic.ttf -lib/mapnik/fonts/DejaVuSerifCondensed-BoldItalic.ttf -lib/mapnik/fonts/DejaVuSerif-Italic.ttf -lib/mapnik/fonts/DejaVuSerifCondensed-Italic.ttf -lib/mapnik/fonts/DejaVuSansMono-Oblique.ttf -lib/mapnik/fonts/DejaVuSerifCondensed-Bold.ttf -lib/mapnik/fonts/DejaVuSansCondensed-Oblique.ttf -lib/mapnik/fonts/DejaVuSansCondensed-Bold.ttf -lib/mapnik/fonts/DejaVuSans-Oblique.ttf -lib/mapnik/fonts/DejaVuSansCondensed.ttf -lib/mapnik/fonts/DejaVuSansMono-Bold.ttf -lib/mapnik/fonts/DejaVuSans.ttf -lib/mapnik/fonts/DejaVuSans-Bold.ttf -lib/mapnik/fonts/DejaVuSans-ExtraLight.ttf -lib/mapnik/fonts/DejaVuSerif.ttf -lib/mapnik/fonts/DejaVuSerifCondensed.ttf -lib/mapnik/fonts/DejaVuSansCondensed-BoldOblique.ttf -lib/mapnik/fonts/DejaVuSansMono-BoldOblique.ttf -lib/mapnik/fonts/DejaVuSans-BoldOblique.ttf -lib/mapnik/fonts/DejaVuSerif-Bold.ttf -lib/mapnik/fonts/DejaVuSansMono.ttf %%PYTHON_SITELIBDIR%%/mapnik/__init__.py %%PYTHON_SITELIBDIR%%/mapnik/printing.py %%PYTHON_SITELIBDIR%%/mapnik/paths.py @@ -237,11 +237,11 @@ @dirrm lib/mapnik/input @dirrm lib/mapnik/fonts @dirrm lib/mapnik -@dirrm include/mapnik/formatting -@dirrm include/mapnik/grid -@dirrm include/mapnik/json -@dirrm include/mapnik/svg -@dirrm include/mapnik/text_placements -@dirrm include/mapnik/util @dirrm include/mapnik/wkt +@dirrm include/mapnik/util +@dirrm include/mapnik/text_placements +@dirrm include/mapnik/svg +@dirrm include/mapnik/json +@dirrm include/mapnik/grid +@dirrm include/mapnik/formatting @dirrm include/mapnik --- mapnik-2.1.0_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20: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 5DC8492E; Wed, 5 Jun 2013 20: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 38C011F2D; Wed, 5 Jun 2013 20:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55KKA9F022475; Wed, 5 Jun 2013 20:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55KKAvp022474; Wed, 5 Jun 2013 20:20:10 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 20:20:10 GMT Message-Id: <201306052020.r55KKAvp022474@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179349: [PATCH] graphics/mapnik: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 20:20:10 -0000 Synopsis: [PATCH] graphics/mapnik: Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 20:20:09 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179349 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 20:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3BCE7E83 for ; Wed, 5 Jun 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1C93A1F97 for ; Wed, 5 Jun 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55KU0vd024301 for ; Wed, 5 Jun 2013 20:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55KU0kJ024300; Wed, 5 Jun 2013 20:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 20:30:00 GMT Resent-Message-Id: <201306052030.r55KU0kJ024300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mohawk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DE5D8B72 for ; Wed, 5 Jun 2013 20:26:23 +0000 (UTC) (envelope-from mohawk@bsdsx.fr) Received: from mx2.bsdsx.fr (unknown [IPv6:2a02:27d0:100:f205:a642::9]) by mx1.freebsd.org (Postfix) with ESMTP id 881F61F5C for ; Wed, 5 Jun 2013 20:26:23 +0000 (UTC) Received: from mx2.bsdsx.fr (localhost [127.0.0.9]) by mx2.bsdsx.fr (8.14.5/8.14.5) with ESMTP id r55KQFlB043544 for ; Wed, 5 Jun 2013 22:26:16 +0200 (CEST) (envelope-from mohawk@mx2.bsdsx.fr) Received: (from mohawk@localhost) by mx2.bsdsx.fr (8.14.5/8.14.5/Submit) id r55KQFN7043543; Wed, 5 Jun 2013 22:26:15 +0200 (CEST) (envelope-from mohawk) Message-Id: <201306052026.r55KQFN7043543@mx2.bsdsx.fr> Date: Wed, 5 Jun 2013 22:26:15 +0200 (CEST) From: mohawk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179350: [Maintainer update] www/mohawk 2.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mohawk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 20:30:01 -0000 >Number: 179350 >Category: ports >Synopsis: [Maintainer update] www/mohawk 2.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: Wed Jun 05 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: mohawk >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mx2.bsdsx.fr 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: use Makefile.inc fix 32/64 bits getrusage fix examples (chroot, path) use SLIST when is possible fix mohawk namespace remove restrict_froms add grant_access, based on the patch submitted by Jeremie Le Hen improve do_log check FreeBSD version bump version >How-To-Repeat: >Fix: diff -ruN mohawk.orig/Makefile mohawk/Makefile --- mohawk.orig/Makefile 2013-06-03 21:09:41.000000000 +0200 +++ mohawk/Makefile 2013-06-05 21:38:18.000000000 +0200 @@ -2,11 +2,10 @@ # $FreeBSD: www/mohawk/Makefile 316250 2013-04-22 17:58:03Z madpilot $ PORTNAME= mohawk -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.5 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \ http://fossil.bsdsx.fr/mohawk/tarball/ -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} MAINTAINER= mohawk@bsdsx.fr COMMENT= Simple and lightweight HTTP daemon diff -ruN mohawk.orig/distinfo mohawk/distinfo --- mohawk.orig/distinfo 2013-06-03 21:09:41.000000000 +0200 +++ mohawk/distinfo 2013-06-05 21:38:35.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 8fa238a99cb5565d4eb84c0cb583e437484cecb1d0b673f0c0ed2d77c37963cb -SIZE (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 34244 +SHA256 (mohawk-2.0.5.tar.gz) = 6698f065347c29f102ddd57125f3eb20bacb3c483deecae59fb7f6287d005a04 +SIZE (mohawk-2.0.5.tar.gz) = 36380 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 A72FFDC8 for ; Wed, 5 Jun 2013 21: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 8D02C1151 for ; Wed, 5 Jun 2013 21:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LA0hr036621 for ; Wed, 5 Jun 2013 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LA0dB036620; Wed, 5 Jun 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 21:10:00 GMT Resent-Message-Id: <201306052110.r55LA0dB036620@freefall.freebsd.org> 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 709D8B47 for ; Wed, 5 Jun 2013 21:05:33 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id E99621126 for ; Wed, 5 Jun 2013 21:05:32 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Ldb0m-1U1cUb3Epe-00im9D for ; Wed, 05 Jun 2013 23:05:31 +0200 Received: (qmail invoked by alias); 05 Jun 2013 21:05:30 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 05 Jun 2013 23:05:30 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 23:05:29 +0200 Message-Id: <20130605210533.709D8B47@hub.freebsd.org> Date: Wed, 05 Jun 2013 23:05:29 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179351: [PATCH] graphics/pngcrush: update to 1.7.59 Cc: jsa@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, 05 Jun 2013 21:10:00 -0000 >Number: 179351 >Category: ports >Synopsis: [PATCH] graphics/pngcrush: update to 1.7.59 >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: Wed Jun 05 21:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 1.7.59 - Fix download Port maintainer (jsa@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130605203801-8787/ >Fix: --- pngcrush-1.7.59.patch begins here --- diff -ruN /usr/ports/graphics/pngcrush/Makefile ./Makefile --- /usr/ports/graphics/pngcrush/Makefile 2013-06-02 18:53:19.000000000 +0200 +++ ./Makefile 2013-06-05 22:35:09.000000000 +0200 @@ -2,9 +2,9 @@ # $FreeBSD: head/graphics/pngcrush/Makefile 317353 2013-05-04 21:21:32Z bapt $ PORTNAME= pngcrush -PORTVERSION= 1.7.51 +PORTVERSION= 1.7.59 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= jsa@FreeBSD.org @@ -12,8 +12,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -BROKEN= Does not fetch - USE_XZ= yes USE_GMAKE= yes CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include @@ -21,9 +19,9 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" MAKE_JOBS_SAFE= yes -PLIST_FILES= bin/pngcrush +PLIST_FILES= bin/${PORTNAME} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include diff -ruN /usr/ports/graphics/pngcrush/distinfo ./distinfo --- /usr/ports/graphics/pngcrush/distinfo 2013-06-02 18:53:19.000000000 +0200 +++ ./distinfo 2013-06-05 22:34:44.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.51-nolib.tar.xz) = 78df26dd2c6fdb09e55078d173350bef62abb2ba51ccfe352f4be6f6b8cf7762 -SIZE (pngcrush-1.7.51-nolib.tar.xz) = 53912 +SHA256 (pngcrush-1.7.59-nolib.tar.xz) = 0dd7b7d0fb73e8ce9ada44ab1690613dc58c0800806bf3b06a411d69ffd37eb0 +SIZE (pngcrush-1.7.59-nolib.tar.xz) = 56532 --- pngcrush-1.7.59.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 EE424DCD for ; Wed, 5 Jun 2013 21: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 D17901153 for ; Wed, 5 Jun 2013 21:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LA0Yx036685 for ; Wed, 5 Jun 2013 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LA0sp036684; Wed, 5 Jun 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 21:10:00 GMT Resent-Message-Id: <201306052110.r55LA0sp036684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 14910DBE for ; Wed, 5 Jun 2013 21:09:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 06469114A for ; Wed, 5 Jun 2013 21:09:41 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55L9eIj012046 for ; Wed, 5 Jun 2013 21:09:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55L9eo4012045; Wed, 5 Jun 2013 21:09:40 GMT (envelope-from nobody) Message-Id: <201306052109.r55L9eo4012045@oldred.freebsd.org> Date: Wed, 5 Jun 2013 21:09:40 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179352: databases/mysql51-server: remove optional dependency on eevel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 21:10:01 -0000 >Number: 179352 >Category: ports >Synopsis: databases/mysql51-server: remove optional dependency on eevel/linuxthreads >Confidential: no >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 Jun 05 21:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: Ports Tree at revision 320012 >Description: databases/mysql51-server optionally depends on devel/linuxthreads, which is expired. Remove the WITH_LINUXTHREADS knob from the Makefile. >How-To-Repeat: `Tools/scripts/rmport devel/linuxthreads` finds this port. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320012) +++ Makefile (working copy) @@ -72,17 +72,8 @@ .if ${ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif -.if defined(WITH_LINUXTHREADS) -CONFIGURE_ARGS+=--with-named-thread-libs='-DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R -CONFIGURE_ARGS+=-D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads -CFLAGS+= -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -CFLAGS+= -I${LOCALBASE}/include/pthread/linuxthreads -LIB_DEPENDS+= lthread:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++' -.else CONFIGURE_ARGS+=--with-named-thread-libs=${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} -.endif .if defined(BUILD_OPTIMIZED) CFLAGS+= -O3 -fno-omit-frame-pointer @@ -140,7 +131,6 @@ @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)." @${ECHO} " WITH_OPENSSL=yes Enable secure connections" @${ECHO} " (define WITHOUT_YASSL for backward compatibility)." - @${ECHO} " WITH_LINUXTHREADS=yes Use the linuxthreads pthread library." @${ECHO} " WITH_PROC_SCOPE_PTH=yes Use process scope threads" @${ECHO} " (try it if you use libpthread)." @${ECHO} " WITH_FAST_MUTEXES=yes Replace mutexes with spinlocks." >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 35191E00; Wed, 5 Jun 2013 21: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 1185E1157; Wed, 5 Jun 2013 21:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LA846036765; Wed, 5 Jun 2013 21:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LA8bN036764; Wed, 5 Jun 2013 21:10:08 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 21:10:08 GMT Message-Id: <201306052110.r55LA8bN036764@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jsa@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179351: [PATCH] graphics/pngcrush: update to 1.7.59 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 21:10:09 -0000 Synopsis: [PATCH] graphics/pngcrush: update to 1.7.59 Responsible-Changed-From-To: freebsd-ports-bugs->jsa Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 21: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=179351 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 0138CE31; Wed, 5 Jun 2013 21:10: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 D01751158; Wed, 5 Jun 2013 21:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LAD2h036850; Wed, 5 Jun 2013 21:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LADeK036849; Wed, 5 Jun 2013 21:10:13 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 21:10:13 GMT Message-Id: <201306052110.r55LADeK036849@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179352: databases/mysql51-server: remove optional dependency on eevel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 21:10:14 -0000 Synopsis: databases/mysql51-server: remove optional dependency on eevel/linuxthreads Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 21:10:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179352 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B6A60369 for ; Wed, 5 Jun 2013 21:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 83B7111FB for ; Wed, 5 Jun 2013 21:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LK0gC043637 for ; Wed, 5 Jun 2013 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LK08h043636; Wed, 5 Jun 2013 21:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 21:20:00 GMT Resent-Message-Id: <201306052120.r55LK08h043636@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 36E95F0 for ; Wed, 5 Jun 2013 21:14:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2A68E1192 for ; Wed, 5 Jun 2013 21:14:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55LEDda045937 for ; Wed, 5 Jun 2013 21:14:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55LED4l045936; Wed, 5 Jun 2013 21:14:13 GMT (envelope-from nobody) Message-Id: <201306052114.r55LED4l045936@oldred.freebsd.org> Date: Wed, 5 Jun 2013 21:14:13 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 21:20:00 -0000 >Number: 179353 >Category: ports >Synopsis: multimedia/motion: remove optional dependency on devel/linuxthreads >Confidential: no >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 Jun 05 21:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: Ports Treee at revision 320012 >Description: multimedia/motion optionally depends on devel/linuxthreads, which is expired. Remove the LTHREAD option from the Makefile. >How-To-Repeat: `Tools/scripts/rmport devel/linuxthreads` finds this port. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320012) +++ Makefile (working copy) @@ -14,14 +14,13 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg -OPTIONS_DEFINE= LTHREAD FFMPEG MYSQL PGSQL DOCS EXAMPLES +OPTIONS_DEFINE= FFMPEG MYSQL PGSQL DOCS EXAMPLES OPTIONS_SINGLE= VIDEO OPTIONS_SINGLE_VIDEO= BKTR PWCBSD OPTIONS_DEFAULT= BKTR FFMPEG VIDEO_DESC= Video capture driver. Choose one of BKTR or PWCBSD BKTR_DESC= BKTR based TV capture cards PWCBSD_DESC= PWCBSD based Webcams -LTHREAD_DESC= Use LinuxThreads instead of native POSIX threads USE_GMAKE= yes USE_AUTOTOOLS= autoconf @@ -54,12 +53,7 @@ CONFIGURE_ARGS+=--without-pwcbsd .endif -.if ${PORT_OPTIONS:MLTHREAD} -LIB_DEPENDS+= lthread:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=--with-linuxthreads -.else CONFIGURE_ARGS+=--without-linuxthreads -.endif .if ${PORT_OPTIONS:MFFMPEG} LIB_DEPENDS+= avformat:${PORTSDIR}/multimedia/ffmpeg >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 CC6BF36E for ; Wed, 5 Jun 2013 21:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B43E811FE for ; Wed, 5 Jun 2013 21:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LK0Gr043678 for ; Wed, 5 Jun 2013 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LK0j0043666; Wed, 5 Jun 2013 21:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 21:20:00 GMT Resent-Message-Id: <201306052120.r55LK0j0043666@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4E6BD363 for ; Wed, 5 Jun 2013 21:19:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 266E411F7 for ; Wed, 5 Jun 2013 21:19:54 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r55LJscs055767 for ; Wed, 5 Jun 2013 21:19:54 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r55LJsld055764; Wed, 5 Jun 2013 21:19:54 GMT (envelope-from nobody) Message-Id: <201306052119.r55LJsld055764@oldred.freebsd.org> Date: Wed, 5 Jun 2013 21:19:54 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179354: sysutils/hourglass: remove optional dependency on devel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 21:20:01 -0000 >Number: 179354 >Category: ports >Synopsis: sysutils/hourglass: remove optional dependency on devel/linuxthreads >Confidential: no >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 Jun 05 21:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: Ports Tree at revision 320012 >Description: sysutils/hourglass optionally depends on devel/linuxthreads, which is expired. Remove the WITH_LINUXTHREADS knob from the Makefile. While here: - convert Makefile header - Tighten COMMENT - Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS, adjust include files. >How-To-Repeat: `Tools/scripts/rmport devel/linuxthreads` finds this port. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320012) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hourglass -# Date created: 23 March 2004 -# Whom: olive -# +# Created by: olive # $FreeBSD$ -# PORTNAME= hourglass PORTVERSION= 1.0.1 @@ -12,7 +8,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}b MAINTAINER= jadawin@FreeBSD.org -COMMENT= A real-time application useful to learn how CPU scheduling works +COMMENT= Real-time application to learn how CPU scheduling works RUN_DEPENDS= jgraph:${PORTSDIR}/graphics/jgraph @@ -22,15 +18,9 @@ PLIST_FILES= bin/busy bin/hourglass PORTDOCS= CALIBRATION -.include +.include -.if defined(WITH_LINUXTHREADS) -THREAD_LIBS= -L${LOCALBASE}/lib -llthread -llgcc_r -THREAD_CFLAGS= -D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads -LIB_DEPENDS+= lthread.3:${PORTSDIR}/devel/linuxthreads -.else THREAD_LIBS= -pthread -.endif post-patch: @${REINPLACE_CMD} -e 's,%LOCALBASE%,${LOCALBASE},g' \ @@ -41,11 +31,11 @@ ${WRKSRC}/configure post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} . endfor .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 26DF63A4; Wed, 5 Jun 2013 21: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 025BE1202; Wed, 5 Jun 2013 21:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LK8r2044575; Wed, 5 Jun 2013 21:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LK8RR044528; Wed, 5 Jun 2013 21:20:08 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 21:20:08 GMT Message-Id: <201306052120.r55LK8RR044528@freefall.freebsd.org> To: rene@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 21:20:09 -0000 Synopsis: multimedia/motion: remove optional dependency on devel/linuxthreads State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 5 21: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=179353 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B092D3D7; Wed, 5 Jun 2013 21:20: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 8AFFB1204; Wed, 5 Jun 2013 21:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LKEm8044717; Wed, 5 Jun 2013 21:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LKEJ3044715; Wed, 5 Jun 2013 21:20:14 GMT (envelope-from edwin) Date: Wed, 5 Jun 2013 21:20:14 GMT Message-Id: <201306052120.r55LKEJ3044715@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179354: sysutils/hourglass: remove optional dependency on devel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jun 2013 21:20:14 -0000 Synopsis: sysutils/hourglass: remove optional dependency on devel/linuxthreads Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 5 21:20:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179354 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 920A5ACF for ; Wed, 5 Jun 2013 21: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 84F061304 for ; Wed, 5 Jun 2013 21:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55LU2qF050469 for ; Wed, 5 Jun 2013 21:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55LU2Ow050468; Wed, 5 Jun 2013 21:30:02 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 21:30:02 GMT Message-Id: <201306052130.r55LU2Ow050468@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads 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, 05 Jun 2013 21:30:02 -0000 The following reply was made to PR ports/179353; it has been noted by GNATS. From: Edwin Groothuis To: c.petrik.sosa@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads Date: Wed, 5 Jun 2013 21:20:07 UT Maintainer of multimedia/motion, Please note that PR ports/179353 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/179353 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 23:15: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 756FA3A4; Wed, 5 Jun 2013 23:15:37 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6CD1935; Wed, 5 Jun 2013 23:15:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55NFbYI089504; Wed, 5 Jun 2013 23:15:37 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55NFbRB089503; Wed, 5 Jun 2013 23:15:37 GMT (envelope-from wg) Date: Wed, 5 Jun 2013 23:15:37 GMT Message-Id: <201306052315.r55NFbRB089503@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/179350: [Maintainer update] www/mohawk 2.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: Wed, 05 Jun 2013 23:15:37 -0000 Synopsis: [Maintainer update] www/mohawk 2.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Wed Jun 5 23:15:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179350 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 23:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DFF3C57D for ; Wed, 5 Jun 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 B641F195A for ; Wed, 5 Jun 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55NK13C089663 for ; Wed, 5 Jun 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55NK15s089662; Wed, 5 Jun 2013 23:20:01 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 23:20:01 GMT Message-Id: <201306052320.r55NK15s089662@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/171870: [NEW PORT] games/visualspell: Challenges players to use reasoning skills to match a word 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: Wed, 05 Jun 2013 23:20:01 -0000 The following reply was made to PR ports/171870; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171870: [NEW PORT] games/visualspell: Challenges players to use reasoning skills to match a word Date: Thu, 6 Jun 2013 01:16:59 +0200 Not more upstream http://www.athenasoft.net/ RESTRICTED= License does not allow redistribution Please close this PR. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 23:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CB5C657E for ; Wed, 5 Jun 2013 23:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A51B8195B for ; Wed, 5 Jun 2013 23:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r55NK2es089669 for ; Wed, 5 Jun 2013 23:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r55NK2po089668; Wed, 5 Jun 2013 23:20:02 GMT (envelope-from gnats) Date: Wed, 5 Jun 2013 23:20:02 GMT Message-Id: <201306052320.r55NK2po089668@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/171869: [NEW PORT] games/multiplik12: Educational game for learning and practicing the multiplication tables 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: Wed, 05 Jun 2013 23:20:02 -0000 The following reply was made to PR ports/171869; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171869: [NEW PORT] games/multiplik12: Educational game for learning and practicing the multiplication tables Date: Thu, 6 Jun 2013 01:17:06 +0200 Not more upstream http://www.athenasoft.net/ RESTRICTED= License does not allow redistribution Please close this PR. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 00:30:20 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 67659600; Thu, 6 Jun 2013 00:30:20 +0000 (UTC) (envelope-from kalten@sbox.tu-graz.ac.at) Received: from mailbackup.inode.at (mailbackup.inode.at [213.229.60.24]) by mx1.freebsd.org (Postfix) with ESMTP id D68381BB2; Thu, 6 Jun 2013 00:30:19 +0000 (UTC) Received: from [62.99.145.19] (port=57383 helo=mx.inode.at) by mailbackup.inode.at with esmtp (Exim 4.76) (envelope-from ) id 1UkO5k-0006LP-1U; Thu, 06 Jun 2013 02:30:12 +0200 Received: from [85.127.125.216] (port=7769 helo=freeHugin.Walhalla.Leben) by smartmx-17.inode.at with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1UkO5T-0003N0-Ck; Thu, 06 Jun 2013 02:29:56 +0200 From: Kalten To: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/179116: New port: graphics/xcftools Command-line tools for extracting from Gimp's XCF format References: <201305301940.r4UJe0Qc039426@freefall.freebsd.org> <86hahihput.fsf@sbox.tugraz.at> X-uname: FreeBSD freeHugin.Walhalla.Leben 9.1-RELEASE amd64 Date: Thu, 06 Jun 2013 02:29:53 +0200 In-Reply-To: <86hahihput.fsf@sbox.tugraz.at> (kalten@gmx.at's message of "Fri, 31 May 2013 22:11:06 +0200") Message-ID: <86obbk2i9q.fsf@sbox.tugraz.at> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Authenticated-Sender: inode.328775 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 06 Jun 2013 00:30:20 -0000 --=-=-= Content-Type: text/plain Hello again! Yes, I have entered myself as the maintainer ;-) > Sadly GH_COMMIT is only used for WRKSRC. If master changes, [...] Thanks to bdrewery I now know how to do it right (several other ports in the ports tree do it the wrong way too). GH_TAGNAME must not be ``master'' but ``${GH_COMMIT}''! (and I have tested it by using an older git commit id to see whether it works) As GitHub is currently stuttering, I have added another master site (dynamic IP, so not good!) to the Makefile. > Note: The xcftools code itself does not honour the --disable-nls switch > of configure, so a WITHOUT_NLS knob (as suggested by ``portlint -A'') > does no good. That is still true. > [RedPorts] Tested: this new version attached to this mail equals r12999 at https://redports.org/browser/kalten/graphics/xcftools (well: not all tests for all systems done right now---it takes a long time ;-)) So: new shell archive here replacing the old one. (sorry for the mess in the version before this one) Greetings, Kalten --=-=-= Content-Type: text/plain -- --=-=-=-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 00:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C870B6B2 for ; Thu, 6 Jun 2013 00: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 BA14E1C09 for ; Thu, 6 Jun 2013 00:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r560e1uS028633 for ; Thu, 6 Jun 2013 00:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r560e1lG028629; Thu, 6 Jun 2013 00:40:01 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 00:40:01 GMT Message-Id: <201306060040.r560e1lG028629@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kalten Subject: Re: ports/179116: New port: graphics/xcftools Command-line tools for extracting from Gimp's XCF format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kalten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 00:40:01 -0000 The following reply was made to PR ports/179116; it has been noted by GNATS. From: Kalten To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/179116: New port: graphics/xcftools Command-line tools for extracting from Gimp's XCF format Date: Thu, 06 Jun 2013 02:29:53 +0200 --=-=-= Content-Type: text/plain Hello again! Yes, I have entered myself as the maintainer ;-) > Sadly GH_COMMIT is only used for WRKSRC. If master changes, [...] Thanks to bdrewery I now know how to do it right (several other ports in the ports tree do it the wrong way too). GH_TAGNAME must not be ``master'' but ``${GH_COMMIT}''! (and I have tested it by using an older git commit id to see whether it works) As GitHub is currently stuttering, I have added another master site (dynamic IP, so not good!) to the Makefile. > Note: The xcftools code itself does not honour the --disable-nls switch > of configure, so a WITHOUT_NLS knob (as suggested by ``portlint -A'') > does no good. That is still true. > [RedPorts] Tested: this new version attached to this mail equals r12999 at https://redports.org/browser/kalten/graphics/xcftools (well: not all tests for all systems done right now---it takes a long time ;-)) So: new shell archive here replacing the old one. (sorry for the mess in the version before this one) Greetings, Kalten --=-=-= Content-Type: application/x-shar Content-Disposition: attachment; filename=xcftools_v03.shar Content-Transfer-Encoding: base64 Content-Description: graphics/xcftools v03 IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJeGNmdG9vbHMKIwl4Y2Z0b29s cy9maWxlcwojCXhjZnRvb2xzL2ZpbGVzL3BhdGNoLWlvLXVuaXguYwojCXhjZnRvb2xzL2ZpbGVz L3BhdGNoLXhjZjJwbmcuYwojCXhjZnRvb2xzL2ZpbGVzL3BhdGNoLU1ha2VmaWxlLmluCiMJeGNm dG9vbHMvZmlsZXMvcGF0Y2gtdGVzdF9kb3Rlc3QKIwl4Y2Z0b29scy9NYWtlZmlsZQojCXhjZnRv b2xzL3BrZy1wbGlzdAojCXhjZnRvb2xzL3BrZy1kZXNjcgojCXhjZnRvb2xzL2Rpc3RpbmZvCiMK ZWNobyBjIC0geGNmdG9vbHMKbWtkaXIgLXAgeGNmdG9vbHMgPiAvZGV2L251bGwgMj4mMQplY2hv IGMgLSB4Y2Z0b29scy9maWxlcwpta2RpciAtcCB4Y2Z0b29scy9maWxlcyA+IC9kZXYvbnVsbCAy PiYxCmVjaG8geCAtIHhjZnRvb2xzL2ZpbGVzL3BhdGNoLWlvLXVuaXguYwpzZWQgJ3MvXlgvLycg PnhjZnRvb2xzL2ZpbGVzL3BhdGNoLWlvLXVuaXguYyA8PCAnZmNhYWY1NTFjZTJhYjI0M2NlYjVj MWU1MjE4OGZhNDMnClgtLS0gaW8tdW5peC5jLm9yaWcJMjAxMy0wMS0zMSAxNDo0NjoyMC4wMDAw MDAwMDAgKzAxMDAKWCsrKyBpby11bml4LmMJMjAxMy0wNS0yNyAxNTowMDo1Ny4wMDAwMDAwMDAg KzAyMDAKWEBAIC0xMDYsNyArMTA2LDcgQEAKWCAgICAgICBpZiggc3RhdHVzID4gMCApIHsKWCAg ICAgICAgIGZjbG9zZSh4Y2ZzdHJlYW0pIDsKWCAgICAgICAgIHhjZnN0cmVhbSA9IDAgOwpYLSAg ICAgICAgRmF0YWxHZW5lcmljKHN0YXR1cyxOVUxMKTsKWCsgICAgICAgIEZhdGFsR2VuZXJpYyhz dGF0dXMsInN0YXR1cz0lZCIsc3RhdHVzKTsKWCAgICAgICB9ClggICAgIH0gZWxzZSB7ClggICAg ICAgZmNsb3NlKHhjZnN0cmVhbSkgOwpmY2FhZjU1MWNlMmFiMjQzY2ViNWMxZTUyMTg4ZmE0Mwpl Y2hvIHggLSB4Y2Z0b29scy9maWxlcy9wYXRjaC14Y2YycG5nLmMKc2VkICdzL15YLy8nID54Y2Z0 b29scy9maWxlcy9wYXRjaC14Y2YycG5nLmMgPDwgJ2E0MmU4NmE0YmUzMjZkYzRjMjI4NmJjYmVk ZDYyNDQzJwpYLS0tIHhjZjJwbmcuYy5vcmlnCTIwMTMtMDEtMzEgMTQ6NDY6MjAuMDAwMDAwMDAw ICswMTAwClgrKysgeGNmMnBuZy5jCTIwMTMtMDUtMjcgMTU6MDk6NTMuMDAwMDAwMDAwICswMjAw ClhAQCAtMjAsNiArMjAsMTMgQEAKWCAjaW5jbHVkZSAiZmxhdHRlbi5oIgpYICNpbmNsdWRlICJw YWxldHRlLmgiClggI2luY2x1ZGUgPHBuZy5oPgpYKyNpZm5kZWYgcG5nX3ZvaWRwX05VTEwKWCsj ZGVmaW5lIHBuZ192b2lkcF9OVUxMIChwbmdfdm9pZHApTlVMTApYKyNlbmRpZgpYKyNpZm5kZWYg cG5nX2Vycm9yX3B0cl9OVUxMClgrI2RlZmluZSBwbmdfZXJyb3JfcHRyX05VTEwgKHBuZ19lcnJv cl9wdHIpTlVMTApYKyNlbmRpZgpYKwpYICNpbmNsdWRlIDxzdGRsaWIuaD4KWCAjaW5jbHVkZSA8 c3RyaW5nLmg+ClggI2luY2x1ZGUgPGxvY2FsZS5oPgphNDJlODZhNGJlMzI2ZGM0YzIyODZiY2Jl ZGQ2MjQ0MwplY2hvIHggLSB4Y2Z0b29scy9maWxlcy9wYXRjaC1NYWtlZmlsZS5pbgpzZWQgJ3Mv XlgvLycgPnhjZnRvb2xzL2ZpbGVzL3BhdGNoLU1ha2VmaWxlLmluIDw8ICc0Mjg3ZTU5OWY3ZWFh OTUzZTExYjg5MzU2Y2JkMmUwNScKWC0tLSBNYWtlZmlsZS5pbi5vcmlnCTIwMTMtMDEtMzEgMTQ6 NDY6MjAuMDAwMDAwMDAwICswMTAwClgrKysgTWFrZWZpbGUuaW4JMjAxMy0wNS0zMCAxOTo1ODow MC4wMDAwMDAwMDAgKzAyMDAKWEBAIC0zNiw2ICszNiw3IEBAClggClggSU5TVEFMTAkJCT0gQElO U1RBTExAIC1EClggSU5TVEFMTF9QUk9HUkFNCQk9IEBJTlNUQUxMX1BST0dSQU1AClgrSU5TVEFM TF9TQ1JJUFQJCT0gQElOU1RBTExfU0NSSVBUQApYIElOU1RBTExfREFUQQkJPSBASU5TVEFMTF9E QVRBQApYIApYIFJNCQkJPSBybSAtZgpYQEAgLTg5LDggKzkwLDggQEAKWCAKWCBpbnN0YWxsOiBh bGwKWCAJZm9yIHAgaW4gJChCSU5BUklFUykgOyBkbyBcClgtCSAgY2FzZSAkJHAgaW4geGNmdmll dykgc3RyaXA9IDs7ICopIHN0cmlwPS1zIDs7IGVzYWMgOyBcClgtCSAgJChJTlNUQUxMX1BST0dS QU0pICQkc3RyaXAgJCRwIFwKWCsJICBjYXNlICQkcCBpbiB4Y2Z2aWV3KSBpbnN0YWxsZXI9IiQo SU5TVEFMTF9TQ1JJUFQpIjsgc3RyaXA9IDs7ICopIGluc3RhbGxlcj0iJChJTlNUQUxMX1BST0dS QU0pIjsgc3RyaXA9LXMgOzsgZXNhYyA7IFwKWCsJICAkJGluc3RhbGxlciAkJHN0cmlwICQkcCBc ClggCSAgICAkKERFU1RESVIpJChiaW5kaXIpL2BlY2hvICQkcCB8ICQoU0VEKSAkKHByb2dyYW1f dHJhbnNmb3JtX25hbWUpYCBcClggCSAgICB8fCBleGl0IDEgO1wKWCAgICAgICAgIGRvbmUKWEBA IC0xNjMsNyArMTY0LDcgQEAKWCAJbXNnZm10IC1jIC1vJEAgJDwKWCAKWCBwby9zdGFtcDogJChw YXRzdWJzdCAlLHBvLyUubW8sJChMSU5HVUFTKSkKWC0JaWYgISBtYWtlIC1xIHBvLyQoQVBQTkFN RSkucG90IDsgdGhlbiBcClgrCWlmICEgJChNQUtFKSAtcSBwby8kKEFQUE5BTUUpLnBvdCA7IHRo ZW4gXApYIAl0b3VjaCBwby8kKEFQUE5BTUUpLnBvdCA7IHRvdWNoIHBvLyoucG8gOyB0b3VjaCBw by8qLm1vIDsgZmkKWCAJdG91Y2ggJEAKWCAKWEBAIC0xODcsNyArMTg4LDcgQEAKWCAJdG91Y2gg JEAKWCAKWCBtYW5wby9zdGFtcDogJChwYXRzdWJzdCAlLG1hbnBvLyUucG8sJChNQU5MSU5HVUFT KSkKWC0JaWYgISBtYWtlIC1xIG1hbnBvL21hbnBhZ2VzLnBvdCA7IHRoZW4gXApYKwlpZiAhICQo TUFLRSkgLXEgbWFucG8vbWFucGFnZXMucG90IDsgdGhlbiBcClggCXRvdWNoIG1hbnBvL21hbnBh Z2VzLnBvdCA7IHRvdWNoICReIDsgZmkKWCAJdG91Y2ggJEAKWCAKNDI4N2U1OTlmN2VhYTk1M2Ux MWI4OTM1NmNiZDJlMDUKZWNobyB4IC0geGNmdG9vbHMvZmlsZXMvcGF0Y2gtdGVzdF9kb3Rlc3QK c2VkICdzL15YLy8nID54Y2Z0b29scy9maWxlcy9wYXRjaC10ZXN0X2RvdGVzdCA8PCAnNTk0NTU0 MmQ5YWE4NDdlYzQ1MGE1NTcxNDFmOWFkZTAnClgtLS0gdGVzdC9kb3Rlc3Qub3JpZwkyMDEzLTAx LTMxIDE0OjQ2OjIwLjAwMDAwMDAwMCArMDEwMApYKysrIHRlc3QvZG90ZXN0CTIwMTMtMDUtMjcg MTU6MzQ6MzcuMDAwMDAwMDAwICswMjAwClhAQCAtMSw0ICsxLDQgQEAKWC0jISAvYmluL2Jhc2gK WCsjIS91c3IvbG9jYWwvYmluL2Jhc2gKWCAKWCAjIFJlZ3Jlc3Npb24gdGVzdCBmb3IgWGNmdG9v bHMKWCAjCjU5NDU1NDJkOWFhODQ3ZWM0NTBhNTU3MTQxZjlhZGUwCmVjaG8geCAtIHhjZnRvb2xz L01ha2VmaWxlCnNlZCAncy9eWC8vJyA+eGNmdG9vbHMvTWFrZWZpbGUgPDwgJ2YyYzU3NTE4NTI5 NWNmZTUzOThlZjc2NTJmZGY4NWYxJwpYIyAkRnJlZUJTRCQKWApYUE9SVE5BTUU9CXhjZnRvb2xz ClhQT1JUVkVSU0lPTj0JMC4wClhDQVRFR09SSUVTPQlncmFwaGljcwpYTUFTVEVSX1NJVEVTPQlH SCBcClgJCWh0dHA6Ly9mcmVlaGVpbWRhbGwuaG9tZXVuaXgub3JnL2ZpbGVzLwpYClhNQUlOVEFJ TkVSPQlrYWx0ZW5AZ214LmF0ClhDT01NRU5UPQlDb21tYW5kLWxpbmUgdG9vbHMgZm9yIGV4dHJh Y3RpbmcgZnJvbSBHaW1wJ3MgWENGIGZvcm1hdApYClhVU0VfR0lUSFVCPQl5ZXMKWEdIX0FDQ09V TlQ9CWotam9yZ2UKWEdIX1RBR05BTUU9CSR7R0hfQ09NTUlUfQpYR0hfQ09NTUlUPQkyYzRkM2Zj ClgKWERJU1RfU1VCRElSPQkke1BPUlROQU1FfQpYClhVU0VfUEVSTDU9CXllcwpYVVNFX1BLR0NP TkZJRz0JeWVzClhVU0VfQVVUT1RPT0xTKz0JbGlidG9vbApYR05VX0NPTkZJR1VSRT0JeWVzClhD T05GSUdVUkVfQVJHUz0KWFVTRV9HTUFLRT0JeWVzClhNQUtFX0pPQlNfU0FGRT0Jbm8KWFVTRV9M RENPTkZJRz0JeWVzClhVU0VfR0VUVEVYVD0JeWVzClgKWExJQl9ERVBFTkRTKz0JcG5nMTU6JHtQ T1JUU0RJUn0vZ3JhcGhpY3MvcG5nClgKWE9QVElPTlNfREVGSU5FPQlURVNUUwpYVEVTVFNfREVT Qz0JUnVuIGJ1bmRsZWQgc2VsZi10ZXN0cyBhZnRlciBidWlsZCAocHVsbHMgaW4gZ3JhcGhpY3Mv bmV0cGJtKQpYT1BUSU9OU19ERUZBVUxUPQpYClguaW5jbHVkZSA8YnNkLnBvcnQub3B0aW9ucy5t az4KWApYLmlmICR7UE9SVF9PUFRJT05TOk1URVNUU30KWEJVSUxEX0RFUEVORFMrPQlwbmd0b3Bu bToke1BPUlRTRElSfS9ncmFwaGljcy9uZXRwYm0KWC5lbmRpZgpYClhNQU4xPQkJeGNmMnBuZy4x IHhjZjJwbm0uMSB4Y2ZpbmZvLjEgeGNmdmlldy4xClhNQU4xX0RBPQl4Y2YycG5nLjEgeGNmMnBu bS4xIHhjZmluZm8uMSB4Y2Z2aWV3LjEKWApYQ0ZMQUdTKz0JLUkke0xPQ0FMQkFTRX0vaW5jbHVk ZSAtSSR7TE9DQUxCQVNFfS9pbmNsdWRlL2xpYnBuZzE1ClhDUFBGTEFHUys9CS1JJHtMT0NBTEJB U0V9L2luY2x1ZGUgLUkke0xPQ0FMQkFTRX0vaW5jbHVkZS9saWJwbmcxNQpYTERGTEFHUys9CS1M JHtMT0NBTEJBU0V9L2xpYiAtbGludGwKWApYLmluY2x1ZGUgPGJzZC5wb3J0LnByZS5taz4KWApY dGVzdCBjaGVjazoKWC5pZiAgKCR7UE9SVF9PUFRJT05TOk1URVNUU30gfHwgZGVmaW5lZChQQUNL QUdFX0JVSUxESU5HKSkKWAktY2QgJHtXUktTUkN9ICYmICR7U0VURU5WfSAke01BS0VfRU5WfSBs aW1pdHMgLW0gMjBtICR7R01BS0V9IGNoZWNrClguZW5kaWYKWApYcG9zdC1idWlsZDogY2hlY2sK WApYLmluY2x1ZGUgPGJzZC5wb3J0LnBvc3QubWs+CmYyYzU3NTE4NTI5NWNmZTUzOThlZjc2NTJm ZGY4NWYxCmVjaG8geCAtIHhjZnRvb2xzL3BrZy1wbGlzdApzZWQgJ3MvXlgvLycgPnhjZnRvb2xz L3BrZy1wbGlzdCA8PCAnYTk1MDg2MzJjODEzZjMwYWY2MGFjZjZlN2JkZjk2OTcnClhiaW4veGNm MnBuZwpYYmluL3hjZjJwbm0KWGJpbi94Y2ZpbmZvClhiaW4veGNmdmlldwpYc2hhcmUvbG9jYWxl L2RhL0xDX01FU1NBR0VTL3hjZnRvb2xzLm1vClhAZGlycm10cnkgbWFuL2RhL21hbjEKWEBkaXJy bXRyeSBtYW4vZGEKYTk1MDg2MzJjODEzZjMwYWY2MGFjZjZlN2JkZjk2OTcKZWNobyB4IC0geGNm dG9vbHMvcGtnLWRlc2NyCnNlZCAncy9eWC8vJyA+eGNmdG9vbHMvcGtnLWRlc2NyIDw8ICdlN2I5 ZDkxYWNmZjhiMzY3MDk3NjI5NmE5ODFjNzM1OScKWFhjZnRvb2xzIGlzIGEgc2V0IG9mIGZhc3Qg Y29tbWFuZC1saW5lIHRvb2xzIGZvciBleHRyYWN0aW5nClhpbmZvcm1hdGlvbiBmcm9tIHRoZSBH aW1wJ3MgbmF0aXZlIGZpbGUgZm9ybWF0IFhDRi4gVGhlIHRvb2xzClhhcmUgZGVzaWduZWQgdG8g YWxsb3cgZWZmaWNpZW50IHVzZSBvZiBsYXllcmVkIFhDRiBmaWxlcyBhcwpYc291cmNlcyBpbiBh IGJ1aWxkIHN5c3RlbSB0aGF0IHVzZSAnbWFrZScgYW5kIHNpbWlsYXIgdG9vbHMKWHRvIG1hbmFn ZSBhdXRvbWF0aWMgcHJvY2Vzc2luZyBvZiB0aGUgZ3JhcGhpY3MuIFRoZXNlIHRvb2xzClh3b3Jr IGluZGVwZW5kZW50bHkgb2YgdGhlIEdpbXAgZW5naW5lIGFuZCBkbyBub3QgcmVxdWlyZSB0aGUK WEdpbXAgdG8gZXZlbiBiZSBpbnN0YWxsZWQuClgKWFdXVzogaHR0cHM6Ly9naXRodWIuY29tL2ot am9yZ2UveGNmdG9vbHMKZTdiOWQ5MWFjZmY4YjM2NzA5NzYyOTZhOTgxYzczNTkKZWNobyB4IC0g eGNmdG9vbHMvZGlzdGluZm8Kc2VkICdzL15YLy8nID54Y2Z0b29scy9kaXN0aW5mbyA8PCAnMTdj MjMxNzk0OGE0YzI5ODBkMWI3NTU3ZjgzNTkyNWInClhTSEEyNTYgKHhjZnRvb2xzL3hjZnRvb2xz LTAuMC50YXIuZ3opID0gOTRjZDIxYzBlMmM1YzI5MzA0MjkxM2UzZjEwNmEyYTg3NWFmOGVkYzRk MTVlMmIyZWE3ZDhhZTU2OTdjYzU2ZgpYU0laRSAoeGNmdG9vbHMveGNmdG9vbHMtMC4wLnRhci5n eikgPSAyNzU1MjcKMTdjMjMxNzk0OGE0YzI5ODBkMWI3NTU3ZjgzNTkyNWIKZXhpdAoK --=-=-= Content-Type: text/plain -- --=-=-=-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 03: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 1DF8FEF1 for ; Thu, 6 Jun 2013 03: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 F3E6812A6 for ; Thu, 6 Jun 2013 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r563K0il020055 for ; Thu, 6 Jun 2013 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r563K0Rk020033; Thu, 6 Jun 2013 03:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 03:20:00 GMT Resent-Message-Id: <201306060320.r563K0Rk020033@freefall.freebsd.org> 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 8FA37C0E for ; Thu, 6 Jun 2013 03:16:50 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD871243 for ; Thu, 6 Jun 2013 03:16:49 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.33]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LyglF-1UMF2E04SV-0164Rz for ; Thu, 06 Jun 2013 05:16:49 +0200 Received: (qmail invoked by alias); 06 Jun 2013 03:16:47 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp033) with SMTP; 06 Jun 2013 05:16:47 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Jun 2013 05:16:47 +0200 Message-Id: <20130606031650.8FA37C0E@hub.freebsd.org> Date: Thu, 06 Jun 2013 05:16:47 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179356: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs Cc: g.veniamin@googlemail.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: Thu, 06 Jun 2013 03:20:01 -0000 >Number: 179356 >Category: ports >Synopsis: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs >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 Jun 06 03:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 0.9.11.1 - Trim comment - Trim Desktop entry file - Add icon - Add docs - Add HTML LATEX Options - Add dependency for devel/doxygen - Trim pkg-plist Port maintainer (g.veniamin@googlemail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130606015600-56953/ >Fix: --- scantailor-0.9.11.1.patch begins here --- diff -ruN /usr/ports/graphics/scantailor/Makefile ./Makefile --- /usr/ports/graphics/scantailor/Makefile 2013-06-02 18:53:19.000000000 +0200 +++ ./Makefile 2013-06-06 03:50:11.000000000 +0200 @@ -2,13 +2,12 @@ # $FreeBSD: head/graphics/scantailor/Makefile 318189 2013-05-14 19:13:10Z rakuco $ PORTNAME= scantailor -PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTVERSION= 0.9.11.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= g.veniamin@googlemail.com -COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages +COMMENT= Interactive post-processing tool for scanned pages LICENSE= GPLv3 @@ -23,7 +22,42 @@ linguist_build MAKE_JOBS_SAFE= yes -DESKTOP_ENTRIES="Scan Tailor" "Interactive post-processing tool for scanned pages" \ - "" "${PORTNAME}" "Graphics;Scanning;" false +DESKTOP_ENTRIES="Scan Tailor" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Graphics;Scanning;" false + +OPTIONS_GROUP= DOXYGEN + +OPTIONS_GROUP_DOXYGEN= HTML LATEX + +OPTIONS_DEFAULT= + +HTML_DESC= Install HTML Doxygen files +LATEX_DESC= Install LaTeX Doxygen files + +.include + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +PORTDOCS= * +.endif + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +.endif + +post-install: + ${INSTALL_DATA} ${WRKSRC}/resources/icons/appicon-about.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} + @cd ${WRKSRC} && doxygen . +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MHTML} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${DOCSDIR}) +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MLATEX} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} latex ${DOCSDIR}) +.endif .include diff -ruN /usr/ports/graphics/scantailor/distinfo ./distinfo --- /usr/ports/graphics/scantailor/distinfo 2013-06-02 18:53:19.000000000 +0200 +++ ./distinfo 2013-06-05 23:13:54.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (scantailor-0.9.11.tar.gz) = e158fa5c38b1c34dec47e611e27d74a0508bc2b6818b84f0d05f98ba184c9c11 -SIZE (scantailor-0.9.11.tar.gz) = 1175866 +SHA256 (scantailor-0.9.11.1.tar.gz) = 881647a4172c55a067a7b6687965441cf21176d79d93075b22a373ea9accd8d3 +SIZE (scantailor-0.9.11.1.tar.gz) = 1190198 diff -ruN /usr/ports/graphics/scantailor/pkg-plist ./pkg-plist --- /usr/ports/graphics/scantailor/pkg-plist 2013-06-02 18:53:19.000000000 +0200 +++ ./pkg-plist 2013-04-10 10:05:10.000000000 +0200 @@ -1,5 +1,6 @@ bin/scantailor bin/scantailor-cli +share/pixmaps/scantailor.png %%DATADIR%%/translations/scantailor_bg.qm %%DATADIR%%/translations/scantailor_cs.qm %%DATADIR%%/translations/scantailor_de.qm @@ -8,6 +9,7 @@ %%DATADIR%%/translations/scantailor_it.qm %%DATADIR%%/translations/scantailor_ja.qm %%DATADIR%%/translations/scantailor_pl.qm +%%DATADIR%%/translations/scantailor_pt_BR.qm %%DATADIR%%/translations/scantailor_ru.qm %%DATADIR%%/translations/scantailor_sk.qm %%DATADIR%%/translations/scantailor_uk.qm --- scantailor-0.9.11.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 03: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 ACA07F2D; Thu, 6 Jun 2013 03: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 86D1012AC; Thu, 6 Jun 2013 03:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r563K8d4023259; Thu, 6 Jun 2013 03:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r563K8c0023258; Thu, 6 Jun 2013 03:20:08 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 03:20:08 GMT Message-Id: <201306060320.r563K8c0023258@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179356: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 03:20:09 -0000 Synopsis: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 03:20:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179356 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 05: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 36F50DFC for ; Thu, 6 Jun 2013 05: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 1031617B4 for ; Thu, 6 Jun 2013 05:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r565A1Mw059353 for ; Thu, 6 Jun 2013 05:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r565A1jt059343; Thu, 6 Jun 2013 05:10:01 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 05:10:01 GMT Message-Id: <201306060510.r565A1jt059343@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Chris Petrik Subject: Re: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Petrik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 05:10:02 -0000 The following reply was made to PR ports/179353; it has been noted by GNATS. From: Chris Petrik To: bug-followup@FreeBSD.org, rene@FreeBSD.org Cc: Subject: Re: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads Date: Thu, 6 Jun 2013 00:05:26 -0500 --e89a8f234ce529a48204de7543b5 Content-Type: text/plain; charset=UTF-8 ok --e89a8f234ce529a48204de7543b5 Content-Type: text/html; charset=UTF-8
ok
--e89a8f234ce529a48204de7543b5-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 05:18: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 511BE7A; Thu, 6 Jun 2013 05:18:56 +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 2823B17F3; Thu, 6 Jun 2013 05:18:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r565IuDj082568; Thu, 6 Jun 2013 05:18:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r565ItM2082558; Thu, 6 Jun 2013 05:18:55 GMT (envelope-from linimon) Date: Thu, 6 Jun 2013 05:18:55 GMT Message-Id: <201306060518.r565ItM2082558@freefall.freebsd.org> To: g.veniamin@googlemail.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179357: Re: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 05:18:56 -0000 Synopsis: Re: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Jun 6 05:18:23 UTC 2013 State-Changed-Why: Misfiled followup to ports/179356; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 6 05:18:23 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=179357 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 05:26: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 5BA0F276; Thu, 6 Jun 2013 05:26:56 +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 33FD4181B; Thu, 6 Jun 2013 05:26:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r565QuZn047168; Thu, 6 Jun 2013 05:26:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r565QtBv047167; Thu, 6 Jun 2013 05:26:55 GMT (envelope-from linimon) Date: Thu, 6 Jun 2013 05:26:55 GMT Message-Id: <201306060526.r565QtBv047167@freefall.freebsd.org> To: c.petrik.sosa@gmail.com, rene@FreeBSD.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 05:26:56 -0000 Synopsis: multimedia/motion: remove optional dependency on devel/linuxthreads State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Jun 6 05:26:45 UTC 2013 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=179353 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08: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 758F226C for ; Thu, 6 Jun 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 5CBE41DBD for ; Thu, 6 Jun 2013 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56800jM069905 for ; Thu, 6 Jun 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56800mP069904; Thu, 6 Jun 2013 08:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 08:00:00 GMT Resent-Message-Id: <201306060800.r56800mP069904@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4594B252 for ; Thu, 6 Jun 2013 07:59:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 372311DAF for ; Thu, 6 Jun 2013 07:59:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r567xa8M012539 for ; Thu, 6 Jun 2013 07:59:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r567xaNV012538; Thu, 6 Jun 2013 07:59:36 GMT (envelope-from nobody) Message-Id: <201306060759.r567xaNV012538@oldred.freebsd.org> Date: Thu, 6 Jun 2013 07:59:36 GMT From: Kubilay Kocak To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179358: [PATCH] sysutils/userspace-rcu: Rename to liburcu and update to 0.7.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: Thu, 06 Jun 2013 08:00:00 -0000 >Number: 179358 >Category: ports >Synopsis: [PATCH] sysutils/userspace-rcu: Rename to liburcu and update to 0.7.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 06 08:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: FreeBSD 9-STABLE-amd64.elysium 9.1-STABLE FreeBSD 9.1-STABLE #1 r250655: Wed May 15 15:28:38 EST >Description: - Update to 0.7.6 - Update COMMENT - Re-order USE_* section - Add CONFIGURE_ARGS for correct --docdir - pkg-descr: Tab->space in WWW: - Update WWW: URL Additional: - Update MOVED - Remove userspace-rcu from sysutils/Makefile - Add liburcu to sysutils/Makefile - Update dns/knot LIB_DEPENDS dependency QA: - Run Tools/scripts/MOVEDlint.awk - Run make checksubdir svn status: M MOVED M dns/knot/Makefile M sysutils/Makefile A + sysutils/liburcu M + sysutils/liburcu/Makefile M + sysutils/liburcu/distinfo M + sysutils/liburcu/pkg-descr D sysutils/userspace-rcu D sysutils/userspace-rcu/Makefile D sysutils/userspace-rcu/distinfo D sysutils/userspace-rcu/pkg-descr D sysutils/userspace-rcu/pkg-plist >How-To-Repeat: >Fix: Patch attached with submission follows: Index: MOVED =================================================================== --- MOVED (revision 320049) +++ MOVED (working copy) @@ -4381,3 +4381,4 @@ emulators/linux-xjoypad||2013-06-05|Removed: depend on expired devel/linux-js, consider using emulators/joytran instead lang/elisp-manual||2013-06-05|Has expired: Broken for more than 6 months sysutils/sge62||2013-06-05|Has expired: Ancient and unsupported release +sysutils/userspace-rcu|sysutils/liburcu|2013-06-06|Renamed correctly according to upstream Index: dns/knot/Makefile =================================================================== --- dns/knot/Makefile (revision 320049) +++ dns/knot/Makefile (working copy) @@ -14,7 +14,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex -LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/userspace-rcu +LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/liburcu CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes Index: sysutils/Makefile =================================================================== --- sysutils/Makefile (revision 320049) +++ sysutils/Makefile (working copy) @@ -473,6 +473,7 @@ SUBDIR += libretto-config SUBDIR += libsunacl SUBDIR += libumberlog + SUBDIR += liburcu SUBDIR += libutempter SUBDIR += libzeitgeist SUBDIR += lineak-defaultplugin @@ -980,7 +981,6 @@ SUBDIR += usermin SUBDIR += userneu SUBDIR += userneu-devel - SUBDIR += userspace-rcu SUBDIR += usrinfo SUBDIR += utcount SUBDIR += vbetool Index: sysutils/liburcu/Makefile =================================================================== --- sysutils/liburcu/Makefile (working copy) +++ sysutils/liburcu/Makefile (working copy) @@ -1,23 +1,26 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ -PORTNAME= userspace-rcu -PORTVERSION= 0.7.5 +PORTNAME= liburcu +PORTVERSION= 0.7.6 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/urcu/ +DISTNAME= userspace-rcu-${PORTVERSION} MAINTAINER= freebsd@dns-lab.com -COMMENT= A read-copy-update data synchronization library +COMMENT= Userspace read-copy-update (RCU) data synchronization library LICENSE= LGPL21 PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt +USES= pathfix USE_BZIP2= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pathfix -USE_LDCONFIG= yes +CONFIGURE_ARGS+= --docdir=${DOCSDIR} + .if defined(.PARSEDIR) USE_GMAKE= yes .endif Index: sysutils/liburcu/distinfo =================================================================== --- sysutils/liburcu/distinfo (working copy) +++ sysutils/liburcu/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (userspace-rcu-0.7.5.tar.bz2) = 0f7d4a1e0c6c6ecc75e7de0a4b80518c6ba93c97872981e196c758db7a2404e2 -SIZE (userspace-rcu-0.7.5.tar.bz2) = 383705 +SHA256 (userspace-rcu-0.7.6.tar.bz2) = 71f2c0b75f3473e4d7aa6ac5111ca4d9cccccd5d131e87b53a07d35bd2c5900a +SIZE (userspace-rcu-0.7.6.tar.bz2) = 393590 Index: sysutils/liburcu/pkg-descr =================================================================== --- sysutils/liburcu/pkg-descr (working copy) +++ sysutils/liburcu/pkg-descr (working copy) @@ -6,4 +6,4 @@ monitoring the data structure accesses to detect grace periods after which memory reclamation is possible. -WWW: http://lttng.org/content/userspace-rcu +WWW: http://lttng.org/urcu Index: sysutils/userspace-rcu/Makefile (deleted) =================================================================== Index: sysutils/userspace-rcu/distinfo (deleted) =================================================================== Index: sysutils/userspace-rcu/pkg-descr (deleted) =================================================================== Index: sysutils/userspace-rcu/pkg-plist (deleted) =================================================================== >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08: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 D30AD26E for ; Thu, 6 Jun 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 9FFC81DBF for ; Thu, 6 Jun 2013 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56800UT069983 for ; Thu, 6 Jun 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56800vP069959; Thu, 6 Jun 2013 08:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 08:00:00 GMT Resent-Message-Id: <201306060800.r56800vP069959@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8D1D1190 for ; Thu, 6 Jun 2013 07:51:52 +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 1A1B71D62 for ; Thu, 6 Jun 2013 07:51:51 +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 r567piQd024168 for ; Thu, 6 Jun 2013 10:51:44 +0300 (EEST) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r567pc3N024167; Thu, 6 Jun 2013 10:51:38 +0300 (EEST) (envelope-from jason) Message-Id: <201306060751.r567pc3N024167@jw.lds.net.ua> Date: Thu, 6 Jun 2013 10:51:38 +0300 (EEST) From: Sayetsky Anton To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179359: [patch] net/mediatomb: fix OPTIONS_DEFINE 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, 06 Jun 2013 08:00:00 -0000 >Number: 179359 >Category: ports >Synopsis: [patch] net/mediatomb: fix OPTIONS_DEFINE >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 Jun 06 08:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD jw.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250095: Tue Apr 30 12:25:23 EEST 2013 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64 >Description: There is a duplicate in OPTIONS_DEFINE >How-To-Repeat: >Fix: Patch attached with submission follows: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 320056) +++ Makefile (working copy) @@ -43,7 +43,7 @@ MEDIATOMB_DIR=${MEDIATOMB_DIR} \ MEDIATOMB_MASK=${MEDIATOMB_MASK} \ -OPTIONS_DEFINE= SQLITE MYSQL JS LIBEXIF FFMPEGTHUMBNAILER \ +OPTIONS_DEFINE= JS LIBEXIF FFMPEGTHUMBNAILER \ EXTERNAL_TRANSCODING CURL DEBUG OPTIONS_MULTI= DB OPTIONS_MULTI_DB= SQLITE MYSQL --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 782C22AB; Thu, 6 Jun 2013 08:00: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 520D41DC4; Thu, 6 Jun 2013 08:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r568078K072945; Thu, 6 Jun 2013 08:00:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56807Gs072931; Thu, 6 Jun 2013 08:00:07 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 08:00:07 GMT Message-Id: <201306060800.r56807Gs072931@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179358: [PATCH] sysutils/userspace-rcu: Rename to liburcu and update to 0.7.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: Thu, 06 Jun 2013 08:00:08 -0000 Synopsis: [PATCH] sysutils/userspace-rcu: Rename to liburcu and update to 0.7.6 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 08:00:07 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=179358 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08:00: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 3DFC82EE; Thu, 6 Jun 2013 08:00: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 1A9621DC6; Thu, 6 Jun 2013 08:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5680Cj2075565; Thu, 6 Jun 2013 08:00:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5680Cji075564; Thu, 6 Jun 2013 08:00:12 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 08:00:12 GMT Message-Id: <201306060800.r5680Cji075564@freefall.freebsd.org> To: vsjcfm@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179359: [patch] net/mediatomb: fix OPTIONS_DEFINE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 08:00:13 -0000 Synopsis: [patch] net/mediatomb: fix OPTIONS_DEFINE State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 6 08:00:12 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179359 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 652274EA for ; Thu, 6 Jun 2013 08: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 5690B1E3A for ; Thu, 6 Jun 2013 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r568A19M055152 for ; Thu, 6 Jun 2013 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r568A0f4055149; Thu, 6 Jun 2013 08:10:00 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 08:10:00 GMT Message-Id: <201306060810.r568A0f4055149@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179359: [patch] net/mediatomb: fix OPTIONS_DEFINE 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, 06 Jun 2013 08:10:01 -0000 The following reply was made to PR ports/179359; it has been noted by GNATS. From: Edwin Groothuis To: leo@mediatomb.cc Cc: bug-followup@FreeBSD.org Subject: Re: ports/179359: [patch] net/mediatomb: fix OPTIONS_DEFINE Date: Thu, 6 Jun 2013 08:00:12 UT Maintainer of net/mediatomb, Please note that PR ports/179359 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/179359 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08: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 029424EC for ; Thu, 6 Jun 2013 08: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 DD9721E3C for ; Thu, 6 Jun 2013 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r568A1Zg055163 for ; Thu, 6 Jun 2013 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r568A1lp055162; Thu, 6 Jun 2013 08:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 08:10:01 GMT Resent-Message-Id: <201306060810.r568A1lp055162@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manuel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3F3ED3DA for ; Thu, 6 Jun 2013 08:02:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 180B71DED for ; Thu, 6 Jun 2013 08:02:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5682W7L046208 for ; Thu, 6 Jun 2013 08:02:32 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5682WAk046207; Thu, 6 Jun 2013 08:02:32 GMT (envelope-from nobody) Message-Id: <201306060802.r5682WAk046207@oldred.freebsd.org> Date: Thu, 6 Jun 2013 08:02:32 GMT From: Manuel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179360: [PATCH] multimedia/libva-intel-driver update to 1.0.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, 06 Jun 2013 08:10:02 -0000 >Number: 179360 >Category: ports >Synopsis: [PATCH] multimedia/libva-intel-driver update to 1.0.20 >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 Jun 06 08:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Manuel >Release: 9.1 >Organization: >Environment: >Description: Patch to update multimedia/libva-intel-driver to version 1.0.20 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur libva-intel-driver.orig/Makefile libva-intel-driver/Makefile --- libva-intel-driver.orig/Makefile 2013-04-01 13:58:39.000000000 +0200 +++ libva-intel-driver/Makefile 2013-06-05 13:56:52.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: multimedia/libva-intel-driver/Makefile 315651 2013-04-01 11:58:39Z kwm $ PORTNAME= libva-intel-driver -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.20 CATEGORIES= multimedia MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/ @@ -31,15 +31,15 @@ .include -.if defined(WITH_NEW_XORG) -pre-configure: -.if !exists(${LOCALBASE}/lib/libkms.so) - @${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the WITH_KMS option." - @${FALSE} -.endif -.else -BROKEN= This port need libdrm version that is available when WITH_NEW_XORG is set -.endif +#.if defined(WITH_NEW_XORG) +#pre-configure: +#.if !exists(${LOCALBASE}/lib/libkms.so) +# @${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the WITH_KMS option." +# @${FALSE} +#.endif +#.else +#BROKEN= This port need libdrm version that is available when WITH_NEW_XORG is set +#.endif post-patch: .SILENT ${REINPLACE_CMD} -e 's/-ldl//' \ diff -Naur libva-intel-driver.orig/distinfo libva-intel-driver/distinfo --- libva-intel-driver.orig/distinfo 2012-11-15 14:07:47.000000000 +0100 +++ libva-intel-driver/distinfo 2013-06-05 13:14:20.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (libva-intel-driver-1.0.19.tar.bz2) = 2db68da9f4cea9b726ce2cd7c6246d902085310d83609082e453aa01559ea792 -SIZE (libva-intel-driver-1.0.19.tar.bz2) = 448951 +SHA256 (libva-intel-driver-1.0.20.tar.bz2) = 12fefb661372c053ff26530fae8342f9df63dbe8ab2c548d8d430d994042d4c9 +SIZE (libva-intel-driver-1.0.20.tar.bz2) = 768811 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08: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 25604557; Thu, 6 Jun 2013 08: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 F35651E46; Thu, 6 Jun 2013 08:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r568AEET058837; Thu, 6 Jun 2013 08:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r568AEj6058824; Thu, 6 Jun 2013 08:10:14 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 08:10:14 GMT Message-Id: <201306060810.r568AEj6058824@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179360: [PATCH] multimedia/libva-intel-driver update to 1.0.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, 06 Jun 2013 08:10:15 -0000 Synopsis: [PATCH] multimedia/libva-intel-driver update to 1.0.20 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Jun 6 08:10:14 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=179360 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08:42: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 36951F51; Thu, 6 Jun 2013 08:42:13 +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 10C101050; Thu, 6 Jun 2013 08:42:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r568gCS7009987; Thu, 6 Jun 2013 08:42:12 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r568gCc8009986; Thu, 6 Jun 2013 08:42:12 GMT (envelope-from culot) Date: Thu, 6 Jun 2013 08:42:12 GMT Message-Id: <201306060842.r568gCc8009986@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/179324: Update www/smarty3 from 3.1.12 to 3.1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 08:42:13 -0000 Synopsis: Update www/smarty3 from 3.1.12 to 3.1.13 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Jun 6 08:42:12 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179324 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 08: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 484B525C for ; Thu, 6 Jun 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 39E6010BE for ; Thu, 6 Jun 2013 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r568o0gI080479 for ; Thu, 6 Jun 2013 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r568o01f080463; Thu, 6 Jun 2013 08:50:00 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 08:50:00 GMT Message-Id: <201306060850.r568o01f080463@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/179335: [UPDATE] games/palomino to v20130527 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: Thu, 06 Jun 2013 08:50:01 -0000 The following reply was made to PR ports/179335; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: jpaetzel@freebsd.org Subject: Re: ports/179335: [UPDATE] games/palomino to v20130527 Date: Thu, 6 Jun 2013 10:44:34 +0200 --MP_/_cdZQ7nnC/s0TD1Ru6qR6._ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline - Update to 20130527 - Add license - Remove JOYSTICK Option - Trim docs - Trim desktop entry - Cleanup Makefile - Trim typo - Trim pkg-plist, remove docs Build log https://redports.org/buildarchive/20130606081101-64378/ /usr/ports/MOVED devel/linux-js||2013-06-04|Has expired: Broken for more than 6 month --MP_/_cdZQ7nnC/s0TD1Ru6qR6._ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=palomino.diff ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports/games/palomino/Makefile ./Makefile --- /usr/ports/games/palomino/Makefile 2013-06-02 18:54:42.000000000 +0200 +++ ./Makefile 2013-06-05 20:16:44.000000000 +0200 @@ -2,8 +2,7 @@ # $FreeBSD: head/games/palomino/Makefile 316786 2013-04-29 08:57:12Z bapt $ PORTNAME= palomino -PORTVERSION= 20121026 -PORTREVISION= 2 +PORTVERSION= 20130527 CATEGORIES= games MASTER_SITES= ftp://ftp.palomino3d.org/sim/ DISTFILES= ${PORTNAME}_src_${PORTVERSION}.txz \ @@ -15,6 +14,8 @@ MAINTAINER= nemysis@gmx.ch COMMENT= Action flight simulation computer program using OSG +LICENSE= GPLv2 + LIB_DEPENDS= osg:${PORTSDIR}/graphics/osg USE_BZIP2= yes @@ -32,24 +33,20 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= JOYSTICK SDL PLIB GUI +OPTIONS_DEFINE= SDL PLIB GUI OPTIONS_DEFAULT= SDL GUI -JOYSTICK_DESC= Enable joystick support through linux-js SDL_DESC= SDL support for input and sound PLIB_DESC= Enable sound support through plib GUI_DESC= Enable FLTK GUI +PORTDOCS= * + DESKTOP_ENTRIES= "Palomino" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} + "${PORTNAME}" "Game;ArcadeGame;" false .include -.if ${PORT_OPTIONS:MJOYSTICK} -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js -RUN_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js -.endif - .if ${PORT_OPTIONS:MSDL} USE_SDL+= sdl mixer .endif @@ -71,30 +68,34 @@ @${REINPLACE_CMD} -e '/FIND_PACKAGE(/ s|)| REQUIRED)|' \ ${WRKSRC}/CMakeModules/libraries.cmake @${REINPLACE_CMD} -e '/COMPILE_WITH_OSSIM/ d' ${WRKSRC}/CMakeLists.txt -.if empty(PORT_OPTIONS:MJOYSTICK) + +# Please look MOVED 2013-06-04 @${REINPLACE_CMD} -e '/COMPILE_WITH_LINUX_JOYSTICK/ d' ${WRKSRC}/CMakeLists.txt -.endif -.if empty(PORT_OPTIONS:MSDL) + +.if ! ${PORT_OPTIONS:MSDL} @${REINPLACE_CMD} -e '/COMPILE_WITH_SDL/ d' ${WRKSRC}/CMakeLists.txt .endif -.if empty(PORT_OPTIONS:MPLIB) + +.if ! ${PORT_OPTIONS:MPLIB} @${REINPLACE_CMD} -e '/COMPILE_WITH_PLIB/ d' ${WRKSRC}/CMakeLists.txt .endif -.if empty(PORT_OPTIONS:MGUI) + +.if ! ${PORT_OPTIONS:MGUI} @${REINPLACE_CMD} -e '/COMPILE_WITH_FLTK/ d' ${WRKSRC}/CMakeLists.txt .endif + @${REINPLACE_CMD} -e 's|string sDataDir|&="${DATADIR}/data/"|'\ - ${WRKSRC}/src/base/conf.cc + ${WRKSRC}/src/base/conf.cc @${REINPLACE_CMD} -e '/LUABIND_SCRIPTS_DIR/ s|"scripts"|"${DATADIR}/scripts"|' \ - ${WRKSRC}/src/lua_bind/defs.hh + ${WRKSRC}/src/lua_bind/defs.hh @${REINPLACE_CMD} -e 's|doc/html/|${DOCSDIR}/|' ${WRKSRC}/src/gui/gui.cc post-install: - ${MKDIR} ${DATADIR} - cd ${WRKSRC}/ && ${COPYTREE_SHARE} "data scripts" ${DATADIR}/ + @${MKDIR} ${DATADIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "data scripts" ${DATADIR}) # docs are used from within the game, so this is unconditional - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${DOCSDIR}) ${LN} -sf ${DOCSDIR}/images/palominoLogo.png \ ${PREFIX}/share/pixmaps/${PORTNAME}.png diff -ruN /usr/ports/games/palomino/distinfo ./distinfo --- /usr/ports/games/palomino/distinfo 2013-06-02 18:54:42.000000000 +0200 +++ ./distinfo 2013-06-05 18:45:44.000000000 +0200 @@ -1,5 +1,5 @@ -SHA256 (palomino_src_20121026.txz) = fee1f1d05c8cb8bb25484d01b03ffdce44b31fac54a68c27f82d017ddee29b76 -SIZE (palomino_src_20121026.txz) = 572424 +SHA256 (palomino_src_20130527.txz) = ae5be1a8e146030289ec75b2c44f0dde11641809ef57a572038cb746c64bceca +SIZE (palomino_src_20130527.txz) = 572468 SHA256 (palomino_data_misc_20091027.tar.bz2) = f5b7183ae98a7842dcc626de388d396a50c98011745bc6afca7da402c13fdac8 SIZE (palomino_data_misc_20091027.tar.bz2) = 632943 SHA256 (palomino_data_models_20090615.tar.bz2) = 53acdb00a61cbfe5faca7c30276ae76a2d0c8a169eff292b54fc9701bfbe885a diff -ruN /usr/ports/games/palomino/pkg-plist ./pkg-plist --- /usr/ports/games/palomino/pkg-plist 2013-06-02 18:54:42.000000000 +0200 +++ ./pkg-plist 2013-05-21 19:25:26.000000000 +0200 @@ -1,52 +1,5 @@ bin/palomino share/pixmaps/palomino.png -%%DOCSDIR%%/coding.html -%%DOCSDIR%%/compression.html -%%DOCSDIR%%/crash.html -%%DOCSDIR%%/docs.css -%%DOCSDIR%%/images/arrowBlue.gif -%%DOCSDIR%%/images/arrowGreen.gif -%%DOCSDIR%%/images/arrowRed.gif -%%DOCSDIR%%/images/arrowWhite.gif -%%DOCSDIR%%/images/arrowYellow.gif -%%DOCSDIR%%/images/favicon.png -%%DOCSDIR%%/images/palominoLogo.png -%%DOCSDIR%%/images/palomino_pegasus_50x40.png -%%DOCSDIR%%/images/sprite1.png -%%DOCSDIR%%/images/sprite2.png -%%DOCSDIR%%/images/sprite3.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/issues.html -%%DOCSDIR%%/lua_scripts.html -%%DOCSDIR%%/manual.css -%%DOCSDIR%%/manual.html -%%DOCSDIR%%/math.html -%%DOCSDIR%%/module_base.html -%%DOCSDIR%%/module_base_configuration.html -%%DOCSDIR%%/module_collision.html -%%DOCSDIR%%/module_control.html -%%DOCSDIR%%/module_fx.html -%%DOCSDIR%%/module_game.html -%%DOCSDIR%%/module_gfx.html -%%DOCSDIR%%/module_graph.html -%%DOCSDIR%%/module_gui.html -%%DOCSDIR%%/module_hud.html -%%DOCSDIR%%/module_init.html -%%DOCSDIR%%/module_input.html -%%DOCSDIR%%/module_lua.html -%%DOCSDIR%%/module_math.html -%%DOCSDIR%%/module_object.html -%%DOCSDIR%%/module_physics.html -%%DOCSDIR%%/module_program.html -%%DOCSDIR%%/module_shader.html -%%DOCSDIR%%/module_shadows.html -%%DOCSDIR%%/module_sky.html -%%DOCSDIR%%/module_sound.html -%%DOCSDIR%%/module_view.html -%%DOCSDIR%%/module_world.html -%%DOCSDIR%%/rules.html -%%DOCSDIR%%/scene.html -%%DOCSDIR%%/terrain.html %%DATADIR%%/data/fonts/README.txt %%DATADIR%%/data/fonts/arial.ttf %%DATADIR%%/data/fonts/masque.ttf @@ -516,5 +469,3 @@ @dirrm %%DATADIR%%/data/fonts @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%% ===> Done --MP_/_cdZQ7nnC/s0TD1Ru6qR6._-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 09:49: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 17B20801; Thu, 6 Jun 2013 09:49:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E57C81464; Thu, 6 Jun 2013 09:49:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r569nJVW084717; Thu, 6 Jun 2013 09:49:19 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r569nJc8084698; Thu, 6 Jun 2013 09:49:19 GMT (envelope-from rene) Date: Thu, 6 Jun 2013 09:49:19 GMT Message-Id: <201306060949.r569nJc8084698@freefall.freebsd.org> To: c.petrik.sosa@gmail.com, rene@FreeBSD.org, rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rene@FreeBSD.org Subject: Re: ports/179353: multimedia/motion: remove optional dependency on devel/linuxthreads X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 09:49:20 -0000 Synopsis: multimedia/motion: remove optional dependency on devel/linuxthreads State-Changed-From-To: open->closed State-Changed-By: rene State-Changed-When: Thu Jun 6 09:49:06 UTC 2013 State-Changed-Why: Committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=179353 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 1649A840 for ; Thu, 6 Jun 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 078501472 for ; Thu, 6 Jun 2013 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r569o0KU001065 for ; Thu, 6 Jun 2013 09:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r569o0qQ001064; Thu, 6 Jun 2013 09:50:00 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 09:50:00 GMT Message-Id: <201306060950.r569o0qQ001064@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179353: 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, 06 Jun 2013 09:50:01 -0000 The following reply was made to PR ports/179353; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179353: commit references a PR Date: Thu, 6 Jun 2013 09:49:06 +0000 (UTC) Author: rene Date: Thu Jun 6 09:48:53 2013 New Revision: 320067 URL: http://svnweb.freebsd.org/changeset/ports/320067 Log: Remove option for expired linuxhtreads port. PR: ports/179353 Submitted by: myself Approved by: c.petrik.sosa@gmail.com (maintainer) Modified: head/multimedia/motion/Makefile Modified: head/multimedia/motion/Makefile ============================================================================== --- head/multimedia/motion/Makefile Thu Jun 6 09:43:39 2013 (r320066) +++ head/multimedia/motion/Makefile Thu Jun 6 09:48:53 2013 (r320067) @@ -14,14 +14,13 @@ LICENSE= GPLv2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg -OPTIONS_DEFINE= LTHREAD FFMPEG MYSQL PGSQL DOCS EXAMPLES +OPTIONS_DEFINE= FFMPEG MYSQL PGSQL DOCS EXAMPLES OPTIONS_SINGLE= VIDEO OPTIONS_SINGLE_VIDEO= BKTR PWCBSD OPTIONS_DEFAULT= BKTR FFMPEG VIDEO_DESC= Video capture driver. Choose one of BKTR or PWCBSD BKTR_DESC= BKTR based TV capture cards PWCBSD_DESC= PWCBSD based Webcams -LTHREAD_DESC= Use LinuxThreads instead of native POSIX threads USE_GMAKE= yes USE_AUTOTOOLS= autoconf @@ -54,12 +53,7 @@ CFLAGS+= -DWITHOUT_V4L CONFIGURE_ARGS+=--without-pwcbsd .endif -.if ${PORT_OPTIONS:MLTHREAD} -LIB_DEPENDS+= lthread:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=--with-linuxthreads -.else CONFIGURE_ARGS+=--without-linuxthreads -.endif .if ${PORT_OPTIONS:MFFMPEG} LIB_DEPENDS+= avformat:${PORTSDIR}/multimedia/ffmpeg _______________________________________________ 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 Jun 6 10:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9CF1ECBD for ; Thu, 6 Jun 2013 10: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 69BD41758 for ; Thu, 6 Jun 2013 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AK0xK064641 for ; Thu, 6 Jun 2013 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AK0Ib064640; Thu, 6 Jun 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 10:20:00 GMT Resent-Message-Id: <201306061020.r56AK0Ib064640@freefall.freebsd.org> 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 0130DAA9 for ; Thu, 6 Jun 2013 10:10:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E8FCA16E5 for ; Thu, 6 Jun 2013 10:10:14 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56AAD4b027061 for ; Thu, 6 Jun 2013 10:10:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56AAD8f027044; Thu, 6 Jun 2013 10:10:13 GMT (envelope-from nobody) Message-Id: <201306061010.r56AAD8f027044@oldred.freebsd.org> Date: Thu, 6 Jun 2013 10:10:13 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179361: [PATCH] www/redmine: Fix error introduced in r319568 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 10:20:00 -0000 >Number: 179361 >Category: ports >Synopsis: [PATCH] www/redmine: Fix error introduced in r319568 >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 Jun 06 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: the www/redmine/bsd.redmine.mk was updated in rev 319568 incorrectly. This likely typo prevents www/redmine-http-auth from installing fix attached. >How-To-Repeat: >Fix: Patch attached with submission follows: --- bsd.redmine.mk.orig 2013-06-01 14:13:28.000000000 +0000 +++ bsd.redmine.mk @@ -74,7 +74,7 @@ redmine-plugin-plist: .endif do-install: - ${MKDIR} "${WWWDIR}/vendor/${REDMINE_PLUGIN_NAME}" + ${MKDIR} "${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}" ${TAR} -C "${WRKSRC}" -cf - --exclude '*.orig' . | ${TAR} -C "${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}" -xf - .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 10:20:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E041BD00; Thu, 6 Jun 2013 10: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 BBE23175B; Thu, 6 Jun 2013 10:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AKAeU067278; Thu, 6 Jun 2013 10:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AKABu067274; Thu, 6 Jun 2013 10:20:10 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 10:20:10 GMT Message-Id: <201306061020.r56AKABu067274@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179361: [PATCH] www/redmine: Fix error introduced in r319568 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 10:20:11 -0000 Synopsis: [PATCH] www/redmine: Fix error introduced in r319568 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 10:20:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179361 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 10:26: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 513A4316; Thu, 6 Jun 2013 10:26:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 28DA2179F; Thu, 6 Jun 2013 10:26:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AQxfL003112; Thu, 6 Jun 2013 10:26:59 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AQxin003093; Thu, 6 Jun 2013 10:26:59 GMT (envelope-from madpilot) Date: Thu, 6 Jun 2013 10:26:59 GMT Message-Id: <201306061026.r56AQxin003093@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Subject: Re: ports/179360: [PATCH] multimedia/libva-intel-driver update to 1.0.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, 06 Jun 2013 10:26:59 -0000 Synopsis: [PATCH] multimedia/libva-intel-driver update to 1.0.20 Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Thu Jun 6 10:26:58 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179360 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 10:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8D72512 for ; Thu, 6 Jun 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 A61DF17D3 for ; Thu, 6 Jun 2013 10:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AU0vh092831 for ; Thu, 6 Jun 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AU0OQ092714; Thu, 6 Jun 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 10:30:00 GMT Resent-Message-Id: <201306061030.r56AU0OQ092714@freefall.freebsd.org> 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 9CCE6F50 for ; Thu, 6 Jun 2013 10:24:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8F4ED1787 for ; Thu, 6 Jun 2013 10:24:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56AOZ0i034541 for ; Thu, 6 Jun 2013 10:24:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56AOZAB034540; Thu, 6 Jun 2013 10:24:35 GMT (envelope-from nobody) Message-Id: <201306061024.r56AOZAB034540@oldred.freebsd.org> Date: Thu, 6 Jun 2013 10:24:35 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179362: [MAINTAINER] www/aws: Fix www/aws-demos errors on pointyhat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 10:30:00 -0000 >Number: 179362 >Category: ports >Synopsis: [MAINTAINER] www/aws: Fix www/aws-demos errors on pointyhat >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 Jun 06 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: I've submitted the patch below twice internally but it has fallen through the cracks since weeks. Thus, I'm posting it publicly. patch to www/aws fixes www/aws-demos >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-05-12 09:11:17.216502000 +0000 +++ Makefile @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ --- pkg-plist.orig 2013-05-12 09:11:17.216502000 +0000 +++ pkg-plist @@ -766,7 +766,6 @@ share/gps/plug-ins/wsdl2aws.xml @dirrm %%EXAMPLESDIR%%/web_elements @dirrm %%EXAMPLESDIR%%/templates @dirrm %%EXAMPLESDIR%%/images -@dirrm %%EXAMPLESDIR%%/bin @dirrm %%EXAMPLESDIR%% @dirrm lib/gnat/aws @dirrm lib/aws/native/static @@ -778,3 +777,4 @@ share/gps/plug-ins/wsdl2aws.xml @dirrm include/aws @dirrmtry lib/gnat @dirrmtry share/gps/plug-ins +@dirrmtry share/gps >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 2D68B514 for ; Thu, 6 Jun 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 EF04617D5 for ; Thu, 6 Jun 2013 10:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AU0v7093013 for ; Thu, 6 Jun 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AU0Gx093000; Thu, 6 Jun 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 10:30:00 GMT Resent-Message-Id: <201306061030.r56AU0Gx093000@freefall.freebsd.org> 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 1625F4D6 for ; Thu, 6 Jun 2013 10:28:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 07B4417BE for ; Thu, 6 Jun 2013 10:28:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56ASNq4035471 for ; Thu, 6 Jun 2013 10:28:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56ASNks035470; Thu, 6 Jun 2013 10:28:23 GMT (envelope-from nobody) Message-Id: <201306061028.r56ASNks035470@oldred.freebsd.org> Date: Thu, 6 Jun 2013 10:28:23 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179363: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 10:30:01 -0000 >Number: 179363 >Category: ports >Synopsis: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox >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 Jun 06 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: This error doesn't show on poudriere, it's specific to tinderbox it seems. In any case, the patch has been hanging around internally for a few weeks but keeps falling through the cracks. Posting as a PR so it doesn't stay lost. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-05-12 09:11:15.346607000 +0000 +++ Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc-aux PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ ${MASTER_SITE_GCC} @@ -289,6 +290,7 @@ test-c: do-install: cd ${BUILDDIR} && ${SETENV} ${ADA_MAKE_ENV} ${GMAKE} install-strip DESTDIR=${DESTINY} + cd ${DESTINY}${PREFIX}; ${FIND} * -type d -empty -print | xargs rmdir ${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/ post-install: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 10:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5CDE1543; Thu, 6 Jun 2013 10: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 3710917D7; Thu, 6 Jun 2013 10:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AU8gj098367; Thu, 6 Jun 2013 10:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AU8lm098351; Thu, 6 Jun 2013 10:30:08 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 10:30:08 GMT Message-Id: <201306061030.r56AU8lm098351@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179362: [MAINTAINER] www/aws: Fix www/aws-demos errors on pointyhat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 10:30:08 -0000 Synopsis: [MAINTAINER] www/aws: Fix www/aws-demos errors on pointyhat Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Jun 6 10:30:07 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=179362 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 10:30: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 88F4C578; Thu, 6 Jun 2013 10:30: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 62F0C17DB; Thu, 6 Jun 2013 10:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AUDIZ000803; Thu, 6 Jun 2013 10:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AUDDa000781; Thu, 6 Jun 2013 10:30:13 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 10:30:13 GMT Message-Id: <201306061030.r56AUDDa000781@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179363: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 10:30:13 -0000 Synopsis: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Jun 6 10:30:13 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=179363 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 11:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77A452CB for ; Thu, 6 Jun 2013 11: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 5DB691998 for ; Thu, 6 Jun 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56BA16p063885 for ; Thu, 6 Jun 2013 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56BA1Nt063881; Thu, 6 Jun 2013 11:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 11:10:01 GMT Resent-Message-Id: <201306061110.r56BA1Nt063881@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emmanuel Vadot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1DC04FA3 for ; Thu, 6 Jun 2013 11:04:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id F2D281964 for ; Thu, 6 Jun 2013 11:04:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56B4Cfu074542 for ; Thu, 6 Jun 2013 11:04:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56B4Ccb074533; Thu, 6 Jun 2013 11:04:12 GMT (envelope-from nobody) Message-Id: <201306061104.r56B4Ccb074533@oldred.freebsd.org> Date: Thu, 6 Jun 2013 11:04:12 GMT From: Emmanuel Vadot To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179364: [UPDATE] mail/opensmtpd to 5.3.3p1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 11:10:01 -0000 >Number: 179364 >Category: ports >Synopsis: [UPDATE] mail/opensmtpd to 5.3.3p1 >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 Jun 06 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Emmanuel Vadot >Release: 9.1-RELEASE-p3 amd64 >Organization: Bocal >Environment: FreeBSD zero 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - Update to 5.3.3p1 - Remove patch-smtpd_Makefile.am (use configure flag instead) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320081) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= opensmtpd -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -45,7 +45,7 @@ USE_OPENSSL= yes .if ${PORT_OPTIONS:MPAM} -CONFIGURE_ARGS+= --with-pam +CONFIGURE_ARGS+= --with-pam --sysconfdir=${LOCALBASE}/etc/mail/ .endif # FreeBSD 7.3 and earlier need to use OpenSSL from ports Index: distinfo =================================================================== --- distinfo (revision 320081) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-5.3.2p1.tar.gz) = 512a80333d267a3cecf858b5106200a386e96894907e18e105b69cbd27699a08 -SIZE (opensmtpd-5.3.2p1.tar.gz) = 345468 +SHA256 (opensmtpd-5.3.3p1.tar.gz) = 34f0e208e6fdde5c5c25bb11f468436c4d6148a8b640c32117869cad140b823c +SIZE (opensmtpd-5.3.3p1.tar.gz) = 343733 Index: files/patch-smtpd_Makefile.am =================================================================== --- files/patch-smtpd_Makefile.am (revision 320081) +++ files/patch-smtpd_Makefile.am (working copy) @@ -1,42 +0,0 @@ - -$FreeBSD$ - ---- smtpd/Makefile.am.orig -+++ smtpd/Makefile.am -@@ -97,7 +97,7 @@ - CFLAGS+= -D_GNU_SOURCE - CPPFLAGS= -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@ - --PATHS= -DSMTPD_CONFDIR=\"$(sysconfdir)\" \ -+PATHS= -DSMTPD_CONFDIR=\"$(sysconfdir)/mail\" \ - -DPATH_SMTPCTL=\"$(sbindir)/smtpctl\" \ - -DPATH_MAILLOCAL=\"$(libexecdir)/mail.local\" - -@@ -116,7 +116,7 @@ - ../contrib/lib/libc/asr/asr_private.h \ - $(CONFIGFILES_IN) $(MANPAGES_IN) - --PATHSUBS= -e 's|/etc/mail/|$(sysconfdir)/|g' \ -+PATHSUBS= -e 's|/etc/mail/|$(sysconfdir)/mail/|g' \ - -e 's|/usr/libexec|$(libexecdir)|g' \ - -e 's|/var/run/smtpd.sock|$(sockdir)/smtpd.sock|g' - -@@ -142,16 +142,12 @@ - # smtpd.conf - # newaliases makemap - install-exec-hook: $(CONFIGFILES) $(MANPAGES) -- $(MKDIR_P) $(DESTDIR)$(sysconfdir) -+ $(MKDIR_P) $(DESTDIR)$(sysconfdir)/mail - $(MKDIR_P) $(DESTDIR)$(bindir) - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 - -- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \ -- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \ -- else \ -- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ -- fi -+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/mail/smtpd.conf.sample - - ln -f $(DESTDIR)$(sbindir)/smtpctl$(EXEEXT) \ - $(DESTDIR)$(bindir)/mailq$(EXEEXT); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 11: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 A2CE42FE; Thu, 6 Jun 2013 11: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 7F1B4199C; Thu, 6 Jun 2013 11:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56BA9W4066816; Thu, 6 Jun 2013 11:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56BA9XY066812; Thu, 6 Jun 2013 11:10:09 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 11:10:09 GMT Message-Id: <201306061110.r56BA9XY066812@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ashish@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179364: [UPDATE] mail/opensmtpd to 5.3.3p1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 11:10:09 -0000 Synopsis: [UPDATE] mail/opensmtpd to 5.3.3p1 Responsible-Changed-From-To: freebsd-ports-bugs->ashish Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 11: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=179364 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 11:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7CABB6EF for ; Thu, 6 Jun 2013 11: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 6DC981A2E for ; Thu, 6 Jun 2013 11:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56BK0U2052564 for ; Thu, 6 Jun 2013 11:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56BK0kt052551; Thu, 6 Jun 2013 11:20:00 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 11:20:00 GMT Message-Id: <201306061120.r56BK0kt052551@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/173542: [PATCH] graphics/fracplanet: take maintainership, Makefile changed, OptionsNG, added Desktop entries, doxygen 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: Thu, 06 Jun 2013 11:20:01 -0000 The following reply was made to PR ports/173542; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: jpaetzel@freebsd.org Subject: Re: ports/173542: [PATCH] graphics/fracplanet: take maintainership, Makefile changed, OptionsNG, added Desktop entries, doxygen Date: Thu, 6 Jun 2013 13:14:13 +0200 --MP_/2LnVDOdf5fPKPI5JcBiyJZz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline - Bump portrevision - Trim master sites - Add Icons - Trim comment - Add license - Trim docs - Add HTML LATEX Options - Add dependency for devel/doxygen - Add Desktop entry file - Use REINPLACE_CMD instead of simple patches - Remove files/patch-fracplanet.pro - Trim pkg-descr - Add pkg-plist Added file(s): - pkg-plist Removed file(s): - files/patch-fracplanet.pro Build log https://redports.org/buildarchive/20130606095700-13721/ --MP_/2LnVDOdf5fPKPI5JcBiyJZz Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=fracplanet.diff ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports/graphics/fracplanet/Makefile ./Makefile --- /usr/ports/graphics/fracplanet/Makefile 2013-06-02 18:53:05.000000000 +0200 +++ ./Makefile 2013-06-06 11:29:39.000000000 +0200 @@ -3,12 +3,17 @@ PORTNAME= fracplanet PORTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= SF +MASTER_SITES= SF \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}_icons.tar.gz:icons -MAINTAINER= ports@FreeBSD.org -COMMENT= An interactive generator of planets and terrain +MAINTAINER= nemysis@gmx.ch +COMMENT= Interactive tool for creating random fractal planets and terrain + +LICENSE= GPLv2 BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs @@ -16,8 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GL= glu -USE_QT4= corelib gui opengl \ - moc_build qmake_build +USE_QT4= corelib moc_build qmake_build gui opengl QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= QTDIR="${QT_PREFIX}" @@ -25,23 +29,68 @@ USE_GMAKE= yes MAN1= ${PORTNAME}.1 -PORTDOCS= ${PORTNAME}.css ${PORTNAME}.htm -PLIST_FILES= bin/${PORTNAME} + +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= BUGS NEWS README THANKS TODO ${PORTNAME}.css ${PORTNAME}.htm + +INSTALLS_ICONS= yes +ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 + +DESKTOP_ENTRIES="Fracplanet" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Graphics;" false + +OPTIONS_GROUP= DOXYGEN + +OPTIONS_GROUP_DOXYGEN= HTML LATEX + +OPTIONS_DEFAULT= HTML + +HTML_DESC= Install HTML Doxygen files +LATEX_DESC= Install LaTeX Doxygen files + +.include + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +.endif post-patch: -.for file in BUILD VERSION configure - @${REINPLACE_CMD} -e \ - '/^#!/s|/.*bash|/bin/sh|g' ${WRKSRC}/${file} +.for f in BUILD VERSION configure + @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ + ${WRKSRC}/${f} .endfor + @${REINPLACE_CMD} -e 's|-lboost_program_options|-lboost_program_options -lGLU|' \ + ${WRKSRC}/fracplanet.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + +post-install: +.for s in ${ICON_SIZES} + ${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ + ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} + @cd ${WRKSRC} && doxygen . +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MHTML} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${DOCSDIR}) +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MLATEX} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} latex ${DOCSDIR}) .endif .include diff -ruN /usr/ports/graphics/fracplanet/distinfo ./distinfo --- /usr/ports/graphics/fracplanet/distinfo 2013-06-02 18:53:05.000000000 +0200 +++ ./distinfo 2013-06-06 11:07:05.000000000 +0200 @@ -1,2 +1,4 @@ SHA256 (fracplanet-0.4.0.tar.gz) = 38d56aba3c5cf19d4f2c218bece471d3860b161d2210a24ba94550356723482a SIZE (fracplanet-0.4.0.tar.gz) = 101700 +SHA256 (fracplanet_icons.tar.gz) = 99eeb8ed62d45083138402c41b2af79a4b432bfcb8e63cbe83090bb2d235063b +SIZE (fracplanet_icons.tar.gz) = 51712 diff -ruN /usr/ports/graphics/fracplanet/files/patch-fracplanet.pro ./files/patch-fracplanet.pro --- /usr/ports/graphics/fracplanet/files/patch-fracplanet.pro 2013-06-02 18:53:05.000000000 +0200 +++ ./files/patch-fracplanet.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- fracplanet.pro~ 2012-05-19 23:50:08.000000000 -0300 -+++ fracplanet.pro 2012-05-19 23:50:19.000000000 -0300 -@@ -8,7 +8,7 @@ - - HEADERS += $$system(ls *.h) - SOURCES += $$system(ls *.cpp) --LIBS += -lboost_program_options -+LIBS += -lboost_program_options -lGLU - - DEFINES += QT_DLL - diff -ruN /usr/ports/graphics/fracplanet/pkg-descr ./pkg-descr --- /usr/ports/graphics/fracplanet/pkg-descr 2013-06-02 18:53:05.000000000 +0200 +++ ./pkg-descr 2013-06-06 10:28:03.000000000 +0200 @@ -3,4 +3,4 @@ interactively and the results displayed using OpenGL. The generated objects can be dumped in Pov-Ray format. -WWW: http://www.bottlenose.demon.co.uk/share/fracplanet +WWW: http://www.bottlenose.demon.co.uk/share/fracplanet/ diff -ruN /usr/ports/graphics/fracplanet/pkg-plist ./pkg-plist --- /usr/ports/graphics/fracplanet/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ ./pkg-plist 2013-03-29 00:57:04.000000000 +0100 @@ -0,0 +1,7 @@ +bin/fracplanet +share/icons/hicolor/32x32/apps/fracplanet.png +share/icons/hicolor/48x48/apps/fracplanet.png +share/icons/hicolor/64x64/apps/fracplanet.png +share/icons/hicolor/72x72/apps/fracplanet.png +share/icons/hicolor/96x96/apps/fracplanet.png +share/pixmaps/fracplanet.png ===> Done --MP_/2LnVDOdf5fPKPI5JcBiyJZz-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 12: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 1CF93176 for ; Thu, 6 Jun 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 EBF951D99 for ; Thu, 6 Jun 2013 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56CK1qS035304 for ; Thu, 6 Jun 2013 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56CK1QB035264; Thu, 6 Jun 2013 12:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 12:20:01 GMT Resent-Message-Id: <201306061220.r56CK1QB035264@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFC2714C for ; Thu, 6 Jun 2013 12:19:13 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog120.obsmtp.com (eu1sys200aog120.obsmtp.com [207.126.144.149]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC091D82 for ; Thu, 6 Jun 2013 12:19:12 +0000 (UTC) Received: from mail-wg0-f42.google.com ([74.125.82.42]) (using TLSv1) by eu1sys200aob120.postini.com ([207.126.147.11]) with SMTP ID DSNKUbB+P/13bvacIwZB2NUtEPM5NoLfAa3q@postini.com; Thu, 06 Jun 2013 12:19:13 UTC Received: by mail-wg0-f42.google.com with SMTP id n12so275400wgh.3 for ; Thu, 06 Jun 2013 05:19:11 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id hl6sm15412448wib.2.2013.06.06.05.11.07 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 05:11:08 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r56CB6wl081641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 6 Jun 2013 13:11:06 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r56CB6M5081640; Thu, 6 Jun 2013 13:11:06 +0100 (BST) (envelope-from mexas) Message-Id: <201306061211.r56CB6M5081640@mech-cluster241.men.bris.ac.uk> Date: Thu, 6 Jun 2013 13:11:06 +0100 (BST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179365: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 12:20:02 -0000 >Number: 179365 >Category: ports >Synopsis: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 06 12:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 10.0-CURRENT ia64 >Organization: University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r248493: Wed Mar 20 09:27:11 GMT 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: # pkg info -xr gcc-4.2 gcc-4.2.5.20090325_5 is required by: gnustep-make-2.6.2 gcc 4.2 is 6 years old. Would be great to update all dependent ports, such as gnustep-make to depend on a newer GCC version. >How-To-Repeat: >Fix: Make gnustep-make acknowledge GCC_DEFAULT_VERSION. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 12:20: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 31EE11C8; Thu, 6 Jun 2013 12:20: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 0EBDF1DA3; Thu, 6 Jun 2013 12:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56CKGbj044291; Thu, 6 Jun 2013 12:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56CKG9D044287; Thu, 6 Jun 2013 12:20:16 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 12:20:16 GMT Message-Id: <201306061220.r56CKG9D044287@freefall.freebsd.org> To: mexas@bristol.ac.uk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179365: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 12:20:17 -0000 Synopsis: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 6 12:20:16 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179365 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 2A1C0457 for ; Thu, 6 Jun 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 1C1341E46 for ; Thu, 6 Jun 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56CU09n004077 for ; Thu, 6 Jun 2013 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56CU00p004045; Thu, 6 Jun 2013 12:30:00 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 12:30:00 GMT Message-Id: <201306061230.r56CU00p004045@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179365: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version 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, 06 Jun 2013 12:30:01 -0000 The following reply was made to PR ports/179365; it has been noted by GNATS. From: Edwin Groothuis To: c.petrik.sosa@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/179365: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version Date: Thu, 6 Jun 2013 12:20:16 UT Maintainer of devel/gnustep-make, Please note that PR ports/179365 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/179365 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 13:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A4F9CDD for ; Thu, 6 Jun 2013 13:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 678681FCB for ; Thu, 6 Jun 2013 13:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56D009x007581 for ; Thu, 6 Jun 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56D00IW007564; Thu, 6 Jun 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 13:00:00 GMT Resent-Message-Id: <201306061300.r56D00IW007564@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4EDBA94 for ; Thu, 6 Jun 2013 12:52:33 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ADE571F54 for ; Thu, 6 Jun 2013 12:52:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56CqXAF027377 for ; Thu, 6 Jun 2013 12:52:33 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56CqXHs027376; Thu, 6 Jun 2013 12:52:33 GMT (envelope-from wg) Message-Id: <201306061252.r56CqXHs027376@freefall.freebsd.org> Date: Thu, 6 Jun 2013 12:52:33 GMT From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179366: www/py-flexget: take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 13:00:00 -0000 >Number: 179366 >Category: ports >Synopsis: www/py-flexget: take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 06 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r251226: Sat Jun 1 21:56:43 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Hello, www/py-flexget has not been updated for a while (all last updates have been with maintainer timeout). I would like to take maintainership of this port, if the current one agrees. Thanks >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 135DBCDF for ; Thu, 6 Jun 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 D4D521FCD for ; Thu, 6 Jun 2013 13:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56D00k3008129 for ; Thu, 6 Jun 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56D00pt008108; Thu, 6 Jun 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 13:00:00 GMT Resent-Message-Id: <201306061300.r56D00pt008108@freefall.freebsd.org> 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 Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8B299CC0 for ; Thu, 6 Jun 2013 12:58:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 7CEB41FBD for ; Thu, 6 Jun 2013 12:58:41 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56CwdE0091715 for ; Thu, 6 Jun 2013 12:58:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56CwdV9091714; Thu, 6 Jun 2013 12:58:39 GMT (envelope-from nobody) Message-Id: <201306061258.r56CwdV9091714@oldred.freebsd.org> Date: Thu, 6 Jun 2013 12:58:39 GMT From: Alexander To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179367: Port devel/libeio is broken (has wrong github tag - GH_TAGNAME) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 13:00:01 -0000 >Number: 179367 >Category: ports >Synopsis: Port devel/libeio is broken (has wrong github tag - GH_TAGNAME) >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 Jun 06 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexander >Release: FreeBSD 9.1-RELEASE >Organization: Tauruna >Environment: FreeBSD 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 www/rubygem-passenger require devel/libeio which is broken in current port collection. Error message after running make command: libeio-4.18.0 is marked as broken: Using master as GH_TAGNAME is invalid. Must use a version or commit hash so the upstream does not "reroll" as soon as the branch is updated. >How-To-Repeat: cd /usr/ports/devel/libeio make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 13:00:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9AF5D11; Thu, 6 Jun 2013 13:00:07 +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 B58571FD0; Thu, 6 Jun 2013 13:00:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56D07R8013465; Thu, 6 Jun 2013 13:00:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56D07PR013446; Thu, 6 Jun 2013 13:00:07 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 13:00:07 GMT Message-Id: <201306061300.r56D07PR013446@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179366: www/py-flexget: 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: Thu, 06 Jun 2013 13:00:07 -0000 Synopsis: www/py-flexget: take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 13:00:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179366 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 13:00: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 1D026D44; Thu, 6 Jun 2013 13:00: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 EC2F01FD3; Thu, 6 Jun 2013 13:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56D0C6T017229; Thu, 6 Jun 2013 13:00:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56D0CCw017213; Thu, 6 Jun 2013 13:00:12 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 13:00:12 GMT Message-Id: <201306061300.r56D0CCw017213@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, osa@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179367: Port devel/libeio is broken (has wrong github tag - GH_TAGNAME) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 13:00:13 -0000 Synopsis: Port devel/libeio is broken (has wrong github tag - GH_TAGNAME) Responsible-Changed-From-To: freebsd-ports-bugs->osa Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 13:00:12 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179367 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 13:34:06 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 2D2EFD88; Thu, 6 Jun 2013 13:34:06 +0000 (UTC) (envelope-from feld@feld.me) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0083311E0; Thu, 6 Jun 2013 13:34:05 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B6E8A2141F; Thu, 6 Jun 2013 09:26:50 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 06 Jun 2013 09:26:50 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-type:to:subject:references:date:mime-version:from :message-id:in-reply-to; s=mesmtp; bh=mTE39jphxnAWXZJx6Jppz3kMy3 Y=; b=Xo32379p/d1YaWCwhOt3WF79qh3X/8rbCoTl4u278mU/XFdXrTFL3eWFOb ezSMQkC21gILeK9Cvu4qqrXqmQ90WsND2S3bIXgLP/ttbVa2eya8GNEhlT13yW0B VPTZOadkaRBuU74FWIcfPX+Dbwc2dSfvAV26tlh1e4nTLHRyI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:subject:references:date :mime-version:from:message-id:in-reply-to; s=smtpout; bh=mTE39jp hxnAWXZJx6Jppz3kMy3Y=; b=OGkxwVRyJjjsFCnG0Art6E3zYKEMtvfrkiE45Is fhuPCDWlRgvy0v9STr+0EqgezOptrYvh0VPjWn9EY9MhJWJyTkWjhwbDYQZRN+6X jkkq60TkoH4F3VvAQYCP06atDNd+Zhvmj1vcPsI4eq5Ki8LTWhvo9jcnhB4j30QC GGx8= X-Sasl-enc: +qCg9DAr3AaiqnFyxj5b5UCFwP1QJTJGm0fMEQMyghGP 1370525210 Received: from markf.office.supranet.net (unknown [66.170.8.18]) by mail.messagingengine.com (Postfix) with ESMTPA id 81D2FC00005; Thu, 6 Jun 2013 09:26:50 -0400 (EDT) Content-Type: multipart/mixed; boundary=----------vIVQmIqPX5jGptTSpbMg1i To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: ports/179302: [patch] audio/beets various fixes References: <201306041410.r54EA0Dx056073@freefall.freebsd.org> Date: Thu, 06 Jun 2013 08:26:50 -0500 MIME-Version: 1.0 From: "Mark Felder" Message-ID: In-Reply-To: <201306041410.r54EA0Dx056073@freefall.freebsd.org> User-Agent: Opera Mail/12.15 (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: Thu, 06 Jun 2013 13:34:06 -0000 ------------vIVQmIqPX5jGptTSpbMg1i Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Attaching a patch that will also bring this port up to 1.2.0 which was just released. This patch still needs to wait on pr 179297 being committed first. ------------vIVQmIqPX5jGptTSpbMg1i Content-Disposition: attachment; filename=beets-1.2.0.txt Content-Type: text/plain; name=beets-1.2.0.txt Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== --- Makefile (revision 320089) +++ Makefile (working copy) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= beets -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= audio python MASTER_SITES= CHEESESHOP MAINTAINER= feld@feld.me COMMENT= A media library management system for obsessive-compulsive music geeks -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.21:${PORTSDIR}/audio/py-mutagen \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:${PORTSDIR}/converters/py-unidecode \ ${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0:${PORTSDIR}/audio/py-musicbrainzngs \ - ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres + ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 MAN1= beet.1 MAN5= beetsconfig.5 @@ -29,7 +31,7 @@ .include .if ${PORT_OPTIONS:MCHROMA} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-acoustid +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-pyacoustid .endif .if ${PORT_OPTIONS:MFFMPEG} Index: distinfo =================================================================== --- distinfo (revision 320089) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (beets-1.1.0.tar.gz) = 5355345ba062b5969f18ca2d7818026ac74f2a07bfe733354b9a3d3c19918b97 -SIZE (beets-1.1.0.tar.gz) = 600175 +SHA256 (beets-1.2.0.tar.gz) = e9ff75cb8d9e45e3ed7c4406c71ce741f008d70bcc2db2bd01662a184278dd85 +SIZE (beets-1.2.0.tar.gz) = 623414 Index: pkg-plist =================================================================== --- pkg-plist (revision 320089) +++ pkg-plist (working copy) @@ -26,6 +26,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mpdupdate.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mpdupdate.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mpdupdate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/missing.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/missing.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/missing.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mbcollection.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mbcollection.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mbcollection.py @@ -58,6 +61,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/echonest_tempo.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/echonest_tempo.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/echonest_tempo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/duplicates.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/duplicates.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/duplicates.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/discogs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/discogs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/discogs.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/convert.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/convert.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/convert.py @@ -73,6 +82,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/bench.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/bench.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/bench.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/beatport.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/beatport.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/beatport.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/__init__.py ------------vIVQmIqPX5jGptTSpbMg1i-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 13:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1B4933D7 for ; Thu, 6 Jun 2013 13: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 0BEA012AD for ; Thu, 6 Jun 2013 13:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Do01o071139 for ; Thu, 6 Jun 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Do02R071138; Thu, 6 Jun 2013 13:50:00 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 13:50:00 GMT Message-Id: <201306061350.r56Do02R071138@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Chris Petrik Subject: Re: ports/179365: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Petrik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 13:50:01 -0000 The following reply was made to PR ports/179365; it has been noted by GNATS. From: Chris Petrik To: bug-followup@FreeBSD.org, mexas@bristol.ac.uk Cc: Subject: Re: ports/179365: switch devel/gnustep-make dependency from lang/gcc42 to a more up to date version Date: Thu, 6 Jun 2013 08:44:43 -0500 --f46d043bdee442c8fe04de7c84cf Content-Type: text/plain; charset=UTF-8 Hi, This will require testing the ports for newer gcc so this will be done when i update the ports to newer versions. Chris --f46d043bdee442c8fe04de7c84cf Content-Type: text/html; charset=UTF-8
Hi,

This will require testing the ports for newer gcc so this will be done when i update the ports to newer versions.

Chris
--f46d043bdee442c8fe04de7c84cf-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 14: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 3EC9E1C8 for ; Thu, 6 Jun 2013 14: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 263C11673 for ; Thu, 6 Jun 2013 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56EK1IL055675 for ; Thu, 6 Jun 2013 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56EK1wa055659; Thu, 6 Jun 2013 14:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 14:20:01 GMT Resent-Message-Id: <201306061420.r56EK1wa055659@freefall.freebsd.org> 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 2974E1BA for ; Thu, 6 Jun 2013 14:19:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 00EAA166B for ; Thu, 6 Jun 2013 14:19:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56EJVVm095931 for ; Thu, 6 Jun 2013 14:19:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56EJVlG095869; Thu, 6 Jun 2013 14:19:31 GMT (envelope-from nobody) Message-Id: <201306061419.r56EJVlG095869@oldred.freebsd.org> Date: Thu, 6 Jun 2013 14:19:31 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179368: [patch] audio/py-musicbrainzngs Update to 0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 14:20:01 -0000 >Number: 179368 >Category: ports >Synopsis: [patch] audio/py-musicbrainzngs Update to 0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 06 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: -update to 0.4, required for incoming audio/beets 1.2.0 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320095) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= musicbrainzngs -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 320095) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (musicbrainzngs-0.3.tar.gz) = 95d50c7791d6c3696d2bd58919952f22b98bd9652e2d771bcf5f8e7436780d9b -SIZE (musicbrainzngs-0.3.tar.gz) = 20995 +SHA256 (musicbrainzngs-0.4.tar.gz) = 1a1b7c3cce851c491d5ad71b501bbed2bd653098e33565a0534050d4b922265a +SIZE (musicbrainzngs-0.4.tar.gz) = 52858 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (revision 0) +++ files/patch-setup.py (working copy) @@ -0,0 +1,19 @@ +--- setup.py.orig 2013-06-06 08:48:45.550576170 -0500 ++++ setup.py 2013-06-06 08:49:16.366581655 -0500 +@@ -52,15 +52,7 @@ + author_email="alastair@porter.net.nz", + url="https://github.com/alastair/python-musicbrainz-ngs", + packages=['musicbrainzngs'], +- package_data={'musicbrainzngs': ['CHANGES', +- '../docs/*', +- '../examples/*', +- '../test/data/*.xml', +- '../test/data/artist/*', +- '../test/data/label/*', +- '../test/data/release/*', +- '../test/data/release-group/*', +- '../test/data/work/*']}, ++ package_data={'musicbrainzngs': ['CHANGES']}, + cmdclass={'test': test }, + license='BSD 2-clause', + classifiers=[ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 14:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EF97F1FD; Thu, 6 Jun 2013 14: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 773F41678; Thu, 6 Jun 2013 14:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56EK9i7058828; Thu, 6 Jun 2013 14:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56EK8f0058740; Thu, 6 Jun 2013 14:20:08 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 14:20:08 GMT Message-Id: <201306061420.r56EK8f0058740@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179368: [patch] audio/py-musicbrainzngs Update to 0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 14:20:10 -0000 Synopsis: [patch] audio/py-musicbrainzngs Update to 0.4 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 14:20: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=179368 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 14:22:39 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 BF1CA2AA; Thu, 6 Jun 2013 14:22:39 +0000 (UTC) (envelope-from feld@feld.me) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 91CEA16A0; Thu, 6 Jun 2013 14:22:39 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 5A95A20EA0; Thu, 6 Jun 2013 10:22:33 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 06 Jun 2013 10:22:33 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-type:to:subject:references:date:mime-version:from :message-id:in-reply-to; s=mesmtp; bh=2gzStrnO4c6yKXXKVOEQregP3I E=; b=cZXJoblbiPtaH7hdc58OwUBG8IYQAPrx4Cfvbo/DWyKSXMxdAqeOJgJL9t BuIOCUlI6zsCfbtprD263nylfm+9qT73T8CGLZq3Khu0zuj4SGTXu+AXzpoVD/wH 0Wp0Y9cfiHq9bgt0+qAvf6u2du3pUBDC9BnbJ70Wy8kPyzlzg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:subject:references:date :mime-version:from:message-id:in-reply-to; s=smtpout; bh=2gzStrn O4c6yKXXKVOEQregP3IE=; b=ln5KM3rditTpNdH9YnhIy9OevlpLmhvSpsJDbIi S5m6z7S9cjkcG2qVx13dDUNiPEv0ppitlIWjBV2jsEnZWrzkBTyvWr2eKDaWmZHe OXyxJQ9uLIxAuRLiZP0CthOtG6J6j13vEeiC0UdCdRb1jOAiG5Uml2/CEAPS/LKq ZgVU= X-Sasl-enc: QtBaD1Gi2BB3bwWPYhaLMXTG9At41NPk9GtFgfNwOnyl 1370528553 Received: from markf.office.supranet.net (unknown [66.170.8.18]) by mail.messagingengine.com (Postfix) with ESMTPA id 15841C00012; Thu, 6 Jun 2013 10:22:33 -0400 (EDT) Content-Type: multipart/mixed; boundary=----------kFn8U28hA7gs056vaqWAS8 To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: ports/179302: [patch] audio/beets various fixes References: <201306041410.r54EA0Dx056073@freefall.freebsd.org> Date: Thu, 06 Jun 2013 09:22:32 -0500 MIME-Version: 1.0 From: "Mark Felder" Message-ID: In-Reply-To: <201306041410.r54EA0Dx056073@freefall.freebsd.org> User-Agent: Opera Mail/12.15 (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: Thu, 06 Jun 2013 14:22:39 -0000 ------------kFn8U28hA7gs056vaqWAS8 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Updated patch -- release notes of 1.2.0 didn't say it also needed py-musicbrainzngs updated to 0.4 Attached is patch fixing that dependency This PR now depends on 179368 and 179297 being committed first. ------------kFn8U28hA7gs056vaqWAS8 Content-Disposition: attachment; filename=beets-1.2.0v2.txt Content-Type: text/plain; name=beets-1.2.0v2.txt Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== --- Makefile (revision 320089) +++ Makefile (working copy) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= beets -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= audio python MASTER_SITES= CHEESESHOP MAINTAINER= feld@feld.me COMMENT= A media library management system for obsessive-compulsive music geeks -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.21:${PORTSDIR}/audio/py-mutagen \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:${PORTSDIR}/converters/py-unidecode \ - ${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0:${PORTSDIR}/audio/py-musicbrainzngs \ - ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres + ${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:${PORTSDIR}/audio/py-musicbrainzngs \ + ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 MAN1= beet.1 MAN5= beetsconfig.5 @@ -29,7 +31,7 @@ .include .if ${PORT_OPTIONS:MCHROMA} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-acoustid +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}acoustid>=0:${PORTSDIR}/audio/py-pyacoustid .endif .if ${PORT_OPTIONS:MFFMPEG} Index: distinfo =================================================================== --- distinfo (revision 320089) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (beets-1.1.0.tar.gz) = 5355345ba062b5969f18ca2d7818026ac74f2a07bfe733354b9a3d3c19918b97 -SIZE (beets-1.1.0.tar.gz) = 600175 +SHA256 (beets-1.2.0.tar.gz) = e9ff75cb8d9e45e3ed7c4406c71ce741f008d70bcc2db2bd01662a184278dd85 +SIZE (beets-1.2.0.tar.gz) = 623414 Index: pkg-plist =================================================================== --- pkg-plist (revision 320089) +++ pkg-plist (working copy) @@ -26,6 +26,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mpdupdate.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mpdupdate.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mpdupdate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/missing.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/missing.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/missing.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mbcollection.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mbcollection.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/mbcollection.py @@ -58,6 +61,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/echonest_tempo.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/echonest_tempo.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/echonest_tempo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/duplicates.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/duplicates.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/duplicates.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/discogs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/discogs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/discogs.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/convert.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/convert.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/convert.py @@ -73,6 +82,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/bench.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/bench.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/bench.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/beatport.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/beatport.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/beatport.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/beetsplug/__init__.py ------------kFn8U28hA7gs056vaqWAS8-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 14:44: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 AB75ECAE; Thu, 6 Jun 2013 14:44: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 8541D17AA; Thu, 6 Jun 2013 14:44:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Ei7YZ069030; Thu, 6 Jun 2013 14:44:07 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Ei63G069029; Thu, 6 Jun 2013 14:44:06 GMT (envelope-from pawel) Date: Thu, 6 Jun 2013 14:44:06 GMT Message-Id: <201306061444.r56Ei63G069029@freefall.freebsd.org> To: james.hunt@ubuntu.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/179144: update sysutils/procenv, Utility to show process environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 14:44:07 -0000 Synopsis: update sysutils/procenv, Utility to show process environment State-Changed-From-To: feedback->closed State-Changed-By: pawel State-Changed-When: Thu Jun 6 14:44:06 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=179144 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 14:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 15DE3EEB for ; Thu, 6 Jun 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 0683D17F9 for ; Thu, 6 Jun 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Eo0UQ082711 for ; Thu, 6 Jun 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Eo0dB082690; Thu, 6 Jun 2013 14:50:00 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 14:50:00 GMT Message-Id: <201306061450.r56Eo0dB082690@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179144: 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, 06 Jun 2013 14:50:01 -0000 The following reply was made to PR ports/179144; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179144: commit references a PR Date: Thu, 6 Jun 2013 14:43:58 +0000 (UTC) Author: pawel Date: Thu Jun 6 14:43:50 2013 New Revision: 320103 URL: http://svnweb.freebsd.org/changeset/ports/320103 Log: Update to version 0.23 PR: ports/179144 Submitted by: James Hunt (maintainer) Modified: head/sysutils/procenv/Makefile (contents, props changed) head/sysutils/procenv/distinfo (contents, props changed) Modified: head/sysutils/procenv/Makefile ============================================================================== --- head/sysutils/procenv/Makefile Thu Jun 6 14:37:23 2013 (r320102) +++ head/sysutils/procenv/Makefile Thu Jun 6 14:43:50 2013 (r320103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= procenv -PORTVERSION= 0.21 +PORTVERSION= 0.23 CATEGORIES= sysutils MASTER_SITES= https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \ DEBIAN \ Modified: head/sysutils/procenv/distinfo ============================================================================== --- head/sysutils/procenv/distinfo Thu Jun 6 14:37:23 2013 (r320102) +++ head/sysutils/procenv/distinfo Thu Jun 6 14:43:50 2013 (r320103) @@ -1,2 +1,2 @@ -SHA256 (procenv-0.21.tar.gz) = c29e7a0a4a1f882a456cb0c7d27c7ca9991da86d20f975cf131e5fc96f81fcae -SIZE (procenv-0.21.tar.gz) = 211693 +SHA256 (procenv-0.23.tar.gz) = 02f977bc7a61f7e366e193d76097f7390903c9a8c9270a09b96431b7db5e7ba9 +SIZE (procenv-0.23.tar.gz) = 212792 _______________________________________________ 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 Jun 6 15: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 CBBFE5D7 for ; Thu, 6 Jun 2013 15: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 B2FF11986 for ; Thu, 6 Jun 2013 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56FK0AU060215 for ; Thu, 6 Jun 2013 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56FK07J060197; Thu, 6 Jun 2013 15:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 15:20:00 GMT Resent-Message-Id: <201306061520.r56FK07J060197@freefall.freebsd.org> 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 2E8C154E for ; Thu, 6 Jun 2013 15:14:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0781D1951 for ; Thu, 6 Jun 2013 15:14:40 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56FEdn4011783 for ; Thu, 6 Jun 2013 15:14:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56FEdJM011777; Thu, 6 Jun 2013 15:14:39 GMT (envelope-from nobody) Message-Id: <201306061514.r56FEdJM011777@oldred.freebsd.org> Date: Thu, 6 Jun 2013 15:14:39 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179369: math/naturalmath: broken due to tex changes [FIX] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 15:20:00 -0000 >Number: 179369 >Category: ports >Synopsis: math/naturalmath: broken due to tex changes [FIX] >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 Jun 06 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: math/natural math breaks during the build because bin/dvips is needed. >How-To-Repeat: >Fix: Add the equivalent of this to the Makefile: USE_TEX+= dvipsk:build >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 15:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9771660A; Thu, 6 Jun 2013 15: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 7307A198A; Thu, 6 Jun 2013 15:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56FK8Hv060325; Thu, 6 Jun 2013 15:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56FK8sh060324; Thu, 6 Jun 2013 15:20:08 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 15:20:08 GMT Message-Id: <201306061520.r56FK8sh060324@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stephen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179369: math/naturalmath: broken due to tex changes [FIX] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 15:20:08 -0000 Synopsis: math/naturalmath: broken due to tex changes [FIX] Responsible-Changed-From-To: freebsd-ports-bugs->stephen Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 15:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179369 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 CFAB67AD for ; Thu, 6 Jun 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 AA7B319F0 for ; Thu, 6 Jun 2013 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56FU0Lj062112 for ; Thu, 6 Jun 2013 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56FU0N5062105; Thu, 6 Jun 2013 15:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 15:30:00 GMT Resent-Message-Id: <201306061530.r56FU0N5062105@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 21A3777B for ; Thu, 6 Jun 2013 15:27:51 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog102.obsmtp.com (eu1sys200aog102.obsmtp.com [207.126.144.113]) by mx1.freebsd.org (Postfix) with ESMTP id 5416D19DE for ; Thu, 6 Jun 2013 15:27:49 +0000 (UTC) Received: from mail-we0-f180.google.com ([74.125.82.180]) (using TLSv1) by eu1sys200aob102.postini.com ([207.126.147.11]) with SMTP ID DSNKUbCqb0B+HZP79tdcskt/lZLdAMnTVtMn@postini.com; Thu, 06 Jun 2013 15:27:50 UTC Received: by mail-we0-f180.google.com with SMTP id w56so2135603wes.25 for ; Thu, 06 Jun 2013 08:27:43 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id e5sm16535055wiy.5.2013.06.06.08.27.41 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 08:27:42 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r56FReQs016299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 6 Jun 2013 16:27:40 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r56FReVT016298; Thu, 6 Jun 2013 16:27:40 +0100 (BST) (envelope-from mexas) Message-Id: <201306061527.r56FReVT016298@mech-cluster241.men.bris.ac.uk> Date: Thu, 6 Jun 2013 16:27:40 +0100 (BST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179370: updating science/paraview X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 15:30:01 -0000 >Number: 179370 >Category: ports >Synopsis: updating science/paraview >Confidential: no >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 Jun 06 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 10.0-CURRENT ia64 >Organization: University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r248493: Wed Mar 20 09:27:11 GMT 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: The maintainer of science/paraview has been working on updating the port to the latest version. However, it still doesn't build or run properly on at least amd64 or ia64. This PR is to keep the patches in one place and have the full track record until the newer version of the port is fully tested. >How-To-Repeat: The latest port version, 3.98.1, provided by the maintainer, is at http://eis.bris.ac.uk/~mexas/paraview.tar.gz However, it fails to build on ia64 with: ===> paraview-3.98.1 depends on shared library: hdf5.7 - found ===> paraview-3.98.1 depends on shared library: png15 - found ===> paraview-3.98.1 depends on shared library: jpeg.11 - found ===> paraview-3.98.1 depends on shared library: tiff.4 - found ===> paraview-3.98.1 depends on shared library: freetype.9 - found ===> paraview-3.98.1 depends on shared library: expat.6 - found ===> paraview-3.98.1 depends on shared library: gl2ps.1 - found ===> paraview-3.98.1 depends on shared library: GLU.1 - found ===> Configuring for paraview-3.98.1 ===> Building for paraview-3.98.1 gmake: Makefile: No such file or directory gmake: *** No rule to make target `Makefile'. Stop. *** [do-build] Error code 1 Stop in /usr/ports/science/paraview. *** [build] Error code 1 Stop in /usr/ports/science/paraview. >Fix: working with the maintainer... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 15: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 8D6FD7E4; Thu, 6 Jun 2013 15: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 6963719F5; Thu, 6 Jun 2013 15:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56FUA4i063049; Thu, 6 Jun 2013 15:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56FUARY063009; Thu, 6 Jun 2013 15:30:10 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 15:30:10 GMT Message-Id: <201306061530.r56FUARY063009@freefall.freebsd.org> To: mexas@bristol.ac.uk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179370: updating science/paraview X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 15:30:10 -0000 Synopsis: updating science/paraview State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 6 15:30:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179370 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 ED5B2BD2 for ; Thu, 6 Jun 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 DDE471A75 for ; Thu, 6 Jun 2013 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Fe2Lj063885 for ; Thu, 6 Jun 2013 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Fe1QX063884; Thu, 6 Jun 2013 15:40:01 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 15:40:01 GMT Message-Id: <201306061540.r56Fe1QX063884@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179370: updating science/paraview 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, 06 Jun 2013 15:40:03 -0000 The following reply was made to PR ports/179370; it has been noted by GNATS. From: Edwin Groothuis To: devel@stasyan.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/179370: updating science/paraview Date: Thu, 6 Jun 2013 15:30:09 UT Maintainer of science/paraview, Please note that PR ports/179370 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/179370 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 E5B49C02 for ; Thu, 6 Jun 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 B27C11CDA for ; Thu, 6 Jun 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56GU0ed073539 for ; Thu, 6 Jun 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56GU0Ls073538; Thu, 6 Jun 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 16:30:00 GMT Resent-Message-Id: <201306061630.r56GU0Ls073538@freefall.freebsd.org> 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 37868B90 for ; Thu, 6 Jun 2013 16:24:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1021CA0 for ; Thu, 6 Jun 2013 16:24:23 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56GOMS3003283 for ; Thu, 6 Jun 2013 16:24:22 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56GOMtL003282; Thu, 6 Jun 2013 16:24:22 GMT (envelope-from nobody) Message-Id: <201306061624.r56GOMtL003282@oldred.freebsd.org> Date: Thu, 6 Jun 2013 16:24:22 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179372: [PATCH] math/coq: Fix breakage due to tex 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: Thu, 06 Jun 2013 16:30:01 -0000 >Number: 179372 >Category: ports >Synopsis: [PATCH] math/coq: Fix breakage due to tex changes >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 Jun 06 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: math/coq doesn't build due to recent tex changes. Fix included below. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-05-11 17:58:55.000000000 +0000 +++ Makefile @@ -36,7 +36,7 @@ MAN1= coq-tex.1 coq_makefile.1 coqc.1 co .include .if ${PORT_OPTIONS:MDOCS} -USE_TEX= latex:build +USE_TEX= latex:build dvipsk:build BUILD_DEPENDS+= hevea:${PORTSDIR}/textproc/hevea \ ${LOCALBASE}/share/texmf/tex/latex/ucs/utf8x.def:${PORTSDIR}/print/latex-ucs PORTDOCS= * >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 16:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C71DBD26; Thu, 6 Jun 2013 16: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 A39DE1CE0; Thu, 6 Jun 2013 16:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56GU81J075086; Thu, 6 Jun 2013 16:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56GU8BI075085; Thu, 6 Jun 2013 16:30:08 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 16:30:08 GMT Message-Id: <201306061630.r56GU8BI075085@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, johans@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179372: [PATCH] math/coq: Fix breakage due to tex 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: Thu, 06 Jun 2013 16:30:08 -0000 Synopsis: [PATCH] math/coq: Fix breakage due to tex changes Responsible-Changed-From-To: freebsd-ports-bugs->johans Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 16:30:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179372 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 17:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DCD08D0D for ; Thu, 6 Jun 2013 17:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BCD911FBC for ; Thu, 6 Jun 2013 17:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Ho0RL088582 for ; Thu, 6 Jun 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Ho0Xc088581; Thu, 6 Jun 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 17:50:00 GMT Resent-Message-Id: <201306061750.r56Ho0Xc088581@freefall.freebsd.org> 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 Palmer Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 88250C1F for ; Thu, 6 Jun 2013 17:43:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0221F86 for ; Thu, 6 Jun 2013 17:43:07 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56Hh6d1001345 for ; Thu, 6 Jun 2013 17:43:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56Hh6Fa001344; Thu, 6 Jun 2013 17:43:06 GMT (envelope-from nobody) Message-Id: <201306061743.r56Hh6Fa001344@oldred.freebsd.org> Date: Thu, 6 Jun 2013 17:43:06 GMT From: Gary Palmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179373: dns/dnstracer 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: Thu, 06 Jun 2013 17:50:00 -0000 >Number: 179373 >Category: ports >Synopsis: dns/dnstracer 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: Thu Jun 06 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gary Palmer >Release: 9.1-RELEASE-p3 amd64 >Organization: >Environment: >Description: root@micro1:/usr/ports/dns/dnstracer> make clean ===> Cleaning for dnstracer-1.9 root@micro1:/usr/ports/dns/dnstracer> make ===> Found saved configuration for dnstracer-1.9 ===> Fetching all distfiles required by dnstracer-1.9 for building ===> Extracting for dnstracer-1.9 => SHA256 Checksum OK for dnstracer-1.9.tar.gz. ===> Patching for dnstracer-1.9 ===> dnstracer-1.9 depends on executable: gmake - found ===> Configuring for dnstracer-1.9 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 gmake sets ${MAKE}... yes checking for gcc... cc checking for C compiler default output... 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 cc accepts -g... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether byte ordering is bigendian... no Disabling support for IPv6 queries checking for inet_ntoa... yes checking for socket... yes checking for gethostbyname... yes checking how to run the C preprocessor... cpp checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... 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 resolv.h usability... no checking resolv.h presence... yes configure: WARNING: resolv.h: present but cannot be compiled configure: WARNING: resolv.h: check for missing prerequisite headers? configure: WARNING: resolv.h: proceeding with the preprocessor's result checking for resolv.h... yes checking for gethostbyname... (cached) yes checking for inet_ntoa... (cached) yes checking for inet_pton... yes checking for memset... yes checking for select... yes checking for socket... (cached) yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing default-1 commands ===> Building for dnstracer-1.9 cd . && /bin/sh ./config.status Makefile depfiles config.status: error: invalid argument: depfiles gmake: *** [Makefile] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/dns/dnstracer. *** [build] Error code 1 Stop in /usr/ports/dns/dnstracer. >How-To-Repeat: cd /usr/ports/dns/dnstracer make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 17: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 146C1D3C; Thu, 6 Jun 2013 17: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 E42DF1FBE; Thu, 6 Jun 2013 17:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Ho8cB088715; Thu, 6 Jun 2013 17:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Ho8mi088714; Thu, 6 Jun 2013 17:50:08 GMT (envelope-from edwin) Date: Thu, 6 Jun 2013 17:50:08 GMT Message-Id: <201306061750.r56Ho8mi088714@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179373: dns/dnstracer 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: Thu, 06 Jun 2013 17:50:09 -0000 Synopsis: dns/dnstracer doesn't compile Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 6 17:50:08 UTC 2013 Responsible-Changed-Why: edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179373 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 9EBA1A91 for ; Thu, 6 Jun 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 8549A116F for ; Thu, 6 Jun 2013 18:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Ie0Yd098384 for ; Thu, 6 Jun 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Ie0ge098383; Thu, 6 Jun 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 18:40:00 GMT Resent-Message-Id: <201306061840.r56Ie0ge098383@freefall.freebsd.org> 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 Hixson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF0DE621 for ; Thu, 6 Jun 2013 18:30:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 879B41115 for ; Thu, 6 Jun 2013 18:30:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56IUSY5050533 for ; Thu, 6 Jun 2013 18:30:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56IUShr050519; Thu, 6 Jun 2013 18:30:28 GMT (envelope-from nobody) Message-Id: <201306061830.r56IUShr050519@oldred.freebsd.org> Date: Thu, 6 Jun 2013 18:30:28 GMT From: John Hixson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179375: Update pianobar from 2012.12.01 to 2013.05.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 18:40:00 -0000 >Number: 179375 >Category: ports >Synopsis: Update pianobar from 2012.12.01 to 2013.05.19 >Confidential: no >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 Jun 06 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Hixson >Release: 10.0-CURRENT >Organization: iXsystems, Inc >Environment: FreeBSD thinkbsd 9.9-CURRENT FreeBSD 10.0-CURRENT #14 r250697M: Thu May 16 11:22:14 PDT 2013 john@thinkbsd:/usr/obj/usr/src/sys/THINKBSD amd64 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN pianobar.orig/Makefile pianobar/Makefile --- pianobar.orig/Makefile 2013-02-05 08:54:19.000000000 -0800 +++ pianobar/Makefile 2013-06-06 11:20:42.307673647 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: ports/audio/pianobar/Makefile,v 1.18 2013/02/05 16:54:19 svnexp Exp $ PORTNAME= pianobar -PORTVERSION= 2012.12.01 +PORTVERSION= 2013.05.19 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ diff -urN pianobar.orig/distinfo pianobar/distinfo --- pianobar.orig/distinfo 2012-12-26 21:27:58.000000000 -0800 +++ pianobar/distinfo 2013-06-06 11:10:19.977689397 -0700 @@ -1,2 +1,2 @@ -SHA256 (pianobar-2012.12.01.tar.bz2) = a3909f796e7cef21b19d98282f332ecbcf9b2c60a2af22a0a2ce01e9c4d9f515 -SIZE (pianobar-2012.12.01.tar.bz2) = 50383 +SHA256 (pianobar-2013.05.19.tar.bz2) = cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046 +SIZE (pianobar-2013.05.19.tar.bz2) = 50942 diff -urN pianobar.orig/files/patch-Makefile pianobar/files/patch-Makefile --- pianobar.orig/files/patch-Makefile 2012-12-28 17:23:54.000000000 -0800 +++ pianobar/files/patch-Makefile 2013-06-06 11:25:22.617666339 -0700 @@ -1,6 +1,6 @@ ---- Makefile 2012-12-01 09:03:23.000000000 -0800 -+++ Makefile 2012-12-28 15:03:03.150101419 -0800 -@@ -4,16 +4,14 @@ +--- Makefile.orig 2013-06-06 11:12:53.077684094 -0700 ++++ Makefile 2013-06-06 11:25:07.697666849 -0700 +@@ -4,7 +4,7 @@ BINDIR:=${PREFIX}/bin LIBDIR:=${PREFIX}/lib INCDIR:=${PREFIX}/include @@ -9,17 +9,22 @@ DYNLINK:=0 # Respect environment variables set by user; does not work with := - ifeq (${CFLAGS},) - CFLAGS=-O2 -DNDEBUG +@@ -15,10 +15,14 @@ + OS := $(shell uname) + ifeq (${OS},Darwin) + CC=gcc -std=c99 ++ endif ++ ifeq (${OS},FreeBSD) ++ CC=cc + else + CC=c99 + endif endif --ifeq (${CC},cc) -- CC=c99 --endif +DEPCC=cc - PIANOBAR_DIR=src - PIANOBAR_SRC=\ -@@ -119,7 +117,7 @@ + PIANOBAR_DIR:=src + PIANOBAR_SRC:=\ +@@ -125,7 +129,7 @@ # build dependency files %.d: %.c @set -e; rm -f $@; \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 19:53: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 E9ECB627; Thu, 6 Jun 2013 19:53:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C5239108F; Thu, 6 Jun 2013 19:53:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Jrbg5013584; Thu, 6 Jun 2013 19:53:37 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56JrbDY013583; Thu, 6 Jun 2013 19:53:37 GMT (envelope-from rakuco) Date: Thu, 6 Jun 2013 19:53:37 GMT Message-Id: <201306061953.r56JrbDY013583@freefall.freebsd.org> To: draco@marino.st, rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rakuco@FreeBSD.org Subject: Re: ports/179362: [MAINTAINER] www/aws: Fix www/aws-demos errors on pointyhat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 19:53:38 -0000 Synopsis: [MAINTAINER] www/aws: Fix www/aws-demos errors on pointyhat State-Changed-From-To: open->closed State-Changed-By: rakuco State-Changed-When: Thu Jun 6 19:53:36 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=179362 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 19:56: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 3161A76D; Thu, 6 Jun 2013 19:56:08 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB0C10B5; Thu, 6 Jun 2013 19:56:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Ju7EN013746; Thu, 6 Jun 2013 19:56:07 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Ju7Ym013745; Thu, 6 Jun 2013 19:56:07 GMT (envelope-from rakuco) Date: Thu, 6 Jun 2013 19:56:07 GMT Message-Id: <201306061956.r56Ju7Ym013745@freefall.freebsd.org> To: draco@marino.st, rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rakuco@FreeBSD.org Subject: Re: ports/179363: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 19:56:08 -0000 Synopsis: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox State-Changed-From-To: open->closed State-Changed-By: rakuco State-Changed-When: Thu Jun 6 19:56:07 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=179363 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5036284F for ; Thu, 6 Jun 2013 20:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4338C110A for ; Thu, 6 Jun 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56K017f013928 for ; Thu, 6 Jun 2013 20:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56K011M013927; Thu, 6 Jun 2013 20:00:01 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 20:00:01 GMT Message-Id: <201306062000.r56K011M013927@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Raphael Kubo da Costa Subject: Re: ports/177906: [new port] x11-fonts/fpf Free Persian font X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 20:00:01 -0000 The following reply was made to PR ports/177906; it has been noted by GNATS. From: Raphael Kubo da Costa To: Javad Kouhi Cc: bug-followup@freebsd.org Subject: Re: ports/177906: [new port] x11-fonts/fpf Free Persian font Date: Thu, 06 Jun 2013 22:48:57 +0300 Sorry for not commenting earlier. Porting fonts is one of those areas which still need some more work from the FreeBSD side, as there isn't as much standardization as there should be. I think there's only one thing missing: fc-cache should be run both at installation and deinstallation time. As it is now, fontconfig will not be notified when the font is removed from the system. Take a look at x11-fonts/ubuntu-font's pkg-plist, for example. Thanks! From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 20:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5513B850 for ; Thu, 6 Jun 2013 20: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 48065110C for ; Thu, 6 Jun 2013 20:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56K029F013934 for ; Thu, 6 Jun 2013 20:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56K02Ga013933; Thu, 6 Jun 2013 20:00:02 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 20:00:02 GMT Message-Id: <201306062000.r56K02Ga013933@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179363: 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, 06 Jun 2013 20:00:02 -0000 The following reply was made to PR ports/179363; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179363: commit references a PR Date: Thu, 6 Jun 2013 19:56:08 +0000 (UTC) Author: rakuco Date: Thu Jun 6 19:55:55 2013 New Revision: 320124 URL: http://svnweb.freebsd.org/changeset/ports/320124 Log: Fix leftovers check on tinderbox by removing empty directories. PR: ports/179363 Submitted by: John Marino (maintainer) Modified: head/lang/gcc-aux/Makefile Modified: head/lang/gcc-aux/Makefile ============================================================================== --- head/lang/gcc-aux/Makefile Thu Jun 6 19:53:29 2013 (r320123) +++ head/lang/gcc-aux/Makefile Thu Jun 6 19:55:55 2013 (r320124) @@ -3,6 +3,7 @@ PORTNAME= gcc-aux PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ ${MASTER_SITE_GCC} @@ -289,6 +290,7 @@ test-c: do-install: cd ${BUILDDIR} && ${SETENV} ${ADA_MAKE_ENV} ${GMAKE} install-strip DESTDIR=${DESTINY} + cd ${DESTINY}${PREFIX}; ${FIND} * -type d -empty -print | xargs rmdir ${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/ post-install: _______________________________________________ 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 Jun 6 20: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 6C631855 for ; Thu, 6 Jun 2013 20: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 5F417110E for ; Thu, 6 Jun 2013 20:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56K04jq013946 for ; Thu, 6 Jun 2013 20:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56K04KX013945; Thu, 6 Jun 2013 20:00:04 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 20:00:04 GMT Message-Id: <201306062000.r56K04KX013945@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179362: 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, 06 Jun 2013 20:00:04 -0000 The following reply was made to PR ports/179362; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179362: commit references a PR Date: Thu, 6 Jun 2013 19:53:37 +0000 (UTC) Author: rakuco Date: Thu Jun 6 19:53:29 2013 New Revision: 320123 URL: http://svnweb.freebsd.org/changeset/ports/320123 Log: Fix pkg-plist so that tinderbox gets happy at www/aws-demos. PR: ports/179362 Submitted by: John Marino (maintainer) Modified: head/www/aws/Makefile head/www/aws/pkg-plist Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Thu Jun 6 19:33:19 2013 (r320122) +++ head/www/aws/Makefile Thu Jun 6 19:53:29 2013 (r320123) @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ Modified: head/www/aws/pkg-plist ============================================================================== --- head/www/aws/pkg-plist Thu Jun 6 19:33:19 2013 (r320122) +++ head/www/aws/pkg-plist Thu Jun 6 19:53:29 2013 (r320123) @@ -766,7 +766,6 @@ share/gps/plug-ins/wsdl2aws.xml @dirrm %%EXAMPLESDIR%%/web_elements @dirrm %%EXAMPLESDIR%%/templates @dirrm %%EXAMPLESDIR%%/images -@dirrm %%EXAMPLESDIR%%/bin @dirrm %%EXAMPLESDIR%% @dirrm lib/gnat/aws @dirrm lib/aws/native/static @@ -778,3 +777,4 @@ share/gps/plug-ins/wsdl2aws.xml @dirrm include/aws @dirrmtry lib/gnat @dirrmtry share/gps/plug-ins +@dirrmtry share/gps _______________________________________________ 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 Jun 6 20:01: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 CB098907; Thu, 6 Jun 2013 20:01:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A35E51129; Thu, 6 Jun 2013 20:01:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56K1IQn015457; Thu, 6 Jun 2013 20:01:18 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56K1Ift015456; Thu, 6 Jun 2013 20:01:18 GMT (envelope-from wg) Date: Thu, 6 Jun 2013 20:01:18 GMT Message-Id: <201306062001.r56K1Ift015456@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/179375: Update pianobar from 2012.12.01 to 2013.05.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 20:01:18 -0000 Synopsis: Update pianobar from 2012.12.01 to 2013.05.19 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Thu Jun 6 20:01:18 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179375 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 20:46: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 06C2352A; Thu, 6 Jun 2013 20:46:09 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D49031317; Thu, 6 Jun 2013 20:46:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Kk8PD023656; Thu, 6 Jun 2013 20:46:08 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Kk8V4023655; Thu, 6 Jun 2013 20:46:08 GMT (envelope-from mandree) Date: Thu, 6 Jun 2013 20:46:08 GMT Message-Id: <201306062046.r56Kk8V4023655@freefall.freebsd.org> To: mandree@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mandree@FreeBSD.org From: mandree@FreeBSD.org Subject: Re: ports/177491: [patch] ports-mgmt/tinderbox: fix display of port fail reasons on the latest_buildports page X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 20:46:09 -0000 Synopsis: [patch] ports-mgmt/tinderbox: fix display of port fail reasons on the latest_buildports page Responsible-Changed-From-To: freebsd-ports-bugs->mandree Responsible-Changed-By: mandree Responsible-Changed-When: Thu Jun 6 20:46:08 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177491 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 22:40:30 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6598EB2E; Thu, 6 Jun 2013 22:40:30 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0FB1987; Thu, 6 Jun 2013 22:40:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56MeUXM045016; Thu, 6 Jun 2013 22:40:30 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56MeTIP045015; Thu, 6 Jun 2013 22:40:29 GMT (envelope-from rakuco) Date: Thu, 6 Jun 2013 22:40:29 GMT Message-Id: <201306062240.r56MeTIP045015@freefall.freebsd.org> To: foo@meisterderspiele.de, rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rakuco@FreeBSD.org Subject: Re: ports/179295: database/mantis: Update to 1.2.15 (with patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 22:40:30 -0000 Synopsis: database/mantis: Update to 1.2.15 (with patch) State-Changed-From-To: open->feedback State-Changed-By: rakuco State-Changed-When: Thu Jun 6 22:39:51 UTC 2013 State-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=179295 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 23:15: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 2A34911F; Thu, 6 Jun 2013 23:15:04 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 03E251AEF; Thu, 6 Jun 2013 23:15:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56NF3jn053348; Thu, 6 Jun 2013 23:15:03 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56NF3F9053347; Thu, 6 Jun 2013 23:15:03 GMT (envelope-from nox) Date: Thu, 6 Jun 2013 23:15:03 GMT Message-Id: <201306062315.r56NF3F9053347@freefall.freebsd.org> To: nemysis@gmx.ch, nox@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: nox@FreeBSD.org Subject: Re: ports/171869: [NEW PORT] games/multiplik12: Educational game for learning and practicing the multiplication tables X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 23:15:04 -0000 Synopsis: [NEW PORT] games/multiplik12: Educational game for learning and practicing the multiplication tables State-Changed-From-To: open->closed State-Changed-By: nox State-Changed-When: Thu Jun 6 23:15:03 UTC 2013 State-Changed-Why: Closed at submitter's request. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=171869 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 23:15: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 B264A166; Thu, 6 Jun 2013 23:15:41 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7F11AFB; Thu, 6 Jun 2013 23:15:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56NFfe1053451; Thu, 6 Jun 2013 23:15:41 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56NFfTx053450; Thu, 6 Jun 2013 23:15:41 GMT (envelope-from nox) Date: Thu, 6 Jun 2013 23:15:41 GMT Message-Id: <201306062315.r56NFfTx053450@freefall.freebsd.org> To: nemysis@gmx.ch, nox@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: nox@FreeBSD.org Subject: Re: ports/171870: [NEW PORT] games/visualspell: Challenges players to use reasoning skills to match a word X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jun 2013 23:15:41 -0000 Synopsis: [NEW PORT] games/visualspell: Challenges players to use reasoning skills to match a word State-Changed-From-To: open->closed State-Changed-By: nox State-Changed-When: Thu Jun 6 23:15:41 UTC 2013 State-Changed-Why: Closed at submitter's request. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=171870 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 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 102B31D9 for ; Thu, 6 Jun 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 E519E1B21 for ; Thu, 6 Jun 2013 23:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56NK0ZT053618 for ; Thu, 6 Jun 2013 23:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56NK0F8053617; Thu, 6 Jun 2013 23:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 23:20:00 GMT Resent-Message-Id: <201306062320.r56NK0F8053617@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ralf van der Enden Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 246D7F8 for ; Thu, 6 Jun 2013 23:13:50 +0000 (UTC) (envelope-from root@cainites.net) Received: from cainites.net (tunnel3563.ipv6.xs4all.nl [IPv6:2001:888:10:deb::2]) by mx1.freebsd.org (Postfix) with ESMTP id B9EF21ADE for ; Thu, 6 Jun 2013 23:13:49 +0000 (UTC) Received: from root by cainites.net with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UkjNM-0004eT-1r for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Jun 2013 01:13:48 +0200 Message-Id: Date: Fri, 07 Jun 2013 01:13:48 +0200 From: Ralf van der Enden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179379: [MAINTAINER] dns/powerdns-devel: update to 3.3.r1,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, 06 Jun 2013 23:20:01 -0000 >Number: 179379 >Category: ports >Synopsis: [MAINTAINER] dns/powerdns-devel: update to 3.3.r1,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 Jun 06 23:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD lan.cainites.net 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250791: Sun May 19 04:50:20 CEST >Description: - Update to 3.3rc1 (latest development release) Changelog: http://doc.powerdns.com/html/changelog.html#changelog-auth-3-3 Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- powerdns-devel-3.3.r1,1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 320142) +++ Makefile (working copy) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= powerdns -PORTVERSION= 3.2.r4 -PORTREVISION?= 1 +PORTVERSION= 3.3.r1 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://powerdnssec.org/downloads/ @@ -23,6 +23,7 @@ NO_LATEST_LINK= YES +USES= pkgconfig USE_GMAKE= YES USE_SUBMAKE= YES USE_AUTOTOOLS= libtool @@ -32,7 +33,7 @@ CONFIGURE_ARGS= --with-modules="" \ --with-dynmodules="pipe ${CONFIGURE_MODULES}" \ --sysconfdir="${PREFIX}/etc/pdns" \ - --with-boost="${LOCALBASE}" \ + --with-boost="${LOCALBASE}" SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ CURDIR2="${.CURDIR}" \ MKDIR="${MKDIR}" \ @@ -42,7 +43,9 @@ SUB_FILES= pkg-message -OPTIONS_DEFINE= PGSQL PGSQL_LOCAL MYSQL MYSQL_LOCAL SQLITE SQLITE3 OPENDBX OPENLDAP OPENLDAP_LOCAL GEO DNSSEC +OPTIONS_DEFINE= PGSQL PGSQL_LOCAL MYSQL MYSQL_LOCAL SQLITE SQLITE3 OPENDBX OPENLDAP OPENLDAP_LOCAL GEO DNSSEC POLARSSL +OPTIONS_MULTI= DNSSEC +OPTIONS_MULTI_DNSSEC= BOTAN110 CRYPTOPP PGSQL_DESC= PostgreSQL backend PGSQL_LOCAL_DESC= RUN_DEPEND on PostgreSQL server @@ -54,9 +57,12 @@ OPENLDAP_DESC= OpenLDAP backend OPENLDAP_LOCAL_DESC= RUN_DEPEND on OpenLDAP server GEO_DESC= Geo backend -DNSSEC_DESC= Enable extra DNSSEC algorithms (13 & 14) +DNSSEC_DESC= Enable extra DNSSEC options (Default:ON) +BOTAN110_DESC= Faster signing + ECDSA & GOST algorithms (Default:ON) +CRYPTOPP_DESC= ECDSA algorithms +POLARSSL_DESC= Use embedded PolarSSL (Default:ON) -OPTIONS_DEFAULT= PGSQL +OPTIONS_DEFAULT= PGSQL DNSSEC BOTAN110 POLARSSL .include @@ -72,7 +78,7 @@ .endif .if ${PORT_OPTIONS:MSQLITE} && ${PORT_OPTIONS:MSQLITE3} -BROKEN= choose only one SQLite backend version +BROKEN= choose only one SQLite backend version .endif .if ${PORT_OPTIONS:MPGSQL} @@ -89,8 +95,6 @@ USE_MYSQL?= YES CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} CONFIGURE_MODULES+= "gmysql" -#CXXFLAGS+= -I${LOCALBASE}/include/mysql -#LDFLAGS+= -L${LOCALBASE}/lib/mysql PLIST_SUB+= WITHMYSQL="" .else CONFIGURE_ARGS+= --without-mysql @@ -99,21 +103,19 @@ .if ${PORT_OPTIONS:MOPENDBX} || ${PORT_OPTIONS:MPGSQL} . if ${PORT_OPTIONS:MPGSQL_LOCAL} -USE_PGSQL?= YES -RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -SUB_LIST+= PGSQL=postgresql +USE_PGSQL?= server +SUB_LIST+= PGSQL=postgresql . endif .else -SUB_LIST+= PGSQL= +SUB_LIST+= PGSQL= .endif .if ${PORT_OPTIONS:MOPENDBX} || ${PORT_OPTIONS:MMYSQL} . if ${PORT_OPTIONS:MMYSQL_LOCAL} -USE_MYSQL?= YES -RUN_DEPENDS+= mysql-server>=0:${PORTSDIR}/databases/mysql${MYSQL_VER}-server -SUB_LIST+= MYSQL=mysql +USE_MYSQL?= server +SUB_LIST+= MYSQL=mysql . endif .else -SUB_LIST+= MYSQL= +SUB_LIST+= MYSQL= .endif .if ${PORT_OPTIONS:MOPENLDAP} @@ -122,10 +124,10 @@ CXXFLAGS+= -L${LOCALBASE}/lib -DLDAP_DEPRECATED=1 PLIST_SUB+= WITHOPENLDAP="" . if ${PORT_OPTIONS:MOPENLDAP_LOCAL} -RUN_DEPENDS+= openldap-server>=0:${PORTSDIR}/net/openldap${WANT_OPENLDAP_VER}-server -SUB_LIST+= SLAPD=slapd +RUN_DEPENDS+= openldap-server>=0:${PORTSDIR}/net/openldap${WANT_OPENLDAP_VER}-server +SUB_LIST+= SLAPD=slapd . else -SUB_LIST+= SLAPD= +SUB_LIST+= SLAPD= . endif .else PLIST_SUB+= WITHOPENLDAP="@comment " @@ -157,8 +159,23 @@ PLIST_SUB+= WITHOPENDBX="@comment " .endif -.if ${PORT_OPTIONS:MDNSSEC} +.if ${PORT_OPTIONS:MPOLARSSL} +CONFIGURE_ARGS+= --without-system-polarssl +.else +LIB_DEPENDS+= polarssl:${PORTSDIR}/security/polarssl +.endif + +.if ${PORT_OPTIONS:MBOTAN110} +CONFIGURE_ARGS+= --enable-botan1.10 +LIB_DEPENDS+= botan-1.10:${PORTSDIR}/security/botan110 +.endif + +.if ${PORT_OPTIONS:MCRYPTOPP} +. if exists(${LOCALBASE}/lib/libcryptopp.so) +LIB_DEPENDS+= cryptopp:${PORTSDIR}/security/cryptopp +. else BUILD_DEPENDS+= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp +. endif CONFIGURE_ARGS+= --enable-cryptopp .endif Index: distinfo =================================================================== --- distinfo (revision 320142) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pdns-3.2-rc4.tar.gz) = adcf5f651811fb979f9033a3c156492c5637b3f9c872f335ac24ffa046a60934 -SIZE (pdns-3.2-rc4.tar.gz) = 1292662 +SHA256 (pdns-3.3-rc1.tar.gz) = 06269412693aae5925c338f8f03ea32d60584e1b206310dffc451a15039694e9 +SIZE (pdns-3.3-rc1.tar.gz) = 1333561 Index: files/patch-modules_gpgsqlbackend_Makefile_in =================================================================== --- files/patch-modules_gpgsqlbackend_Makefile_in (revision 320142) +++ files/patch-modules_gpgsqlbackend_Makefile_in (working copy) @@ -1,11 +0,0 @@ ---- modules/gpgsqlbackend/Makefile.in.org 2009-01-28 10:55:21.000000000 +0100 -+++ modules/gpgsqlbackend/Makefile.in 2009-01-28 11:02:29.000000000 +0100 -@@ -217,8 +217,8 @@ - AM_CPPFLAGS = @THREADFLAGS@ - lib_LTLIBRARIES = libgpgsqlbackend.la - EXTRA_DIST = OBJECTFILES OBJECTLIBS --INCLUDES = -I@PGSQL_incdir@ -+INCLUDES = -I@includedir@ -I@PGSQL_incdir@ - libgpgsqlbackend_la_SOURCES = gpgsqlbackend.cc gpgsqlbackend.hh \ - spgsql.hh spgsql.cc - Index: files/patch-pdns_Makefile_in =================================================================== --- files/patch-pdns_Makefile_in (revision 0) +++ files/patch-pdns_Makefile_in (working copy) @@ -0,0 +1,38 @@ +--- pdns/Makefile.in.orig 2013-05-28 08:12:43.000000000 +0200 ++++ pdns/Makefile.in 2013-06-03 11:39:18.377503664 +0200 +@@ -53,7 +53,7 @@ + dnsscan$(EXEEXT) nproxy$(EXEEXT) notify$(EXEEXT) \ + pdnssec$(EXEEXT) dnsbulktest$(EXEEXT) nsec3dig$(EXEEXT) + @BOTAN110_TRUE@am__append_3 = botan110signers.cc botansigners.cc +-@BOTAN110_TRUE@am__append_4 = $(BOTAN110_LIBS) -lgmp -lrt ++@BOTAN110_TRUE@am__append_4 = $(BOTAN110_LIBS) + @BOTAN18_TRUE@am__append_5 = botan18signers.cc botansigners.cc + @BOTAN18_TRUE@am__append_6 = $(BOTAN18_LIBS) -lgmp + @CRYPTOPP_TRUE@am__append_7 = cryptoppsigners.cc +@@ -61,7 +61,7 @@ + @SQLITE3_TRUE@am__append_9 = ssqlite3.cc ssqlite3.hh + @ORACLE_TRUE@am__append_10 = $(ORACLE_LIBS) + @BOTAN110_TRUE@am__append_11 = botan110signers.cc botansigners.cc +-@BOTAN110_TRUE@am__append_12 = $(BOTAN110_LIBS) -lgmp -lrt ++@BOTAN110_TRUE@am__append_12 = $(BOTAN110_LIBS) + @BOTAN18_TRUE@am__append_13 = botan18signers.cc botansigners.cc + @BOTAN18_TRUE@am__append_14 = $(BOTAN18_LIBS) -lgmp + @CRYPTOPP_TRUE@am__append_15 = cryptoppsigners.cc +@@ -752,7 +752,7 @@ + pdns_server_LDFLAGS = @moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ $(BOOST_SERIALIZATION_LDFLAGS) -rdynamic + pdns_server_LDADD = ext/polarssl-1.1.2/library/libpolarssl.a \ + $(BOOST_SERIALIZATION_LIBS) $(LUA_LIBS) $(SQLITE3_LIBS) \ +- $(LIBCURL_LIBS) $(MYSQL_lib) $(am__append_4) $(am__append_6) \ ++ $(am__append_4) $(am__append_6) \ + $(am__append_8) $(am__append_10) + pdnssec_SOURCES = pdnssec.cc dbdnsseckeeper.cc sstuff.hh dnsparser.cc \ + dnsparser.hh dnsrecords.cc dnswriter.cc dnswriter.hh misc.cc \ +@@ -775,7 +775,7 @@ + pdnssec_LDFLAGS = @moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_SERIALIZATION_LDFLAGS) + pdnssec_LDADD = ext/polarssl-1.1.2/library/libpolarssl.a \ + $(BOOST_PROGRAM_OPTIONS_LIBS) $(BOOST_SERIALIZATION_LIBS) \ +- $(SQLITE3_LIBS) $(LIBCURL_LIBS) $(MYSQL_lib) $(am__append_12) \ ++ $(SQLITE3_LIBS) $(am__append_12) \ + $(am__append_14) $(am__append_16) $(am__append_18) + sdig_SOURCES = sdig.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter.cc dnslabeltext.cc dnswriter.hh \ + misc.cc misc.hh rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh unix_utility.cc \ Index: files/patch-pdns_cryptoppsigners_cc =================================================================== --- files/patch-pdns_cryptoppsigners_cc (revision 320142) +++ files/patch-pdns_cryptoppsigners_cc (working copy) @@ -1,31 +0,0 @@ ---- pdns/cryptoppsigners.cc (revision 3032) -+++ pdns/cryptoppsigners.cc (working copy) -@@ -82,18 +82,26 @@ - storvect.push_back(make_pair("PrivateKey", string((char*)buffer, sizeof(buffer)))); - return storvect; - } -+ - template - void CryptoPPECDSADNSCryptoKeyEngine::fromISCMap(DNSKEYRecordContent& drc, std::map& stormap ) - { -+ AutoSeededRandomPool prng; - privatekey_t* privateKey = new privatekey_t; -- const CryptoPP::Integer x; -+ const CryptoPP::Integer x(reinterpret_cast(stormap["privatekey"].c_str()), BITS/8); // well it should be this long - CryptoPP::OID oid=CURVE(); -- privateKey->Initialize(oid, x ); -+ privateKey->Initialize(oid, x); -+ bool result = privateKey->Validate(prng, 3); -+ if (!result) { -+ throw "Cannot load private key - validation failed!"; -+ } - d_key = shared_ptr(privateKey); - publickey_t* publicKey = new publickey_t(); - d_key->MakePublicKey(*publicKey); - d_pubkey = shared_ptr(publicKey); -+ drc.d_algorithm = atoi(stormap["algorithm"].c_str()); - } -+ - template - std::string CryptoPPECDSADNSCryptoKeyEngine::getPubKeyHash() const - { Index: pkg-descr =================================================================== --- pkg-descr (revision 320142) +++ pkg-descr (working copy) @@ -1,4 +1,4 @@ PowerDNS is an advanced DNS server, which allows for several different backends. Current backends include MySQL, PostgreSQL, bind, etc. -WWW: http://www.powerdns.com/ +WWW: http://www.powerdns.com/ --- powerdns-devel-3.3.r1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 23: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 D45995B3 for ; Thu, 6 Jun 2013 23: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 A07CD1C36 for ; Thu, 6 Jun 2013 23:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56NU0Su055290 for ; Thu, 6 Jun 2013 23:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56NU07I055289; Thu, 6 Jun 2013 23:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 23:30:00 GMT Resent-Message-Id: <201306062330.r56NU07I055289@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D8233595 for ; Thu, 6 Jun 2013 23:29:08 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 79BEE1C26 for ; Thu, 6 Jun 2013 23:29:08 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.20]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MMIQV-1UjKxk46Xd-00851k for ; Fri, 07 Jun 2013 01:29:02 +0200 Received: (qmail invoked by alias); 06 Jun 2013 23:29:00 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp020) with SMTP; 07 Jun 2013 01:29:00 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 01:29:00 +0200 Message-Id: <20130606232908.D8233595@hub.freebsd.org> Date: Fri, 07 Jun 2013 01:29:00 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179382: [MAINTAINER] games/speakinghangman: Please delete no more Upstream Cc: jpaetzel@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, 06 Jun 2013 23:30:00 -0000 >Number: 179382 >Category: ports >Synopsis: [MAINTAINER] games/speakinghangman: Please delete no more Upstream >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 Jun 06 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: Please delete this Port, no more Upstream Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: http://www.athenasoft.net >Fix: --- speakinghangman-1.0.0_1.patch begins here --- diff -ruN /usr/ports/games/speakinghangman/Makefile ./Makefile --- /usr/ports/games/speakinghangman/Makefile 2013-06-02 18:54:56.000000000 +0200 +++ ./Makefile 2013-06-07 01:26:07.000000000 +0200 @@ -14,6 +14,8 @@ MAINTAINER= nemysis@gmx.ch COMMENT= Educational game to practice and expand English and Spanish +BROKEN= No more Upstream + RESTRICTED= License does not allow redistribution RESTRICTED_FILES= ${PORTNAME}free-${DISTVERSION}${EXTRACT_SUFX} --- speakinghangman-1.0.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 23:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C023B7D4 for ; Thu, 6 Jun 2013 23:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B13061CB0 for ; Thu, 6 Jun 2013 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56Ne1fU057006 for ; Thu, 6 Jun 2013 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56Ne1qe057005; Thu, 6 Jun 2013 23:40:01 GMT (envelope-from gnats) Date: Thu, 6 Jun 2013 23:40:01 GMT Message-Id: <201306062340.r56Ne1qe057005@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: John Chen Subject: Re: ports/177208: [NEW PORT] databases/yac: Yac is a user data cache based on shared memory for PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 23:40:01 -0000 The following reply was made to PR ports/177208; it has been noted by GNATS. From: John Chen To: bug-followup@freebsd.org, johnpupu@gmail.com Cc: Subject: Re: ports/177208: [NEW PORT] databases/yac: Yac is a user data cache based on shared memory for PHP Date: Fri, 7 Jun 2013 07:34:28 +0800 --089e0111b8869c23d404de84c21e Content-Type: text/plain; charset=ISO-8859-1 Please do not approve the PR. There is a yac pecl extension. I will send another PR for that. Thanks. -- John --089e0111b8869c23d404de84c21e Content-Type: text/html; charset=ISO-8859-1
Please do not approve the PR.

There is a yac pecl extension. I will send another PR for that.

Thanks.

--
John
--089e0111b8869c23d404de84c21e-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 00:33: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 8722CDA3; Fri, 7 Jun 2013 00:33:45 +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 5F5821E64; Fri, 7 Jun 2013 00:33:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r570XjnF074750; Fri, 7 Jun 2013 00:33:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r570XjWQ074749; Fri, 7 Jun 2013 00:33:45 GMT (envelope-from linimon) Date: Fri, 7 Jun 2013 00:33:45 GMT Message-Id: <201306070033.r570XjWQ074749@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179377: [maintainer] [patch] www/p5-Catalyst-Plugin-DateTime: cosmetic 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: Fri, 07 Jun 2013 00:33:45 -0000 Synopsis: [maintainer] [patch] www/p5-Catalyst-Plugin-DateTime: cosmetic changes Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 7 00:33:35 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=179377 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 00:35: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 E4440E3C; Fri, 7 Jun 2013 00:35: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 BE8911E7E; Fri, 7 Jun 2013 00:35:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r570Z4oV074863; Fri, 7 Jun 2013 00:35:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r570Z4GY074862; Fri, 7 Jun 2013 00:35:04 GMT (envelope-from linimon) Date: Fri, 7 Jun 2013 00:35:04 GMT Message-Id: <201306070035.r570Z4GY074862@freefall.freebsd.org> To: johnpupu@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/177208: [NEW PORT] databases/yac: Yac is a user data cache based on shared memory for PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 00:35:05 -0000 Synopsis: [NEW PORT] databases/yac: Yac is a user data cache based on shared memory for PHP State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jun 7 00:34:55 UTC 2013 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=177208 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 01:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E85AD5F1 for ; Fri, 7 Jun 2013 01:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D033B1F9C for ; Fri, 7 Jun 2013 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r571A0ch082028 for ; Fri, 7 Jun 2013 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r571A0KY082023; Fri, 7 Jun 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 01:10:00 GMT Resent-Message-Id: <201306070110.r571A0KY082023@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takefu Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C143275; Fri, 7 Jun 2013 01:00:20 +0000 (UTC) (envelope-from takefu@airport.fm) Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1]) by mx1.freebsd.org (Postfix) with ESMTP id A1ECC1F38; Fri, 7 Jun 2013 01:00:19 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id C6CE8D3AC03; Fri, 7 Jun 2013 10:00:10 +0900 (JST) Received: from [IPv6:2001:3e0:4ec:a011:7d09:778d:587d:f6db] (unknown [IPv6:2001:3e0:4ec:a011:7d09:778d:587d:f6db]) by ae-osaka.co.jp (Postfix) with ESMTPSA id A869AD3AC02; Fri, 7 Jun 2013 10:00:07 +0900 (JST) Message-Id: <51B13098.4090403@airport.fm> Date: Fri, 07 Jun 2013 10:00:08 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org Subject: ports/179384: [PATCH] devel/boehm-gc: update to 7.2d Cc: ports@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: Fri, 07 Jun 2013 01:10:01 -0000 >Number: 179384 >Category: ports >Synopsis: [PATCH] devel/boehm-gc: update to 7.2d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.3-RELEASE-p8 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG83-ix86.localIPv4.airport.fm 8.3-RELEASE-p8 FreeBSD 8.3-RELEASE-p8 #0: Thu May 9 10:13:20 JST >Description: - Update to 7.2d - Fix header trim >How-To-Repeat: >Fix: --- boehm-gc-7.2d.patch begins here --- diff -ruN /usr/ports/devel/boehm-gc/Makefile ./Makefile --- /usr/ports/devel/boehm-gc/Makefile 2013-03-19 22:04:30.000000000 +0900 +++ ./Makefile 2013-06-06 10:19:12.000000000 +0900 @@ -1,13 +1,8 @@ -# New ports collection makefile for: boehm-gc -# Date created: 15 November 1996 -# Whom: Mike McGaughey -# -# $FreeBSD: devel/boehm-gc/Makefile 314640 2013-03-19 13:04:30Z eadler $ -# +# Created by: Mike McGaughey +# $FreeBSD$ PORTNAME= boehm-gc -PORTVERSION= 7.1 -PORTREVISION= 0 +PORTVERSION= 7.2d CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ DISTNAME= gc-${PORTVERSION:S/.a/alpha/} @@ -16,11 +11,12 @@ COMMENT= Garbage collection and memory leak detection for C and C++ GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-cplusplus --disable-static --disable-threads MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DEBUG +WRKSRC= ${WRKDIR}/${DISTNAME:S|d||} .include diff -ruN /usr/ports/devel/boehm-gc/distinfo ./distinfo --- /usr/ports/devel/boehm-gc/distinfo 2012-07-14 22:54:48.000000000 +0900 +++ ./distinfo 2013-06-06 09:08:21.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gc-7.1.tar.gz) = e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30 -SIZE (gc-7.1.tar.gz) = 1077714 +SHA256 (gc-7.2d.tar.gz) = d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e +SIZE (gc-7.2d.tar.gz) = 1263064 diff -ruN /usr/ports/devel/boehm-gc/files/patch-Makefile.in ./files/patch-Makefile.in --- /usr/ports/devel/boehm-gc/files/patch-Makefile.in 2012-07-14 22:54:48.000000000 +0900 +++ ./files/patch-Makefile.in 2013-06-06 09:19:11.000000000 +0900 @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2009-10-20 01:25:20.000000000 +0400 -+++ Makefile.in 2009-10-20 01:25:30.000000000 +0400 -@@ -75,7 +75,7 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ +--- Makefile.in.orig 2013-06-06 09:17:37.000000000 +0900 ++++ Makefile.in 2013-06-06 09:18:33.000000000 +0900 +@@ -73,7 +73,7 @@ + + VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ +pkgdatadir = $(datadir)/doc/@PACKAGE@ - pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ diff -ruN /usr/ports/devel/boehm-gc/files/patch-dbg_mlc.c ./files/patch-dbg_mlc.c --- /usr/ports/devel/boehm-gc/files/patch-dbg_mlc.c 2012-07-14 22:54:48.000000000 +0900 +++ ./files/patch-dbg_mlc.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,77 +0,0 @@ ---- dbg_mlc.c.orig 2009-10-20 00:34:39.000000000 +0400 -+++ dbg_mlc.c 2009-10-20 00:41:22.000000000 +0400 -@@ -456,10 +456,34 @@ - GC_register_displacement((word)sizeof(oh) + offset); - } - -+#if defined(__FreeBSD__) -+#include -+static void GC_caller_func_offset(ad, symp, offp) -+const GC_word ad; -+const char **symp; -+int *offp; -+{ -+ Dl_info caller; -+ if (dladdr((const void *)ad, &caller) && caller.dli_sname != NULL) { -+ *symp = caller.dli_sname; -+ *offp = (const char *)ad - (const char *)caller.dli_saddr; -+ } -+} -+#else -+#define GC_caller_func(ad, symp, offp) -+#endif -+ - void * GC_debug_malloc(size_t lb, GC_EXTRA_PARAMS) - { - void * result = GC_malloc(lb + DEBUG_BYTES); -- -+ -+#ifdef GC_ADD_CALLER -+ if (s == NULL) { -+ GC_caller_func_offset(ra, &s, &i); -+ if (s == NULL) -+ s = "unknown"; -+ } -+#endif - if (result == 0) { - GC_err_printf("GC_debug_malloc(%lu) returning NIL (", - (unsigned long) lb); -@@ -764,6 +788,13 @@ - size_t old_sz; - hdr * hhdr; - -+#ifdef GC_ADD_CALLER -+ if (s == NULL) { -+ GC_caller_func_offset(ra, &s, &i); -+ if (s == NULL) -+ s = "unknown"; -+ } -+#endif - if (p == 0) return(GC_debug_malloc(lb, OPT_RA s, i)); - if (base == 0) { - GC_err_printf("Attempt to reallocate invalid pointer %p\n", p); -@@ -1041,17 +1072,21 @@ - } - - #ifdef GC_ADD_CALLER --# define RA GC_RETURN_ADDR, -+# ifdef GC_RETURN_ADDR_PARENT -+# define RA GC_RETURN_ADDR_PARENT, -+# else -+# define RA GC_RETURN_ADDR, -+# endif - #else - # define RA - #endif - - void * GC_debug_malloc_replacement(size_t lb) - { -- return GC_debug_malloc(lb, RA "unknown", 0); -+ return GC_debug_malloc(lb, RA NULL, 0); - } - - void * GC_debug_realloc_replacement(void *p, size_t lb) - { -- return GC_debug_realloc(p, lb, RA "unknown", 0); -+ return GC_debug_realloc(p, lb, RA NULL, 0); - } diff -ruN /usr/ports/devel/boehm-gc/files/patch-dyn_load.c ./files/patch-dyn_load.c --- /usr/ports/devel/boehm-gc/files/patch-dyn_load.c 2012-07-14 22:54:48.000000000 +0900 +++ ./files/patch-dyn_load.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,15 +0,0 @@ ---- dyn_load.c.orig Thu May 6 08:03:06 2004 -+++ dyn_load.c Sun Oct 31 01:53:01 2004 -@@ -97,6 +97,12 @@ - # else - # define ElfW(type) Elf64_##type - # endif -+# elif defined(__FreeBSD__) -+# if __ELF_WORD_SIZE == 32 -+# define ElfW(type) Elf32_##type -+# else -+# define ElfW(type) Elf64_##type -+# endif - # else - # if !defined(ELF_CLASS) || ELF_CLASS == ELFCLASS32 - # define ElfW(type) Elf32_##type diff -ruN /usr/ports/devel/boehm-gc/files/patch-include-gc.h ./files/patch-include-gc.h --- /usr/ports/devel/boehm-gc/files/patch-include-gc.h 2012-07-14 22:54:48.000000000 +0900 +++ ./files/patch-include-gc.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- include/gc.h.orig Wed Jun 4 17:07:33 2003 -+++ include/gc.h Wed May 12 20:03:22 2004 -@@ -487,6 +487,7 @@ - /* gcc knows how to retrieve return address, but we don't know */ - /* how to generate call stacks. */ - # define GC_RETURN_ADDR (GC_word)__builtin_return_address(0) -+# define GC_RETURN_ADDR_PARENT (GC_word)__builtin_return_address(1) - # else - /* Just pass 0 for gcc compatibility. */ - # define GC_RETURN_ADDR 0 diff -ruN /usr/ports/devel/boehm-gc/files/patch-include-private-gcconfig.h ./files/patch-include-private-gcconfig.h --- /usr/ports/devel/boehm-gc/files/patch-include-private-gcconfig.h 2012-07-14 22:54:48.000000000 +0900 +++ ./files/patch-include-private-gcconfig.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,63 +0,0 @@ ---- include/private/gcconfig.h.orig 2008-02-20 22:23:00.000000000 +0300 -+++ include/private/gcconfig.h 2009-10-20 01:08:38.000000000 +0400 -@@ -64,7 +64,7 @@ - /* Determine the machine type: */ - # if defined(__arm__) || defined(__thumb__) - # define ARM32 --# if !defined(LINUX) && !defined(NETBSD) -+# if !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) - # define NOSYS - # define mach_type_known - # endif -@@ -334,10 +334,26 @@ - # define X86_64 - # define mach_type_known - # endif -+# if defined(__FreeBSD__) && defined(__amd64__) -+# define X86_64 -+# define mach_type_known -+# endif -+# if defined(__FreeBSD__) && defined(__ia64__) -+# define IA64 -+# define mach_type_known -+# endif - # if defined(FREEBSD) && defined(__sparc__) - # define SPARC - # define mach_type_known - # endif -+# if defined(FREEBSD) && defined(__powerpc__) -+# define POWERPC -+# define mach_type_known -+# endif -+# if defined(FREEBSD) && defined(__arm__) -+# define ARM32 -+# define mach_type_known -+# endif - # if defined(bsdi) && (defined(i386) || defined(__i386__)) - # define I386 - # define BSDI -@@ -1771,6 +1787,16 @@ - # define OS_TYPE "MSWINCE" - # define DATAEND /* not needed */ - # endif -+# ifdef FREEBSD -+# define ALIGNMENT 4 -+# define OS_TYPE "FREEBSD" -+# ifdef __ELF__ -+# define DYNAMIC_LOADING -+# endif -+# define HEURISTIC2 -+ extern char etext[]; -+# define SEARCH_FOR_DATA_START -+# endif - # ifdef NOSYS - /* __data_start is usually defined in the target linker script. */ - extern int __data_start[]; -@@ -1800,6 +1826,7 @@ - # define OS_TYPE "MSWINCE" - # define DATAEND /* not needed */ - # endif -+ - # ifdef LINUX - # define OS_TYPE "LINUX" - # define LINUX_STACKBOTTOM diff -ruN /usr/ports/devel/boehm-gc/files/patch-os_dep.c ./files/patch-os_dep.c --- /usr/ports/devel/boehm-gc/files/patch-os_dep.c 2012-07-14 22:54:48.000000000 +0900 +++ ./files/patch-os_dep.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,44 +0,0 @@ ---- os_dep.c.orig 2008-02-29 11:01:28.000000000 -0800 -+++ os_dep.c 2010-04-01 00:50:34.000000000 -0700 -@@ -816,7 +816,7 @@ - || defined(HURD) || defined(NETBSD) - static struct sigaction old_segv_act; - # if defined(_sigargs) /* !Irix6.x */ || defined(HPUX) \ -- || defined(HURD) || defined(NETBSD) -+ || defined(HURD) || defined(NETBSD) || defined(FREEBSD) - static struct sigaction old_bus_act; - # endif - # else -@@ -826,7 +826,7 @@ - void GC_set_and_save_fault_handler(handler h) - { - # if defined(SUNOS5SIGS) || defined(IRIX5) \ -- || defined(OSF1) || defined(HURD) || defined(NETBSD) -+ || defined(OSF1) || defined(HURD) || defined(NETBSD) || defined(FREEBSD) - struct sigaction act; - - act.sa_handler = h; -@@ -846,7 +846,7 @@ - # else - (void) sigaction(SIGSEGV, &act, &old_segv_act); - # if defined(IRIX5) && defined(_sigargs) /* Irix 5.x, not 6.x */ \ -- || defined(HPUX) || defined(HURD) || defined(NETBSD) -+ || defined(HPUX) || defined(HURD) || defined(NETBSD) || defined(FREEBSD) - /* Under Irix 5.x or HP/UX, we may get SIGBUS. */ - /* Pthreads doesn't exist under Irix 5.x, so we */ - /* don't have to worry in the threads case. */ -@@ -2713,7 +2713,13 @@ - # include - # if defined(FREEBSD) - # define SIG_OK TRUE --# define CODE_OK (code == BUS_PAGE_FAULT) -+# if defined(POWERPC) -+# define AIM /* Pretend that we're AIM. */ -+# include -+# define CODE_OK (code == EXC_DSI) -+# else -+# define CODE_OK (code == BUS_PAGE_FAULT) -+# endif - # elif defined(OSF1) - # define SIG_OK (sig == SIGSEGV) - # define CODE_OK (code == 2 /* experimentally determined */) diff -ruN /usr/ports/devel/boehm-gc/pkg-plist ./pkg-plist --- /usr/ports/devel/boehm-gc/pkg-plist 2012-07-14 22:54:48.000000000 +0900 +++ ./pkg-plist 2013-06-06 09:48:15.000000000 +0900 @@ -1,4 +1,5 @@ include/gc.h +include/gc/cord.h include/gc/gc.h include/gc/gc_allocator.h include/gc/gc_amiga_redirects.h @@ -32,6 +33,7 @@ share/doc/gc/README.arm.cross share/doc/gc/README.autoconf share/doc/gc/README.changes +share/doc/gc/README.cmake share/doc/gc/README.contributors share/doc/gc/README.cords share/doc/gc/README.darwin --- boehm-gc-7.2d.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 01: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 B1F45ADF for ; Fri, 7 Jun 2013 01: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 7DBC210E6 for ; Fri, 7 Jun 2013 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r571o0hp090078 for ; Fri, 7 Jun 2013 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r571o0p2090077; Fri, 7 Jun 2013 01:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 01:50:00 GMT Resent-Message-Id: <201306070150.r571o0p2090077@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Qian Jin Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 592CDADD for ; Fri, 7 Jun 2013 01:49:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4A89610E4 for ; Fri, 7 Jun 2013 01:49:41 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r571ne5c059861 for ; Fri, 7 Jun 2013 01:49:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r571neod059853; Fri, 7 Jun 2013 01:49:40 GMT (envelope-from nobody) Message-Id: <201306070149.r571neod059853@oldred.freebsd.org> Date: Fri, 7 Jun 2013 01:49:40 GMT From: Qian Jin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179386: [maintainer update] py-vatnumber's version updated, from 1.0 to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 01:50:00 -0000 >Number: 179386 >Category: ports >Synopsis: [maintainer update] py-vatnumber's version updated, from 1.0 to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 01:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Qian Jin >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: FreeBSD dev.siroh.net 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: py-vatnumber's version updated, from 1.0 to 1.1. >How-To-Repeat: >Fix: --- Makefile.orig 2013-06-07 09:21:12.000000000 +0800 +++ Makefile 2013-06-07 09:26:34.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= vatnumber -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= finance python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- distinfo.orig 2013-06-07 09:26:13.000000000 +0800 +++ distinfo 2013-06-07 09:26:40.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (vatnumber-1.0.tar.gz) = 6ef6103f7ecf09cdf32b87bb1c87616b72b9546e4b364a3b66d2b0b4b340665a -SIZE (vatnumber-1.0.tar.gz) = 21693 +SHA256 (vatnumber-1.1.tar.gz) = ff7017420e137609a74ce0dbe6ba16c86ea5317d50ca398f8f423141c07fae18 +SIZE (vatnumber-1.1.tar.gz) = 22032 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 03:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 140D14CD for ; Fri, 7 Jun 2013 03: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 E0B7212DD for ; Fri, 7 Jun 2013 03:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57301YR003036 for ; Fri, 7 Jun 2013 03:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57301rv003035; Fri, 7 Jun 2013 03:00:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 03:00:01 GMT Message-Id: <201306070300.r57301rv003035@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Hirohisa Yamaguchi Subject: Re: ports/179384: [PATCH] devel/boehm-gc: update to 7.2d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hirohisa Yamaguchi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 03:00:02 -0000 The following reply was made to PR ports/179384; it has been noted by GNATS. From: Hirohisa Yamaguchi To: Takefu Cc: bug-followup@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/179384: [PATCH] devel/boehm-gc: update to 7.2d Date: Fri, 07 Jun 2013 11:55:02 +0900 Hi, I've sent a similar PR several months ago: ports/176716. I hope a ports committer who picks this up will close mine, too. Regards, -- Hirohisa Yamaguchi umq@ueo.co.jp From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 04: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 9B1FAD2B for ; Fri, 7 Jun 2013 04: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 68CB41773 for ; Fri, 7 Jun 2013 04:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57400PF014522 for ; Fri, 7 Jun 2013 04:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57400GF014521; Fri, 7 Jun 2013 04:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 04:00:00 GMT Resent-Message-Id: <201306070400.r57400GF014521@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kenta Suzumoto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 30A04CF9 for ; Fri, 7 Jun 2013 03:55:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 22AF0175A for ; Fri, 7 Jun 2013 03:55:14 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r573tDOC074340 for ; Fri, 7 Jun 2013 03:55:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r573tDa0074339; Fri, 7 Jun 2013 03:55:13 GMT (envelope-from nobody) Message-Id: <201306070355.r573tDa0074339@oldred.freebsd.org> Date: Fri, 7 Jun 2013 03:55:13 GMT From: Kenta Suzumoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179388: [PATCH] update audio/murmur to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 04:00:00 -0000 >Number: 179388 >Category: ports >Synopsis: [PATCH] update audio/murmur to 1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 04:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kenta Suzumoto >Release: >Organization: >Environment: >Description: This updates the audio/murmur port to the newest version. The maintainer ignored my emails about doing it, so I thought I'd try myself. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320144) +++ Makefile (working copy) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= murmur -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 +PORTREVISION= 0 CATEGORIES= audio net MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} Index: distinfo =================================================================== --- distinfo (revision 320144) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mumble-1.2.3.tar.gz) = 05895122ae4abec3fb62ef24ed9d167ffd768e7080ed179c8bf3afca96d18a5c -SIZE (mumble-1.2.3.tar.gz) = 3448053 +SHA256 (mumble-1.2.4.tar.gz) = a1cf8383d99a02719b16c5440e3a5fb5375a8aa060f203bfa5d25bc69f919c9b +SIZE (mumble-1.2.4.tar.gz) = 3200084 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 04:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CA9BFD63; Fri, 7 Jun 2013 04:00: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 A72851778; Fri, 7 Jun 2013 04:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57408Di014652; Fri, 7 Jun 2013 04:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57408oQ014651; Fri, 7 Jun 2013 04:00:08 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 04:00:08 GMT Message-Id: <201306070400.r57408oQ014651@freefall.freebsd.org> To: kentas@hush.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179388: [PATCH] update audio/murmur to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 04:00:08 -0000 Synopsis: [PATCH] update audio/murmur to 1.2.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Jun 7 04:00:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179388 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 04: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 B7FEFE9D for ; Fri, 7 Jun 2013 04: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 99C4817C5 for ; Fri, 7 Jun 2013 04:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r574A0cJ016582 for ; Fri, 7 Jun 2013 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r574A0oj016581; Fri, 7 Jun 2013 04:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 04:10:00 GMT Resent-Message-Id: <201306070410.r574A0oj016581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9BB5DCF for ; Fri, 7 Jun 2013 04:05:08 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 808041795 for ; Fri, 7 Jun 2013 04:05:08 +0000 (UTC) Received: from meatwad.mouf.net (cpe-098-122-135-254.nc.res.rr.com [98.122.135.254]) by mouf.net (8.14.5/8.14.5) with ESMTP id r5744wKj017780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 7 Jun 2013 04:05:03 GMT (envelope-from swills@meatwad.mouf.net) Received: (from swills@localhost) by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r5744u0l011648; Fri, 7 Jun 2013 04:04:56 GMT (envelope-from swills) Message-Id: <201306070404.r5744u0l011648@meatwad.mouf.net> Date: Fri, 7 Jun 2013 04:04:56 GMT From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/179389: [PATCH] www/redmine-backlogs: update to 1.0.2 Cc: pgollucci@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: Fri, 07 Jun 2013 04:10:00 -0000 >Number: 179389 >Category: ports >Synopsis: [PATCH] www/redmine-backlogs: update to 1.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 04:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r251046: Tue May 28 22:52:00 UTC >Description: - Update to 1.0.2 Port maintainer (pgollucci@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- redmine-backlogs-1.0.2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 320144) +++ Makefile (working copy) @@ -1,28 +1,25 @@ -# New ports collection makefile for: redmine-backlogs -# Date created: 2011-11-01 -# Whom: Philip M. Gollucci -# +# Created by: Philip M. Gollucci # $FreeBSD$ -# PORTNAME= backlogs -PORTVERSION= 0.6.16 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= www -MASTER_SITES= http://people.freebsd.org/~pgollucci/ \ - LOCAL/pgollucci MAINTAINER= pgollucci@FreeBSD.org COMMENT= Agile plugin for Redmine +USE_GITHUB= yes +GH_ACCOUNT= backlogs +GH_PROJECT= redmine_backlogs +GH_COMMIT= 1e4f1af +GH_TAGNAME= v${PORTVERSION} + RUN_DEPENDS+= rubygem-icalendar>=0.4.2:${PORTSDIR}/devel/rubygem-icalendar \ rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn \ - rubygem-holidays>=0:${PORTSDIR}/devel/rubygem-holidays \ + rubygem-holidays>=1.0.3:${PORTSDIR}/devel/rubygem-holidays \ rubygem-open-uri-cached>=0:${PORTSDIR}/net/rubygem-open-uri-cached \ rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri -WRKSRC= ${WRKDIR}/relaxdiego-redmine_backlogs-061c9ac - REDMINE_PLUGIN_NAME= redmine_backlogs .include "${.CURDIR}/../../www/redmine/bsd.redmine.mk" Index: distinfo =================================================================== --- distinfo (revision 320144) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (backlogs-0.6.16.tar.gz) = 7749e79fa8f03d88d0e29f0c1b8c07acf1d16e0e8af0e6848614d350ca774fe9 -SIZE (backlogs-0.6.16.tar.gz) = 6062357 +SHA256 (backlogs-1.0.2.tar.gz) = b977715c7d84ea22768a36368a9298b956a6b0027289eea800f9cd2ba43f652d +SIZE (backlogs-1.0.2.tar.gz) = 6624715 Index: files/patch-Gemfile =================================================================== --- files/patch-Gemfile (revision 0) +++ files/patch-Gemfile (working copy) @@ -0,0 +1,59 @@ +--- Gemfile.orig 2013-06-07 03:50:59.578135079 +0000 ++++ Gemfile 2013-06-07 03:51:08.336134703 +0000 +@@ -16,56 +16,3 @@ + gem 'json' + gem "system_timer" if RUBY_VERSION =~ /^1\.8\./ && RUBY_PLATFORM =~ /darwin|linux/ + +-group :development do +- gem "inifile" +-end +- +-group :test do +- gem 'chronic' +- gem 'ZenTest', "=4.5.0" # 4.6.0 has a nasty bug that breaks autotest +- gem 'autotest-rails' +- if RAILS_VERSION_IS_3 +- unless chiliproject +- gem 'capybara', "~> 1.1" if ENV['IN_RBL_TESTENV'] == 'true' # redmine 2.3 conflicts +- gem "faye-websocket", "~>0.4.7" +- gem "poltergeist", "~>1.0" +- end +- gem 'cucumber-rails' +- gem "culerity" +- else +- unless chiliproject +- gem "capybara", "~>1.1.0" +- gem "poltergeist", "~>0.6.0" +- end +- gem "cucumber", "=1.1.0" +- gem 'cucumber-rails2', "~> 0.3.5" +- gem "culerity", "=0.2.15" +- end +- gem "database_cleaner" +- if RAILS_VERSION_IS_3 +- gem "gherkin", "~> 2.6" +- else +- gem "gherkin", "~> 2.5.0" +- end +- gem "redgreen" if RUBY_VERSION < "1.9" +- if RAILS_VERSION_IS_3 +- gem "rspec", '~>2.11.0' +- gem "rspec-rails", '~> 2.11.0' +- else +- gem "rspec", "=1.3.1" +- gem "rspec-rails", "=1.3.3" +- end +- if RUBY_VERSION >= "1.9" +- gem "simplecov", "~>0.6" +- else +- gem "rcov", "=0.9.11" +- end +- gem "ruby-prof", :platforms => [:ruby] +- gem "spork" +- gem "test-unit", "=1.2.3" if RUBY_VERSION >= "1.9" and ENV['IN_RBL_TESTENV'] == 'true' +- gem "timecop", '~> 0.3.5' +-end +- +-# moved out of the dev group so backlogs can be tested by the user after install. Too many issues of weird setups with apache, nginx, etc. +-# thin doesn't work for jruby +-gem "thin", :platforms => [:ruby] Property changes on: files/patch-Gemfile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property --- redmine-backlogs-1.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 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 A0F93E9E for ; Fri, 7 Jun 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 9412B17C6 for ; Fri, 7 Jun 2013 04:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r574A15V016650 for ; Fri, 7 Jun 2013 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r574A187016649; Fri, 7 Jun 2013 04:10:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 04:10:01 GMT Message-Id: <201306070410.r574A187016649@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179388: [PATCH] update audio/murmur to 1.2.4 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, 07 Jun 2013 04:10:01 -0000 The following reply was made to PR ports/179388; it has been noted by GNATS. From: Edwin Groothuis To: ayu@commun.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/179388: [PATCH] update audio/murmur to 1.2.4 Date: Fri, 7 Jun 2013 04:00:07 UT Maintainer of audio/murmur, Please note that PR ports/179388 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/179388 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 04: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 AD64DECE; Fri, 7 Jun 2013 04:10: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 88AE217C8; Fri, 7 Jun 2013 04:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r574A8d4016731; Fri, 7 Jun 2013 04:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r574A72X016730; Fri, 7 Jun 2013 04:10:07 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 04:10:07 GMT Message-Id: <201306070410.r574A72X016730@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179389: [PATCH] www/redmine-backlogs: update to 1.0.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, 07 Jun 2013 04:10:08 -0000 Synopsis: [PATCH] www/redmine-backlogs: update to 1.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 04: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=179389 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 04:26:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 497283A3; Fri, 7 Jun 2013 04:26: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 22A0D185A; Fri, 7 Jun 2013 04:26:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r574QUYI020960; Fri, 7 Jun 2013 04:26:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r574QUU2020959; Fri, 7 Jun 2013 04:26:30 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 04:26:30 GMT Message-Id: <201306070426.r574QUU2020959@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179386: [maintainer update] finance/py-vatnumber version update from 1.0 to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 04:26:31 -0000 Synopsis: [maintainer update] finance/py-vatnumber version update from 1.0 to 1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 04:26:30 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=179386 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 04:40: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 556AA52B for ; Fri, 7 Jun 2013 04:40: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 47F2A18B9 for ; Fri, 7 Jun 2013 04:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r574e1n7022801 for ; Fri, 7 Jun 2013 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r574e16X022798; Fri, 7 Jun 2013 04:40:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 04:40:01 GMT Message-Id: <201306070440.r574e16X022798@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Takefu Subject: Re: ports/179384: [PATCH] devel/boehm-gc: update to 7.2d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Takefu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 04:40:12 -0000 The following reply was made to PR ports/179384; it has been noted by GNATS. From: Takefu To: Hirohisa Yamaguchi Cc: bug-followup@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/179384: [PATCH] devel/boehm-gc: update to 7.2d Date: Fri, 07 Jun 2013 13:39:43 +0900 =E3=81=9F=E3=81=91=E3=81=B5=EF=BC=A0=E5=A4=A7=E9=98=AA=E8=B1=8A=E4=B8=AD=E3= =81=A7=E3=81=99=E3=80=82 It did not notice it. Close request #179384 Thank you. Hirohisa Yamaguchi =E3=81=95=E3=82=93=E3=81=AF=E6=9B=B8=E3=81=8D=E3=81=BE= =E3=81=97=E3=81=9F (2013/06/07 11:55): > Hi, >=20 > I've sent a similar PR several months ago: ports/176716. >=20 >=20 > I hope a ports committer who picks this up will close mine, too. >=20 >=20 > Regards, >=20 --=20 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 05:03: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 B4585841; Fri, 7 Jun 2013 05:03:12 +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 8C90E1945; Fri, 7 Jun 2013 05:03:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5753CPO027847; Fri, 7 Jun 2013 05:03:12 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5753C7J027846; Fri, 7 Jun 2013 05:03:12 GMT (envelope-from culot) Date: Fri, 7 Jun 2013 05:03:12 GMT Message-Id: <201306070503.r5753C7J027846@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/179377: [maintainer] [patch] www/p5-Catalyst-Plugin-DateTime: cosmetic 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: Fri, 07 Jun 2013 05:03:12 -0000 Synopsis: [maintainer] [patch] www/p5-Catalyst-Plugin-DateTime: cosmetic changes Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Jun 7 05:03:12 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179377 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 05:11:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9FEF48E8; Fri, 7 Jun 2013 05:11:43 +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 79BD51976; Fri, 7 Jun 2013 05:11:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r575Bhus029963; Fri, 7 Jun 2013 05:11:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r575Bhgx029962; Fri, 7 Jun 2013 05:11:43 GMT (envelope-from linimon) Date: Fri, 7 Jun 2013 05:11:43 GMT Message-Id: <201306070511.r575Bhgx029962@freefall.freebsd.org> To: takefu@airport.fm, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/179384: [PATCH] devel/boehm-gc: update to 7.2d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 05:11:43 -0000 Synopsis: [PATCH] devel/boehm-gc: update to 7.2d State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jun 7 05:11:28 UTC 2013 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=179384 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 07: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 2260D17F for ; Fri, 7 Jun 2013 07: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 070BC1E07 for ; Fri, 7 Jun 2013 07:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r577e29w058416 for ; Fri, 7 Jun 2013 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r577e2kh058415; Fri, 7 Jun 2013 07:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 07:40:02 GMT Resent-Message-Id: <201306070740.r577e2kh058415@freefall.freebsd.org> 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 22ACA151 for ; Fri, 7 Jun 2013 07:37:51 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id AA6881DF3 for ; Fri, 7 Jun 2013 07:37:50 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.31]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MSFoz-1UwEAI1NGt-00TWx0 for ; Fri, 07 Jun 2013 09:37:49 +0200 Received: (qmail invoked by alias); 07 Jun 2013 07:37:48 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp031) with SMTP; 07 Jun 2013 09:37:48 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 09:37:46 +0200 Message-Id: <20130607073751.22ACA151@hub.freebsd.org> Date: Fri, 07 Jun 2013 09:37:46 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179390: [PATCH] lang/pure: update to 0.57, remove bsd.pure.mk Cc: lichray@gmail.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, 07 Jun 2013 07:40:03 -0000 >Number: 179390 >Category: ports >Synopsis: [PATCH] lang/pure: update to 0.57, remove bsd.pure.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 07:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 0.57 - Shorten header - Trim master sites - Trim comment - Trim dependency for devel/llvm - Add new Uses - Trim docs - Trim examples - Add ETC Option - Fix data - Comply with OptionsNG - Remove bsd.pure.mk - Update WWW - Trim pkg-plist Removed file(s): - bsd.pure.mk Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: Port not use new /usr/ports/Mk/Uses/pure.mk Build log https://redports.org/buildarchive/20130607001900-18016/ >Fix: --- pure-0.57.patch begins here --- diff -ruN /usr/ports/lang/pure/Makefile ./Makefile --- /usr/ports/lang/pure/Makefile 2013-06-02 19:01:36.000000000 +0200 +++ ./Makefile 2013-06-07 09:17:07.000000000 +0200 @@ -1,42 +1,52 @@ -# New ports collection makefile for: pure -# Date created: 2011-03-17 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/lang/pure/Makefile 310792 2013-01-22 02:05:58Z brooks $ -# PORTNAME= pure -PORTVERSION= 0.55 +PORTVERSION= 0.57 CATEGORIES= lang +MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com -COMMENT= A modern-style functional programming language +COMMENT= Modern-style functional programming language LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ mpfr:${PORTSDIR}/math/mpfr -BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31 -RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31 +BUILD_DEPENDS= llvm>=3.2:${PORTSDIR}/devel/llvm +RUN_DEPENDS= llvm>=3.2:${PORTSDIR}/devel/llvm MAN1= pure.1 SUB_FILES= pkg-message +USES= pathfix pkgconfig USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig -USE_PURE= yes +CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release +USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release +MAKE_ARGS+= prefix=${PREFIX} mandir=${PREFIX}/man \ + CC=${CC} CFLAGS="${CFLAGS}" \ + CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ + CPPFLAGS+=-I${LOCALBASE}/include \ + LDFLAGS+=-L${LOCALBASE}/lib + +PORTDOCS= * +PORTEXAMPLES= * -OPTIONS_DEFINE= EMACS +OPTIONS_DEFINE= EMACS ETC EMACS_DESC= Compile pure-mode.el with Emacs +ETC_DESC= Copy Pure syntax highlighting to ${DATADIR}/etc + +OPTIONS_DEFAULT= ETC +.include .include .if ${PORT_OPTIONS:MEMACS} @@ -48,26 +58,13 @@ PLIST_SUB+= ELC="@comment " .endif -# automatically disable readline support if editline support is available -.if exists(/usr/include/edit/readline/readline.h) -CONFIGURE_ARGS+= --without-readline -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_TARGET= x86_64-portbld-freebsd -.endif - -PORTDATA= * -PORTEXAMPLES= * -PORTDOCS= * - -.if !defined(NOPORTDATA) -SUB_LIST+= ETC="" +.if ${PORT_OPTIONS:METC} +PLIST_SUB+= ETC="" .else -SUB_LIST+= ETC="@comment " +PLIST_SUB+= ETC="@comment " .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} PLIST_SUB+= DOCS="" .else PLIST_SUB+= DOCS="@comment " @@ -79,26 +76,46 @@ SUB_LIST+= NOCLANG="@comment " .endif -.include +# automatically disable readline support if editline support is available +.if exists(/usr/include/edit/readline/readline.h) +CONFIGURE_ARGS+= --without-readline +.endif + +.if ${ARCH} == "amd64" +CONFIGURE_TARGET= x86_64-portbld-freebsd +.endif post-install: -.if !defined(NOPORTDATA) - @${MKDIR} ${DATADIR}/etc/ - (cd ${WRKSRC} && ${RM} -f etc/*.in && ${COPYTREE_SHARE} etc/ ${DATADIR}/) +.if ${PORT_OPTIONS:METC} + @${MKDIR} ${DATADIR}/etc + @(cd ${WRKSRC} && ${RM} -f etc/*.in && ${COPYTREE_SHARE} etc/ ${DATADIR}) .endif -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + @(cd ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION} && ${RM} -f Makefile && ${COPYTREE_SHARE} . ${DOCSDIR}) + ${LN} -sf ${DOCSDIR} ${PREFIX}/lib/${PORTNAME}/docs +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - (cd ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION} && ${RM} -f Makefile && ${COPYTREE_SHARE} \* ${DOCSDIR}) - ${LN} -fs ${DOCSDIR} ${PREFIX}/lib/${PORTNAME}/docs +.if ${PORT_OPTIONS:METC} + @${ECHO_CMD} + @${ECHO_CMD} + @${ECHO_CMD} "===============================================================================" + @${ECHO_CMD} + @${ECHO_CMD} " Note that we installed a few Pure syntax highlighting" + @${ECHO_CMD} " files for the code editors in ${DATADIR}/etc/" + @${ECHO_CMD} + @${ECHO_CMD} "===============================================================================" + @${ECHO_CMD} .endif + @${ECHO_CMD} @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} -.include "bsd.pure.mk" .include diff -ruN /usr/ports/lang/pure/bsd.pure.mk ./bsd.pure.mk --- /usr/ports/lang/pure/bsd.pure.mk 2013-06-02 19:01:36.000000000 +0200 +++ ./bsd.pure.mk 1970-01-01 01:00:00.000000000 +0100 @@ -1,96 +0,0 @@ -# ex:ts=8 -# -# $FreeBSD: head/lang/pure/bsd.pure.mk 300896 2012-07-14 13:54:48Z beat $ -# -# bsd.pure.mk - Support for the Pure language packages -# -# Author: Zhihao Yuan -# -# USE_PURE - Set it to 'yes' to use libpure.so. -# Others are regarded as a list of *RUN_DEPENDS* -# to pure-* addons. For example, -# USE_PURE= ffi makes the port depends on pure-ffi at runtime. -# USE_PURE_BUILD - Set it to 'yes' to change the addons in USE_PURE -# list to *BUILD_DEPENDS*. -# NO_PURE_EXAMPLES - Don't automatically install examples/. - -.if !defined(PURE_include) - -PURE_MAINTAINER=lichray@gmail.com -PURE_include= bsd.pure.mk - -MASTER_SITES?= http://pure-lang.googlecode.com/files/ -DIST_SUBDIR= pure - -USE_GMAKE= yes - -_PURE_audio_cat= audio -_PURE_csv_cat= textproc -_PURE_ffi_cat= devel -_PURE_gen_cat= devel -_PURE_gen_util= pure-gen -_PURE_gl_cat= graphics -_PURE_gl_fn= GL -_PURE_gtk_cat= x11-toolkits -_PURE_mpfr_cat= math -_PURE_readline_cat= devel -_PURE_sockets_cat= net -_PURE_sql3_cat= databases -_PURE_tk_cat= x11-toolkits -_PURE_xml_cat= textproc - -.ifdef _PURE_${PORTNAME}_cat -CATEGORIES= _PURE_${PORTNAME}_cat -.endif - -.if ${PORTNAME} != pure - -.if ${USE_PURE} == yes -LIB_DEPENDS+= pure.8:${PORTSDIR}/lang/pure -.else -. for dep in ${USE_PURE} -_PURE_LIBDIR= ${LOCALBASE}/lib/pure -_PURE_PORTDIR= ${PORTSDIR}/${_PURE_${dep}_cat}/pure-${dep} -. ifdef _PURE_${dep}_cat -. ifdef _PURE_${dep}_util -BUILD_DEPENDS+= ${_PURE_${dep}_util}:${_PURE_PORTDIR} -. else -. ifdef USE_PURE_BUILD -. ifdef _PURE_${dep}_fn -BUILD_DEPENDS+= ${_PURE_LIBDIR}/${_PURE_${dep}_fn}.pure:${_PURE_PORTDIR} -. else -BUILD_DEPENDS+= ${_PURE_LIBDIR}/${dep}.pure:${_PURE_PORTDIR} -. endif -. endif -. ifdef _PURE_${dep}_fn -RUN_DEPENDS+= ${_PURE_LIBDIR}/${_PURE_${dep}_fn}.pure:${_PURE_PORTDIR} -. else -RUN_DEPENDS+= ${_PURE_LIBDIR}/${dep}.pure:${_PURE_PORTDIR} -. endif -. endif -. else -. error pure-${dep} is not supported by "bsd.pure.mk" -. endif -. endfor -.endif - -.endif # PORTNAME != pure - -MAKE_ARGS+= prefix=${PREFIX} mandir=${PREFIX}/man \ - CC=${CC} CFLAGS="${CFLAGS}" \ - CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS+=-I${LOCALBASE}/include \ - LDFLAGS+=-L${LOCALBASE}/lib - -.if ${PORTNAME:Mpure-*} !="" && !defined(NO_PURE_EXAMPLES) -PORTEXAMPLES= * - -post-install: -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) -.endif - -.endif - -.endif #!defined(PURE_include) diff -ruN /usr/ports/lang/pure/distinfo ./distinfo --- /usr/ports/lang/pure/distinfo 2013-06-02 19:01:36.000000000 +0200 +++ ./distinfo 2013-06-03 19:56:57.000000000 +0200 @@ -1,4 +1,4 @@ -SHA256 (pure/pure-0.55.tar.gz) = 36dbf1b77719a8031766b30812ac89102188d01ae9da80c2b53889f501cb58a7 -SIZE (pure/pure-0.55.tar.gz) = 1147787 -SHA256 (pure/pure-docs-0.55.tar.gz) = 2cd0045c8fd126cf41cb847f2842e11b7c0480c8cb8d5ea33470cf7edcfd1db9 -SIZE (pure/pure-docs-0.55.tar.gz) = 3540249 +SHA256 (pure/pure-0.57.tar.gz) = 31c16894f132046dbb8a5826cc8ebd62c76fe2741eca2fd1b6e8799eddca5fe8 +SIZE (pure/pure-0.57.tar.gz) = 1455384 +SHA256 (pure/pure-docs-0.57.tar.gz) = d40705a2d24bea1e0e139bb65bafc5d91da43c07d529b909c49d90bd7565eafa +SIZE (pure/pure-docs-0.57.tar.gz) = 4785296 diff -ruN /usr/ports/lang/pure/files/patch-pure.cc ./files/patch-pure.cc --- /usr/ports/lang/pure/files/patch-pure.cc 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-pure.cc 2013-04-05 04:56:25.000000000 +0200 @@ -0,0 +1,19 @@ +--- pure.cc.orig 2013-02-14 15:03:12.000000000 +0100 ++++ pure.cc 2013-04-05 04:54:33.000000000 +0200 +@@ -362,14 +362,14 @@ + + static char *my_command_input2(const char *prompt) + { +-#ifdef HAVE_READLINE_HISTORY ++#if 0 + HISTORY_STATE *save_hist = history_get_history_state(); + int histmax = unstifle_history(); + history_set_history_state(my_hist); + stifle_history(600); + #endif + char *s = readline(prompt); +-#ifdef HAVE_READLINE_HISTORY ++#if 0 + if (s && *s) add_history(s); + free(my_hist); + my_hist = history_get_history_state(); diff -ruN /usr/ports/lang/pure/files/pkg-message.in ./files/pkg-message.in --- /usr/ports/lang/pure/files/pkg-message.in 2013-06-02 19:01:36.000000000 +0200 +++ ./files/pkg-message.in 2013-04-05 17:07:45.000000000 +0200 @@ -1,11 +1,9 @@ -==== -%%ETC%%Note that we installed a few Pure syntax highlighting -%%ETC%%files for the code editors in %%DATADIR%%/etc/ -%%ETC%% +=============================================================================== + A text-based browser, such as one of following lynx: www/lynx - w3a: mwww/w3m + w3a: www/w3m is recommended to use the `help' command inside the interpreter. Check pure(1) for details. @@ -15,4 +13,5 @@ %%NOCLANG%% clang: lang/clang %%NOCLANG%% %%NOCLANG%%is required. -==== + +=============================================================================== diff -ruN /usr/ports/lang/pure/pkg-descr ./pkg-descr --- /usr/ports/lang/pure/pkg-descr 2013-06-02 19:01:36.000000000 +0200 +++ ./pkg-descr 2013-04-05 03:15:35.000000000 +0200 @@ -5,4 +5,4 @@ interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code. -WWW: https://code.google.com/p/pure-lang/ +WWW: http://purelang.bitbucket.org/ diff -ruN /usr/ports/lang/pure/pkg-plist ./pkg-plist --- /usr/ports/lang/pure/pkg-plist 2013-06-02 19:01:36.000000000 +0200 +++ ./pkg-plist 2013-04-05 17:35:24.000000000 +0200 @@ -6,6 +6,7 @@ lib/pure/array.pure lib/pure/avltrees.pure lib/pure/dict.pure +lib/pure/enum.pure lib/pure/faustui.pure lib/pure/getopt.pure lib/pure/heap.pure @@ -18,7 +19,6 @@ lib/pure/pure_main.c lib/pure/pure_main.o lib/pure/quasiquote.pure -lib/pure/quasiquote1.pure lib/pure/records.pure lib/pure/regex.pure lib/pure/set.pure @@ -27,6 +27,18 @@ libdata/pkgconfig/pure.pc %%ELC%%%%EMACS_SITE_LISPDIR%%/pure-mode.el %%ELC%%%%EMACS_SITE_LISPDIR%%/pure-mode.elc +%%ETC%%%%DATADIR%%/etc/pure-highlight.lang +%%ETC%%%%DATADIR%%/etc/pure-mode.el +%%ELC%%%%ETC%%%%DATADIR%%/etc/pure-mode.elc +%%ETC%%%%DATADIR%%/etc/pure.lang +%%ETC%%%%DATADIR%%/etc/pure.nanorc +%%ETC%%%%DATADIR%%/etc/pure.plist +%%ETC%%%%DATADIR%%/etc/pure.py +%%ETC%%%%DATADIR%%/etc/pure.ssh +%%ETC%%%%DATADIR%%/etc/pure.vim +%%ETC%%%%DATADIR%%/etc/pure.xml +%%ETC%%@dirrm %%DATADIR%%/etc +%%ETC%%@dirrm %%DATADIR%% %%DOCS%%lib/pure/docs @dirrm lib/pure @dirrm include/pure --- pure-0.57.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 07:40:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12E881B1; Fri, 7 Jun 2013 07:40: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 E17821E0A; Fri, 7 Jun 2013 07:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r577eCv3058496; Fri, 7 Jun 2013 07:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r577eCAG058495; Fri, 7 Jun 2013 07:40:12 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 07:40:12 GMT Message-Id: <201306070740.r577eCAG058495@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179390: [PATCH] lang/pure: update to 0.57, remove bsd.pure.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 07:40:13 -0000 Synopsis: [PATCH] lang/pure: update to 0.57, remove bsd.pure.mk Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 07:40:12 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179390 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 07:57: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 54326B15; Fri, 7 Jun 2013 07:57:03 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9671EAB; Fri, 7 Jun 2013 07:57:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r577v39P062619; Fri, 7 Jun 2013 07:57:03 GMT (envelope-from az@freefall.freebsd.org) Received: (from az@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r577v2ql062618; Fri, 7 Jun 2013 07:57:02 GMT (envelope-from az) Date: Fri, 7 Jun 2013 07:57:02 GMT Message-Id: <201306070757.r577v2ql062618@freefall.freebsd.org> To: samm@os2.kiev.ua, az@FreeBSD.org, az@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: az@FreeBSD.org Subject: Re: ports/178942: [patch] www/awstats X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 07:57:03 -0000 Synopsis: [patch] www/awstats State-Changed-From-To: feedback->closed State-Changed-By: az State-Changed-When: Fri Jun 7 07:57:01 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=178942 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 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 F305FD2C for ; Fri, 7 Jun 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 D820E1EC8 for ; Fri, 7 Jun 2013 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57800ER062725 for ; Fri, 7 Jun 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57800g0062724; Fri, 7 Jun 2013 08:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 08:00:00 GMT Resent-Message-Id: <201306070800.r57800g0062724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 76E0DC2E for ; Fri, 7 Jun 2013 07:58:04 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0A6181EB6 for ; Fri, 7 Jun 2013 07:58:04 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.27]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0M4lNL-1URohy0mfl-00z09l for ; Fri, 07 Jun 2013 09:58:03 +0200 Received: (qmail invoked by alias); 07 Jun 2013 07:58:02 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp027) with SMTP; 07 Jun 2013 09:58:02 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 09:58:01 +0200 Message-Id: <20130607075804.76E0DC2E@hub.freebsd.org> Date: Fri, 07 Jun 2013 09:58:01 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179391: [PATCH] audio/pure-audio: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 08:00:01 -0000 >Number: 179391 >Category: ports >Synopsis: [PATCH] audio/pure-audio: New Uses pure, add license >Confidential: no >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 Jun 07 08:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Shorten header - Trim master sites - Trim comment - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) Build log https://redports.org/buildarchive/20130607005500-45597/ >How-To-Repeat: >Fix: --- pure-audio-0.5.patch begins here --- diff -ruN /usr/ports/audio/pure-audio/Makefile ./Makefile --- /usr/ports/audio/pure-audio/Makefile 2013-06-02 19:00:25.000000000 +0200 +++ ./Makefile 2013-06-07 00:20:23.000000000 +0200 @@ -1,30 +1,46 @@ -# New ports collection makefile for: pure-gtk -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/audio/pure-audio/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= pure-audio PORTVERSION= 0.5 CATEGORIES= audio +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com -COMMENT= A digital audio interface for the Pure language +COMMENT= Digital audio interface for the Pure language + +LICENSE= BSD LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio2 \ samplerate:${PORTSDIR}/audio/libsamplerate \ sndfile:${PORTSDIR}/audio/libsndfile \ fftw3:${PORTSDIR}/math/fftw3 -USE_PURE= yes +USES= pure post-patch: - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e "s|-lportaudio|-I${LOCALBASE}/include/portaudio2 -L${LOCALBASE}/lib/portaudio2 -lportaudio|" \ -e "s|portaudio.h|portaudio2/portaudio.h|g" \ - ${WRKSRC}/Makefile + ${WRKSRC}/Makefile + +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +.include diff -ruN /usr/ports/audio/pure-audio/pkg-descr ./pkg-descr --- /usr/ports/audio/pure-audio/pkg-descr 2013-06-02 19:00:25.000000000 +0200 +++ ./pkg-descr 2013-04-05 20:44:51.000000000 +0200 @@ -4,4 +4,4 @@ to realtime scheduling on systems which have a pthreads library with the POSIX realtime threads extension. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-audio.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-audio.html --- pure-audio-0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08:00: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 0C7F1D41 for ; Fri, 7 Jun 2013 08:00: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 F3B0D1ECE for ; Fri, 7 Jun 2013 08:00:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57805lT062811 for ; Fri, 7 Jun 2013 08:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57805gu062810; Fri, 7 Jun 2013 08:00:05 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 08:00:05 GMT Message-Id: <201306070800.r57805gu062810@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178942: 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, 07 Jun 2013 08:00:06 -0000 The following reply was made to PR ports/178942; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178942: commit references a PR Date: Fri, 7 Jun 2013 07:57:08 +0000 (UTC) Author: az Date: Fri Jun 7 07:56:59 2013 New Revision: 320174 URL: http://svnweb.freebsd.org/changeset/ports/320174 Log: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178942 Submitted by: az Approved by: maintainer (timeout) Modified: head/www/awstats/Makefile Modified: head/www/awstats/Makefile ============================================================================== --- head/www/awstats/Makefile Fri Jun 7 07:56:02 2013 (r320173) +++ head/www/awstats/Makefile Fri Jun 7 07:56:59 2013 (r320174) @@ -41,10 +41,6 @@ RUN_DEPENDS+= p5-Net-IP>=0:${PORTSDIR}/n RUN_DEPENDS+= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS .endif -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/tools/awstats_buildstaticpages.pl @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/tools/awstats_configure.pl _______________________________________________ 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 Jun 7 08:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D5ECBD75; Fri, 7 Jun 2013 08:00: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 B1A6A1ED2; Fri, 7 Jun 2013 08:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57808uh062901; Fri, 7 Jun 2013 08:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57808BW062900; Fri, 7 Jun 2013 08:00:08 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 08:00:08 GMT Message-Id: <201306070800.r57808BW062900@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179391: [PATCH] audio/pure-audio: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 08:00:08 -0000 Synopsis: [PATCH] audio/pure-audio: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 08:00:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179391 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08:20: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 005E9C9A for ; Fri, 7 Jun 2013 08: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 DA0D71FA5 for ; Fri, 7 Jun 2013 08:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578K3oN068599 for ; Fri, 7 Jun 2013 08:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578K3AL068598; Fri, 7 Jun 2013 08:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 08:20:03 GMT Resent-Message-Id: <201306070820.r578K3AL068598@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 90E54ACD for ; Fri, 7 Jun 2013 08:18:24 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 196D01F93 for ; Fri, 7 Jun 2013 08:18:23 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MRydg-1UwWiC3hO6-00TAbv for ; Fri, 07 Jun 2013 10:18:22 +0200 Received: (qmail invoked by alias); 07 Jun 2013 08:18:21 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 07 Jun 2013 10:18:21 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 10:18:21 +0200 Message-Id: <20130607081824.90E54ACD@hub.freebsd.org> Date: Fri, 07 Jun 2013 10:18:21 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179393: [PATCH] databases/pure-sql3: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 08:20:04 -0000 >Number: 179393 >Category: ports >Synopsis: [PATCH] databases/pure-sql3: New Uses pure, add license >Confidential: no >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 Jun 07 08:20:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607011001-2265/ >Fix: --- pure-sql3-0.4_2.patch begins here --- diff -ruN /usr/ports/databases/pure-sql3/Makefile ./Makefile --- /usr/ports/databases/pure-sql3/Makefile 2013-06-02 18:56:12.000000000 +0200 +++ ./Makefile 2013-06-06 18:26:22.000000000 +0200 @@ -1,25 +1,41 @@ -# New ports collection makefile for: pure-sql3 -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/databases/pure-sql3/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-sql3 PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure language binding to the SQLite3 library +LICENSE= BSD + LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 -USE_PURE= yes +USES= pure PLIST_FILES= lib/pure/sql3.pure \ lib/pure/sql3util.so -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/databases/pure-sql3/pkg-descr ./pkg-descr --- /usr/ports/databases/pure-sql3/pkg-descr 2013-06-02 18:56:12.000000000 +0200 +++ ./pkg-descr 2013-04-06 02:53:35.000000000 +0200 @@ -3,4 +3,4 @@ developer access to all of Sqlite3's features in a way that is convenient for Pure programmers. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-sql3.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-sql3.html --- pure-sql3-0.4_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08:20: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 57627C9F for ; Fri, 7 Jun 2013 08:20: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 2547A1FA9 for ; Fri, 7 Jun 2013 08:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578K4YQ068622 for ; Fri, 7 Jun 2013 08:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578K4Sl068621; Fri, 7 Jun 2013 08:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 08:20:04 GMT Resent-Message-Id: <201306070820.r578K4Sl068621@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Oleg A. Mamontov" Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 99FC5A65 for ; Fri, 7 Jun 2013 08:13:16 +0000 (UTC) (envelope-from oleg@mamontov.net) Received: from lb1.lamoda.ru (lb1.lamoda.ru [87.245.139.4]) by mx1.freebsd.org (Postfix) with ESMTP id 57A471F6B for ; Fri, 7 Jun 2013 08:13:16 +0000 (UTC) Received: from lonerr by lonerr.jail.local with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UkZMb-000LMy-BF; Thu, 06 Jun 2013 16:32:21 +0400 Message-Id: Date: Thu, 06 Jun 2013 16:32:21 +0400 From: "Oleg A. Mamontov" Sender: "Oleg A. Mamontov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency Cc: jwbacon@tds.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 08:20:07 -0000 >Number: 179394 >Category: ports >Synopsis: [PATCH] devel/libsysinfo: fixed kvm dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 08:20:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oleg Mamontov >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD lonerr.jail.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: [DESCRIBE CHANGES] Port maintainer (jwbacon@tds.net) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- libsysinfo-0.0.2.patch begins here --- diff -ruN ../libsysinfo.orig/Makefile ./Makefile --- ../libsysinfo.orig/Makefile 2013-06-06 16:25:49.498054755 +0400 +++ ./Makefile 2013-06-06 16:21:00.933054801 +0400 @@ -18,6 +18,8 @@ USE_LDCONFIG= yes PROJECTHOST= sysinfo-bsd +LDFLAGS += -lkvm + PLIST_FILES= include/sys/sysinfo.h \ lib/libsysinfo.a \ lib/libsysinfo.so \ --- libsysinfo-0.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08: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 8D479D1B; Fri, 7 Jun 2013 08: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 68B8A1FAF; Fri, 7 Jun 2013 08:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578KGmX068876; Fri, 7 Jun 2013 08:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578KG27068875; Fri, 7 Jun 2013 08:20:16 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 08:20:16 GMT Message-Id: <201306070820.r578KG27068875@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179393: [PATCH] databases/pure-sql3: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 08:20:16 -0000 Synopsis: [PATCH] databases/pure-sql3: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 08:20:16 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179393 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08:20: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 CB10CD58; Fri, 7 Jun 2013 08:20: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 A70E11FB4; Fri, 7 Jun 2013 08:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578KL8J069154; Fri, 7 Jun 2013 08:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578KLfK069153; Fri, 7 Jun 2013 08:20:21 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 08:20:21 GMT Message-Id: <201306070820.r578KLfK069153@freefall.freebsd.org> To: oleg@mamontov.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 08:20:21 -0000 Synopsis: [PATCH] devel/libsysinfo: fixed kvm dependency State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Jun 7 08:20:21 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179394 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08: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 9F68140C for ; Fri, 7 Jun 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 9261A10BF for ; Fri, 7 Jun 2013 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578U1ZA071462 for ; Fri, 7 Jun 2013 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578U18T071461; Fri, 7 Jun 2013 08:30:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 08:30:01 GMT Message-Id: <201306070830.r578U18T071461@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency 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, 07 Jun 2013 08:30:01 -0000 The following reply was made to PR ports/179394; it has been noted by GNATS. From: Edwin Groothuis To: jwbacon@tds.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency Date: Fri, 7 Jun 2013 08:20:20 UT Maintainer of devel/libsysinfo, Please note that PR ports/179394 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/179394 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08: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 2C269416 for ; Fri, 7 Jun 2013 08: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 0E9FD10C5 for ; Fri, 7 Jun 2013 08:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578U2m6071479 for ; Fri, 7 Jun 2013 08:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578U2dN071478; Fri, 7 Jun 2013 08:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 08:30:02 GMT Resent-Message-Id: <201306070830.r578U2dN071478@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B71071FC for ; Fri, 7 Jun 2013 08:28:33 +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 4C8071075 for ; Fri, 7 Jun 2013 08:28:33 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.4]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MTuiV-1UtUsz1Qvp-00QhrB for ; Fri, 07 Jun 2013 10:28:32 +0200 Received: (qmail invoked by alias); 07 Jun 2013 08:28:31 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp004) with SMTP; 07 Jun 2013 10:28:31 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 10:28:30 +0200 Message-Id: <20130607082833.B71071FC@hub.freebsd.org> Date: Fri, 07 Jun 2013 10:28:30 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179395: [PATCH] devel/pure-ffi: update to 0.13, new Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 08:30:03 -0000 >Number: 179395 >Category: ports >Synopsis: [PATCH] devel/pure-ffi: update to 0.13, new Uses pure, add license >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 08:30:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 0.13 - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607014700-52399/ >Fix: --- pure-ffi-0.13.patch begins here --- diff -ruN /usr/ports/devel/pure-ffi/Makefile ./Makefile --- /usr/ports/devel/pure-ffi/Makefile 2013-06-02 18:59:38.000000000 +0200 +++ ./Makefile 2013-06-07 10:20:29.000000000 +0200 @@ -1,25 +1,41 @@ -# New ports collection makefile for: pure-ffi -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/devel/pure-ffi/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-ffi -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= devel +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure language interface to libffi +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual + LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi -USE_PURE= yes +USES= pure PLIST_FILES= lib/pure/ffi.pure \ lib/pure/ffi.so -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/devel/pure-ffi/distinfo ./distinfo --- /usr/ports/devel/pure-ffi/distinfo 2013-06-02 18:59:38.000000000 +0200 +++ ./distinfo 2013-06-06 18:31:21.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (pure/pure-ffi-0.12.tar.gz) = 7aba78d96cad5ce6277b9857cbe9a09d6d572cb3fa5a48a53e4a8d3e23eee32d -SIZE (pure/pure-ffi-0.12.tar.gz) = 39868 +SHA256 (pure/pure-ffi-0.13.tar.gz) = 1c605ee261a6a8fe60684e764ba1f12dfd2e1e09290190411314b35a71a69636 +SIZE (pure/pure-ffi-0.13.tar.gz) = 39857 diff -ruN /usr/ports/devel/pure-ffi/pkg-descr ./pkg-descr --- /usr/ports/devel/pure-ffi/pkg-descr 2013-06-02 18:59:38.000000000 +0200 +++ ./pkg-descr 2013-04-06 03:03:39.000000000 +0200 @@ -3,4 +3,4 @@ built-in C interface in that it also handles C structs and makes Pure functions callable from C without writing a single line of C code. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-ffi.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-ffi.html --- pure-ffi-0.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08:30: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 5F86E545; Fri, 7 Jun 2013 08:30: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 3A74610D1; Fri, 7 Jun 2013 08:30:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578USai071561; Fri, 7 Jun 2013 08:30:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578USsv071560; Fri, 7 Jun 2013 08:30:28 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 08:30:28 GMT Message-Id: <201306070830.r578USsv071560@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179395: [PATCH] devel/pure-ffi: update to 0.13, new Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 08:30:28 -0000 Synopsis: [PATCH] devel/pure-ffi: update to 0.13, new Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 08:30:27 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179395 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 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 2D5108E8 for ; Fri, 7 Jun 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 0DEDD1163 for ; Fri, 7 Jun 2013 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578o0jK074948 for ; Fri, 7 Jun 2013 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578o0G0074947; Fri, 7 Jun 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 08:50:00 GMT Resent-Message-Id: <201306070850.r578o0G0074947@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3B1F788D for ; Fri, 7 Jun 2013 08:42:33 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id CF1DF1134 for ; Fri, 7 Jun 2013 08:42:32 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MXCId-1UqBHO2ydZ-00WJ4w for ; Fri, 07 Jun 2013 10:42:31 +0200 Received: (qmail invoked by alias); 07 Jun 2013 08:42:30 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp019) with SMTP; 07 Jun 2013 10:42:30 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 10:42:28 +0200 Message-Id: <20130607084233.3B1F788D@hub.freebsd.org> Date: Fri, 07 Jun 2013 10:42:28 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179396: [PATCH] devel/pure-gen: New Uses pure:ffi, add license, remove pkg-plist Cc: lichray@gmail.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, 07 Jun 2013 08:50:01 -0000 >Number: 179396 >Category: ports >Synopsis: [PATCH] devel/pure-gen: New Uses pure:ffi, add license, remove 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: Fri Jun 07 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim comment - Add license - New Uses pure:ffi - Use PLIST_FILES and PLIST_DIRS instead of pkg-plist - Add docs and examples - Trim pkg-descr Removed file(s): - pkg-plist Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607020600-37508/ >Fix: --- pure-gen-0.15_1.patch begins here --- diff -ruN /usr/ports/devel/pure-gen/Makefile ./Makefile --- /usr/ports/devel/pure-gen/Makefile 2013-06-02 18:59:49.000000000 +0200 +++ ./Makefile 2013-06-07 10:32:24.000000000 +0200 @@ -1,26 +1,48 @@ -# New ports collection makefile for: pure-sql3 -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/devel/pure-gen/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-gen PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com -COMMENT= A C interface generator for the Pure language +COMMENT= C interface generator for the Pure language + +LICENSE= BSD BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ hs-language-c>=0.3.2:${PORTSDIR}/devel/hs-language-c -USE_PURE= yes +CC= gcc + +USES= pure:ffi +USE_GCC= 4.6+ + +MAN1= ${PORTNAME}.1 + +PLIST_FILES= bin/${PORTNAME} \ + lib/${PORTNAME}/dump-ast +PLIST_DIRS= lib/${PORTNAME} + +PORTDOCS= README README.dump-ast + +PORTEXAMPLES= * + +.include -MAN1= pure-gen.1 +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif -CC= gcc +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +.include diff -ruN /usr/ports/devel/pure-gen/pkg-descr ./pkg-descr --- /usr/ports/devel/pure-gen/pkg-descr 2013-06-02 18:59:49.000000000 +0200 +++ ./pkg-descr 2013-04-05 01:25:59.000000000 +0200 @@ -7,4 +7,4 @@ code which can be called via C. Interfaces to C++ can be made using SWIG's new C language module which can wrap arbitrary C++ libraries in C. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-gen.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-gen.html diff -ruN /usr/ports/devel/pure-gen/pkg-plist ./pkg-plist --- /usr/ports/devel/pure-gen/pkg-plist 2013-06-02 18:59:49.000000000 +0200 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -bin/pure-gen -lib/pure-gen/dump-ast -@dirrm lib/pure-gen --- pure-gen-0.15_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 35871917; Fri, 7 Jun 2013 08: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 0FA4F1165; Fri, 7 Jun 2013 08:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578o8IX075080; Fri, 7 Jun 2013 08:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578o8rd075079; Fri, 7 Jun 2013 08:50:08 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 08:50:08 GMT Message-Id: <201306070850.r578o8rd075079@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179396: [PATCH] devel/pure-gen: New Uses pure:ffi, add license, remove 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: Fri, 07 Jun 2013 08:50:09 -0000 Synopsis: [PATCH] devel/pure-gen: New Uses pure:ffi, add license, remove pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 08:50:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179396 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 11: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 1DE6A93C for ; Fri, 7 Jun 2013 11:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 03DFE18A0 for ; Fri, 7 Jun 2013 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57BU1aG006288 for ; Fri, 7 Jun 2013 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57BU15D006287; Fri, 7 Jun 2013 11:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 11:30:01 GMT Resent-Message-Id: <201306071130.r57BU15D006287@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lowell Gilbert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A05E472 for ; Fri, 7 Jun 2013 11:21:24 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 46B611859 for ; Fri, 7 Jun 2013 11:21:24 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 03D0D33C2A for ; Fri, 7 Jun 2013 07:21:14 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 7BCAE39822; Fri, 7 Jun 2013 07:21:14 -0400 (EDT) Message-Id: <20130607112114.7BCAE39822@lowell-desk.lan> Date: Fri, 7 Jun 2013 07:21:14 -0400 (EDT) From: Lowell Gilbert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179398: audio/mpg123.el isn't broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Lowell Gilbert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 11:30:02 -0000 >Number: 179398 >Category: ports >Synopsis: audio/mpg123.el isn't broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lowell Gilbert >Release: FreeBSD 9.1-STABLE amd64 >Organization: The Ilk >Environment: System: FreeBSD lowell-desk.lan 9.1-STABLE FreeBSD 9.1-STABLE #47 r250758M: Fri May 31 21:33:25 EDT 2013 root@lowell-desk.lan:/usr/obj/usr/src/sys/LOWELL64 amd64 >Description: audio/mpg123.el is marked broken for failing to fetch. It fetches fine at the moment. >How-To-Repeat: >Fix: Just remove the BROKEN line from the makefile. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 11:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F1CCA14 for ; Fri, 7 Jun 2013 11: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 5ADE818F0 for ; Fri, 7 Jun 2013 11:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Be00n007999 for ; Fri, 7 Jun 2013 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Be0Ee007998; Fri, 7 Jun 2013 11:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 11:40:00 GMT Resent-Message-Id: <201306071140.r57Be0Ee007998@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 803799FC for ; Fri, 7 Jun 2013 11:37:45 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 70E5F18E4 for ; Fri, 7 Jun 2013 11:37:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57BbjGC007927 for ; Fri, 7 Jun 2013 11:37:45 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57BbiRL007926; Fri, 7 Jun 2013 11:37:44 GMT (envelope-from wg) Message-Id: <201306071137.r57BbiRL007926@freefall.freebsd.org> Date: Fri, 7 Jun 2013 11:37:44 GMT From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179399: [PATCH] news/nzbget: does not need GCC anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 11:40:00 -0000 >Number: 179399 >Category: ports >Synopsis: [PATCH] news/nzbget: does not need GCC anymore >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r251226: Sat Jun 1 21:56:43 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: libpar has been update to 0.3 and works with clang >How-To-Repeat: >Fix: See patch --- nzbget.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 319984) +++ Makefile (working copy) @@ -34,8 +34,6 @@ .if ${PORT_OPTIONS:MPAR} CONFIGURE_ARGS+= --enable-parcheck --disable-libpar2-bugfixes-check LIB_DEPENDS+= par2:${PORTSDIR}/archivers/libpar2 - # configure fail to test libpar2 with clang - USE_GCC= any .else CONFIGURE_ARGS+= --disable-parcheck .endif --- nzbget.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 11: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 10B70A47; Fri, 7 Jun 2013 11: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 DDA2F18F4; Fri, 7 Jun 2013 11:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Be7lP008127; Fri, 7 Jun 2013 11:40:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Be703008126; Fri, 7 Jun 2013 11:40:07 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 11:40:07 GMT Message-Id: <201306071140.r57Be703008126@freefall.freebsd.org> To: wg@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179399: [PATCH] news/nzbget: does not need GCC anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 11:40:08 -0000 Synopsis: [PATCH] news/nzbget: does not need GCC anymore State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Jun 7 11:40:07 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179399 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 11:46: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 BAF3FFA3; Fri, 7 Jun 2013 11:46:03 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9598119E8; Fri, 7 Jun 2013 11:46:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Bk3Ci009796; Fri, 7 Jun 2013 11:46:03 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Bk3mx009795; Fri, 7 Jun 2013 11:46:03 GMT (envelope-from wg) Date: Fri, 7 Jun 2013 11:46:03 GMT Message-Id: <201306071146.r57Bk3mx009795@freefall.freebsd.org> To: toxic@doobie.com, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/179399: [PATCH] news/nzbget: does not need GCC anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 11:46:03 -0000 Synopsis: [PATCH] news/nzbget: does not need GCC anymore Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Jun 7 11:46:03 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179399 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 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 1C367CC6 for ; Fri, 7 Jun 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 024531C6B for ; Fri, 7 Jun 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57CU0km017695 for ; Fri, 7 Jun 2013 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57CU0rg017662; Fri, 7 Jun 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 12:30:00 GMT Resent-Message-Id: <201306071230.r57CU0rg017662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Otacílio de Araújo Ramos Neto Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3BF97C78 for ; Fri, 7 Jun 2013 12:26:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB111C3D for ; Fri, 7 Jun 2013 12:26:48 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r57CQkPO078327 for ; Fri, 7 Jun 2013 12:26:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r57CQk2e078326; Fri, 7 Jun 2013 12:26:46 GMT (envelope-from nobody) Message-Id: <201306071226.r57CQk2e078326@oldred.freebsd.org> Date: Fri, 7 Jun 2013 12:26:46 GMT From: Otacílio de Araújo Ramos Neto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179400: Update to port freetype2 to add Infinality patches X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 12:30:01 -0000 >Number: 179400 >Category: ports >Synopsis: Update to port freetype2 to add Infinality patches >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Otacílio de Araújo Ramos Neto >Release: 8.3-RELEASE-p6 >Organization: >Environment: FreeBSD squitch 8.3-RELEASE-p6 FreeBSD 8.3-RELEASE-p6 #26: Wed Mar 20 16:02:44 BRT 2013 ota@squitch:/usr/obj/usr/src/sys/SQUITCH i386 >Description: Added support to Infinality patches using a option. >How-To-Repeat: >Fix: Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/print/freetype2/Makefile ./Makefile --- /usr/ports/print/freetype2/Makefile 2013-05-22 14:57:15.000000000 -0300 +++ ./Makefile 2013-06-06 12:02:55.000000000 -0300 @@ -4,7 +4,7 @@ PORTNAME= freetype2 PORTVERSION= 2.4.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \ @@ -13,6 +13,7 @@ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \ ftp://ftp.freetype.org/freetype/freetype2/ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} +DISTFILES= ${DISTNAME}.tar.bz2 MAINTAINER= gnome@FreeBSD.org COMMENT= A free and portable TrueType font rendering engine @@ -28,9 +29,10 @@ LIBTOOLFILES= builds/unix/configure CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix -OPTIONS_DEFINE= LCD_FILTERING CFF_HINTING_ADOBE +OPTIONS_DEFINE= LCD_FILTERING CFF_HINTING_ADOBE INFINALITY LCD_FILTERING_DESC?= Sub-pixel rendering (patented) CFF_HINTING_ADOBE_DESC= CFF parsing and hinting engine by Adobe and Google +INFINALITY_DESC= Apply Infinality patch set to get a best rendering .include @@ -38,6 +40,14 @@ CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING .endif +.if ${PORT_OPTIONS:MINFINALITY} +MASTER_SITES+=http://www.infinality.net/fedora/linux/zips/:infinality +DISTFILES+=freetype-infinality-2.4.12-20130514_01-x86_64.tar.bz2:infinality +PLIST_SUB+= INF="" +.else +PLIST_SUB+= INF="@comment " +.endif + pre-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/builds/unix/install.mk @@ -46,6 +56,35 @@ ${WRKSRC}/src/cff/cffobjs.c .endif +post-patch: +.if ${PORT_OPTIONS:MINFINALITY} + ${PATCH} -p1 -d ${WRKSRC}/ < ${WRKDIR}/freetype-entire-infinality-patchset-20130514-01.patch +.endif + +post-install: +.if ${PORT_OPTIONS:MINFINALITY} + @${MKDIR} ${ETCDIR} + @${INSTALL_DATA} ${WRKDIR}/infinality-settings.sh ${ETCDIR}/infinality-settings.sh + + @${ECHO_MSG} "#" + @${ECHO_MSG} "# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING" + @${ECHO_MSG} "# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING" + @${ECHO_MSG} "#" + @${ECHO_MSG} "# The file ${ETCDIR}/infinality-settings.sh should be copied to " + @${ECHO_MSG} "# ${PREFIX}/etc/profile.d/ and included in ~/.bashrc or ~/.bash_profile for" + @${ECHO_MSG} "# each user" + @${ECHO_MSG} "#" + @${ECHO_MSG} "# . ${PREFIX}/etc/profile.d/infinality-settings.sh" + @${ECHO_MSG} "#" + @${ECHO_MSG} "# AFTER THEN EDIT THE FILE ${PREFIX}/etc/profile.d/infinality-settings.sh" + @${ECHO_MSG} "# AND SET THE VARIABLE USE_STYLE PRIOR IFs TO A OPTION FROM EXAMPLES" + @${ECHO_MSG} "#" + @${ECHO_MSG} "# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING" + @${ECHO_MSG} "# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING" + @${ECHO_MSG} "#" + +.endif + pre-configure: @${REINPLACE_CMD} -e '/^LIBTOOL/s|LIBTOOL := $$(FT_LIBTOOL_DIR)/libtool|LIBTOOL := ${WRKDIR}/gnome-libtool|' \ ${WRKSRC}/builds/unix/unix-cc.in diff -ruN --exclude=CVS /usr/ports/print/freetype2/distinfo ./distinfo --- /usr/ports/print/freetype2/distinfo 2013-05-22 14:57:15.000000000 -0300 +++ ./distinfo 2013-06-06 08:11:45.000000000 -0300 @@ -1,2 +1,4 @@ SHA256 (freetype-2.4.12.tar.bz2) = a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381 SIZE (freetype-2.4.12.tar.bz2) = 1597205 +SHA256 (freetype-infinality-2.4.12-20130514_01-x86_64.tar.bz2) = 151973c65d9de980df9d39849b38132743ea7c44dcaadca16bfcf3daf7b7e2d1 +SIZE (freetype-infinality-2.4.12-20130514_01-x86_64.tar.bz2) = 38460 diff -ruN --exclude=CVS /usr/ports/print/freetype2/pkg-plist ./pkg-plist --- /usr/ports/print/freetype2/pkg-plist 2013-05-22 14:57:15.000000000 -0300 +++ ./pkg-plist 2013-06-06 08:15:53.000000000 -0300 @@ -48,6 +48,7 @@ include/freetype2/freetype/tttables.h include/freetype2/freetype/tttags.h include/freetype2/freetype/ttunpat.h +%%INF%%%%ETCDIR%%/infinality-settings.sh include/ft2build.h lib/libfreetype.a lib/libfreetype.la @@ -58,3 +59,4 @@ @dirrm include/freetype2/freetype/config @dirrm include/freetype2/freetype @dirrm include/freetype2 +%%INF%%@dirrm %%ETCDIR%% ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 12:50: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 B5176508 for ; Fri, 7 Jun 2013 12:50: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 8A8961D62 for ; Fri, 7 Jun 2013 12:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Co1DN021078 for ; Fri, 7 Jun 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Co1s7021072; Fri, 7 Jun 2013 12:50:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 12:50:01 GMT Message-Id: <201306071250.r57Co1s7021072@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Mark Felder" Subject: Re: ports/179388: [PATCH] update audio/murmur to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Felder List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 12:50:06 -0000 The following reply was made to PR ports/179388; it has been noted by GNATS. From: "Mark Felder" To: bug-followup@freebsd.org Cc: Subject: Re: ports/179388: [PATCH] update audio/murmur to 1.2.4 Date: Fri, 07 Jun 2013 07:48:39 -0500 Duplicate of 179294 which also includes style/compliance fixes From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 13:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F03A465D for ; Fri, 7 Jun 2013 13:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E28BA1DD4 for ; Fri, 7 Jun 2013 13:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57D018J022749 for ; Fri, 7 Jun 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57D01e3022748; Fri, 7 Jun 2013 13:00:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 13:00:01 GMT Message-Id: <201306071300.r57D01e3022748@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jason Bacon Subject: Re: ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Bacon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 13:00:04 -0000 The following reply was made to PR ports/179394; it has been noted by GNATS. From: Jason Bacon To: bug-followup@FreeBSD.org Cc: Edwin Groothuis Subject: Re: ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency Date: Fri, 07 Jun 2013 07:54:29 -0500 Approved. On 06/07/13 03:20, Edwin Groothuis wrote: > Maintainer of devel/libsysinfo, > > Please note that PR ports/179394 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/179394 > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jason W. Bacon jwbacon@tds.net Circumstances don't make a man: They reveal him. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 13: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 90ACA65F for ; Fri, 7 Jun 2013 13:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 776F71DD6 for ; Fri, 7 Jun 2013 13:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57D04pX022760 for ; Fri, 7 Jun 2013 13:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57D04Ae022759; Fri, 7 Jun 2013 13:00:04 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 13:00:04 GMT Resent-Message-Id: <201306071300.r57D04Ae022759@freefall.freebsd.org> 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 9BB7D5FE for ; Fri, 7 Jun 2013 12:56:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 72D481DA2 for ; Fri, 7 Jun 2013 12:56:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r57CuVdq095400 for ; Fri, 7 Jun 2013 12:56:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r57CuV5s095399; Fri, 7 Jun 2013 12:56:31 GMT (envelope-from nobody) Message-Id: <201306071256.r57CuV5s095399@oldred.freebsd.org> Date: Fri, 7 Jun 2013 12:56:31 GMT From: nemysis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179401: [PATCH] /usr/ports/Mk/Uses/pure.mk: New Uses pure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 13:00:04 -0000 >Number: 179401 >Category: ports >Synopsis: [PATCH] /usr/ports/Mk/Uses/pure.mk: New Uses pure >Confidential: no >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 Jun 07 13:00:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - All tests have succeeded I have updated, checked and fixed all ports associated with pure.mk. /usr/ports/lang/pure/bsd.pure.mk will be obsolete, when all Pure Ports are committed. Please edit http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/appendices.html#uses-values and do necessary changes as under Feature Arguments Description pure none,ffi Implies the port uses lang/pure in one way or another, but largely is used for building pure related ports. ffi implies use devel/pure-ffi and devel/libffi. I will be submitting my work later today or latest by tomorrow. >How-To-Repeat: Please take a look at redports logs with regards to pure and do check a PR regarding pure.mk. >Fix: Please add attachment as /usr/ports/Mk/Uses/pure.mk into official FreeBSD Ports Tree. Patch attached with submission follows: # Created by: Zhihao Yuan # $FreeBSD: head/lang/pure/bsd.pure.mk 300896 2012-07-14 13:54:48Z beat $ # # Provide support for Pure Programming Language based projects # # MAINTAINER= lichray@gmail.com # # Feature: pure # Usage: USES=pure or USES=pure:ARGS # Valid ARGS: ffi # ARGS description: # ffi makes the port depends on pure-ffi at runtime # .if !defined(_INCLUDE_USES_PURE_MK) _INCLUDE_USES_PURE_MK= yes _valid_ARGS= ffi _pure_ARGS= ${pure_ARGS:C/\:/ /g} # Sanity check .if defined(pure_ARGS) . for arg in ${_pure_ARGS} . if empty(_valid_ARGS:M${arg}) IGNORE= Incorrect 'USES+= pure:${pure_ARGS}' usage: argument [${arg}] is not recognized . endif . endfor .endif LIB_DEPENDS+= pure.8:${PORTSDIR}/lang/pure USE_GMAKE= yes .if ${_pure_ARGS:Mffi} RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:${PORTSDIR}/devel/pure-ffi .endif MAKE_ARGS+= prefix=${PREFIX} mandir=${PREFIX}/man \ CC=${CC} CFLAGS="${CFLAGS}" \ CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS+=-I${LOCALBASE}/include \ LDFLAGS+=-L${LOCALBASE}/lib .endif #!defined(_INCLUDE_USES_PURE_MK) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 13:00: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 9FB886BE; Fri, 7 Jun 2013 13:00: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 7A2D21DD9; Fri, 7 Jun 2013 13:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57D0HOq022840; Fri, 7 Jun 2013 13:00:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57D0Hxx022839; Fri, 7 Jun 2013 13:00:17 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 13:00:17 GMT Message-Id: <201306071300.r57D0Hxx022839@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179401: [PATCH] /usr/ports/Mk/Uses/pure.mk: New Uses pure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 13:00:17 -0000 Synopsis: [PATCH] /usr/ports/Mk/Uses/pure.mk: New Uses pure Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 13:00:17 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179401 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 13:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 86FBA88A for ; Fri, 7 Jun 2013 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 66EA31E91 for ; Fri, 7 Jun 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57DK0ji027321 for ; Fri, 7 Jun 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57DK0wd027320; Fri, 7 Jun 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 13:20:00 GMT Resent-Message-Id: <201306071320.r57DK0wd027320@freefall.freebsd.org> 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 99AFE7F5 for ; Fri, 7 Jun 2013 13:15:11 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0F81E5D for ; Fri, 7 Jun 2013 13:15:10 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LxIeK-1UIhLr263u-0170UT for ; Fri, 07 Jun 2013 15:15:09 +0200 Received: (qmail invoked by alias); 07 Jun 2013 13:15:08 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp029) with SMTP; 07 Jun 2013 15:15:08 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 15:15:07 +0200 Message-Id: <20130607131511.99AFE7F5@hub.freebsd.org> Date: Fri, 07 Jun 2013 15:15:07 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179402: [PATCH] devel/pure-readline: update to 0.2, New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 13:20:00 -0000 >Number: 179402 >Category: ports >Synopsis: [PATCH] devel/pure-readline: update to 0.2, New Uses pure, add license >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 0.2 - Shorten header - Trim master sites - Trim comment - Add license - New Uses pure - Add docs - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607121201-30859/ >Fix: --- pure-readline-0.2.patch begins here --- diff -ruN /usr/ports/devel/pure-readline/Makefile ./Makefile --- /usr/ports/devel/pure-readline/Makefile 2013-06-02 18:59:23.000000000 +0200 +++ ./Makefile 2013-06-07 15:02:26.000000000 +0200 @@ -1,23 +1,32 @@ -# New ports collection makefile for: pure-readline -# Date created: 2011-10-21 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/devel/pure-readline/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-readline -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= devel +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com -COMMENT= A readline interface for the Pure language +COMMENT= Readline interface for the Pure language -USE_PURE= yes -NO_PURE_EXAMPLES= yes +LICENSE= BSD GPLv3 +LICENSE_COMB= dual + +USES= pure PLIST_FILES= lib/pure/readline.pure \ lib/pure/readline.so -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include diff -ruN /usr/ports/devel/pure-readline/distinfo ./distinfo --- /usr/ports/devel/pure-readline/distinfo 2013-06-02 18:59:23.000000000 +0200 +++ ./distinfo 2013-06-06 22:10:33.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (pure/pure-readline-0.1.tar.gz) = a8721d58d2d34c803967923a2ebd1b8f612abfe8d4ad75d6796bee5bbc3c45a2 -SIZE (pure/pure-readline-0.1.tar.gz) = 16358 +SHA256 (pure/pure-readline-0.2.tar.gz) = 543686305921de4a6c295c8320be0c8fb273ae5219dbda9e17a85c27d9cd1baf +SIZE (pure/pure-readline-0.2.tar.gz) = 19015 diff -ruN /usr/ports/devel/pure-readline/pkg-descr ./pkg-descr --- /usr/ports/devel/pure-readline/pkg-descr 2013-06-02 18:59:23.000000000 +0200 +++ ./pkg-descr 2013-04-05 22:03:53.000000000 +0200 @@ -2,4 +2,4 @@ Pure expressions, and the C++ Standard Template Library algorithms that act on them. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-readline.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-readline.html --- pure-readline-0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 13:20: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 951DC8BD; Fri, 7 Jun 2013 13:20: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 6FE151E95; Fri, 7 Jun 2013 13:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57DKDaF028868; Fri, 7 Jun 2013 13:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57DKDLw028867; Fri, 7 Jun 2013 13:20:13 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 13:20:13 GMT Message-Id: <201306071320.r57DKDLw028867@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179402: [PATCH] devel/pure-readline: update to 0.2, New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 13:20:13 -0000 Synopsis: [PATCH] devel/pure-readline: update to 0.2, New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 13:20:13 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179402 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 13: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 B639CA70; Fri, 7 Jun 2013 13:24:53 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8F01E1EE3; Fri, 7 Jun 2013 13:24:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57DOrdq029266; Fri, 7 Jun 2013 13:24:53 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57DOr7q029265; Fri, 7 Jun 2013 13:24:53 GMT (envelope-from ak) Date: Fri, 7 Jun 2013 13:24:53 GMT Message-Id: <201306071324.r57DOr7q029265@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/179382: [MAINTAINER] games/speakinghangman: Please delete no more Upstream X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 13:24:53 -0000 Synopsis: [MAINTAINER] games/speakinghangman: Please delete no more Upstream Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Fri Jun 7 13:24:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179382 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 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 3498122F for ; Fri, 7 Jun 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 19BC21F9D for ; Fri, 7 Jun 2013 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57De0EM031580 for ; Fri, 7 Jun 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57De08G031576; Fri, 7 Jun 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 13:40:00 GMT Resent-Message-Id: <201306071340.r57De08G031576@freefall.freebsd.org> 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 CDD9FEDA for ; Fri, 7 Jun 2013 13:31:53 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5433B1F3D for ; Fri, 7 Jun 2013 13:31:53 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LxIeK-1UIgYe3EaY-0170cz for ; Fri, 07 Jun 2013 15:31:50 +0200 Received: (qmail invoked by alias); 07 Jun 2013 13:31:49 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 07 Jun 2013 15:31:49 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 15:31:49 +0200 Message-Id: <20130607133153.CDD9FEDA@hub.freebsd.org> Date: Fri, 07 Jun 2013 15:31:49 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179403: [PATCH] devel/pure-stldict: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 13:40:01 -0000 >Number: 179403 >Category: ports >Synopsis: [PATCH] devel/pure-stldict: New Uses pure, add license >Confidential: no >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 Jun 07 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607020700-7316/ >Fix: --- pure-stldict-0.5_1.patch begins here --- diff -ruN /usr/ports/devel/pure-stldict/Makefile ./Makefile --- /usr/ports/devel/pure-stldict/Makefile 2013-06-02 18:59:57.000000000 +0200 +++ ./Makefile 2013-06-07 15:23:19.000000000 +0200 @@ -1,23 +1,41 @@ -# New ports collection makefile for: pure-stldict -# Date created: 2011-12-05 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/devel/pure-stldict/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-stldict PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure interface to C++ STL map/unordered_map -USE_PURE= yes +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual + +USES= pure USE_GCC= 4.6+ CXX= g++${GCC_DEFAULT_V} CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/devel/pure-stldict/pkg-descr ./pkg-descr --- /usr/ports/devel/pure-stldict/pkg-descr 2013-06-02 18:59:57.000000000 +0200 +++ ./pkg-descr 2013-04-05 21:58:49.000000000 +0200 @@ -3,4 +3,4 @@ these data structures available in Pure land and equips them with a (more or less) idiomatic Pure container interface. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html --- pure-stldict-0.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 13: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 60F6625E; Fri, 7 Jun 2013 13: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 3C0141F9F; Fri, 7 Jun 2013 13:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57De8aG031711; Fri, 7 Jun 2013 13:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57De8rl031710; Fri, 7 Jun 2013 13:40:08 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 13:40:08 GMT Message-Id: <201306071340.r57De8rl031710@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179403: [PATCH] devel/pure-stldict: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 13:40:09 -0000 Synopsis: [PATCH] devel/pure-stldict: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 13:40:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179403 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 01542A2B for ; Fri, 7 Jun 2013 14: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 D9F7E113D for ; Fri, 7 Jun 2013 14:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EA0Qd037120 for ; Fri, 7 Jun 2013 14:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EA0Eq037109; Fri, 7 Jun 2013 14:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:10:00 GMT Resent-Message-Id: <201306071410.r57EA0Eq037109@freefall.freebsd.org> 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 4805E9B5 for ; Fri, 7 Jun 2013 14:05:54 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id C318A1111 for ; Fri, 7 Jun 2013 14:05:53 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MZiPg-1V6KjT49Da-00LY4R for ; Fri, 07 Jun 2013 16:05:49 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:05:48 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp035) with SMTP; 07 Jun 2013 16:05:48 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:05:48 +0200 Message-Id: <20130607140554.4805E9B5@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:05:48 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179404: [PATCH] graphics/pure-gl: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:10:01 -0000 >Number: 179404 >Category: ports >Synopsis: [PATCH] graphics/pure-gl: New Uses pure, add license >Confidential: no >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 Jun 07 14:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure:ffi - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607021301-342/ >Fix: --- pure-gl-0.8_3.patch begins here --- diff -ruN /usr/ports/graphics/pure-gl/Makefile ./Makefile --- /usr/ports/graphics/pure-gl/Makefile 2013-06-02 18:52:59.000000000 +0200 +++ ./Makefile 2013-06-07 16:00:39.000000000 +0200 @@ -1,25 +1,39 @@ -# New ports collection makefile for: pure-gtk -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/graphics/pure-gl/Makefile 302037 2012-08-04 22:52:02Z kwm $ -# PORTNAME= pure-gl PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics +#MASTER_SITES https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure language interface to OpenGL -RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:${PORTSDIR}/devel/pure-ffi +LICENSE= BSD -USE_PURE= yes -USE_GL= glut +USES= pure:ffi +USE_GL= glut MAKE_ARGS+= LinkGL="-lglut -lGLU -lGL" -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/graphics/pure-gl/pkg-descr ./pkg-descr --- /usr/ports/graphics/pure-gl/pkg-descr 2013-06-02 18:52:59.000000000 +0200 +++ ./pkg-descr 2013-04-06 14:56:20.000000000 +0200 @@ -3,4 +3,4 @@ Extensions are loaded on demand, functions will throw an exception if they are not available in your OpenGL implementation. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html --- pure-gl-0.8_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4BC45A2D for ; Fri, 7 Jun 2013 14: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 30E3D113F for ; Fri, 7 Jun 2013 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EA1KT037171 for ; Fri, 7 Jun 2013 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EA1II037170; Fri, 7 Jun 2013 14:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:10:01 GMT Resent-Message-Id: <201306071410.r57EA1II037170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA847937 for ; Fri, 7 Jun 2013 14:00:18 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3245410CE for ; Fri, 7 Jun 2013 14:00:18 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MXTLc-1UquXQ1TbK-00WYUU for ; Fri, 07 Jun 2013 16:00:14 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:00:13 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp035) with SMTP; 07 Jun 2013 16:00:13 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:00:11 +0200 Message-Id: <20130607140018.AA847937@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:00:11 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179405: [PATCH] devel/pure-stlvec: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:10:01 -0000 >Number: 179405 >Category: ports >Synopsis: [PATCH] devel/pure-stlvec: New Uses pure, add license >Confidential: no >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 Jun 07 14:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: This Port is deprecated, please look ports/165865 http://docs.pure-lang.googlecode.com/hg/pure-stllib.html Build log https://redports.org/buildarchive/20130607020901-44145/ >Fix: --- pure-stlvec-0.2_1.patch begins here --- diff -ruN /usr/ports/devel/pure-stlvec/Makefile ./Makefile --- /usr/ports/devel/pure-stlvec/Makefile 2013-06-02 18:59:04.000000000 +0200 +++ ./Makefile 2013-06-07 15:45:34.000000000 +0200 @@ -1,25 +1,41 @@ -# New ports collection makefile for: pure-stlvec -# Date created: 2011-10-19 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/devel/pure-stlvec/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-stlvec PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= devel +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure interface to C++ STL vector -USE_PURE= yes +LICENSE= BSD -.include +USES= pure post-patch: @${REINPLACE_CMD} -e \ 's|^PROD_FLAGS =.*|PROD_FLAGS = $$(CPPFLAGS) $$(CFLAGS) $$(LDFLAGS)|' \ ${WRKSRC}/Makefile -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/devel/pure-stlvec/pkg-descr ./pkg-descr --- /usr/ports/devel/pure-stlvec/pkg-descr 2013-06-02 18:59:04.000000000 +0200 +++ ./pkg-descr 2013-04-05 21:58:30.000000000 +0200 @@ -2,4 +2,4 @@ Pure expressions, and the C++ Standard Template Library algorithms that act on them. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-stlvec.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-stlvec.html --- pure-stlvec-0.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 81156A5E; Fri, 7 Jun 2013 14:10: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 5C16F1142; Fri, 7 Jun 2013 14:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EA8hO037248; Fri, 7 Jun 2013 14:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EA8ZF037247; Fri, 7 Jun 2013 14:10:08 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:10:08 GMT Message-Id: <201306071410.r57EA8ZF037247@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179404: [PATCH] graphics/pure-gl: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:10:08 -0000 Synopsis: [PATCH] graphics/pure-gl: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:10:08 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179404 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 C529EA96; Fri, 7 Jun 2013 14:10: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 A0EA71145; Fri, 7 Jun 2013 14:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EAEhP037459; Fri, 7 Jun 2013 14:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EAEj7037458; Fri, 7 Jun 2013 14:10:14 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:10:14 GMT Message-Id: <201306071410.r57EAEj7037458@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179405: [PATCH] devel/pure-stlvec: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:10:14 -0000 Synopsis: [PATCH] devel/pure-stlvec: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:10:14 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179405 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 126AAE8E for ; Fri, 7 Jun 2013 14: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 EBB1D11C8 for ; Fri, 7 Jun 2013 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EK1tv040180 for ; Fri, 7 Jun 2013 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EK1qU040179; Fri, 7 Jun 2013 14:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:20:01 GMT Resent-Message-Id: <201306071420.r57EK1qU040179@freefall.freebsd.org> 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 8DE58CBD for ; Fri, 7 Jun 2013 14:13:37 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id 148911179 for ; Fri, 7 Jun 2013 14:13:37 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Lir0l-1UEdw81tqX-00cuka for ; Fri, 07 Jun 2013 16:13:33 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:13:32 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp035) with SMTP; 07 Jun 2013 16:13:32 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:13:31 +0200 Message-Id: <20130607141337.8DE58CBD@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:13:31 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179406: [PATCH] math/pure-mpfr: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:20:02 -0000 >Number: 179406 >Category: ports >Synopsis: [PATCH] math/pure-mpfr: New Uses pure, add license >Confidential: no >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 Jun 07 14:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607050800-2454/ >Fix: --- pure-mpfr-0.4_1.patch begins here --- diff -ruN /usr/ports/math/pure-mpfr/Makefile ./Makefile --- /usr/ports/math/pure-mpfr/Makefile 2013-06-02 18:54:13.000000000 +0200 +++ ./Makefile 2013-06-07 16:08:19.000000000 +0200 @@ -1,24 +1,42 @@ -# New ports collection makefile for: pure-mpfr -# Date created: 2011-10-19 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/math/pure-mpfr/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-mpfr PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= math +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Multiprecision floats for Pure -USE_PURE= yes +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual + +MAKE_ARGS+= libdir="${PREFIX}/lib" + +USES= pkgconfig pure PLIST_FILES= lib/pure/mpfr.pure \ lib/pure/mpfr.so -MAKE_ARGS+= libdir="${PREFIX}/lib" +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +.include diff -ruN /usr/ports/math/pure-mpfr/pkg-descr ./pkg-descr --- /usr/ports/math/pure-mpfr/pkg-descr 2013-06-02 18:54:13.000000000 +0200 +++ ./pkg-descr 2013-04-05 23:10:43.000000000 +0200 @@ -2,4 +2,4 @@ mpfr numbers or values) available in Pure, so that they work with the other types of Pure numbers in an almost seamless fashion. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-mpfr.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-mpfr.html --- pure-mpfr-0.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:20:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 728A1EC3; Fri, 7 Jun 2013 14: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 4DA5D11CD; Fri, 7 Jun 2013 14:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EKAiM040270; Fri, 7 Jun 2013 14:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EKAOX040269; Fri, 7 Jun 2013 14:20:10 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:20:10 GMT Message-Id: <201306071420.r57EKAOX040269@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179406: [PATCH] math/pure-mpfr: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:20:10 -0000 Synopsis: [PATCH] math/pure-mpfr: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:20:10 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179406 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:24: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 A8E88123; Fri, 7 Jun 2013 14:24:07 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 83CD211F3; Fri, 7 Jun 2013 14:24:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EO7WE042054; Fri, 7 Jun 2013 14:24:07 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EO7Zt042053; Fri, 7 Jun 2013 14:24:07 GMT (envelope-from wg) Date: Fri, 7 Jun 2013 14:24:07 GMT Message-Id: <201306071424.r57EO7Zt042053@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/179398: audio/mpg123.el isn't 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: Fri, 07 Jun 2013 14:24:07 -0000 Synopsis: audio/mpg123.el isn't broken Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Jun 7 14:24:07 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179398 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 0A817191 for ; Fri, 7 Jun 2013 14: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 E381D1216 for ; Fri, 7 Jun 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EU1Uj042250 for ; Fri, 7 Jun 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EU1QX042249; Fri, 7 Jun 2013 14:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:30:01 GMT Resent-Message-Id: <201306071430.r57EU1QX042249@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 696F9177 for ; Fri, 7 Jun 2013 14:27:16 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id E41DB1207 for ; Fri, 7 Jun 2013 14:27:15 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.34]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LdJxn-1U2W0m2V0r-00iSS0 for ; Fri, 07 Jun 2013 16:27:13 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:27:12 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp034) with SMTP; 07 Jun 2013 16:27:12 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:27:11 +0200 Message-Id: <20130607142716.696F9177@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:27:11 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179407: [PATCH] net/pure-sockets: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:30:02 -0000 >Number: 179407 >Category: ports >Synopsis: [PATCH] net/pure-sockets: New Uses pure, add license >Confidential: no >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 Jun 07 14:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build logs https://redports.org/buildarchive/20130607021700-42503/ >Fix: --- pure-sockets-0.6_1.patch begins here --- diff -ruN /usr/ports/net/pure-sockets/Makefile ./Makefile --- /usr/ports/net/pure-sockets/Makefile 2013-06-02 18:56:01.000000000 +0200 +++ ./Makefile 2013-06-07 16:22:21.000000000 +0200 @@ -1,22 +1,40 @@ -# New ports collection makefile for: pure-sockets -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/net/pure-sockets/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= pure-sockets PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= net +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure language interface to the Berkeley socket functions -USE_PURE= yes +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual + +USES= pure PLIST_FILES= lib/pure/sockets.pure \ lib/pure/sockets.so -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/net/pure-sockets/pkg-descr ./pkg-descr --- /usr/ports/net/pure-sockets/pkg-descr 2013-06-02 18:56:01.000000000 +0200 +++ ./pkg-descr 2013-04-05 23:17:32.000000000 +0200 @@ -3,4 +3,4 @@ protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-sockets.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-sockets.html --- pure-sockets-0.6_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 521F1193 for ; Fri, 7 Jun 2013 14: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 3790E1218 for ; Fri, 7 Jun 2013 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EU2Jl042261 for ; Fri, 7 Jun 2013 14:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EU2FK042260; Fri, 7 Jun 2013 14:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:30:02 GMT Resent-Message-Id: <201306071430.r57EU2FK042260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9FC1EF07 for ; Fri, 7 Jun 2013 14:20:37 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 27C4B11D8 for ; Fri, 7 Jun 2013 14:20:37 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Lr5Xp-1U7WJ51jSV-00eaTU for ; Fri, 07 Jun 2013 16:20:36 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:20:35 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp001) with SMTP; 07 Jun 2013 16:20:35 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:20:34 +0200 Message-Id: <20130607142037.9FC1EF07@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:20:34 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179408: [PATCH] math/pure-rational: New Uses pure Cc: lichray@gmail.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, 07 Jun 2013 14:30:02 -0000 >Number: 179408 >Category: ports >Synopsis: [PATCH] math/pure-rational: New Uses pure >Confidential: no >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 Jun 07 14:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - New Uses pure - Add docs - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607021601-13230/ >Fix: --- pure-rational-0.1_2.patch begins here --- diff -ruN /usr/ports/math/pure-rational/Makefile ./Makefile --- /usr/ports/math/pure-rational/Makefile 2013-06-02 18:54:10.000000000 +0200 +++ ./Makefile 2013-06-07 16:14:02.000000000 +0200 @@ -1,26 +1,32 @@ -# New ports collection makefile for: pure-rational -# Date created: 2011-10-09 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/math/pure-rational/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-rational PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Rational number library for the Pure language LICENSE= GPLv3 -USE_PURE= yes -NO_PURE_EXAMPLES= yes +USES= pure PLIST_FILES= lib/pure/rational.pure \ lib/pure/rat_interval.pure -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include diff -ruN /usr/ports/math/pure-rational/pkg-descr ./pkg-descr --- /usr/ports/math/pure-rational/pkg-descr 2013-06-02 18:54:10.000000000 +0200 +++ ./pkg-descr 2013-04-05 23:05:21.000000000 +0200 @@ -1,4 +1,4 @@ pure-rational provides additional operations on the rational number type provided by the math.pure module in the standard library. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-rational.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-rational.html --- pure-rational-0.1_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 DB6E91C5; Fri, 7 Jun 2013 14: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 B684B121C; Fri, 7 Jun 2013 14:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EU9KY042338; Fri, 7 Jun 2013 14:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EU9oO042337; Fri, 7 Jun 2013 14:30:09 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:30:09 GMT Message-Id: <201306071430.r57EU9oO042337@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179407: [PATCH] net/pure-sockets: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:30:09 -0000 Synopsis: [PATCH] net/pure-sockets: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:30:09 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179407 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:30:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA251303; Fri, 7 Jun 2013 14:30: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 C6410121E; Fri, 7 Jun 2013 14:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EUFk2042549; Fri, 7 Jun 2013 14:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EUFp1042548; Fri, 7 Jun 2013 14:30:15 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:30:15 GMT Message-Id: <201306071430.r57EUFp1042548@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179408: [PATCH] math/pure-rational: New Uses pure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:30:16 -0000 Synopsis: [PATCH] math/pure-rational: New Uses pure Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:30:15 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179408 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 0A51C7CC for ; Fri, 7 Jun 2013 14: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 E39DD1295 for ; Fri, 7 Jun 2013 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Ee1Y5044297 for ; Fri, 7 Jun 2013 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Ee1n6044296; Fri, 7 Jun 2013 14:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:40:01 GMT Resent-Message-Id: <201306071440.r57Ee1n6044296@freefall.freebsd.org> 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 1A53E3FB for ; Fri, 7 Jun 2013 14:31:37 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 95FE1123D for ; Fri, 7 Jun 2013 14:31:36 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.10]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MRhah-1UvZk41EHR-00SyzW for ; Fri, 07 Jun 2013 16:31:33 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:31:32 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp010) with SMTP; 07 Jun 2013 16:31:32 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:31:31 +0200 Message-Id: <20130607143137.1A53E3FB@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:31:31 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179409: [PATCH] textproc/pure-csv: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:40:02 -0000 >Number: 179409 >Category: ports >Synopsis: [PATCH] textproc/pure-csv: New Uses pure, add license >Confidential: no >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 Jun 07 14:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Trim comment - Add license - New Uses pure - Add docs - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607022000-17391/ >Fix: --- pure-csv-1.5_1.patch begins here --- diff -ruN /usr/ports/textproc/pure-csv/Makefile ./Makefile --- /usr/ports/textproc/pure-csv/Makefile 2013-06-02 19:01:06.000000000 +0200 +++ ./Makefile 2013-06-07 16:28:02.000000000 +0200 @@ -1,23 +1,32 @@ -# New ports collection makefile for: pure-csv -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/textproc/pure-csv/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= pure-csv PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= textproc +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com -COMMENT= A CSV reading and writing module for the Pure language +COMMENT= CSV reading and writing module for the Pure language -USE_PURE= yes -NO_PURE_EXAMPLES= yes +LICENSE= BSD + +USES= pure PLIST_FILES= lib/pure/csv.pure \ lib/pure/csv.so -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include diff -ruN /usr/ports/textproc/pure-csv/pkg-descr ./pkg-descr --- /usr/ports/textproc/pure-csv/pkg-descr 2013-06-02 19:01:06.000000000 +0200 +++ ./pkg-descr 2013-04-05 23:22:51.000000000 +0200 @@ -1,4 +1,4 @@ pure-csv is a module for reading and writing Comma Separated Value (CSV) files from within Pure. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-csv.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-csv.html --- pure-csv-1.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 56A397CE for ; Fri, 7 Jun 2013 14: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 3BD181297 for ; Fri, 7 Jun 2013 14:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Ee2lm044308 for ; Fri, 7 Jun 2013 14:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Ee2p7044307; Fri, 7 Jun 2013 14:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:40:02 GMT Resent-Message-Id: <201306071440.r57Ee2p7044307@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F8FC52F for ; Fri, 7 Jun 2013 14:36:09 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id AA5C51268 for ; Fri, 7 Jun 2013 14:36:08 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.4]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MCNfL-1Ubqy633LN-0097TI for ; Fri, 07 Jun 2013 16:36:07 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:36:06 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp004) with SMTP; 07 Jun 2013 16:36:06 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:36:06 +0200 Message-Id: <20130607143609.2F8FC52F@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:36:06 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179410: [PATCH] textproc/pure-xml: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:40:02 -0000 >Number: 179410 >Category: ports >Synopsis: [PATCH] textproc/pure-xml: New Uses pure, add license >Confidential: no >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 Jun 07 14:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607022201-45216/ >Fix: --- pure-xml-0.6_2.patch begins here --- diff -ruN /usr/ports/textproc/pure-xml/Makefile ./Makefile --- /usr/ports/textproc/pure-xml/Makefile 2013-06-02 19:01:08.000000000 +0200 +++ ./Makefile 2013-06-07 16:32:13.000000000 +0200 @@ -1,24 +1,41 @@ -# New ports collection makefile for: pure-xml -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/textproc/pure-xml/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= pure-xml PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure language interface for libxml2 and libxslt -USE_PURE= yes +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual + +USES= pure USE_GNOME= libxml2 libxslt PLIST_FILES= lib/pure/xml.pure \ lib/pure/xml.so -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/textproc/pure-xml/pkg-descr ./pkg-descr --- /usr/ports/textproc/pure-xml/pkg-descr 2013-06-02 19:01:08.000000000 +0200 +++ ./pkg-descr 2013-04-06 03:51:16.000000000 +0200 @@ -3,4 +3,4 @@ libraries, and supplies all the necessary data structures and operations to inspect, create, modify and transform XML documents with ease. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-xml.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-xml.html --- pure-xml-0.6_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:40: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 9D3E182F; Fri, 7 Jun 2013 14: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 78658129B; Fri, 7 Jun 2013 14:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EeEH4044398; Fri, 7 Jun 2013 14:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EeE1K044397; Fri, 7 Jun 2013 14:40:14 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:40:14 GMT Message-Id: <201306071440.r57EeE1K044397@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179409: [PATCH] textproc/pure-csv: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:40:14 -0000 Synopsis: [PATCH] textproc/pure-csv: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:40:14 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179409 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:40: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 D4E71867; Fri, 7 Jun 2013 14:40: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 B0A20129F; Fri, 7 Jun 2013 14:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EeJZE044608; Fri, 7 Jun 2013 14:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EeJWI044607; Fri, 7 Jun 2013 14:40:19 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:40:19 GMT Message-Id: <201306071440.r57EeJWI044607@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179410: [PATCH] textproc/pure-xml: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:40:19 -0000 Synopsis: [PATCH] textproc/pure-xml: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:40:19 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179410 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8CD6298F for ; Fri, 7 Jun 2013 14: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 716E41304 for ; Fri, 7 Jun 2013 14:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Eo2Jn046383 for ; Fri, 7 Jun 2013 14:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Eo2tt046382; Fri, 7 Jun 2013 14:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:50:02 GMT Resent-Message-Id: <201306071450.r57Eo2tt046382@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7866B8DA for ; Fri, 7 Jun 2013 14:40:39 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 0140F12AC for ; Fri, 7 Jun 2013 14:40:38 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.32]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MYqOT-1UpWOT0ZG7-00Vkej for ; Fri, 07 Jun 2013 16:40:38 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:40:37 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp032) with SMTP; 07 Jun 2013 16:40:37 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:40:36 +0200 Message-Id: <20130607144039.7866B8DA@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:40:36 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179411: [PATCH] x11-toolkits/pure-gtk: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:50:02 -0000 >Number: 179411 >Category: ports >Synopsis: [PATCH] x11-toolkits/pure-gtk: New Uses pure, add license >Confidential: no >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 Jun 07 14:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Trim comment - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607022400-6238/ >Fix: --- pure-gtk-0.11_1.patch begins here --- diff -ruN /usr/ports/x11-toolkits/pure-gtk/Makefile ./Makefile --- /usr/ports/x11-toolkits/pure-gtk/Makefile 2013-06-02 18:55:00.000000000 +0200 +++ ./Makefile 2013-06-07 16:36:37.000000000 +0200 @@ -1,22 +1,40 @@ -# New ports collection makefile for: pure-gtk -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/x11-toolkits/pure-gtk/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= pure-gtk PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= x11-toolkits +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com -COMMENT= A set of Pure language bindings for GTK+ +COMMENT= Set of Pure language bindings for GTK+ + +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo -USE_PURE= ffi +USES= pure:ffi USE_GNOME= glib20 gtk20 atk pango -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/x11-toolkits/pure-gtk/pkg-descr ./pkg-descr --- /usr/ports/x11-toolkits/pure-gtk/pkg-descr 2013-06-02 18:55:00.000000000 +0200 +++ ./pkg-descr 2013-04-05 23:43:40.000000000 +0200 @@ -2,4 +2,4 @@ with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango libraries, each in their own Pure module. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-gtk.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-gtk.html --- pure-gtk-0.11_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 C941A993 for ; Fri, 7 Jun 2013 14: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 AE5E41307 for ; Fri, 7 Jun 2013 14:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Eo34B046400 for ; Fri, 7 Jun 2013 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Eo3HD046399; Fri, 7 Jun 2013 14:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 14:50:03 GMT Resent-Message-Id: <201306071450.r57Eo3HD046399@freefall.freebsd.org> 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 0A8C1963 for ; Fri, 7 Jun 2013 14:48:16 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 02E8912F0 for ; Fri, 7 Jun 2013 14:48:14 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MAAwJ-1Ue4CD3d6n-00BJEY for ; Fri, 07 Jun 2013 16:48:12 +0200 Received: (qmail invoked by alias); 07 Jun 2013 14:48:11 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp019) with SMTP; 07 Jun 2013 16:48:11 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 16:48:10 +0200 Message-Id: <20130607144816.0A8C1963@hub.freebsd.org> Date: Fri, 07 Jun 2013 16:48:10 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179412: [PATCH] x11-toolkits/pure-tk: New Uses pure, add license Cc: lichray@gmail.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, 07 Jun 2013 14:50:03 -0000 >Number: 179412 >Category: ports >Synopsis: [PATCH] x11-toolkits/pure-tk: New Uses pure, add license >Confidential: no >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 Jun 07 14:50:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Trim master sites - Add license - New Uses pure - Add docs and examples Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607022401-26026/ >Fix: --- pure-tk-0.3_1.patch begins here --- diff -ruN /usr/ports/x11-toolkits/pure-tk/Makefile ./Makefile --- /usr/ports/x11-toolkits/pure-tk/Makefile 2013-06-02 18:55:04.000000000 +0200 +++ ./Makefile 2013-06-07 16:44:18.000000000 +0200 @@ -3,13 +3,19 @@ PORTNAME= pure-tk PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Basic interface between Pure and Tcl/Tk -USE_PURE= yes -USE_TK= yes +LICENSE= BSD + +USES= pure +USE_TK= 86+ SHORT_TCL_VER= ${TCL_VER:S/8./8/} MAKE_ARGS+= tclvers=${TCL_VER} @@ -20,11 +26,26 @@ post-patch: ${REINPLACE_CMD} \ - -e "s|/usr/include|${LOCALBASE}/include|g" \ - -e "s|-ltcl\$$(tclvers)|-ltcl${SHORT_TCL_VER}|" \ - -e "s|-ltk\$$(tclvers)|-ltk${SHORT_TCL_VER}|" \ + -e "s|/usr/include|${LOCALBASE}/include|g" \ + -e "s|-ltcl\$$(tclvers)|-ltcl${SHORT_TCL_VER}|" \ + -e "s|-ltk\$$(tclvers)|-ltk${SHORT_TCL_VER}|" \ ${WRKSRC}/Makefile -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include --- pure-tk-0.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14: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 EEF4D9C6; Fri, 7 Jun 2013 14: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 CB259130B; Fri, 7 Jun 2013 14:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Eo9Rt046478; Fri, 7 Jun 2013 14:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Eo9jp046477; Fri, 7 Jun 2013 14:50:09 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:50:09 GMT Message-Id: <201306071450.r57Eo9jp046477@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179411: [PATCH] x11-toolkits/pure-gtk: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:50:10 -0000 Synopsis: [PATCH] x11-toolkits/pure-gtk: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:50:09 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179411 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 14:50:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3B23B9FC; Fri, 7 Jun 2013 14:50: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 160BA130D; Fri, 7 Jun 2013 14:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57EoFaQ048104; Fri, 7 Jun 2013 14:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57EoFqX048103; Fri, 7 Jun 2013 14:50:15 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 14:50:15 GMT Message-Id: <201306071450.r57EoFqX048103@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179412: [PATCH] x11-toolkits/pure-tk: New Uses pure, add license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 14:50:16 -0000 Synopsis: [PATCH] x11-toolkits/pure-tk: New Uses pure, add license Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 14:50:15 UTC 2013 Responsible-Changed-Why: beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179412 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 15:05: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 19842C66; Fri, 7 Jun 2013 15:05: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 E7D3113AF; Fri, 7 Jun 2013 15:05:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57F528O050733; Fri, 7 Jun 2013 15:05:02 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57F528q050727; Fri, 7 Jun 2013 15:05:02 GMT (envelope-from miwi) Date: Fri, 7 Jun 2013 15:05:02 GMT Message-Id: <201306071505.r57F528q050727@freefall.freebsd.org> To: sramsay55@sbcglobal.net, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/179341: missing package in current release repository on FTP site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 15:05:03 -0000 Synopsis: missing package in current release repository on FTP site State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Jun 7 15:05:02 UTC 2013 State-Changed-Why: Hi, I cant confirm that the package you are talking is present on the ftp: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/All/dri-7.6.1_2,2.tbz, I did a quick install in a vm, xorg installes fine, as well xfce4, kdde4 and gnome. http://www.freebsd.org/cgi/query-pr.cgi?pr=179341 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 15:31:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B7D31701; Fri, 7 Jun 2013 15:31:02 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9209916A4; Fri, 7 Jun 2013 15:31:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57FV2qc057420; Fri, 7 Jun 2013 15:31:02 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57FV2Rl057419; Fri, 7 Jun 2013 15:31:02 GMT (envelope-from wg) Date: Fri, 7 Jun 2013 15:31:02 GMT Message-Id: <201306071531.r57FV2Rl057419@freefall.freebsd.org> To: jwbacon@tds.net, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 15:31:02 -0000 Synopsis: [PATCH] devel/libsysinfo: fixed kvm dependency Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Jun 7 15:31:02 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179394 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 15:55: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 BEF0327F; Fri, 7 Jun 2013 15:55:33 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5E517CD; Fri, 7 Jun 2013 15:55:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57FtXu3061589; Fri, 7 Jun 2013 15:55:33 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57FtWDk061588; Fri, 7 Jun 2013 15:55:32 GMT (envelope-from wg) Date: Fri, 7 Jun 2013 15:55:32 GMT Message-Id: <201306071555.r57FtWDk061588@freefall.freebsd.org> To: ayu@commun.jp, kentas@hush.com, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/179388: [PATCH] update audio/murmur to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 15:55:33 -0000 Synopsis: [PATCH] update audio/murmur to 1.2.4 State-Changed-From-To: feedback->closed State-Changed-By: wg State-Changed-When: Fri Jun 7 15:55:32 UTC 2013 State-Changed-Why: Duplicated of ports/179294 http://www.freebsd.org/cgi/query-pr.cgi?pr=179388 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 16:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DD0D6760 for ; Fri, 7 Jun 2013 16: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 A9CAE18DD for ; Fri, 7 Jun 2013 16:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57GK0Pe066361 for ; Fri, 7 Jun 2013 16:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57GK00O066360; Fri, 7 Jun 2013 16:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 16:20:00 GMT Resent-Message-Id: <201306071620.r57GK00O066360@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Hartmann Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9BFEB507 for ; Fri, 7 Jun 2013 16:17:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 742621894 for ; Fri, 7 Jun 2013 16:17:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r57GHPT0041401 for ; Fri, 7 Jun 2013 16:17:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r57GHPbh041400; Fri, 7 Jun 2013 16:17:25 GMT (envelope-from nobody) Message-Id: <201306071617.r57GHPbh041400@oldred.freebsd.org> Date: Fri, 7 Jun 2013 16:17:25 GMT From: Oliver Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179413: databases/py-sqlite3: running config *** Signal 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 16:20:00 -0000 >Number: 179413 >Category: ports >Synopsis: databases/py-sqlite3: running config *** Signal 10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 16:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #0 r251494: Fri Jun 7 16:18:59 CEST 2013 amd64 >Description: Trying to compile/update port databases/py-sqlite3 fails either with SIGNAL 10 or in rare cases with SIGNAL 11. This happens on ALL recently updated (most recent sources) FreeBSD 10.0-CURRENT systems. >How-To-Repeat: Compile port databases/py-sqlite3 on an up-to-date FreeBSD 10.0-CUR system >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 16:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B0007792; Fri, 7 Jun 2013 16: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 877D918E0; Fri, 7 Jun 2013 16:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57GK9LK066495; Fri, 7 Jun 2013 16:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57GK9Vw066494; Fri, 7 Jun 2013 16:20:09 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 16:20:09 GMT Message-Id: <201306071620.r57GK9Vw066494@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179413: databases/py-sqlite3: running config *** Signal 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 16:20:09 -0000 Synopsis: databases/py-sqlite3: running config *** Signal 10 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 16: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=179413 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 16:20: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 D38367E8; Fri, 7 Jun 2013 16:20:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AE84C18ED; Fri, 7 Jun 2013 16:20:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57GKjQc067965; Fri, 7 Jun 2013 16:20:45 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57GKjKP067964; Fri, 7 Jun 2013 16:20:45 GMT (envelope-from rene) Date: Fri, 7 Jun 2013 16:20:45 GMT Message-Id: <201306071620.r57GKjKP067964@freefall.freebsd.org> To: hemi@puresimplicity.net, rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Subject: Re: ports/179296: x11/xscreensaver.app: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 16:20:45 -0000 Synopsis: x11/xscreensaver.app: deprecate Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 7 16:20:36 UTC 2013 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=179296 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 16:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CDE70A05 for ; Fri, 7 Jun 2013 16: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 9B39519A7 for ; Fri, 7 Jun 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Ge0t9070392 for ; Fri, 7 Jun 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Ge0ru070391; Fri, 7 Jun 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 16:40:00 GMT Resent-Message-Id: <201306071640.r57Ge0ru070391@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A1209A4 for ; Fri, 7 Jun 2013 16:37:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4111991 for ; Fri, 7 Jun 2013 16:37:30 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r57GbUC0000697 for ; Fri, 7 Jun 2013 16:37:30 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r57GbUd3000696; Fri, 7 Jun 2013 16:37:30 GMT (envelope-from nobody) Message-Id: <201306071637.r57GbUd3000696@oldred.freebsd.org> Date: Fri, 7 Jun 2013 16:37:30 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179414: net/wmnetload: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 16:40:00 -0000 >Number: 179414 >Category: ports >Synopsis: net/wmnetload: deprecate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: Ports Tree at revision 320220 >Description: net/wmnetload depends on x11-wm/libdockapp, which expired on 2012-10-20 Deprecate and mark for removal on 2013-08-04 While here: - Convert Makefile header - use PORT_OPTIONS:MDOCS instead of NOPORTDOCS >How-To-Repeat: `Tools/scripts/rmport x11-wm/libdockapp` finds this port. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319853) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmnetload -# Date created: 6 February 2003 -# Whom: Hendrik Scholz -# +# Created by: Hendrik Scholz # $FreeBSD$ -# PORTNAME= wmnetload PORTVERSION= 1.3 @@ -16,14 +12,19 @@ MAINTAINER= xride@FreeBSD.org COMMENT= Network load monitor dockapp +DEPRECATED= Depends on expired x11-wm/libdockapp +EXPIRATION_DATE=2013-08-04 + LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp USE_BZIP2= yes USE_XORG= xpm x11 GNU_CONFIGURE= yes +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${PREFIX}/share/doc/wmnetload @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmnetload/ .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 16:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 69BA7A36; Fri, 7 Jun 2013 16: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 45ED719AA; Fri, 7 Jun 2013 16:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Ge8Pm070524; Fri, 7 Jun 2013 16:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Ge8CR070523; Fri, 7 Jun 2013 16:40:08 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 16:40:08 GMT Message-Id: <201306071640.r57Ge8CR070523@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, xride@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179414: net/wmnetload: deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 16:40:08 -0000 Synopsis: net/wmnetload: deprecate Responsible-Changed-From-To: freebsd-ports-bugs->xride Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 16: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=179414 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 19:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF8FBB5D for ; Fri, 7 Jun 2013 19: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 918322000 for ; Fri, 7 Jun 2013 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57JK0eB002391 for ; Fri, 7 Jun 2013 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57JK0Gv002390; Fri, 7 Jun 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 19:20:00 GMT Resent-Message-Id: <201306071920.r57JK0Gv002390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Apitz Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 893529D3 for ; Fri, 7 Jun 2013 19:18:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9571FE4 for ; Fri, 7 Jun 2013 19:18:59 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r57JIwne082549 for ; Fri, 7 Jun 2013 19:18:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r57JIwm4082519; Fri, 7 Jun 2013 19:18:58 GMT (envelope-from nobody) Message-Id: <201306071918.r57JIwm4082519@oldred.freebsd.org> Date: Fri, 7 Jun 2013 19:18:58 GMT From: Matthias Apitz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179416: net/vnc compiles broken imake 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, 07 Jun 2013 19:20:00 -0000 >Number: 179416 >Category: ports >Synopsis: net/vnc compiles broken imake tool >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 Jun 07 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Apitz >Release: 10-CURRENT r250588 >Organization: >Environment: kernel and user land: 10-CURRENT from SVN r250558 (i386) compiler: GCC 4.2.1 (clang was unable to compile certain ports) ports tree from SVN r319094 (May 26) >Description: ===> Building for vnc-4.1.3_5 cd /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc && make CC=cc CXX=c++ World ./config/util/printver.c:15:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^~~~ 1 warning generated. Building XFree86 version 4.3.0 (27 February 2003). I hope you checked the configuration parameters in ./config/cf to see if you need to pass BOOTSTRAPCFLAGS. viernes, 7 de junio de 2013, 07:15:59 CEST cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean rm -f ccimake imake.o imake rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* rm -f -r Makefile.proto Makefile Makefile.dep bootstrap rm -f imakemdep_cpp.h make Makefile.boot cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake cc -o ccimake -DCROSSCOMPILEDIR=\"\" -O -I../../include -I../../imports/x11/include/X11 ccimake.c ccimake.c:53:6: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] write(1, crosscompiledir_str, sizeof(crosscompiledir_str) - 1); ^ 1 warning generated. if [ -n "" ] ; then /cc -E `./ccimake` -DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; else touch imakemdep_cpp.h; fi cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend objformat: not found In file included from Imakefile.c:16: In file included from ./config/cf/Imake.tmpl:104: ./config/cf/FreeBSD.cf:477:35: error: '#' is not followed by a macro parameter #define IncludeMakefile(file) @@# dependencies are in .depend ^ In file included from Imakefile.c:16: In file included from ./config/cf/Imake.tmpl:300: ./config/cf/Imake.rules:1627:27: warning: empty character constant [-Winvalid-pp-token] for flag in ${MAKEFLAGS} ''; do \ @@\ ^ ./config/cf/Imake.rules:1850:35: error: '#' is not followed by a macro parameter #define IncludeMakefile(file) @@# dependencies are in .depend ^ In file included from Imakefile.c:16: ./config/cf/Imake.tmpl:1982:10: fatal error: ' X11 .rules' file not found #include ProjectRulesFile ^ ./config/cf/Imake.tmpl:1980:35: note: expanded from macro 'ProjectRulesFile' # define ProjectRulesFile Concat3(<,TopLevelProject,.rules>) ^ ./config/cf/Imake.rules:252:23: note: expanded from macro 'Concat3' #define Concat3(a,b,c)a/**/b/**/c ^ 1 warning and 3 errors generated. ./config/imake/imake: Exit code 1. Stop. *** [./config/makedepend/Makefile.proto] Error code 1 Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc. *** [World] Error code 1 Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc. *** [post-build] Error code 1 Stop in /usr/ports/net/vnc. *** [build] Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 19:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0149AC89; Fri, 7 Jun 2013 19:20: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 D01561045; Fri, 7 Jun 2013 19:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57JKDlk002525; Fri, 7 Jun 2013 19:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57JKD06002524; Fri, 7 Jun 2013 19:20:13 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 19:20:13 GMT Message-Id: <201306071920.r57JKD06002524@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179416: net/vnc compiles broken imake 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, 07 Jun 2013 19:20:14 -0000 Synopsis: net/vnc compiles broken imake tool Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 19:20:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179416 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 19:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 92280515 for ; Fri, 7 Jun 2013 19: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 5F50911A6 for ; Fri, 7 Jun 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Jo0In008548 for ; Fri, 7 Jun 2013 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Jo0wO008547; Fri, 7 Jun 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 19:50:00 GMT Resent-Message-Id: <201306071950.r57Jo0wO008547@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 03D03505 for ; Fri, 7 Jun 2013 19:47:43 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E92E2119E for ; Fri, 7 Jun 2013 19:47:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57JlgsE008341 for ; Fri, 7 Jun 2013 19:47:42 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Jlgvx008340; Fri, 7 Jun 2013 19:47:42 GMT (envelope-from wg) Message-Id: <201306071947.r57Jlgvx008340@freefall.freebsd.org> Date: Fri, 7 Jun 2013 19:47:42 GMT From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179417: [PATCH] devel/avarice: add back CONFIGURE_ENV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 19:50:00 -0000 >Number: 179417 >Category: ports >Synopsis: [PATCH] devel/avarice: add back CONFIGURE_ENV >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 Jun 07 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r251226: Sat Jun 1 21:56:43 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Looks like CONFIGURE_ENV was accidentaly removed, add it back. >How-To-Repeat: >Fix: See attached patch --- avarice.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 319400) +++ Makefile (working copy) @@ -16,7 +16,7 @@ USE_PERL5= yes GNU_CONFIGURE= yes -#CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include MAN1= avarice.1 ice-gdb.1 ice-insight.1 --- avarice.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 19: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 6043C544; Fri, 7 Jun 2013 19: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 3B6B111A8; Fri, 7 Jun 2013 19:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Jo8YY008682; Fri, 7 Jun 2013 19:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Jo8h0008681; Fri, 7 Jun 2013 19:50:08 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 19:50:08 GMT Message-Id: <201306071950.r57Jo8h0008681@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, joerg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179417: [PATCH] devel/avarice: add back CONFIGURE_ENV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 19:50:08 -0000 Synopsis: [PATCH] devel/avarice: add back CONFIGURE_ENV Responsible-Changed-From-To: freebsd-ports-bugs->joerg Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 19:50:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179417 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 20: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 9B0C2221 for ; Fri, 7 Jun 2013 20: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 6B0691371 for ; Fri, 7 Jun 2013 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Ke1xg018223 for ; Fri, 7 Jun 2013 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Ke1bF018222; Fri, 7 Jun 2013 20:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 20:40:01 GMT Resent-Message-Id: <201306072040.r57Ke1bF018222@freefall.freebsd.org> 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 Gmelin Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4867B171 for ; Fri, 7 Jun 2013 20:36:32 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 9788A1349 for ; Fri, 7 Jun 2013 20:36:30 +0000 (UTC) Received: (qmail 77689 invoked by uid 0); 7 Jun 2013 20:29:46 -0000 Message-Id: <20130607202946.77688.qmail@mail.grem.de> Date: 7 Jun 2013 20:29:46 -0000 From: Michael Gmelin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179418: ports-mgmt/portlint: Portlint XXXDIR check X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 20:40:01 -0000 >Number: 179418 >Category: ports >Synopsis: ports-mgmt/portlint: Portlint XXXDIR check >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Gmelin >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: Grem Equity GmbH >Environment: System: FreeBSD srv 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #5 r249052M: Fri May 31 17:50:16 UTC >Description: portlint complains about combinations of PORTXXX and XXXDIR, I don't think this is correct in this case e.g. WARN: /usr/ports/editors/leo/pkg-plist: [779]: Do not mix %%PORTDOCS%% with %%PYTHON_SITELIBDIR%%/leo/doc/html' instead and update Makefile accordingly. >How-To-Repeat: portlint -abt /usr/ports/editors/leo ... WARN: /usr/ports/editors/leo/pkg-plist: [778]: Do not mix %%PORTDOCS%% with %%PYTHON_SITELIBDIR%%. Use '%%PORT%%@dirrm %%PYTHON_SITELIBDIR%%/leo/doc/html/screen-shots' instead and update Makefile accordingly. Use of uninitialized value within %check_xxxdir_ok in concatenation (.) or string at /usr/local/bin/portlint line 838, line 779. WARN: /usr/ports/editors/leo/pkg-plist: [779]: Do not mix %%PORTDOCS%% with %%PYTHON_SITELIBDIR%%. Use '%%PORT%%@dirrm %%PYTHON_SITELIBDIR%%/leo/doc/html' instead and update Makefile accordingly. Use of uninitialized value within %check_xxxdir_ok in concatenation (.) or string at /usr/local/bin/portlint line 838, line 780. WARN: /usr/ports/editors/leo/pkg-plist: [780]: Do not mix %%PORTDOCS%% with %%PYTHON_SITELIBDIR%%. Use '%%PORT%%@dirrm %%PYTHON_SITELIBDIR%%/leo/doc' instead and update Makefile accordingly. 0 fatal errors and 80 warnings found. >Fix: Assuming this is invalid behavior, add DOCS and PYTHONSITELIBDIR to %check_xxxdir_ok (portlint about line 600). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 20: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 0884B223 for ; Fri, 7 Jun 2013 20: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 DE8A71373 for ; Fri, 7 Jun 2013 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Ke1AQ018234 for ; Fri, 7 Jun 2013 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Ke1MG018233; Fri, 7 Jun 2013 20:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 20:40:01 GMT Resent-Message-Id: <201306072040.r57Ke1MG018233@freefall.freebsd.org> 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 Gmelin Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 621E6E8 for ; Fri, 7 Jun 2013 20:29:57 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id AFCE1130B for ; Fri, 7 Jun 2013 20:29:55 +0000 (UTC) Received: (qmail 77693 invoked by uid 0); 7 Jun 2013 20:29:54 -0000 Message-Id: <20130607202954.77692.qmail@mail.grem.de> Date: 7 Jun 2013 20:29:54 -0000 From: Michael Gmelin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179419: [PATCH] editors/leo: Leo depends on databases/py-sqlite3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 20:40:02 -0000 >Number: 179419 >Category: ports >Synopsis: [PATCH] editors/leo: Leo depends on databases/py-sqlite3 >Confidential: no >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 Jun 07 20:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Gmelin >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: Grem Equity GmbH >Environment: System: FreeBSD srv 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #5 r249052M: Fri May 31 17:50:16 UTC >Description: Leo depends on databases/py-sqlite3, the attached patch adds the dependency and updates Makefile to new-style headers. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- leo-4.10_4.patch begins here --- diff -ruN ../leo.orig/Makefile ./Makefile --- ../leo.orig/Makefile 2013-06-07 04:23:22.000000000 +0200 +++ ./Makefile 2013-06-07 22:23:24.251573605 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: leo -# Date created: 2002/11/17 -# Whom: Alan Eldridge -# +# Created by: Alan Eldridge # $FreeBSD: editors/leo/Makefile 311476 2013-02-03 18:16:54Z makc $ -# PORTNAME= leo PORTVERSION= 4.10 @@ -19,10 +15,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:${PORTSDIR}/textproc/py-docutils \ silvercity>=0:${PORTSDIR}/textproc/silvercity \ ${PYTHON_PKGNAMEPREFIX}Pmw>=0:${PORTSDIR}/x11-toolkits/py-Pmw \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui OPTIONS_DEFINE= PYENCHANT DOCS diff -ruN ../leo.orig/Makefile~ ./Makefile~ --- ../leo.orig/Makefile~ 1970-01-01 01:00:00.000000000 +0100 +++ ./Makefile~ 2013-06-07 22:11:28.000000000 +0200 @@ -0,0 +1,65 @@ +# Created by: Alan Eldridge +# $FreeBSD: editors/leo/Makefile 311476 2013-02-03 18:16:54Z makc $ + +PORTNAME= leo +PORTVERSION= 4.10 +PORTREVISION= 4 +CATEGORIES= editors python +MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}%20final +DISTNAME= Leo-${PORTVERSION}-final +DIST_SUBDIR= leo + +MAINTAINER= ports@FreeBSD.org +COMMENT= Advanced outline editor for programmers + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0:${PORTSDIR}/textproc/py-docutils \ + silvercity>=0:${PORTSDIR}/textproc/silvercity \ + ${PYTHON_PKGNAMEPREFIX}Pmw>=0:${PORTSDIR}/x11-toolkits/py-Pmw \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui + +OPTIONS_DEFINE= PYENCHANT DOCS +PYENCHANT_DESC= Enable PyEnchant support + +WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final + +USE_ZIP= yes +USE_PYTHON= 2.6+ + +LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo + +.include + +.if ${PORT_OPTIONS:MPYENCHANT} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant +.endif + +post-extract: + @-${FIND} ${WRKSRC}/leo -type d -empty -delete + +do-build: + ${SED} -e 's|@PKGDATADIR@/leo.py|${LEO_DIR}/core/runLeo.py|' \ + ${FILESDIR}/leo.in > ${WRKDIR}/leo + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/leo ${PREFIX}/bin/leo + @${MKDIR} ${LEO_DIR} + ${INSTALL_DATA} ${WRKSRC}/leo/__init__.py ${LEO_DIR} + @${MKDIR} ${LEO_DIR}/Icons + ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.GIF ${LEO_DIR}/Icons + ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.gif ${LEO_DIR}/Icons + ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.png ${LEO_DIR}/Icons + ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.svg ${LEO_DIR}/Icons + @(cd ${WRKSRC}/leo/Icons && ${COPYTREE_SHARE} cleo ${LEO_DIR}/Icons) +.for dir in config core external extensions modes plugins scripts test www + @(cd ${WRKSRC}/leo; ${COPYTREE_SHARE} ${dir} ${LEO_DIR}) +.endfor +.if ${PORT_OPTIONS:MDOCS} + @(cd ${WRKSRC}/leo; ${COPYTREE_SHARE} doc ${LEO_DIR}) +.endif + +.include --- leo-4.10_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 20:40:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 088AA256; Fri, 7 Jun 2013 20:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D7ACE1376; Fri, 7 Jun 2013 20:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57Ke9ii018312; Fri, 7 Jun 2013 20:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57Ke9uH018311; Fri, 7 Jun 2013 20:40:09 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 20:40:09 GMT Message-Id: <201306072040.r57Ke9uH018311@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179418: ports-mgmt/portlint: Portlint XXXDIR check X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 20:40:10 -0000 Synopsis: ports-mgmt/portlint: Portlint XXXDIR check Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 20: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=179418 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 20:40:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6664E288; Fri, 7 Jun 2013 20:40: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 421921379; Fri, 7 Jun 2013 20:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57KeFCe018393; Fri, 7 Jun 2013 20:40:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57KeFUC018392; Fri, 7 Jun 2013 20:40:15 GMT (envelope-from edwin) Date: Fri, 7 Jun 2013 20:40:15 GMT Message-Id: <201306072040.r57KeFUC018392@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179419: [PATCH] editors/leo: Leo depends on databases/py-sqlite3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 20:40:15 -0000 Synopsis: [PATCH] editors/leo: Leo depends on databases/py-sqlite3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 7 20:40:14 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=179419 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 21:03: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 A4E64C86; Fri, 7 Jun 2013 21:03:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7D13815E8; Fri, 7 Jun 2013 21:03:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57L36Tr023104; Fri, 7 Jun 2013 21:03:06 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57L35Ya023103; Fri, 7 Jun 2013 21:03:05 GMT (envelope-from rakuco) Date: Fri, 7 Jun 2013 21:03:05 GMT Message-Id: <201306072103.r57L35Ya023103@freefall.freebsd.org> To: otacilio.neto@bsd.com.br, rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: rakuco@FreeBSD.org Subject: Re: ports/179400: [PATCH] print/freetype2: Add Infinality patches X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jun 2013 21:03:07 -0000 Old Synopsis: Update to port freetype2 to add Infinality patches New Synopsis: [PATCH] print/freetype2: Add Infinality patches State-Changed-From-To: open->feedback State-Changed-By: rakuco State-Changed-When: Fri Jun 7 21:00:53 UTC 2013 State-Changed-Why: Retitle and assign to maintainer. Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: rakuco Responsible-Changed-When: Fri Jun 7 21:00:53 UTC 2013 Responsible-Changed-Why: Retitle and assign to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=179400 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 01:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 845C67E1 for ; Sat, 8 Jun 2013 01:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6A7D11C71 for ; Sat, 8 Jun 2013 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r581A0RT076829 for ; Sat, 8 Jun 2013 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r581A0w9076828; Sat, 8 Jun 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 01:10:00 GMT Resent-Message-Id: <201306080110.r581A0w9076828@freefall.freebsd.org> 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 D27CC75A for ; Sat, 8 Jun 2013 01:02:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id C32251C2C for ; Sat, 8 Jun 2013 01:02:59 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5812xbS052041 for ; Sat, 8 Jun 2013 01:02:59 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5812xjk052040; Sat, 8 Jun 2013 01:02:59 GMT (envelope-from nobody) Message-Id: <201306080102.r5812xjk052040@oldred.freebsd.org> Date: Sat, 8 Jun 2013 01:02:59 GMT From: Green Dog To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179421: [Update] emulators/mednafen to 0.8.D.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 01:10:00 -0000 >Number: 179421 >Category: ports >Synopsis: [Update] emulators/mednafen to 0.8.D.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: Sat Jun 08 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Green Dog >Release: >Organization: >Environment: >Description: Update emulators/mednafen to 0.8.D.3 (latest stable) Fix build in amd64 (zlib), add build options, cleanup. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN mednafen/Makefile mednafen/Makefile --- mednafen/Makefile 2013-04-26 20:39:14.000000000 +0400 +++ mednafen/Makefile 2013-06-08 00:58:04.000000000 +0400 @@ -1,8 +1,7 @@ # $FreeBSD: emulators/mednafen/Makefile 316624 2013-04-26 16:39:14Z bapt $ PORTNAME= mednafen -PORTVERSION= 0.8.B -PORTREVISION= 8 +PORTVERSION= 0.8.D.3 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= SF/${PORTNAME}/Mednafen/${PORTVERSION} @@ -10,42 +9,125 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Portable multi-system emulator -LIB_DEPENDS= cdio.13:${PORTSDIR}/sysutils/libcdio \ - sndfile.1:${PORTSDIR}/audio/libsndfile \ - vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= cdio:${PORTSDIR}/sysutils/libcdio \ + sndfile:${PORTSDIR}/audio/libsndfile \ + vorbis:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_SDL= sdl net -USE_XORG= x11 -USE_GL= glut +USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD} +LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message -OPTIONS_DEFINE= NLS DOCS +CONFIGURE_ARGS+= --disable-alsa --disable-alsatest \ + --with-sdl-prefix=${LOCALBASE} +USES+= iconv pkgconfig:build + +MAKE_JOBS_SAFE= yes + +OPTIONS_DEFINE= NLS DOCS JACK +OPTIONS_MULTI= EMU + +OPTIONS_MULTI_EMU= GB GBA LINX NES NGP PCE PCFX SMS SWAN + +OPTIONS_DEFAULT= GB GBA LINX NES NGP PCE PCFX SMS SWAN + +GB_DESC= build with GameBoy emulation +GBA_DESC= build with GameBoy Advance emulation +LINX_DESC= build with Atari Lynx emulation +NES_DESC= build with Nintendo Entertainment System emulation +NGP_DESC= build with Neo Geo Pocket emulation +PCE_DESC= build with PC Engine(TurboGrafx 16) emulation +PCFX_DESC= build with PC-FX emulation +SMS_DESC= build with SMS+GG emulation +SWAN_DESC= build with WonderSwan emulation +JACK_DESC= support the JACK audio API .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" -FLAG_NLS= true +CONFIGURE_ARGS+= --enable-nls .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif +.if ${PORT_OPTIONS:MJACK} +CONFIGURE_ARGS+= --enable-jack +LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack +.else +CONFIGURE_ARGS+= --disable-jack +.endif + +.if ${PORT_OPTIONS:MGB} +CONFIGURE_ARGS+= --enable-gb +.else +CONFIGURE_ARGS+= --disable-gb +.endif + +.if ${PORT_OPTIONS:MGBA} +CONFIGURE_ARGS+= --enable-gba +.else +CONFIGURE_ARGS+= --disable-gba +.endif + +.if ${PORT_OPTIONS:MLINX} +CONFIGURE_ARGS+= --enable-lynx +.else +CONFIGURE_ARGS+= --disable-lynx +.endif + +.if ${PORT_OPTIONS:MNES} +CONFIGURE_ARGS+= --enable-nes +.else +CONFIGURE_ARGS+= --disable-nes +.endif + +.if ${PORT_OPTIONS:MNGP} +CONFIGURE_ARGS+= --enable-ngp +.else +CONFIGURE_ARGS+= --disable-ngp +.endif + +.if ${PORT_OPTIONS:MPCE} +CONFIGURE_ARGS+= --enable-pce +.else +CONFIGURE_ARGS+= --disable-pce +.endif + +.if ${PORT_OPTIONS:MPCFX} +CONFIGURE_ARGS+= --enable-pcfx +.else +CONFIGURE_ARGS+= --disable-pcfx +.endif + +.if ${PORT_OPTIONS:MSMS} +CONFIGURE_ARGS+= --enable-sms +.else +CONFIGURE_ARGS+= --disable-sms +.endif + +.if ${PORT_OPTIONS:MSWAN} +CONFIGURE_ARGS+= --enable-wswan +.else +CONFIGURE_ARGS+= --disable-wswan +.endif + .if ${ARCH}==sparc64 BROKEN= does not compile on ${ARCH} due to internal compiler error .endif pre-configure: - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' -e \ - 's|/usr/local|${LOCALBASE}|g' -e 's|/usr/X11R6|${LOCALBASE}|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|NetBSD|FreeBSD|' \ + ${WRKSRC}/include/trio/triodef.h post-install: .if ${PORT_OPTIONS:MDOCS} diff -ruN mednafen/distinfo mednafen/distinfo --- mednafen/distinfo 2012-07-14 17:54:48.000000000 +0400 +++ mednafen/distinfo 2013-06-03 22:31:04.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (mednafen-0.8.B.tar.bz2) = d7f5122ddab321f971833733f20858e2300693b1b489cc78f06aa7fd08f0b892 -SIZE (mednafen-0.8.B.tar.bz2) = 2414246 +SHA256 (mednafen-0.8.D.3.tar.bz2) = d678178f0dc03c89c7a0c83bf0c721af406ee53dfa79295432ab13722ed0eea2 +SIZE (mednafen-0.8.D.3.tar.bz2) = 2442705 diff -ruN mednafen/files/patch-src__file.cpp mednafen/files/patch-src__file.cpp --- mednafen/files/patch-src__file.cpp 1970-01-01 03:00:00.000000000 +0300 +++ mednafen/files/patch-src__file.cpp 2013-06-07 18:54:34.000000000 +0400 @@ -0,0 +1,29 @@ +--- src/file.cpp.orig 2009-05-15 06:12:55.000000000 +0400 ++++ src/file.cpp 2013-06-07 18:52:21.000000000 +0400 +@@ -229,7 +229,7 @@ + goto doret; + } + +- while((howmany = gzread(tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0) ++ while((howmany = gzread((gzFile)tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0) + { + cur_size += howmany; + cur_alloced <<= 1; +@@ -282,7 +282,7 @@ + } + else if(type == MDFN_FILETYPE_GZIP) + { +- gzclose(tz); ++ gzclose((gzFile)tz); + } + else if(type == MDFN_FILETYPE_ZIP) + { +@@ -444,7 +444,7 @@ + + if(!(fceufp = MakeMemWrap(t, 1))) + { +- gzclose(t); ++ gzclose((gzFile)t); + return(0); + } + diff -ruN mednafen/pkg-descr mednafen/pkg-descr --- mednafen/pkg-descr 2012-07-14 17:54:48.000000000 +0400 +++ mednafen/pkg-descr 2013-06-08 00:54:44.000000000 +0400 @@ -13,4 +13,4 @@ slightly less latency, although the latency differences may not be perceptible to most people. -WWW: http://mednafen.sf.net/ +WWW: http://mednafen.sf.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 01: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 1AACA811; Sat, 8 Jun 2013 01: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 EA2FC1C74; Sat, 8 Jun 2013 01:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r581A8pf076965; Sat, 8 Jun 2013 01:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r581A8v8076964; Sat, 8 Jun 2013 01:10:08 GMT (envelope-from edwin) Date: Sat, 8 Jun 2013 01:10:08 GMT Message-Id: <201306080110.r581A8v8076964@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179421: [Update] emulators/mednafen to 0.8.D.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 01:10:09 -0000 Synopsis: [Update] emulators/mednafen to 0.8.D.3 Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 8 01:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179421 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 06:40:56 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D4C1D6D7; Sat, 8 Jun 2013 06:40:56 +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 B08551722; Sat, 8 Jun 2013 06:40:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r586eu4B043094; Sat, 8 Jun 2013 06:40:56 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r586et0b043093; Sat, 8 Jun 2013 06:40:55 GMT (envelope-from jgh) Date: Sat, 8 Jun 2013 06:40:55 GMT Message-Id: <201306080640.r586et0b043093@freefall.freebsd.org> To: fmb@onibox.net, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Subject: Re: ports/177755: [patch] devel/rbenv: fix rbenv-init completions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 06:40:56 -0000 Synopsis: [patch] devel/rbenv: fix rbenv-init completions Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sat Jun 8 06:40:55 UTC 2013 Responsible-Changed-Why: Committed with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=177755 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 09:14:41 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C61D2B94; Sat, 8 Jun 2013 09:14:41 +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 A19341BE9; Sat, 8 Jun 2013 09:14:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r589EfQG074055; Sat, 8 Jun 2013 09:14:41 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r589EeN3074054; Sat, 8 Jun 2013 09:14:40 GMT (envelope-from antoine) Date: Sat, 8 Jun 2013 09:14:40 GMT Message-Id: <201306080914.r589EeN3074054@freefall.freebsd.org> To: manuel.creach@icloud.com, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/177391: multimedia/libcec update to 2.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 09:14:41 -0000 Synopsis: multimedia/libcec update to 2.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Sat Jun 8 09:14:20 UTC 2013 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177391 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 09:15: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 003AEBCF; Sat, 8 Jun 2013 09:15:06 +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 CEC701BF1; Sat, 8 Jun 2013 09:15:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r589F65C074145; Sat, 8 Jun 2013 09:15:06 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r589F6G3074144; Sat, 8 Jun 2013 09:15:06 GMT (envelope-from antoine) Date: Sat, 8 Jun 2013 09:15:06 GMT Message-Id: <201306080915.r589F6G3074144@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/179331: [PATCH] multimedia/libcec Update to 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: Sat, 08 Jun 2013 09:15:07 -0000 Synopsis: [PATCH] multimedia/libcec Update to 2.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Sat Jun 8 09:14:49 UTC 2013 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179331 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 11:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83136893 for ; Sat, 8 Jun 2013 11: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 502921EC0 for ; Sat, 8 Jun 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58BA1Mj001805 for ; Sat, 8 Jun 2013 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58BA1cO001804; Sat, 8 Jun 2013 11:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 11:10:01 GMT Resent-Message-Id: <201306081110.r58BA1cO001804@freefall.freebsd.org> 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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A2D888A for ; Sat, 8 Jun 2013 11:09:18 +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 57C481EBC for ; Sat, 8 Jun 2013 11:09:17 +0000 (UTC) Received: from vixen42.vulpes.vvelox.net (unknown [192.168.14.1]) (Authenticated sender: kitsune) by vulpes.vvelox.net (Postfix) with ESMTPA id 230E63F7B2 for ; Sat, 8 Jun 2013 06:01:49 -0500 (CDT) Message-Id: <1370689176.275822.62824@vixen42.vulpes.vvelox.net> Date: Sat, 8 Jun 2013 05:59:36 -0500 From: "Zane C.B-H." To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Subject: ports/179424: Update port: devel/p5-DateTime update from .78 to 1.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 11:10:01 -0000 >Number: 179424 >Category: ports >Synopsis: Update port: devel/p5-DateTime update from .78 to 1.03 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Zane C.B-H. >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD 9.1-STABLE #2 r250995: Sun May 26 06:58:50 CDT 2013 kitsune@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/GENERIC >Description: >How-To-Repeat: >Fix: --- devel_p5-DateTime_Makefile.diff begins here --- --- Makefile.old 2013-06-08 05:53:30.822851955 -0500 +++ Makefile 2013-06-08 05:54:01.966852395 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/p5-DateTime/Makefile 315509 2013-03-29 00:44:53Z eadler $ PORTNAME= DateTime -PORTVERSION= 0.78 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY --- devel_p5-DateTime_Makefile.diff ends here --- --- devel_p5-DateTime_distinfo.diff begins here --- --- distinfo.old 2013-03-02 05:18:18.371970120 -0600 +++ distinfo 2013-06-08 05:56:21.029852795 -0500 @@ -1,2 +1,2 @@ -SHA256 (DateTime-0.78.tar.gz) = 85f59b555bf594b57077afc636555d8393ab4b2c9e779a50524b0ab2e2602c3e -SIZE (DateTime-0.78.tar.gz) = 176173 +SHA256 (DateTime-1.03.tar.gz) = 384f97c73da02492d771d6b5c3b37f6b18c2e12f4db3246b1d61ff19c6d6ad6d +SIZE (DateTime-1.03.tar.gz) = 174369 --- devel_p5-DateTime_distinfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 11:10:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E7E38C4; Sat, 8 Jun 2013 11: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 6AEB61EC3; Sat, 8 Jun 2013 11:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58BA9XJ001884; Sat, 8 Jun 2013 11:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58BA94l001883; Sat, 8 Jun 2013 11:10:09 GMT (envelope-from edwin) Date: Sat, 8 Jun 2013 11:10:09 GMT Message-Id: <201306081110.r58BA94l001883@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179424: Update port: devel/p5-DateTime update from .78 to 1.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 11:10:09 -0000 Synopsis: Update port: devel/p5-DateTime update from .78 to 1.03 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 8 11: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=179424 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 12:49: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 AA562F44; Sat, 8 Jun 2013 12:49:17 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 832BC131E; Sat, 8 Jun 2013 12:49:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58CnHDr021414; Sat, 8 Jun 2013 12:49:17 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58CnH7A021413; Sat, 8 Jun 2013 12:49:17 GMT (envelope-from wg) Date: Sat, 8 Jun 2013 12:49:17 GMT Message-Id: <201306081249.r58CnH7A021413@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/178350: net/pchar: Fix compile error by avoid sizeof(bool) test, and Reduce compiler warning. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 12:49:17 -0000 Synopsis: net/pchar: Fix compile error by avoid sizeof(bool) test, and Reduce compiler warning. Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Jun 8 12:49:17 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=178350 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 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 4C6BFE98 for ; Sat, 8 Jun 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 2E60F15FC for ; Sat, 8 Jun 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58DU1iN030821 for ; Sat, 8 Jun 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58DU177030820; Sat, 8 Jun 2013 13:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 13:30:01 GMT Resent-Message-Id: <201306081330.r58DU177030820@freefall.freebsd.org> 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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CA3A9E87 for ; Sat, 8 Jun 2013 13:28:39 +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 52C3415F3 for ; Sat, 8 Jun 2013 13:28:38 +0000 (UTC) Received: from naia.nevermind.kiev.ua (localhost [127.0.0.1]) by naia.nevermind.kiev.ua (8.14.7/8.14.7) with ESMTP id r58DE8pL002718 for ; Sat, 8 Jun 2013 16:14:08 +0300 (EEST) (envelope-from never@naia.nevermind.kiev.ua) Received: (from never@localhost) by naia.nevermind.kiev.ua (8.14.7/8.14.7/Submit) id r58DE7Yu002717; Sat, 8 Jun 2013 16:14:07 +0300 (EEST) (envelope-from never) Message-Id: <201306081314.r58DE7Yu002717@naia.nevermind.kiev.ua> Date: Sat, 8 Jun 2013 16:14:07 +0300 (EEST) From: Alexandr Kovalenko To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/179425: [MAINTAINER] Update databases/mariadb55-{client, server} to 5.5.31 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: Sat, 08 Jun 2013 13:30:01 -0000 >Number: 179425 >Category: ports >Synopsis: [MAINTAINER] Update databases/mariadb55-{client,server} to 5.5.31 >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: Sat Jun 08 13:30: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 amd64 >Description: Apply patch attached to update databases/mariadb55-{client,server} to 5.5.31 >How-To-Repeat: N/A >Fix: diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index 44b93fe..027aca9 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -1,7 +1,7 @@ # $FreeBSD: head/databases/mariadb55-server/Makefile 314960 2013-03-22 20:06:14Z makc $ PORTNAME?= mariadb -PORTVERSION= 5.5.30 +PORTVERSION= 5.5.31 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ diff --git a/databases/mariadb55-server/distinfo b/databases/mariadb55-server/distinfo index 4e1086c..dd12e77 100644 --- a/databases/mariadb55-server/distinfo +++ b/databases/mariadb55-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.5.30.tar.gz) = 64dba5f1819f1d4ebf7ed31d74e4106c981a24b88259995deba3734fb7c4635f -SIZE (mariadb-5.5.30.tar.gz) = 27875216 +SHA256 (mariadb-5.5.31.tar.gz) = 70b28e5dca7e9213fd092a669f74a537e7c88e0f670e32628907ce3ebcef2d28 +SIZE (mariadb-5.5.31.tar.gz) = 27888530 diff --git a/databases/mariadb55-server/files/patch-sql_CMakeLists.txt b/databases/mariadb55-server/files/patch-sql_CMakeLists.txt index af5a856..47e93ad 100644 --- a/databases/mariadb55-server/files/patch-sql_CMakeLists.txt +++ b/databases/mariadb55-server/files/patch-sql_CMakeLists.txt @@ -1,14 +1,14 @@ ---- sql/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ sql/CMakeLists.txt 2012-12-23 05:56:58.000000000 +0200 +--- sql/CMakeLists.txt.orig 2013-05-22 01:09:51.000000000 +0300 ++++ sql/CMakeLists.txt 2013-06-08 14:13:06.000000000 +0300 @@ -268,6 +268,7 @@ + VERBATIM + ) +IF(FALSE) IF(INSTALL_LAYOUT STREQUAL "STANDALONE") - # 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. -@@ -313,6 +314,7 @@ + # Copy db.opt into data/test/ +@@ -311,6 +312,7 @@ INSTALL(FILES ${DUMMY_FILE} DESTINATION data/mysql COMPONENT DataFiles) ENDIF(WIN32 AND MYSQLD_EXECUTABLE) ENDIF(INSTALL_LAYOUT STREQUAL "STANDALONE") @@ -16,7 +16,7 @@ IF(WIN32) SET(my_bootstrap_sql ${CMAKE_CURRENT_BINARY_DIR}/my_bootstrap.sql) -@@ -354,8 +356,10 @@ +@@ -353,8 +355,10 @@ TARGET_LINK_LIBRARIES(mysql_upgrade_service mysys winservice) ENDIF(WIN32) diff --git a/databases/mariadb55-server/pkg-plist b/databases/mariadb55-server/pkg-plist index 754b5f4..a7f2c49 100644 --- a/databases/mariadb55-server/pkg-plist +++ b/databases/mariadb55-server/pkg-plist @@ -33,6 +33,7 @@ lib/mysql/libmysqld.a lib/mysql/libmysqld.so lib/mysql/libmysqld.so.18 lib/mysql/plugin/adt_null.so +lib/mysql/plugin/auth_0x0100.so lib/mysql/plugin/auth_pam.so lib/mysql/plugin/auth_test_plugin.so lib/mysql/plugin/daemon_example.ini @@ -53,6 +54,7 @@ lib/mysql/plugin/mysql_clear_password.so lib/mysql/plugin/qa_auth_client.so lib/mysql/plugin/qa_auth_interface.so lib/mysql/plugin/qa_auth_server.so +lib/mysql/plugin/query_cache_info.so lib/mysql/plugin/semisync_master.so lib/mysql/plugin/semisync_slave.so lib/mysql/plugin/sql_errlog.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 13:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ABEB737A for ; Sat, 8 Jun 2013 13: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 926F91664 for ; Sat, 8 Jun 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58De0kd032573 for ; Sat, 8 Jun 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58De0qu032572; Sat, 8 Jun 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 13:40:00 GMT Resent-Message-Id: <201306081340.r58De0qu032572@freefall.freebsd.org> 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 D653E119 for ; Sat, 8 Jun 2013 13:30:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id B86A6160D for ; Sat, 8 Jun 2013 13:30:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58DUvJY010558 for ; Sat, 8 Jun 2013 13:30:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58DUvfY010538; Sat, 8 Jun 2013 13:30:57 GMT (envelope-from nobody) Message-Id: <201306081330.r58DUvfY010538@oldred.freebsd.org> Date: Sat, 8 Jun 2013 13:30:57 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179426: [maintainer-update] Update security/py-fail2ban to 0.8.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: Sat, 08 Jun 2013 13:40:00 -0000 >Number: 179426 >Category: ports >Synopsis: [maintainer-update] Update security/py-fail2ban to 0.8.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: Update security/py-fail2ban to version 0.8.9 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 320059) +++ Makefile (working copy) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTVERSION= 0.8.9 +PORTREVISION= CATEGORIES= security python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,9 @@ LICENSE= GPLv2 -GITVERSION= 0-g51a3be2 +GITVERSION= 0-g152c619 FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ff91bd4 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-1a3155a MAKE_JOBS_SAFE= yes @@ -28,7 +28,7 @@ PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ --install-data=${ETCDIR} -PYDISTUTILS_PKGVERSION= 0.8.8 +PYDISTUTILS_PKGVERSION= 0.8.9 FILES= ${WRKSRC}/fail2ban-regex \ ${WRKSRC}/man/fail2ban-client.1 \ Index: distinfo =================================================================== --- distinfo (revision 320059) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (fail2ban-fail2ban-0.8.8-0-g51a3be2.tar.gz) = 5b020aaa2316dc4348a1489187db2cb124c4cf2a13f84aed7064fc5bc948a8ab -SIZE (fail2ban-fail2ban-0.8.8-0-g51a3be2.tar.gz) = 125364 +SHA256 (fail2ban-fail2ban-0.8.9-0-g152c619.tar.gz) = b20c1a074620a1003ec4e48e30ac40a41cc6f4242a37eb6a78fa29daa9165bb7 +SIZE (fail2ban-fail2ban-0.8.9-0-g152c619.tar.gz) = 159957 Index: files/patch-common.conf =================================================================== --- files/patch-common.conf (revision 320059) +++ files/patch-common.conf (working copy) @@ -1,6 +1,6 @@ --- config/filter.d/common.conf.orig 2012-01-20 22:50:22.000000000 +0100 +++ config/filter.d/common.conf 2012-01-20 23:10:52.000000000 +0100 -@@ -32,6 +32,9 @@ +@@ -35,6 +35,9 @@ # EXAMPLES: sshd[31607], pop(pam_unix)[4920] __daemon_combs_re = (?:%(__pid_re)s?:\s+%(__daemon_re)s|%(__daemon_re)s%(__pid_re)s?:) @@ -10,10 +10,3 @@ # Some messages have a kernel prefix with a timestamp # EXAMPLES: kernel: [769570.846956] __kernel_prefix = kernel: \[\d+\.\d+\] -@@ -43,5 +46,5 @@ - # - # [hostname] [vserver tag] daemon_id spaces - # this can be optional (for instance if we match named native log files) --__prefix_line = \s*(?:%(__hostname)s )?(?:%(__kernel_prefix)s )?(?:@vserver_\S+ )?%(__daemon_combs_re)s?\s* -+__prefix_line = \s*%(__bsd_verbose_mode)s?(?:\S+ )?(?:@vserver_\S+ )?%(__daemon_combs_re)s?\s* - Index: pkg-plist =================================================================== --- pkg-plist (revision 320059) +++ pkg-plist (working copy) @@ -83,6 +83,8 @@ %%PYTHON_SITELIBDIR%%/client/jailsreader.pyc %%PYTHON_SITELIBDIR%%/common/__init__.py %%PYTHON_SITELIBDIR%%/common/__init__.pyc +%%PYTHON_SITELIBDIR%%/common/exceptions.py +%%PYTHON_SITELIBDIR%%/common/exceptions.pyc %%PYTHON_SITELIBDIR%%/common/helpers.py %%PYTHON_SITELIBDIR%%/common/helpers.pyc %%PYTHON_SITELIBDIR%%/common/protocol.py >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 13: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 C53533AB; Sat, 8 Jun 2013 13: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 9F8521667; Sat, 8 Jun 2013 13:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58De8xt032705; Sat, 8 Jun 2013 13:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58De8s3032704; Sat, 8 Jun 2013 13:40:08 GMT (envelope-from edwin) Date: Sat, 8 Jun 2013 13:40:08 GMT Message-Id: <201306081340.r58De8s3032704@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179426: [maintainer-update] Update security/py-fail2ban to 0.8.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: Sat, 08 Jun 2013 13:40:08 -0000 Synopsis: [maintainer-update] Update security/py-fail2ban to 0.8.9 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 8 13:40:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179426 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 15:06:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 799361C56; Sat, 8 Jun 2013 15:06:26 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 53B30103C; Sat, 8 Jun 2013 15:06:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58F6QrZ049864; Sat, 8 Jun 2013 15:06:26 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58F6QEg049863; Sat, 8 Jun 2013 15:06:26 GMT (envelope-from wg) Date: Sat, 8 Jun 2013 15:06:26 GMT Message-Id: <201306081506.r58F6QEg049863@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/178013: new port: www/rest - accessing RESTful web services X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 15:06:26 -0000 Synopsis: new port: www/rest - accessing RESTful web services Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Jun 8 15:06:26 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=178013 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 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 1C1A1A49 for ; Sat, 8 Jun 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 DD8DB1566 for ; Sat, 8 Jun 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58GU0E0067078 for ; Sat, 8 Jun 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58GU0Rb067063; Sat, 8 Jun 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 16:30:00 GMT Resent-Message-Id: <201306081630.r58GU0Rb067063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Leo Vandewoestijne Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B96E8AD for ; Sat, 8 Jun 2013 16:27:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8DACB147E for ; Sat, 8 Jun 2013 16:27:25 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58GROnR018839 for ; Sat, 8 Jun 2013 16:27:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58GROKB018838; Sat, 8 Jun 2013 16:27:24 GMT (envelope-from nobody) Message-Id: <201306081627.r58GROKB018838@oldred.freebsd.org> Date: Sat, 8 Jun 2013 16:27:24 GMT From: Leo Vandewoestijne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179428: [MAINTAINER-UPDATE] dns/knot: update to 1.3.0r1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 16:30:01 -0000 >Number: 179428 >Category: ports >Synopsis: [MAINTAINER-UPDATE] dns/knot: update to 1.3.0r1 >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 Jun 08 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Leo Vandewoestijne >Release: >Organization: DNS-Lab >Environment: >Description: Knot DNS has done major improvements and additions. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r -N -u knot/Makefile knot.new/Makefile --- knot/Makefile 2013-04-27 01:20:09.000000000 +0000 +++ knot.new/Makefile 2013-04-26 23:28:10.000000000 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: ports/dns/knot/Makefile,v 1.15 2012/12/24 13:25:21 svnexp Exp $ PORTNAME= knot -DISTVERSION= 1.1.3 +DISTVERSION= 1.2.0 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ diff -r -N -u knot/distinfo knot.new/distinfo --- knot/distinfo 2013-04-27 01:20:09.000000000 +0000 +++ knot.new/distinfo 2013-04-26 23:28:14.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (knot-1.1.3.tar.gz) = 0114348bf736553cbbc47560dc9b63b8baed69111c0dd35430dff93adf81f769 -SIZE (knot-1.1.3.tar.gz) = 1194290 +SHA256 (knot-1.2.0.tar.gz) = 7c585ebae5543807db257b14f0e15af79f7cdf83ef90af89eec3d6af304440b0 +SIZE (knot-1.2.0.tar.gz) = 1241376 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 18:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 94E4033D for ; Sat, 8 Jun 2013 18: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 6AC9A1FBC for ; Sat, 8 Jun 2013 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58Ie1D5093724 for ; Sat, 8 Jun 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58Ie1VC093723; Sat, 8 Jun 2013 18:40:01 GMT (envelope-from gnats) Date: Sat, 8 Jun 2013 18:40:01 GMT Message-Id: <201306081840.r58Ie1VC093723@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Michael Gmelin Subject: Re: ports/176874: sysutils/fusefs-sshfs crashes on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Gmelin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 18:40:02 -0000 The following reply was made to PR ports/176874; it has been noted by GNATS. From: Michael Gmelin To: bug-followup@FreeBSD.org, georg@graf.priv.at Cc: Subject: Re: ports/176874: sysutils/fusefs-sshfs crashes on amd64 Date: Sat, 8 Jun 2013 20:39:30 +0200 Hi Georg, I experienced the same issue on 9.1 using clang. For me recompiling devel/glib20 using (system) gcc 4.2.1 fixed the problem, maybe you could check and acknowledge. Cheers, Michael -- Michael Gmelin From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 20: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 70EA7BEE for ; Sat, 8 Jun 2013 20: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 556AF1289 for ; Sat, 8 Jun 2013 20:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58KU0Zx016042 for ; Sat, 8 Jun 2013 20:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58KU0XL016041; Sat, 8 Jun 2013 20:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 20:30:00 GMT Resent-Message-Id: <201306082030.r58KU0XL016041@freefall.freebsd.org> 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 50B34BE0 for ; Sat, 8 Jun 2013 20:27:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 29BB51281 for ; Sat, 8 Jun 2013 20:27:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58KRZBc048353 for ; Sat, 8 Jun 2013 20:27:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58KRZaq048352; Sat, 8 Jun 2013 20:27:35 GMT (envelope-from nobody) Message-Id: <201306082027.r58KRZaq048352@oldred.freebsd.org> Date: Sat, 8 Jun 2013 20:27:35 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179431: security/opensaml2: fix for missing boost dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 20:30:00 -0000 >Number: 179431 >Category: ports >Synopsis: security/opensaml2: fix for missing boost dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: security/opensaml2 was just updated but it doesn't build in a clean environment. The boost dependency was omitted. >How-To-Repeat: >Fix: Adding this to the makefile allowed opensaml2 to build in poudriere: LIB_DEPENDS+= boost_thread:${PORTSDIR}/devel/boost-libs The actually library called out probably isn't important. opensaml2 just needs boost-libs is loaded. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 20: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 A50FEC21; Sat, 8 Jun 2013 20: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 80D6F128D; Sat, 8 Jun 2013 20:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58KU8ES016177; Sat, 8 Jun 2013 20:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58KU8qB016176; Sat, 8 Jun 2013 20:30:08 GMT (envelope-from edwin) Date: Sat, 8 Jun 2013 20:30:08 GMT Message-Id: <201306082030.r58KU8qB016176@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179431: security/opensaml2: fix for missing boost dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 20:30:08 -0000 Synopsis: security/opensaml2: fix for missing boost dependency Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 8 20:30:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179431 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 21:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2774299D for ; Sat, 8 Jun 2013 21: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 0E0041355 for ; Sat, 8 Jun 2013 21:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58L00gw021267 for ; Sat, 8 Jun 2013 21:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58L00L4021264; Sat, 8 Jun 2013 21:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 21:00:00 GMT Resent-Message-Id: <201306082100.r58L00L4021264@freefall.freebsd.org> 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 5CC32FE8 for ; Sat, 8 Jun 2013 20:50:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 35CF712EC for ; Sat, 8 Jun 2013 20:50:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58KoVHG002885 for ; Sat, 8 Jun 2013 20:50:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58KoVW6002877; Sat, 8 Jun 2013 20:50:31 GMT (envelope-from nobody) Message-Id: <201306082050.r58KoVW6002877@oldred.freebsd.org> Date: Sat, 8 Jun 2013 20:50:31 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179432: sysutils/zisofs-tools : fix to unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 21:00:01 -0000 >Number: 179432 >Category: ports >Synopsis: sysutils/zisofs-tools : fix to unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: This port is BROKEN due to fetch issue. The issue is not with the port, but with bsd.sites.mk. The MASTER_SITE_KERNEL_ORG definition has a bad mirror that causes the mismatch >How-To-Repeat: >Fix: remove http://ftp.ntu.edu.tw/%SUBDIR%/ from MASTER_SITE_KERNEL_ORG definition of Mk/bsd.sites.mk file. Then the distribution file, which is on the other mirrors, will happily download and match. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 21:00:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C35D99DC; Sat, 8 Jun 2013 21:00: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 33B89135D; Sat, 8 Jun 2013 21:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58L09r9021403; Sat, 8 Jun 2013 21:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58L09Od021402; Sat, 8 Jun 2013 21:00:09 GMT (envelope-from edwin) Date: Sat, 8 Jun 2013 21:00:09 GMT Message-Id: <201306082100.r58L09Od021402@freefall.freebsd.org> To: draco@marino.st, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179432: sysutils/zisofs-tools : fix to unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 21:00:11 -0000 Synopsis: sysutils/zisofs-tools : fix to unbreak State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Jun 8 21: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=179432 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 21:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 58D9A16E for ; Sat, 8 Jun 2013 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4962913AC for ; Sat, 8 Jun 2013 21:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58LA1XW023389 for ; Sat, 8 Jun 2013 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58LA0d2023388; Sat, 8 Jun 2013 21:10:00 GMT (envelope-from gnats) Date: Sat, 8 Jun 2013 21:10:00 GMT Message-Id: <201306082110.r58LA0d2023388@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179432: sysutils/zisofs-tools : fix to unbreak 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, 08 Jun 2013 21:10:01 -0000 The following reply was made to PR ports/179432; it has been noted by GNATS. From: Edwin Groothuis To: chip-set@mail.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/179432: sysutils/zisofs-tools : fix to unbreak Date: Sat, 8 Jun 2013 21:00:08 UT Maintainer of sysutils/zisofs-tools, Please note that PR ports/179432 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/179432 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 21: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 71890531; Sat, 8 Jun 2013 21:24:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9651487; Sat, 8 Jun 2013 21:24:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58LOrx3027589; Sat, 8 Jun 2013 21:24:53 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58LOrMH027588; Sat, 8 Jun 2013 21:24:53 GMT (envelope-from wg) Date: Sat, 8 Jun 2013 21:24:53 GMT Message-Id: <201306082124.r58LOrMH027588@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/179428: [MAINTAINER-UPDATE] dns/knot: update to 1.3.0r1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 21:24:53 -0000 Synopsis: [MAINTAINER-UPDATE] dns/knot: update to 1.3.0r1 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Jun 8 21:24:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179428 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 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 7AF3E661 for ; Sat, 8 Jun 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 5CC4E15C9 for ; Sat, 8 Jun 2013 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58LU0WJ028190 for ; Sat, 8 Jun 2013 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58LU0CC028189; Sat, 8 Jun 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 21:30:00 GMT Resent-Message-Id: <201306082130.r58LU0CC028189@freefall.freebsd.org> 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 09584656 for ; Sat, 8 Jun 2013 21:29:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id EF3A515C0 for ; Sat, 8 Jun 2013 21:29:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58LTH9H002877 for ; Sat, 8 Jun 2013 21:29:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58LTHb7002876; Sat, 8 Jun 2013 21:29:17 GMT (envelope-from nobody) Message-Id: <201306082129.r58LTHb7002876@oldred.freebsd.org> Date: Sat, 8 Jun 2013 21:29:17 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179433: 2nd attempt to update horribly obsolete MASTER_SITES_ECLIPSE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 21:30:00 -0000 >Number: 179433 >Category: ports >Synopsis: 2nd attempt to update horribly obsolete MASTER_SITES_ECLIPSE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 21:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: MASTER_SITES_ECLIPSE hasn't been updated apparently in a long, long time. I opened ports/178481 on it with jetty at the same time, but it was closed after jetty was fixed. The bsd.site.mk is still bad. I'm resubmitting the patch for its own PR (as I should have done in the first place). As mentioned in the previous PR, I checked each site, removed and retained. >How-To-Repeat: >Fix: Patch attached with submission follows: --- bsd.sites.mk.orig 2013-05-10 12:39:23.221655000 +0000 +++ bsd.sites.mk @@ -218,18 +218,10 @@ MASTER_SITE_EASYSW+= \ .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ - ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \ - http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/%SUBDIR%/ \ - ftp://ftp.tu-clausthal.de/pub/eclipse/downloads/drops/%SUBDIR%/ \ + ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse.org/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ - ftp://ftp.unixag-zw.fh-kl.de/pub/mirrors/eclipse/drops/%SUBDIR%/ \ - http://eclipse.teccomm.les.inf.puc-rio.br/downloads/drops/%SUBDIR%/ \ - http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ - http://www.eclipse.ps.pl/downloads/drops/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/eclipse/downloads/drops/&,} \ - ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ - http://download.eclipse.org/eclipse/downloads/drops/%SUBDIR%/ \ - ftp://download.eclipse.org/%SUBDIR%/ + ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \ + http://eclipse.org/downloads/download.php?mirror_id=96&r=1&file=/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_EXIM) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 22:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C39DF42D for ; Sat, 8 Jun 2013 22:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AAD6F1718 for ; Sat, 8 Jun 2013 22:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58MU0dx040085 for ; Sat, 8 Jun 2013 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58MU01F040074; Sat, 8 Jun 2013 22:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 22:30:00 GMT Resent-Message-Id: <201306082230.r58MU01F040074@freefall.freebsd.org> 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 413CF41D for ; Sat, 8 Jun 2013 22:27:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 19139170E for ; Sat, 8 Jun 2013 22:27:42 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58MRfqC092383 for ; Sat, 8 Jun 2013 22:27:41 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58MRfdH092382; Sat, 8 Jun 2013 22:27:41 GMT (envelope-from nobody) Message-Id: <201306082227.r58MRfdH092382@oldred.freebsd.org> Date: Sat, 8 Jun 2013 22:27:41 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179435: net-p2p/bitcoin won't fetch (GITHUB) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 22:30:00 -0000 >Number: 179435 >Category: ports >Synopsis: net-p2p/bitcoin won't fetch (GITHUB) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 22:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: net-p2p/bitcoin has a broken checksum with the current commit tag. >How-To-Repeat: >Fix: set GH_COMMIT= 94933c3 then regenerate the distinfo file. That will allow this port to fetch the tarball and build until completion >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 22:30:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A9854AD; Sat, 8 Jun 2013 22:30: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 DB9F3171E; Sat, 8 Jun 2013 22:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58MUDxn041584; Sat, 8 Jun 2013 22:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58MUD6v041583; Sat, 8 Jun 2013 22:30:13 GMT (envelope-from edwin) Date: Sat, 8 Jun 2013 22:30:13 GMT Message-Id: <201306082230.r58MUD6v041583@freefall.freebsd.org> To: draco@marino.st, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179435: net-p2p/bitcoin won't fetch (GITHUB) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 22:30:14 -0000 Synopsis: net-p2p/bitcoin won't fetch (GITHUB) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Jun 8 22:30:13 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179435 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 22:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7EF13A5B for ; Sat, 8 Jun 2013 22: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 65E1017B6 for ; Sat, 8 Jun 2013 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58Me0Xl041899 for ; Sat, 8 Jun 2013 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58Me0N4041897; Sat, 8 Jun 2013 22:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jun 2013 22:40:00 GMT Resent-Message-Id: <201306082240.r58Me0N4041897@freefall.freebsd.org> 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 1F4AF4F2 for ; Sat, 8 Jun 2013 22:30:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id ECDBE172F for ; Sat, 8 Jun 2013 22:30:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58MUwNC023504 for ; Sat, 8 Jun 2013 22:30:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58MUwoP023491; Sat, 8 Jun 2013 22:30:58 GMT (envelope-from nobody) Message-Id: <201306082230.r58MUwoP023491@oldred.freebsd.org> Date: Sat, 8 Jun 2013 22:30:58 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179436: security/openvpn-devel: broken checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 22:40:00 -0000 >Number: 179436 >Category: ports >Synopsis: security/openvpn-devel: broken checksum >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 22:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: This port has a broken checksum. Regenerating the distinfo file will allow it to build until completion, so it's probable that upstream rerolled the tarball. Somebody should diff the two tarballs to verify though. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 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 846B8A5C for ; Sat, 8 Jun 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 76FC617B7 for ; Sat, 8 Jun 2013 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58Me1d4041961 for ; Sat, 8 Jun 2013 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58Me1Tq041960; Sat, 8 Jun 2013 22:40:01 GMT (envelope-from gnats) Date: Sat, 8 Jun 2013 22:40:01 GMT Message-Id: <201306082240.r58Me1Tq041960@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179435: net-p2p/bitcoin won't fetch (GITHUB) 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, 08 Jun 2013 22:40:01 -0000 The following reply was made to PR ports/179435; it has been noted by GNATS. From: Edwin Groothuis To: robbak@robbak.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/179435: net-p2p/bitcoin won't fetch (GITHUB) Date: Sat, 8 Jun 2013 22:30:12 UT Maintainer of net-p2p/bitcoin, Please note that PR ports/179435 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/179435 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 22:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8660A8E; Sat, 8 Jun 2013 22: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 A3B9017B9; Sat, 8 Jun 2013 22:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58Me8QD042036; Sat, 8 Jun 2013 22:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58Me8Qb042035; Sat, 8 Jun 2013 22:40:08 GMT (envelope-from edwin) Date: Sat, 8 Jun 2013 22:40:08 GMT Message-Id: <201306082240.r58Me8Qb042035@freefall.freebsd.org> To: draco@marino.st, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179436: security/openvpn-devel: broken checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jun 2013 22:40:08 -0000 Synopsis: security/openvpn-devel: broken checksum State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Jun 8 22:40:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=179436 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 8 22:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C85227A for ; Sat, 8 Jun 2013 22:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9211805 for ; Sat, 8 Jun 2013 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r58Mo1Ux043812 for ; Sat, 8 Jun 2013 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r58Mo1lG043809; Sat, 8 Jun 2013 22:50:01 GMT (envelope-from gnats) Date: Sat, 8 Jun 2013 22:50:01 GMT Message-Id: <201306082250.r58Mo1lG043809@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/179436: security/openvpn-devel: broken checksum 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, 08 Jun 2013 22:50:01 -0000 The following reply was made to PR ports/179436; it has been noted by GNATS. From: Edwin Groothuis To: ecrist@secure-computing.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/179436: security/openvpn-devel: broken checksum Date: Sat, 8 Jun 2013 22:40:07 UT Maintainer of security/openvpn-devel, Please note that PR ports/179436 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/179436 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org