From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 01:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7765106564A for ; Sun, 2 Sep 2012 01:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 73B708FC15 for ; Sun, 2 Sep 2012 01:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q821A8mW005380 for ; Sun, 2 Sep 2012 01:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q821A8VX005378; Sun, 2 Sep 2012 01:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 01:10:08 GMT Resent-Message-Id: <201209020110.q821A8VX005378@freefall.freebsd.org> 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 E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB8AB1065670 for ; Sun, 2 Sep 2012 01:00:45 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 657C28FC14 for ; Sun, 2 Sep 2012 01:00:45 +0000 (UTC) Received: by vbmv11 with SMTP id v11so5725785vbm.13 for ; Sat, 01 Sep 2012 18:00:38 -0700 (PDT) Received: by 10.220.223.204 with SMTP id il12mr8839287vcb.72.1346547638631; Sat, 01 Sep 2012 18:00:38 -0700 (PDT) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id be4sm3179955vdc.20.2012.09.01.18.00.37 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 01 Sep 2012 18:00:38 -0700 (PDT) Message-Id: <1346547638.4919.33164@mocha.verizon.net> Date: Sat, 1 Sep 2012 21:00:38 -0400 From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171238: [MAINTAINER] devel/gwenhywfar finance/aqbanking: Fix DOCS option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 01:10:08 -0000 >Number: 171238 >Category: ports >Synopsis: [MAINTAINER] devel/gwenhywfar finance/aqbanking: Fix DOCS option >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 Sep 02 01:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: In devel/gwenhywfar and finance/aqbanking, the documentation installed by doxygen is massive and shouldn't be installed by default. [1] This was the behavior prior to the last update, but while converting to OPTIONSng the logic got lost. Use the DOXYGEN option instead but we still need to check if DOCS is enabled since the PORTDOCS macro is being used to generate the plist for the documentation. Also, fix typos s/DOC/DOCS/ in devel/gwenhywfar. [1] Reported by: Jan Henrik Sylvester >How-To-Repeat: Use attached diff >Fix: --- 2012-09-01-gwenhywfar.diff begins here --- Index: finance/aqbanking/Makefile =================================================================== --- finance/aqbanking/Makefile (revision 303524) +++ finance/aqbanking/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= gwenhywfar:${PORTSDIR}/devel/gwenhywfar \ gmp:${PORTSDIR}/math/gmp -OPTIONS_DEFINE= DOCS KTOBLZCHECK PAYPAL +OPTIONS_DEFINE= DOXYGEN KTOBLZCHECK PAYPAL OPTIONS_DEFAULT= KTOBLZCHECK KTOBLZCHECK_DESC= Enable KtoBlzCheck support @@ -41,7 +41,7 @@ .include -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz CONFIGURE_ARGS+=--enable-full-doc @@ -64,12 +64,12 @@ ${WRKSRC}/Makefile.in post-build: -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} @cd ${WRKSRC} && ${GMAKE} srcdoc .endif post-install: -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} ${MKDIR} ${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ ${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc Index: devel/gwenhywfar/Makefile =================================================================== --- devel/gwenhywfar/Makefile (revision 303524) +++ devel/gwenhywfar/Makefile (working copy) @@ -15,7 +15,7 @@ gnutls:${PORTSDIR}/security/gnutls .if !defined(SLAVEPORT) -OPTIONS_DEFINE= DOC MEMDEBUG +OPTIONS_DEFINE= DOXYGEN MEMDEBUG MEMDEBUG_DESC= Enable memory debugger statistic .endif @@ -40,7 +40,7 @@ .include -.if ${PORT_OPTIONS:MDOC} +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz CONFIGURE_ARGS+=--enable-full-doc @@ -79,12 +79,12 @@ .endif post-build: -.if ${PORT_OPTIONS:MDOC} +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} @cd ${WRKSRC} && ${GMAKE} srcdoc .endif post-install: -.if ${PORT_OPTIONS:MDOC} +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} ${MKDIR} ${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ ${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc --- 2012-09-01-gwenhywfar.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 01:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E62191065675 for ; Sun, 2 Sep 2012 01:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6EDA8FC12 for ; Sun, 2 Sep 2012 01:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q821K9Mh007568 for ; Sun, 2 Sep 2012 01:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q821K9DW007567; Sun, 2 Sep 2012 01:20:09 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 01:20:09 GMT Resent-Message-Id: <201209020120.q821K9DW007567@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48C721065670 for ; Sun, 2 Sep 2012 01:11:21 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 9892C8FC15 for ; Sun, 2 Sep 2012 01:11:20 +0000 (UTC) Received: (qmail invoked by alias); 02 Sep 2012 01:11:12 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp027) with SMTP; 02 Sep 2012 03:11:12 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Sep 2012 03:11:11 +0200 Message-Id: <20120902011121.48C721065670@hub.freebsd.org> Date: Sun, 02 Sep 2012 03:11:11 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 01:20:10 -0000 >Number: 171239 >Category: ports >Synopsis: [MAINTAINER] games/kye: Makefile and pkg-plist changed >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 Sep 02 01:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed Removed -PORTDATA= * pkg-plist changed Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- py27-kye-1.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/kye/Makefile ./Makefile --- /usr/ports/games/kye/Makefile 2012-08-25 08:22:11.000000000 +0200 +++ ./Makefile 2012-09-02 02:48:53.000000000 +0200 @@ -23,7 +23,6 @@ USE_PYDISTUTILS= yes NO_BUILD= yes -PORTDATA= * PORTDOCS= NEWS README SUB_FILES= pkg-message diff -ruN --exclude=CVS /usr/ports/games/kye/pkg-plist ./pkg-plist --- /usr/ports/games/kye/pkg-plist 2012-08-04 23:59:15.000000000 +0200 +++ ./pkg-plist 2012-09-02 02:59:35.000000000 +0200 @@ -42,7 +42,13 @@ %%PYTHON_SITELIBDIR%%/kye/stbar.py %%PYTHON_SITELIBDIR%%/kye/stbar.pyc %%PYTHON_SITELIBDIR%%/kye/stbar.pyo +%%DATADIR%%/images.tar.gz +%%DATADIR%%/intro.kye +%%DATADIR%%/quests.kye +%%DATADIR%%/template.kye share/pixmaps/Kye-edit.png share/pixmaps/Kye.png -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/kye +@dirrmtry %%DATADIR%% +@dirrmtry %%PYTHON_SITELIBDIR%%/kye +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry lib/python2.7 --- py27-kye-1.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 05:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03C41106566B for ; Sun, 2 Sep 2012 05:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C77488FC14 for ; Sun, 2 Sep 2012 05:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q825A8WB033844 for ; Sun, 2 Sep 2012 05:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q825A8QE033843; Sun, 2 Sep 2012 05:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 05:10:08 GMT Resent-Message-Id: <201209020510.q825A8QE033843@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FF51106564A for ; Sun, 2 Sep 2012 05:08:10 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 1DD6A8FC0A for ; Sun, 2 Sep 2012 05:08:09 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 5DD572E421; Sun, 2 Sep 2012 14:00:50 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 2EBBE2E85D; Sun, 2 Sep 2012 14:00:50 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id F3ADE2E809; Sun, 2 Sep 2012 14:00:49 +0900 (JST) Message-Id: <20120902050049.F3ADE2E809@eastasia.home.utahime.org> Date: Sun, 2 Sep 2012 14:00:49 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171241: [MAINTAINER, PATCH] textproc/yaml-mode.el: update to 0.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 05:10:09 -0000 >Number: 171241 >Category: ports >Synopsis: [MAINTAINER,PATCH] textproc/yaml-mode.el: update to 0.0.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: Sun Sep 02 05:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD xxxx 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Sun Aug 12 22:27:34 JST 2012 xxxx i386 >Description: Update to 0.0.8. >How-To-Repeat: >Fix: --- patch-yaml-mode.el begins here --- Index: Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/textproc/yaml-mode.el/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 1 Aug 2012 16:50:15 -0000 1.11 +++ Makefile 2 Sep 2012 04:51:10 -0000 @@ -6,17 +6,19 @@ # PORTNAME= yaml-mode.el -PORTVERSION= 0.0.3 -PORTREVISION= 10 +PORTVERSION= 0.0.8 CATEGORIES= textproc elisp -MASTER_SITES= http://yaml-mode.clouder.jp/attachment/wiki/WikiStart/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= ${PORTNAME:S/.el$//}-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}?format=raw MAINTAINER= yasu@utahime.org COMMENT= Simple major mode to edit YAML file for Emacsen +USE_GITHUB= yes +GH_ACCOUNT= yoshiki +GH_PROJECT= yaml-mode +GH_TAGNAME= release-${PORTVERSION} +GH_COMMIT= c2ac933 + USE_EMACS= yes MAKE_ENV+= LISPDIR=${LISPDIR} Index: distinfo =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/textproc/yaml-mode.el/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 3 Jul 2011 14:40:25 -0000 1.2 +++ distinfo 2 Sep 2012 04:45:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (yaml-mode-0.0.3.tar.gz?format=raw) = f0235b33f995a2dc663b65127d298daef2ba65e31af038c5e81b597af43ee0ce -SIZE (yaml-mode-0.0.3.tar.gz?format=raw) = 5755 +SHA256 (yaml-mode.el-0.0.8.tar.gz) = 05494824f259b800004c840ac5b3f4b281e7eb3a9ca6a2634d95876b5cec020e +SIZE (yaml-mode.el-0.0.8.tar.gz) = 6388 --- patch-yaml-mode.el ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 05:16:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 739FD106564A; Sun, 2 Sep 2012 05:16:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47EE08FC0A; Sun, 2 Sep 2012 05:16:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q825GDOj035514; Sun, 2 Sep 2012 05:16:13 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q825GD1r035510; Sun, 2 Sep 2012 05:16:13 GMT (envelope-from bdrewery) Date: Sun, 2 Sep 2012 05:16:13 GMT Message-Id: <201209020516.q825GD1r035510@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171241: [MAINTAINER, PATCH] textproc/yaml-mode.el: update to 0.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 05:16:13 -0000 Synopsis: [MAINTAINER,PATCH] textproc/yaml-mode.el: update to 0.0.8 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Sun Sep 2 05:16:12 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171241 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 05:20:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE1E0106566B for ; Sun, 2 Sep 2012 05:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 803A78FC12 for ; Sun, 2 Sep 2012 05:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q825K43g036002 for ; Sun, 2 Sep 2012 05:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q825K42X036001; Sun, 2 Sep 2012 05:20:04 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 05:20:04 GMT Resent-Message-Id: <201209020520.q825K42X036001@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "N.Katoh" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94905106564A for ; Sun, 2 Sep 2012 05:12:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2628D8FC0A for ; Sun, 2 Sep 2012 05:12:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q825Cwcx044506 for ; Sun, 2 Sep 2012 05:12:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q825Cweq044505; Sun, 2 Sep 2012 05:12:58 GMT (envelope-from nobody) Message-Id: <201209020512.q825Cweq044505@red.freebsd.org> Date: Sun, 2 Sep 2012 05:12:58 GMT From: "N.Katoh" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171242: x11-driver/xf86-input-mouse: fail to detect moused(8) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 05:20:04 -0000 >Number: 171242 >Category: ports >Synopsis: x11-driver/xf86-input-mouse: fail to detect moused(8) >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 Sep 02 05:20:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: N.Katoh >Release: 8.3-STABLE >Organization: >Environment: FreeBSD pen4.private 8.3-STABLE FreeBSD 8.3-STABLE #22: Mon Jul 9 01:03:17 JST 2012 root@pen4.private:/usr/local/src/obj/usr/local/src/releng_8/src/sys/PEN4 i386 >Description: If you do not have a set of Option "Device" in the mouse settings of xorg.conf, is the driver of x.org mouse_drv.so (x11-driver/xf86-input-mouse) will attempt to auto-detect. [/var/log/Xorg.0.log: (WW) Mouse: No Device specified, looking for one...] At this time, to detect the use of moused(8), mouse_drv.so use the /dev/sysmouse. However, in some cases, fail to detect moused(8), may result in errors when attempting to use the device that is already open moused(8). [/var/log/Xorg.0.log: (EE) Mouse: Cannot open device /dev/ums0] [/var/log/Xorg.0.log: Device busy.] >How-To-Repeat: Probably use the slow machine or slow storage :-) >Fix: Apply the patch attached to x11-driver/xf86-input-mouse. MousedRunning function of src/bsd_mouse.c of x11-driver/xf86-input-mouse is investigating whether the running moused(8). How to perform the fstat(1) or pgrep(1) using popen(3), Although the results are read fscanf(3) may EINTR occurs in read(2) at that time. Patch attached with submission follows: --- src/bsd_mouse.c.orig 2012-09-01 21:01:35.568237536 +0900 +++ src/bsd_mouse.c 2012-09-01 21:26:39.917208187 +0900 @@ -302,17 +302,27 @@ char cmd[128]; FILE *f = NULL; unsigned int i; + int ret, j; if (dev) sprintf(cmd, "sh -c 'fstat %s | grep -c moused' 2>/dev/null", dev); else sprintf(cmd, "sh -c 'pgrep -nx moused' 2>/dev/null"); if ((f = popen(cmd, "r")) != NULL) { - if (fscanf(f, "%u", &i) == 1 && i > 0) { - pclose(f); - return TRUE; + for (j = 3; j > 0; j--) { + if ((ret = fscanf(f, "%u", &i)) == -1 && ferror(f)) { + if (errno == EINTR) { + sleep(1); + continue; + } + xf86MsgVerb(X_WARNING, 3, "MousedRunning(\"%s\"): Error fscanf: %s\n", + dev, strerror(errno)); + } + break; } pclose(f); + if (ret == 1 && i > 0) + return TRUE; } return FALSE; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 06:00:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9389E106564A for ; Sun, 2 Sep 2012 06:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3D88FC15 for ; Sun, 2 Sep 2012 06:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8260HrL039902 for ; Sun, 2 Sep 2012 06:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8260H9D039901; Sun, 2 Sep 2012 06:00:17 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 06:00:17 GMT Resent-Message-Id: <201209020600.q8260H9D039901@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Kosyh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5958C106564A for ; Sun, 2 Sep 2012 05:56:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 45F388FC12 for ; Sun, 2 Sep 2012 05:56:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q825u3cG005937 for ; Sun, 2 Sep 2012 05:56:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q825u3lx005933; Sun, 2 Sep 2012 05:56:03 GMT (envelope-from nobody) Message-Id: <201209020556.q825u3lx005933@red.freebsd.org> Date: Sun, 2 Sep 2012 05:56:03 GMT From: Peter Kosyh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171243: port audio/libmtp update to 1.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 06:00:17 -0000 >Number: 171243 >Category: ports >Synopsis: port audio/libmtp update to 1.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 02 06:00:16 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Peter Kosyh >Release: 9.0 >Organization: >Environment: FreeBSD royal-bsd 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #2: Tue Jul 3 21:35:28 MSK 2012 peter@royal-bsd:/usr/obj/usr/src/sys/HACKED amd64 >Description: Port update needed >How-To-Repeat: libmtp 1.1.3 does not work well with modern android devices, but 1.1.4 works well. >Fix: Here is the patch Patch attached with submission follows: diff -Nur libmtp/Makefile libmtp.1.1.4/Makefile --- libmtp/Makefile 2012-07-26 09:40:22.000000000 +0400 +++ libmtp.1.1.4/Makefile 2012-09-02 09:40:00.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= libmtp -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF diff -Nur libmtp/distinfo libmtp.1.1.4/distinfo --- libmtp/distinfo 2012-05-25 19:13:22.000000000 +0400 +++ libmtp.1.1.4/distinfo 2012-09-02 09:40:55.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (libmtp-1.1.3.tar.gz) = a794f86cbc1d3b43b654d5a05004f09925fdd44f7a8d87d3f0b4de429e7de8f8 -SIZE (libmtp-1.1.3.tar.gz) = 689357 +SHA256 (libmtp-1.1.3.tar.gz) = 4c6c5cdb46959d9903e98c22e906407909b5bff996b7e1970dc2ee228e3e1460 +SIZE (libmtp-1.1.3.tar.gz) = 696838 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 08:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8BC11065670 for ; Sun, 2 Sep 2012 08:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2922A8FC17 for ; Sun, 2 Sep 2012 08:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q828AAQe064901 for ; Sun, 2 Sep 2012 08:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q828AAFP064900; Sun, 2 Sep 2012 08:10:10 GMT (envelope-from gnats) Date: Sun, 2 Sep 2012 08:10:10 GMT Message-Id: <201209020810.q828AAFP064900@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nemysis Cc: Subject: Re: ports/170941: [NEW PORT] games/brickout: A ball-and-paddle game where it's your objective to destroy bricks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 08:10:13 -0000 The following reply was made to PR ports/170941; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170941: [NEW PORT] games/brickout: A ball-and-paddle game where it's your objective to destroy bricks Date: Sun, 2 Sep 2012 10:02:05 +0200 --MP_/lQdztYMC6UmcuuJfuTuguZP Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/lQdztYMC6UmcuuJfuTuguZP Content-Type: application/x-shar Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=brickout.shar IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJYnJpY2tvdXQKIwlicmlja291 dC9NYWtlZmlsZQojCWJyaWNrb3V0L3BrZy1kZXNjcgojCWJyaWNrb3V0L2Rpc3RpbmZvCiMKZWNo byBjIC0gYnJpY2tvdXQKbWtkaXIgLXAgYnJpY2tvdXQgPiAvZGV2L251bGwgMj4mMQplY2hvIHgg LSBicmlja291dC9NYWtlZmlsZQpzZWQgJ3MvXlgvLycgPmJyaWNrb3V0L01ha2VmaWxlIDw8ICdi NjA5MTM1MDQ2NDhkZWY0NjVjNmViNWYxYWE2Njk2MycKWCMgTmV3IFBvcnRzIGNvbGxlY3Rpb24g bWFrZWZpbGUgZm9yOglicmlja291dApYIyBEYXRlIGNyZWF0ZWQ6ICAgICAgICAgMjAxMi0wOC0y MwpYIyBXaG9tOiAgICAgICAgICAgICAgICAgbmVteXNpc0BnbXguY2gKWCMKWCMgJEZyZWVCU0Qk ClgjClgKWFBPUlROQU1FPQlicmlja291dApYUE9SVFZFUlNJT049CTIwMDIuMDYuMDkKWENBVEVH T1JJRVM9CWdhbWVzClhNQVNURVJfU0lURVM9CWZ0cDovL2Z0cC50dXhwYWludC5vcmcvdW5peC9h Z2VuZGEvYnJpY2tvdXQvc3JjLwpYClhNQUlOVEFJTkVSPQluZW15c2lzQGdteC5jaApYQ09NTUVO VD0JQmFsbC1hbmQtcGFkZGxlIGdhbWUgd2hlcmUgaXQncyB5b3VyIG9iamVjdGl2ZSB0byBkZXN0 cm95IGJyaWNrcwpYClhMSUNFTlNFPQlHUEx2MgpYClhVU0VfU0RMPQlpbWFnZSBtaXhlciBzZGwK WFVTRV9HTUFLRT0JeWVzClhBTExfVEFSR0VUPQlob3N0LXNkbApYClhQTElTVF9GSUxFUz0JYmlu LyR7UE9SVE5BTUV9IFwKWAkJc2hhcmUvcGl4bWFwcy8ke1BPUlROQU1FfS5wbmcKWApYUE9SVERB VEE9CSoKWFBPUlRET0NTPQlDSEFOR0VTLnR4dCBSRUFETUUudHh0IFRPRE8udHh0ClgKWC5pbmNs dWRlIDxic2QucG9ydC5vcHRpb25zLm1rPgpYClhwb3N0LXBhdGNoOgpYIyBGaXggZGF0YSBsb2Nh dGlvbiwgQ0ZMQUdTL0xERkxBR1MgYW5kIG1ha2UgdGFyZ2V0ClgJQCR7UkVJTlBMQUNFX0NNRH0g LWUgJ3N8YnJpY2tvdXQuc2RsIGJyaWNrb3V0LnNkbHxicmlja291dCBicmlja291dHwnIFwKWAkt ZSAnc3xJTUFHRURJUj1pbWFnZXMvfElNQUdFRElSPSR7REFUQURJUn0vaW1hZ2VzL3wnIFwKWAkt ZSAnc3xJTUFHRURJUj1pbWFnZXMtc2RsL3xJTUFHRURJUj0ke0RBVEFESVJ9L2ltYWdlcy1zZGwv fCcgXApYCS1lICdzfFNPVU5ERElSPXNvdW5kcy98U09VTkRESVI9JHtEQVRBRElSfS9zb3VuZHMv fCcgXApYCS1lICdzfE1VU0lDRElSPW11c2ljL3xNVVNJQ0RJUj0ke0RBVEFESVJ9L211c2ljL3wn IFwKWAktZSAnc3xDRkxBR1M9LU8yIC1XYWxsIC1JL3Vzci9pbmNsdWRlfENGTEFHUys9LUkke1BS RUZJWH0vaW5jbHVkZXwnICR7V1JLU1JDfS9NYWtlZmlsZQpYClhkby1pbnN0YWxsOgpYIyBFeGVj dXRhYmxlClgJJHtJTlNUQUxMX1BST0dSQU19ICR7V1JLU1JDfS8ke1BPUlROQU1FfSAke1BSRUZJ WH0vYmluLwpYClgjIERhdGEKWC5mb3IgZCBpbiBpbWFnZXMgaW1hZ2VzLXNkbCBtdXNpYyBzb3Vu ZHMKWAlAKGNkICR7V1JLU1JDfSAmJiAke0NPUFlUUkVFX1NIQVJFfSAke2R9ICR7REFUQURJUn0p ClguZW5kZm9yClgKWCMgUGl4bWFwcwpYCSR7SU5TVEFMTF9EQVRBfSAke1dSS1NSQ30vJHtQT1JU TkFNRX0ucG5nICR7UFJFRklYfS9zaGFyZS9waXhtYXBzLwpYClgjIERvY3VtZW50YXRpb24KWC5p ZiAke1BPUlRfT1BUSU9OUzpNRE9DU30KWAkke01LRElSfSAke0RPQ1NESVJ9ClguICBmb3IgZiBp biAke1BPUlRET0NTfQpYCSR7SU5TVEFMTF9EQVRBfSAke1dSS1NSQ30vJHtmfSAke0RPQ1NESVJ9 ClguICBlbmRmb3IKWC5lbmRpZgpYClguaW5jbHVkZSA8YnNkLnBvcnQubWs+CmI2MDkxMzUwNDY0 OGRlZjQ2NWM2ZWI1ZjFhYTY2OTYzCmVjaG8geCAtIGJyaWNrb3V0L3BrZy1kZXNjcgpzZWQgJ3Mv XlgvLycgPmJyaWNrb3V0L3BrZy1kZXNjciA8PCAnMzEyYzQxNDE3OGEzMDA2OTM5ZjVlZDFjNDBi NTBkY2InClhCcmljayBPdXQgaXMgYmFzZWQgb24gdGhlIGNsYXNzaWMgYXJjYWRlIGdhbWUgIkJy ZWFrb3V0LiIKWFRoZSBvYmplY3RpdmUgaXMgdG8gY2xlYXIgYSBzY3JlZW4gb2YgYnJpY2tzIGJ5 IGJvdW5jaW5nIGEgYmFsbCBhZ2FpbnN0IHRoZW0uClhZb3UgdXNlIGEgcGFkZGxlIHRvIGJvdW5j ZSB0aGUgYmFsbCwgYW5kIGtlZXAgaXQgb24gdGhlIHNjcmVlbi4KWApYV1dXOiBodHRwOi8vd3d3 Lm5ld2JyZWVkc29mdHdhcmUuY29tL2JyaWNrb3V0LwozMTJjNDE0MTc4YTMwMDY5MzlmNWVkMWM0 MGI1MGRjYgplY2hvIHggLSBicmlja291dC9kaXN0aW5mbwpzZWQgJ3MvXlgvLycgPmJyaWNrb3V0 L2Rpc3RpbmZvIDw8ICdlY2E1MzY4NmZiMTU1NzE3YTZiMjgwY2JiM2Q2YzczNicKWFNIQTI1NiAo YnJpY2tvdXQtMjAwMi4wNi4wOS50YXIuZ3opID0gNTZlMGFiYjg2OTdiNjI5NDlhYjA4NTQxOWEz YjZmODNkZDEzZGIwMmQzMjI3NTlmNGNkNmM1ZTUyODZjMjI0MApYU0laRSAoYnJpY2tvdXQtMjAw Mi4wNi4wOS50YXIuZ3opID0gMTIwNTU0CmVjYTUzNjg2ZmIxNTU3MTdhNmIyODBjYmIzZDZjNzM2 CmV4aXQKCg== --MP_/lQdztYMC6UmcuuJfuTuguZP-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 09:40:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA8B106566B; Sun, 2 Sep 2012 09:40:38 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9F38FC08; Sun, 2 Sep 2012 09:40:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q829ec0L079683; Sun, 2 Sep 2012 09:40:38 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q829ecXu079679; Sun, 2 Sep 2012 09:40:38 GMT (envelope-from rakuco) Date: Sun, 2 Sep 2012 09:40:38 GMT Message-Id: <201209020940.q829ecXu079679@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rakuco@FreeBSD.org From: rakuco@FreeBSD.org Cc: Subject: Re: ports/171238: [MAINTAINER] devel/gwenhywfar finance/aqbanking: Fix DOCS option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 09:40:38 -0000 Synopsis: [MAINTAINER] devel/gwenhywfar finance/aqbanking: Fix DOCS option Responsible-Changed-From-To: freebsd-ports-bugs->rakuco Responsible-Changed-By: rakuco Responsible-Changed-When: Sun Sep 2 09:40:38 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171238 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 09:50:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65768106566C for ; Sun, 2 Sep 2012 09:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 369E48FC0C for ; Sun, 2 Sep 2012 09:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q829o5ep080651 for ; Sun, 2 Sep 2012 09:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q829o500080650; Sun, 2 Sep 2012 09:50:05 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 09:50:05 GMT Resent-Message-Id: <201209020950.q829o500080650@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mikolaj Golub Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3F5D106566B for ; Sun, 2 Sep 2012 09:41:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 761418FC08 for ; Sun, 2 Sep 2012 09:41:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q829f54x040788 for ; Sun, 2 Sep 2012 09:41:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q829f5dD040787; Sun, 2 Sep 2012 09:41:05 GMT (envelope-from nobody) Message-Id: <201209020941.q829f5dD040787@red.freebsd.org> Date: Sun, 2 Sep 2012 09:41:05 GMT From: Mikolaj Golub To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171244: devel/bmake: update to 20120831 snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 09:50:05 -0000 >Number: 171244 >Category: ports >Synopsis: devel/bmake: update to 20120831 snapshot >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 Sep 02 09:50:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mikolaj Golub >Release: >Organization: >Environment: >Description: According to Simon J. Gerraty: a new version of bmake (20120831) has been posted, which allows controlling the behavior of -V option. This will be very useful in handling ports with bmake. Changelog: 2012-08-31 Simon J. Gerraty * Makefile.in (MAKE_VERSION): bump version to 20120831 Merge with NetBSD make, pick up o cast sizeof() to int for comparison o minor make.1 tweak 2012-08-30 Simon J. Gerraty * Makefile.in (MAKE_VERSION): bump version to 20120830 Merge with NetBSD make, pick up o .MAKE.EXPAND_VARIABLES knob can control default behavior of -V o debug flag -dV causes -V to show raw value regardless. 2012-07-05 Simon J. Gerraty * bsd.after-import.mk (after-import): ensure unit-tests/Makefile gets SRCTOP set. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: devel/bmake/distinfo =================================================================== --- devel/bmake/distinfo (revision 303538) +++ devel/bmake/distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (bmake-20120704.tar.gz) = 0a0a32c8fc2a2af5deffde3ae5978119cee7bf2f10d87ebf17a3befd49f79f6a -SIZE (bmake-20120704.tar.gz) = 417513 -SHA256 (mk-20120420.tar.gz) = 86762e94ee3b11a74e960512bf3ab4bdad2d936ac7e68250cee3ce58d101754f -SIZE (mk-20120420.tar.gz) = 70271 +SHA256 (bmake-20120831.tar.gz) = 7dcc2bf513632dc08cac63e96d5bdd157378df9e72154b059e2cfa1b78a71b04 +SIZE (bmake-20120831.tar.gz) = 436705 +SHA256 (mk-20120808.tar.gz) = 012ce7b1dc58c65135aa7624ff44eea7bcb4fc9aa664f4b6a7aa47963a77e625 +SIZE (mk-20120808.tar.gz) = 70999 Index: devel/bmake/Makefile =================================================================== --- devel/bmake/Makefile (revision 303538) +++ devel/bmake/Makefile (working copy) @@ -6,13 +6,13 @@ # PORTNAME= bmake -PORTVERSION= 20120704 +PORTVERSION= 20120831 CATEGORIES= devel MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \ http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \ ftp://ftp.uk.netbsd.org/pub/NetBSD/misc/sjg/ \ ftp://ftp.de.netbsd.org/pub/NetBSD/misc/sjg/ -DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20120420.tar.gz +DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20120808.tar.gz MAINTAINER= trociny@FreeBSD.org COMMENT= Portable version of NetBSD 'make' utility >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 09:50:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3AC6106566C; Sun, 2 Sep 2012 09:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 77AE48FC12; Sun, 2 Sep 2012 09:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q829oGgv080804; Sun, 2 Sep 2012 09:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q829oG0j080800; Sun, 2 Sep 2012 09:50:16 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 09:50:16 GMT Message-Id: <201209020950.q829oG0j080800@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trociny@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171244: devel/bmake: update to 20120831 snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 09:50:16 -0000 Synopsis: devel/bmake: update to 20120831 snapshot Responsible-Changed-From-To: freebsd-ports-bugs->trociny Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 09:50:15 UTC 2012 Responsible-Changed-Why: Submitter is maintainer and has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171244 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 09:55:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8022C1065670; Sun, 2 Sep 2012 09:55:32 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53B418FC15; Sun, 2 Sep 2012 09:55:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q829tW1K080966; Sun, 2 Sep 2012 09:55:32 GMT (envelope-from trociny@freefall.freebsd.org) Received: (from trociny@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q829tWiV080962; Sun, 2 Sep 2012 09:55:32 GMT (envelope-from trociny) Date: Sun, 2 Sep 2012 09:55:32 GMT Message-Id: <201209020955.q829tWiV080962@freefall.freebsd.org> To: trociny@FreeBSD.org, trociny@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: trociny@FreeBSD.org Cc: Subject: Re: ports/171244: devel/bmake: update to 20120831 snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 09:55:32 -0000 Synopsis: devel/bmake: update to 20120831 snapshot Responsible-Changed-From-To: trociny->freebsd-ports-bugs Responsible-Changed-By: trociny Responsible-Changed-When: Sun Sep 2 09:54:40 UTC 2012 Responsible-Changed-Why: Approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=171244 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 10:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C250C106566B for ; Sun, 2 Sep 2012 10:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B1DD8FC1B for ; Sun, 2 Sep 2012 10:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82Ae75i089687 for ; Sun, 2 Sep 2012 10:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82Ae7ur089686; Sun, 2 Sep 2012 10:40:07 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 10:40:07 GMT Resent-Message-Id: <201209021040.q82Ae7ur089686@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vitaly Magerya Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17B33106566B for ; Sun, 2 Sep 2012 10:35:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id EB91C8FC08 for ; Sun, 2 Sep 2012 10:35:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q82AZwcg017324 for ; Sun, 2 Sep 2012 10:35:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q82AZwdJ017319; Sun, 2 Sep 2012 10:35:58 GMT (envelope-from nobody) Message-Id: <201209021035.q82AZwdJ017319@red.freebsd.org> Date: Sun, 2 Sep 2012 10:35:58 GMT From: Vitaly Magerya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171246: [patch] make python curses module work with unicode X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 10:40:07 -0000 >Number: 171246 >Category: ports >Synopsis: [patch] make python curses module work with unicode >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 Sep 02 10:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Vitaly Magerya >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: >Description: I'm having a problem with Python curses module: it won't work with unicode. Here's a test case: import curses import locale locale.setlocale(locale.LC_ALL, "") def run(win): win.addstr(u"\u03c0r\u00b2".encode("utf-8")) win.getch() curses.wrapper(run) What I expect to see (and what I in fact see on e.g. Linux) is "πr˛" (that is, Greek "pi", Latin "r", superscript "2"), what I actually get is "M-O~@rM-BM-2". (Note that this is with LC_ALL set to "en_US.UTF-8" everywhere; I'm seeing the same output in uxterm and putty, with and without tmux inside of those). I think this happens because python curses library is linked with libncurses, not with libncursesw as it is on other platforms: $ ldd /usr/local/lib/python2.7/lib-dynload/_curses.so /usr/local/lib/python2.7/lib-dynload/_curses.so: libncurses.so.8 => /lib/libncurses.so.8 (0x801212000) libthr.so.3 => /lib/libthr.so.3 (0x80145f000) libc.so.7 => /lib/libc.so.7 (0x80084a000) In fact, this appears to be intentional; here's a part of lang/python27/files/patch-setup.py: @@ -642,7 +642,7 @@ # use the same library for the readline and curses modules. if 'curses' in readline_termcap_library: curses_library = readline_termcap_library - elif self.compiler.find_library_file(lib_dirs, 'ncursesw'): + elif self.compiler.find_library_file(lib_dirs, 'xxxncursesw'): curses_library = 'ncursesw' elif self.compiler.find_library_file(lib_dirs, 'ncurses'): curses_library = 'ncurses' @@ -1246,12 +1248,13 @@ # provided by the ncurses library. panel_library = 'panel' if curses_library.startswith('ncurses'): - if curses_library == 'ncursesw': + if curses_library == 'xxxncursesw': # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. panel_library = 'panelw' After some digging through commit logs, I found that this change originated in [1] as a fix for ports/99496 [2]. Note that this patch is a no-op in 2.7 and in 3.2, so it can be safely removed: a few lines above the first chunk of the patch setup.py determines which curses library does readline use (libncurses.so in FreeBSD), and uses that itself (unless readline uses libtinfo, in which case python links with libncursesw). More importantly though, if I remove all that logic and simply set "curses_library = 'ncursesw'", thus making _curses.so link with libncursesw.so, nothing breaks: python builds and runs fine, and my example above works as expected too. Even if I have devel/ncurses installed (as described in ports/99496), _curses.so still links with libncursesw.so from base and everything seems to work. In short, I'm proposing a patch (it's in the attachment and also at [3]) against lang/python{27,32} that removes all that logic and makes _curses.so link with libncursesw from base. As you can see from redports logs at [4], it builds fine on all releases. I also tested patched python27 with devel/ncurses installed, and that works too. Final note: do contact me if there is something wrong with the patch. I am determined to make curses work with Unicode. [1] http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/python24/files/Attic/patch-setup.py#rev1.8 [2] http://www.freebsd.org/cgi/query-pr.cgi?pr=99496 [3] http://redports.org/changeset/6571 [4] http://redports.org/buildarchive/20120831205350-31320/ >How-To-Repeat: >Fix: Patch attached with submission follows: Index: /magv/lang/python32/files/patch-setup.py =================================================================== --- /magv/lang/python32/files/patch-setup.py (revision 6570) +++ /magv/lang/python32/files/patch-setup.py (revision 6571) @@ -15,5 +15,5 @@ curses_library = readline_termcap_library - elif self.compiler.find_library_file(lib_dirs, 'ncursesw'): -+ elif self.compiler.find_library_file(lib_dirs, 'XXXncursesw'): ++ if self.compiler.find_library_file(lib_dirs, 'ncursesw'): curses_library = 'ncursesw' elif self.compiler.find_library_file(lib_dirs, 'ncurses'): @@ -32,6 +32,5 @@ panel_library = 'panel' if curses_library.startswith('ncurses'): -- if curses_library == 'ncursesw': -+ if curses_library == 'XXXncursesw': + if curses_library == 'ncursesw': # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. Index: /magv/lang/python27/files/patch-setup.py =================================================================== --- /magv/lang/python27/files/patch-setup.py (revision 6570) +++ /magv/lang/python27/files/patch-setup.py (revision 6571) @@ -15,5 +15,5 @@ curses_library = readline_termcap_library - elif self.compiler.find_library_file(lib_dirs, 'ncursesw'): -+ elif self.compiler.find_library_file(lib_dirs, 'xxxncursesw'): ++ if self.compiler.find_library_file(lib_dirs, 'ncursesw'): curses_library = 'ncursesw' elif self.compiler.find_library_file(lib_dirs, 'ncurses'): @@ -50,6 +50,5 @@ panel_library = 'panel' if curses_library.startswith('ncurses'): -- if curses_library == 'ncursesw': -+ if curses_library == 'xxxncursesw': + if curses_library == 'ncursesw': # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 10:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2862C106564A for ; Sun, 2 Sep 2012 10:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DEB428FC14 for ; Sun, 2 Sep 2012 10:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82Ao8Ft019610 for ; Sun, 2 Sep 2012 10:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82Ao8a3019599; Sun, 2 Sep 2012 10:50:08 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 10:50:08 GMT Resent-Message-Id: <201209021050.q82Ao8a3019599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carsten Jensen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C84F1106564A for ; Sun, 2 Sep 2012 10:42:55 +0000 (UTC) (envelope-from carsten@sitracker.org) Received: from smtp.fullrate.dk (mail1-hoer.fullrate.dk [89.150.129.84]) by mx1.freebsd.org (Postfix) with ESMTP id 85EF38FC08 for ; Sun, 2 Sep 2012 10:42:54 +0000 (UTC) Received: from [192.168.4.171] (unknown [90.184.198.97]) by smtp.fullrate.dk (Postfix) with ESMTP id EC1BE9CEEE for ; Sun, 2 Sep 2012 12:35:23 +0200 (CEST) Message-Id: <50433669.4040700@sitracker.org> Date: Sun, 02 Sep 2012 12:35:21 +0200 From: Carsten Jensen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/171247: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 10:50:09 -0000 >Number: 171247 >Category: ports >Synopsis: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP >Confidential: no >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 Sep 02 10:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Carsten Jensen >Release: FreeBSD 9.0-RELEASE i386 >Organization: sitracker.org >Environment: System: FreeBSD ns1.flipmode.dk 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: diff -ruN sit.old/Makefile sit/Makefile --- sit.old/Makefile 2012-08-27 17:42:45.000000000 +0200 +++ sit/Makefile 2012-08-27 17:45:30.000000000 +0200 @@ -6,10 +6,10 @@ # PORTNAME= sit -PORTVERSION= 3.65 +PORTVERSION= 3.67 CATEGORIES= www MASTER_SITES= SF/sitracker/stable/${PORTVERSION}/ -DISTNAME= sit_${PORTVERSION} +DISTNAME= sit_${PORTVERSION}p1 MAINTAINER= carsten@sitracker.org COMMENT= A PHP incident tracking system / Helpdesk diff -ruN sit.old/distinfo sit/distinfo --- sit.old/distinfo 2012-08-27 17:42:45.000000000 +0200 +++ sit/distinfo 2012-08-27 17:46:00.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (sit_3.65.tar.gz) = 9c62c6da0452f78b95f14f1f05b8c2e0af462b3c11a119e53a0c852f17d19dec -SIZE (sit_3.65.tar.gz) = 3045378 +SHA256 (sit_3.67p1.tar.gz) = 13f9cfde6b4fffa123f45f2514a003d882208d1d09ed6fa3db688f47955820c2 +SIZE (sit_3.67p1.tar.gz) = 3052796 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 10:50:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79850106566B; Sun, 2 Sep 2012 10:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C4138FC0C; Sun, 2 Sep 2012 10:50:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82AoLOH022666; Sun, 2 Sep 2012 10:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82AoL65022649; Sun, 2 Sep 2012 10:50:21 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 10:50:21 GMT Message-Id: <201209021050.q82AoL65022649@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171247: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 10:50:21 -0000 Synopsis: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sun Sep 2 10:50:20 UTC 2012 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171247 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 11:07:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6708E106564A; Sun, 2 Sep 2012 11:07:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A9CF8FC08; Sun, 2 Sep 2012 11:07:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82B7b8r084550; Sun, 2 Sep 2012 11:07:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82B7bWc084534; Sun, 2 Sep 2012 11:07:37 GMT (envelope-from linimon) Date: Sun, 2 Sep 2012 11:07:37 GMT Message-Id: <201209021107.q82B7bWc084534@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171245: devel/valgrind pkg_delete error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 11:07:37 -0000 Old Synopsis: valgrind pkg_delete error New Synopsis: devel/valgrind pkg_delete error Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Sep 2 11:06:58 UTC 2012 Responsible-Changed-Why: ports pr http://www.freebsd.org/cgi/query-pr.cgi?pr=171245 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 11:07:58 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 804A9106564A; Sun, 2 Sep 2012 11:07:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 543F68FC17; Sun, 2 Sep 2012 11:07:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82B7ww0087948; Sun, 2 Sep 2012 11:07:58 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82B7wFG087931; Sun, 2 Sep 2012 11:07:58 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 11:07:58 GMT Message-Id: <201209021107.q82B7wFG087931@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171245: devel/valgrind pkg_delete error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 11:07:58 -0000 Synopsis: devel/valgrind pkg_delete error Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 11:07:57 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171245 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 12:05:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D392106566B; Sun, 2 Sep 2012 12:05:29 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2B1C8FC16; Sun, 2 Sep 2012 12:05:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82C5SjW002311; Sun, 2 Sep 2012 12:05:28 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82C5Stt002281; Sun, 2 Sep 2012 12:05:28 GMT (envelope-from cs) Date: Sun, 2 Sep 2012 12:05:28 GMT Message-Id: <201209021205.q82C5Stt002281@freefall.freebsd.org> To: nemysis@gmx.ch, cs@FreeBSD.org, cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/168114: [NEW PORT] games/duckmaze: A game about a duck that is in a maze X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 12:05:29 -0000 Synopsis: [NEW PORT] games/duckmaze: A game about a duck that is in a maze State-Changed-From-To: feedback->open State-Changed-By: cs State-Changed-When: Sun Sep 2 12:04:48 UTC 2012 State-Changed-Why: Back to pool. Responsible-Changed-From-To: cs->freebsd-ports-bugs Responsible-Changed-By: cs Responsible-Changed-When: Sun Sep 2 12:04:48 UTC 2012 Responsible-Changed-Why: Back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=168114 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 12:07:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 808621065675; Sun, 2 Sep 2012 12:07:20 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 525868FC12; Sun, 2 Sep 2012 12:07:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82C7K1Y031462; Sun, 2 Sep 2012 12:07:20 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82C7J7t031286; Sun, 2 Sep 2012 12:07:19 GMT (envelope-from cs) Date: Sun, 2 Sep 2012 12:07:19 GMT Message-Id: <201209021207.q82C7J7t031286@freefall.freebsd.org> To: smoeller@nichthelfer.de, rnejdl@ringofsaturn.com, cs@FreeBSD.org, cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/169376: Update port games/megaglest to 3.6.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 12:07:20 -0000 Synopsis: Update port games/megaglest to 3.6.0.3 State-Changed-From-To: feedback->open State-Changed-By: cs State-Changed-When: Sun Sep 2 12:06:19 UTC 2012 State-Changed-Why: Back to pool. Responsible-Changed-From-To: cs->freebsd-ports-bugs Responsible-Changed-By: cs Responsible-Changed-When: Sun Sep 2 12:06:19 UTC 2012 Responsible-Changed-Why: Back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=169376 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 12:08:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42CA4106564A; Sun, 2 Sep 2012 12:08:26 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 166E38FC0A; Sun, 2 Sep 2012 12:08:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82C8PlU049258; Sun, 2 Sep 2012 12:08:25 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82C8P6S049243; Sun, 2 Sep 2012 12:08:25 GMT (envelope-from cs) Date: Sun, 2 Sep 2012 12:08:25 GMT Message-Id: <201209021208.q82C8P6S049243@freefall.freebsd.org> To: cs@FreeBSD.org, cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/169736: Patch for broken net-im/libjingle port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 12:08:26 -0000 Synopsis: Patch for broken net-im/libjingle port Responsible-Changed-From-To: cs->freebsd-ports-bugs Responsible-Changed-By: cs Responsible-Changed-When: Sun Sep 2 12:08:08 UTC 2012 Responsible-Changed-Why: Back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=169736 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 12:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6E38106566B for ; Sun, 2 Sep 2012 12:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F3218FC16 for ; Sun, 2 Sep 2012 12:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82CK97Z056216 for ; Sun, 2 Sep 2012 12:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82CK9si056203; Sun, 2 Sep 2012 12:20:09 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 12:20:09 GMT Resent-Message-Id: <201209021220.q82CK9si056203@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 227B8106566B for ; Sun, 2 Sep 2012 12:19:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E988B8FC0C for ; Sun, 2 Sep 2012 12:19:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q82CJwJr076965 for ; Sun, 2 Sep 2012 12:19:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q82CJw74076964; Sun, 2 Sep 2012 12:19:58 GMT (envelope-from nobody) Message-Id: <201209021219.q82CJw74076964@red.freebsd.org> Date: Sun, 2 Sep 2012 12:19:58 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171248: multimedia/win32-codes: Fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 12:20:09 -0000 >Number: 171248 >Category: ports >Synopsis: multimedia/win32-codes: Fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 02 12:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 9.1-PRERELEASE i386 >Organization: >Environment: FreeBSD oslo.ath.cx 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239375: Sun Aug 19 00:39:37 CEST 2012 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The pkg-plist is obviously wrong. if you install/deinstall win32-codes with option REALPLAYER unset a few dll files are not removed. ===> Deinstalling win32-codecs-20110131,1 pkg_delete: unable to completely remove directory '/usr/local/lib/win32' pkg_delete: couldn't entirely delete package `win32-codecs-20110131,1' % find /usr/local/lib/win32 -type f /usr/local/lib/win32/atrc3260.dll /usr/local/lib/win32/cook3260.dll /usr/local/lib/win32/drv23260.dll /usr/local/lib/win32/drv33260.dll /usr/local/lib/win32/drv43260.dll /usr/local/lib/win32/pncrt.dll /usr/local/lib/win32/sipr3260.dll >How-To-Repeat: >Fix: Patch attached. Patch attached with submission follows: --- pkg-plist.orig 2012-09-02 14:13:42.000000000 +0200 +++ pkg-plist 2012-09-02 14:18:09.000000000 +0200 @@ -61,6 +61,7 @@ lib/win32/ativcr1.dll lib/win32/ativcr2.dll lib/win32/atrac3.acm +lib/win32/atrc3260.dll lib/win32/avimszh.dll lib/win32/avizlib.dll lib/win32/blox.dll @@ -70,6 +71,7 @@ lib/win32/cllccodc.dll lib/win32/clrviddd.dll lib/win32/cook.so +lib/win32/cook3260.dll lib/win32/cseHQa.dll lib/win32/csellc.dll lib/win32/ctadp32.acm @@ -78,6 +80,9 @@ lib/win32/divx_c32.ax lib/win32/divxa32.acm lib/win32/divxc32.dll +lib/win32/drv23260.dll +lib/win32/drv33260.dll +lib/win32/drv43260.dll lib/win32/drvc.so lib/win32/fmcodec.DLL lib/win32/frapsvid.dll @@ -126,6 +131,7 @@ lib/win32/nsvideo.dll lib/win32/nuvision.ax lib/win32/pclepim1.dll +lib/win32/pncrt.dll lib/win32/psiv.dll lib/win32/pvljpg20.dll lib/win32/pvmjpg21.dll @@ -137,6 +143,7 @@ lib/win32/scdec.dll lib/win32/scg726.acm lib/win32/scrvid.dll +lib/win32/sipr3260.dll lib/win32/sirenacm.dll lib/win32/slif.dll lib/win32/smcelp32.acm @@ -225,14 +232,7 @@ %%REALPLAYER%%lib/win32/tokf.so.6.0 %%REALPLAYER%%lib/win32/NOTE %%REALPLAYER%%lib/win32/Readme.txt -%%REALPLAYER%%lib/win32/atrc3260.dll -%%REALPLAYER%%lib/win32/cook3260.dll %%REALPLAYER%%lib/win32/drv13260.dll -%%REALPLAYER%%lib/win32/drv23260.dll -%%REALPLAYER%%lib/win32/drv33260.dll -%%REALPLAYER%%lib/win32/drv43260.dll -%%REALPLAYER%%lib/win32/pncrt.dll -%%REALPLAYER%%lib/win32/sipr3260.dll %%REALPLAYER%%lib/win32/tokr3260.dll lib/win32/%%PKGNAME%% @dirrm lib/win32 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 12:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F8B31065670 for ; Sun, 2 Sep 2012 12:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC38E8FC0A for ; Sun, 2 Sep 2012 12:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82CUCta065912 for ; Sun, 2 Sep 2012 12:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82CUCpO065900; Sun, 2 Sep 2012 12:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 12:30:12 GMT Resent-Message-Id: <201209021230.q82CUCpO065900@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43145106566C for ; Sun, 2 Sep 2012 12:28:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9508FC08 for ; Sun, 2 Sep 2012 12:28:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q82CS4S5091882 for ; Sun, 2 Sep 2012 12:28:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q82CS4qI091881; Sun, 2 Sep 2012 12:28:04 GMT (envelope-from nobody) Message-Id: <201209021228.q82CS4qI091881@red.freebsd.org> Date: Sun, 2 Sep 2012 12:28:04 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171249: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 12:30:13 -0000 >Number: 171249 >Category: ports >Synopsis: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_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 Sep 02 12:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 9.1-PRERELEASE i386 >Organization: >Environment: FreeBSD oslo.ath.cx 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239375: Sun Aug 19 00:39:37 CEST 2012 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The build of multimedia/mplayer fails if OSVERSION >=900033 and clang is not installed (world built WITHOUT_CLANG): Checking for clang version ... clang ./configure: clang: not found (experimental support only) Checking for working compiler ... Error: Compiler is not functioning correctly. Check your installation and custom CFLAGS -O2 -pipe -O3 -fomit-frame-pointer -ffast-math -I/usr/local/live/liveMedia/include -I/usr/local/live/BasicUsageEnvironment/include -I/usr/local/live/UsageEnvironment/include -I/usr/local/live/groupsock/include -fno-strict-aliasing . >How-To-Repeat: >Fix: Patch attached! Patch attached with submission follows: --- Makefile.options.orig 2012-09-02 14:23:04.000000000 +0200 +++ Makefile.options 2012-09-02 14:26:17.000000000 +0200 @@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--enable-runtime-cpudetection .endif -.if ${OSVERSION} >= 900033 +.if ${OSVERSION} >= 900033 && exists(/usr/bin/clang) && !defined(WITH_OTCHAIN) WITH_BASE_CLANG=yes .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 12:30:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34546106568C; Sun, 2 Sep 2012 12:30:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07C2C8FC18; Sun, 2 Sep 2012 12:30:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82CUQVr069094; Sun, 2 Sep 2012 12:30:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82CUQi4069078; Sun, 2 Sep 2012 12:30:26 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 12:30:26 GMT Message-Id: <201209021230.q82CUQi4069078@freefall.freebsd.org> To: h.skuhra@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171249: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 12:30:27 -0000 Synopsis: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Sep 2 12:30:26 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171249 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 12:40:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4EF3106566B for ; Sun, 2 Sep 2012 12:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE47E8FC0C for ; Sun, 2 Sep 2012 12:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82CeDf9017747 for ; Sun, 2 Sep 2012 12:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82CeDid017734; Sun, 2 Sep 2012 12:40:13 GMT (envelope-from gnats) Date: Sun, 2 Sep 2012 12:40:13 GMT Message-Id: <201209021240.q82CeDid017734@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171249: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 12:40:13 -0000 The following reply was made to PR ports/171249; it has been noted by GNATS. From: Edwin Groothuis To: thomas.e.zander@googlemail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/171249: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG Date: Sun, 2 Sep 2012 12:30:21 UT Maintainer of multimedia/mplayer, Please note that PR ports/171249 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/171249 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 13:25:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59967106566C; Sun, 2 Sep 2012 13:25:00 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 253DD8FC0C; Sun, 2 Sep 2012 13:24:59 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.5/8.14.5) with ESMTP id q82DOqgh060531; Sun, 2 Sep 2012 08:24:53 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTP (ASSP 1.9); 2 Sep 2012 08:24:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 02 Sep 2012 08:24:51 -0500 From: Rusty Nejdl To: Mail-Reply-To: In-Reply-To: <201209021207.q82C7J7t031286@freefall.freebsd.org> References: <201209021207.q82C7J7t031286@freefall.freebsd.org> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: Roundcube Webmail/0.9-git Cc: freebsd-ports-bugs@freebsd.org, smoeller@nichthelfer.de Subject: Re: ports/169376: Update port games/megaglest to 3.6.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 13:25:00 -0000 I'm not sure what this is waiting for as the previous maintainer approved me becoming the maintainer and I have sent fixed patch files. Please commit this. Rusty Nejdl On 2012-09-02 07:07, cs@FreeBSD.org wrote: > Synopsis: Update port games/megaglest to 3.6.0.3 > > State-Changed-From-To: feedback->open > State-Changed-By: cs > State-Changed-When: Sun Sep 2 12:06:19 UTC 2012 > State-Changed-Why: > Back to pool. > > > Responsible-Changed-From-To: cs->freebsd-ports-bugs > Responsible-Changed-By: cs > Responsible-Changed-When: Sun Sep 2 12:06:19 UTC 2012 > Responsible-Changed-Why: > Back to pool. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=169376 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 13:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53CE0106566B for ; Sun, 2 Sep 2012 13:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 131308FC14 for ; Sun, 2 Sep 2012 13:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82De8hu002226 for ; Sun, 2 Sep 2012 13:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82De8AX002213; Sun, 2 Sep 2012 13:40:08 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 13:40:08 GMT Resent-Message-Id: <201209021340.q82De8AX002213@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95025106566C for ; Sun, 2 Sep 2012 13:36:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8050F8FC12 for ; Sun, 2 Sep 2012 13:36:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q82Dapig020591 for ; Sun, 2 Sep 2012 13:36:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q82DapEE020590; Sun, 2 Sep 2012 13:36:51 GMT (envelope-from nobody) Message-Id: <201209021336.q82DapEE020590@red.freebsd.org> Date: Sun, 2 Sep 2012 13:36:51 GMT From: Steven Lee To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171252: net-p2p/bitcoin suffers a spinlock problem (fix included) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 13:40:09 -0000 >Number: 171252 >Category: ports >Synopsis: net-p2p/bitcoin suffers a spinlock problem (fix included) >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 Sep 02 13:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steven Lee >Release: 9.0-RELEASE-p3 >Organization: RootHosts, Inc. >Environment: FreeBSD devel1.roothosts.com.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #6: Sun Aug 26 05:38:45 MDT 2012 steven@devel1.roothosts.com.local:/sys/amd64/compile/DEVEL amd64 >Description: net-p2p/bitcoin seems to have the same spinlock problem as it does on OSX. I think the bug is somewhere inside of boost, but I am unable to locate it. >How-To-Repeat: Install net-p2p/bitcoin (GUI or console version) and let it connect to the network. After ~20 minutes the process will consume 100% CPU and stay there even when the debug log indicates that the process isn't busy. >Fix: Found the fix in util.h. The bitcoin developers had included a fix for OSX that works on FreeBSD. Attached is a patch against the latest port to simply enable the fix. Patch attached with submission follows: --- work/bitcoin-bitcoin-6e0c5e3/src/util.h.orig 2012-09-02 08:13:29.000000000 -0500 +++ work/bitcoin-bitcoin-6e0c5e3/src/util.h 2012-09-02 08:14:08.000000000 -0500 @@ -290,8 +290,6 @@ LeaveCritical(); \ } -#ifdef MAC_OSX -// boost::interprocess::interprocess_semaphore seems to spinlock on OSX; prefer polling instead class CSemaphore { private: @@ -328,9 +326,6 @@ val++; } }; -#else -typedef boost::interprocess::interprocess_semaphore CSemaphore; -#endif inline std::string i64tostr(int64 n) { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 14:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84C8C106564A for ; Sun, 2 Sep 2012 14:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4422C8FC16 for ; Sun, 2 Sep 2012 14:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82E0O3X084327 for ; Sun, 2 Sep 2012 14:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82E0O7W084314; Sun, 2 Sep 2012 14:00:24 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 14:00:24 GMT Resent-Message-Id: <201209021400.q82E0O7W084314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A147E106564A for ; Sun, 2 Sep 2012 13:52:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8D2CC8FC18 for ; Sun, 2 Sep 2012 13:52:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q82DqFfh035621 for ; Sun, 2 Sep 2012 13:52:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q82DqFqh035620; Sun, 2 Sep 2012 13:52:15 GMT (envelope-from nobody) Message-Id: <201209021352.q82DqFqh035620@red.freebsd.org> Date: Sun, 2 Sep 2012 13:52:15 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171253: print/ghostscript9 default options only work on i386 and amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:00:24 -0000 >Number: 171253 >Category: ports >Synopsis: print/ghostscript9 default options only work on i386 and 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: Sun Sep 02 14:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 9.1-PRERELEASE #0 >Organization: Acadix Consulting, LLC >Environment: FreeBSD ibookbsd2.jbacon.dyndns.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Fri Aug 31 10:55:46 UTC 2012 root@build-ppc-fbsd.allbsd.org:/usr/obj/powerpc.powerpc/usr/src/sys/GENERIC powerpc >Description: ===> ghostscript9-9.05_5 depends on executable: gmake - found ===> ghostscript9-9.05_5 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> ghostscript9-9.05_5 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> ghostscript9-9.05_5 depends on file: /usr/local/bin/autoconf-2.69 - found ===> ghostscript9-9.05_5 depends on shared library: expat - found ===> ghostscript9-9.05_5 depends on shared library: idn - found ===> ghostscript9-9.05_5 depends on shared library: jbig2dec - found ===> ghostscript9-9.05_5 depends on shared library: jpeg - found ===> ghostscript9-9.05_5 depends on shared library: png15 - found ===> ghostscript9-9.05_5 depends on shared library: tiff - found ===> ghostscript9-9.05_5 depends on shared library: cupsimage.2 - found ===> ghostscript9-9.05_5 depends on shared library: vga.1 - not found ===> Verifying install for vga.1 in /usr/ports/graphics/svgalib ===> svgalib-1.4.3_6 is only for i386 amd64, while you are running powerpc. *** [install] Error code 1 Stop in /usr/ports/graphics/svgalib. *** [lib-depends] Error code 1 Stop in /usr/ports/print/ghostscript9. *** [build] Error code 1 Stop in /usr/ports/print/ghostscript9. >How-To-Repeat: Attempt to build ghostscript9 with default options on something other than i386 or amd64. >Fix: Workaround: make config disable SVGAlib options Fix: SVGAlib options should only be ON by default on i386 and amd64. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 14:00:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B10A106566C; Sun, 2 Sep 2012 14:00:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6788FC16; Sun, 2 Sep 2012 14:00:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82E0djl087029; Sun, 2 Sep 2012 14:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82E0dHE087014; Sun, 2 Sep 2012 14:00:39 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 14:00:39 GMT Message-Id: <201209021400.q82E0dHE087014@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, doceng@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171253: print/ghostscript9 default options only work on i386 and amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:00:40 -0000 Synopsis: print/ghostscript9 default options only work on i386 and amd64 Responsible-Changed-From-To: freebsd-ports-bugs->doceng Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 14:00:39 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171253 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 14:11:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CE19106566B; Sun, 2 Sep 2012 14:11:01 +0000 (UTC) (envelope-from smoeller@nichthelfer.de) Received: from mail.nichthelfer.de (mail.nichthelfer.de [89.110.151.156]) by mx1.freebsd.org (Postfix) with ESMTP id CD2E98FC1D; Sun, 2 Sep 2012 14:11:00 +0000 (UTC) Received: from 31-17-238-240-dynip.superkabel.de ([31.17.238.240] helo=[192.168.67.199]) by mail.nichthelfer.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1T8AZy-0007N0-Dv; Sun, 02 Sep 2012 15:51:10 +0200 Message-ID: <5043644D.5050604@nichthelfer.de> Date: Sun, 02 Sep 2012 15:51:09 +0200 From: Sven Moeller User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: rnejdl@ringofsaturn.com References: <201209021207.q82C7J7t031286@freefall.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports-bugs@freebsd.org, cs@freebsd.org Subject: Re: ports/169376: Update port games/megaglest to 3.6.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:11:01 -0000 That's correct. Rusty is the maintainer now. Please commit his patch files. Thanks. Sven Moeller Am 02.09.2012 15:24, schrieb Rusty Nejdl: > I'm not sure what this is waiting for as the previous maintainer > approved me becoming the maintainer and I have sent fixed patch > files. Please commit this. > > Rusty Nejdl > > On 2012-09-02 07:07, cs@FreeBSD.org wrote: >> Synopsis: Update port games/megaglest to 3.6.0.3 >> >> State-Changed-From-To: feedback->open >> State-Changed-By: cs >> State-Changed-When: Sun Sep 2 12:06:19 UTC 2012 >> State-Changed-Why: >> Back to pool. >> >> >> Responsible-Changed-From-To: cs->freebsd-ports-bugs >> Responsible-Changed-By: cs >> Responsible-Changed-When: Sun Sep 2 12:06:19 UTC 2012 >> Responsible-Changed-Why: >> Back to pool. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=169376 > -- Sven MĂśller SchĂśneberger Str. 14 21502 Geesthacht From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 14:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174B41065673 for ; Sun, 2 Sep 2012 14:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF7D48FC12 for ; Sun, 2 Sep 2012 14:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82EUA92032427 for ; Sun, 2 Sep 2012 14:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82EUAi6032414; Sun, 2 Sep 2012 14:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 14:30:10 GMT Resent-Message-Id: <201209021430.q82EUAi6032414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Weisgerber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A105106566B; Sun, 2 Sep 2012 14:29:34 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.freebsd.org (Postfix) with ESMTP id F25CD8FC08; Sun, 2 Sep 2012 14:29:33 +0000 (UTC) Received: from mail-in-19-z2.arcor-online.net (mail-in-19-z2.arcor-online.net [151.189.8.36]) by mx.arcor.de (Postfix) with ESMTP id CFFD3AAEE6; Sun, 2 Sep 2012 15:58:53 +0200 (CEST) Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) by mail-in-19-z2.arcor-online.net (Postfix) with ESMTP id D04933F83C3; Sun, 2 Sep 2012 15:58:53 +0200 (CEST) Received: from lorvorc.mips.inka.de (dslb-188-098-176-209.pools.arcor-ip.net [188.98.176.209]) by mail-in-16.arcor-online.net (Postfix) with ESMTPS id ACAEC94AA; Sun, 2 Sep 2012 15:58:53 +0200 (CEST) Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.5/8.14.3) with ESMTP id q82DwrOF082360; Sun, 2 Sep 2012 15:58:53 +0200 (CEST) (envelope-from naddy@lorvorc.mips.inka.de) Received: (from naddy@localhost) by lorvorc.mips.inka.de (8.14.5/8.14.5/Submit) id q82DwrGU082359; Sun, 2 Sep 2012 15:58:53 +0200 (CEST) (envelope-from naddy) Message-Id: <201209021358.q82DwrGU082359@lorvorc.mips.inka.de> Date: Sun, 2 Sep 2012 15:58:53 +0200 (CEST) From: Christian Weisgerber To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: flo@FreeBSD.org Subject: ports/171255: Fix www/firefox on FreeBSD 7.4/amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Weisgerber List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:30:11 -0000 >Number: 171255 >Category: ports >Synopsis: Fix www/firefox on FreeBSD 7.4/amd64 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 02 14:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 7.4-STABLE amd64 >Organization: >Environment: System: FreeBSD lorvorc.mips.inka.de 7.4-STABLE FreeBSD 7.4-STABLE #0 r239672: Sat Aug 25 13:11:54 CEST 2012 naddy@lorvorc.mips.inka.de:/usr/obj/usr/src/sys/GENERIC amd64 >Description: www/firefox fails to build on 7.4-STABLE/amd64, because the old as(1) from binutils 2.15 does not support SSE3 instructions. The patch below, adapted from https://bugzilla.mozilla.org/show_bug.cgi?id=786995 fixes this. Presumably this is also required for other ports of the Mozilla family. >How-To-Repeat: >Fix: Index: files/patch-bug786995 =================================================================== --- files/patch-bug786995 (revision 0) +++ files/patch-bug786995 (working copy) @@ -0,0 +1,36 @@ +# Bug 786995 - configure should check for SSSE3 support in the whole toolchain + +--- configure.in.orig 2012-09-02 00:37:29.000000000 +0200 ++++ configure.in 2012-09-02 00:38:50.000000000 +0200 +@@ -1710,15 +1710,15 @@ + _MOZ_RTTI_FLAGS_OFF=-fno-rtti + + # Check for -mssse3 on $CC +- AC_MSG_CHECKING([for -mssse3 option to $CC]) +- HAVE_COMPILER_FLAG_MSSSE3= ++ AC_MSG_CHECKING([if toolchain supports -mssse3 option]) ++ HAVE_TOOLCHAIN_SUPPORT_MSSSE3= + _SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -mssse3" +- AC_TRY_COMPILE(,,AC_MSG_RESULT([yes]) +- [HAVE_COMPILER_FLAG_MSSSE3=1], ++ AC_TRY_COMPILE([asm ("pmaddubsw %xmm2,%xmm3");],,AC_MSG_RESULT([yes]) ++ [HAVE_TOOLCHAIN_SUPPORT_MSSSE3=1], + AC_MSG_RESULT([no])) + CFLAGS=$_SAVE_CFLAGS +- AC_SUBST(HAVE_COMPILER_FLAG_MSSSE3) ++ AC_SUBST(HAVE_TOOLCHAIN_SUPPORT_MSSSE3) + + # Turn on GNU-specific warnings: + # -Wall - turn on a lot of warnings +--- gfx/skia/Makefile.in.orig 2012-09-02 00:39:00.000000000 +0200 ++++ gfx/skia/Makefile.in 2012-09-02 00:39:21.000000000 +0200 +@@ -365,7 +365,7 @@ + SkUtils_opts_SSE2.cpp \ + opts_check_SSE2.cpp \ + $(NULL) +-ifdef HAVE_COMPILER_FLAG_MSSSE3 ++ifdef HAVE_TOOLCHAIN_SUPPORT_MSSSE3 + DEFINES += -DSK_BUILD_SSSE3 + CPPSRCS += SkBitmapProcState_opts_SSSE3.cpp + endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 14:30:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94241106566C; Sun, 2 Sep 2012 14:30:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67A3B8FC12; Sun, 2 Sep 2012 14:30:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82EUxxM044190; Sun, 2 Sep 2012 14:30:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82EUx5a044179; Sun, 2 Sep 2012 14:30:59 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 14:30:59 GMT Message-Id: <201209021430.q82EUx5a044179@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171255: Fix www/firefox on FreeBSD 7.4/amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:30:59 -0000 Synopsis: Fix www/firefox on FreeBSD 7.4/amd64 Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 14:30:58 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171255 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 14:40:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68E811065675 for ; Sun, 2 Sep 2012 14:40:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 40EDF8FC21 for ; Sun, 2 Sep 2012 14:40:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82Eeatl091131 for ; Sun, 2 Sep 2012 14:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82EeacZ091122; Sun, 2 Sep 2012 14:40:36 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 14:40:36 GMT Resent-Message-Id: <201209021440.q82EeacZ091122@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2277010656D5 for ; Sun, 2 Sep 2012 14:35:47 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 63F458FC0A for ; Sun, 2 Sep 2012 14:35:45 +0000 (UTC) Received: (qmail invoked by alias); 02 Sep 2012 14:35:43 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp010) with SMTP; 02 Sep 2012 16:35:43 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Sep 2012 16:35:43 +0200 Message-Id: <20120902143547.2277010656D5@hub.freebsd.org> Date: Sun, 02 Sep 2012 16:35:43 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: martymac@FreeBSD.org Subject: ports/171256: [PATCH] games/trackballs: Makefile changed, added Music Support and OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:40:36 -0000 >Number: 171256 >Category: ports >Synopsis: [PATCH] games/trackballs: Makefile changed, added Music Support and 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 Sep 02 14:40:35 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Added - Music support - PLIST_FILES - PLIST_DIRSTRY - PORTDATA= * - Pixmaps OptionsNG for - NLS, PLIST_FILES+, only if install NLS - Music Removed file(s): - pkg-plist Port maintainer (martymac@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- trackballs-1.1.4_15.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/trackballs/Makefile ./Makefile --- /usr/ports/games/trackballs/Makefile 2012-08-01 14:50:44.000000000 +0200 +++ ./Makefile 2012-09-02 16:10:53.000000000 +0200 @@ -1,15 +1,13 @@ -# New ports collection makefile for: trackballs -# Date created: 21 November 2003 -# Whom: Adam Weinberger -# # $FreeBSD: ports/games/trackballs/Makefile,v 1.39 2012/08/01 12:50:44 martymac Exp $ -# PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF \ + SF/${PORTNAME}/music/1.4/:music +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-music-1.4.tar.bz2:music MAINTAINER= martymac@FreeBSD.org COMMENT= SDL-based Marble Madness clone @@ -28,12 +26,42 @@ INSTALLS_ICONS= yes MAKE_ARGS= mkinstalldirs="${MKDIR}" -MAN6= trackballs.6 -MANCOMPRESSED= no +MAN6= trackballs.6 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png \ + share/applications/${PORTNAME}.desktop \ + share/icons/hicolor/32x32/apps/${PORTNAME}.png \ + share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + share/icons/hicolor/64x64/apps/${PORTNAME}.png +PLIST_DIRSTRY= share/applications + +PORTDATA= * + +OPTIONS_DEFINE= NLS MUSIC +NLS_DESC= Native Language Support via gettext +MUSIC_DESC= Install additional music +OPTIONS_DEFAULT= NLS MUSIC + +.include + +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +PLIST_FILES+= share/locale/de/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/fr/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/hu/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/it/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/sk/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/sv/LC_MESSAGES/${PORTNAME}.mo +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|install -D|$$(INSTALL)|' \ ${WRKSRC}/share/Makefile.in @@ -41,4 +69,12 @@ post-install: -@update-desktop-database +# Music +.if ${PORT_OPTIONS:MMUSIC} + @${INSTALL_DATA} ${WRKDIR}/trackballs-music/*.ogg ${DATADIR}/music/ +.endif + +# Pixmaps + @${INSTALL_DATA} ${WRKSRC}/share/icons/${PORTNAME}-48x48.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + .include diff -ruN --exclude=CVS /usr/ports/games/trackballs/distinfo ./distinfo --- /usr/ports/games/trackballs/distinfo 2011-07-03 16:25:07.000000000 +0200 +++ ./distinfo 2012-09-02 13:59:33.000000000 +0200 @@ -1,2 +1,4 @@ SHA256 (trackballs-1.1.4.tar.gz) = 459dbaec27354fb4afff3d1aa491bc21b4fc2c0769eae86a47aaeb545cb434a6 SIZE (trackballs-1.1.4.tar.gz) = 7229541 +SHA256 (trackballs-music-1.4.tar.bz2) = bf9b793b6fab81e59fb9a373944a5724af279b0faebb2461bb98beb5aa466058 +SIZE (trackballs-music-1.4.tar.bz2) = 18825033 diff -ruN --exclude=CVS /usr/ports/games/trackballs/pkg-plist ./pkg-plist --- /usr/ports/games/trackballs/pkg-plist 2010-11-18 10:17:51.000000000 +0100 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,275 +0,0 @@ -bin/trackballs -share/applications/trackballs.desktop -share/icons/hicolor/32x32/apps/trackballs.png -share/icons/hicolor/48x48/apps/trackballs.png -share/icons/hicolor/64x64/apps/trackballs.png -share/locale/de/LC_MESSAGES/trackballs.mo -share/locale/fr/LC_MESSAGES/trackballs.mo -share/locale/hu/LC_MESSAGES/trackballs.mo -share/locale/it/LC_MESSAGES/trackballs.mo -share/locale/sk/LC_MESSAGES/trackballs.mo -share/locale/sv/LC_MESSAGES/trackballs.mo -%%DATADIR%%/api.html -%%DATADIR%%/customizing.html -%%DATADIR%%/examples.html -%%DATADIR%%/fonts/menuFont.ttf -%%DATADIR%%/highScores -%%DATADIR%%/images/acid.png -%%DATADIR%%/images/difficulty0.png -%%DATADIR%%/images/difficulty0High.png -%%DATADIR%%/images/difficulty1.png -%%DATADIR%%/images/difficulty1High.png -%%DATADIR%%/images/difficulty2.png -%%DATADIR%%/images/difficulty2High.png -%%DATADIR%%/images/displayHighscoreBackground.jpg -%%DATADIR%%/images/dizzy.png -%%DATADIR%%/images/enterHighscoreBackground.jpg -%%DATADIR%%/images/font.png -%%DATADIR%%/images/font.rgb -%%DATADIR%%/images/font2.png -%%DATADIR%%/images/font3.png -%%DATADIR%%/images/glitter.png -%%DATADIR%%/images/header.png -%%DATADIR%%/images/help0_1024.png -%%DATADIR%%/images/help0_640.png -%%DATADIR%%/images/help1_1024.png -%%DATADIR%%/images/help1_640.png -%%DATADIR%%/images/helpBackground.jpg -%%DATADIR%%/images/ice.png -%%DATADIR%%/images/left_panel.png -%%DATADIR%%/images/levelsetup.png -%%DATADIR%%/images/life.png -%%DATADIR%%/images/mousePointer.png -%%DATADIR%%/images/nolife.png -%%DATADIR%%/images/playersetup.png -%%DATADIR%%/images/sand.png -%%DATADIR%%/images/setupBackground.jpg -%%DATADIR%%/images/slide-01.jpg -%%DATADIR%%/images/slide-02.jpg -%%DATADIR%%/images/slide-03.jpg -%%DATADIR%%/images/slide-04.jpg -%%DATADIR%%/images/slide-05.jpg -%%DATADIR%%/images/slide-06.jpg -%%DATADIR%%/images/slide-07.jpg -%%DATADIR%%/images/slide-08.jpg -%%DATADIR%%/images/slide-09.jpg -%%DATADIR%%/images/slide-10.jpg -%%DATADIR%%/images/splashScreen.jpg -%%DATADIR%%/images/texture.png -%%DATADIR%%/images/texture2.png -%%DATADIR%%/images/texture3.png -%%DATADIR%%/images/texture4.png -%%DATADIR%%/images/track.png -%%DATADIR%%/images/trackballs32x32.png -%%DATADIR%%/images/trackballs48x48.png -%%DATADIR%%/images/wings.png -%%DATADIR%%/index.html -%%DATADIR%%/levels/Shop1.map -%%DATADIR%%/levels/Shop1.scm -%%DATADIR%%/levels/Shop2.map -%%DATADIR%%/levels/Shop2.scm -%%DATADIR%%/levels/bonus.map -%%DATADIR%%/levels/bonus.scm -%%DATADIR%%/levels/bonusb.map -%%DATADIR%%/levels/bonusb.scm -%%DATADIR%%/levels/boot.scm -%%DATADIR%%/levels/bx.jpg -%%DATADIR%%/levels/bx.set -%%DATADIR%%/levels/bx1.map -%%DATADIR%%/levels/bx1.scm -%%DATADIR%%/levels/bx2.map -%%DATADIR%%/levels/bx2.scm -%%DATADIR%%/levels/bx3.map -%%DATADIR%%/levels/bx3.scm -%%DATADIR%%/levels/castle1.map -%%DATADIR%%/levels/castle1.scm -%%DATADIR%%/levels/castle2.map -%%DATADIR%%/levels/castle2.scm -%%DATADIR%%/levels/castle3.map -%%DATADIR%%/levels/castle3.scm -%%DATADIR%%/levels/castle4.map -%%DATADIR%%/levels/castle4.scm -%%DATADIR%%/levels/castles.jpg -%%DATADIR%%/levels/castles.set -%%DATADIR%%/levels/castles.txt -%%DATADIR%%/levels/child.jpg -%%DATADIR%%/levels/child.set -%%DATADIR%%/levels/child1.map -%%DATADIR%%/levels/child1.scm -%%DATADIR%%/levels/child2.map -%%DATADIR%%/levels/child2.scm -%%DATADIR%%/levels/child3.map -%%DATADIR%%/levels/child3.scm -%%DATADIR%%/levels/child4.map -%%DATADIR%%/levels/child4.scm -%%DATADIR%%/levels/child5.map -%%DATADIR%%/levels/child5.scm -%%DATADIR%%/levels/child6.map -%%DATADIR%%/levels/child6.scm -%%DATADIR%%/levels/con1.map -%%DATADIR%%/levels/con1.scm -%%DATADIR%%/levels/con2.map -%%DATADIR%%/levels/con2.scm -%%DATADIR%%/levels/con3.map -%%DATADIR%%/levels/con3.scm -%%DATADIR%%/levels/con4.map -%%DATADIR%%/levels/con4.scm -%%DATADIR%%/levels/con5.map -%%DATADIR%%/levels/con5.scm -%%DATADIR%%/levels/contrib.jpg -%%DATADIR%%/levels/contrib.set -%%DATADIR%%/levels/dn.jpg -%%DATADIR%%/levels/dn.set -%%DATADIR%%/levels/dn1.map -%%DATADIR%%/levels/dn1.scm -%%DATADIR%%/levels/dn2.map -%%DATADIR%%/levels/dn2.scm -%%DATADIR%%/levels/dn3.map -%%DATADIR%%/levels/dn3.scm -%%DATADIR%%/levels/dn4.map -%%DATADIR%%/levels/dn4.scm -%%DATADIR%%/levels/dn5.map -%%DATADIR%%/levels/dn5.scm -%%DATADIR%%/levels/dn6.map -%%DATADIR%%/levels/dn6.scm -%%DATADIR%%/levels/elite.jpg -%%DATADIR%%/levels/elite.set -%%DATADIR%%/levels/elite1.map -%%DATADIR%%/levels/elite1.scm -%%DATADIR%%/levels/fourSeasons.jpg -%%DATADIR%%/levels/fourSeasons.set -%%DATADIR%%/levels/fourSeasons_1.map -%%DATADIR%%/levels/fourSeasons_1.scm -%%DATADIR%%/levels/fourSeasons_2.map -%%DATADIR%%/levels/fourSeasons_2.scm -%%DATADIR%%/levels/fourSeasons_3.map -%%DATADIR%%/levels/fourSeasons_3.scm -%%DATADIR%%/levels/fourSeasons_4.map -%%DATADIR%%/levels/fourSeasons_4.scm -%%DATADIR%%/levels/frg.jpg -%%DATADIR%%/levels/frg.set -%%DATADIR%%/levels/frg1.map -%%DATADIR%%/levels/frg1.scm -%%DATADIR%%/levels/frg10.map -%%DATADIR%%/levels/frg10.scm -%%DATADIR%%/levels/frg2.map -%%DATADIR%%/levels/frg2.scm -%%DATADIR%%/levels/frg3.map -%%DATADIR%%/levels/frg3.scm -%%DATADIR%%/levels/frg4.map -%%DATADIR%%/levels/frg4.scm -%%DATADIR%%/levels/frg5.map -%%DATADIR%%/levels/frg5.scm -%%DATADIR%%/levels/frg6.map -%%DATADIR%%/levels/frg6.scm -%%DATADIR%%/levels/frg7.map -%%DATADIR%%/levels/frg7.scm -%%DATADIR%%/levels/frg8.map -%%DATADIR%%/levels/frg8.scm -%%DATADIR%%/levels/frg9.map -%%DATADIR%%/levels/frg9.scm -%%DATADIR%%/levels/frgb.map -%%DATADIR%%/levels/frgb.scm -%%DATADIR%%/levels/hxtst.map -%%DATADIR%%/levels/hxtst.scm -%%DATADIR%%/levels/jump.jpg -%%DATADIR%%/levels/jump.set -%%DATADIR%%/levels/jump1.map -%%DATADIR%%/levels/jump1.scm -%%DATADIR%%/levels/jump2.map -%%DATADIR%%/levels/jump2.scm -%%DATADIR%%/levels/jump3.map -%%DATADIR%%/levels/jump3.scm -%%DATADIR%%/levels/jump4.map -%%DATADIR%%/levels/jump4.scm -%%DATADIR%%/levels/jump5.map -%%DATADIR%%/levels/jump5.scm -%%DATADIR%%/levels/ki.jpg -%%DATADIR%%/levels/ki.set -%%DATADIR%%/levels/ki1.map -%%DATADIR%%/levels/ki1.scm -%%DATADIR%%/levels/ki2.map -%%DATADIR%%/levels/ki2.scm -%%DATADIR%%/levels/ki3.map -%%DATADIR%%/levels/ki3.scm -%%DATADIR%%/levels/ki4.map -%%DATADIR%%/levels/ki4.scm -%%DATADIR%%/levels/ki5.map -%%DATADIR%%/levels/ki5.scm -%%DATADIR%%/levels/lv.jpg -%%DATADIR%%/levels/lv.set -%%DATADIR%%/levels/lv1.map -%%DATADIR%%/levels/lv1.scm -%%DATADIR%%/levels/lv2.map -%%DATADIR%%/levels/lv2.scm -%%DATADIR%%/levels/lv3.map -%%DATADIR%%/levels/lv3.scm -%%DATADIR%%/levels/lv4.map -%%DATADIR%%/levels/lv4.scm -%%DATADIR%%/levels/lv5.map -%%DATADIR%%/levels/lv5.scm -%%DATADIR%%/levels/lv6.map -%%DATADIR%%/levels/lv6.scm -%%DATADIR%%/levels/lv7.map -%%DATADIR%%/levels/lv7.scm -%%DATADIR%%/levels/lv8.map -%%DATADIR%%/levels/lv8.scm -%%DATADIR%%/levels/lv9.map -%%DATADIR%%/levels/lv9.scm -%%DATADIR%%/levels/mhm.jpg -%%DATADIR%%/levels/mhm.set -%%DATADIR%%/levels/mhm1.map -%%DATADIR%%/levels/mhm1.scm -%%DATADIR%%/levels/mhm2.map -%%DATADIR%%/levels/mhm2.scm -%%DATADIR%%/levels/mhm3.map -%%DATADIR%%/levels/mhm3.scm -%%DATADIR%%/levels/motion1.jpg -%%DATADIR%%/levels/motion1.map -%%DATADIR%%/levels/motion1.scm -%%DATADIR%%/levels/motion1.set -%%DATADIR%%/levels/test1.map -%%DATADIR%%/levels/tmp.map -%%DATADIR%%/levels/tmp.scm -%%DATADIR%%/mapeditor.html -%%DATADIR%%/scriptingLanguage.html -%%DATADIR%%/sfx/badpill.wav -%%DATADIR%%/sfx/ball_sinks.wav -%%DATADIR%%/sfx/ball_sinks2.wav -%%DATADIR%%/sfx/blackDie.wav -%%DATADIR%%/sfx/capuch_monkey.wav -%%DATADIR%%/sfx/capuchmonk.wav -%%DATADIR%%/sfx/click.wav -%%DATADIR%%/sfx/crash.wav -%%DATADIR%%/sfx/crazylaugh.wav -%%DATADIR%%/sfx/die.wav -%%DATADIR%%/sfx/evillaugh.wav -%%DATADIR%%/sfx/fall_death.wav -%%DATADIR%%/sfx/ff_death.wav -%%DATADIR%%/sfx/flag.wav -%%DATADIR%%/sfx/goodpill.wav -%%DATADIR%%/sfx/kill_death.wav -%%DATADIR%%/sfx/levelComplete.wav -%%DATADIR%%/sfx/machine_loop.wav -%%DATADIR%%/sfx/roll_sound.wav -%%DATADIR%%/sfx/sandcrash.wav -%%DATADIR%%/sfx/savepoint.wav -%%DATADIR%%/sfx/start.wav -%%DATADIR%%/sfx/switch.wav -%%DATADIR%%/sfx/time_warning.wav -%%DATADIR%%/sfx/timeout.wav -@dirrm %%DATADIR%%/sfx -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/fonts -@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 -@dirrmtry share/icons -@dirrmtry share/applications --- trackballs-1.1.4_15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 14:41:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27DB01065673; Sun, 2 Sep 2012 14:41:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF0D28FC16; Sun, 2 Sep 2012 14:41:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82EfAQD099773; Sun, 2 Sep 2012 14:41:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82EfAVB099757; Sun, 2 Sep 2012 14:41:10 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 14:41:10 GMT Message-Id: <201209021441.q82EfAVB099757@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, martymac@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171256: [PATCH] games/trackballs: Makefile changed, added Music Support and OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:41:11 -0000 Synopsis: [PATCH] games/trackballs: Makefile changed, added Music Support and OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->martymac Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 14:41:10 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171256 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 15:47:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07EB7106566C; Sun, 2 Sep 2012 15:47:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0B048FC15; Sun, 2 Sep 2012 15:47:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82FlBKe027668; Sun, 2 Sep 2012 15:47:11 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82FlBdb027650; Sun, 2 Sep 2012 15:47:11 GMT (envelope-from rakuco) Date: Sun, 2 Sep 2012 15:47:11 GMT Message-Id: <201209021547.q82FlBdb027650@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rakuco@FreeBSD.org From: rakuco@FreeBSD.org Cc: Subject: Re: ports/171243: port audio/libmtp update to 1.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 15:47:12 -0000 Synopsis: port audio/libmtp update to 1.1.4 Responsible-Changed-From-To: freebsd-ports-bugs->rakuco Responsible-Changed-By: rakuco Responsible-Changed-When: Sun Sep 2 15:47:11 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171243 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 15:47:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92ABA106564A; Sun, 2 Sep 2012 15:47:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6676C8FC08; Sun, 2 Sep 2012 15:47:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82FlIjG029159; Sun, 2 Sep 2012 15:47:18 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82FlIhC029144; Sun, 2 Sep 2012 15:47:18 GMT (envelope-from bdrewery) Date: Sun, 2 Sep 2012 15:47:18 GMT Message-Id: <201209021547.q82FlIhC029144@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171244: devel/bmake: update to 20120831 snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 15:47:18 -0000 Synopsis: devel/bmake: update to 20120831 snapshot Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Sun Sep 2 15:47:17 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171244 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 16:40:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0A86106566C for ; Sun, 2 Sep 2012 16:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8508FC14 for ; Sun, 2 Sep 2012 16:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82Ge5YO067263 for ; Sun, 2 Sep 2012 16:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82Ge59m067250; Sun, 2 Sep 2012 16:40:05 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 16:40:05 GMT Resent-Message-Id: <201209021640.q82Ge59m067250@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C9131065673 for ; Sun, 2 Sep 2012 16:37:28 +0000 (UTC) (envelope-from pi@zfs.opsec.eu) Received: from zfs.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) by mx1.freebsd.org (Postfix) with ESMTP id DB2C78FC12 for ; Sun, 2 Sep 2012 16:37:27 +0000 (UTC) Received: from pi by zfs.opsec.eu with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1T8DAu-0001Xi-Fd; Sun, 02 Sep 2012 18:37:28 +0200 Message-Id: Date: Sun, 02 Sep 2012 18:37:28 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lemke@lemke-it.com Subject: ports/171257: [patch update] databases/cego 2.13.7 -> 2.13.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 16:40:05 -0000 >Number: 171257 >Category: ports >Synopsis: [patch update] databases/cego 2.13.7 -> 2.13.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: Sun Sep 02 16:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.0-RELEASE amd64 >Organization: - >Environment: System: FreeBSD zfs.opsec.eu 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: [patch update] databases/cego 2.13.7 -> 2.13.9 >How-To-Repeat: - >Fix: diff -r -u databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile --- databases/cego/Makefile 2012-08-07 23:37:50.720186256 +0200 +++ /usr/home/pi/myp/databases/cego/Makefile 2012-09-02 17:22:40.885467312 +0200 @@ -2,10 +2,10 @@ PORTNAME= cego -PORTVERSION= 2.13.7 +PORTVERSION= 2.13.9 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff -r -u databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo --- databases/cego/distinfo 2012-08-07 23:37:50.720186256 +0200 +++ /usr/home/pi/myp/databases/cego/distinfo 2012-09-02 17:22:48.579396289 +0200 @@ -1,2 +1,2 @@ -SHA256 (cego-2.13.7.tar.gz) = 9f8afa59cb72c83a8927d2a10ffd75d79d801317a2b1c49902aca082f3668444 -SIZE (cego-2.13.7.tar.gz) = 656509 +SHA256 (cego-2.13.9.tar.gz) = 1dab2882c650147df7b2ff771d276c5d455cdb609ca950a5658fb1086ab0da65 +SIZE (cego-2.13.9.tar.gz) = 656727 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 17:00:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A74E1065675 for ; Sun, 2 Sep 2012 17:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D04D88FC17 for ; Sun, 2 Sep 2012 17:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82H0QrI044516 for ; Sun, 2 Sep 2012 17:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82H0Qvi044503; Sun, 2 Sep 2012 17:00:26 GMT (envelope-from gnats) Date: Sun, 2 Sep 2012 17:00:26 GMT Message-Id: <201209021700.q82H0Qvi044503@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Raphael Kubo da Costa Cc: Subject: Re: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 02 Sep 2012 17:00:27 -0000 The following reply was made to PR ports/171239; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed Date: Sun, 02 Sep 2012 13:50:46 -0300 Don't you need to bump PORTREVISION due to the plist changes? From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 17:05:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8F4F1065673; Sun, 2 Sep 2012 17:05:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD3E08FC0A; Sun, 2 Sep 2012 17:05:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82H5Nof030034; Sun, 2 Sep 2012 17:05:23 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82H5NE6030020; Sun, 2 Sep 2012 17:05:23 GMT (envelope-from rakuco) Date: Sun, 2 Sep 2012 17:05:23 GMT Message-Id: <201209021705.q82H5NE6030020@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rakuco@FreeBSD.org From: rakuco@FreeBSD.org Cc: Subject: Re: ports/171257: [patch update] databases/cego 2.13.7 -> 2.13.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 17:05:23 -0000 Synopsis: [patch update] databases/cego 2.13.7 -> 2.13.9 Responsible-Changed-From-To: freebsd-ports-bugs->rakuco Responsible-Changed-By: rakuco Responsible-Changed-When: Sun Sep 2 17:05:22 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171257 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 17:15:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 672D31065670; Sun, 2 Sep 2012 17:15:48 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 228808FC0A; Sun, 2 Sep 2012 17:15:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82HFmD2010827; Sun, 2 Sep 2012 17:15:48 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82HFlpT010811; Sun, 2 Sep 2012 17:15:47 GMT (envelope-from rakuco) Date: Sun, 2 Sep 2012 17:15:47 GMT Message-Id: <201209021715.q82HFlpT010811@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rakuco@FreeBSD.org From: rakuco@FreeBSD.org Cc: Subject: Re: ports/171247: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 17:15:48 -0000 Synopsis: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP Responsible-Changed-From-To: freebsd-ports-bugs->rakuco Responsible-Changed-By: rakuco Responsible-Changed-When: Sun Sep 2 17:15:47 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171247 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 19:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53439106564A for ; Sun, 2 Sep 2012 19:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C4668FC12 for ; Sun, 2 Sep 2012 19:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82JAD8k007047 for ; Sun, 2 Sep 2012 19:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82JADjw007033; Sun, 2 Sep 2012 19:10:13 GMT (envelope-from gnats) Date: Sun, 2 Sep 2012 19:10:13 GMT Message-Id: <201209021910.q82JADjw007033@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: geoffroy desvernay Cc: Subject: Re: ports/171227: [MAINTAINER] databases/mariadb-server: upstream upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: geoffroy desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 19:10:14 -0000 The following reply was made to PR ports/171227; it has been noted by GNATS. From: geoffroy desvernay To: bug-followup@FreeBSD.org, dgeo@centrale-marseille.fr Cc: Subject: Re: ports/171227: [MAINTAINER] databases/mariadb-server: upstream upgrade Date: Sun, 02 Sep 2012 21:01:44 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig38F1F1A0A7F8FCE5377F80DA Content-Type: multipart/mixed; boundary="------------000106090601060406030407" This is a multi-part message in MIME format. --------------000106090601060406030407 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable merging upstream version upgrade with this patch: please commit this one = :) --=20 geoffroy desvernay --------------000106090601060406030407 Content-Type: text/x-diff; name="mariadb-port-5.3.7-5.3.8.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mariadb-port-5.3.7-5.3.8.diff" =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with more diff -ruN --exclude=3DCVS ../mariadb-server.orig/Makefile ./Makefile --- ../mariadb-server.orig/Makefile 2012-06-18 02:07:28.000000000 +0200 +++ ./Makefile 2012-09-02 19:08:08.000000000 +0200 @@ -5,8 +5,7 @@ # $FreeBSD: ports/databases/mariadb-server/Makefile,v 1.18 2012/06/18 00= :07:28 sylvio Exp $ =20 PORTNAME=3D mariadb -PORTVERSION=3D 5.3.7 -PORTREVISION?=3D 0 +PORTVERSION=3D 5.3.8 CATEGORIES=3D databases ipv6 MASTER_SITES=3D http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERS= ION}/kvm-tarbake-jaunty-x86/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/kvm-ta= rbake-jaunty-x86/ \ @@ -52,7 +51,7 @@ =20 .if !defined(MARIADB_CLIENT_SLAVE) CONFIGURE_ARGS+=3D --with-libevent=3D${LOCALBASE} -LIB_DEPENDS+=3D event-1.4:${PORTSDIR}/devel/libevent +LIB_DEPENDS+=3D event-1:${PORTSDIR}/devel/libevent =20 MAN1=3D innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 \= myisamlog.1 myisampack.1 mysql.server.1 mysql_client_test_embedded.1 \ @@ -69,7 +68,7 @@ ARCHIVE "Archive storage plugin" On \ BLACKHOLE "Blackhole storage engine" On \ SPHINX "SE client for Sphinx search daemon" On \ - FEDX "FederatedX storage engine (Federated replacement)" On \ + FEDX "FederatedX (new) storage engine" On \ FEDERATED "Federated (old) storage engine" Off \ XTRADB "XtraDB (InnoDB replacement) engine" On \ INNODB "InnoDB (old) engine" Off \ @@ -78,7 +77,8 @@ PARTITION "Partitioning support" Off \ HANDLERSOCKET "HandlerSocket support" On \ NDB "Enable NDB support (implies PARTITION)" Off \ - EXAMPLES "Example engine,daemon and ftsearch plugins" Off + EXAMPLES "Example engine,daemon and ftsearch plugins" Off \ + MAXKEY "Change max key length from 1000 to 4000" Off .endif # .if !defined(MARIADB_CLIENT_SLAVE) =20 .include @@ -179,7 +179,7 @@ .if defined(WITH_OQGRAPH) CONFIGURE_ARGS+=3D --with-plugin-oqgraph PLIST_SUB+=3D OQGRAPH=3D"" -LIB_DEPENDS+=3D boost_system.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+=3D boost_system:${PORTSDIR}/devel/boost-libs PLUGINS+=3D oqgraph .else CONFIGURE_ARGS+=3D --without-plugin-oqgraph @@ -220,6 +220,9 @@ .else PLIST_SUB+=3D STATIC=3D"" .endif +.if defined(WITH_MAXKEY) +EXTRA_PATCHES+=3D ${FILESDIR}/extra-patch-include__my_handler.h +.endif .endif # .if !defined(MARIADB_CLIENT_SLAVE) =20 .if defined(WITH_CHARSET) && ${WITH_CHARSET} !=3D "" @@ -259,7 +262,7 @@ @${ECHO} " Other built-in charsets (default: complex, selected: ${WITH= _XCHARSET})." @${ECHO} '' =20 -EXTRA_PATCHES=3D ${FILESDIR}/scripts__Makefile.in +EXTRA_PATCHES+=3D ${FILESDIR}/scripts__Makefile.in MDB_SERVER_SUBDIRS=3D include @docs_dirs@ sql-common libservices mysys s= trings dbug ${MDB_EXTRA_SUBDIRS} unittest cmd-line-utils libmysql scripts= @sql_server_dirs@ @sql_server@ @man_dirs@ @libmysqld_dirs@ support-files= =20 post-patch: diff -ruN --exclude=3DCVS ../mariadb-server.orig/distinfo ./distinfo --- ../mariadb-server.orig/distinfo 2012-06-18 02:07:28.000000000 +0200 +++ ./distinfo 2012-09-02 19:02:51.000000000 +0200 @@ -1,2 +1,2 @@ -SIZE (mariadb-5.3.7.tar.gz) =3D 26741196 -SHA256 (mariadb-5.3.7.tar.gz) =3D 463386ca84128a162e63137c8f6666859b94e2= abf490b6ab2306f846a13fe9bc +SHA256 (mariadb-5.3.8.tar.gz) =3D ba175431eb8e5d21f0a3cfac11fe4296ccb92a= b4fd920ff4e907a45b7fb342ed +SIZE (mariadb-5.3.8.tar.gz) =3D 26798886 diff -ruN --exclude=3DCVS ../mariadb-server.orig/files/extra-patch-includ= e__my_handler.h ./files/extra-patch-include__my_handler.h --- ../mariadb-server.orig/files/extra-patch-include__my_handler.h 1970-0= 1-01 01:00:00.000000000 +0100 +++ ./files/extra-patch-include__my_handler.h 2012-09-02 19:01:58.0000000= 00 +0200 @@ -0,0 +1,11 @@ +--- include/my_handler.h.orig 2012-08-30 21:44:42.000000000 +0200 ++++ include/my_handler.h 2012-08-30 21:45:23.000000000 +0200 +@@ -34,7 +34,7 @@ + But beware the dependency of HA_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_= LENGTH. + */ +=20 +-#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes = */ ++#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes = */ + #define HA_MAX_KEY_SEG 32 /* Max segments for key= */ +=20 + #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6)=20 =3D=3D=3D> Done --------------000106090601060406030407-- --------------enig38F1F1A0A7F8FCE5377F80DA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQQ60YAAoJEC0NWrh8JT1SjnwH/RDs5BDC6e7ALVMiVbE2PX91 UBMVxuXnt3hN7ZIrSb6S4IC/sFuTDP6lmOTL4suRL4qaVPHGHfUt77D90DBfueZ1 Q16tu7SSJmAiniki8aVCFR7lsMInJ7/gkVbHck7466HtyRFoFDDAIlK2ITDdna5+ Ie46KOR2Ue9xN0/chLvlEAa/V7hrphn/oeES94/GUZJfld+S5w1ZhDm/e6LKG8vs P8j+Z9KsPgL62Cim1aBj5JfP5Yko+uKtbUxK2golh8J52XBDuWOWgxs8C+7gc3W5 ixYoQeCSXLElnsvN/FSUIWpuE0VMAx/hfpaPLItG6gvXPfYPHkhrviZ53lqKBLU= =WvjO -----END PGP SIGNATURE----- --------------enig38F1F1A0A7F8FCE5377F80DA-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 19:56:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63AD21065688; Sun, 2 Sep 2012 19:56:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 351D58FC12; Sun, 2 Sep 2012 19:56:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82JuvMO045262; Sun, 2 Sep 2012 19:56:57 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82Juvxl045242; Sun, 2 Sep 2012 19:56:57 GMT (envelope-from bdrewery) Date: Sun, 2 Sep 2012 19:56:57 GMT Message-Id: <201209021956.q82Juvxl045242@freefall.freebsd.org> To: dgeo@centrale-marseille.fr, bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171227: [MAINTAINER] databases/mariadb-server: support big keys X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 19:56:57 -0000 Synopsis: [MAINTAINER] databases/mariadb-server: support big keys State-Changed-From-To: open->feedback State-Changed-By: bdrewery State-Changed-When: Sun Sep 2 19:56:48 UTC 2012 State-Changed-Why: Take Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Sun Sep 2 19:56:48 UTC 2012 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=171227 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 20:00:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94713106564A for ; Sun, 2 Sep 2012 20:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1198FC0C for ; Sun, 2 Sep 2012 20:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82K0R4m035950 for ; Sun, 2 Sep 2012 20:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82K0RAO035936; Sun, 2 Sep 2012 20:00:27 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 20:00:27 GMT Resent-Message-Id: <201209022000.q82K0RAO035936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DAB01065687 for ; Sun, 2 Sep 2012 19:56:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBEF8FC0A for ; Sun, 2 Sep 2012 19:56:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q82Juxbi002781 for ; Sun, 2 Sep 2012 19:56:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q82JuxEI002744; Sun, 2 Sep 2012 19:56:59 GMT (envelope-from nobody) Message-Id: <201209021956.q82JuxEI002744@red.freebsd.org> Date: Sun, 2 Sep 2012 19:56:59 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171259: [Patch] Update games/klavaro to version 1.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 20:00:27 -0000 >Number: 171259 >Category: ports >Synopsis: [Patch] Update games/klavaro to version 1.9.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: Sun Sep 02 20:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 9.1-PRERELEASE i386 >Organization: >Environment: FreeBSD oslo.ath.cx 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239375: Sun Aug 19 00:39:37 CEST 2012 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The attached patch updates games/klavaro to version 1.9.5. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN games/klavaro.bak/Makefile games/klavaro/Makefile --- games/klavaro.bak/Makefile 2012-09-02 21:14:46.000000000 +0200 +++ games/klavaro/Makefile 2012-09-02 21:15:38.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= klavaro -PORTVERSION= 1.9.3 -PORTREVISION= 2 +PORTVERSION= 1.9.5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ diff -ruN games/klavaro.bak/distinfo games/klavaro/distinfo --- games/klavaro.bak/distinfo 2012-09-02 21:14:46.000000000 +0200 +++ games/klavaro/distinfo 2012-09-02 21:16:28.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (klavaro-1.9.3.tar.bz2) = 16c821264d247f70beac350953d841b85bd7e093a1c04369ba676c3a8b0b0013 -SIZE (klavaro-1.9.3.tar.bz2) = 750314 +SHA256 (klavaro-1.9.5.tar.bz2) = 06c35247866fb74f7c1a52a2350b352fdb44dace7216fdbebc1fa54990d14fc9 +SIZE (klavaro-1.9.5.tar.bz2) = 757130 diff -ruN games/klavaro.bak/pkg-plist games/klavaro/pkg-plist --- games/klavaro.bak/pkg-plist 2012-09-02 21:14:46.000000000 +0200 +++ games/klavaro/pkg-plist 2012-09-02 21:42:37.000000000 +0200 @@ -24,6 +24,7 @@ %%DATADIR%%/dvorak_eo_eurokeys.kbd %%DATADIR%%/dvorak_eo_nativo.kbd %%DATADIR%%/dvorak_eo_uk.kbd +%%DATADIR%%/dvorak_es_nativo.kbd %%DATADIR%%/dvorak_es_us.kbd %%DATADIR%%/dvorak_fr.kbd %%DATADIR%%/dvorak_fr_bepo.kbd @@ -103,6 +104,8 @@ %%DATADIR%%/qwerty_uk.kbd %%DATADIR%%/qwerty_us.kbd %%DATADIR%%/qwerty_us_2.kbd +%%DATADIR%%/qwertz_ch_de.kbd +%%DATADIR%%/qwertz_ch_fr.kbd %%DATADIR%%/qwertz_cz.kbd %%DATADIR%%/qwertz_de.kbd %%DATADIR%%/qwertz_hu.kbd @@ -148,6 +151,7 @@ share/locale/uk/LC_MESSAGES/klavaro.mo share/locale/ur/LC_MESSAGES/klavaro.mo share/locale/vi/LC_MESSAGES/klavaro.mo +share/locale/wo/LC_MESSAGES/klavaro.mo share/locale/zh_CN/LC_MESSAGES/klavaro.mo @dirrmtry share/locale/ur/LC_MESSAGES @dirrmtry share/locale/ur >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 20:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 203371065676 for ; Sun, 2 Sep 2012 20:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EDA798FC1D for ; Sun, 2 Sep 2012 20:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82Ke9JN015685 for ; Sun, 2 Sep 2012 20:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82Ke9Oi015672; Sun, 2 Sep 2012 20:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 20:40:09 GMT Resent-Message-Id: <201209022040.q82Ke9Oi015672@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EF7C106566B; Sun, 2 Sep 2012 20:30:11 +0000 (UTC) (envelope-from steve@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 C74908FC16; Sun, 2 Sep 2012 20:30:10 +0000 (UTC) Received: from meatwad.mouf.net ([IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4d]) by mouf.net (8.14.5/8.14.5) with ESMTP id q82KS9gu099520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 2 Sep 2012 16:28:10 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q82KTphV078012; Sun, 2 Sep 2012 16:29:51 -0400 (EDT) (envelope-from steve) Message-Id: <201209022029.q82KTphV078012@meatwad.mouf.net> Date: Sun, 2 Sep 2012 16:29:51 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sunpoet@FreeBSD.org Subject: ports/171260: [PATCH] ftp/curl: install autoconf file for curl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 20:40:10 -0000 >Number: 171260 >Category: ports >Synopsis: [PATCH] ftp/curl: install autoconf file for curl >Confidential: no >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 Sep 02 20:40:09 UTC 2012 >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 #7 r239244M: Mon Aug 13 23:21:42 EDT >Description: Port does not currently install it's autoconf file. Attached patch fixes that. This is needed because some software doesn't use pkg-config to find curl. Some software I'm working on porting needs this change. If there is a better way, please let me know. Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- curl-7.24.0_1.patch begins here --- Index: pkg-plist =================================================================== --- pkg-plist (revision 303575) +++ pkg-plist (working copy) @@ -9,6 +9,7 @@ include/curl/multi.h include/curl/stdcheaders.h include/curl/typecheck-gcc.h +share/aclocal/libcurl.m4 @dirrm include/curl lib/libcurl.a lib/libcurl.la Index: Makefile =================================================================== --- Makefile (revision 303575) +++ Makefile (working copy) @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.24.0 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -210,6 +211,7 @@ @${REINPLACE_CMD} -e '/require "valgrind.pm";/d' ${WRKSRC}/tests/runtests.pl post-install: + ${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal .if !defined(BUILDING_HIPHOP) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ ${DOCSDIR}/libcurl/ --- curl-7.24.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 20:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C5ED106567F for ; Sun, 2 Sep 2012 20:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89E128FC21 for ; Sun, 2 Sep 2012 20:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82KeAmT015804 for ; Sun, 2 Sep 2012 20:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82KeAvE015790; Sun, 2 Sep 2012 20:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 20:40:10 GMT Resent-Message-Id: <201209022040.q82KeAvE015790@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55B0A1065689 for ; Sun, 2 Sep 2012 20:38:45 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id B2D8C8FC17 for ; Sun, 2 Sep 2012 20:38:44 +0000 (UTC) Received: (qmail invoked by alias); 02 Sep 2012 20:38:42 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp072) with SMTP; 02 Sep 2012 22:38:42 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Sep 2012 22:38:41 +0200 Message-Id: <20120902203845.55B0A1065689@hub.freebsd.org> Date: Sun, 02 Sep 2012 22:38:41 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171261: [PATCH] games/3dpong: Makefile changed, OptionsNG, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 20:40:11 -0000 >Number: 171261 >Category: ports >Synopsis: [PATCH] games/3dpong: Makefile changed, OptionsNG, 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: Sun Sep 02 20:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Added - MASTER_SITES=<>ftp://ftp.tuxpaint.org/unix/x/3dpong/src - Pixmaps http://www.newbreedsoftware.com/images/prodicons/:icons - MAN6= ${PORTNAME}.6 - PLIST_FILES= - PLIST_DIRS= - PORTDATA= * - PORTDOCS= - Examples - OptionsNG - Take maintainership Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- 3dpong-0.5_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/3dpong/Makefile ./Makefile --- /usr/ports/games/3dpong/Makefile 2011-12-14 22:29:12.000000000 +0100 +++ ./Makefile 2012-09-02 22:02:03.000000000 +0200 @@ -1,18 +1,18 @@ -# New ports collection makefile for: 3dpong -# Date created: 10 March 1998 -# Whom: Andrey Zakhvatov -# # $FreeBSD: ports/games/3dpong/Makefile,v 1.21 2011/12/14 21:29:12 crees Exp $ -# PORTNAME= 3dpong PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/3dpong/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/3dpong/src/ \ + ftp://ftp.billsgames.com/unix/x/3dpong/src/ \ + http://www.newbreedsoftware.com/images/prodicons/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.gif:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= X Window 3D Pong game for 1 or 2 players with a ball and paddles +MAINTAINER= nemysis@gmx.ch +COMMENT= X Window 3D Pong game for 1 or 2 players LICENSE= GPLv2 @@ -21,19 +21,43 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ XLIB="-L${LOCALBASE}/lib -lX11" +MAN6= ${PORTNAME}.6 + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.gif \ + share/examples/${PORTNAME}/${PORTNAME}-handball.sh \ + share/examples/${PORTNAME}/${PORTNAME}-vs-computer.sh +PLIST_DIRS= share/examples/${PORTNAME} + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt + +.include + post-patch: - @${REINPLACE_CMD} -e \ - 's|cat sounds/|cat ${DATADIR}/|g' ${WRKSRC}/src/3dpong.c + @${REINPLACE_CMD} -e 's|cat sounds/|cat ${DATADIR}/|g' ${WRKSRC}/src/3dpong.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin - @${MKDIR} ${DATADIR} +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Data + ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${DATADIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS.txt CHANGES.txt INSTALL.txt README.txt TODO.txt - ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR} -.endfor + ${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN1PREFIX}/man/man6 + +# Pixmaps + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} +. endfor .endif +# Examples + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) + .include diff -ruN --exclude=CVS /usr/ports/games/3dpong/distinfo ./distinfo --- /usr/ports/games/3dpong/distinfo 2011-07-03 16:23:22.000000000 +0200 +++ ./distinfo 2012-09-02 21:33:50.000000000 +0200 @@ -1,2 +1,4 @@ SHA256 (3dpong-0.5.tar.gz) = b1557818319f482c1e0795192f013ecf998c9f1013033b542676d1bf743a6bc5 SIZE (3dpong-0.5.tar.gz) = 37004 +SHA256 (3dpong.gif) = 52524304fd79bb31740ac59a6ce249cc8461112adca0e4f3ab57ff4ab5623a1f +SIZE (3dpong.gif) = 321 diff -ruN --exclude=CVS /usr/ports/games/3dpong/pkg-plist ./pkg-plist --- /usr/ports/games/3dpong/pkg-plist 2004-07-14 14:21:19.000000000 +0200 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -bin/3dpong -%%DATADIR%%/hit.au -%%DATADIR%%/score.au -%%DATADIR%%/wall.au -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/TODO.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% --- 3dpong-0.5_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 20:40:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA222106566B; Sun, 2 Sep 2012 20:40:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD6608FC14; Sun, 2 Sep 2012 20:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82KeL3F018927; Sun, 2 Sep 2012 20:40:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82KeLT7018909; Sun, 2 Sep 2012 20:40:21 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 20:40:21 GMT Message-Id: <201209022040.q82KeLT7018909@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171260: [PATCH] ftp/curl: install autoconf file for curl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 20:40:21 -0000 Synopsis: [PATCH] ftp/curl: install autoconf file for curl Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 20:40:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171260 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 20:58:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F24F1065670; Sun, 2 Sep 2012 20:58:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E75DC8FC16; Sun, 2 Sep 2012 20:58:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82Kwutb057749; Sun, 2 Sep 2012 20:58:56 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82Kwuh1057729; Sun, 2 Sep 2012 20:58:56 GMT (envelope-from rakuco) Date: Sun, 2 Sep 2012 20:58:56 GMT Message-Id: <201209022058.q82Kwuh1057729@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rakuco@FreeBSD.org From: rakuco@FreeBSD.org Cc: Subject: Re: ports/171259: [Patch] Update games/klavaro to version 1.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 20:58:57 -0000 Synopsis: [Patch] Update games/klavaro to version 1.9.5 Responsible-Changed-From-To: freebsd-ports-bugs->rakuco Responsible-Changed-By: rakuco Responsible-Changed-When: Sun Sep 2 20:58:56 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171259 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 21:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43F56106566B for ; Sun, 2 Sep 2012 21:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 109458FC16 for ; Sun, 2 Sep 2012 21:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82LK6O2050935 for ; Sun, 2 Sep 2012 21:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82LK6IW050922; Sun, 2 Sep 2012 21:20:06 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 21:20:06 GMT Resent-Message-Id: <201209022120.q82LK6IW050922@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 561EE106564A for ; Sun, 2 Sep 2012 21:15:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5EC8FC0C for ; Sun, 2 Sep 2012 21:15:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82LFLeN065196 for ; Sun, 2 Sep 2012 21:15:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82LFLJR065164 for FreeBSD-gnats-submit@freebsd.org; Sun, 2 Sep 2012 21:15:21 GMT (envelope-from bdrewery) Received: (qmail 79842 invoked from network); 2 Sep 2012 16:15:17 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 2 Sep 2012 16:15:17 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Sun, 02 Sep 2012 16:15:16 -0500 Message-Id: <201209022115.q82LFLJR065164@freefall.freebsd.org> Date: Sun, 02 Sep 2012 16:15:16 -0500 From: Bryan Drewery To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171263: [PATCH] devel/ioncube: Fix build inside of a jail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 21:20:07 -0000 >Number: 171263 >Category: ports >Synopsis: [PATCH] devel/ioncube: Fix build inside of a jail >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 Sep 02 21:20:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: When building in a clean jail, running 'make install' in devel/ioncube (without already having PHP installed), causes a build failure. This can be seen at http://www.shatow.net/freebsd/82i386-default-ioncube-4.2.1.txt This is due to PHP_VERSION not being defined by bsd.php.mk, since php is not yet installed. This patch will lookup the PHP_VERSION of the PHP that will get installed during the 'install' phase. The other option is to make PHP a build-time dependency, so that PHP_VERSION is set by bsd.php.mk ports/170002 has more information. >How-To-Repeat: >Fix: --- patch-devel-ioncube-jail.txt begins here --- # svn status M Makefile Index: Makefile =================================================================== --- Makefile (revision 303576) +++ Makefile (working copy) @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_loaders_fre_${VER}_${ARCH:S,i386,x86,:S,amd64,x86-64,} MAINTAINER= svyatoslav.lempert@gmail.com -COMMENT= An ionCube loader for PHP code +COMMENT= ionCube loader for PHP code ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes @@ -35,6 +35,10 @@ VER= 9 .endif +.if empty(PHP_VERSION) +PHP_VERSION!= ${MAKE} -C ${PORTSDIR}/${PHP_PORT} -V PORTVERSION +.endif + PHP_INSTVER= ${PHP_VERSION:C/^([0-9]+\.[0-9]+).*/\1/} do-install: --- patch-devel-ioncube-jail.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 21:20:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27E871065674; Sun, 2 Sep 2012 21:20:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF7098FC19; Sun, 2 Sep 2012 21:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82LKI4e054258; Sun, 2 Sep 2012 21:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82LKIi5054240; Sun, 2 Sep 2012 21:20:18 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 21:20:18 GMT Message-Id: <201209022120.q82LKIi5054240@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171263: [PATCH] devel/ioncube: Fix build inside of a jail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 21:20:19 -0000 Synopsis: [PATCH] devel/ioncube: Fix build inside of a jail Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 21:20:18 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171263 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 21:30:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32D961065676 for ; Sun, 2 Sep 2012 21:30:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1BE9A8FC12 for ; Sun, 2 Sep 2012 21:30:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82LUQ0l060681 for ; Sun, 2 Sep 2012 21:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82LUQws060660; Sun, 2 Sep 2012 21:30:26 GMT (envelope-from gnats) Date: Sun, 2 Sep 2012 21:30:26 GMT Message-Id: <201209022130.q82LUQws060660@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/171139: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 21:30:27 -0000 The following reply was made to PR ports/171139; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171139: commit references a PR Date: Sun, 2 Sep 2012 21:23:18 +0000 (UTC) Author: bdrewery Date: Sun Sep 2 21:23:07 2012 New Revision: 303577 URL: http://svn.freebsd.org/changeset/ports/303577 Log: - Fix build by adding dependency on pkgconfig - Remove ABI version from LIB_DEPENDS PR: ports/170771 [1] Submitted by: bdrewery [1] PR: ports/171139 [2] Submitted by: Frank Wall [2] Approved by: maintainer timeout (2w) Approved by: bapt (mentor) Modified: head/textproc/iksemel/Makefile Modified: head/textproc/iksemel/Makefile ============================================================================== --- head/textproc/iksemel/Makefile Sun Sep 2 21:01:06 2012 (r303576) +++ head/textproc/iksemel/Makefile Sun Sep 2 21:23:07 2012 (r303577) @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= rhaamo@gruik.at COMMENT= XML parser library mainly designed for Jabber applications -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +USE_PKGCONFIG= build INFO= iksemel _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 21:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2AA106566C for ; Sun, 2 Sep 2012 21:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 59FA38FC18 for ; Sun, 2 Sep 2012 21:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82LoB5c084188 for ; Sun, 2 Sep 2012 21:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82LoBTa084174; Sun, 2 Sep 2012 21:50:11 GMT (envelope-from gnats) Date: Sun, 2 Sep 2012 21:50:11 GMT Message-Id: <201209022150.q82LoBTa084174@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nemysis Cc: Subject: Re: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 21:50:12 -0000 The following reply was made to PR ports/171239; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed Date: Sun, 2 Sep 2012 23:42:58 +0200 --MP_/DlUSMgVB.=aPhRUGnkdRhdd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/DlUSMgVB.=aPhRUGnkdRhdd Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=kye.diff Original version does not exist at /usr/ports/games/py-kye Using /usr/ports/games/kye instead ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/games/kye/Makefile ./Makefile --- /usr/ports/games/kye/Makefile 2012-08-25 08:22:11.000000000 +0200 +++ ./Makefile 2012-09-02 23:40:26.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= kye PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= http://games.moria.org.uk/kye/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,6 @@ USE_PYDISTUTILS= yes NO_BUILD= yes -PORTDATA= * PORTDOCS= NEWS README SUB_FILES= pkg-message diff -ruN --exclude=CVS /usr/ports/games/kye/pkg-plist ./pkg-plist --- /usr/ports/games/kye/pkg-plist 2012-08-04 23:59:15.000000000 +0200 +++ ./pkg-plist 2012-09-02 02:59:35.000000000 +0200 @@ -42,7 +42,13 @@ %%PYTHON_SITELIBDIR%%/kye/stbar.py %%PYTHON_SITELIBDIR%%/kye/stbar.pyc %%PYTHON_SITELIBDIR%%/kye/stbar.pyo +%%DATADIR%%/images.tar.gz +%%DATADIR%%/intro.kye +%%DATADIR%%/quests.kye +%%DATADIR%%/template.kye share/pixmaps/Kye-edit.png share/pixmaps/Kye.png -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/kye +@dirrmtry %%DATADIR%% +@dirrmtry %%PYTHON_SITELIBDIR%%/kye +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry lib/python2.7 ===> Done --MP_/DlUSMgVB.=aPhRUGnkdRhdd-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 22:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2331F1065673 for ; Sun, 2 Sep 2012 22:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E67978FC15 for ; Sun, 2 Sep 2012 22:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82M0Pdx099219 for ; Sun, 2 Sep 2012 22:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82M0PaF099206; Sun, 2 Sep 2012 22:00:25 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 22:00:25 GMT Resent-Message-Id: <201209022200.q82M0PaF099206@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B175D1065670 for ; Sun, 2 Sep 2012 21:52:52 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 282B48FC19 for ; Sun, 2 Sep 2012 21:52:51 +0000 (UTC) Received: (qmail invoked by alias); 02 Sep 2012 21:52:50 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp028) with SMTP; 02 Sep 2012 23:52:50 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 02 Sep 2012 23:52:49 +0200 Message-Id: <20120902215252.B175D1065670@hub.freebsd.org> Date: Sun, 02 Sep 2012 23:52:49 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171264: [PATCH] games/icbm3d: Makefile changed, OptionsNG, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 22:00:26 -0000 >Number: 171264 >Category: ports >Synopsis: [PATCH] games/icbm3d: Makefile changed, OptionsNG, 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: Sun Sep 02 22:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: - MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/icbm3d/ - Pixmaps http://www.newbreedsoftware.com/images/prodicons/:icons - COMMENT= Inter-Continental Ballistic Missiles, 3D - PLIST_FILES= - PORTDOCS= - OptionsNG - Take maintainership Added file(s): - files/patch-makefile Removed file(s): - files/patch-aa - pkg-plist Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- icbm3d-0.4_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/icbm3d/Makefile ./Makefile --- /usr/ports/games/icbm3d/Makefile 2008-04-19 19:49:11.000000000 +0200 +++ ./Makefile 2012-09-02 23:10:28.000000000 +0200 @@ -1,30 +1,43 @@ -# New ports collection makefile for: icbm3d -# Date created: 20 March 1998 -# Whom: Andrey Zakhvatov -# # $FreeBSD: ports/games/icbm3d/Makefile,v 1.14 2008/04/19 17:49:11 miwi Exp $ -# PORTNAME= icbm3d PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/icbm3d/ -DISTNAME= ${PORTNAME}.${PORTVERSION} +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/icbm3d/ \ + ftp://ftp.billsgames.com/unix/x/icbm3d/ \ + http://www.newbreedsoftware.com/images/prodicons/:icons +DISTFILES= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.gif:icons +EXTRACT_ONLY= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= "Inter-Continental Ballistic Missiles, 3D" - 3D game of defense +MAINTAINER= nemysis@gmx.ch +COMMENT= Inter-Continental Ballistic Missiles, 3D WRKSRC= ${WRKDIR}/icbm3d + USE_XORG= x11 MAKEFILE= makefile -ALL_TARGET= icbm3d +ALL_TARGET= ${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.gif + +PORTDOCS= README.txt + +.include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/icbm3d - ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Pixmaps + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} .endif .include diff -ruN --exclude=CVS /usr/ports/games/icbm3d/distinfo ./distinfo --- /usr/ports/games/icbm3d/distinfo 2011-07-03 16:24:06.000000000 +0200 +++ ./distinfo 2012-09-02 22:40:14.000000000 +0200 @@ -1,2 +1,4 @@ SHA256 (icbm3d.0.4.tar.gz) = 9ad41c154ef47695771a26875d5415bcedcb139352b1e2175f386d206b0038fd SIZE (icbm3d.0.4.tar.gz) = 31187 +SHA256 (icbm3d.gif) = e5d6d45ee11ff669414ac2e22943a0786b62b72035884a06abd5f12dcd0d5f15 +SIZE (icbm3d.gif) = 1024 diff -ruN --exclude=CVS /usr/ports/games/icbm3d/files/patch-aa ./files/patch-aa --- /usr/ports/games/icbm3d/files/patch-aa 2008-04-19 19:49:11.000000000 +0200 +++ ./files/patch-aa 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ ---- makefile Fri Jul 31 04:41:20 1998 -+++ /home/andy/tmp/wrk/makefile Mon Aug 10 18:40:01 1998 -@@ -9,14 +9,16 @@ - - # Makefile user-definable variables------------------------------------------ - --CC=gcc -+CC?=gcc -+PREFIX?=/usr/X11R6 -+LOCALBASE?=/usr/X11R6 - MATHLIB=-lm - - INSTALLROOT=$(PREFIX) - LANGUAGE=english - --XLIB=-L$(PREFIX)/lib -lX11 #-lcompat --CFLAGS=-I$(PREFIX)/include -O2 -+XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat -+CFLAGS+=-I$(LOCALBASE)/include - - - # End of makefile user-definable variables----------------------------------- diff -ruN --exclude=CVS /usr/ports/games/icbm3d/files/patch-makefile ./files/patch-makefile --- /usr/ports/games/icbm3d/files/patch-makefile 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-makefile 2012-09-02 23:21:45.000000000 +0200 @@ -0,0 +1,22 @@ +--- makefile.orig 1998-07-31 06:41:20.000000000 +0200 ++++ makefile 2012-09-02 23:21:36.000000000 +0200 +@@ -9,14 +9,16 @@ + + # Makefile user-definable variables------------------------------------------ + +-CC=gcc ++CC?=g++ ++PREFIX?=/usr/local ++LOCALBASE?=/usr/local + MATHLIB=-lm + + INSTALLROOT=$(PREFIX) + LANGUAGE=english + +-XLIB=-L$(PREFIX)/lib -lX11 #-lcompat +-CFLAGS=-I$(PREFIX)/include -O2 ++XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat ++CFLAGS+=-I$(LOCALBASE)/include + + + # End of makefile user-definable variables----------------------------------- diff -ruN --exclude=CVS /usr/ports/games/icbm3d/pkg-descr ./pkg-descr --- /usr/ports/games/icbm3d/pkg-descr 2000-04-02 02:58:40.000000000 +0200 +++ ./pkg-descr 2012-09-02 23:12:57.000000000 +0200 @@ -1,14 +1,16 @@ - Like the original "Missile Command" and its clones, this game -places you in control of Anti-ICBM weapons which you use to -destroy an onslaught of missiles (and other nasties) which are -dropping onto your nation. - The game ends when your cities have all been destroyed. You -only gain replacement cities by acheiving certain score -thresholds during each attack (level). - The main difference between this game and Missile Command is -that ICBM3D, as the name suggests, provides a 3D perspective. -You take advantage of X-Window's 3-button mouse to control your -firing sight ("cross-hair") in 3-dimensions, and change your -viewpoint. +ICBM3D ("Inter-Continental Ballistic Missiles, 3D") is a 3D game of defense. + +Like the original "Missile Command" and its clones, this game places you in +control of Anti-ICBM weapons which you use to destroy an onslaught of +missiles (and other nasties) which are dropping onto your nation. + +The game ends when your cities have all been destroyed. You only gain +replacement cities by acheiving certain score thresholds during each attack +(level). + +The main difference between this game and Missile Command is that ICBM3D, +as the name suggests, provides a 3D perspective. You take advantage of +X-Window's 3-button mouse to control your firing sight ("cross-hair") +in 3-dimensions, and change your viewpoint. WWW: http://www.newbreedsoftware.com/icbm3d/ diff -ruN --exclude=CVS /usr/ports/games/icbm3d/pkg-plist ./pkg-plist --- /usr/ports/games/icbm3d/pkg-plist 2001-12-24 03:14:53.000000000 +0100 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -bin/icbm3d -%%PORTDOCS%%share/doc/icbm3d/README.txt -%%PORTDOCS%%@dirrm share/doc/icbm3d --- icbm3d-0.4_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 22:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6749106568F for ; Sun, 2 Sep 2012 22:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DBF48FC17 for ; Sun, 2 Sep 2012 22:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82M0Qxw099313 for ; Sun, 2 Sep 2012 22:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82M0QLN099300; Sun, 2 Sep 2012 22:00:26 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 22:00:26 GMT Resent-Message-Id: <201209022200.q82M0QLN099300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAKATSU Tomonari Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0FF7106566C; Sun, 2 Sep 2012 21:58:57 +0000 (UTC) (envelope-from tota@rtfm.jp) Received: from rtfm.jp (rtfm.jp [219.94.242.231]) by mx1.freebsd.org (Postfix) with ESMTP id 74BE08FC14; Sun, 2 Sep 2012 21:58:57 +0000 (UTC) Received: by rtfm.jp (Postfix, from userid 1001) id 0D08CB841; Mon, 3 Sep 2012 06:49:50 +0900 (JST) Message-Id: <20120902214950.0D08CB841@rtfm.jp> Date: Mon, 3 Sep 2012 06:49:50 +0900 (JST) From: TAKATSU Tomonari To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ruby@FreeBSD.org, knu@FreeBSD.org Subject: ports/171265: [PATCH] devel/rubygem-locale: Update to 2.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 22:00:26 -0000 >Number: 171265 >Category: ports >Synopsis: [PATCH] devel/rubygem-locale: Update to 2.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 02 22:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 8.2-RELEASE-p9 amd64 >Organization: none (private) >Environment: System: FreeBSD photon.local.lan 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012 >Description: - Update to 2.0.8 Port maintainer (knu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: begin 644 rubygem-locale-2.0.8.patch Index: devel/rubygem-locale/distinfo =================================================================== --- devel/rubygem-locale/distinfo (revision 303531) +++ devel/rubygem-locale/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/locale-2.0.5.gem) = 28baf0410c9742eb49402200f47b99d9d4b793e02a5436a7275a89d273eafe00 -SIZE (rubygem/locale-2.0.5.gem) = 111104 +SHA256 (rubygem/locale-2.0.8.gem) = 2238ea69e5976d96ad187a2ec9e85ae006b4b36e8efc8a031cf445455eefb1c2 +SIZE (rubygem/locale-2.0.8.gem) = 102400 Index: devel/rubygem-locale/Makefile =================================================================== --- devel/rubygem-locale/Makefile (revision 303531) +++ devel/rubygem-locale/Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= locale -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.8 CATEGORIES= devel rubygems MASTER_SITES= RG end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 22:00:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F154106568A; Sun, 2 Sep 2012 22:00:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 12A8B8FC1E; Sun, 2 Sep 2012 22:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82M0hN7004752; Sun, 2 Sep 2012 22:00:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82M0h4Q004735; Sun, 2 Sep 2012 22:00:43 GMT (envelope-from edwin) Date: Sun, 2 Sep 2012 22:00:43 GMT Message-Id: <201209022200.q82M0h4Q004735@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171265: [PATCH] devel/rubygem-locale: Update to 2.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 22:00:44 -0000 Synopsis: [PATCH] devel/rubygem-locale: Update to 2.0.8 Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 2 22:00:43 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171265 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 22:40:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA0ED106564A for ; Sun, 2 Sep 2012 22:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93CB08FC15 for ; Sun, 2 Sep 2012 22:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82Me4jl001494 for ; Sun, 2 Sep 2012 22:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82Me4nB001481; Sun, 2 Sep 2012 22:40:04 GMT (envelope-from gnats) Resent-Date: Sun, 2 Sep 2012 22:40:04 GMT Resent-Message-Id: <201209022240.q82Me4nB001481@freefall.freebsd.org> 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 Worach Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E347106564A for ; Sun, 2 Sep 2012 22:39:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8A5D28FC08 for ; Sun, 2 Sep 2012 22:39:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q82MdkYf011549 for ; Sun, 2 Sep 2012 22:39:46 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q82Mdk3l011548; Sun, 2 Sep 2012 22:39:46 GMT (envelope-from nobody) Message-Id: <201209022239.q82Mdk3l011548@red.freebsd.org> Date: Sun, 2 Sep 2012 22:39:46 GMT From: Pawel Worach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171266: [patch] fix build of audio/cam with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 22:40:04 -0000 >Number: 171266 >Category: ports >Synopsis: [patch] fix build of audio/cam with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 02 22:40:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pawel Worach >Release: FreeBSD 10.0-CURRENT >Organization: >Environment: >Description: $FreeBSD: ports/audio/cam/Makefile,v 1.14 2005/04/19 08:51:43 vs Exp $ clang -O2 -pipe -fno-strict-aliasing -c cam.c cam.c:29:1: error: 'main' must return 'int' void main(int argc, char *argv[]) ^ cam.c:40:6: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(0); ^ cam.c:40:6: note: please include the header or explicitly provide a declaration for 'exit' 1 warning and 1 error generated. *** Error code 1 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN cam.orig/files/patch-cam.c cam/files/patch-cam.c --- cam.orig/files/patch-cam.c 1970-01-01 01:00:00.000000000 +0100 +++ cam/files/patch-cam.c 2012-09-03 00:31:57.000000000 +0200 @@ -0,0 +1,14 @@ +--- cam.c.orig 2012-09-03 00:31:15.000000000 +0200 ++++ cam.c 2012-09-03 00:31:42.000000000 +0200 +@@ -24,9 +24,10 @@ + + + ++#include + #include "cam.h" + +-void main(int argc, char *argv[]) ++int main(int argc, char *argv[]) + { + if (argc == 1) + { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 00:00:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49769106566C for ; Mon, 3 Sep 2012 00:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 193F68FC0A for ; Mon, 3 Sep 2012 00:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8300LOf023322 for ; Mon, 3 Sep 2012 00:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8300L5l023308; Mon, 3 Sep 2012 00:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 00:00:21 GMT Resent-Message-Id: <201209030000.q8300L5l023308@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D856106566B for ; Sun, 2 Sep 2012 23:57:20 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 096138FC16 for ; Sun, 2 Sep 2012 23:57:19 +0000 (UTC) Received: (qmail invoked by alias); 02 Sep 2012 23:57:17 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp072) with SMTP; 03 Sep 2012 01:57:17 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Sep 2012 01:57:17 +0200 Message-Id: <20120902235720.8D856106566B@hub.freebsd.org> Date: Mon, 03 Sep 2012 01:57:17 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171267: [PATCH] games/madbomber: Makefile changed, OptionsNG, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 00:00:22 -0000 >Number: 171267 >Category: ports >Synopsis: [PATCH] games/madbomber: Makefile changed, OptionsNG, 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: Mon Sep 03 00:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Added - MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/madbomber/src/ - LICENSE= GPLv2 - PLIST_FILES= - PORTDATA= * - PORTDOCS= - Pixmaps - OptionsNG - Take maintainership Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- madbomber-0.2.5_12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/madbomber/Makefile ./Makefile --- /usr/ports/games/madbomber/Makefile 2012-06-01 07:19:01.000000000 +0200 +++ ./Makefile 2012-09-03 00:42:01.000000000 +0200 @@ -1,34 +1,53 @@ -# New ports collection makefile for: madbomber -# Date created: 28 September 2000 -# Whom: Maxim Sobolev -# # $FreeBSD: ports/games/madbomber/Makefile,v 1.23 2012/06/01 05:19:01 dinoex Exp $ -# PORTNAME= madbomber PORTVERSION= 0.2.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/madbomber/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/madbomber/src/ \ + ftp://ftp.billsgames.com/unix/x/madbomber/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= A clone of Activision's classic Atari 2600 console game "Kaboom!" +LICENSE= GPLv2 + USE_SDL= mixer image sdl CPPFLAGS+= `${SDL_CONFIG} --cflags` -DDATA_PREFIX=\"${DATADIR}/\" LDFLAGS+= `${SDL_CONFIG} --libs` +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt + +.include + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o ${PORTNAME} \ ${PORTNAME}.c ${LDFLAGS} -lSDL_mixer -lSDL_image do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/madbomber ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${TAR} -C ${WRKSRC}/data --exclude embedded -cf - . | \ - ${TAR} -C ${DATADIR} --unlink -xf - - @${FIND} ${DATADIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} - @${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Data + ${MKDIR} ${DATADIR} +.for d in images music sounds + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${DATADIR}) +.endfor + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/data/images/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor +.endif .include diff -ruN --exclude=CVS /usr/ports/games/madbomber/pkg-plist ./pkg-plist --- /usr/ports/games/madbomber/pkg-plist 2003-07-02 09:49:15.000000000 +0200 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,140 +0,0 @@ -bin/madbomber -share/madbomber/images/bar.png -share/madbomber/images/game/background.png -share/madbomber/images/game/bomb/bomb0.png -share/madbomber/images/game/bomb/bomb1.png -share/madbomber/images/game/bomb/bomb2.png -share/madbomber/images/game/bomb/bomb3.png -share/madbomber/images/game/bomb/explosion1.png -share/madbomber/images/game/bomb/explosion2.png -share/madbomber/images/game/bomber/bomber-amazed.png -share/madbomber/images/game/bomber/bomber-happy.png -share/madbomber/images/game/bomber/bomber-sad.png -share/madbomber/images/game/bucket/bucket1.png -share/madbomber/images/game/bucket/bucket1red.png -share/madbomber/images/game/bucket/bucket2.png -share/madbomber/images/game/bucket/bucket2red.png -share/madbomber/images/game/bucket/bucket3.png -share/madbomber/images/game/bucket/bucket3red.png -share/madbomber/images/game/bucket/small-bucket1.png -share/madbomber/images/game/bucket/small-bucket1red.png -share/madbomber/images/game/bucket/small-bucket2.png -share/madbomber/images/game/bucket/small-bucket2red.png -share/madbomber/images/game/bucket/small-bucket3.png -share/madbomber/images/game/bucket/small-bucket3red.png -share/madbomber/images/game/drop/drop-down.png -share/madbomber/images/game/drop/drop-left-down.png -share/madbomber/images/game/drop/drop-left-up.png -share/madbomber/images/game/drop/drop-left.png -share/madbomber/images/game/drop/drop-right-down.png -share/madbomber/images/game/drop/drop-right-up.png -share/madbomber/images/game/drop/drop-right.png -share/madbomber/images/game/drop/drop-up.png -share/madbomber/images/game/game-over.png -share/madbomber/images/game/highscore.png -share/madbomber/images/game/numbers/0.png -share/madbomber/images/game/numbers/0red.png -share/madbomber/images/game/numbers/1.png -share/madbomber/images/game/numbers/1red.png -share/madbomber/images/game/numbers/2.png -share/madbomber/images/game/numbers/2red.png -share/madbomber/images/game/numbers/3.png -share/madbomber/images/game/numbers/3red.png -share/madbomber/images/game/numbers/4.png -share/madbomber/images/game/numbers/4red.png -share/madbomber/images/game/numbers/5.png -share/madbomber/images/game/numbers/5red.png -share/madbomber/images/game/numbers/6.png -share/madbomber/images/game/numbers/6red.png -share/madbomber/images/game/numbers/7.png -share/madbomber/images/game/numbers/7red.png -share/madbomber/images/game/numbers/8.png -share/madbomber/images/game/numbers/8red.png -share/madbomber/images/game/numbers/9.png -share/madbomber/images/game/numbers/9red.png -share/madbomber/images/game/paused.png -share/madbomber/images/game/press-escape.png -share/madbomber/images/game/press-fire.png -share/madbomber/images/highscore/highscore.png -share/madbomber/images/highscore/letters.png -share/madbomber/images/icon.png -share/madbomber/images/loading.png -share/madbomber/images/make-offs.sh -share/madbomber/images/options/0percent-off.png -share/madbomber/images/options/0percent.png -share/madbomber/images/options/100percent-off.png -share/madbomber/images/options/100percent.png -share/madbomber/images/options/25percent-off.png -share/madbomber/images/options/25percent.png -share/madbomber/images/options/50percent-off.png -share/madbomber/images/options/50percent.png -share/madbomber/images/options/75percent-off.png -share/madbomber/images/options/75percent.png -share/madbomber/images/options/detail.png -share/madbomber/images/options/difficulty.png -share/madbomber/images/options/effects.png -share/madbomber/images/options/hard-off.png -share/madbomber/images/options/hard.png -share/madbomber/images/options/music.png -share/madbomber/images/options/normal-off.png -share/madbomber/images/options/normal.png -share/madbomber/images/options/ok-off.png -share/madbomber/images/options/ok.png -share/madbomber/images/options/options.png -share/madbomber/images/options/player-one.png -share/madbomber/images/options/player-two.png -share/madbomber/images/options/volume.png -share/madbomber/images/options/zen-off.png -share/madbomber/images/options/zen.png -share/madbomber/images/spray-black.png -share/madbomber/images/spray-blue.png -share/madbomber/images/spray-cyan.png -share/madbomber/images/title/exit-off.png -share/madbomber/images/title/exit.png -share/madbomber/images/title/highscore-off.png -share/madbomber/images/title/highscore.png -share/madbomber/images/title/one-player-off.png -share/madbomber/images/title/one-player.png -share/madbomber/images/title/options-off.png -share/madbomber/images/title/options.png -share/madbomber/images/title/title.png -share/madbomber/images/title/two-player-vs-off.png -share/madbomber/images/title/two-player-vs.png -share/madbomber/images/title/two-players-off.png -share/madbomber/images/title/two-players.png -share/madbomber/music/astraltr.mod -share/madbomber/music/bizjung.it -share/madbomber/music/fdn-arab.s3m -share/madbomber/music/gluppobe.mod -share/madbomber/music/waterfal.mod -share/madbomber/sounds/bigexplosion.wav -share/madbomber/sounds/can-shake.wav -share/madbomber/sounds/confirm.wav -share/madbomber/sounds/explosion.wav -share/madbomber/sounds/fuse.wav -share/madbomber/sounds/highscore.wav -share/madbomber/sounds/level8.wav -share/madbomber/sounds/oneup.wav -share/madbomber/sounds/select.wav -share/madbomber/sounds/splash1.wav -share/madbomber/sounds/splash2.wav -share/madbomber/sounds/splash3.wav -share/madbomber/sounds/splash4.wav -share/madbomber/sounds/splash5.wav -share/madbomber/sounds/splash6.wav -share/madbomber/sounds/splash7.wav -share/madbomber/sounds/splash8.wav -share/madbomber/sounds/spray.wav -@dirrm share/madbomber/sounds -@dirrm share/madbomber/music -@dirrm share/madbomber/images/title -@dirrm share/madbomber/images/options -@dirrm share/madbomber/images/highscore -@dirrm share/madbomber/images/game/numbers -@dirrm share/madbomber/images/game/drop -@dirrm share/madbomber/images/game/bucket -@dirrm share/madbomber/images/game/bomber -@dirrm share/madbomber/images/game/bomb -@dirrm share/madbomber/images/game -@dirrm share/madbomber/images -@dirrm share/madbomber --- madbomber-0.2.5_12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 00:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B666106566B for ; Mon, 3 Sep 2012 00:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3300F8FC15 for ; Mon, 3 Sep 2012 00:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q830e8Pq038283 for ; Mon, 3 Sep 2012 00:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q830e8rM038270; Mon, 3 Sep 2012 00:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 00:40:08 GMT Resent-Message-Id: <201209030040.q830e8rM038270@freefall.freebsd.org> 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 Worach Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBA3A106566C for ; Mon, 3 Sep 2012 00:32:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D701C8FC1C for ; Mon, 3 Sep 2012 00:32:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q830W4O3073334 for ; Mon, 3 Sep 2012 00:32:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q830W4ld073331; Mon, 3 Sep 2012 00:32:04 GMT (envelope-from nobody) Message-Id: <201209030032.q830W4ld073331@red.freebsd.org> Date: Mon, 3 Sep 2012 00:32:04 GMT From: Pawel Worach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171268: [patch] fix build of textproc/glimpse with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 00:40:08 -0000 >Number: 171268 >Category: ports >Synopsis: [patch] fix build of textproc/glimpse with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 00:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pawel Worach >Release: FreeBSD 10.0-CURRENT >Organization: >Environment: >Description: Various error of this nature: error: non-void function 'uninitialize_common' should return a value [-Wreturn-type] >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN glimpse.orig/files/patch-compress-main_tbuild.c glimpse/files/patch-compress-main_tbuild.c --- glimpse.orig/files/patch-compress-main_tbuild.c 1970-01-01 00:00:00.000000000 +0000 +++ glimpse/files/patch-compress-main_tbuild.c 2012-09-02 23:52:42.000000000 +0000 @@ -0,0 +1,11 @@ +--- compress/main_tbuild.c.orig 2012-09-02 23:50:51.000000000 +0000 ++++ compress/main_tbuild.c 2012-09-02 23:52:17.000000000 +0000 +@@ -25,7 +25,7 @@ + int + main(argc, argv) + int argc; +- unsigned char *argv[]; ++ char *argv[]; + { + char comp_dir[MAX_LINE_LEN]; + int threshold, specialwords; diff -urN glimpse.orig/files/patch-compress-misc.c glimpse/files/patch-compress-misc.c --- glimpse.orig/files/patch-compress-misc.c 1970-01-01 00:00:00.000000000 +0000 +++ glimpse/files/patch-compress-misc.c 2012-09-02 23:46:56.000000000 +0000 @@ -0,0 +1,11 @@ +--- compress/misc.c.orig 2012-09-02 23:45:51.000000000 +0000 ++++ compress/misc.c 2012-09-02 23:46:13.000000000 +0000 +@@ -288,7 +288,7 @@ + return 1; + } + +-uninitialize_common() ++void uninitialize_common() + { + initialize_common_done = 0; + return; diff -urN glimpse.orig/files/patch-get_filename.c glimpse/files/patch-get_filename.c --- glimpse.orig/files/patch-get_filename.c 1970-01-01 00:00:00.000000000 +0000 +++ glimpse/files/patch-get_filename.c 2012-09-03 00:17:46.000000000 +0000 @@ -0,0 +1,11 @@ +--- get_filename.c.orig 2012-09-03 00:16:47.000000000 +0000 ++++ get_filename.c 2012-09-03 00:16:59.000000000 +0000 +@@ -481,7 +481,7 @@ + return 0; + } + +-get_filenames(index_vect, argc, argv, dummylen, dummypat, file_num) ++void get_filenames(index_vect, argc, argv, dummylen, dummypat, file_num) + int *index_vect; + int argc; /* the arguments to agrep for -F */ + char *argv[]; diff -urN glimpse.orig/files/patch-get_index.c glimpse/files/patch-get_index.c --- glimpse.orig/files/patch-get_index.c 1970-01-01 00:00:00.000000000 +0000 +++ glimpse/files/patch-get_index.c 2012-09-03 00:26:10.000000000 +0000 @@ -0,0 +1,20 @@ +--- get_index.c.orig 2012-09-03 00:24:59.000000000 +0000 ++++ get_index.c 2012-09-03 00:25:14.000000000 +0000 +@@ -52,7 +52,7 @@ + } + + /* Unions offset lists list2 with list1 sorted in increasing order (deletes elements from list2) => changes both list1 and list2: f += #elems added */ +-sorted_union(list1, list2, f, pf, cf) ++void sorted_union(list1, list2, f, pf, cf) + struct offsets **list1, **list2; + int *f, pf, cf; + { +@@ -114,7 +114,7 @@ + } + + /* Intersects offset lists list2 with list1 sorted in increasing order (deletes elements from list2) => changes both list1 and list2 */ +-sorted_intersection(filenum, list1, list2, f) ++void sorted_intersection(filenum, list1, list2, f) + struct offsets **list1, **list2; + int *f; + { diff -urN glimpse.orig/files/patch-index-build_in.c glimpse/files/patch-index-build_in.c --- glimpse.orig/files/patch-index-build_in.c 1970-01-01 00:00:00.000000000 +0000 +++ glimpse/files/patch-index-build_in.c 2012-09-03 00:15:32.000000000 +0000 @@ -0,0 +1,69 @@ +--- index/build_in.c.orig 2012-09-03 00:03:28.000000000 +0000 ++++ index/build_in.c 2012-09-03 00:15:01.000000000 +0000 +@@ -44,8 +44,12 @@ + extern struct stat excstbuf; + extern struct stat incstbuf; + ++void build_hash(); ++void init_hash_table(); + void insert_h(); + void insert_index(); ++void merge_in(FILE *, FILE *, FILE *); ++void remove_filename(int, int); + + extern int ICurrentFileOffset; + extern int NextICurrentFileOffset; +@@ -124,7 +128,7 @@ + extern int HashTableSize; + struct token **hash_table; /*[MAX_64K_HASH];*/ + +-build_index() ++void build_index() + { + int i; + +@@ -598,7 +602,7 @@ + #endif + } + +-traverse1() ++void traverse1() + { + FILE *i1, *i2, *i3; + int ret; +@@ -780,7 +784,7 @@ + input: a set of filenames in name_list[], a partition table p_table[] + output: a hash table hash_table[]. + -----------------------------------------------------------------------*/ +-build_hash() ++void build_hash() + { + int fd; /* opened file number */ + int i, pn; /* pn: current partition */ +@@ -1229,7 +1233,7 @@ + my_free(buffer_begin, BLOCK_SIZE + 10); + } + +-init_hash_table() ++void init_hash_table() + { + int i; + +@@ -1480,7 +1484,7 @@ + extern unsigned char *merge_index_buf; + + /* merge index file f1 and f2, then put the result in index file f3 */ +-merge_in(f1, f2, f3) ++void merge_in(f1, f2, f3) + FILE *f1, *f2, *f3; + { + int src_mark, dest_mark; +@@ -1858,7 +1862,7 @@ + return; + } + +-remove_filename(fileindex, new_partition) ++void remove_filename(fileindex, new_partition) + int fileindex, new_partition; + { + if ((fileindex < 0) || (fileindex >= MaxNum24bPartition)) return; diff -urN glimpse.orig/files/patch-index-io.c glimpse/files/patch-index-io.c --- glimpse.orig/files/patch-index-io.c 1970-01-01 00:00:00.000000000 +0000 +++ glimpse/files/patch-index-io.c 2012-09-03 00:01:47.000000000 +0000 @@ -0,0 +1,38 @@ +--- index/io.c.orig 2012-09-02 23:58:26.000000000 +0000 ++++ index/io.c 2012-09-03 00:00:56.000000000 +0000 +@@ -360,7 +360,7 @@ + + + +-read_filters(index_dir, dofilter) ++void read_filters(index_dir, dofilter) + char *index_dir; + int dofilter; + { +@@ -1450,7 +1450,7 @@ + return e->index; + } + +-insert_filename(name, name_index) ++void insert_filename(name, name_index) + char *name; + int name_index; + { +@@ -1502,7 +1502,7 @@ + (*pe)->index = name_index; + } + +-change_filename(name, len, index, newname) ++void change_filename(name, len, index, newname) + char *name; + int len; + int index; +@@ -1524,7 +1524,7 @@ + return; + } + +-delete_filename(name, name_index) ++void delete_filename(name, name_index) + char *name; + int name_index; + { diff -urN glimpse.orig/files/patch-index-region.c glimpse/files/patch-index-region.c --- glimpse.orig/files/patch-index-region.c 1970-01-01 00:00:00.000000000 +0000 +++ glimpse/files/patch-index-region.c 2012-09-02 23:57:10.000000000 +0000 @@ -0,0 +1,11 @@ +--- index/region.c.orig 2012-09-02 23:55:48.000000000 +0000 ++++ index/region.c 2012-09-02 23:56:40.000000000 +0000 +@@ -168,7 +168,7 @@ + } + + /* Looks for embedded attributes and copies the real attribute into dest */ +-attr_extract(dest, src) ++void attr_extract(dest, src) + char *dest, *src; + { + char *oldsrc = src; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 00:50:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB6D0106564A for ; Mon, 3 Sep 2012 00:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 968558FC0A for ; Mon, 3 Sep 2012 00:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q830o7Yq031730 for ; Mon, 3 Sep 2012 00:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q830o7oH031716; Mon, 3 Sep 2012 00:50:07 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 00:50:07 GMT Resent-Message-Id: <201209030050.q830o7oH031716@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daisuke Aoyama Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17B251065670 for ; Mon, 3 Sep 2012 00:42:55 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98]) by mx1.freebsd.org (Postfix) with ESMTP id 847BC8FC17 for ; Mon, 3 Sep 2012 00:42:54 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id D6D5439D4E for ; Mon, 3 Sep 2012 09:33:09 +0900 (JST) Received: from hera.peach.ne.jp.private (unknown [172.18.0.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTPS id C195A39D4A for ; Mon, 3 Sep 2012 09:33:09 +0900 (JST) Received: from hera.peach.ne.jp.private (localhost [127.0.0.1]) by hera.peach.ne.jp.private (8.14.4/8.14.4) with ESMTP id q830X9Yv079605 for ; Mon, 3 Sep 2012 09:33:09 +0900 (JST) (envelope-from aoyama@peach.ne.jp) Received: (from aoyama@localhost) by hera.peach.ne.jp.private (8.14.4/8.14.4/Submit) id q830X9mV079604; Mon, 3 Sep 2012 09:33:09 +0900 (JST) (envelope-from aoyama) Message-Id: <201209030033.q830X9mV079604@hera.peach.ne.jp.private> Date: Mon, 3 Sep 2012 09:33:09 +0900 (JST) From: Daisuke Aoyama To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171269: [MAINTAINER] net/istgt: update to 20120901 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 00:50:07 -0000 >Number: 171269 >Category: ports >Synopsis: [MAINTAINER] net/istgt: update to 20120901 >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 Sep 03 00:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Daisuke Aoyama >Release: FreeBSD 7.3-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD hera.peach.ne.jp.private 7.3-RELEASE-p7 FreeBSD 7.3-RELEASE-p7 #0: Wed Sep 28 22:50:27 JST 2011 >Description: - Update to 20120901 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- istgt-20120901.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile ./Makefile --- /usr/ports/net/istgt/Makefile 2012-08-20 11:05:35.000000000 +0900 +++ ./Makefile 2012-09-03 09:30:18.202777380 +0900 @@ -6,7 +6,7 @@ # PORTNAME= istgt -PORTVERSION= 20120811 +PORTVERSION= 20120901 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ @@ -36,7 +36,7 @@ OPTIONS_DEFINE= SYMLNKDEV VBOXVD OPTIONS_DEFAULT= SYMLNKDEV_DESC= Allow symbolic link for device file -VBOXVD_DESC= Build with VBox VirtualDisk support +VBOXVD_DESC= Build with VBox VD support(no X11 required) .include @@ -45,10 +45,17 @@ .endif .if ${PORT_OPTIONS:MVBOXVD} +. if ${OSVERSION} < 802000 +VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose-legacy -V WRKSRC` +RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose-legacy +BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose-legacy:patch +CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include +. else VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose -V WRKSRC` RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose:patch CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include +. endif .endif post-extract: diff -ruN --exclude=CVS /usr/ports/net/istgt/distinfo ./distinfo --- /usr/ports/net/istgt/distinfo 2012-08-20 02:02:42.000000000 +0900 +++ ./distinfo 2012-09-03 08:34:28.713538300 +0900 @@ -1,2 +1,2 @@ -SHA256 (istgt-20120811.tar.gz) = 0c4413a07687e5746939be4d3ead9f11a5b4c91ff6732996d198ff15f78941a4 -SIZE (istgt-20120811.tar.gz) = 269880 +SHA256 (istgt-20120901.tar.gz) = 5adbf9e90c403fa866ca1915bc5b698499a83769007095b3f7a730156a5e405b +SIZE (istgt-20120901.tar.gz) = 273247 --- istgt-20120901.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 01:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE28C106566C for ; Mon, 3 Sep 2012 01:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C692A8FC12 for ; Mon, 3 Sep 2012 01:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q831A9BF087010 for ; Mon, 3 Sep 2012 01:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q831A9Ym086997; Mon, 3 Sep 2012 01:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 01:10:09 GMT Resent-Message-Id: <201209030110.q831A9Ym086997@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DFBF1065677 for ; Mon, 3 Sep 2012 01:00:31 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 252C08FC08 for ; Mon, 3 Sep 2012 01:00:21 +0000 (UTC) Received: (qmail invoked by alias); 03 Sep 2012 01:00:19 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp034) with SMTP; 03 Sep 2012 03:00:19 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Sep 2012 03:00:19 +0200 Message-Id: <20120903010031.4DFBF1065677@hub.freebsd.org> Date: Mon, 03 Sep 2012 03:00:19 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171270: [PATCH] games/gemdropx: Makefile changed, OptionsNG, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 01:10:10 -0000 >Number: 171270 >Category: ports >Synopsis: [PATCH] games/gemdropx: Makefile changed, OptionsNG, 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: Mon Sep 03 01:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Added - MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/gemdropx/src/ - COMMENT= Interesting one-player puzzle game for X (SDL) - LICENSE= GPLv2 - USE_SDL= image mixer sdl - PLIST_FILES= - PORTDATA= * - PORTDOCS= - Pixmaps - OptionsNG - Take maintainership Removed file(s): - files/patch-aa - pkg-plist Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- gemdropx-0.9_9.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/gemdropx/Makefile ./Makefile --- /usr/ports/games/gemdropx/Makefile 2012-02-18 11:17:51.000000000 +0100 +++ ./Makefile 2012-09-03 02:54:53.000000000 +0200 @@ -1,32 +1,57 @@ -# New ports collection makefile for: gemdropx -# Date created: 9 March 1998 -# Whom: Andrey Zakhvatov -# # $FreeBSD: ports/games/gemdropx/Makefile,v 1.28 2012/02/18 10:17:51 mva Exp $ -# PORTNAME= gemdropx PORTVERSION= 0.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/gemdropx/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/gemdropx/src/ \ + ftp://ftp.billsgames.com/unix/x/gemdropx/src/ -MAINTAINER= ports@FreeBSD.org -COMMENT= An interesting one-player puzzle game for X +MAINTAINER= nemysis@gmx.ch +COMMENT= Interesting one-player puzzle game for X (SDL) + +LICENSE= GPLv2 + +ALL_TARGET= ${PORTNAME} +USE_SDL= image mixer sdl -USE_SDL= mixer USE_GMAKE= yes -MAKE_ENV= JOY=NO + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.xmp + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt ICON.txt README.txt TODO.txt + +.include + +post-patch: +# Fix SDL, CFLAGS + @${REINPLACE_CMD} \ + -e 's|sdl-config|$(SDL_CONFIG)|' \ + -e 's|CC=gcc|CC?=g++|' \ + -e 's|CXX=gcc|CXX?=g++|' \ + -e 's|CFLAGS=-Wall $(SDL_CFLAGS)|CFLAGS+=$(SDL_CFLAGS)|' \ + ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin - @${MKDIR} ${DATADIR}/images - ${INSTALL_DATA} ${WRKSRC}/data/images/* ${DATADIR}/images - @${MKDIR} ${DATADIR}/sounds - ${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${DATADIR}/sounds -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + # ${DATADIR} + +# Data + ${MKDIR} ${DATADIR} + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} "images sounds" ${DATADIR}) + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/data/images/gemdropx-icon.xpm ${PREFIX}/share/pixmaps/${PORTNAME}.xmp + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor .endif .include diff -ruN --exclude=CVS /usr/ports/games/gemdropx/files/patch-aa ./files/patch-aa --- /usr/ports/games/gemdropx/files/patch-aa 2002-06-22 07:30:08.000000000 +0200 +++ ./files/patch-aa 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ ---- Makefile.orig Sat May 18 17:53:29 2002 -+++ Makefile Sat Jun 22 09:56:19 2002 -@@ -14,11 +14,11 @@ - # Added 'install' target (finally!): May 18, 2002 - - --DATA_PREFIX=/usr/local/share/gemdropx --SDL_CFLAGS := $(shell sdl-config --cflags) --SDL_LDFLAGS := $(shell sdl-config --libs) --CC=gcc --CXX=gcc -+DATA_PREFIX=$(PREFIX)/share/gemdropx -+SDL_CFLAGS := $(shell $(SDL_CONFIG) --cflags) -+SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) -+CC?=gcc -+CXX?=gcc - - - MIXER=-lSDL_mixer -@@ -27,7 +27,7 @@ - EMBEDDEDFLAG=NOT_EMBEDDED - - --CFLAGS=-Wall $(SDL_CFLAGS) \ -+CFLAGS+=$(SDL_CFLAGS) \ - -DDATA_PREFIX=\"$(DATA_PREFIX)\" -D$(NOSOUNDFLAG) -D$(JOYFLAG) \ - -D$(EMBEDDEDFLAG) $(XTRA_FLAGS) - SDL_LIB=$(MIXER) $(SDL_LDFLAGS) diff -ruN --exclude=CVS /usr/ports/games/gemdropx/pkg-descr ./pkg-descr --- /usr/ports/games/gemdropx/pkg-descr 2000-04-02 02:58:27.000000000 +0200 +++ ./pkg-descr 2012-09-03 02:45:50.000000000 +0200 @@ -1,20 +1,18 @@ - Gem Drop X is an interesting one-player puzzle game for X-Window. +"Gem Drop X" is an interesting one-player puzzle game using the +Simple DirectMedia Layer (SDL) libraries. - Gem Drop X is a direct port of Gem Drop, an Atari 8-bit game -written in Action! (a very fast C and Pascal-like compiled language -for the Atari). The concept of the game Gem Drop is based directly -on an arcade game for the NeoGeo system called "Magical Drop III" -by SNK. +It is a direct port of "Gem Drop," an Atari 8-bit game written in Action! +(a very fast C- and Pascal-like compiled language for the Atari). - If you're familiar with games like Jewels, Klax, Bust-A-Move or -Tetris, this game is similar to them all. I consider it closest to -Klax. (Jewels is like a combination of Klax and Tetris. Bust-A-Move -is the least similar, in my opinion, but everyone seems to have -heard of it more than the others (except Tetris, of course!)) +It was originally ported to X11, using SDL for sound and music. +Eventually, the Xlib graphics calls were removed and replaced with +SDL calls. - The game is played with YOU at the bottom of the screen. At the -top is a random assortment of colored shapes ("gems"). As time goes -on, more gems appear at the very top of the screen, pushing the -rest downwards. The game is over when the gems reach the bottom. +The concept of the game "Gem Drop" is based on an arcade game for the +NeoGeo system called "Magical Drop III" by SNK. + +If you're familiar with games like Jewels, Klax, Bust-A-Move or Tetris, +this game is similar to them all. I consider it closest to Klax. +Some people have compared it to "Tetris meets Space Invaders." WWW: http://www.newbreedsoftware.com/gemdropx/ diff -ruN --exclude=CVS /usr/ports/games/gemdropx/pkg-plist ./pkg-plist --- /usr/ports/games/gemdropx/pkg-plist 2006-03-08 12:14:07.000000000 +0100 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ -bin/gemdropx -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%DATADIR%%/images/README -%%DATADIR%%/images/action-mask.xbm -%%DATADIR%%/images/action.xbm -%%DATADIR%%/images/author.bmp -%%DATADIR%%/images/block.bmp -%%DATADIR%%/images/bluegem.bmp -%%DATADIR%%/images/bomb.bmp -%%DATADIR%%/images/brick.bmp -%%DATADIR%%/images/congratulations.bmp -%%DATADIR%%/images/credits.bmp -%%DATADIR%%/images/diamond.bmp -%%DATADIR%%/images/disc.bmp -%%DATADIR%%/images/dot.bmp -%%DATADIR%%/images/explode0.bmp -%%DATADIR%%/images/explode1.bmp -%%DATADIR%%/images/explode2.bmp -%%DATADIR%%/images/explode3.bmp -%%DATADIR%%/images/fuji.bmp -%%DATADIR%%/images/gemdropx-icon.xpm -%%DATADIR%%/images/happy.bmp -%%DATADIR%%/images/left-mask.xbm -%%DATADIR%%/images/left.xbm -%%DATADIR%%/images/level.bmp -%%DATADIR%%/images/lines.bmp -%%DATADIR%%/images/need.bmp -%%DATADIR%%/images/nothing-mask.xbm -%%DATADIR%%/images/nothing.xbm -%%DATADIR%%/images/numbers.bmp -%%DATADIR%%/images/patience.bmp -%%DATADIR%%/images/paused.bmp -%%DATADIR%%/images/right-mask.xbm -%%DATADIR%%/images/right.xbm -%%DATADIR%%/images/sad.bmp -%%DATADIR%%/images/score.bmp -%%DATADIR%%/images/stopwatch.bmp -%%DATADIR%%/images/title.bmp -%%DATADIR%%/images/triangle.bmp -%%DATADIR%%/images/uhoh.bmp -%%DATADIR%%/images/warning.bmp -%%DATADIR%%/images/warning1.bmp -%%DATADIR%%/images/warning2.bmp -%%DATADIR%%/images/warning3.bmp -%%DATADIR%%/images/warning4.bmp -%%DATADIR%%/images/wildcard.bmp -%%DATADIR%%/images/win1.bmp -%%DATADIR%%/images/win2.bmp -%%DATADIR%%/images/yellowgem.bmp -%%DATADIR%%/sounds/22drops.mod -%%DATADIR%%/sounds/2force.xm -%%DATADIR%%/sounds/README -%%DATADIR%%/sounds/applause.wav -%%DATADIR%%/sounds/begin.wav -%%DATADIR%%/sounds/bomb.wav -%%DATADIR%%/sounds/buzzer.wav -%%DATADIR%%/sounds/citron.mod -%%DATADIR%%/sounds/clock.wav -%%DATADIR%%/sounds/gameover.wav -%%DATADIR%%/sounds/got.wav -%%DATADIR%%/sounds/grab.wav -%%DATADIR%%/sounds/hr_suds.xm -%%DATADIR%%/sounds/levelselect.wav -%%DATADIR%%/sounds/throw.wav -%%DATADIR%%/sounds/wildcard.wav -%%DATADIR%%/sounds/win.wav -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- gemdropx-0.9_9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 01:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FFF51065673 for ; Mon, 3 Sep 2012 01:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4FC218FC16 for ; Mon, 3 Sep 2012 01:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q831AA9l087091 for ; Mon, 3 Sep 2012 01:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q831AAHP087078; Mon, 3 Sep 2012 01:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 01:10:10 GMT Resent-Message-Id: <201209030110.q831AAHP087078@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA208106564A for ; Mon, 3 Sep 2012 01:09:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9669C8FC0A for ; Mon, 3 Sep 2012 01:09:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83197Qf031608 for ; Mon, 3 Sep 2012 01:09:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83197NY031607; Mon, 3 Sep 2012 01:09:07 GMT (envelope-from nobody) Message-Id: <201209030109.q83197NY031607@red.freebsd.org> Date: Mon, 3 Sep 2012 01:09:07 GMT From: Martin Pala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171271: [maintainer update] sysutils/monit 5.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 01:10:10 -0000 >Number: 171271 >Category: ports >Synopsis: [maintainer update] sysutils/monit 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 Sep 03 01:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Martin Pala >Release: >Organization: Tildeslash Ltd. >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN monit/Makefile monit-new/Makefile --- monit/Makefile 2012-08-06 01:19:36.000000000 +0200 +++ monit-new/Makefile 2012-09-03 03:06:54.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= monit -PORTVERSION= 5.4 +PORTVERSION= 5.5 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ diff -ruN monit/distinfo monit-new/distinfo --- monit/distinfo 2012-05-06 19:18:14.000000000 +0200 +++ monit-new/distinfo 2012-09-03 03:07:02.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (monit-5.4.tar.gz) = 805c6545de2dd7f3d9e6e0c68018b2aadd5fc98b243c8868178f247a60906038 -SIZE (monit-5.4.tar.gz) = 1197209 +SHA256 (monit-5.5.tar.gz) = 8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53 +SIZE (monit-5.5.tar.gz) = 1197459 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 01:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B4A1065673 for ; Mon, 3 Sep 2012 01:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E34118FC12 for ; Mon, 3 Sep 2012 01:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q831e41G031339 for ; Mon, 3 Sep 2012 01:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q831e4FU031324; Mon, 3 Sep 2012 01:40:04 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 01:40:04 GMT Resent-Message-Id: <201209030140.q831e4FU031324@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33373106564A for ; Mon, 3 Sep 2012 01:35:07 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 5F4058FC14 for ; Mon, 3 Sep 2012 01:35:05 +0000 (UTC) Received: (qmail invoked by alias); 03 Sep 2012 01:35:04 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp070) with SMTP; 03 Sep 2012 03:35:04 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Sep 2012 03:35:03 +0200 Message-Id: <20120903013507.33373106564A@hub.freebsd.org> Date: Mon, 03 Sep 2012 03:35:03 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171273: [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 01:40:08 -0000 >Number: 171273 >Category: ports >Synopsis: [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, 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: Mon Sep 03 01:40:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Changed pkg-descr and all to ${PORTNAME} - Take maintainership Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- galaxis-1.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/galaxis/Makefile ./Makefile --- /usr/ports/games/galaxis/Makefile 2011-09-24 12:06:21.000000000 +0200 +++ ./Makefile 2012-09-03 03:13:44.000000000 +0200 @@ -1,27 +1,22 @@ -# New ports collection makefile for: galaxis -# Date created: 30 June 1997 -# Whom: Andrey Zakhvatov -# # $FreeBSD: ports/games/galaxis/Makefile,v 1.19 2011/09/24 10:06:21 dhn Exp $ -# PORTNAME= galaxis PORTVERSION= 1.8 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/galaxis/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Clone of the nifty little Macintosh game MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" ALL_TARGET= ${PORTNAME} USE_GMAKE= yes -MAN6= galaxis.6 -PLIST_FILES= bin/galaxis +MAN6= ${PORTNAME}.6 +PLIST_FILES= bin/${PORTNAME} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis - ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MANPREFIX}/man/man6 .include diff -ruN --exclude=CVS /usr/ports/games/galaxis/pkg-descr ./pkg-descr --- /usr/ports/games/galaxis/pkg-descr 2003-02-09 20:39:16.000000000 +0100 +++ ./pkg-descr 2012-09-03 03:24:54.000000000 +0200 @@ -1,7 +1,13 @@ GALAXIS for UNIX - by Eric S. Raymond -This directory contains curses-based clone of the nifty little Macintosh -freeware game Galaxis. +Lifeboats from a crippled interstellar liner are adrift in a starfield. +To find them, you can place probes that look in all eight compass directions +and tell you how many lifeboats they see. If you drop a probe directly on a +lifeboat it will be revealed immediately. Your objective: find the lifeboats +as quickly as possible, before the stranded passengers run out of oxygen! + +This is a UNIX-hosted, curses-based clone of the nifty little Macintosh freeware +game Galaxis. It doesn't have the super-simple, point-and-click interface of the +original, but compensates by automating away some of the game's simpler deductions. WWW: http://www.catb.org/~esr/galaxis/ --- galaxis-1.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 02:28:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 772C8106566B; Mon, 3 Sep 2012 02:28:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A2CC8FC16; Mon, 3 Sep 2012 02:28:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q832SPYE035872; Mon, 3 Sep 2012 02:28:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q832SPLF035853; Mon, 3 Sep 2012 02:28:25 GMT (envelope-from linimon) Date: Mon, 3 Sep 2012 02:28:25 GMT Message-Id: <201209030228.q832SPLF035853@freefall.freebsd.org> To: pi@opsec.eu, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171258: Re: [bug] textproc/p5-XML-Parser failes to find expat, does not compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 02:28:25 -0000 Old Synopsis: Re: [bug] textproc/p5-XML-Parser failes to find expat, does not New Synopsis: Re: [bug] textproc/p5-XML-Parser failes to find expat, does not compile State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Sep 3 02:27:35 UTC 2012 State-Changed-Why: Misfiled followup to ports/164600; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 3 02:27:35 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=171258 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 02:52:52 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33A2F106564A; Mon, 3 Sep 2012 02:52:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06BDD8FC08; Mon, 3 Sep 2012 02:52:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q832qpXI053293; Mon, 3 Sep 2012 02:52:51 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q832qpPH053276; Mon, 3 Sep 2012 02:52:51 GMT (envelope-from bdrewery) Date: Mon, 3 Sep 2012 02:52:51 GMT Message-Id: <201209030252.q832qpPH053276@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171271: [maintainer update] sysutils/monit 5.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 02:52:52 -0000 Synopsis: [maintainer update] sysutils/monit 5.5 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Mon Sep 3 02:52:51 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171271 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 07:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03844106566B for ; Mon, 3 Sep 2012 07:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE1FD8FC18 for ; Mon, 3 Sep 2012 07:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q837o99Q061349 for ; Mon, 3 Sep 2012 07:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q837o9cC061343; Mon, 3 Sep 2012 07:50:09 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 07:50:09 GMT Resent-Message-Id: <201209030750.q837o9cC061343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E28761065670 for ; Mon, 3 Sep 2012 07:48:49 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 91B178FC0C for ; Mon, 3 Sep 2012 07:48:48 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id DFE642E421; Mon, 3 Sep 2012 16:48:41 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id AD7222EBC8; Mon, 3 Sep 2012 16:48:41 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 7E0582E524; Mon, 3 Sep 2012 16:48:41 +0900 (JST) Message-Id: <20120903074841.7E0582E524@eastasia.home.utahime.org> Date: Mon, 3 Sep 2012 16:48:41 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171274: [PATCH] www/dokuwiki: fix substitusion of pkg-message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 07:50:10 -0000 >Number: 171274 >Category: ports >Synopsis: [PATCH] www/dokuwiki: fix substitusion of pkg-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: Mon Sep 03 07:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD xxxx 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Sun Aug 12 22:27:34 JST 2012 xxxx i386 >Description: Fix substitution of pkg-message. pkg-message should be simply moved to files/pkg-message.in >How-To-Repeat: >Fix: --- patch-dokuwiki begins here --- Index: Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/www/dokuwiki/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- Makefile 18 Jul 2012 20:15:16 -0000 1.55 +++ Makefile 3 Sep 2012 07:34:59 -0000 @@ -7,7 +7,7 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.splitbrain.org/_media/projects/dokuwiki/ \ LOCAL/chinsan/${PORTNAME} @@ -26,6 +26,8 @@ WRKSRC= ${WRKDIR}/${DIST_VER} PLIST_SUB= DOKUWIKI_DIR=${DOKUWIKI_DIR} TEMP_PLIST= ${WRKDIR}/temp-pkg-plist +SUB_FILES= pkg-message +SUB_LIST+= PORTNAME=${PORTNAME} DOKUWIKI_DIR=${DOKUWIKI_DIR} REINPLACE_ARGS= -i '' @@ -51,7 +53,6 @@ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${DOKUWIKI_DIR} post-install: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%PORTNAME%%|${PORTNAME}|' \ - -e 's|%%DOKUWIKI_DIR%%|${DOKUWIKI_DIR}|' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 9 Oct 2011 09:32:56 -0000 1.10 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ -================================================================= - **** NOTE **** -1) Please add the following to your apache config, and restart. - # - # Directives to allow use of dokuwiki - # - Alias /%%PORTNAME%% "%%PREFIX%%/%%DOKUWIKI_DIR%%/" - -2) Open the following page in your browser and follow the instructions: - http://www.your.host/dokuwiki/install.php - - For FULL configuration instructions see - http://wiki.splitbrain.org/wiki:config - -================================================================= Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 3 Sep 2012 07:24:45 -0000 @@ -0,0 +1,15 @@ +================================================================= + **** NOTE **** +1) Please add the following to your apache config, and restart. + # + # Directives to allow use of dokuwiki + # + Alias /%%PORTNAME%% "%%PREFIX%%/%%DOKUWIKI_DIR%%/" + +2) Open the following page in your browser and follow the instructions: + http://www.your.host/dokuwiki/install.php + + For FULL configuration instructions see + http://wiki.splitbrain.org/wiki:config + +================================================================= --- patch-dokuwiki ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 07:50:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E36711065670; Mon, 3 Sep 2012 07:50:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B76848FC0A; Mon, 3 Sep 2012 07:50:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q837oR6B062717; Mon, 3 Sep 2012 07:50:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q837oRZD062702; Mon, 3 Sep 2012 07:50:27 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 07:50:27 GMT Message-Id: <201209030750.q837oRZD062702@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, delphij@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171274: [PATCH] www/dokuwiki: fix substitusion of pkg-message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 07:50:28 -0000 Synopsis: [PATCH] www/dokuwiki: fix substitusion of pkg-message Responsible-Changed-From-To: freebsd-ports-bugs->delphij Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 07:50:26 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171274 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 09:30:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE3F1065675 for ; Mon, 3 Sep 2012 09:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A96F8FC08 for ; Mon, 3 Sep 2012 09:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q839UFwX024235 for ; Mon, 3 Sep 2012 09:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q839UE3G024220; Mon, 3 Sep 2012 09:30:15 GMT (envelope-from gnats) Date: Mon, 3 Sep 2012 09:30:15 GMT Message-Id: <201209030930.q839UE3G024220@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Raphael Kubo da Costa Cc: Subject: Re: ports/171266: [patch] fix build of audio/cam with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 03 Sep 2012 09:30:15 -0000 The following reply was made to PR ports/171266; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171266: [patch] fix build of audio/cam with clang Date: Mon, 03 Sep 2012 06:29:06 -0300 Are you building with -Werror or something? I tried building the port with clang and these errors were only warnings here. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 09:45:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37855106566B; Mon, 3 Sep 2012 09:45:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5EB8FC15; Mon, 3 Sep 2012 09:45:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q839jqRf044217; Mon, 3 Sep 2012 09:45:52 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q839jqrt044201; Mon, 3 Sep 2012 09:45:52 GMT (envelope-from rakuco) Date: Mon, 3 Sep 2012 09:45:52 GMT Message-Id: <201209030945.q839jqrt044201@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rakuco@FreeBSD.org From: rakuco@FreeBSD.org Cc: Subject: Re: ports/171268: [patch] fix build of textproc/glimpse with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 09:45:53 -0000 Synopsis: [patch] fix build of textproc/glimpse with clang Responsible-Changed-From-To: freebsd-ports-bugs->rakuco Responsible-Changed-By: rakuco Responsible-Changed-When: Mon Sep 3 09:45:52 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171268 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 10:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83D451065676 for ; Mon, 3 Sep 2012 10:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCEA8FC27 for ; Mon, 3 Sep 2012 10:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83AU7Ka017318 for ; Mon, 3 Sep 2012 10:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83AU77w017301; Mon, 3 Sep 2012 10:30:07 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 10:30:07 GMT Resent-Message-Id: <201209031030.q83AU77w017301@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaap Akkerhuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5A4A106566C for ; Mon, 3 Sep 2012 10:26:07 +0000 (UTC) (envelope-from jaap@bela.nlnetlabs.nl) Received: from bela.nlnetlabs.nl (bela.nlnetlabs.nl [IPv6:2001:7b8:206:1:222:4dff:fe55:4ccb]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3F98FC18 for ; Mon, 3 Sep 2012 10:26:06 +0000 (UTC) Received: from bela.nlnetlabs.nl (localhost [127.0.0.1]) by bela.nlnetlabs.nl (8.14.5/8.14.5) with ESMTP id q83AQ2dQ077367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 3 Sep 2012 12:26:03 +0200 (CEST) (envelope-from jaap@bela.nlnetlabs.nl) Received: (from jaap@localhost) by bela.nlnetlabs.nl (8.14.5/8.14.5/Submit) id q83AQ1JK077366; Mon, 3 Sep 2012 12:26:01 +0200 (CEST) (envelope-from jaap) Message-Id: <201209031026.q83AQ1JK077366@bela.nlnetlabs.nl> Date: Mon, 3 Sep 2012 12:26:01 +0200 (CEST) From: Jaap Akkerhuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: umq@ueo.co.jp, jaap@bela.nlnetlabs.nl Subject: ports/171276: [PATCH] mail/opendkim: update to 2.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 10:30:08 -0000 >Number: 171276 >Category: ports >Synopsis: [PATCH] mail/opendkim: update to 2.6.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 10:30:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: NLnet Labs >Environment: System: FreeBSD bela.nlnetlabs.nl 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #29: Mon Sep 3 02:43:49 CEST >Description: - Update to 2.6.7 Port maintainer (umq@ueo.co.jp) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- opendkim-2.6.7.patch begins here --- diff -ruN --exclude=CVS ../opendkim.orig/Makefile ./Makefile --- ../opendkim.orig/Makefile 2012-07-23 21:48:02.817827855 +0200 +++ ./Makefile 2012-08-20 10:36:42.050548961 +0200 @@ -6,7 +6,7 @@ # PORTNAME= opendkim -PORTVERSION= 2.5.2 +PORTVERSION= 2.6.7 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ diff -ruN --exclude=CVS ../opendkim.orig/distinfo ./distinfo --- ../opendkim.orig/distinfo 2012-07-23 21:48:02.817370751 +0200 +++ ./distinfo 2012-08-20 10:36:46.207549690 +0200 @@ -1,2 +1,2 @@ -SHA256 (opendkim-2.5.2.tar.gz) = fb6994ea4bbd7e93772517cd3ee0b4ec338ed502a920fa2fa98b34869db167a9 -SIZE (opendkim-2.5.2.tar.gz) = 1475225 +SHA256 (opendkim-2.6.7.tar.gz) = 45da209ccddfb6f6888ac2366b6e38a6460b36ff0da527aed910217cead6fc84 +SIZE (opendkim-2.6.7.tar.gz) = 1129124 diff -ruN --exclude=CVS ../opendkim.orig/pkg-plist ./pkg-plist --- ../opendkim.orig/pkg-plist 2012-07-23 21:48:02.836159494 +0200 +++ ./pkg-plist 2012-08-20 10:54:53.937548928 +0200 @@ -21,7 +21,7 @@ %%ARLIB%%lib/libar.a %%ARLIB%%lib/libar.la %%ARLIB%%lib/libar.so -%%ARLIB%%lib/libar.so.2 +%%ARLIB%%lib/libar.so.3 %%DKIMREP%%lib/libdkimrep.a %%DKIMREP%%lib/libdkimrep.la %%DKIMREP%%lib/libdkimrep.so @@ -29,7 +29,7 @@ lib/libopendkim.a lib/libopendkim.la lib/libopendkim.so -lib/libopendkim.so.6 +lib/libopendkim.so.7 %%RBL%%lib/librbl.a %%RBL%%lib/librbl.la %%RBL%%lib/librbl.so --- opendkim-2.6.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 10:30:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C66471065676; Mon, 3 Sep 2012 10:30:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0E38FC19; Mon, 3 Sep 2012 10:30:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83AUN2v020388; Mon, 3 Sep 2012 10:30:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83AUNE6020374; Mon, 3 Sep 2012 10:30:23 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 10:30:23 GMT Message-Id: <201209031030.q83AUNE6020374@freefall.freebsd.org> To: jaap@NLnetLabs.nl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171276: [PATCH] mail/opendkim: update to 2.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 10:30:23 -0000 Synopsis: [PATCH] mail/opendkim: update to 2.6.7 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Sep 3 10:30:22 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171276 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 10:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B8901065679 for ; Mon, 3 Sep 2012 10:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 565CF8FC17 for ; Mon, 3 Sep 2012 10:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83AeBnc011765 for ; Mon, 3 Sep 2012 10:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83AeBpA011748; Mon, 3 Sep 2012 10:40:11 GMT (envelope-from gnats) Date: Mon, 3 Sep 2012 10:40:11 GMT Message-Id: <201209031040.q83AeBpA011748@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171276: [PATCH] mail/opendkim: update to 2.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 10:40:11 -0000 The following reply was made to PR ports/171276; it has been noted by GNATS. From: Edwin Groothuis To: umq@ueo.co.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/171276: [PATCH] mail/opendkim: update to 2.6.7 Date: Mon, 3 Sep 2012 10:30:17 UT Maintainer of mail/opendkim, Please note that PR ports/171276 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/171276 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 13:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89D67106567E for ; Mon, 3 Sep 2012 13:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4312C8FC22 for ; Mon, 3 Sep 2012 13:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83D0LuY090792 for ; Mon, 3 Sep 2012 13:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83D0LPL090778; Mon, 3 Sep 2012 13:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 13:00:21 GMT Resent-Message-Id: <201209031300.q83D0LPL090778@freefall.freebsd.org> 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 Moisseev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AA93106566B for ; Mon, 3 Sep 2012 12:54:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1868FC16 for ; Mon, 3 Sep 2012 12:54:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83CsjUX068184 for ; Mon, 3 Sep 2012 12:54:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83Csj4j068183; Mon, 3 Sep 2012 12:54:45 GMT (envelope-from nobody) Message-Id: <201209031254.q83Csj4j068183@red.freebsd.org> Date: Mon, 3 Sep 2012 12:54:45 GMT From: Alexander Moisseev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171278: [maintainer update] mail/roundcube-thunderbird_labels: update to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 13:00:25 -0000 >Number: 171278 >Category: ports >Synopsis: [maintainer update] mail/roundcube-thunderbird_labels: update to 0.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 Sep 03 13:00:20 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexander Moisseev >Release: >Organization: >Environment: >Description: - Update to 0.8 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN roundcube-thunderbird_labels.orig/Makefile roundcube-thunderbird_labels/Makefile --- roundcube-thunderbird_labels.orig/Makefile 2012-09-03 16:09:48.000000000 +0400 +++ roundcube-thunderbird_labels/Makefile 2012-09-03 16:10:03.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= thunderbird_labels -PORTVERSION= 0.4 +PORTVERSION= 0.8 CATEGORIES= mail MASTER_SITES= http://rcmail-thunderbird-labels.googlecode.com/files/ PKGNAMEPREFIX= roundcube- diff -ruN roundcube-thunderbird_labels.orig/distinfo roundcube-thunderbird_labels/distinfo --- roundcube-thunderbird_labels.orig/distinfo 2012-09-03 16:09:48.000000000 +0400 +++ roundcube-thunderbird_labels/distinfo 2012-09-03 16:12:18.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (thunderbird_labels-0.4.tar.bz2) = 3e45625f8be466d1fbf7765f62b41f2095e7205c548c2ea8739d8c94f0ecd6ef -SIZE (thunderbird_labels-0.4.tar.bz2) = 9583 +SHA256 (thunderbird_labels-0.8.tar.bz2) = d420cab12a5a843b0b763d9839d37f5cb76e6ba2d148801a58c230648de7b86a +SIZE (thunderbird_labels-0.8.tar.bz2) = 12535 diff -ruN roundcube-thunderbird_labels.orig/pkg-plist roundcube-thunderbird_labels/pkg-plist --- roundcube-thunderbird_labels.orig/pkg-plist 2012-09-03 16:09:48.000000000 +0400 +++ roundcube-thunderbird_labels/pkg-plist 2012-09-03 16:23:14.000000000 +0400 @@ -1,14 +1,23 @@ %%WWWDIR%%/Changelog %%WWWDIR%%/README +%%WWWDIR%%/localization/cs_CZ.inc %%WWWDIR%%/localization/de_DE.inc %%WWWDIR%%/localization/en_US.inc %%WWWDIR%%/localization/fr_FR.inc +%%WWWDIR%%/localization/hu_HU.inc +%%WWWDIR%%/localization/pl_PL.inc %%WWWDIR%%/localization/ru_RU.inc +%%WWWDIR%%/skins/classic/tb_label.css +%%WWWDIR%%/skins/classic/thunderbird_32.png %%WWWDIR%%/skins/default/tb_label.css %%WWWDIR%%/skins/default/thunderbird_32.png +%%WWWDIR%%/skins/larry/tb_label.css +%%WWWDIR%%/skins/larry/thunderbird_32.png %%WWWDIR%%/tb_label.js %%WWWDIR%%/thunderbird_labels.php +@dirrm %%WWWDIR%%/skins/larry @dirrm %%WWWDIR%%/skins/default +@dirrm %%WWWDIR%%/skins/classic @dirrm %%WWWDIR%%/skins @dirrm %%WWWDIR%%/localization @dirrmtry %%WWWDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 13:29:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72A47106566B; Mon, 3 Sep 2012 13:29:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 455828FC1B; Mon, 3 Sep 2012 13:29:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83DTsgf049330; Mon, 3 Sep 2012 13:29:54 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83DTs0m049309; Mon, 3 Sep 2012 13:29:54 GMT (envelope-from rakuco) Date: Mon, 3 Sep 2012 13:29:54 GMT Message-Id: <201209031329.q83DTs0m049309@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rakuco@FreeBSD.org From: rakuco@FreeBSD.org Cc: Subject: Re: ports/171278: [maintainer update] mail/roundcube-thunderbird_labels: update to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 13:29:54 -0000 Synopsis: [maintainer update] mail/roundcube-thunderbird_labels: update to 0.8 Responsible-Changed-From-To: freebsd-ports-bugs->rakuco Responsible-Changed-By: rakuco Responsible-Changed-When: Mon Sep 3 13:29:53 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171278 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31515106566C for ; Mon, 3 Sep 2012 15:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DFE1E8FC15 for ; Mon, 3 Sep 2012 15:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83FUCDi013131 for ; Mon, 3 Sep 2012 15:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83FUCXp013119; Mon, 3 Sep 2012 15:30:12 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 15:30:12 GMT Resent-Message-Id: <201209031530.q83FUCXp013119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Derek Wood Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F278106564A for ; Mon, 3 Sep 2012 15:23:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF098FC0C for ; Mon, 3 Sep 2012 15:23:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83FNaWR019091 for ; Mon, 3 Sep 2012 15:23:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83FNa4X019090; Mon, 3 Sep 2012 15:23:36 GMT (envelope-from nobody) Message-Id: <201209031523.q83FNa4X019090@red.freebsd.org> Date: Mon, 3 Sep 2012 15:23:36 GMT From: Derek Wood To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171280: [patch] sysutils/tmux: typo in BACKSPACE_DESC text X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:30:13 -0000 >Number: 171280 >Category: ports >Synopsis: [patch] sysutils/tmux: typo in BACKSPACE_DESC text >Confidential: no >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 Sep 03 15:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Derek Wood >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: >Description: Small typo in the BACKSPACE_DESC text. >How-To-Repeat: >Fix: Patch attached with submission follows: --- /usr/ports/sysutils/tmux/Makefile 2012-08-06 05:43:51.000000000 -0700 +++ tmux/Makefile 2012-09-03 07:10:23.000000000 -0700 @@ -31,7 +31,7 @@ LIBEVENT2_DESC= Use libevent version 2 LIBEVENT_STATIC_DESC= Build with static libevent -BACKSPACE_DESC= Build wiht tty/keys patch +BACKSPACE_DESC= Build with tty/keys patch .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:30:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E28B106567D; Mon, 3 Sep 2012 15:30:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD8A8FC14; Mon, 3 Sep 2012 15:30:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83FUPxu015646; Mon, 3 Sep 2012 15:30:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83FUPvw015629; Mon, 3 Sep 2012 15:30:25 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 15:30:25 GMT Message-Id: <201209031530.q83FUPvw015629@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171280: [patch] sysutils/tmux: typo in BACKSPACE_DESC text X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:30:26 -0000 Synopsis: [patch] sysutils/tmux: typo in BACKSPACE_DESC text Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 15:30:25 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171280 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 210D8106566C for ; Mon, 3 Sep 2012 15:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 958DF8FC12 for ; Mon, 3 Sep 2012 15:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83FoAm8069958 for ; Mon, 3 Sep 2012 15:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83FoAPY069946; Mon, 3 Sep 2012 15:50:10 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 15:50:10 GMT Resent-Message-Id: <201209031550.q83FoAPY069946@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFDBF106564A for ; Mon, 3 Sep 2012 15:42:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A1B6F8FC0A for ; Mon, 3 Sep 2012 15:42:47 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83FglTf049345 for ; Mon, 3 Sep 2012 15:42:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83Fgla1049344; Mon, 3 Sep 2012 15:42:47 GMT (envelope-from nobody) Message-Id: <201209031542.q83Fgla1049344@red.freebsd.org> Date: Mon, 3 Sep 2012 15:42:47 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171281: [patch] mail/imapfilter -- update to 2.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:50:11 -0000 >Number: 171281 >Category: ports >Synopsis: [patch] mail/imapfilter -- update to 2.5.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: Mon Sep 03 15:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (revision 303599) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (imapfilter-2.2.3.tar.gz) = 7ed19d91f0e01f53d443b03de0b1c465407aad1b7c4886ef7a078896ccf63cd9 -SIZE (imapfilter-2.2.3.tar.gz) = 55503 +SHA256 (imapfilter-2.5.3.tar.gz) = a34e3e78c6d4fa32b329442873e0c3ef038056838cce3c4be98a9fbe904189c5 +SIZE (imapfilter-2.5.3.tar.gz) = 52366 Index: Makefile =================================================================== --- Makefile (revision 303599) +++ Makefile (working copy) @@ -6,9 +6,8 @@ # PORTNAME= imapfilter -PORTVERSION= 2.2.3 +PORTVERSION= 2.5.3 CATEGORIES= mail -MASTER_SITES= http://cloud.github.com/downloads/lefcha/${PORTNAME}/ MAINTAINER= stefan@FreeBSD.org COMMENT= IMAP mail filtering utility @@ -17,11 +16,14 @@ USE_LUA= 5.1 USE_OPENSSL= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -d ${PREFIX} -s ${DATADIR} CPPFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} +USE_GITHUB= yes +GH_ACCOUNT= lefcha +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 69b6501 + MAN1= imapfilter.1 MAN5= imapfilter_config.5 PORTDOCS= LICENSE NEWS README @@ -29,7 +31,6 @@ %%DATADIR%%/account.lua \ %%DATADIR%%/auxiliary.lua \ %%DATADIR%%/common.lua \ - %%DATADIR%%/deprecated.lua \ %%DATADIR%%/mailbox.lua \ %%DATADIR%%/message.lua \ %%DATADIR%%/options.lua \ @@ -40,12 +41,14 @@ PLIST_DIRS= %%DATADIR%% %%EXAMPLESDIR%% post-patch: - @${REINPLACE_CMD} -Ee \ - 's|^(incdirs=).*|\1"${CPPFLAGS}"| ; \ - s|^(libdirs=).*|\1"${LDFLAGS}"| ; \ - s|^(mycflags=).*|\1"${CFLAGS}"| ; \ - s|-llualib||' \ - ${WRKSRC}/configure + ${REINPLACE_CMD} -Ee ' \ + s|^(PREFIX =).*|\1${PREFIX}|; \ + s|^(MYCFLAGS =).*|\1${CPPFLAGS}|; \ + s|^(MYLDFLAGS =).*|\1${LDFLAGS}|; \ + s|^(BINDIR =).*|\1${PREFIX}/bin|; \ + s|^(SHAREDIR =).*|\1${DATADIR}|; \ + s|^(MANDIR =).*|\1${MANPREFIX}/man|' \ + ${WRKSRC}/src/Makefile post-install: ${STRIP_CMD} ${PREFIX}/bin/imapfilter >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D4FE1065674 for ; Mon, 3 Sep 2012 15:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD2B8FC1A for ; Mon, 3 Sep 2012 15:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83FoBXM070024 for ; Mon, 3 Sep 2012 15:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83FoB6j070013; Mon, 3 Sep 2012 15:50:11 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 15:50:11 GMT Resent-Message-Id: <201209031550.q83FoB6j070013@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Kosyh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D4F8106564A for ; Mon, 3 Sep 2012 15:44:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 898C48FC16 for ; Mon, 3 Sep 2012 15:44:19 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83FiJBw049532 for ; Mon, 3 Sep 2012 15:44:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83FiJUZ049531; Mon, 3 Sep 2012 15:44:19 GMT (envelope-from nobody) Message-Id: <201209031544.q83FiJUZ049531@red.freebsd.org> Date: Mon, 3 Sep 2012 15:44:19 GMT From: Peter Kosyh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171282: games/instead update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:50:11 -0000 >Number: 171282 >Category: ports >Synopsis: games/instead update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 15:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Peter Kosyh >Release: 9.0 >Organization: >Environment: FreeBSD royal-bsd 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #2: Tue Jul 3 21:35:28 :/usr/obj/usr/src/sys/HACKED amd64 >Description: New version of INSTEAD is released. >How-To-Repeat: instead -version :) >Fix: Here is the patch Patch attached with submission follows: diff -Nur instead/Makefile instead-1.8.0/Makefile --- instead/Makefile 2012-06-01 09:18:54.000000000 +0400 +++ instead-1.8.0/Makefile 2012-09-03 19:39:25.000000000 +0400 @@ -5,7 +5,7 @@ # $FreeBSD: ports/games/instead/Makefile,v 1.7 2012/06/01 05:18:54 dinoex Exp $ PORTNAME= instead -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ diff -Nur instead/distinfo instead-1.8.0/distinfo --- instead/distinfo 2012-04-23 18:02:10.000000000 +0400 +++ instead-1.8.0/distinfo 2012-09-03 19:39:50.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (instead_1.7.0.tar.gz) = e74d0168cc7c62d630f64a406ea6f2a09de6f7f320954457d3b01aa4f26cac43 -SIZE (instead_1.7.0.tar.gz) = 3951154 +SHA256 (instead_1.8.0.tar.gz) = b27cb4b9ef404fe263f4569c5ef1e449a9e5b8798a0cfe7664ca53410c4cd16b +SIZE (instead_1.8.0.tar.gz) = 3957994 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A47F1065678 for ; Mon, 3 Sep 2012 15:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC128FC1D for ; Mon, 3 Sep 2012 15:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83FoBvS070122 for ; Mon, 3 Sep 2012 15:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83FoBEe070105; Mon, 3 Sep 2012 15:50:11 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 15:50:11 GMT Resent-Message-Id: <201209031550.q83FoBEe070105@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffroy Desvernay Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BF01106566C for ; Mon, 3 Sep 2012 15:45:49 +0000 (UTC) (envelope-from root@dgeo.sysadm.ec-m.fr) Received: from meli.ec-m.fr (meli191.ec-m.fr [147.94.19.33]) by mx1.freebsd.org (Postfix) with ESMTP id 52B098FC15 for ; Mon, 3 Sep 2012 15:45:47 +0000 (UTC) Received: from amavis4.serv.int (amavis4.serv.int [10.3.0.48]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 394A32788A1; Mon, 3 Sep 2012 17:45:41 +0200 (CEST) Received: from meli.ec-m.fr ([10.3.0.12]) by amavis4.serv.int (amavis4.serv.int [10.3.0.48]) (amavisd-new, port 10024) with LMTP id UqUXoJGM-BFw; Mon, 3 Sep 2012 17:45:34 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id CDB16278871; Mon, 3 Sep 2012 17:45:34 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 320721CD03; Mon, 3 Sep 2012 17:45:34 +0200 (CEST) Message-Id: <20120903154534.320721CD03@dgeo.sysadm.ec-m.fr> Date: Mon, 3 Sep 2012 17:45:34 +0200 (CEST) From: Geoffroy Desvernay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171283: [MAINTAINER] net-mgmt/netdisco-mibs: update to 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:50:12 -0000 >Number: 171283 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/netdisco-mibs: update to 1.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: Mon Sep 03 15:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 9.0-STABLE amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Jun 20 12:43:59 CEST 2012 >Description: - Update to 1.0 - add mkindex from git (forgotten in upstream's DISTFILE) Added file(s): - files/mkindex Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- netdisco-mibs-1.0.patch begins here --- diff -ruN --exclude=CVS ../netdisco-mibs.orig/Makefile ./Makefile --- ../netdisco-mibs.orig/Makefile 2012-02-17 18:22:21.000000000 +0100 +++ ./Makefile 2012-09-03 17:33:43.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= netdisco-mibs -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= net-mgmt MASTER_SITES= SF/netdisco/netdisco-mibs/${PORTVERSION} @@ -20,7 +20,7 @@ do-install: ${MKDIR} ${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}) - + ${INSTALL_SCRIPT} ${FILESDIR}/mkindex ${DATADIR} . for mibdir in ${MIBDIRS} (cd ${DATADIR}/${mibdir} && ${GREP} 'DEFINITIONS ::= BEGIN' *.* | ${SED} 's/\(.*\..*\):[[:space:]]*\(.*\) DEFINITIONS.*$$/\2 \1/' > .index) . endfor diff -ruN --exclude=CVS ../netdisco-mibs.orig/distinfo ./distinfo --- ../netdisco-mibs.orig/distinfo 2012-02-13 21:20:26.000000000 +0100 +++ ./distinfo 2012-09-03 14:42:38.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (netdisco-mibs-0.9.tar.gz) = 4e9f447e950b1e0d29c34803d58b452b40896ffb5cd1fdc93906dfd00a25139b -SIZE (netdisco-mibs-0.9.tar.gz) = 13129989 +SHA256 (netdisco-mibs-1.0.tar.gz) = c93c744e80a680f57177aa0cf5c9786b344b02c75f2949c22806a229ae8fffd6 +SIZE (netdisco-mibs-1.0.tar.gz) = 14708557 diff -ruN --exclude=CVS ../netdisco-mibs.orig/files/mkindex ./files/mkindex --- ../netdisco-mibs.orig/files/mkindex 1970-01-01 01:00:00.000000000 +0100 +++ ./files/mkindex 2012-09-03 17:28:43.000000000 +0200 @@ -0,0 +1,27 @@ +#!/bin/sh +# mkindex - Makes index of MIBS +# $Id$ +FILE=mib_index.txt +export LC_ALL=C + +echo "Creating $FILE" + +echo "MIB Index" > $FILE + +# refresh index files +for d in `find -L . -mindepth 1 -type d -not -name CVS | grep -v .git | sort`; do + snmptranslate -M$d sysName > /dev/null 2>&1 +done + +# sort contents of index files +for i in `find -L . -mindepth 1 -type f -name .index`; do + sort -dfs -o $i $i +done + +# Add contents of each .index to our index +for f in `find -L . -name .index | sort`; do + echo "" >> $FILE + echo $f >> $FILE + cat $f >> $FILE + echo "" >> $FILE +done diff -ruN --exclude=CVS ../netdisco-mibs.orig/pkg-plist ./pkg-plist --- ../netdisco-mibs.orig/pkg-plist 2012-02-13 21:20:26.000000000 +0100 +++ ./pkg-plist 2012-09-03 17:42:15.000000000 +0200 @@ -1,198 +1,12 @@ -%%DATADIR%%/dell/trunk.mib -%%DATADIR%%/dell/dell_ita.mib -%%DATADIR%%/dell/rlaaa.mib -%%DATADIR%%/dell/rlapplication.mib -%%DATADIR%%/dell/rldnscl.mib -%%DATADIR%%/dell/rludp.mib -%%DATADIR%%/dell/macbaseprio.mib -%%DATADIR%%/dell/rlvlan.mib -%%DATADIR%%/dell/rlsyslog.mib -%%DATADIR%%/dell/rlphysdescription.mib -%%DATADIR%%/dell/apollo.mib -%%DATADIR%%/dell/mnginf.mib -%%DATADIR%%/dell/rlsnmpv2.mib -%%DATADIR%%/dell/rlfile.mib -%%DATADIR%%/dell/rlcopy.mib -%%DATADIR%%/dell/rlinterfaces.mib -%%DATADIR%%/dell/rllcli.mib -%%DATADIR%%/dell/rlmng.mib -%%DATADIR%%/dell/env_mib.mib -%%DATADIR%%/dell/rlphy.mib -%%DATADIR%%/dell/rldhcp.mib -%%DATADIR%%/dell/rlrmon.mib -%%DATADIR%%/dell/rltuning.mib -%%DATADIR%%/dell/rlssl.mib -%%DATADIR%%/dell/qosclimib.mib -%%DATADIR%%/dell/rlqosserv.mib -%%DATADIR%%/dell/rlsntp.mib -%%DATADIR%%/dell/rl_sensor.mib -%%DATADIR%%/dell/rlssh.mib -%%DATADIR%%/dell/rlipmulticast.mib -%%DATADIR%%/dell/rliprouter.mib -%%DATADIR%%/dell/rlfft.mib -%%DATADIR%%/dell/rlip.mib -%%DATADIR%%/dell/rlsnmp.mib -%%DATADIR%%/dell/.index -%%DATADIR%%/juniper/mib-jnx-exp.txt -%%DATADIR%%/juniper/mib-jnx-vpn.txt -%%DATADIR%%/juniper/mib-jnx-sp.txt -%%DATADIR%%/juniper/mib-jnx-chas-defines.txt -%%DATADIR%%/juniper/mib-jnx-ldp.txt -%%DATADIR%%/juniper/mib-jnx-bgpmib2.txt -%%DATADIR%%/juniper/mib-jnx-rsvp.txt -%%DATADIR%%/juniper/mib-jnx-traceroute.txt -%%DATADIR%%/juniper/mib-jnx-ipv6.txt -%%DATADIR%%/juniper/mib-jnx-sonet.txt -%%DATADIR%%/juniper/mib-jnx-if-extensions.txt -%%DATADIR%%/juniper/mib-jnx-coll.txt -%%DATADIR%%/juniper/mib-jnx-atm-cos.txt -%%DATADIR%%/juniper/mib-jnx-ipv4.txt -%%DATADIR%%/juniper/mib-jnx-dfc.txt -%%DATADIR%%/juniper/mib-jnx-firewall.txt -%%DATADIR%%/juniper/mib-jnx-chassis.txt -%%DATADIR%%/juniper/mib-jnx-mpls.txt -%%DATADIR%%/juniper/mib-jnx-cos.txt -%%DATADIR%%/juniper/mib-jnx-scu.txt -%%DATADIR%%/juniper/mib-jnx-ipsec-monitor-asp.txt -%%DATADIR%%/juniper/mib-jnx-pmon.txt -%%DATADIR%%/juniper/mib-jnx-ping.txt -%%DATADIR%%/juniper/mib-jnx-dcu.txt -%%DATADIR%%/juniper/mib-jnx-cfgmgmt.txt -%%DATADIR%%/juniper/mib-jnx-chassis-alarm.txt -%%DATADIR%%/juniper/mib-jnx-smi.txt -%%DATADIR%%/juniper/mib-jnx-rmon.txt -%%DATADIR%%/juniper/mib-jnx-rpf.txt -%%DATADIR%%/juniper/mib-jnx-hostresources.txt -%%DATADIR%%/juniper/mib-jnx-mac.txt -%%DATADIR%%/juniper/mib-jnx-atm.txt -%%DATADIR%%/juniper/.index -%%DATADIR%%/chk_mibs_all -%%DATADIR%%/nortel/s5sbs.mib -%%DATADIR%%/nortel/L3mgmt.mib -%%DATADIR%%/nortel/ces_trapAck.mib -%%DATADIR%%/nortel/ces.mib -%%DATADIR%%/nortel/bgp.mib -%%DATADIR%%/nortel/nortel-trap.my -%%DATADIR%%/nortel/BAY-STACK-LLDP-EXT-MED-MIB.mib -%%DATADIR%%/nortel/ntEnterpriseDataTasmanMgmtethernet.mib -%%DATADIR%%/nortel/baystackvrrpext.mib -%%DATADIR%%/nortel/nortelsecurenetworkaccess.mib -%%DATADIR%%/nortel/aosphysical.mib -%%DATADIR%%/nortel/baystackpethext.mib -%%DATADIR%%/nortel/rapid_city.mib -%%DATADIR%%/nortel/s5ifx.mib -%%DATADIR%%/nortel/BAY-STACK-NES-MIB.mib -%%DATADIR%%/nortel/baystackstats.mib -%%DATADIR%%/nortel/baystacklacpext.mib -%%DATADIR%%/nortel/CHASSIS-MIB.mib -%%DATADIR%%/nortel/cvlan000.mib -%%DATADIR%%/nortel/baystackadac.mib -%%DATADIR%%/nortel/SSH.mib -%%DATADIR%%/nortel/nortel-reg-devices.my -%%DATADIR%%/nortel/nortel-client-session-mib.my -%%DATADIR%%/nortel/s5roo.mib -%%DATADIR%%/nortel/DSX-TE1-MIB.mib -%%DATADIR%%/nortel/bsee.mib -%%DATADIR%%/nortel/croot217.mib -%%DATADIR%%/nortel/baystackerrormessage.mib -%%DATADIR%%/nortel/wf_pgm.mib -%%DATADIR%%/nortel/NTN-QOS-POLICY-AUX-MIB.mib -%%DATADIR%%/nortel/MODULE.MIB -%%DATADIR%%/nortel/BAY-STACK-PORT-MIRRORING-MIB.mib -%%DATADIR%%/nortel/s5reg.mib -%%DATADIR%%/nortel/bnlog.mib -%%DATADIR%%/nortel/aosnetwork.mib -%%DATADIR%%/nortel/ntwlanap006.mib -%%DATADIR%%/nortel/s5ctr.mib -%%DATADIR%%/nortel/CSMACD.MIB -%%DATADIR%%/nortel/ENVIRONMENT-MIB.mib -%%DATADIR%%/nortel/baystackradius.mib -%%DATADIR%%/nortel/NTN-QOS-POLICY-EXT-PIB.mib -%%DATADIR%%/nortel/POLICY-FRAMEWORK-PIB.mib -%%DATADIR%%/nortel/SYSTEM-MIB.mib -%%DATADIR%%/nortel/QOS-POLICY-802-PIB.mib -%%DATADIR%%/nortel/nortel-client-session-tc.my -%%DATADIR%%/nortel/baystackdhcpsnooping.mib -%%DATADIR%%/nortel/NT-ENTERPRISE-DATA-MIB.mib -%%DATADIR%%/nortel/baystacksourceguard.mib -%%DATADIR%%/nortel/baystack.mib -%%DATADIR%%/nortel/BAY-STACK-EDM-MIB.mib -%%DATADIR%%/nortel/BUNDLE-MIB.mib -%%DATADIR%%/nortel/aoslayer4.mib -%%DATADIR%%/nortel/WFCOMMON.MIB -%%DATADIR%%/nortel/OSPF.MIB -%%DATADIR%%/nortel/nortel-port-mib.my -%%DATADIR%%/nortel/PriL3mgmt.mib -%%DATADIR%%/nortel/NTN-QOS-POLICY-EVOL-PIB.mib -%%DATADIR%%/nortel/nortel-rf-detect-tc.my -%%DATADIR%%/nortel/s5com.mib -%%DATADIR%%/nortel/DSX-TE3-MIB.mib -%%DATADIR%%/nortel/nortel-ap-tc.my -%%DATADIR%%/nortel/rcmlt.mib -%%DATADIR%%/nortel/nortel-root.my -%%DATADIR%%/nortel/baystackmulticastflooding.mib -%%DATADIR%%/nortel/s5ecm.mib -%%DATADIR%%/nortel/TRIPLE-DES-CONSORTIUM-MIB.mib -%%DATADIR%%/nortel/mcast201.mib -%%DATADIR%%/nortel/baystackospfext.mib -%%DATADIR%%/nortel/aosbwm.mib -%%DATADIR%%/nortel/nortel-ap-status-mib.my -%%DATADIR%%/nortel/QOSSLA-MIB.mib -%%DATADIR%%/nortel/DSX-TC-MIB.mib -%%DATADIR%%/nortel/nnmst.mib -%%DATADIR%%/nortel/s3com.mib -%%DATADIR%%/nortel/AAC.mib -%%DATADIR%%/nortel/baystackarpinspection.mib -%%DATADIR%%/nortel/s5cha.mib -%%DATADIR%%/nortel/CONFIG-MGMT-MIB.mib -%%DATADIR%%/nortel/ntEnterpriseDataTasmanMgmtchassis.mib -%%DATADIR%%/nortel/ccfg210.mib -%%DATADIR%%/nortel/s3eth.mib -%%DATADIR%%/nortel/s5etr.mib -%%DATADIR%%/nortel/nortel-basic.my -%%DATADIR%%/nortel/HARDWARE.MIB -%%DATADIR%%/nortel/QOS-POLICY-IP-PIB.mib -%%DATADIR%%/nortel/s5tcs.mib -%%DATADIR%%/nortel/NORTEL-MIB.mib -%%DATADIR%%/nortel/newoak.mib -%%DATADIR%%/nortel/s5age.mib -%%DATADIR%%/nortel/GENERIC-HDLC-MIB.mib -%%DATADIR%%/nortel/TAG1Q.MIB -%%DATADIR%%/nortel/bayxlr.mib -%%DATADIR%%/nortel/LLDP-EXT-MED-MIB.mib -%%DATADIR%%/nortel/BAY-STACK-NOTIFY-CONTROL-MIB.mib -%%DATADIR%%/nortel/s5erl.mib -%%DATADIR%%/nortel/baystackecmp.mib -%%DATADIR%%/nortel/BAY-STACK-IGMP-EXT-MIB.mib -%%DATADIR%%/nortel/synro.mib -%%DATADIR%%/nortel/BAY-STACK-NOTIFICATIONS-MIB.mib -%%DATADIR%%/nortel/nortel-reg-chassis.my -%%DATADIR%%/nortel/aoslayer7.mib -%%DATADIR%%/nortel/dvmrp.mib -%%DATADIR%%/nortel/cesTraps.mib -%%DATADIR%%/nortel/nnrst.mib -%%DATADIR%%/nortel/tigonNetwork.mib -%%DATADIR%%/nortel/altroot.mib -%%DATADIR%%/nortel/cd3ex201.mib -%%DATADIR%%/nortel/L2mgmt.mib -%%DATADIR%%/nortel/PPP-MIB.mib -%%DATADIR%%/nortel/SNMP-MIB.mib -%%DATADIR%%/nortel/s5emt.mib -%%DATADIR%%/nortel/Commgmt.mib -%%DATADIR%%/nortel/tigonSwitch.mib -%%DATADIR%%/nortel/nortel-info-rf-detect-mib.my -%%DATADIR%%/nortel/nortel-external-server-mib.my -%%DATADIR%%/nortel/tigonPhysical.mib -%%DATADIR%%/nortel/ces_id.mib -%%DATADIR%%/nortel/DVMRP-STD-MIB.mib -%%DATADIR%%/nortel/FR-MIB.mib -%%DATADIR%%/nortel/BAY-STACK-UNICAST-STORM-CONTROL-MIB.mib -%%DATADIR%%/nortel/BAY-STACK-IP-FWD-NH-MIB.mib -%%DATADIR%%/nortel/nortel-system-mib.my -%%DATADIR%%/nortel/aosswitch.mib -%%DATADIR%%/nortel/s5eth.mib -%%DATADIR%%/nortel/.index -%%DATADIR%%/mib_index.txt +%%DATADIR%%/README +%%DATADIR%%/UPGRADE +%%DATADIR%%/allied/atswtch2.mib +%%DATADIR%%/allied/ati-mib.mib +%%DATADIR%%/allied/.index +%%DATADIR%%/apc/powernet.mib +%%DATADIR%%/arista/ARISTA-SMI-MIB.txt +%%DATADIR%%/arista/ARISTA-PRODUCTS-MIB.txt +%%DATADIR%%/arista/.index %%DATADIR%%/aruba/a80sb_mb_private.mib %%DATADIR%%/aruba/aruba-ifext.my %%DATADIR%%/aruba/aruba-wlan.my @@ -213,11 +27,19 @@ %%DATADIR%%/aruba/aruba-auth.my %%DATADIR%%/aruba/aruba-esi.my %%DATADIR%%/aruba/.index -%%DATADIR%%/nortel.diff -%%DATADIR%%/hp1.diff -%%DATADIR%%/ianalist -%%DATADIR%%/README -%%DATADIR%%/snmpwalkmib +%%DATADIR%%/asante/AsanteSwitchMIB.txt +%%DATADIR%%/asante/ASANTE-AH1012-MIB.txt +%%DATADIR%%/asante/.index +%%DATADIR%%/bluecoat/BLUECOAT-SG-USAGE-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-DISK-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-POLICY-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-SENSOR-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-WCCP-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-ATTACK-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-PROXY-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-HEALTHCHECK-MIB.txt +%%DATADIR%%/bluecoat/BLUECOAT-SG-HEALTHMONITOR-MIB.txt %%DATADIR%%/cabletron/ct-cmmphys-mib.txt %%DATADIR%%/cabletron/ctron-vlan-extensions-mib.txt %%DATADIR%%/cabletron/ctron-sfps-chassis-mib.txt @@ -228,9 +50,11 @@ %%DATADIR%%/cabletron/ctron-sfps-eventlog-mib.txt %%DATADIR%%/cabletron/ctron-dlsw-mib.txt %%DATADIR%%/cabletron/dot5-phys-mib.txt +%%DATADIR%%/cabletron/ct-fastpath-dynamic-arp-inspection-mib.txt %%DATADIR%%/cabletron/ctron-fddi-fnb-mib.txt %%DATADIR%%/cabletron/ct-fastpath-dhcpserver-mib.txt %%DATADIR%%/cabletron/ctron-sfps-l4ss-mib.txt +%%DATADIR%%/cabletron/.index %%DATADIR%%/cabletron/ctron-portmap-mib.txt %%DATADIR%%/cabletron/ctron-sfps-call-mib.txt %%DATADIR%%/cabletron/ctron-entity-state-tc-mib.txt @@ -241,15 +65,17 @@ %%DATADIR%%/cabletron/ctron-appletalk-router-mib.txt %%DATADIR%%/cabletron/ctron-q-bridge-mib-ext.txt %%DATADIR%%/cabletron/ctron-chassis-mib.txt +%%DATADIR%%/cabletron/ct-fastpath-arpacl-mib.txt %%DATADIR%%/cabletron/ctron-priority-extensions-mib.txt %%DATADIR%%/cabletron/ctron-sfps-softlink-mib.txt +%%DATADIR%%/cabletron/rbtws-rf-detect-tc.txt %%DATADIR%%/cabletron/ctron-oids.mib.txt %%DATADIR%%/cabletron/rbtws-external-server-mib.txt %%DATADIR%%/cabletron/ctron-common-mib.txt %%DATADIR%%/cabletron/ctron-sfps-port-mib.txt -%%DATADIR%%/cabletron/ctron-dhcp-mib.txt %%DATADIR%%/cabletron/ctron-fddi-stat-mib.txt %%DATADIR%%/cabletron/event-actions-mib.txt +%%DATADIR%%/cabletron/ctron-dhcp-mib.txt %%DATADIR%%/cabletron/ctron-sfps-resolve-mib.txt %%DATADIR%%/cabletron/ct-container-mib.txt %%DATADIR%%/cabletron/ctsmtmib-mib.txt @@ -264,7 +90,6 @@ %%DATADIR%%/cabletron/ctron-ssr-smi-mib.txt %%DATADIR%%/cabletron/ctron-translation-mib.txt %%DATADIR%%/cabletron/ctron-csmacd-mib.txt -%%DATADIR%%/cabletron/dlm-mib.txt %%DATADIR%%/cabletron/ctinb-mib.txt %%DATADIR%%/cabletron/ups2-mib.txt %%DATADIR%%/cabletron/ctron-nat-mib.txt @@ -276,12 +101,13 @@ %%DATADIR%%/cabletron/ctron-sfcs-mib.txt %%DATADIR%%/cabletron/ctframer-config-mib.txt %%DATADIR%%/cabletron/ct-priority-classify-mib.txt +%%DATADIR%%/cabletron/dlm-mib.txt %%DATADIR%%/cabletron/ctron-sfps-common-mib.txt %%DATADIR%%/cabletron/rbtws-port-mib.txt %%DATADIR%%/cabletron/network-diags-mib.txt %%DATADIR%%/cabletron/rbtws-ap-tc.txt -%%DATADIR%%/cabletron/ctron-bdg-mib.txt %%DATADIR%%/cabletron/ctron-ipx-router-mib.txt +%%DATADIR%%/cabletron/ctron-bdg-mib.txt %%DATADIR%%/cabletron/ctron-if-remap-2-mib.txt %%DATADIR%%/cabletron/elh100-mib.txt %%DATADIR%%/cabletron/ctif-ext-mib.txt @@ -296,6 +122,8 @@ %%DATADIR%%/cabletron/ctron-ssr-capacity-mib.txt %%DATADIR%%/cabletron/ctinb2-mib.txt %%DATADIR%%/cabletron/ctron-frontpanel-mib.txt +%%DATADIR%%/cabletron/rbtws-registration-devices-mib.txt +%%DATADIR%%/cabletron/rbtws-registration-chassis-mib.txt %%DATADIR%%/cabletron/rbtws-client-session-mib.txt %%DATADIR%%/cabletron/ctron-sfps-policy-mib.txt %%DATADIR%%/cabletron/ctron-routers-mib.txt @@ -304,14 +132,14 @@ %%DATADIR%%/cabletron/ctron-mib-names.txt %%DATADIR%%/cabletron/ctron-sfps-sflsp-mib.txt %%DATADIR%%/cabletron/rbtws-ap-status-mib.txt +%%DATADIR%%/cabletron/cttraplog-mib.txt %%DATADIR%%/cabletron/rbtws-system-mib.txt %%DATADIR%%/cabletron/ctron-sfps-diagstats-mib.txt -%%DATADIR%%/cabletron/cttraplog-mib.txt +%%DATADIR%%/cabletron/ct-fastpath-dhcpsnooping-mib.txt %%DATADIR%%/cabletron/ctron-ssr-trap-mib.txt %%DATADIR%%/cabletron/ctron-cdp.mib.txt %%DATADIR%%/cabletron/ctron-device-mib.txt %%DATADIR%%/cabletron/ct-hsimphys-mib.txt -%%DATADIR%%/cabletron/trap-mib.txt %%DATADIR%%/cabletron/repeater-rev4-mib.txt %%DATADIR%%/cabletron/ctron-rate-policing-mib.txt %%DATADIR%%/cabletron/ctron-orp-hsim-mib.txt @@ -321,6 +149,7 @@ %%DATADIR%%/cabletron/ct-fps-services-mib.txt %%DATADIR%%/cabletron/ctatm-config-mib.txt %%DATADIR%%/cabletron/ct-flash-mib.txt +%%DATADIR%%/cabletron/trap-mib.txt %%DATADIR%%/cabletron/ctron-sfps-base-mib.txt %%DATADIR%%/cabletron/ctron-sfps-directory-mib.txt %%DATADIR%%/cabletron/ctron-deciv-router-mib.txt @@ -343,19 +172,19 @@ %%DATADIR%%/cabletron/ctron-appn-mib.txt %%DATADIR%%/cabletron/ctron-bus-mib.txt %%DATADIR%%/cabletron/rbtws-root-mib.txt -%%DATADIR%%/cabletron/ctron-fnbtr-mib.txt %%DATADIR%%/cabletron/ctron-bridge-mib.txt %%DATADIR%%/cabletron/cabletron-traps-irm.txt +%%DATADIR%%/cabletron/ctron-fnbtr-mib.txt %%DATADIR%%/cabletron/ctron-wan-mib.txt %%DATADIR%%/cabletron/ctron-remote-access-mib.txt %%DATADIR%%/cabletron/ctron-sfps-mcast-mib.txt %%DATADIR%%/cabletron/ziplock-mib.txt %%DATADIR%%/cabletron/ctron-etwmim-mib.txt +%%DATADIR%%/cabletron/ctron-igmp-mib.txt %%DATADIR%%/cabletron/ctron-entity-state-mib.txt %%DATADIR%%/cabletron/els100-s24tx2m-mib.txt %%DATADIR%%/cabletron/ct-priority-queuing-mib.txt %%DATADIR%%/cabletron/ctron-ppc-bad-packets.txt -%%DATADIR%%/cabletron/ctron-igmp-mib.txt %%DATADIR%%/cabletron/ctron-sfps-topology-mib.txt %%DATADIR%%/cabletron/ctron-tx-queue-arbitration-mib.txt %%DATADIR%%/cabletron/rbtws-client-session-tc.txt @@ -370,701 +199,9 @@ %%DATADIR%%/cabletron/ct-els10-mib.txt %%DATADIR%%/cabletron/ctron-timed-reset-mib.txt %%DATADIR%%/cabletron/irm3-mib.txt -%%DATADIR%%/cabletron/.index -%%DATADIR%%/arista/ARISTA-SMI-MIB.txt -%%DATADIR%%/arista/ARISTA-PRODUCTS-MIB.txt -%%DATADIR%%/arista/.index -%%DATADIR%%/netgear/gsm7224_radius.mib -%%DATADIR%%/netgear/fsm7326_qos_acl.mib -%%DATADIR%%/netgear/fsm7326_radius.mib -%%DATADIR%%/netgear/qos_diffserv_extensions.my -%%DATADIR%%/netgear/gsm7312_mgmt_security.mib -%%DATADIR%%/netgear/fastpathipv6loopback.my -%%DATADIR%%/netgear/wg302.mib -%%DATADIR%%/netgear/gsm7324_switching.mib -%%DATADIR%%/netgear/gsm7324_qos.mib -%%DATADIR%%/netgear/fastpath_timezone.my -%%DATADIR%%/netgear/fsm7326_qos.mib -%%DATADIR%%/netgear/fastpathmulticast.my -%%DATADIR%%/netgear/wg102.mib -%%DATADIR%%/netgear/snmp-res.my -%%DATADIR%%/netgear/fastpathloopback.my -%%DATADIR%%/netgear/gsm7324_qos_acl.mib -%%DATADIR%%/netgear/fsm7326_switching.mib -%%DATADIR%%/netgear/fastpath_boxservices.my -%%DATADIR%%/netgear/fsm7326_qos_diffserv_private.mib -%%DATADIR%%/netgear/qos.my -%%DATADIR%%/netgear/tacacsclient.my -%%DATADIR%%/netgear/gsm7224_switching.mib -%%DATADIR%%/netgear/gsm7312_qos_diffserv_private.mib -%%DATADIR%%/netgear/fastpath_dhcp6.my -%%DATADIR%%/netgear/fastpath_keying.my -%%DATADIR%%/netgear/fastpathrouting6.my -%%DATADIR%%/netgear/fastpath_dhcp.my -%%DATADIR%%/netgear/gsm7312_radius.mib -%%DATADIR%%/netgear/gsm7224.mib -%%DATADIR%%/netgear/me103.mib -%%DATADIR%%/netgear/fsm7326_routing.mib -%%DATADIR%%/netgear/fastpathsntp.my -%%DATADIR%%/netgear/gsm7312_qos_diffserv_extensions.mib -%%DATADIR%%/netgear/gsm7324_mgmt_security.mib -%%DATADIR%%/netgear/gsm7324_qos_diffserv_extensions.mib -%%DATADIR%%/netgear/gsm7324.mib -%%DATADIR%%/netgear/gsm7312_switching.mib -%%DATADIR%%/netgear/fastpath_captive_portal.my -%%DATADIR%%/netgear/fastpathipv6tunnel.my -%%DATADIR%%/netgear/gsm7312.mib -%%DATADIR%%/netgear/gsm7312_routing.mib -%%DATADIR%%/netgear/fsm7326.mib -%%DATADIR%%/netgear/fastpath_power_ethernet.my -%%DATADIR%%/netgear/wag302.mib -%%DATADIR%%/netgear/fastpath_telnet.my -%%DATADIR%%/netgear/fastpathswitching.my -%%DATADIR%%/netgear/wag102.mib -%%DATADIR%%/netgear/fastpath_qos_cos.my -%%DATADIR%%/netgear/gsm7324_qos_diffserv_private.mib -%%DATADIR%%/netgear/fsm726s_v2.mib -%%DATADIR%%/netgear/gsm7324_routing.mib -%%DATADIR%%/netgear/qos_acl.my -%%DATADIR%%/netgear/fastpath_qos_iscsi.my -%%DATADIR%%/netgear/gsm7224_mgmt_security.mib -%%DATADIR%%/netgear/fastpathisdp.my -%%DATADIR%%/netgear/fastpath_portsecurity.my -%%DATADIR%%/netgear/fastpath_mgmt_security.my -%%DATADIR%%/netgear/fsm7326_power_ethernet.mib -%%DATADIR%%/netgear/fsm7326_qos_diffserv_extensions.mib -%%DATADIR%%/netgear/fastpathrouting.my -%%DATADIR%%/netgear/fastpath_qos_voip.my -%%DATADIR%%/netgear/gsm7312_qos_acl.mib -%%DATADIR%%/netgear/netgearref.my -%%DATADIR%%/netgear/fastpathdnsclient_control.my -%%DATADIR%%/netgear/srAgentInfo.my -%%DATADIR%%/netgear/qos_diffserv_private.my -%%DATADIR%%/netgear/gsm7312_qos.mib -%%DATADIR%%/netgear/fastpath_dos.my -%%DATADIR%%/netgear/fastpathlogging.my -%%DATADIR%%/netgear/wc7520.mib -%%DATADIR%%/netgear/wg302user.mib -%%DATADIR%%/netgear/gsm7324_radius.mib -%%DATADIR%%/netgear/fastpathinventory.my -%%DATADIR%%/netgear/fsm7326_mgmt_security.mib -%%DATADIR%%/netgear/.index -%%DATADIR%%/split-extreme -%%DATADIR%%/foundry/FOUNDRY-SN-TRAP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-IPX-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-VSRP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-ROOT-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-WIRELESS-GROUP-MIB.mib -%%DATADIR%%/foundry/foundry-sn-mrp.mib -%%DATADIR%%/foundry/FOUNDRY-SN-SWITCH-GROUP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-APPLETALK-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-BGP4-GROUP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-IP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-POS-GROUP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-AGENT-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-ROUTER-TRAP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-CAR-MIB.mib -%%DATADIR%%/foundry/foundry-sn-mac-authentication.mib -%%DATADIR%%/foundry/foundry-sn-mac-vlan.mib -%%DATADIR%%/foundry/FOUNDRY-SN-IGMP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-OSPF-GROUP-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-IP-ACL-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-VLAN-CAR-MIB.mib -%%DATADIR%%/foundry/FOUNDRY-SN-IP-VRRP-MIB.mib -%%DATADIR%%/foundry/.index %%DATADIR%%/chk_dups -%%DATADIR%%/cisco_remove -%%DATADIR%%/enterasys/enterasys-radius-acct-client-ext-mib.txt -%%DATADIR%%/enterasys/enterasys-license-key-mib.txt -%%DATADIR%%/enterasys/enterasys-configuration-change-mib.txt -%%DATADIR%%/enterasys/enterasys-radius-auth-client-encrypt-mib.txt -%%DATADIR%%/enterasys/enterasys-netflow-mib.txt -%%DATADIR%%/enterasys/enterasys-encr-8021x-config-mib.txt -%%DATADIR%%/enterasys/enterasys-image-validation-mib.txt -%%DATADIR%%/enterasys/enterasys-activation-mib.txt -%%DATADIR%%/enterasys/enterasys-syslog-client-mib.txt -%%DATADIR%%/enterasys/enterasys-ieee8023-lag-mib-ext-mib.txt -%%DATADIR%%/enterasys/enterasys-aaa-policy-mib.txt -%%DATADIR%%/enterasys/enterasys-multi-user-8021x-mib.txt -%%DATADIR%%/enterasys/enterasys-class-of-service-mib.txt -%%DATADIR%%/enterasys/enterasys-mac-locking-mib.txt -%%DATADIR%%/enterasys/enterasys-802dot11ext.txt -%%DATADIR%%/enterasys/enterasys-mau-mib-ext-mib.txt -%%DATADIR%%/enterasys/enterasys-ssh-server-mib.txt -%%DATADIR%%/enterasys/enterasys-power-ethernet-mib-ext-mib.txt -%%DATADIR%%/enterasys/enterasys-configuration-management-mib.txt -%%DATADIR%%/enterasys/enterasys-upn-tc-mib.txt -%%DATADIR%%/enterasys/enterasys-wifi-protected-access-mib.txt -%%DATADIR%%/enterasys/enterasys-multi-auth-mib.txt -%%DATADIR%%/enterasys/enterasys-flow-limiting-mib.txt -%%DATADIR%%/enterasys/enterasys-vlan-interface-mib.txt -%%DATADIR%%/enterasys/enterasys-snmp-persistence-mib.txt -%%DATADIR%%/enterasys/enterasys-8021x-rekeying-mib.txt -%%DATADIR%%/enterasys/enterasys-spanning-tree-diagnostic-mib.txt -%%DATADIR%%/enterasys/enterasys-threat-notification-mib.txt -%%DATADIR%%/enterasys/enterasys-mib-names.mib.txt -%%DATADIR%%/enterasys/enterasys-mstp-mib.txt -%%DATADIR%%/enterasys/enterasys-vlan-authorization-mib.txt -%%DATADIR%%/enterasys/enterasys-R2Management.txt -%%DATADIR%%/enterasys/enterasys-policy-profile-mib.txt -%%DATADIR%%/enterasys/enterasys-tls-mib.txt -%%DATADIR%%/enterasys/enterasys-service-level-reporting-mib.txt -%%DATADIR%%/enterasys/enterasys-mac-authentication-mib.txt -%%DATADIR%%/enterasys/enterasys-diagnostic-message-mib.txt -%%DATADIR%%/enterasys/enterasys-secure-shell-server-mib.txt -%%DATADIR%%/enterasys/enterasys-resource-utilization-mib.txt -%%DATADIR%%/enterasys/enterasys-ietf-p-bridge-mib-ext-mib.txt -%%DATADIR%%/enterasys/enterasys-link-flap-mib.txt -%%DATADIR%%/enterasys/enterasys-convergence-end-point-mib.txt -%%DATADIR%%/enterasys/enterasys-ietf-bridge-mib-ext-mib.txt -%%DATADIR%%/enterasys/enterasys-if-mib-ext-mib.txt -%%DATADIR%%/enterasys/enterasys-pwa-mib.txt -%%DATADIR%%/enterasys/enterasys-license-key-oids-mib.txt -%%DATADIR%%/enterasys/enterasys-8021x-extensions-mib.txt -%%DATADIR%%/enterasys/enterasys-jumbo-ethernet-frame-mib.txt -%%DATADIR%%/enterasys/enterasys-firewall-mib.txt -%%DATADIR%%/enterasys/enterasys-mib-org.mib.txt -%%DATADIR%%/enterasys/enterasys-oids-mib.txt -%%DATADIR%%/enterasys/enterasys-eswitch-mib.txt -%%DATADIR%%/enterasys/enterasys-radius-auth-client-mib.txt -%%DATADIR%%/enterasys/enterasys-mgmt-auth-notification-mib.txt -%%DATADIR%%/enterasys/enterasys-encr-8021x-rekeying-mib.txt -%%DATADIR%%/enterasys/enterasys-sntp-client-mib.txt -%%DATADIR%%/enterasys/.index -%%DATADIR%%/rfclist -%%DATADIR%%/to_locase -%%DATADIR%%/snmp.conf -%%DATADIR%%/rm_cisco_dups -%%DATADIR%%/Makefile -%%DATADIR%%/UPGRADE -%%DATADIR%%/asante/AsanteSwitchMIB.txt -%%DATADIR%%/asante/ASANTE-AH1012-MIB.txt -%%DATADIR%%/asante/.index -%%DATADIR%%/mkindex -%%DATADIR%%/packetfront/PACKETFRONT-TC.mib -%%DATADIR%%/packetfront/PACKETFRONT-DRG-MIB.mib -%%DATADIR%%/packetfront/PACKETFRONT-SMI.mib -%%DATADIR%%/packetfront/PACKETFRONT-COPY-MIB.mib -%%DATADIR%%/packetfront/PACKETFRONT-PRODUCTS-MIB.mib -%%DATADIR%%/packetfront/.index -%%DATADIR%%/rfc/BRIDGE-MIB.txt -%%DATADIR%%/rfc/TN3270E-MIB.txt -%%DATADIR%%/rfc/TOKEN-RING-RMON-MIB.txt -%%DATADIR%%/rfc/SNMP-FRAMEWORK-MIB.txt -%%DATADIR%%/rfc/DPI20-MIB.txt -%%DATADIR%%/rfc/PIM-MIB.txt -%%DATADIR%%/rfc/IANA-GMPLS-TC-MIB.txt -%%DATADIR%%/rfc/HPR-IP-MIB.txt -%%DATADIR%%/rfc/DVB-RCS-MIB.txt -%%DATADIR%%/rfc/EtherLike-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-NETGRAPH.txt -%%DATADIR%%/rfc/FR-ATM-PVC-SERVICE-IWF-MIB.txt -%%DATADIR%%/rfc/APPN-MIB.txt -%%DATADIR%%/rfc/RFC1382-MIB.txt -%%DATADIR%%/rfc/IANA-PWE3-MIB.txt -%%DATADIR%%/rfc/IANA-CHARSET-MIB.txt -%%DATADIR%%/rfc/UPS-MIB.txt -%%DATADIR%%/rfc/RMON-MIB.txt -%%DATADIR%%/rfc/TPM-MIB.txt -%%DATADIR%%/rfc/SNMP-COMMUNITY-MIB.txt -%%DATADIR%%/rfc/ISDN-MIB.txt -%%DATADIR%%/rfc/IANA-ITU-ALARM-TC-MIB.txt -%%DATADIR%%/rfc/TUNNEL-MIB.txt -%%DATADIR%%/rfc/TCP-ESTATS-MIB.txt -%%DATADIR%%/rfc/IEEE8021-PAE-MIB.my -%%DATADIR%%/rfc/APPLICATION-MIB.txt -%%DATADIR%%/rfc/TCP-MIB.txt -%%DATADIR%%/rfc/IANAifType-MIB.txt -%%DATADIR%%/rfc/APS-MIB.txt -%%DATADIR%%/rfc/IANA-MAU-MIB.txt -%%DATADIR%%/rfc/MOBILEIPV6-MIB.txt -%%DATADIR%%/rfc/SNMPv2-MIB.txt -%%DATADIR%%/rfc/RFC1155-SMI.txt -%%DATADIR%%/rfc/DISMAN-PING-MIB.txt -%%DATADIR%%/rfc/PW-ATM-MIB.txt -%%DATADIR%%/rfc/MPLS-LDP-STD-MIB.txt -%%DATADIR%%/rfc/SNMP-VIEW-BASED-ACM-MIB.txt -%%DATADIR%%/rfc/SNMPv2-SMI.txt -%%DATADIR%%/rfc/RFC1231-MIB.my -%%DATADIR%%/rfc/SIP-TC-MIB.txt -%%DATADIR%%/rfc/IP-FORWARD-MIB.txt -%%DATADIR%%/rfc/FOKUS-MIB.txt -%%DATADIR%%/rfc/RAQMON-RDS-MIB.txt -%%DATADIR%%/rfc/VRRP-MIB.txt -%%DATADIR%%/rfc/PKTC-IETF-SIG-MIB.txt -%%DATADIR%%/rfc/RIPv2-MIB.txt -%%DATADIR%%/rfc/UDPLITE-MIB.txt -%%DATADIR%%/rfc/SFLOW-MIB.txt -%%DATADIR%%/rfc/VPN-TC-STD-MIB.txt -%%DATADIR%%/rfc/IGMP-STD-MIB.txt -%%DATADIR%%/rfc/DLSW-MIB.txt -%%DATADIR%%/rfc/IPV6-MLD-MIB.txt -%%DATADIR%%/rfc/SNA-SDLC-MIB.txt -%%DATADIR%%/rfc/TRANSPORT-ADDRESS-MIB.txt -%%DATADIR%%/rfc/FORCES-MIB.txt -%%DATADIR%%/rfc/DS0BUNDLE-MIB.txt -%%DATADIR%%/rfc/Printer-MIB.txt -%%DATADIR%%/rfc/T11-TC-MIB.txt -%%DATADIR%%/rfc/FC-MGMT-MIB.txt -%%DATADIR%%/rfc/GMPLS-TC-STD-MIB.txt -%%DATADIR%%/rfc/ISNS-MIB.txt -%%DATADIR%%/rfc/OSPF-MIB.txt -%%DATADIR%%/rfc/MTA-MIB.txt -%%DATADIR%%/rfc/HPR-MIB.txt -%%DATADIR%%/rfc/RSERPOOL-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-MIB2-MIB.txt -%%DATADIR%%/rfc/VDSL-LINE-EXT-SCM-MIB.txt -%%DATADIR%%/rfc/TN3270E-RT-MIB.txt -%%DATADIR%%/rfc/RFC1381-MIB.txt -%%DATADIR%%/rfc/ADSL-TC-MIB.txt -%%DATADIR%%/rfc/LMP-MIB.txt -%%DATADIR%%/rfc/DISMAN-SCHEDULE-MIB.txt -%%DATADIR%%/rfc/HDSL2-SHDSL-LINE-MIB.txt -%%DATADIR%%/rfc/PW-STD-MIB.txt -%%DATADIR%%/rfc/TE-LINK-STD-MIB.txt -%%DATADIR%%/rfc/SNMPv2-M2M-MIB.txt -%%DATADIR%%/rfc/T11-FC-SP-TC-MIB.txt -%%DATADIR%%/rfc/DOCS-CABLE-DEVICE-MIB.txt -%%DATADIR%%/rfc/FDDI-SMT73-MIB.txt -%%DATADIR%%/rfc/ENTITY-STATE-TC-MIB.txt -%%DATADIR%%/rfc/SNMP-USER-BASED-SM-MIB.txt -%%DATADIR%%/rfc/IPATM-IPMC-MIB.txt -%%DATADIR%%/rfc/P-BRIDGE-MIB.txt -%%DATADIR%%/rfc/T11-FC-SP-POLICY-MIB.txt -%%DATADIR%%/rfc/ADSL2-LINE-MIB.txt -%%DATADIR%%/rfc/RADIUS-AUTH-SERVER-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-MIB.txt -%%DATADIR%%/rfc/T11-FC-SP-AUTHENTICATION-MIB.txt -%%DATADIR%%/rfc/IFCP-MGMT-MIB.txt -%%DATADIR%%/rfc/IF-INVERTED-STACK-MIB.txt -%%DATADIR%%/rfc/IPV6-TC.txt -%%DATADIR%%/rfc/Job-Monitoring-MIB.txt -%%DATADIR%%/rfc/NETWORK-SERVICES-MIB.txt -%%DATADIR%%/rfc/FRSLD-MIB.txt -%%DATADIR%%/rfc/DOCS-IETF-SUBMGT-MIB.txt -%%DATADIR%%/rfc/MIOX25-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-SNMPD.txt -%%DATADIR%%/rfc/ROHC-RTP-MIB.txt -%%DATADIR%%/rfc/MPLS-FTN-STD-MIB.txt -%%DATADIR%%/rfc/VDSL2-LINE-MIB.txt -%%DATADIR%%/rfc/IPV6-FLOW-LABEL-MIB.txt -%%DATADIR%%/rfc/lldp_dot1.mib -%%DATADIR%%/rfc/T11-FC-NAME-SERVER-MIB.txt -%%DATADIR%%/rfc/RDBMS-MIB.txt -%%DATADIR%%/rfc/T11-FC-FABRIC-LOCK-MIB.txt -%%DATADIR%%/rfc/MPLS-LDP-GENERIC-STD-MIB.txt -%%DATADIR%%/rfc/SNMP-USM-AES-MIB.txt -%%DATADIR%%/rfc/UDP-MIB.txt -%%DATADIR%%/rfc/Q-BRIDGE-MIB.txt -%%DATADIR%%/rfc/AGGREGATE-MIB.txt -%%DATADIR%%/rfc/SIP-SERVER-MIB.txt -%%DATADIR%%/rfc/IPV6-TCP-MIB.txt -%%DATADIR%%/rfc/PPP-LCP-MIB.txt -%%DATADIR%%/rfc/IANA-FINISHER-MIB.txt -%%DATADIR%%/rfc/SNMP-MPD-MIB.txt -%%DATADIR%%/rfc/INTERFACETOPN-MIB.txt -%%DATADIR%%/rfc/GMPLS-LABEL-STD-MIB.txt -%%DATADIR%%/rfc/OPT-IF-MIB.txt -%%DATADIR%%/rfc/T11-FC-SP-SA-MIB.txt -%%DATADIR%%/rfc/SNA-NAU-MIB.txt -%%DATADIR%%/rfc/TIME-AGGREGATE-MIB.txt -%%DATADIR%%/rfc/RFC1414-MIB.txt -%%DATADIR%%/rfc/DOT3-OAM-MIB.txt -%%DATADIR%%/rfc/MSDP-MIB.txt -%%DATADIR%%/rfc/FRNETSERV-MIB.txt -%%DATADIR%%/rfc/IANATn3270eTC-MIB.txt -%%DATADIR%%/rfc/OSPF-TRAP-MIB.txt -%%DATADIR%%/rfc/RFC1253-MIB.my -%%DATADIR%%/rfc/IPFIX-MIB.txt -%%DATADIR%%/rfc/ETHER-WIS.txt -%%DATADIR%%/rfc/RFC1271-MIB.txt -%%DATADIR%%/rfc/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB.txt -%%DATADIR%%/rfc/APPN-DLUR-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-HOSTRES-MIB.txt -%%DATADIR%%/rfc/HOST-RESOURCES-TYPES.txt -%%DATADIR%%/rfc/AGENTX-MIB.txt -%%DATADIR%%/rfc/ENTITY-SENSOR-MIB.txt -%%DATADIR%%/rfc/INT-SERV-MIB.my -%%DATADIR%%/rfc/ENTITY-STATE-MIB.txt -%%DATADIR%%/rfc/IPV6-UDP-MIB.txt -%%DATADIR%%/rfc/INTEGRATED-SERVICES-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-IP-MIB.txt -%%DATADIR%%/rfc/PARALLEL-MIB.txt -%%DATADIR%%/rfc/RADIUS-ACC-CLIENT-MIB.txt -%%DATADIR%%/rfc/RFC1213-MIB.txt -%%DATADIR%%/rfc/MIDCOM-MIB.txt -%%DATADIR%%/rfc/DIRECTORY-SERVER-MIB.txt -%%DATADIR%%/rfc/SYSAPPL-MIB.txt -%%DATADIR%%/rfc/GMPLS-TE-STD-MIB.txt -%%DATADIR%%/rfc/lldp.mib -%%DATADIR%%/rfc/ENTITY-MIB.txt -%%DATADIR%%/rfc/DIFFSERV-CONFIG-MIB.txt -%%DATADIR%%/rfc/RAQMON-MIB.txt -%%DATADIR%%/rfc/PW-TC-STD-MIB.txt -%%DATADIR%%/rfc/TE-MIB.txt -%%DATADIR%%/rfc/RFC1285-MIB.my -%%DATADIR%%/rfc/DISMAN-NSLOOKUP-MIB.txt -%%DATADIR%%/rfc/MPLS-LDP-ATM-STD-MIB.txt -%%DATADIR%%/rfc/IANA-PRINTER-MIB.txt -%%DATADIR%%/rfc/SNMPv2-TC.txt -%%DATADIR%%/rfc/ADSL2-LINE-TC-MIB.txt -%%DATADIR%%/rfc/TOKENRING-MIB.txt -%%DATADIR%%/rfc/HC-PerfHist-TC-MIB.txt -%%DATADIR%%/rfc/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt -%%DATADIR%%/rfc/INT-SERV-GUARANTEED-MIB.my -%%DATADIR%%/rfc/DIFFSERV-MIB.txt -%%DATADIR%%/rfc/IPMCAST-MIB.txt -%%DATADIR%%/rfc/ROHC-MIB.txt -%%DATADIR%%/rfc/INET-ADDRESS-MIB.txt -%%DATADIR%%/rfc/PIM-STD-MIB.txt -%%DATADIR%%/rfc/MPLS-TE-STD-MIB.txt -%%DATADIR%%/rfc/lldp_dot3.mib -%%DATADIR%%/rfc/IANA-RTPROTO-MIB.txt -%%DATADIR%%/rfc/VDSL2-LINE-TC-MIB.txt -%%DATADIR%%/rfc/NAT-MIB.txt -%%DATADIR%%/rfc/IPV6-ICMP-MIB.txt -%%DATADIR%%/rfc/PPP-SEC-MIB.txt -%%DATADIR%%/rfc/DISMAN-TRACEROUTE-MIB.txt -%%DATADIR%%/rfc/PTOPO-MIB.txt -%%DATADIR%%/rfc/APM-MIB.txt -%%DATADIR%%/rfc/SNMP-REPEATER-MIB.txt -%%DATADIR%%/rfc/PPP-IP-NCP-MIB.txt -%%DATADIR%%/rfc/POWER-ETHERNET-MIB.txt -%%DATADIR%%/rfc/VDSL-LINE-EXT-MCM-MIB.txt -%%DATADIR%%/rfc/IPV6-MIB.txt -%%DATADIR%%/rfc/IANA-LANGUAGE-MIB.txt -%%DATADIR%%/rfc/DOCS-IETF-QOS-MIB.txt -%%DATADIR%%/rfc/CAPWAP-BASE-MIB.txt -%%DATADIR%%/rfc/APPC-MIB.txt -%%DATADIR%%/rfc/DS0-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-BRIDGE-MIB.txt -%%DATADIR%%/rfc/SYSLOG-TC-MIB.txt -%%DATADIR%%/rfc/OSPFV3-MIB.txt -%%DATADIR%%/rfc/IPS-AUTH-MIB.txt -%%DATADIR%%/rfc/PINT-MIB.txt -%%DATADIR%%/rfc/EBN-MIB.txt -%%DATADIR%%/rfc/TRIP-MIB.txt -%%DATADIR%%/rfc/DNS-SERVER-MIB.txt -%%DATADIR%%/rfc/T11-FC-ROUTE-MIB.txt -%%DATADIR%%/rfc/DOT3-EPON-MIB.txt -%%DATADIR%%/rfc/MPLS-L3VPN-STD-MIB.txt -%%DATADIR%%/rfc/RADIUS-AUTH-CLIENT-MIB.txt -%%DATADIR%%/rfc/LANGTAG-TC-MIB.txt -%%DATADIR%%/rfc/GMPLS-LSR-STD-MIB.txt -%%DATADIR%%/rfc/ISIS-MIB.txt -%%DATADIR%%/rfc/DOT12-IF-MIB.txt -%%DATADIR%%/rfc/RFC1243-MIB.my -%%DATADIR%%/rfc/ETHER-CHIPSET-MIB.txt -%%DATADIR%%/rfc/SLAPM-MIB.txt -%%DATADIR%%/rfc/T11-FC-FABRIC-CONFIG-SERVER-MIB.txt -%%DATADIR%%/rfc/DSMON-MIB.txt -%%DATADIR%%/rfc/IEEE802dot11-MIB.my -%%DATADIR%%/rfc/GSMP-MIB.txt -%%DATADIR%%/rfc/SOURCE-ROUTING-MIB.txt -%%DATADIR%%/rfc/HCNUM-TC.txt -%%DATADIR%%/rfc/SCSI-MIB.txt -%%DATADIR%%/rfc/MGMD-STD-MIB.txt -%%DATADIR%%/rfc/ADSL-LINE-MIB.txt -%%DATADIR%%/rfc/DIAL-CONTROL-MIB.txt -%%DATADIR%%/rfc/FCIP-MGMT-MIB.txt -%%DATADIR%%/rfc/FRAME-RELAY-DTE-MIB.txt -%%DATADIR%%/rfc/ISCSI-MIB.txt -%%DATADIR%%/rfc/NOTIFICATION-LOG-MIB.txt -%%DATADIR%%/rfc/IPMROUTE-STD-MIB.txt -%%DATADIR%%/rfc/ROHC-UNCOMPRESSED-MIB.txt -%%DATADIR%%/rfc/TOKENRING-STATION-SR-MIB.txt -%%DATADIR%%/rfc/CAPWAP-DOT11-MIB.txt -%%DATADIR%%/rfc/SONET-MIB.txt -%%DATADIR%%/rfc/FIBRE-CHANNEL-FE-MIB.txt -%%DATADIR%%/rfc/NTPv4-MIB.txt -%%DATADIR%%/rfc/DSA-MIB.txt -%%DATADIR%%/rfc/SNMP-PROXY-MIB.txt -%%DATADIR%%/rfc/MPLS-LC-FR-STD-MIB.txt -%%DATADIR%%/rfc/ATM-MIB.txt -%%DATADIR%%/rfc/SNMPv2-TM.txt -%%DATADIR%%/rfc/ITU-ALARM-MIB.txt -%%DATADIR%%/rfc/ALARM-MIB.txt -%%DATADIR%%/rfc/RADIUS-DYNAUTH-SERVER-MIB.txt -%%DATADIR%%/rfc/POLICY-BASED-MANAGEMENT-MIB.txt -%%DATADIR%%/rfc/Finisher-MIB.txt -%%DATADIR%%/rfc/RFC1389-MIB.txt -%%DATADIR%%/rfc/DOCS-IF-MIB.txt -%%DATADIR%%/rfc/ARC-MIB.txt -%%DATADIR%%/rfc/IPSEC-SPD-MIB.txt -%%DATADIR%%/rfc/MPLS-LDP-FRAME-RELAY-STD-MIB.txt -%%DATADIR%%/rfc/ACCOUNTING-CONTROL-MIB.txt -%%DATADIR%%/rfc/DISMAN-SCRIPT-MIB.txt -%%DATADIR%%/rfc/T11-FC-ZONE-SERVER-MIB.txt -%%DATADIR%%/rfc/HC-ALARM-MIB.txt -%%DATADIR%%/rfc/PW-TDM-MIB.txt -%%DATADIR%%/rfc/DIFFSERV-DSCP-TC.txt -%%DATADIR%%/rfc/WWW-MIB.txt -%%DATADIR%%/rfc/DOT12-RPTR-MIB.txt -%%DATADIR%%/rfc/ATM-ACCOUNTING-INFORMATION-MIB.txt -%%DATADIR%%/rfc/SNMP-USM-DH-OBJECTS-MIB.txt -%%DATADIR%%/rfc/TRIP-TC-MIB.txt -%%DATADIR%%/rfc/RSTP-MIB.txt -%%DATADIR%%/rfc/Modem-MIB.txt -%%DATADIR%%/rfc/RADIUS-DYNAUTH-CLIENT-MIB.txt -%%DATADIR%%/rfc/SMUX-MIB.txt -%%DATADIR%%/rfc/IPFIX-SELECTOR-MIB.txt -%%DATADIR%%/rfc/SIP-COMMON-MIB.txt -%%DATADIR%%/rfc/T11-FC-RSCN-MIB.txt -%%DATADIR%%/rfc/T11-FC-FSPF-MIB.txt -%%DATADIR%%/rfc/ADSL-LINE-EXT-MIB.txt -%%DATADIR%%/rfc/PW-ENET-STD-MIB.txt -%%DATADIR%%/rfc/DOCS-BPI-MIB.txt -%%DATADIR%%/rfc/CIRCUIT-IF-MIB.txt -%%DATADIR%%/rfc/DOCS-IETF-BPI2-MIB.txt -%%DATADIR%%/rfc/INTEGRATED-SERVICES-GUARANTEED-MIB.txt -%%DATADIR%%/rfc/CHARACTER-MIB.txt -%%DATADIR%%/rfc/IF-CAP-STACK-MIB.txt -%%DATADIR%%/rfc/ATM-TC-MIB.txt -%%DATADIR%%/rfc/COPS-CLIENT-MIB.txt -%%DATADIR%%/rfc/L2TP-MIB.txt -%%DATADIR%%/rfc/URI-TC-MIB.txt -%%DATADIR%%/rfc/SMON-MIB.txt -%%DATADIR%%/rfc/SNMP-TARGET-MIB.txt -%%DATADIR%%/rfc/NEMO-MIB.txt -%%DATADIR%%/rfc/SNMPv2-PARTY-MIB.txt -%%DATADIR%%/rfc/HC-RMON-MIB.txt -%%DATADIR%%/rfc/SNMPv2-CONF.txt -%%DATADIR%%/rfc/MPLS-LSR-STD-MIB.txt -%%DATADIR%%/rfc/T11-FC-SP-ZONING-MIB.txt -%%DATADIR%%/rfc/APPN-TRAP-MIB.txt -%%DATADIR%%/rfc/FLOW-METER-MIB.txt -%%DATADIR%%/rfc/FR-MFR-MIB.txt -%%DATADIR%%/rfc/BEGEMOT-PF-MIB.txt -%%DATADIR%%/rfc/IEEE8023-LAG-MIB.my -%%DATADIR%%/rfc/T11-FC-FABRIC-ADDR-MGR-MIB.txt -%%DATADIR%%/rfc/IP-MIB.txt -%%DATADIR%%/rfc/SIP-MIB.txt -%%DATADIR%%/rfc/IF-MIB.txt -%%DATADIR%%/rfc/MPLS-TC-STD-MIB.txt -%%DATADIR%%/rfc/RFC1406-MIB.my -%%DATADIR%%/rfc/DNS-RESOLVER-MIB.txt -%%DATADIR%%/rfc/SNMP-IEEE802-TM-MIB.txt -%%DATADIR%%/rfc/NHRP-MIB.txt -%%DATADIR%%/rfc/RS-232-MIB.txt -%%DATADIR%%/rfc/SIP-UA-MIB.txt -%%DATADIR%%/rfc/IBM-6611-APPN-MIB.txt -%%DATADIR%%/rfc/MAU-MIB.txt -%%DATADIR%%/rfc/PKTC-IETF-MTA-MIB.txt -%%DATADIR%%/rfc/ITU-ALARM-TC-MIB.txt -%%DATADIR%%/rfc/EFM-CU-MIB.txt -%%DATADIR%%/rfc/PIM-BSR-MIB.txt -%%DATADIR%%/rfc/HOST-RESOURCES-MIB.txt -%%DATADIR%%/rfc/ATM2-MIB.txt -%%DATADIR%%/rfc/RADIUS-ACC-SERVER-MIB.txt -%%DATADIR%%/rfc/PW-MPLS-STD-MIB.txt -%%DATADIR%%/rfc/PKTC-IETF-EVENT-MIB.txt -%%DATADIR%%/rfc/RSVP-MIB.txt -%%DATADIR%%/rfc/SNMPv2-USEC-MIB.txt -%%DATADIR%%/rfc/DISMAN-EVENT-MIB.txt -%%DATADIR%%/rfc/SSPM-MIB.txt -%%DATADIR%%/rfc/MIP-MIB.txt -%%DATADIR%%/rfc/MPLS-LC-ATM-STD-MIB.txt -%%DATADIR%%/rfc/T11-FC-VIRTUAL-FABRIC-MIB.txt -%%DATADIR%%/rfc/TCPIPX-MIB.txt -%%DATADIR%%/rfc/DS1-MIB.txt -%%DATADIR%%/rfc/DISMAN-EXPRESSION-MIB.txt -%%DATADIR%%/rfc/BGP4-MIB.txt -%%DATADIR%%/rfc/IPOA-MIB.txt -%%DATADIR%%/rfc/SNMP-NOTIFICATION-MIB.txt -%%DATADIR%%/rfc/DECNET-PHIV-MIB.txt -%%DATADIR%%/rfc/SCTP-MIB.txt -%%DATADIR%%/rfc/MALLOC-MIB.txt -%%DATADIR%%/rfc/VDSL-LINE-MIB.txt -%%DATADIR%%/rfc/DS3-MIB.txt -%%DATADIR%%/rfc/IANA-MALLOC-MIB.txt -%%DATADIR%%/rfc/RTP-MIB.txt -%%DATADIR%%/rfc/APPLETALK-MIB.txt -%%DATADIR%%/rfc/PerfHist-TC-MIB.txt -%%DATADIR%%/rfc/RFC1229-MIB.my -%%DATADIR%%/rfc/PPP-BRIDGE-NCP-MIB.txt -%%DATADIR%%/rfc/RMON2-MIB.txt -%%DATADIR%%/rfc/CLNS-MIB.txt -%%DATADIR%%/rfc/.index -%%DATADIR%%/mikrotik/mikrotik.mib -%%DATADIR%%/mikrotik/.index %%DATADIR%%/chk_mibs -%%DATADIR%%/net-snmp/UCD-IPFILTER-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-EXAMPLES-MIB.txt -%%DATADIR%%/net-snmp/UCD-DISKIO-MIB.txt -%%DATADIR%%/net-snmp/RFC-1215.txt -%%DATADIR%%/net-snmp/LM-SENSORS-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-TC.txt -%%DATADIR%%/net-snmp/NET-SNMP-PASS-MIB.txt -%%DATADIR%%/net-snmp/UCD-DEMO-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-VACM-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-AGENT-MIB.txt -%%DATADIR%%/net-snmp/UCD-DLMOD-MIB.txt -%%DATADIR%%/net-snmp/UCD-IPFWACC-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-EXTEND-MIB.txt -%%DATADIR%%/net-snmp/UCD-SNMP-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-SYSTEM-MIB.txt -%%DATADIR%%/net-snmp/NET-SNMP-MONITOR-MIB.txt -%%DATADIR%%/net-snmp/UCD-SNMP-MIB-OLD.txt -%%DATADIR%%/net-snmp/.index -%%DATADIR%%/allied/atswtch2.mib -%%DATADIR%%/allied/ati-mib.mib -%%DATADIR%%/allied/.index -%%DATADIR%%/hp/hp-sn-ospf.mib -%%DATADIR%%/hp/hp-sn-agent.mib -%%DATADIR%%/hp/hpicfgppcv2.mib -%%DATADIR%%/hp/hpicfproviderbridge.mib -%%DATADIR%%/hp/hpswitchdistributedtrunk.mib -%%DATADIR%%/hp/hpicfmld.mib -%%DATADIR%%/hp/hpicfsavepower.mib -%%DATADIR%%/hp/hp-sn-pos.mib -%%DATADIR%%/hp/hpicfsntp.mib -%%DATADIR%%/hp/hp-sn-bgp4.mib -%%DATADIR%%/hp/hpicfacct.mib -%%DATADIR%%/hp/hpicfbridge.mib -%%DATADIR%%/hp/hp-sn-ip.mib -%%DATADIR%%/hp/hpicfdot1x.mib -%%DATADIR%%/hp/hpswitchpl.mib -%%DATADIR%%/hp/vc-domain-mib.mib -%%DATADIR%%/hp/hpicfautz.mib -%%DATADIR%%/hp/hpicfratelimit.mib -%%DATADIR%%/hp/ipx.mib -%%DATADIR%%/hp/hpicfhighavailability.mib -%%DATADIR%%/hp/hpicfchassis.mib -%%DATADIR%%/hp/hpicfl3macconfig.mib -%%DATADIR%%/hp/cpqsinfo-mib.mib -%%DATADIR%%/hp/hpicflinktest.mib -%%DATADIR%%/hp/hpacmxlbase.mib -%%DATADIR%%/hp/hpicfsyslog.mib -%%DATADIR%%/hp/hpicfusbport.mib -%%DATADIR%%/hp/h2r07604c.mib -%%DATADIR%%/hp/hp_procurve_420.mib -%%DATADIR%%/hp/hpicfdownload.mib -%%DATADIR%%/hp/hpicfudpforward.mib -%%DATADIR%%/hp/hpswitchstack.mib -%%DATADIR%%/hp/hpicfvgrptr.mib -%%DATADIR%%/hp/hpicfjumbo.mib -%%DATADIR%%/hp/hpacmxlsystem.mib -%%DATADIR%%/hp/hp-sn-appletalk.mib -%%DATADIR%%/hp/hpicfdhcpv6relay.mib -%%DATADIR%%/hp/hpicfoobm.mib -%%DATADIR%%/hp/gbe2c-l2l3.mib -%%DATADIR%%/hp/hpicfchain.mib -%%DATADIR%%/hp/hpicfinstmon.mib -%%DATADIR%%/hp/hpswitchbasicconfig.mib -%%DATADIR%%/hp/hpicfetwist.mib -%%DATADIR%%/hp/hpicfdhcpclient.mib -%%DATADIR%%/hp/hpicfusrprof.mib -%%DATADIR%%/hp/hpacmxlmemproc.mib -%%DATADIR%%/hp/hpicfdcpower.mib -%%DATADIR%%/hp/hpicfreload.mib -%%DATADIR%%/hp/hpnetswitch.mib -%%DATADIR%%/hp/cpqhost-mib.mib -%%DATADIR%%/hp/hpicfvg.mib -%%DATADIR%%/hp/hpicfudld.mib -%%DATADIR%%/hp/hpicfauth.mib -%%DATADIR%%/hp/hpicfstack.mib -%%DATADIR%%/hp/orinoco.mib -%%DATADIR%%/hp/hpicfiproute.mib -%%DATADIR%%/hp/hpicfsecurity.mib -%%DATADIR%%/hp/hpr-sn-switch.mib -%%DATADIR%%/hp/hpswitchdma.mib -%%DATADIR%%/hp/hpicfvrrp.mib -%%DATADIR%%/hp/hpicfusrauth.mib -%%DATADIR%%/hp/hpicfospf.mib -%%DATADIR%%/hp/hpvlan.mib -%%DATADIR%%/hp/vc-module-mib.mib -%%DATADIR%%/hp/hp-sn-sw-l4-switch.mib -%%DATADIR%%/hp/hpicfiplockdown.mib -%%DATADIR%%/hp/hpicfautorun.mib -%%DATADIR%%/hp/hpswitchstat.mib -%%DATADIR%%/hp/hpicfpim.mib -%%DATADIR%%/hp/hpicfsrcip.mib -%%DATADIR%%/hp/hpacmxlifext.mib -%%DATADIR%%/hp/hpswitcherrormsg.mib -%%DATADIR%%/hp/hpswitchconfig.mib -%%DATADIR%%/hp/hp-sn-ipx.mib -%%DATADIR%%/hp/hpicfarpprotect.mib -%%DATADIR%%/hp/hpicfpoe.mib -%%DATADIR%%/hp/hpicf8023rptr.mib -%%DATADIR%%/hp/hpswitchdrivers.mib -%%DATADIR%%/hp/hpicfftrco.mib -%%DATADIR%%/hp/hpswitchimage.mib -%%DATADIR%%/hp/hpicfoid.mib -%%DATADIR%%/hp/hpicfrip.mib -%%DATADIR%%/hp/hphttpmg.mib -%%DATADIR%%/hp/hpicfdcfan.mib -%%DATADIR%%/hp/hpicfconnectionratefilter.mib -%%DATADIR%%/hp/hpicftc.mib -%%DATADIR%%/hp/hpicfsnmp.mib -%%DATADIR%%/hp/hpicfxrrp.mib -%%DATADIR%%/hp/hpicfbasic.mib -%%DATADIR%%/hp/hpicftransceiver.mib -%%DATADIR%%/hp/hpicfipaddress.mib -%%DATADIR%%/hp/hpicfdhcpsnoop.mib -%%DATADIR%%/hp/hpicfgenrptr.mib -%%DATADIR%%/hp/hpicfff.mib -%%DATADIR%%/hp/hp-sn-trap.mib -%%DATADIR%%/hp/hpicfgppc.mib -%%DATADIR%%/hp/hpicfdosfilter.mib -%%DATADIR%%/hp/hp-sn-igmp.mib -%%DATADIR%%/hp/hpentmib.mib -%%DATADIR%%/hp/.index -%%DATADIR%%/netscreen/NETSCREEN-SET-GEN-MIB.mib -%%DATADIR%%/netscreen/NETSCREEN-INTERFACE-MIB.mib -%%DATADIR%%/netscreen/NETSCREEN-RESOURCE-MIB.mib -%%DATADIR%%/netscreen/NETSCREEN-OSPF-MIB.mib -%%DATADIR%%/netscreen/NETSCREEN-NSRP-MIB.mib -%%DATADIR%%/netscreen/NETSCREEN-SMI.mib -%%DATADIR%%/netscreen/NETSCREEN-PRODUCTS-MIB.mib -%%DATADIR%%/netscreen/.index -%%DATADIR%%/cisco1.diff -%%DATADIR%%/cyclades/CYCLADES-ACS-PM-MIB.mib -%%DATADIR%%/cyclades/CYCLADES-ACS-SYS-MIB.mib -%%DATADIR%%/cyclades/CYCLADES-ACS-ADM-MIB.mib -%%DATADIR%%/cyclades/CYCLADES-ACS-INFO-MIB.mib -%%DATADIR%%/cyclades/CYCLADES-ACS-CONF-MIB.mib -%%DATADIR%%/cyclades/CYCLADES-MIB.mib -%%DATADIR%%/cyclades/CYCLADES-ACS-MIB.mib -%%DATADIR%%/cyclades/.index -%%DATADIR%%/extreme/extreme-vc.mib -%%DATADIR%%/extreme/extreme-v2trap.mib -%%DATADIR%%/extreme/extreme-pos.mib -%%DATADIR%%/extreme/extreme-qos.mib -%%DATADIR%%/extreme/extreme-dlcs.mib -%%DATADIR%%/extreme/extreme-np.mib -%%DATADIR%%/extreme/extreme-dos.mib -%%DATADIR%%/extreme/extreme-poe.mib -%%DATADIR%%/extreme/extreme-rtstats.mib -%%DATADIR%%/extreme/extremedot11ap.mib -%%DATADIR%%/extreme/extreme-slb.mib -%%DATADIR%%/extreme/extreme-pbqos.mib -%%DATADIR%%/extreme/extreme-trap.mib -%%DATADIR%%/extreme/extreme-entity.mib -%%DATADIR%%/extreme/extreme-base.mib -%%DATADIR%%/extreme/extreme-vlan.mib -%%DATADIR%%/extreme/extreme-services.mib -%%DATADIR%%/extreme/extreme-trappoll.mib -%%DATADIR%%/extreme/extreme-eaps.mib -%%DATADIR%%/extreme/extreme-stacking.mib -%%DATADIR%%/extreme/extreme-wireless.mib -%%DATADIR%%/extreme/extreme-cable.mib -%%DATADIR%%/extreme/extreme-ospf.mib -%%DATADIR%%/extreme/extreme-port.mib -%%DATADIR%%/extreme/extreme-netflow.mib -%%DATADIR%%/extreme/extreme-esrp.mib -%%DATADIR%%/extreme/extreme-stp-extensions.mib -%%DATADIR%%/extreme/extreme-filetransfer.mib -%%DATADIR%%/extreme/extreme-fdb.mib -%%DATADIR%%/extreme/extreme-snmpv3.mib -%%DATADIR%%/extreme/extremedot11f.mib -%%DATADIR%%/extreme/extreme-edp.mib -%%DATADIR%%/extreme/extreme-enh-dos.mib -%%DATADIR%%/extreme/extreme-system.mib -%%DATADIR%%/extreme/.index -%%DATADIR%%/diff_dir -%%DATADIR%%/walk_all +%%DATADIR%%/chk_mibs_all %%DATADIR%%/cisco/CISCO-IETF-ISNS-MGMT-MIB.my %%DATADIR%%/cisco/CISCO-ETHERNET-ACCESS-MIB.my %%DATADIR%%/cisco/CISCO-VISM-SVC-MIB.my @@ -1078,12 +215,15 @@ %%DATADIR%%/cisco/CISCO-APS-EXT-MIB.my %%DATADIR%%/cisco/CISCO-DDP-IAPP-MIB.my %%DATADIR%%/cisco/CISCO-LEC-DATA-VCC-MIB.my +%%DATADIR%%/cisco/.index %%DATADIR%%/cisco/CISCO-NETINT-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-CLIENT-TS-MIB.my %%DATADIR%%/cisco/CISCO-DNS-SERVER-MIB.my +%%DATADIR%%/cisco/CISCO-SELECTIVE-VRF-DOWNLOAD-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-ROGUE-MIB.my %%DATADIR%%/cisco/PCUBE-CONFIG-COPY.my %%DATADIR%%/cisco/CISCO-SCTP-MIB.my +%%DATADIR%%/cisco/CISCO-GTPV2-MIB.my %%DATADIR%%/cisco/CISCO-VISM-CODEC-MIB.my %%DATADIR%%/cisco/ALTIGA-GLOBAL-REG.my %%DATADIR%%/cisco/CISCO-CDL-MIB.my @@ -1091,38 +231,40 @@ %%DATADIR%%/cisco/CISCO-CEF-MIB.my %%DATADIR%%/cisco/MADGERSW-MIB.my %%DATADIR%%/cisco/CISCO-IP-STAT-MIB.my +%%DATADIR%%/cisco/DTI-MIB.my +%%DATADIR%%/cisco/CISCO-MLD-SNOOPING-MIB.my %%DATADIR%%/cisco/CISCO-FCIP-MGMT-EXT-MIB.my %%DATADIR%%/cisco/CISCO-PROP-ATM-IF-MIB.my -%%DATADIR%%/cisco/DTI-MIB.my %%DATADIR%%/cisco/CISCO-CAT6K-CROSSBAR-MIB.my %%DATADIR%%/cisco/CISCO-WAN-CES-PORT-MIB.my %%DATADIR%%/cisco/CISCO-IETF-VPLS-BGP-EXT-MIB.my %%DATADIR%%/cisco/CISCO-TN3270SERVER-MIB.my %%DATADIR%%/cisco/CISCO-VISM-CONN-MIB.my %%DATADIR%%/cisco/CISCO-WAN-FR-RSRC-PART-MIB.my +%%DATADIR%%/cisco/CISCO-RTP-METRICS-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-QFP-MIB.my %%DATADIR%%/cisco/DOCS-DSG-IF-MIB.my %%DATADIR%%/cisco/PCUBE-ENGAGE-MIB.my %%DATADIR%%/cisco/CISCO-UNIFIED-FIREWALL-MIB.my +%%DATADIR%%/cisco/PNNI-MIB.my %%DATADIR%%/cisco/ISIS-CAPABILTY-MIB.my %%DATADIR%%/cisco/CISCO-ATM-TRUNK-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-IF-MIB.my %%DATADIR%%/cisco/CISCO-VPDN-MGMT-EXT-MIB.my -%%DATADIR%%/cisco/OLD-CISCO-SYS-MIB.my %%DATADIR%%/cisco/CISCO-ATM-SWITCH-FR-IWF-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-CCX-CLIENT-MIB.my %%DATADIR%%/cisco/CISCO-ATM-ACCESS-LIST-MIB.my %%DATADIR%%/cisco/CISCO-WAN-CES-RSRC-PART-MIB.my %%DATADIR%%/cisco/CISCO-DS0-CROSS-CONNECT-MIB.my %%DATADIR%%/cisco/CISCO-L2-TUNNEL-CONFIG-MIB.my +%%DATADIR%%/cisco/OLD-CISCO-SYS-MIB.my %%DATADIR%%/cisco/CISCO-AON-STATUS-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-LDAP-MIB.my -%%DATADIR%%/cisco/CISCO-FRAME-RELAY-MIB.my %%DATADIR%%/cisco/OLD-CISCO-TS-MIB.my +%%DATADIR%%/cisco/CISCO-FRAME-RELAY-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-FRU-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-MMAIL-DIAL-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-SCSI-MIB.my -%%DATADIR%%/cisco/ESMODULE-MIB.my %%DATADIR%%/cisco/CISCO-IMAGE-CHECK-MIB.my %%DATADIR%%/cisco/CISCO-WAN-BBIF-ILMI-MIB.my %%DATADIR%%/cisco/CISCO-SONET-MIB.my @@ -1138,8 +280,9 @@ %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB.my %%DATADIR%%/cisco/CISCO-IPSLA-ETHERNET-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DOWNLOAD-MIB.my -%%DATADIR%%/cisco/CISCO-MVPN-MIB.my %%DATADIR%%/cisco/CISCO-SAN-BASE-SVC-MIB.my +%%DATADIR%%/cisco/CISCO-MVPN-MIB.my +%%DATADIR%%/cisco/CISCO-ENTITY-SENSOR-HISTORY-MIB.my %%DATADIR%%/cisco/ALTIGA-SSH-STATS-MIB.my %%DATADIR%%/cisco/CISCO-VLAN-MEMBERSHIP-MIB.my %%DATADIR%%/cisco/CISCO-GSLB-TC-MIB.my @@ -1149,11 +292,11 @@ %%DATADIR%%/cisco/LS2020-R2-MIB.my %%DATADIR%%/cisco/BASIS-GENERIC-MIB.my %%DATADIR%%/cisco/ALTIGA-ADDRESS-STATS-MIB.my +%%DATADIR%%/cisco/CISCO-MPOA-EXT-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-MESH-MIB.my %%DATADIR%%/cisco/CISCO-SNMP-NOTIFICATION-EXT-MIB.my %%DATADIR%%/cisco/CISCO-IETF-PIM-EXT-MIB.my %%DATADIR%%/cisco/CISCO-BULK-FILE-MIB.my -%%DATADIR%%/cisco/PNNI-MIB.my %%DATADIR%%/cisco/CISCO-ITP-MLR-MIB.my %%DATADIR%%/cisco/CISCO-ATM-CONN-INFO-MIB.my %%DATADIR%%/cisco/ADSL-DMT-LINE-MIB.my @@ -1162,10 +305,10 @@ %%DATADIR%%/cisco/CISCO-ITP-MONITOR-MIB.my %%DATADIR%%/cisco/CISCO-C8500-REDUNDANCY-MIB.my %%DATADIR%%/cisco/CLAB-TOPO-MIB.my +%%DATADIR%%/cisco/CISCO-DS0BUNDLE-MIB.my %%DATADIR%%/cisco/CISCO-WIRELESS-P2P-BPI-MIB.my %%DATADIR%%/cisco/CISCO-LOCAL-DIRECTOR-MIB.my %%DATADIR%%/cisco/CISCO-IETF-MPLS-TE-P2MP-STD-MIB.my -%%DATADIR%%/cisco/CISCO-DS0BUNDLE-MIB.my %%DATADIR%%/cisco/draft-ietf-ipfc-fcmgmt-int-mib-04.my %%DATADIR%%/cisco/CISCO-SWITCH-MULTICAST-MIB.my %%DATADIR%%/cisco/CISCO-IKE-CONFIGURATION-MIB.my @@ -1176,14 +319,16 @@ %%DATADIR%%/cisco/LANOPTICS-SYSTEM-MIB.my %%DATADIR%%/cisco/ALTIGA-IP-STATS-MIB.my %%DATADIR%%/cisco/CISCO-WAN-ATM-PARTY-MIB.my +%%DATADIR%%/cisco/ESMODULE-MIB.my %%DATADIR%%/cisco/BASIS-SERIAL-MIB.my +%%DATADIR%%/cisco/CISCO-ITP-GTCAP-MIB.my %%DATADIR%%/cisco/CISCO-WAN-FR-CONN-STAT-MIB.my %%DATADIR%%/cisco/CISCO-IETF-PW-FR-MIB.my %%DATADIR%%/cisco/CISCO-SDSL-LINE-MIB.my %%DATADIR%%/cisco/CISCO-GGSN-EXT-MIB.my %%DATADIR%%/cisco/CISCO-CDSTV-BWMGR-MIB.my -%%DATADIR%%/cisco/CISCO-CLUSTER-MIB.my %%DATADIR%%/cisco/CISCO-IETF-MEGACO-MIB.my +%%DATADIR%%/cisco/CISCO-CLUSTER-MIB.my %%DATADIR%%/cisco/CISCO-SNMP-USM-OIDS-MIB.my %%DATADIR%%/cisco/CISCO-IETF-PPVPN-MPLS-VPN-MIB.my %%DATADIR%%/cisco/CISCO-IPSEC-TC.my @@ -1193,14 +338,17 @@ %%DATADIR%%/cisco/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB.my %%DATADIR%%/cisco/CISCO-POP-MGMT-MIB.my %%DATADIR%%/cisco/ALTIGA-FILTER-STATS-MIB.my +%%DATADIR%%/cisco/CISCO-ITP-DSMR-UCP-MIB.my %%DATADIR%%/cisco/DOCS-IF3-MIB.my %%DATADIR%%/cisco/CISCO-VPDN-MGMT-MIB.my %%DATADIR%%/cisco/CISCO-WAN-BBIF-PORT-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-QOS-MIB.my -%%DATADIR%%/cisco/IMA-MIB.my %%DATADIR%%/cisco/CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-DHCP-SNOOPING-MIB.my +%%DATADIR%%/cisco/CISCO-TRUSTSEC-MIB.my +%%DATADIR%%/cisco/CISCO-DOT11-CONTEXT-SERVICES-MANAGER-MIB.my %%DATADIR%%/cisco/CISCO-PORT-STORM-CONTROL-MIB.my +%%DATADIR%%/cisco/IMA-MIB.my %%DATADIR%%/cisco/CISCO-EMBEDDED-EVENT-MGR-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-RRM-MIB.my %%DATADIR%%/cisco/CISCO-IETF-PIM-MIB.my @@ -1215,12 +363,12 @@ %%DATADIR%%/cisco/CISCO-WIRELESS-EXP-MIB.my %%DATADIR%%/cisco/CISCO-VSIMASTER-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-HT-MAC-MIB.my +%%DATADIR%%/cisco/v2-readme %%DATADIR%%/cisco/ALTIGA-DHCP-SERVER-STATS-MIB.my %%DATADIR%%/cisco/CISCO-IPSEC-MIB.my %%DATADIR%%/cisco/CISCO-IGMP-SNOOPING-MIB.my %%DATADIR%%/cisco/CISCO-WAN-VISM-TONE-PLAN-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-ENABLED-LINK-MIB.my -%%DATADIR%%/cisco/v2-readme %%DATADIR%%/cisco/CISCO-EVC-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-ATM-DIAL-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-BUS-MIB.my @@ -1228,38 +376,42 @@ %%DATADIR%%/cisco/LANOPTICS-HUB-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-DIAG-TC-MIB.my %%DATADIR%%/cisco/AIRESPACE-REF-MIB.my +%%DATADIR%%/cisco/CISCO-FC-TUNNEL-MIB.my %%DATADIR%%/cisco/CISCO-CRYPTO-ACCELERATOR-MIB.my +%%DATADIR%%/cisco/CISCO-CSG-MIB.my %%DATADIR%%/cisco/CISCO-DIST-DIRECTOR-MIB.my %%DATADIR%%/cisco/CISCO-BGP-POLICY-ACCOUNTING-MIB.my %%DATADIR%%/cisco/CISCO-IPSLA-AUTOMEASURE-MIB.my -%%DATADIR%%/cisco/CISCO-CSG-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DHCP-MIB.my %%DATADIR%%/cisco/CISCO-CONFIG-COPY-MIB.my %%DATADIR%%/cisco/CISCO-NTP-MIB.my +%%DATADIR%%/cisco/CISCO-REPORT-INTERVAL-TC-MIB.my %%DATADIR%%/cisco/CISCO-PROXY-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-IP-RAN-BACKHAUL-MIB.my %%DATADIR%%/cisco/CISCO-WAN-ATM-PREF-ROUTE-MIB.my %%DATADIR%%/cisco/CISCO-IPSEC-SIGNALING-MIB.my %%DATADIR%%/cisco/CISCO-FC-DEVICE-ALIAS-MIB.my %%DATADIR%%/cisco/CISCO-WIRELESS-TC-MIB.my -%%DATADIR%%/cisco/DOCS-TEST-MIB.my %%DATADIR%%/cisco/DOCS-QOS-MIB.my +%%DATADIR%%/cisco/DOCS-TEST-MIB.my %%DATADIR%%/cisco/MPLS-TC-MIB.my %%DATADIR%%/cisco/CISCO-IETF-VPLS-GENERIC-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-ALARM-MIB.my %%DATADIR%%/cisco/CISCO-CONFIG-MAN-MIB.my %%DATADIR%%/cisco/CISCO-TELEPRESENCE-CALL-MIB.my %%DATADIR%%/cisco/CISCO-IF-MONITOR-NOTIF-MIB.my +%%DATADIR%%/cisco/CISCO-IP-CBR-METRICS-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-HT-PHY-MIB.my %%DATADIR%%/cisco/MPLS-LSR-MIB.my +%%DATADIR%%/cisco/CISCO-SWITCH-NETFLOW-MIB.my %%DATADIR%%/cisco/CISCO-MGX82XX-VIRTUAL-PORT-MIB.my %%DATADIR%%/cisco/CISCO-WIRELESS-P2MP-RF-METRICS-MIB.my %%DATADIR%%/cisco/AIRESPACE-SWITCHING-MIB.my -%%DATADIR%%/cisco/A100-R1-MIB.my %%DATADIR%%/cisco/CISCO-ATM-SERVICE-REGISTRY-MIB.my %%DATADIR%%/cisco/CISCO-ITP-TC-MIB.my %%DATADIR%%/cisco/CISCO-VISM-CAS-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-INTERFACE-MIB.my +%%DATADIR%%/cisco/CISCO-APPNAV-MIB.my %%DATADIR%%/cisco/CISCO-IF-THRESHOLD-MIB.my %%DATADIR%%/cisco/CISCO-IETF-ATM2-PVCTRAP-MIB.my %%DATADIR%%/cisco/CISCO-WAN-MODULE-MIB.my @@ -1267,11 +419,13 @@ %%DATADIR%%/cisco/CISCO-UDLDP-MIB.my %%DATADIR%%/cisco/CISCO-LICENSE-MGR-MIB.my %%DATADIR%%/cisco/CISCO-DIGITAL-MEDIA-SYSTEMS-MIB.my +%%DATADIR%%/cisco/A100-R1-MIB.my %%DATADIR%%/cisco/DOCS-MCAST-AUTH-MIB.my -%%DATADIR%%/cisco/CISCO-WAN-T38-FAXRELAY-MIB.my %%DATADIR%%/cisco/CISCO-SIP-UA-MIB.my +%%DATADIR%%/cisco/CISCO-WAN-T38-FAXRELAY-MIB.my %%DATADIR%%/cisco/CISCO-CBP-TARGET-MIB.my %%DATADIR%%/cisco/CISCO-VISM-XGCP-EXT.my +%%DATADIR%%/cisco/CISCO-ADMISSION-POLICY-MIB.my %%DATADIR%%/cisco/CISCO-FABRIC-HFR-MIB.my %%DATADIR%%/cisco/CISCO-DOCS-REMOTE-QUERY-MIB.my %%DATADIR%%/cisco/CISCO-CONTENT-ENGINE-MIB.my @@ -1282,6 +436,7 @@ %%DATADIR%%/cisco/CISCO-SLB-DFP-MIB.my %%DATADIR%%/cisco/CISCO-XGCP-MIB.my %%DATADIR%%/cisco/CISCO-SYSLOG-EVENT-EXT-MIB.my +%%DATADIR%%/cisco/CISCO-DM-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-REDUNDANCY-TC-MIB.my %%DATADIR%%/cisco/DOCS-SUBMGT3-MIB.my %%DATADIR%%/cisco/CISCO-CCME-MIB.my @@ -1305,7 +460,6 @@ %%DATADIR%%/cisco/CISCO-PAGP-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-DISPLAY-MIB.my %%DATADIR%%/cisco/CISCO-SERVICE-CONTROL-LINK-MIB.my -%%DATADIR%%/cisco/CISCO-DM-MIB.my %%DATADIR%%/cisco/DOCS-LOADBAL3-MIB.my %%DATADIR%%/cisco/CISCO-TBRIDGE-DEV-IF-MIB.my %%DATADIR%%/cisco/CISCO-FDMI-MIB.my @@ -1315,16 +469,17 @@ %%DATADIR%%/cisco/METRO1500-MIB.my %%DATADIR%%/cisco/CISCO-CDP-MIB.my %%DATADIR%%/cisco/CALISTA-DPA-MIB.my -%%DATADIR%%/cisco/CISCO-ZS-EXT-MIB.my %%DATADIR%%/cisco/CISCO-SERVICE-CONTROL-TP-STATS-MIB.my %%DATADIR%%/cisco/CISCO-BITS-CLOCK-MIB.my %%DATADIR%%/cisco/CISCO-FILTER-GROUP-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-MFP-CAPABILITY.my %%DATADIR%%/cisco/CISCO-DOT11-LBS-MIB.my %%DATADIR%%/cisco/CISCO-ENHANCED-SLB-MIB.my +%%DATADIR%%/cisco/CISCO-FLOW-MONITOR-TC-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-ASSOCIATION-MIB.my %%DATADIR%%/cisco/ACTONA-ACTASTOR-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-MFP-MIB.my +%%DATADIR%%/cisco/CISCO-ZS-EXT-MIB.my %%DATADIR%%/cisco/CISCOWAN-SMI.my %%DATADIR%%/cisco/CISCO-PSD-CLIENT-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-REDUNDANCY-MIB.my @@ -1341,25 +496,30 @@ %%DATADIR%%/cisco/CISCO-ITP-GRT-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-TONE-CADENCE-MIB.my %%DATADIR%%/cisco/DOCS-L2VPN-MIB.my +%%DATADIR%%/cisco/ALTIGA-CAP.my %%DATADIR%%/cisco/CISCO-RHINO-MIB.my +%%DATADIR%%/cisco/CISCO-FC-MGMT-MIB.my %%DATADIR%%/cisco/CISCO-RESILIENT-ETHERNET-PROTOCOL-MIB.my %%DATADIR%%/cisco/CISCO-ITP-RT-MIB.my -%%DATADIR%%/cisco/CISCO-DOCS-EXT-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB.my +%%DATADIR%%/cisco/CISCO-DOCS-EXT-MIB.my %%DATADIR%%/cisco/CISCO-PRIVATE-VLAN-MIB.my %%DATADIR%%/cisco/CISCO-APPLIANCE-REDUNDANCY-MIB.my +%%DATADIR%%/cisco/CISCO-FC-PM-MIB.my +%%DATADIR%%/cisco/CISCO-SWITCH-STATS-MIB.my %%DATADIR%%/cisco/CISCO-CAS-IF-EXT-MIB.my %%DATADIR%%/cisco/CISCO-CNO-SWITCH-MIB.my %%DATADIR%%/cisco/CISCO-CIDS-MIB.my %%DATADIR%%/cisco/CISCO-CATOS-ACL-QOS-MIB.my +%%DATADIR%%/cisco/PCUBE-SMI.my %%DATADIR%%/cisco/CISCO-NDE-MIB.my +%%DATADIR%%/cisco/CISCO-DOT11-ANTENNA-MIB.my %%DATADIR%%/cisco/CISCO-OPTICAL-MONITORING-MIB.my %%DATADIR%%/cisco/CISCO-DYNAMIC-PORT-VSAN-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-REAP-MIB.my %%DATADIR%%/cisco/CISCO-CDSTV-AUTHMGR-MIB.my %%DATADIR%%/cisco/CISCO-FSPF-MIB.my %%DATADIR%%/cisco/CISCO-SNAPSHOT-MIB.my -%%DATADIR%%/cisco/ALTIGA-CAP.my %%DATADIR%%/cisco/LANOPTICS-ALERTS-MIB.my %%DATADIR%%/cisco/CISCO-RADIUS-MIB.my %%DATADIR%%/cisco/CISCO-NMS-APPL-HEALTH-MIB.my @@ -1367,6 +527,7 @@ %%DATADIR%%/cisco/CISCO-SDLLC-MIB.my %%DATADIR%%/cisco/CISCO-IETF-PW-ENET-MIB.my %%DATADIR%%/cisco/CISCO-CUICAPPS-MIB.my +%%DATADIR%%/cisco/CISCO-VIDEO-TC.my %%DATADIR%%/cisco/CISCO-COMMON-ROLES-EXT-MIB.my %%DATADIR%%/cisco/CISCO-DS3-MIB.my %%DATADIR%%/cisco/CISCO-ITP-GSP-MIB.my @@ -1380,6 +541,7 @@ %%DATADIR%%/cisco/CISCO-IETF-PW-MPLS-MIB.my %%DATADIR%%/cisco/CISCO-ITP-ACT-MIB.my %%DATADIR%%/cisco/CISCO-PSA-MICROCODE-MIB.my +%%DATADIR%%/cisco/CISCO-ENTITY-PERFORMANCE-MIB.my %%DATADIR%%/cisco/CISCO-H323-TC-MIB.my %%DATADIR%%/cisco/CISCO-IPSEC-POLICY-MAP-MIB.my %%DATADIR%%/cisco/CISCO-PROCESS-MIB.my @@ -1389,14 +551,15 @@ %%DATADIR%%/cisco/CISCO-L2-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-SANTAP-MIB.my %%DATADIR%%/cisco/CISCO-AUTHORIZATION-STATS-MIB.my -%%DATADIR%%/cisco/PCUBE-SMI.my %%DATADIR%%/cisco/CISCO-IETF-VRRP-MIB.my %%DATADIR%%/cisco/CISCO-MMODAL-CONTACT-APPS-MIB.my %%DATADIR%%/cisco/ALTIGA-LBSSF-STATS-MIB.my %%DATADIR%%/cisco/CISCO-FCIP-MGMT-MIB.my %%DATADIR%%/cisco/CISCO-DSPU-MIB.my +%%DATADIR%%/cisco/RTM-MIB.my %%DATADIR%%/cisco/CISCO-MAC-AUTH-BYPASS-MIB.my %%DATADIR%%/cisco/CISCO-H320-DIAL-CONTROL-MIB.my +%%DATADIR%%/cisco/CISCO-TRUSTSEC-POLICY-MIB.my %%DATADIR%%/cisco/CISCO-ATM-SWITCH-FR-RM-MIB.my %%DATADIR%%/cisco/CISCO-IMAGE-UPGRADE-MIB.my %%DATADIR%%/cisco/CISCO-APS-MIB.my @@ -1405,8 +568,10 @@ %%DATADIR%%/cisco/CISCO-CDSTV-INGEST-TUNING-MIB.my %%DATADIR%%/cisco/CISCO-IP-ENCRYPTION-MIB.my %%DATADIR%%/cisco/CISCO-CALL-APPLICATION-MIB.my +%%DATADIR%%/cisco/CISCO-VRF-MIB.my %%DATADIR%%/cisco/CISCO-WAN-SRM-BERT-MIB.my %%DATADIR%%/cisco/CISCO-ITP-GSCCP-MIB.my +%%DATADIR%%/cisco/CISCO-IPSLA-VIDEO-PROFILE-MIB.my %%DATADIR%%/cisco/CISCO-IF-CALL-SERVICE-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-CLIENT-ROAMING-MIB.my %%DATADIR%%/cisco/CISCO-QOS-TC-MIB.my @@ -1434,12 +599,13 @@ %%DATADIR%%/cisco/CISCO-INTERFACE-XCVR-MONITOR-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-CONNECTIVITY-MIB.my %%DATADIR%%/cisco/CISCO-L4L7MODULE-REDUNDANCY-MIB.my +%%DATADIR%%/cisco/XGCP-MIB.my %%DATADIR%%/cisco/CISCO-NHRP-EXT-MIB.my %%DATADIR%%/cisco/OLD-CISCO-DECNET-MIB.my %%DATADIR%%/cisco/CISCO-WIRELESS-P2MP-LINK-METRICS-MIB.my +%%DATADIR%%/cisco/CISCO-WAN-OPTIMIZATION-MIB.my %%DATADIR%%/cisco/CISCO-CIPCSNA-MIB.my %%DATADIR%%/cisco/CISCO-BSTUN-MIB.my -%%DATADIR%%/cisco/RTM-MIB.my %%DATADIR%%/cisco/CISCO-WAN-FEEDER-MIB.my %%DATADIR%%/cisco/CISCO-USER-CONNECTION-TAP-MIB.my %%DATADIR%%/cisco/DOCS-DIAG-MIB.my @@ -1448,7 +614,6 @@ %%DATADIR%%/cisco/CISCO-TELNET-SERVER-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-LMR-MIB.my %%DATADIR%%/cisco/CISCO-FCC-MIB.my -%%DATADIR%%/cisco/XGCP-MIB.my %%DATADIR%%/cisco/CISCO-MGX82XX-DSX3-MIB.my %%DATADIR%%/cisco/CISCO-CABLE-L2VPN-MIB.my %%DATADIR%%/cisco/CISCO-SERVICE-CONTROL-SUBSCRIBERS-MIB.my @@ -1463,8 +628,8 @@ %%DATADIR%%/cisco/CISCO-ITP-SP2-MIB.my %%DATADIR%%/cisco/CISCO-ATM-CONN-MIB.my %%DATADIR%%/cisco/MPLS-VPN-MIB.my -%%DATADIR%%/cisco/CISCO-BERT-MIB.my %%DATADIR%%/cisco/CISCO-VISM-ATM-TRUNK-MIB.my +%%DATADIR%%/cisco/CISCO-BERT-MIB.my %%DATADIR%%/cisco/CISCO-SLB-EXT-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-CLIENT-CALIB-MIB.my %%DATADIR%%/cisco/ALTIGA-PPTP-STATS-MIB.my @@ -1478,7 +643,6 @@ %%DATADIR%%/cisco/ALTIGA-HARDWARE-STATS-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-IDS-MIB.my %%DATADIR%%/cisco/CISCO-IF-LINK-CONFIG-MIB.my -%%DATADIR%%/cisco/NETRANGER.my %%DATADIR%%/cisco/CISCO-VOICE-APPLICATIONS-OID-MIB.my %%DATADIR%%/cisco/CISCO-GPRS-ACC-PT-MIB.my %%DATADIR%%/cisco/CISCO-SCSI-FLOW-MIB.my @@ -1493,8 +657,8 @@ %%DATADIR%%/cisco/CISCO-OPTICAL-IF-EXTN-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-CONTEXT-SERVICES-MIB.my %%DATADIR%%/cisco/CISCO-SSL-PROXY-MIB.my -%%DATADIR%%/cisco/MPOA-MIB.my %%DATADIR%%/cisco/CISCO-NETWORK-REGISTRAR-MIB.my +%%DATADIR%%/cisco/NETRANGER.my %%DATADIR%%/cisco/CISCO-ISNS-IP-NW-DISCOVERY-MIB.my %%DATADIR%%/cisco/CISCO-LINK-ERROR-MONITOR-MIB.my %%DATADIR%%/cisco/CISCO-OTN-IF-MIB.my @@ -1503,15 +667,19 @@ %%DATADIR%%/cisco/ALTIGA-HTTP-STATS-MIB.my %%DATADIR%%/cisco/CISCO-SESS-BORDER-CTRLR-CALL-STATS-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-TC-MIB.my +%%DATADIR%%/cisco/CISCO-BRIDGE-DOMAIN-MIB.my +%%DATADIR%%/cisco/MPOA-MIB.my %%DATADIR%%/cisco/CISCO-CABLE-ADMISSION-CTRL-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-PFE-MIB.my %%DATADIR%%/cisco/AWC-VLAN-CFG-MIB.my %%DATADIR%%/cisco/CISCO-IETF-PW-TDM-MIB.my -%%DATADIR%%/cisco/DOCS-QOS3-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-TSM-MIB.my +%%DATADIR%%/cisco/CISCO-FLOW-MONITOR-MIB.my +%%DATADIR%%/cisco/DOCS-QOS3-MIB.my %%DATADIR%%/cisco/CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.my %%DATADIR%%/cisco/CISCO-GGSN-SERVICE-AWARE-MIB.my %%DATADIR%%/cisco/CISCO-CABLE-METERING-MIB.my +%%DATADIR%%/cisco/CISCO-EPC-GATEWAY-MIB.my %%DATADIR%%/cisco/CISCO-AAA-SERVER-EXT-MIB.my %%DATADIR%%/cisco/ATM-FORUM-MIB.my %%DATADIR%%/cisco/CISCO-LECS-MIB.my @@ -1521,19 +689,20 @@ %%DATADIR%%/cisco/CISCO-ADSL-CAP-LINE-MIB.my %%DATADIR%%/cisco/CISCO-IP-NW-DISCOVERY-MIB.my %%DATADIR%%/cisco/CISCO-L2L3-INTERFACE-CONFIG-MIB.my +%%DATADIR%%/cisco/CISCO-TELEPRESENCE-EXCHANGE-SYSTEM-MIB.my %%DATADIR%%/cisco/CISCO-VIRTUAL-NIC-MIB.my -%%DATADIR%%/cisco/CISCO-SYSTEM-MIB.my %%DATADIR%%/cisco/CISCO-WAN-SONET-MIB.my %%DATADIR%%/cisco/CISCO-ATM-SWITCH-ADDR-MIB.my %%DATADIR%%/cisco/CISCO-WDS-INFO-MIB.my %%DATADIR%%/cisco/ALTIGA-SESSION-STATS-MIB.my +%%DATADIR%%/cisco/CISCO-SYSTEM-MIB.my %%DATADIR%%/cisco/CISCO-CDSTV-SERVICES-MIB.my %%DATADIR%%/cisco/CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB.my %%DATADIR%%/cisco/CISCO-FCOE-MIB.my %%DATADIR%%/cisco/CISCO-FCSP-MIB.my %%DATADIR%%/cisco/CISCO-CABLE-QOS-MONITOR-MIB.my -%%DATADIR%%/cisco/CISCO-CONTENT-SERVICES-MIB.my %%DATADIR%%/cisco/CISCO-PPPOE-MIB.my +%%DATADIR%%/cisco/CISCO-CONTENT-SERVICES-MIB.my %%DATADIR%%/cisco/CISCO-TAP-MIB.my %%DATADIR%%/cisco/CISCO-CDSTV-ISA-MIB.my %%DATADIR%%/cisco/CISCO-AAA-SESSION-MIB.my @@ -1547,12 +716,12 @@ %%DATADIR%%/cisco/CISCO-VIDEO-SESSION-MIB.my %%DATADIR%%/cisco/CISCO-NPORT-VIRTUALIZATION-MIB.my %%DATADIR%%/cisco/OLD-CISCO-XNS-MIB.my +%%DATADIR%%/cisco/CISCO-TM.my %%DATADIR%%/cisco/CISCO-LWAPP-WEBAUTH-MIB.my %%DATADIR%%/cisco/CISCO-FCPING-MIB.my %%DATADIR%%/cisco/CISCO-PORT-CHANNEL-MIB.my %%DATADIR%%/cisco/CISCO-IP-TAP-MIB.my %%DATADIR%%/cisco/CISCO-FC-ROUTE-MIB.my -%%DATADIR%%/cisco/CISCO-TM.my %%DATADIR%%/cisco/CISCO-P2P-IF-MIB.my %%DATADIR%%/cisco/CISCO-ETHERLIKE-EXT-MIB.my %%DATADIR%%/cisco/CISCO-DS0BUNDLE-EXT-MIB.my @@ -1567,21 +736,21 @@ %%DATADIR%%/cisco/CISCO-MGX82XX-CARD-FEATURE-MIB.my %%DATADIR%%/cisco/IEEE8021-CFM-MIB.my %%DATADIR%%/cisco/CISCO-INTERFACETOPN-EXT-MIB.my -%%DATADIR%%/cisco/MSDP-MIB.my %%DATADIR%%/cisco/CISCO-WAN-TOPOLOGY-MIB.my %%DATADIR%%/cisco/CISCO-CAS-IF-MIB.my +%%DATADIR%%/cisco/CISCO-MEETINGPLACE-MIB.my %%DATADIR%%/cisco/ALTIGA-T1E1-STATS-MIB.my %%DATADIR%%/cisco/LANOPTICS-ETHERNET-OPTION-MIB.my %%DATADIR%%/cisco/CISCO-WIRELESS-DOCS-IF-MIB.my %%DATADIR%%/cisco/CISCO-OPTICAL-IF-CROSS-CONNECT-MIB.my %%DATADIR%%/cisco/CISCO-UNITY-MIB.my %%DATADIR%%/cisco/CISCO-CIRCUIT-INTERFACE-MIB.my +%%DATADIR%%/cisco/MPLS-TE-MIB.my %%DATADIR%%/cisco/CISCO-ERR-DISABLE-MIB.my %%DATADIR%%/cisco/CISCO-POWER-ETHERNET-EXT-MIB.my %%DATADIR%%/cisco/CISCO-C12000-IF-HC-COUNTERS-MIB.my %%DATADIR%%/cisco/CISCO-XGCP-EXT-MIB.my %%DATADIR%%/cisco/CISCO-SSM-PROV-MIB.my -%%DATADIR%%/cisco/MPLS-TE-MIB.my %%DATADIR%%/cisco/CISCO-WAN-PAR-MIB.my %%DATADIR%%/cisco/OLD-CISCO-SYSTEM-MIB.my %%DATADIR%%/cisco/CISCO-ITP-XUA-MIB.my @@ -1606,6 +775,7 @@ %%DATADIR%%/cisco/CISCO-MGX82XX-RPM-CONN-MIB.my %%DATADIR%%/cisco/CISCO-GSLB-SYSTEM-MIB.my %%DATADIR%%/cisco/CISCO-IPSEC-PROVISIONING-MIB.my +%%DATADIR%%/cisco/MSDP-MIB.my %%DATADIR%%/cisco/CISCO-IVR-MIB.my %%DATADIR%%/cisco/CISCO-IP-UPLINK-REDIRECT-MIB.my %%DATADIR%%/cisco/CISCO-OBMI-MIB.my @@ -1616,6 +786,7 @@ %%DATADIR%%/cisco/ALTIGA-SDI-ACE-STATS-MIB.my %%DATADIR%%/cisco/CISCO-ENTITY-SENSOR-MIB.my %%DATADIR%%/cisco/CISCO-FASTHUB-MIB.my +%%DATADIR%%/cisco/CISCO-MEDIA-QUALITY-MIB.my %%DATADIR%%/cisco/CISCO-UNIFIED-COMPUTING-MIB.my %%DATADIR%%/cisco/CISCO-SESS-BORDER-CTRLR-EVENT-MIB.my %%DATADIR%%/cisco/CISCO-ICSUDSU-MIB.my @@ -1630,7 +801,9 @@ %%DATADIR%%/cisco/CISCO-FC-MULTICAST-MIB.my %%DATADIR%%/cisco/CISCO-QUEUE-MIB.my %%DATADIR%%/cisco/CISCO-ATM-CELL-LAYER-MIB.my +%%DATADIR%%/cisco/CISCO-IPSLA-VIDEO-MIB.my %%DATADIR%%/cisco/CISCO-IETF-DOT11-QOS-MIB.my +%%DATADIR%%/cisco/CISCO-FLOW-CLONE-MIB.my %%DATADIR%%/cisco/CISCO-VISM-RSRC-PART-MIB.my %%DATADIR%%/cisco/CISCO-VLAN-GROUP-MIB.my %%DATADIR%%/cisco/CISCO-WIRELESS-P2MP-PHY-MIB.my @@ -1641,12 +814,12 @@ %%DATADIR%%/cisco/ALTIGA-DNS-STATS-MIB.my %%DATADIR%%/cisco/CISCO-SERVICE-CONTROL-RDR-MIB.my %%DATADIR%%/cisco/CISCO-90-MIB.my -%%DATADIR%%/cisco/CISCO-PAE-MIB.my %%DATADIR%%/cisco/CISCO-CALL-TRACKER-MIB.my %%DATADIR%%/cisco/CISCO-IETF-FRR-MIB.my %%DATADIR%%/cisco/CISCO-QOS-PIB-MIB.my %%DATADIR%%/cisco/IEEE8021-CFM-V2-MIB.my %%DATADIR%%/cisco/CISCO-VISM-SESSION-MIB.my +%%DATADIR%%/cisco/CISCO-ITP-DSMR-MIB.my %%DATADIR%%/cisco/CISCO-IETF-IPMROUTE-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-CLASS-BASED-QOS-MIB.my @@ -1654,6 +827,7 @@ %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-URI-CLASS-MIB.my %%DATADIR%%/cisco/CISCO-IETF-VPLS-LDP-MIB.my +%%DATADIR%%/cisco/CISCO-PAE-MIB.my %%DATADIR%%/cisco/CISCO-SECURE-SHELL-MIB.my %%DATADIR%%/cisco/CISCO-SRST-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-WLAN-MIB.my @@ -1699,14 +873,13 @@ %%DATADIR%%/cisco/CISCO-REMOTE-ACCESS-MONITOR-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-LINKTEST-MIB.my %%DATADIR%%/cisco/CISCO-RTTMON-IP-EXT-MIB.my -%%DATADIR%%/cisco/IGMP-MIB.my %%DATADIR%%/cisco/CISCO-RF-MIB.my %%DATADIR%%/cisco/AIRESPACE-WIRELESS-MIB.my %%DATADIR%%/cisco/CISCO-TELEPRESENCE-MIB.my %%DATADIR%%/cisco/DOCS-SUBMGT-MIB.my +%%DATADIR%%/cisco/CISCO-BSC-MIB.my %%DATADIR%%/cisco/CISCO-CBP-TARGET-TC-MIB.my %%DATADIR%%/cisco/CISCO-IETF-SCTP-EXT-MIB.my -%%DATADIR%%/cisco/CISCO-BSC-MIB.my %%DATADIR%%/cisco/ALTIGA-NAT-STATS-MIB.my %%DATADIR%%/cisco/CISCO-ITP-GACT-MIB.my %%DATADIR%%/cisco/CISCO-GPRS-GTP-MIB.my @@ -1715,10 +888,12 @@ %%DATADIR%%/cisco/CISCO-IETF-PW-TC-MIB.my %%DATADIR%%/cisco/CISCO-WIRELESS-IF-MIB.my %%DATADIR%%/cisco/CISCO-LICENSE-MGMT-MIB.my -%%DATADIR%%/cisco/LAN-EMULATION-CLIENT-MIB.my %%DATADIR%%/cisco/CISCO-RF-SUPPLEMENTAL-MIB.my +%%DATADIR%%/cisco/LAN-EMULATION-CLIENT-MIB.my %%DATADIR%%/cisco/CISCO-SLB-MIB.my %%DATADIR%%/cisco/CISCO-STUN-MIB.my +%%DATADIR%%/cisco/CISCO-ROUTE-POLICIES-MIB.my +%%DATADIR%%/cisco/IGMP-MIB.my %%DATADIR%%/cisco/CISCO-PSM-MIB.my %%DATADIR%%/cisco/CISCO-SAA-APM-MIB.my %%DATADIR%%/cisco/CISCO-802-TAP-MIB.my @@ -1733,6 +908,8 @@ %%DATADIR%%/cisco/ATM-FORUM-ADDR-REG.my %%DATADIR%%/cisco/CISCO-QINQ-VLAN-MIB.my %%DATADIR%%/cisco/CISCO-TCPOFFLOAD-MIB.my +%%DATADIR%%/cisco/CISCO-PTP-MIB.my +%%DATADIR%%/cisco/v1-readme %%DATADIR%%/cisco/CISCO-DLCSW-MIB.my %%DATADIR%%/cisco/CISCO-VISM-TRAPS-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-CCX-RM-MIB.my @@ -1741,13 +918,14 @@ %%DATADIR%%/cisco/CISCO-STP-EXTENSIONS-MIB.my %%DATADIR%%/cisco/CISCO-SLB-HEALTH-MON-MIB.my %%DATADIR%%/cisco/CISCO-WAN-NCDP-MIB.my +%%DATADIR%%/cisco/CISCO-SWITCH-RATE-LIMITER-MIB.my %%DATADIR%%/cisco/DOCS-IF-EXT-MIB.my %%DATADIR%%/cisco/ALTIGA-PPP-STATS-MIB.my %%DATADIR%%/cisco/CISCO-IETF-PW-ATM-MIB.my %%DATADIR%%/cisco/CISCO-IEEE8021-CFM-EXT-MIB.my %%DATADIR%%/cisco/CISCO-MGX82XX-RPM-SUBIF-MIB.my -%%DATADIR%%/cisco/CISCO-VIRTUAL-SWITCH-MIB.my %%DATADIR%%/cisco/CISCO-NAT-EXT-MIB.my +%%DATADIR%%/cisco/CISCO-VIRTUAL-SWITCH-MIB.my %%DATADIR%%/cisco/CISCO-ATM-SWITCH-CUG-MIB.my %%DATADIR%%/cisco/IEEE-802DOT17-RPR-MIB.my %%DATADIR%%/cisco/CISCO-TRUSTSEC-SXP-MIB.my @@ -1774,15 +952,16 @@ %%DATADIR%%/cisco/CISCO-WAN-AAL2-PROFILES-MIB.my %%DATADIR%%/cisco/CISCO-LATITUDE-MIB.my %%DATADIR%%/cisco/CISCO-IP-LOCAL-POOL-MIB.my -%%DATADIR%%/cisco/CISCO-ZS-MIB.my %%DATADIR%%/cisco/CISCO-CDSTV-FSI-MIB.my +%%DATADIR%%/cisco/CISCO-H225-MIB.my %%DATADIR%%/cisco/CISCO-RTTMON-RTP-MIB.my %%DATADIR%%/cisco/OLD-CISCO-NOVELL-MIB.my %%DATADIR%%/cisco/CISCO-CALL-HISTORY-MIB.my %%DATADIR%%/cisco/CISCO-SIP-CALLS-MIB.my -%%DATADIR%%/cisco/CISCO-H225-MIB.my +%%DATADIR%%/cisco/CISCO-ZS-MIB.my %%DATADIR%%/cisco/PCUBE-SE-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-AP-MIB.my +%%DATADIR%%/cisco/CISCO-MPLS-TE-STD-EXT-MIB.my %%DATADIR%%/cisco/CISCO-MAU-EXT-MIB.my %%DATADIR%%/cisco/CISCO-DLSW-EXT-MIB.my %%DATADIR%%/cisco/NOVELL-RIPSAP-MIB.my @@ -1790,7 +969,7 @@ %%DATADIR%%/cisco/CISCO-SYS-INFO-LOG-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-SSID-SECURITY-MIB.my %%DATADIR%%/cisco/CISCO-ATM-RM-MIB.my -%%DATADIR%%/cisco/IPMROUTE-MIB.my +%%DATADIR%%/cisco/CISCO-TC.my %%DATADIR%%/cisco/ALTIGA-SYNC-STATS-MIB.my %%DATADIR%%/cisco/DOCS-CABLE-DEVICE-TRAP-MIB.my %%DATADIR%%/cisco/ALTIGA-TELNET-STATS-MIB.my @@ -1802,25 +981,28 @@ %%DATADIR%%/cisco/BASIS-SHELF-MIB.my %%DATADIR%%/cisco/CISCO-COMMON-ROLES-MIB.my %%DATADIR%%/cisco/CISCO-ATM-QOS-MIB.my +%%DATADIR%%/cisco/IPMROUTE-MIB.my %%DATADIR%%/cisco/CISCO-VIRTUAL-INTERFACE-MIB.my %%DATADIR%%/cisco/CISCO-SWITCH-HARDWARE-CAPACITY-MIB.my +%%DATADIR%%/cisco/DOCS-DRF-MIB.my %%DATADIR%%/cisco/CISCO-SVI-AUTOSTATE-MIB.my %%DATADIR%%/cisco/CISCO-DOT3-OAM-MIB.my %%DATADIR%%/cisco/CISCO-IETF-NAT-MIB.my %%DATADIR%%/cisco/CISCO-MGC-MIB.my %%DATADIR%%/cisco/CISCO-WAN-CES-CONN-STAT-MIB.my -%%DATADIR%%/cisco/v1-readme +%%DATADIR%%/cisco/CISCO-NETSYNC-MIB.my %%DATADIR%%/cisco/CISCO-SMART-INSTALL-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-IF-MIB.my %%DATADIR%%/cisco/CISCO-CDMA-PDSN-CRP-MIB.my -%%DATADIR%%/cisco/DOCS-DRF-MIB.my %%DATADIR%%/cisco/CISCO-WAN-SCT-MGMT-MIB.my +%%DATADIR%%/cisco/CISCO-UBE-MIB.my %%DATADIR%%/cisco/CISCO-RTTMON-ICMP-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-AALX-PROFILE-MIB.my %%DATADIR%%/cisco/CISCO-AUTH-FRAMEWORK-MIB.my %%DATADIR%%/cisco/OLD-CISCO-IP-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-CLIENT-ROAMING-CAPABILITY.my %%DATADIR%%/cisco/CISCO-L2-DEV-MONITORING-MIB.my +%%DATADIR%%/cisco/CISCO-CABLE-DSG-IF-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-MOBILITY-MIB.my %%DATADIR%%/cisco/CISCO-CONTEXT-MAPPING-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-SYS-MIB.my @@ -1835,6 +1017,7 @@ %%DATADIR%%/cisco/CISCO-LWAPP-CDP-MIB.my %%DATADIR%%/cisco/ALTIGA-SEP-STATS-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-QOS-CAPABILITY.my +%%DATADIR%%/cisco/CISCO-GDOI-MIB.my %%DATADIR%%/cisco/CISCO-IETF-DHCP-SERVER-MIB.my %%DATADIR%%/cisco/CISCO-ENHANCED-WRED-MIB.my %%DATADIR%%/cisco/ALTIGA-MULTILINK-STATS-MIB.my @@ -1847,13 +1030,13 @@ %%DATADIR%%/cisco/CISCO-LES-MIB.my %%DATADIR%%/cisco/CISCO-OPTICAL-PATCH-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-MESH-BATTERY-MIB.my -%%DATADIR%%/cisco/CISCO-GTP-MIB.my %%DATADIR%%/cisco/CISCO-5800-HEALTH-MON-MIB.my %%DATADIR%%/cisco/CISCO-LICENSE-MIB.my %%DATADIR%%/cisco/CISCO-RMON-CONFIG-MIB.my %%DATADIR%%/cisco/CISCO-NAC-NAD-MIB.my %%DATADIR%%/cisco/CISCO-VISM-HDLC-MIB.my %%DATADIR%%/cisco/CISCO-IKE-FLOW-MIB.my +%%DATADIR%%/cisco/CISCO-GTP-MIB.my %%DATADIR%%/cisco/CISCO-DIFFSERV-EXT-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-FR-DIAL-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-MODULE-AUTO-SHUTDOWN-MIB.my @@ -1862,7 +1045,6 @@ %%DATADIR%%/cisco/CISCO-WRED-MIB.my %%DATADIR%%/cisco/CISCO-FEATURE-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-MOBILITY-TAP-MIB.my -%%DATADIR%%/cisco/CISCO-TC.my %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-CCX-CLIENT-DIAG-MIB.my %%DATADIR%%/cisco/ALTIGA-SSL-STATS-MIB.my %%DATADIR%%/cisco/CISCO-UNITY-EXPRESS-MIB.my @@ -1877,8 +1059,8 @@ %%DATADIR%%/cisco/CISCO-TCP-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-CLIENT-CCX-REPORTS-MIB.my %%DATADIR%%/cisco/BASIS-ONLINE-DIAG-MIB.my -%%DATADIR%%/cisco/CISCO-C6200-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-LOCAL-AUTH-MIB.my +%%DATADIR%%/cisco/CISCO-C6200-MIB.my %%DATADIR%%/cisco/CISCO-QLLC01-MIB.my %%DATADIR%%/cisco/CISCO-FABRIC-C12K-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB.my @@ -1888,28 +1070,31 @@ %%DATADIR%%/cisco/CISCO-IETF-IP-FORWARD-MIB.my %%DATADIR%%/cisco/BASIS-RAS-DISK-MIB.my %%DATADIR%%/cisco/CISCO-SWITCH-QOS-MIB.my +%%DATADIR%%/cisco/CISCO-ITP-DSMR-SMPP-MIB.my %%DATADIR%%/cisco/CISCO-MGX82XX-RPM-RSRC-PART-MIB.my %%DATADIR%%/cisco/CISCO-IPSLA-TC-MIB.my %%DATADIR%%/cisco/CISCO-GGSN-GEO-MIB.my %%DATADIR%%/cisco/CISCO-SSG-MIB.my %%DATADIR%%/cisco/CISCO-THREAT-MITIGATION-SERVICE-MIB.my %%DATADIR%%/cisco/CISCO-ISDN-MIB.my +%%DATADIR%%/cisco/CISCO-TRUSTSEC-SERVER-MIB.my %%DATADIR%%/cisco/CISCO-WAN-RTP-CONN-MIB.my %%DATADIR%%/cisco/ALTIGA-MIB.my %%DATADIR%%/cisco/CISCO-HSRP-MIB.my %%DATADIR%%/cisco/OLD-CISCO-MEMORY-MIB.my %%DATADIR%%/cisco/OLD-CISCO-CHASSIS-MIB.my %%DATADIR%%/cisco/CISCO-PKI-PARTICIPATION-MIB.my -%%DATADIR%%/cisco/CISCO-FIPS-STATS-MIB.my %%DATADIR%%/cisco/ATM-RMON-MIB.my +%%DATADIR%%/cisco/CISCO-FIPS-STATS-MIB.my %%DATADIR%%/cisco/CISCO-MODEM-MGMT-MIB.my %%DATADIR%%/cisco/CISCO-LEC-EXT-MIB.my %%DATADIR%%/cisco/CISCO-MEGACO-EXT-MIB.my %%DATADIR%%/cisco/CISCO-ENVMON-MIB.my %%DATADIR%%/cisco/CISCO-FLEX-LINKS-MIB.my -%%DATADIR%%/cisco/CISCO-WAN-MG-MIB.my %%DATADIR%%/cisco/CISCO-ITP-GSP2-MIB.my +%%DATADIR%%/cisco/CISCO-SESS-BORDER-CTRLR-STATS-MIB.my %%DATADIR%%/cisco/CISCO-AAA-SERVER-MIB.my +%%DATADIR%%/cisco/CISCO-WAN-MG-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-CAS-MODULE-MIB.my %%DATADIR%%/cisco/CISCO-PORT-QOS-MIB.my %%DATADIR%%/cisco/CISCO-METRO-PHY-MIB.my @@ -1923,43 +1108,1070 @@ %%DATADIR%%/cisco/CISCO-ATM-PVC-MIB.my %%DATADIR%%/cisco/CISCO-CVP-MIB.my %%DATADIR%%/cisco/NOVELL-IPX-MIB.my -%%DATADIR%%/cisco/BASIS-MIB.my %%DATADIR%%/cisco/CISCO-GPRS-ISGSN-MIB.my %%DATADIR%%/cisco/CISCO-IMAGE-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-DIAL-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-DSL-PROVISION-MIB.my %%DATADIR%%/cisco/CISCO-WAN-ATM-CONN-STAT-MIB.my %%DATADIR%%/cisco/CISCO-LWAPP-AAA-MIB.my +%%DATADIR%%/cisco/BASIS-MIB.my +%%DATADIR%%/cisco/CISCO-SMI.my %%DATADIR%%/cisco/CISCO-DSP-MGMT-MIB.my %%DATADIR%%/cisco/CISCO-WDS-IDS-MIB.my %%DATADIR%%/cisco/CISCO-ATM-SIG-DIAG-MIB.my +%%DATADIR%%/cisco/CISCO-PMON-MIB.my %%DATADIR%%/cisco/CISCO-ENERGYWISE-MIB.my -%%DATADIR%%/cisco/CISCO-SMI.my %%DATADIR%%/cisco/CISCO-ATM-PVCTRAP-EXTN-MIB.my %%DATADIR%%/cisco/CISCO-VOICE-DNIS-MIB.my %%DATADIR%%/cisco/CISCO-XDSL-LINE-MIB.my %%DATADIR%%/cisco/CISCO-VISM-MODULE-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-CONTEXT-SERVICES-CLIENT-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-QOS-MIB.my +%%DATADIR%%/cisco/CISCO-MDI-METRICS-MIB.my +%%DATADIR%%/cisco/CISCO-ENTITY-SENSOR-EXT-MIB.my %%DATADIR%%/cisco/CISCO-TPC-MIB.my +%%DATADIR%%/cisco/VIPER-MIB.my %%DATADIR%%/cisco/CISCO-IETF-BFD-MIB.my %%DATADIR%%/cisco/CISCO-DIAL-CONTROL-MIB.my %%DATADIR%%/cisco/CISCO-MGX82XX-DSX1-MIB.my %%DATADIR%%/cisco/CISCO-DOT11-WIDS-MIB.my %%DATADIR%%/cisco/CISCO-DLSW-MIB.my +%%DATADIR%%/cisco/CISCO-TRUSTSEC-INTERFACE-MIB.my %%DATADIR%%/cisco/CISCO-CDMA-PDSN-MIB.my %%DATADIR%%/cisco/CISCO-MGX8800-IF-MAPPING-MIB.my %%DATADIR%%/cisco/CISCO-FC-FE-MIB.my -%%DATADIR%%/cisco/VIPER-MIB.my %%DATADIR%%/cisco/CISCO-ITP-ACL-MIB.my %%DATADIR%%/cisco/CISCO-IPSEC-FLOW-MONITOR-MIB.my %%DATADIR%%/cisco/CISCO-ATM-TRUNK-STAT-MIB.my %%DATADIR%%/cisco/CISCO-ATM-VIRTUAL-IF-MIB.my %%DATADIR%%/cisco/CISCO-VLAN-TRANSLATION-MIB.my %%DATADIR%%/cisco/CISCO-CABLE-WIDEBAND-MIB.my -%%DATADIR%%/cisco/.index +%%DATADIR%%/cisco1.diff %%DATADIR%%/cisco2.diff +%%DATADIR%%/cisco_remove +%%DATADIR%%/cyclades/CYCLADES-ACS-PM-MIB.mib +%%DATADIR%%/cyclades/CYCLADES-ACS-SYS-MIB.mib +%%DATADIR%%/cyclades/CYCLADES-ACS-ADM-MIB.mib +%%DATADIR%%/cyclades/CYCLADES-ACS-INFO-MIB.mib +%%DATADIR%%/cyclades/CYCLADES-ACS-CONF-MIB.mib +%%DATADIR%%/cyclades/CYCLADES-MIB.mib +%%DATADIR%%/cyclades/CYCLADES-ACS-MIB.mib +%%DATADIR%%/cyclades/.index +%%DATADIR%%/dell/trunk.mib +%%DATADIR%%/dell/dell_ita.mib +%%DATADIR%%/dell/rlaaa.mib +%%DATADIR%%/dell/rlapplication.mib +%%DATADIR%%/dell/rldnscl.mib +%%DATADIR%%/dell/rludp.mib +%%DATADIR%%/dell/macbaseprio.mib +%%DATADIR%%/dell/rlvlan.mib +%%DATADIR%%/dell/rlsyslog.mib +%%DATADIR%%/dell/rlphysdescription.mib +%%DATADIR%%/dell/apollo.mib +%%DATADIR%%/dell/mnginf.mib +%%DATADIR%%/dell/rlsnmpv2.mib +%%DATADIR%%/dell/rlfile.mib +%%DATADIR%%/dell/rlcopy.mib +%%DATADIR%%/dell/rlinterfaces.mib +%%DATADIR%%/dell/rllcli.mib +%%DATADIR%%/dell/rlmng.mib +%%DATADIR%%/dell/env_mib.mib +%%DATADIR%%/dell/rlphy.mib +%%DATADIR%%/dell/rldhcp.mib +%%DATADIR%%/dell/rlrmon.mib +%%DATADIR%%/dell/rltuning.mib +%%DATADIR%%/dell/rlssl.mib +%%DATADIR%%/dell/qosclimib.mib +%%DATADIR%%/dell/rlqosserv.mib +%%DATADIR%%/dell/rlsntp.mib +%%DATADIR%%/dell/rl_sensor.mib +%%DATADIR%%/dell/rlssh.mib +%%DATADIR%%/dell/rlipmulticast.mib +%%DATADIR%%/dell/rliprouter.mib +%%DATADIR%%/dell/rlfft.mib +%%DATADIR%%/dell/rlip.mib +%%DATADIR%%/dell/rlsnmp.mib +%%DATADIR%%/dell/.index +%%DATADIR%%/diff_dir +%%DATADIR%%/enterasys/enterasys-radius-snooping-mib.txt +%%DATADIR%%/enterasys/enterasys-rtr-advert-notification-mib.txt +%%DATADIR%%/enterasys/enterasys-radius-acct-client-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-license-key-mib.txt +%%DATADIR%%/enterasys/enterasys-configuration-change-mib.txt +%%DATADIR%%/enterasys/enterasys-radius-auth-client-encrypt-mib.txt +%%DATADIR%%/enterasys/enterasys-lsnat-mib.txt +%%DATADIR%%/enterasys/enterasys-netflow-mib.txt +%%DATADIR%%/enterasys/enterasys-encr-8021x-config-mib.txt +%%DATADIR%%/enterasys/enterasys-image-validation-mib.txt +%%DATADIR%%/enterasys/enterasys-activation-mib.txt +%%DATADIR%%/enterasys/enterasys-syslog-client-mib.txt +%%DATADIR%%/enterasys/enterasys-ieee8023-lag-mib-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-aaa-policy-mib.txt +%%DATADIR%%/enterasys/enterasys-mgmd-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-multi-user-8021x-mib.txt +%%DATADIR%%/enterasys/enterasys-twcb-mib-2.txt +%%DATADIR%%/enterasys/enterasys-class-of-service-mib.txt +%%DATADIR%%/enterasys/enterasys-vrrp-extensions-mib.txt +%%DATADIR%%/enterasys/enterasys-mac-locking-mib.txt +%%DATADIR%%/enterasys/enterasys-802dot11ext.txt +%%DATADIR%%/enterasys/enterasys-mau-mib-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-ssh-server-mib.txt +%%DATADIR%%/enterasys/enterasys-power-ethernet-mib-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-configuration-management-mib.txt +%%DATADIR%%/enterasys/enterasys-upn-tc-mib.txt +%%DATADIR%%/enterasys/enterasys-wifi-protected-access-mib.txt +%%DATADIR%%/enterasys/enterasys-multi-auth-mib.txt +%%DATADIR%%/enterasys/enterasys-vlan-interface-mib.txt +%%DATADIR%%/enterasys/enterasys-flow-limiting-mib.txt +%%DATADIR%%/enterasys/enterasys-snmp-persistence-mib.txt +%%DATADIR%%/enterasys/enterasys-8021x-rekeying-mib.txt +%%DATADIR%%/enterasys/enterasys-spanning-tree-diagnostic-mib.txt +%%DATADIR%%/enterasys/enterasys-threat-notification-mib.txt +%%DATADIR%%/enterasys/enterasys-mib-names.mib.txt +%%DATADIR%%/enterasys/enterasys-mstp-mib.txt +%%DATADIR%%/enterasys/enterasys-vlan-authorization-mib.txt +%%DATADIR%%/enterasys/enterasys-R2Management.txt +%%DATADIR%%/enterasys/enterasys-policy-profile-mib.txt +%%DATADIR%%/enterasys/enterasys-tls-mib.txt +%%DATADIR%%/enterasys/enterasys-service-level-reporting-mib.txt +%%DATADIR%%/enterasys/enterasys-mac-authentication-mib.txt +%%DATADIR%%/enterasys/enterasys-nat-mib.txt +%%DATADIR%%/enterasys/enterasys-rs-232-mib-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-diagnostic-message-mib.txt +%%DATADIR%%/enterasys/enterasys-secure-shell-server-mib.txt +%%DATADIR%%/enterasys/enterasys-resource-utilization-mib.txt +%%DATADIR%%/enterasys/enterasys-ietf-p-bridge-mib-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-link-flap-mib.txt +%%DATADIR%%/enterasys/enterasys-tacacs-client-mib.txt +%%DATADIR%%/enterasys/enterasys-dvmrp-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-convergence-end-point-mib.txt +%%DATADIR%%/enterasys/enterasys-ietf-bridge-mib-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-mirror-config-mib.txt +%%DATADIR%%/enterasys/enterasys-pim-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-if-mib-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-pwa-mib.txt +%%DATADIR%%/enterasys/enterasys-license-key-oids-mib.txt +%%DATADIR%%/enterasys/.index +%%DATADIR%%/enterasys/enterasys-8021x-extensions-mib.txt +%%DATADIR%%/enterasys/enterasys-jumbo-ethernet-frame-mib.txt +%%DATADIR%%/enterasys/enterasys-firewall-mib.txt +%%DATADIR%%/enterasys/enterasys-dns-resolver-mib.txt +%%DATADIR%%/enterasys/enterasys-mib-org.mib.txt +%%DATADIR%%/enterasys/enterasys-oids-mib.txt +%%DATADIR%%/enterasys/enterasys-nac-appliance-mib.txt +%%DATADIR%%/enterasys/enterasys-ripv2-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-eswitch-mib.txt +%%DATADIR%%/enterasys/enterasys-radius-auth-client-mib.txt +%%DATADIR%%/enterasys/enterasys-mgmt-auth-notification-mib.txt +%%DATADIR%%/enterasys/enterasys-ospf-ext-mib.txt +%%DATADIR%%/enterasys/enterasys-encr-8021x-rekeying-mib.txt +%%DATADIR%%/enterasys/enterasys-sntp-client-mib.txt +%%DATADIR%%/extreme/extreme-vc.mib +%%DATADIR%%/extreme/extreme-v2trap.mib +%%DATADIR%%/extreme/extreme-pos.mib +%%DATADIR%%/extreme/extreme-qos.mib +%%DATADIR%%/extreme/extreme-dlcs.mib +%%DATADIR%%/extreme/extreme-np.mib +%%DATADIR%%/extreme/extreme-dos.mib +%%DATADIR%%/extreme/extreme-poe.mib +%%DATADIR%%/extreme/extreme-rtstats.mib +%%DATADIR%%/extreme/extremedot11ap.mib +%%DATADIR%%/extreme/extreme-slb.mib +%%DATADIR%%/extreme/extreme-pbqos.mib +%%DATADIR%%/extreme/extreme-trap.mib +%%DATADIR%%/extreme/extreme-entity.mib +%%DATADIR%%/extreme/extreme-base.mib +%%DATADIR%%/extreme/extreme-vlan.mib +%%DATADIR%%/extreme/extreme-services.mib +%%DATADIR%%/extreme/extreme-trappoll.mib +%%DATADIR%%/extreme/extreme-eaps.mib +%%DATADIR%%/extreme/extreme-stacking.mib +%%DATADIR%%/extreme/extreme-wireless.mib +%%DATADIR%%/extreme/extreme-cable.mib +%%DATADIR%%/extreme/extreme-ospf.mib +%%DATADIR%%/extreme/extreme-port.mib +%%DATADIR%%/extreme/extreme-netflow.mib +%%DATADIR%%/extreme/extreme-esrp.mib +%%DATADIR%%/extreme/extreme-stp-extensions.mib +%%DATADIR%%/extreme/extreme-filetransfer.mib +%%DATADIR%%/extreme/extreme-fdb.mib +%%DATADIR%%/extreme/extreme-snmpv3.mib +%%DATADIR%%/extreme/extremedot11f.mib +%%DATADIR%%/extreme/extreme-edp.mib +%%DATADIR%%/extreme/extreme-enh-dos.mib +%%DATADIR%%/extreme/extreme-system.mib +%%DATADIR%%/extreme/.index +%%DATADIR%%/force10/f10-bgp4-v2.mib +%%DATADIR%%/force10/f10-if-extension.mib +%%DATADIR%%/force10/f10-chassis.mib +%%DATADIR%%/force10/f10-tc.mib +%%DATADIR%%/force10/f10-copy-config.mib +%%DATADIR%%/force10/f10-ss-chassis.mib +%%DATADIR%%/force10/f10-mon.mib +%%DATADIR%%/force10/f10-system-component.mib +%%DATADIR%%/force10/f10-cs-chassis.mib +%%DATADIR%%/force10/f10-smi.mib +%%DATADIR%%/force10/f10-products.mib +%%DATADIR%%/force10/f10-linkagg.mib +%%DATADIR%%/force10/f10-mstp.mib +%%DATADIR%%/force10/f10-trap-alarm.mib +%%DATADIR%%/force10/f10-fib.mib +%%DATADIR%%/foundry/FOUNDRY-BFD-STD-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-MAC-AUTHENTICATION-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-TRAP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-IPX-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-VSRP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-ROOT-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-WIRELESS-GROUP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-ARP-GROUP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-SWITCH-GROUP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-APPLETALK-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-MRP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-IP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-BGP4-GROUP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-POS-GROUP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-AGENT-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-IP-SOURCE-GUARD-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-ROUTER-TRAP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-CAR-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-STACKING-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-MAC-VLAN-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-CAM-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-POE-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-IGMP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-OSPF-GROUP-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-IP-ACL-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-LAG-MIB.mib +%%DATADIR%%/foundry/.index +%%DATADIR%%/foundry/FOUNDRY-VLAN-CAR-MIB.mib +%%DATADIR%%/foundry/FOUNDRY-SN-IP-VRRP-MIB.mib +%%DATADIR%%/hp/hp-sn-ospf.mib +%%DATADIR%%/hp/hp-sn-agent.mib +%%DATADIR%%/hp/hpicfgppcv2.mib +%%DATADIR%%/hp/hpicfproviderbridge.mib +%%DATADIR%%/hp/hpswitchdistributedtrunk.mib +%%DATADIR%%/hp/hpicfmld.mib +%%DATADIR%%/hp/hpicfsavepower.mib +%%DATADIR%%/hp/hp-sn-pos.mib +%%DATADIR%%/hp/hpicfmacnotify.mib +%%DATADIR%%/hp/hpicfsntp.mib +%%DATADIR%%/hp/hpicftcp.mib +%%DATADIR%%/hp/hp-sn-bgp4.mib +%%DATADIR%%/hp/hpentitypower.mib +%%DATADIR%%/hp/hpicfacct.mib +%%DATADIR%%/hp/hpicfbridge.mib +%%DATADIR%%/hp/hp-sn-ip.mib +%%DATADIR%%/hp/hpicfdot1x.mib +%%DATADIR%%/hp/hpstack.mib +%%DATADIR%%/hp/hpswitchpl.mib +%%DATADIR%%/hp/vc-domain-mib.mib +%%DATADIR%%/hp/hpicfautz.mib +%%DATADIR%%/hp/hpicfratelimit.mib +%%DATADIR%%/hp/hpicfgenericvlan.mib +%%DATADIR%%/hp/hpicfhighavailability.mib +%%DATADIR%%/hp/hpicfchassis.mib +%%DATADIR%%/hp/hpicfl3macconfig.mib +%%DATADIR%%/hp/cpqsinfo-mib.mib +%%DATADIR%%/hp/hpicfcoredump.mib +%%DATADIR%%/hp/hpicflinktest.mib +%%DATADIR%%/hp/hpacmxlbase.mib +%%DATADIR%%/hp/hpicfsyslog.mib +%%DATADIR%%/hp/hpicfusbport.mib +%%DATADIR%%/hp/h2r07604c.mib +%%DATADIR%%/hp/hp_procurve_420.mib +%%DATADIR%%/hp/hpicfdownload.mib +%%DATADIR%%/hp/hpicfudpforward.mib +%%DATADIR%%/hp/hpswitchstack.mib +%%DATADIR%%/hp/hpicfvgrptr.mib +%%DATADIR%%/hp/hpicfjumbo.mib +%%DATADIR%%/hp/hpacmxlsystem.mib +%%DATADIR%%/hp/hp-sn-appletalk.mib +%%DATADIR%%/hp/hpicfdhcpv6relay.mib +%%DATADIR%%/hp/hpicfoobm.mib +%%DATADIR%%/hp/gbe2c-l2l3.mib +%%DATADIR%%/hp/hpicfchain.mib +%%DATADIR%%/hp/hpicfloadbalance.mib +%%DATADIR%%/hp/hpicfinstmon.mib +%%DATADIR%%/hp/hpswitchbasicconfig.mib +%%DATADIR%%/hp/hpicfetwist.mib +%%DATADIR%%/hp/hpicfdhcpclient.mib +%%DATADIR%%/hp/hpicfusrprof.mib +%%DATADIR%%/hp/hpswitchfips.mib +%%DATADIR%%/hp/hpicfipv6raguard.mib +%%DATADIR%%/hp/hpacmxlmemproc.mib +%%DATADIR%%/hp/hptunnel.mib +%%DATADIR%%/hp/ipx.mib +%%DATADIR%%/hp/hpicfdcpower.mib +%%DATADIR%%/hp/hpicflayer3vlan.mib +%%DATADIR%%/hp/hpicfreload.mib +%%DATADIR%%/hp/hpnetswitch.mib +%%DATADIR%%/hp/cpqhost-mib.mib +%%DATADIR%%/hp/hpicfvg.mib +%%DATADIR%%/hp/hpicfudld.mib +%%DATADIR%%/hp/hpicfauth.mib +%%DATADIR%%/hp/hpicfstack.mib +%%DATADIR%%/hp/orinoco.mib +%%DATADIR%%/hp/hpicfiproute.mib +%%DATADIR%%/hp/hpicfospfv3.mib +%%DATADIR%%/hp/hpicfsecurity.mib +%%DATADIR%%/hp/hpr-sn-switch.mib +%%DATADIR%%/hp/hpswitchdma.mib +%%DATADIR%%/hp/hpicfvrrp.mib +%%DATADIR%%/hp/hpicfusrauth.mib +%%DATADIR%%/hp/hpicfospf.mib +%%DATADIR%%/hp/hpvlan.mib +%%DATADIR%%/hp/vc-module-mib.mib +%%DATADIR%%/hp/.index +%%DATADIR%%/hp/hp-sn-sw-l4-switch.mib +%%DATADIR%%/hp/hpicfiplockdown.mib +%%DATADIR%%/hp/hpicfautorun.mib +%%DATADIR%%/hp/hpswitchstat.mib +%%DATADIR%%/hp/hpicfpim.mib +%%DATADIR%%/hp/hpicfsrcip.mib +%%DATADIR%%/hp/hpacmxlifext.mib +%%DATADIR%%/hp/hpswitcherrormsg.mib +%%DATADIR%%/hp/hpswitchconfig.mib +%%DATADIR%%/hp/hpicfdebuglog.mib +%%DATADIR%%/hp/hp-sn-ipx.mib +%%DATADIR%%/hp/hpicfarpprotect.mib +%%DATADIR%%/hp/hpicfpoe.mib +%%DATADIR%%/hp/hpicf8023rptr.mib +%%DATADIR%%/hp/hpswitchdrivers.mib +%%DATADIR%%/hp/hpicfftrco.mib +%%DATADIR%%/hp/hpswitchimage.mib +%%DATADIR%%/hp/hpicfoid.mib +%%DATADIR%%/hp/hpicfrip.mib +%%DATADIR%%/hp/hphttpmg.mib +%%DATADIR%%/hp/hpicfdcfan.mib +%%DATADIR%%/hp/hpicfufd.mib +%%DATADIR%%/hp/hpicfconnectionratefilter.mib +%%DATADIR%%/hp/hpicftc.mib +%%DATADIR%%/hp/hpicfsnmp.mib +%%DATADIR%%/hp/hpicfxrrp.mib +%%DATADIR%%/hp/hpicfbasic.mib +%%DATADIR%%/hp/hpicftransceiver.mib +%%DATADIR%%/hp/hpicfipaddress.mib +%%DATADIR%%/hp/hpicfdhcpsnoop.mib +%%DATADIR%%/hp/hpicfgenrptr.mib +%%DATADIR%%/hp/hpicfff.mib +%%DATADIR%%/hp/hp-sn-trap.mib +%%DATADIR%%/hp/hpicfgppc.mib +%%DATADIR%%/hp/hpicfdosfilter.mib +%%DATADIR%%/hp/hp-sn-igmp.mib +%%DATADIR%%/hp/hpentmib.mib +%%DATADIR%%/hp1.diff +%%DATADIR%%/ianalist +%%DATADIR%%/juniper/mib-jnx-vpls-ldp.txt +%%DATADIR%%/juniper/mib-jnx-exp.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-flowgate.txt +%%DATADIR%%/juniper/mib-jnx-vpn.txt +%%DATADIR%%/juniper/mib-jnx-sp-nat.txt +%%DATADIR%%/juniper/mib-jnx-sp.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natsrcrule.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natsrcnopatad.txt +%%DATADIR%%/juniper/mib-jnx-ipsec-flow-mon.txt +%%DATADIR%%/juniper/mib-jnx-chas-defines.txt +%%DATADIR%%/juniper/mib-jnx-ldp.txt +%%DATADIR%%/juniper/mib-jnx-event.txt +%%DATADIR%%/juniper/mib-jnx-bgpmib2.txt +%%DATADIR%%/juniper/mib-jnx-js-packet-mirror.txt +%%DATADIR%%/juniper/mib-jnx-rsvp.txt +%%DATADIR%%/juniper/mib-jnx-l2ald.txt +%%DATADIR%%/juniper/mib-jnx-ppp.txt +%%DATADIR%%/juniper/mib-jnx-js-nat.txt +%%DATADIR%%/juniper/mib-jnx-lsys-securityprofile.txt +%%DATADIR%%/juniper/mib-jnx-traceroute.txt +%%DATADIR%%/juniper/mib-jnx-jdhcp.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natdstpool.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natsrcpool.txt +%%DATADIR%%/juniper/mib-jnx-ipv6.txt +%%DATADIR%%/juniper/mib-jnx-bfd-exp.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-flowsess.txt +%%DATADIR%%/juniper/mib-jnx-rtm.txt +%%DATADIR%%/juniper/mib-jnx-rpm.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-policywcnt.txt +%%DATADIR%%/juniper/mib-jnx-jsrpd.txt +%%DATADIR%%/juniper/mib-jnx-bfd.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-policy.txt +%%DATADIR%%/juniper/mib-jnx-subscriber.txt +%%DATADIR%%/juniper/mib-jnx-sonet.txt +%%DATADIR%%/juniper/mib-jnx-if-extensions.txt +%%DATADIR%%/juniper/mib-jnx-coll.txt +%%DATADIR%%/juniper/mib-jnx-atm-cos.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-scheduler.txt +%%DATADIR%%/juniper/mib-jnx-js-spu-monitoring.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-authentry.txt +%%DATADIR%%/juniper/mib-jnx-mpls-ldp.txt +%%DATADIR%%/juniper/mib-jnx-user-aaa.txt +%%DATADIR%%/juniper/mib-jnx-ipv4.txt +%%DATADIR%%/juniper/mib-jnx-js-auth.txt +%%DATADIR%%/juniper/mib-jnx-syslog.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-zone.txt +%%DATADIR%%/juniper/.index +%%DATADIR%%/juniper/mib-jnx-rps.txt +%%DATADIR%%/juniper/mib-jnx-js-smi.txt +%%DATADIR%%/juniper/mib-jnx-dfc.txt +%%DATADIR%%/juniper/mib-jnx-otn.txt +%%DATADIR%%/juniper/mib-jnx-chassis-fwdd.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natpoipnum.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natdstrule.txt +%%DATADIR%%/juniper/mib-jnx-js-cert.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natsrcpatad.txt +%%DATADIR%%/juniper/mib-jnx-js-screening.txt +%%DATADIR%%/juniper/mib-jnx-l2cp-features.txt +%%DATADIR%%/juniper/mib-jnx-jdhcpv6.txt +%%DATADIR%%/juniper/mib-jnx-p2mp.txt +%%DATADIR%%/juniper/mib-jnx-firewall.txt +%%DATADIR%%/juniper/mib-jnx-chassis.txt +%%DATADIR%%/juniper/mib-jnx-js-utm-av.txt +%%DATADIR%%/juniper/mib-jnx-js-idp.txt +%%DATADIR%%/juniper/mib-jnx-ex-smi.txt +%%DATADIR%%/juniper/mib-jnx-analyzer.txt +%%DATADIR%%/juniper/mib-jnx-pfe.txt +%%DATADIR%%/juniper/mib-jnx-js-policy.txt +%%DATADIR%%/juniper/mib-jnx-ex-mac-notification.txt +%%DATADIR%%/juniper/mib-jnx-mpls.txt +%%DATADIR%%/juniper/mib-jnx-virtualchassis.txt +%%DATADIR%%/juniper/mib-jnx-jwx.txt +%%DATADIR%%/juniper/mib-jnx-mag.txt +%%DATADIR%%/juniper/mib-jnx-pwtdm.txt +%%DATADIR%%/juniper/mib-jnx-power-supply-unit.txt +%%DATADIR%%/juniper/mib-jnx-cos.txt +%%DATADIR%%/juniper/mib-jnx-scu.txt +%%DATADIR%%/juniper/mib-jnx-js-if-ext.txt +%%DATADIR%%/juniper/mib-jnx-pppoe.txt +%%DATADIR%%/juniper/mib-jnx-ipsec-monitor-asp.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natstaticrule.txt +%%DATADIR%%/juniper/mib-jnx-vpls-bgp.txt +%%DATADIR%%/juniper/mib-jnx-pmon.txt +%%DATADIR%%/juniper/mib-jnx-ping.txt +%%DATADIR%%/juniper/mib-jnx-dcu.txt +%%DATADIR%%/juniper/mib-jnx-ipforward.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-cpu.txt +%%DATADIR%%/juniper/mib-jnx-js-ipsec-vpn.txt +%%DATADIR%%/juniper/mib-jnx-cfgmgmt.txt +%%DATADIR%%/juniper/mib-jnx-chassis-alarm.txt +%%DATADIR%%/juniper/mib-jnx-vpls-generic.txt +%%DATADIR%%/juniper/mib-jnx-smi.txt +%%DATADIR%%/juniper/mib-jnx-dom.txt +%%DATADIR%%/juniper/mib-jnx-l2tp.txt +%%DATADIR%%/juniper/mib-jnx-rmon.txt +%%DATADIR%%/juniper/mib-jnx-mimstp.txt +%%DATADIR%%/juniper/mib-jnx-rpf.txt +%%DATADIR%%/juniper/mib-jnx-lsys-sp-natconebind.txt +%%DATADIR%%/juniper/mib-jnx-vlan.txt +%%DATADIR%%/juniper/mib-jnx-pwatm.txt +%%DATADIR%%/juniper/mib-jnx-license.txt +%%DATADIR%%/juniper/mib-jnx-hostresources.txt +%%DATADIR%%/juniper/mib-jnx-mac.txt +%%DATADIR%%/juniper/mib-jnx-pae-extension.txt +%%DATADIR%%/juniper/mib-jnx-secure-access-port.txt +%%DATADIR%%/juniper/mib-jnx-sipcommon.txt +%%DATADIR%%/juniper/mib-jnx-ospfv3mib.txt +%%DATADIR%%/juniper/mib-jnx-atm.txt +%%DATADIR%%/juniper/mib-jnx-util.txt +%%DATADIR%%/juniper/mib-jnx-js-dns.txt +%%DATADIR%%/juniper1.diff +%%DATADIR%%/mikrotik/mikrotik.mib +%%DATADIR%%/mikrotik/.index +%%DATADIR%%/net-snmp/UCD-IPFILTER-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-EXAMPLES-MIB.txt +%%DATADIR%%/net-snmp/UCD-DISKIO-MIB.txt +%%DATADIR%%/net-snmp/RFC-1215.txt +%%DATADIR%%/net-snmp/NET-SNMP-PERIODIC-NOTIFY-MIB.txt +%%DATADIR%%/net-snmp/LM-SENSORS-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-TC.txt +%%DATADIR%%/net-snmp/NET-SNMP-PASS-MIB.txt +%%DATADIR%%/net-snmp/UCD-DEMO-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-VACM-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-AGENT-MIB.txt +%%DATADIR%%/net-snmp/UCD-DLMOD-MIB.txt +%%DATADIR%%/net-snmp/UCD-IPFWACC-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-EXTEND-MIB.txt +%%DATADIR%%/net-snmp/UCD-SNMP-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-SYSTEM-MIB.txt +%%DATADIR%%/net-snmp/NET-SNMP-MONITOR-MIB.txt +%%DATADIR%%/net-snmp/UCD-SNMP-MIB-OLD.txt +%%DATADIR%%/net-snmp/.index +%%DATADIR%%/netgear/gsm7224_radius.mib +%%DATADIR%%/netgear/fsm7326_qos_acl.mib +%%DATADIR%%/netgear/fsm7326_radius.mib +%%DATADIR%%/netgear/qos_diffserv_extensions.my +%%DATADIR%%/netgear/gsm7312_mgmt_security.mib +%%DATADIR%%/netgear/fastpathipv6loopback.my +%%DATADIR%%/netgear/wg302.mib +%%DATADIR%%/netgear/gsm7324_switching.mib +%%DATADIR%%/netgear/gsm7324_qos.mib +%%DATADIR%%/netgear/fastpath_timezone.my +%%DATADIR%%/netgear/fsm7326_qos.mib +%%DATADIR%%/netgear/fastpathmulticast.my +%%DATADIR%%/netgear/wg102.mib +%%DATADIR%%/netgear/snmp-res.my +%%DATADIR%%/netgear/fastpathloopback.my +%%DATADIR%%/netgear/gsm7324_qos_acl.mib +%%DATADIR%%/netgear/fsm7326_switching.mib +%%DATADIR%%/netgear/fastpath_boxservices.my +%%DATADIR%%/netgear/fsm7326_qos_diffserv_private.mib +%%DATADIR%%/netgear/qos.my +%%DATADIR%%/netgear/tacacsclient.my +%%DATADIR%%/netgear/gsm7224_switching.mib +%%DATADIR%%/netgear/gsm7312_qos_diffserv_private.mib +%%DATADIR%%/netgear/fastpath_dhcp6.my +%%DATADIR%%/netgear/fastpath_keying.my +%%DATADIR%%/netgear/fastpathrouting6.my +%%DATADIR%%/netgear/fastpath_dhcp.my +%%DATADIR%%/netgear/gsm7312_radius.mib +%%DATADIR%%/netgear/gsm7224.mib +%%DATADIR%%/netgear/me103.mib +%%DATADIR%%/netgear/fsm7326_routing.mib +%%DATADIR%%/netgear/fastpathsntp.my +%%DATADIR%%/netgear/gsm7312_qos_diffserv_extensions.mib +%%DATADIR%%/netgear/gsm7324_mgmt_security.mib +%%DATADIR%%/netgear/gsm7324_qos_diffserv_extensions.mib +%%DATADIR%%/netgear/gsm7324.mib +%%DATADIR%%/netgear/gsm7312_switching.mib +%%DATADIR%%/netgear/fastpath_captive_portal.my +%%DATADIR%%/netgear/fastpathipv6tunnel.my +%%DATADIR%%/netgear/gsm7312.mib +%%DATADIR%%/netgear/gsm7312_routing.mib +%%DATADIR%%/netgear/fsm7326.mib +%%DATADIR%%/netgear/fastpath_power_ethernet.my +%%DATADIR%%/netgear/wag302.mib +%%DATADIR%%/netgear/fastpath_telnet.my +%%DATADIR%%/netgear/fastpathswitching.my +%%DATADIR%%/netgear/wag102.mib +%%DATADIR%%/netgear/fastpath_qos_cos.my +%%DATADIR%%/netgear/gsm7324_qos_diffserv_private.mib +%%DATADIR%%/netgear/fsm726s_v2.mib +%%DATADIR%%/netgear/gsm7324_routing.mib +%%DATADIR%%/netgear/qos_acl.my +%%DATADIR%%/netgear/fastpath_qos_iscsi.my +%%DATADIR%%/netgear/gsm7224_mgmt_security.mib +%%DATADIR%%/netgear/fastpathisdp.my +%%DATADIR%%/netgear/fastpath_portsecurity.my +%%DATADIR%%/netgear/fastpath_mgmt_security.my +%%DATADIR%%/netgear/fsm7326_power_ethernet.mib +%%DATADIR%%/netgear/fsm7326_qos_diffserv_extensions.mib +%%DATADIR%%/netgear/fastpathrouting.my +%%DATADIR%%/netgear/fastpath_qos_voip.my +%%DATADIR%%/netgear/gsm7312_qos_acl.mib +%%DATADIR%%/netgear/netgearref.my +%%DATADIR%%/netgear/fastpathdnsclient_control.my +%%DATADIR%%/netgear/srAgentInfo.my +%%DATADIR%%/netgear/qos_diffserv_private.my +%%DATADIR%%/netgear/gsm7312_qos.mib +%%DATADIR%%/netgear/fastpath_dos.my +%%DATADIR%%/netgear/fastpathlogging.my +%%DATADIR%%/netgear/wc7520.mib +%%DATADIR%%/netgear/wg302user.mib +%%DATADIR%%/netgear/gsm7324_radius.mib +%%DATADIR%%/netgear/fastpathinventory.my +%%DATADIR%%/netgear/fsm7326_mgmt_security.mib +%%DATADIR%%/netgear/.index +%%DATADIR%%/netscreen/NETSCREEN-SET-GEN-MIB.mib +%%DATADIR%%/netscreen/NETSCREEN-INTERFACE-MIB.mib +%%DATADIR%%/netscreen/NETSCREEN-RESOURCE-MIB.mib +%%DATADIR%%/netscreen/NETSCREEN-OSPF-MIB.mib +%%DATADIR%%/netscreen/NETSCREEN-NSRP-MIB.mib +%%DATADIR%%/netscreen/NETSCREEN-SMI.mib +%%DATADIR%%/netscreen/NETSCREEN-PRODUCTS-MIB.mib +%%DATADIR%%/netscreen/.index +%%DATADIR%%/nortel/s5sbs.mib +%%DATADIR%%/nortel/L3mgmt.mib +%%DATADIR%%/nortel/ces_trapAck.mib +%%DATADIR%%/nortel/ces.mib +%%DATADIR%%/nortel/bgp.mib +%%DATADIR%%/nortel/nortel-trap.my +%%DATADIR%%/nortel/BAY-STACK-LLDP-EXT-MED-MIB.mib +%%DATADIR%%/nortel/ntEnterpriseDataTasmanMgmtethernet.mib +%%DATADIR%%/nortel/baystackvrrpext.mib +%%DATADIR%%/nortel/nortelsecurenetworkaccess.mib +%%DATADIR%%/nortel/aosphysical.mib +%%DATADIR%%/nortel/baystackpethext.mib +%%DATADIR%%/nortel/rapid_city.mib +%%DATADIR%%/nortel/s5ifx.mib +%%DATADIR%%/nortel/BAY-STACK-NES-MIB.mib +%%DATADIR%%/nortel/baystackstats.mib +%%DATADIR%%/nortel/baystacklacpext.mib +%%DATADIR%%/nortel/CHASSIS-MIB.mib +%%DATADIR%%/nortel/cvlan000.mib +%%DATADIR%%/nortel/baystackadac.mib +%%DATADIR%%/nortel/SSH.mib +%%DATADIR%%/nortel/nortel-reg-devices.my +%%DATADIR%%/nortel/nortel-client-session-mib.my +%%DATADIR%%/nortel/s5roo.mib +%%DATADIR%%/nortel/DSX-TE1-MIB.mib +%%DATADIR%%/nortel/bsee.mib +%%DATADIR%%/nortel/croot217.mib +%%DATADIR%%/nortel/baystackerrormessage.mib +%%DATADIR%%/nortel/wf_pgm.mib +%%DATADIR%%/nortel/NTN-QOS-POLICY-AUX-MIB.mib +%%DATADIR%%/nortel/MODULE.MIB +%%DATADIR%%/nortel/BAY-STACK-PORT-MIRRORING-MIB.mib +%%DATADIR%%/nortel/rapid_city_vsp.mib +%%DATADIR%%/nortel/s5reg.mib +%%DATADIR%%/nortel/BAY-STACK-LLDP-X-AVAYA-MIB.mib +%%DATADIR%%/nortel/bnlog.mib +%%DATADIR%%/nortel/s5ctr.mib +%%DATADIR%%/nortel/aosnetwork.mib +%%DATADIR%%/nortel/ntwlanap006.mib +%%DATADIR%%/nortel/ENVIRONMENT-MIB.mib +%%DATADIR%%/nortel/baystackradius.mib +%%DATADIR%%/nortel/NTN-QOS-POLICY-EXT-PIB.mib +%%DATADIR%%/nortel/POLICY-FRAMEWORK-PIB.mib +%%DATADIR%%/nortel/SYSTEM-MIB.mib +%%DATADIR%%/nortel/QOS-POLICY-802-PIB.mib +%%DATADIR%%/nortel/nortel-client-session-tc.my +%%DATADIR%%/nortel/baystackdhcpsnooping.mib +%%DATADIR%%/nortel/NT-ENTERPRISE-DATA-MIB.mib +%%DATADIR%%/nortel/baystacksourceguard.mib +%%DATADIR%%/nortel/baystack.mib +%%DATADIR%%/nortel/BAY-STACK-EDM-MIB.mib +%%DATADIR%%/nortel/BUNDLE-MIB.mib +%%DATADIR%%/nortel/CSMACD.MIB +%%DATADIR%%/nortel/aoslayer4.mib +%%DATADIR%%/nortel/AAC.mib +%%DATADIR%%/nortel/WFCOMMON.MIB +%%DATADIR%%/nortel/OSPF.MIB +%%DATADIR%%/nortel/nortel-port-mib.my +%%DATADIR%%/nortel/PriL3mgmt.mib +%%DATADIR%%/nortel/NTN-QOS-POLICY-EVOL-PIB.mib +%%DATADIR%%/nortel/nortel-rf-detect-tc.my +%%DATADIR%%/nortel/s5com.mib +%%DATADIR%%/nortel/DSX-TE3-MIB.mib +%%DATADIR%%/nortel/nortel-ap-tc.my +%%DATADIR%%/nortel/rcmlt.mib +%%DATADIR%%/nortel/nortel-root.my +%%DATADIR%%/nortel/baystackmulticastflooding.mib +%%DATADIR%%/nortel/s5ecm.mib +%%DATADIR%%/nortel/TRIPLE-DES-CONSORTIUM-MIB.mib +%%DATADIR%%/nortel/mcast201.mib +%%DATADIR%%/nortel/baystackospfext.mib +%%DATADIR%%/nortel/aosbwm.mib +%%DATADIR%%/nortel/nortel-ap-status-mib.my +%%DATADIR%%/nortel/QOSSLA-MIB.mib +%%DATADIR%%/nortel/DSX-TC-MIB.mib +%%DATADIR%%/nortel/nnmst.mib +%%DATADIR%%/nortel/s3com.mib +%%DATADIR%%/nortel/baystackarpinspection.mib +%%DATADIR%%/nortel/s5cha.mib +%%DATADIR%%/nortel/CONFIG-MGMT-MIB.mib +%%DATADIR%%/nortel/ntEnterpriseDataTasmanMgmtchassis.mib +%%DATADIR%%/nortel/ccfg210.mib +%%DATADIR%%/nortel/s3eth.mib +%%DATADIR%%/nortel/s5etr.mib +%%DATADIR%%/nortel/nortel-basic.my +%%DATADIR%%/nortel/HARDWARE.MIB +%%DATADIR%%/nortel/QOS-POLICY-IP-PIB.mib +%%DATADIR%%/nortel/s5tcs.mib +%%DATADIR%%/nortel/NORTEL-MIB.mib +%%DATADIR%%/nortel/newoak.mib +%%DATADIR%%/nortel/s5age.mib +%%DATADIR%%/nortel/GENERIC-HDLC-MIB.mib +%%DATADIR%%/nortel/TAG1Q.MIB +%%DATADIR%%/nortel/bayxlr.mib +%%DATADIR%%/nortel/s5erl.mib +%%DATADIR%%/nortel/BAY-STACK-NOTIFY-CONTROL-MIB.mib +%%DATADIR%%/nortel/baystackecmp.mib +%%DATADIR%%/nortel/BAY-STACK-IGMP-EXT-MIB.mib +%%DATADIR%%/nortel/synro.mib +%%DATADIR%%/nortel/BAY-STACK-NOTIFICATIONS-MIB.mib +%%DATADIR%%/nortel/nortel-reg-chassis.my +%%DATADIR%%/nortel/aoslayer7.mib +%%DATADIR%%/nortel/cesTraps.mib +%%DATADIR%%/nortel/nnrst.mib +%%DATADIR%%/nortel/tigonNetwork.mib +%%DATADIR%%/nortel/altroot.mib +%%DATADIR%%/nortel/ALTEON-AC-vADC-MIB.mib +%%DATADIR%%/nortel/cd3ex201.mib +%%DATADIR%%/nortel/L2mgmt.mib +%%DATADIR%%/nortel/PPP-MIB.mib +%%DATADIR%%/nortel/SNMP-MIB.mib +%%DATADIR%%/nortel/s5emt.mib +%%DATADIR%%/nortel/Commgmt.mib +%%DATADIR%%/nortel/tigonSwitch.mib +%%DATADIR%%/nortel/nortel-info-rf-detect-mib.my +%%DATADIR%%/nortel/nortel-external-server-mib.my +%%DATADIR%%/nortel/tigonPhysical.mib +%%DATADIR%%/nortel/ces_id.mib +%%DATADIR%%/nortel/DVMRP-STD-MIB.mib +%%DATADIR%%/nortel/FR-MIB.mib +%%DATADIR%%/nortel/BAY-STACK-UNICAST-STORM-CONTROL-MIB.mib +%%DATADIR%%/nortel/BAY-STACK-IP-FWD-NH-MIB.mib +%%DATADIR%%/nortel/nortel-system-mib.my +%%DATADIR%%/nortel/aosswitch.mib +%%DATADIR%%/nortel/s5eth.mib +%%DATADIR%%/nortel/.index +%%DATADIR%%/nortel.diff +%%DATADIR%%/packetfront/PACKETFRONT-TC.mib +%%DATADIR%%/packetfront/PACKETFRONT-DRG-MIB.mib +%%DATADIR%%/packetfront/PACKETFRONT-SMI.mib +%%DATADIR%%/packetfront/PACKETFRONT-COPY-MIB.mib +%%DATADIR%%/packetfront/PACKETFRONT-PRODUCTS-MIB.mib +%%DATADIR%%/packetfront/.index +%%DATADIR%%/rfc/BRIDGE-MIB.txt +%%DATADIR%%/rfc/TN3270E-MIB.txt +%%DATADIR%%/rfc/TOKEN-RING-RMON-MIB.txt +%%DATADIR%%/rfc/SNMP-FRAMEWORK-MIB.txt +%%DATADIR%%/rfc/DPI20-MIB.txt +%%DATADIR%%/rfc/PIM-MIB.txt +%%DATADIR%%/rfc/IANA-GMPLS-TC-MIB.txt +%%DATADIR%%/rfc/HPR-IP-MIB.txt +%%DATADIR%%/rfc/DVB-RCS-MIB.txt +%%DATADIR%%/rfc/EtherLike-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-NETGRAPH.txt +%%DATADIR%%/rfc/SNMP-VACM-AAA-MIB.txt +%%DATADIR%%/rfc/FR-ATM-PVC-SERVICE-IWF-MIB.txt +%%DATADIR%%/rfc/APPN-MIB.txt +%%DATADIR%%/rfc/RFC1382-MIB.txt +%%DATADIR%%/rfc/IANA-PWE3-MIB.txt +%%DATADIR%%/rfc/IANA-CHARSET-MIB.txt +%%DATADIR%%/rfc/UPS-MIB.txt +%%DATADIR%%/rfc/RMON-MIB.txt +%%DATADIR%%/rfc/TPM-MIB.txt +%%DATADIR%%/rfc/SNMP-COMMUNITY-MIB.txt +%%DATADIR%%/rfc/ISDN-MIB.txt +%%DATADIR%%/rfc/IANA-ITU-ALARM-TC-MIB.txt +%%DATADIR%%/rfc/TUNNEL-MIB.txt +%%DATADIR%%/rfc/LLDP-EXT-MED-MIB.my +%%DATADIR%%/rfc/TCP-ESTATS-MIB.txt +%%DATADIR%%/rfc/IEEE8021-PAE-MIB.my +%%DATADIR%%/rfc/APPLICATION-MIB.txt +%%DATADIR%%/rfc/TCP-MIB.txt +%%DATADIR%%/rfc/IANAifType-MIB.txt +%%DATADIR%%/rfc/APS-MIB.txt +%%DATADIR%%/rfc/IANA-MAU-MIB.txt +%%DATADIR%%/rfc/MOBILEIPV6-MIB.txt +%%DATADIR%%/rfc/SNMPv2-MIB.txt +%%DATADIR%%/rfc/RFC1155-SMI.txt +%%DATADIR%%/rfc/DISMAN-PING-MIB.txt +%%DATADIR%%/rfc/MTA-MIB.txt +%%DATADIR%%/rfc/PW-ATM-MIB.txt +%%DATADIR%%/rfc/MPLS-LDP-STD-MIB.txt +%%DATADIR%%/rfc/SNMP-VIEW-BASED-ACM-MIB.txt +%%DATADIR%%/rfc/SNMPv2-SMI.txt +%%DATADIR%%/rfc/RFC1231-MIB.my +%%DATADIR%%/rfc/SIP-TC-MIB.txt +%%DATADIR%%/rfc/IP-FORWARD-MIB.txt +%%DATADIR%%/rfc/FOKUS-MIB.txt +%%DATADIR%%/rfc/RAQMON-RDS-MIB.txt +%%DATADIR%%/rfc/VRRP-MIB.txt +%%DATADIR%%/rfc/PKTC-IETF-SIG-MIB.txt +%%DATADIR%%/rfc/RIPv2-MIB.txt +%%DATADIR%%/rfc/UDPLITE-MIB.txt +%%DATADIR%%/rfc/SFLOW-MIB.txt +%%DATADIR%%/rfc/VPN-TC-STD-MIB.txt +%%DATADIR%%/rfc/IGMP-STD-MIB.txt +%%DATADIR%%/rfc/DLSW-MIB.txt +%%DATADIR%%/rfc/IPV6-MLD-MIB.txt +%%DATADIR%%/rfc/SNA-SDLC-MIB.txt +%%DATADIR%%/rfc/TRANSPORT-ADDRESS-MIB.txt +%%DATADIR%%/rfc/FORCES-MIB.txt +%%DATADIR%%/rfc/DS0BUNDLE-MIB.txt +%%DATADIR%%/rfc/Printer-MIB.txt +%%DATADIR%%/rfc/T11-TC-MIB.txt +%%DATADIR%%/rfc/FC-MGMT-MIB.txt +%%DATADIR%%/rfc/GMPLS-TC-STD-MIB.txt +%%DATADIR%%/rfc/ISNS-MIB.txt +%%DATADIR%%/rfc/OSPF-MIB.txt +%%DATADIR%%/rfc/HPR-MIB.txt +%%DATADIR%%/rfc/RSERPOOL-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-MIB2-MIB.txt +%%DATADIR%%/rfc/VDSL-LINE-EXT-SCM-MIB.txt +%%DATADIR%%/rfc/TN3270E-RT-MIB.txt +%%DATADIR%%/rfc/RFC1381-MIB.txt +%%DATADIR%%/rfc/ADSL-TC-MIB.txt +%%DATADIR%%/rfc/LMP-MIB.txt +%%DATADIR%%/rfc/DISMAN-SCHEDULE-MIB.txt +%%DATADIR%%/rfc/PW-STD-MIB.txt +%%DATADIR%%/rfc/HDSL2-SHDSL-LINE-MIB.txt +%%DATADIR%%/rfc/TE-LINK-STD-MIB.txt +%%DATADIR%%/rfc/SNMPv2-M2M-MIB.txt +%%DATADIR%%/rfc/T11-FC-SP-TC-MIB.txt +%%DATADIR%%/rfc/DOCS-CABLE-DEVICE-MIB.txt +%%DATADIR%%/rfc/FDDI-SMT73-MIB.txt +%%DATADIR%%/rfc/ENTITY-STATE-TC-MIB.txt +%%DATADIR%%/rfc/IEEE8021-MSTP-MIB.my +%%DATADIR%%/rfc/SNMP-USER-BASED-SM-MIB.txt +%%DATADIR%%/rfc/IPATM-IPMC-MIB.txt +%%DATADIR%%/rfc/P-BRIDGE-MIB.txt +%%DATADIR%%/rfc/T11-FC-SP-POLICY-MIB.txt +%%DATADIR%%/rfc/ADSL2-LINE-MIB.txt +%%DATADIR%%/rfc/RADIUS-AUTH-SERVER-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-MIB.txt +%%DATADIR%%/rfc/T11-FC-SP-AUTHENTICATION-MIB.txt +%%DATADIR%%/rfc/IFCP-MGMT-MIB.txt +%%DATADIR%%/rfc/IF-INVERTED-STACK-MIB.txt +%%DATADIR%%/rfc/IPV6-TC.txt +%%DATADIR%%/rfc/Job-Monitoring-MIB.txt +%%DATADIR%%/rfc/NETWORK-SERVICES-MIB.txt +%%DATADIR%%/rfc/FRSLD-MIB.txt +%%DATADIR%%/rfc/DOCS-IETF-SUBMGT-MIB.txt +%%DATADIR%%/rfc/MIOX25-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-SNMPD.txt +%%DATADIR%%/rfc/ROHC-RTP-MIB.txt +%%DATADIR%%/rfc/MPLS-FTN-STD-MIB.txt +%%DATADIR%%/rfc/VDSL2-LINE-MIB.txt +%%DATADIR%%/rfc/IPV6-FLOW-LABEL-MIB.txt +%%DATADIR%%/rfc/lldp_dot1.mib +%%DATADIR%%/rfc/T11-FC-NAME-SERVER-MIB.txt +%%DATADIR%%/rfc/RDBMS-MIB.txt +%%DATADIR%%/rfc/T11-FC-FABRIC-LOCK-MIB.txt +%%DATADIR%%/rfc/MPLS-LDP-GENERIC-STD-MIB.txt +%%DATADIR%%/rfc/SNMP-USM-AES-MIB.txt +%%DATADIR%%/rfc/Q-BRIDGE-MIB.txt +%%DATADIR%%/rfc/AGGREGATE-MIB.txt +%%DATADIR%%/rfc/SIP-SERVER-MIB.txt +%%DATADIR%%/rfc/IPV6-TCP-MIB.txt +%%DATADIR%%/rfc/PPP-LCP-MIB.txt +%%DATADIR%%/rfc/IANA-FINISHER-MIB.txt +%%DATADIR%%/rfc/SNMP-MPD-MIB.txt +%%DATADIR%%/rfc/INTERFACETOPN-MIB.txt +%%DATADIR%%/rfc/GMPLS-LABEL-STD-MIB.txt +%%DATADIR%%/rfc/OPT-IF-MIB.txt +%%DATADIR%%/rfc/T11-FC-SP-SA-MIB.txt +%%DATADIR%%/rfc/SNA-NAU-MIB.txt +%%DATADIR%%/rfc/TIME-AGGREGATE-MIB.txt +%%DATADIR%%/rfc/RFC1414-MIB.txt +%%DATADIR%%/rfc/DOT3-OAM-MIB.txt +%%DATADIR%%/rfc/.index +%%DATADIR%%/rfc/MSDP-MIB.txt +%%DATADIR%%/rfc/SYSLOG-MSG-MIB.txt +%%DATADIR%%/rfc/FRNETSERV-MIB.txt +%%DATADIR%%/rfc/IANATn3270eTC-MIB.txt +%%DATADIR%%/rfc/OSPF-TRAP-MIB.txt +%%DATADIR%%/rfc/RFC1253-MIB.my +%%DATADIR%%/rfc/IPFIX-MIB.txt +%%DATADIR%%/rfc/ETHER-WIS.txt +%%DATADIR%%/rfc/RFC1271-MIB.txt +%%DATADIR%%/rfc/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB.txt +%%DATADIR%%/rfc/APPN-DLUR-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-HOSTRES-MIB.txt +%%DATADIR%%/rfc/HOST-RESOURCES-TYPES.txt +%%DATADIR%%/rfc/AGENTX-MIB.txt +%%DATADIR%%/rfc/ENTITY-SENSOR-MIB.txt +%%DATADIR%%/rfc/INT-SERV-MIB.my +%%DATADIR%%/rfc/ENTITY-STATE-MIB.txt +%%DATADIR%%/rfc/IPV6-UDP-MIB.txt +%%DATADIR%%/rfc/INTEGRATED-SERVICES-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-IP-MIB.txt +%%DATADIR%%/rfc/PARALLEL-MIB.txt +%%DATADIR%%/rfc/RADIUS-ACC-CLIENT-MIB.txt +%%DATADIR%%/rfc/RFC1213-MIB.txt +%%DATADIR%%/rfc/MIDCOM-MIB.txt +%%DATADIR%%/rfc/UDP-MIB.txt +%%DATADIR%%/rfc/DIRECTORY-SERVER-MIB.txt +%%DATADIR%%/rfc/SYSAPPL-MIB.txt +%%DATADIR%%/rfc/GMPLS-TE-STD-MIB.txt +%%DATADIR%%/rfc/lldp.mib +%%DATADIR%%/rfc/ENTITY-MIB.txt +%%DATADIR%%/rfc/DIFFSERV-CONFIG-MIB.txt +%%DATADIR%%/rfc/RAQMON-MIB.txt +%%DATADIR%%/rfc/PW-TC-STD-MIB.txt +%%DATADIR%%/rfc/TE-MIB.txt +%%DATADIR%%/rfc/RFC1285-MIB.my +%%DATADIR%%/rfc/SNMPv2-TC.txt +%%DATADIR%%/rfc/DISMAN-NSLOOKUP-MIB.txt +%%DATADIR%%/rfc/MPLS-LDP-ATM-STD-MIB.txt +%%DATADIR%%/rfc/IANA-PRINTER-MIB.txt +%%DATADIR%%/rfc/ADSL2-LINE-TC-MIB.txt +%%DATADIR%%/rfc/TOKENRING-MIB.txt +%%DATADIR%%/rfc/HC-PerfHist-TC-MIB.txt +%%DATADIR%%/rfc/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt +%%DATADIR%%/rfc/INT-SERV-GUARANTEED-MIB.my +%%DATADIR%%/rfc/DIFFSERV-MIB.txt +%%DATADIR%%/rfc/IPMCAST-MIB.txt +%%DATADIR%%/rfc/ROHC-MIB.txt +%%DATADIR%%/rfc/INET-ADDRESS-MIB.txt +%%DATADIR%%/rfc/PIM-STD-MIB.txt +%%DATADIR%%/rfc/MPLS-TE-STD-MIB.txt +%%DATADIR%%/rfc/lldp_dot3.mib +%%DATADIR%%/rfc/IANA-RTPROTO-MIB.txt +%%DATADIR%%/rfc/NAT-MIB.txt +%%DATADIR%%/rfc/VDSL2-LINE-TC-MIB.txt +%%DATADIR%%/rfc/IPV6-ICMP-MIB.txt +%%DATADIR%%/rfc/PPP-SEC-MIB.txt +%%DATADIR%%/rfc/DISMAN-TRACEROUTE-MIB.txt +%%DATADIR%%/rfc/PTOPO-MIB.txt +%%DATADIR%%/rfc/APM-MIB.txt +%%DATADIR%%/rfc/SNMP-REPEATER-MIB.txt +%%DATADIR%%/rfc/PPP-IP-NCP-MIB.txt +%%DATADIR%%/rfc/POWER-ETHERNET-MIB.txt +%%DATADIR%%/rfc/VDSL-LINE-EXT-MCM-MIB.txt +%%DATADIR%%/rfc/IPV6-MIB.txt +%%DATADIR%%/rfc/IANA-LANGUAGE-MIB.txt +%%DATADIR%%/rfc/DOCS-IETF-QOS-MIB.txt +%%DATADIR%%/rfc/CAPWAP-BASE-MIB.txt +%%DATADIR%%/rfc/APPC-MIB.txt +%%DATADIR%%/rfc/DVMRP-MIB.txt +%%DATADIR%%/rfc/DS0-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-BRIDGE-MIB.txt +%%DATADIR%%/rfc/SYSLOG-TC-MIB.txt +%%DATADIR%%/rfc/OSPFV3-MIB.txt +%%DATADIR%%/rfc/IPS-AUTH-MIB.txt +%%DATADIR%%/rfc/PINT-MIB.txt +%%DATADIR%%/rfc/EBN-MIB.txt +%%DATADIR%%/rfc/DNS-SERVER-MIB.txt +%%DATADIR%%/rfc/T11-FC-ROUTE-MIB.txt +%%DATADIR%%/rfc/DOT3-EPON-MIB.txt +%%DATADIR%%/rfc/TRIP-MIB.txt +%%DATADIR%%/rfc/MPLS-L3VPN-STD-MIB.txt +%%DATADIR%%/rfc/RADIUS-AUTH-CLIENT-MIB.txt +%%DATADIR%%/rfc/LANGTAG-TC-MIB.txt +%%DATADIR%%/rfc/GMPLS-LSR-STD-MIB.txt +%%DATADIR%%/rfc/SNMP-TLS-TM-MIB.txt +%%DATADIR%%/rfc/ISIS-MIB.txt +%%DATADIR%%/rfc/DOT12-IF-MIB.txt +%%DATADIR%%/rfc/RFC1243-MIB.my +%%DATADIR%%/rfc/ETHER-CHIPSET-MIB.txt +%%DATADIR%%/rfc/SLAPM-MIB.txt +%%DATADIR%%/rfc/T11-FC-FABRIC-CONFIG-SERVER-MIB.txt +%%DATADIR%%/rfc/DSMON-MIB.txt +%%DATADIR%%/rfc/IEEE802dot11-MIB.my +%%DATADIR%%/rfc/GSMP-MIB.txt +%%DATADIR%%/rfc/SOURCE-ROUTING-MIB.txt +%%DATADIR%%/rfc/HCNUM-TC.txt +%%DATADIR%%/rfc/SCSI-MIB.txt +%%DATADIR%%/rfc/MGMD-STD-MIB.txt +%%DATADIR%%/rfc/ADSL-LINE-MIB.txt +%%DATADIR%%/rfc/DIAL-CONTROL-MIB.txt +%%DATADIR%%/rfc/FCIP-MGMT-MIB.txt +%%DATADIR%%/rfc/FRAME-RELAY-DTE-MIB.txt +%%DATADIR%%/rfc/ISCSI-MIB.txt +%%DATADIR%%/rfc/NOTIFICATION-LOG-MIB.txt +%%DATADIR%%/rfc/IPMROUTE-STD-MIB.txt +%%DATADIR%%/rfc/ROHC-UNCOMPRESSED-MIB.txt +%%DATADIR%%/rfc/TOKENRING-STATION-SR-MIB.txt +%%DATADIR%%/rfc/CAPWAP-DOT11-MIB.txt +%%DATADIR%%/rfc/SONET-MIB.txt +%%DATADIR%%/rfc/FIBRE-CHANNEL-FE-MIB.txt +%%DATADIR%%/rfc/NTPv4-MIB.txt +%%DATADIR%%/rfc/DSA-MIB.txt +%%DATADIR%%/rfc/SNMP-PROXY-MIB.txt +%%DATADIR%%/rfc/MPLS-LC-FR-STD-MIB.txt +%%DATADIR%%/rfc/ATM-MIB.txt +%%DATADIR%%/rfc/SNMPv2-TM.txt +%%DATADIR%%/rfc/ITU-ALARM-MIB.txt +%%DATADIR%%/rfc/ALARM-MIB.txt +%%DATADIR%%/rfc/RADIUS-DYNAUTH-SERVER-MIB.txt +%%DATADIR%%/rfc/POLICY-BASED-MANAGEMENT-MIB.txt +%%DATADIR%%/rfc/Finisher-MIB.txt +%%DATADIR%%/rfc/RFC1389-MIB.txt +%%DATADIR%%/rfc/DOCS-IF-MIB.txt +%%DATADIR%%/rfc/ARC-MIB.txt +%%DATADIR%%/rfc/IPSEC-SPD-MIB.txt +%%DATADIR%%/rfc/MPLS-LDP-FRAME-RELAY-STD-MIB.txt +%%DATADIR%%/rfc/ACCOUNTING-CONTROL-MIB.txt +%%DATADIR%%/rfc/DISMAN-SCRIPT-MIB.txt +%%DATADIR%%/rfc/T11-FC-ZONE-SERVER-MIB.txt +%%DATADIR%%/rfc/HC-ALARM-MIB.txt +%%DATADIR%%/rfc/PW-TDM-MIB.txt +%%DATADIR%%/rfc/DIFFSERV-DSCP-TC.txt +%%DATADIR%%/rfc/WWW-MIB.txt +%%DATADIR%%/rfc/DOT12-RPTR-MIB.txt +%%DATADIR%%/rfc/ATM-ACCOUNTING-INFORMATION-MIB.txt +%%DATADIR%%/rfc/SNMP-USM-DH-OBJECTS-MIB.txt +%%DATADIR%%/rfc/TRIP-TC-MIB.txt +%%DATADIR%%/rfc/RSTP-MIB.txt +%%DATADIR%%/rfc/Modem-MIB.txt +%%DATADIR%%/rfc/RADIUS-DYNAUTH-CLIENT-MIB.txt +%%DATADIR%%/rfc/SMUX-MIB.txt +%%DATADIR%%/rfc/IPFIX-SELECTOR-MIB.txt +%%DATADIR%%/rfc/SIP-COMMON-MIB.txt +%%DATADIR%%/rfc/T11-FC-RSCN-MIB.txt +%%DATADIR%%/rfc/T11-FC-FSPF-MIB.txt +%%DATADIR%%/rfc/ADSL-LINE-EXT-MIB.txt +%%DATADIR%%/rfc/PW-ENET-STD-MIB.txt +%%DATADIR%%/rfc/DOCS-BPI-MIB.txt +%%DATADIR%%/rfc/CIRCUIT-IF-MIB.txt +%%DATADIR%%/rfc/DOCS-IETF-BPI2-MIB.txt +%%DATADIR%%/rfc/INTEGRATED-SERVICES-GUARANTEED-MIB.txt +%%DATADIR%%/rfc/CHARACTER-MIB.txt +%%DATADIR%%/rfc/SNMP-TSM-MIB.txt +%%DATADIR%%/rfc/IF-CAP-STACK-MIB.txt +%%DATADIR%%/rfc/ATM-TC-MIB.txt +%%DATADIR%%/rfc/COPS-CLIENT-MIB.txt +%%DATADIR%%/rfc/L2TP-MIB.txt +%%DATADIR%%/rfc/URI-TC-MIB.txt +%%DATADIR%%/rfc/SMON-MIB.txt +%%DATADIR%%/rfc/SNMP-TARGET-MIB.txt +%%DATADIR%%/rfc/NEMO-MIB.txt +%%DATADIR%%/rfc/SNMPv2-PARTY-MIB.txt +%%DATADIR%%/rfc/HC-RMON-MIB.txt +%%DATADIR%%/rfc/SNMPv2-CONF.txt +%%DATADIR%%/rfc/MPLS-LSR-STD-MIB.txt +%%DATADIR%%/rfc/T11-FC-SP-ZONING-MIB.txt +%%DATADIR%%/rfc/APPN-TRAP-MIB.txt +%%DATADIR%%/rfc/FLOW-METER-MIB.txt +%%DATADIR%%/rfc/FR-MFR-MIB.txt +%%DATADIR%%/rfc/BEGEMOT-PF-MIB.txt +%%DATADIR%%/rfc/IEEE8023-LAG-MIB.my +%%DATADIR%%/rfc/T11-FC-FABRIC-ADDR-MGR-MIB.txt +%%DATADIR%%/rfc/IP-MIB.txt +%%DATADIR%%/rfc/SIP-MIB.txt +%%DATADIR%%/rfc/IF-MIB.txt +%%DATADIR%%/rfc/MPLS-TC-STD-MIB.txt +%%DATADIR%%/rfc/RFC1406-MIB.my +%%DATADIR%%/rfc/DNS-RESOLVER-MIB.txt +%%DATADIR%%/rfc/SNMP-IEEE802-TM-MIB.txt +%%DATADIR%%/rfc/IANA-IPPM-METRICS-REGISTRY-MIB.txt +%%DATADIR%%/rfc/NHRP-MIB.txt +%%DATADIR%%/rfc/RS-232-MIB.txt +%%DATADIR%%/rfc/SIP-UA-MIB.txt +%%DATADIR%%/rfc/IBM-6611-APPN-MIB.txt +%%DATADIR%%/rfc/PKTC-IETF-MTA-MIB.txt +%%DATADIR%%/rfc/ITU-ALARM-TC-MIB.txt +%%DATADIR%%/rfc/EFM-CU-MIB.txt +%%DATADIR%%/rfc/PIM-BSR-MIB.txt +%%DATADIR%%/rfc/HOST-RESOURCES-MIB.txt +%%DATADIR%%/rfc/ATM2-MIB.txt +%%DATADIR%%/rfc/RADIUS-ACC-SERVER-MIB.txt +%%DATADIR%%/rfc/PW-MPLS-STD-MIB.txt +%%DATADIR%%/rfc/PKTC-IETF-EVENT-MIB.txt +%%DATADIR%%/rfc/RSVP-MIB.txt +%%DATADIR%%/rfc/MAU-MIB.txt +%%DATADIR%%/rfc/SNMPv2-USEC-MIB.txt +%%DATADIR%%/rfc/DISMAN-EVENT-MIB.txt +%%DATADIR%%/rfc/SSPM-MIB.txt +%%DATADIR%%/rfc/MIP-MIB.txt +%%DATADIR%%/rfc/MPLS-LC-ATM-STD-MIB.txt +%%DATADIR%%/rfc/T11-FC-VIRTUAL-FABRIC-MIB.txt +%%DATADIR%%/rfc/TCPIPX-MIB.txt +%%DATADIR%%/rfc/DS1-MIB.txt +%%DATADIR%%/rfc/DISMAN-EXPRESSION-MIB.txt +%%DATADIR%%/rfc/BGP4-MIB.txt +%%DATADIR%%/rfc/IPOA-MIB.txt +%%DATADIR%%/rfc/SNMP-NOTIFICATION-MIB.txt +%%DATADIR%%/rfc/DECNET-PHIV-MIB.txt +%%DATADIR%%/rfc/SCTP-MIB.txt +%%DATADIR%%/rfc/MALLOC-MIB.txt +%%DATADIR%%/rfc/VDSL-LINE-MIB.txt +%%DATADIR%%/rfc/DS3-MIB.txt +%%DATADIR%%/rfc/IANA-MALLOC-MIB.txt +%%DATADIR%%/rfc/RTP-MIB.txt +%%DATADIR%%/rfc/APPLETALK-MIB.txt +%%DATADIR%%/rfc/PerfHist-TC-MIB.txt +%%DATADIR%%/rfc/RFC1229-MIB.my +%%DATADIR%%/rfc/PPP-BRIDGE-NCP-MIB.txt +%%DATADIR%%/rfc/RMON2-MIB.txt +%%DATADIR%%/rfc/CLNS-MIB.txt %%DATADIR%%/rfc1.diff +%%DATADIR%%/rfclist +%%DATADIR%%/rm_cisco_dups +%%DATADIR%%/robots.txt +%%DATADIR%%/snmp.conf +%%DATADIR%%/snmpwalkmib +%%DATADIR%%/sonicwall/SNWL-COMMON-MIB.mib +%%DATADIR%%/sonicwall/SONICWALL-SMI.mib +%%DATADIR%%/split-extreme +%%DATADIR%%/to_locase +%%DATADIR%%/walk_all +%%DATADIR%%/xirrus/XIRRUS-MIB.txt +%%DATADIR%%/mkindex +%%DATADIR%%/mib_index.txt + @dirrm %%DATADIR%%/dell @dirrm %%DATADIR%%/juniper @dirrm %%DATADIR%%/nortel @@ -1980,4 +2192,10 @@ @dirrm %%DATADIR%%/cyclades @dirrm %%DATADIR%%/extreme @dirrm %%DATADIR%%/cisco +@dirrm %%DATADIR%%/apc +@dirrm %%DATADIR%%/bluecoat +@dirrm %%DATADIR%%/force10 +@dirrm %%DATADIR%%/sonicwall +@dirrm %%DATADIR%%/xirrus @dirrm %%DATADIR%% + --- netdisco-mibs-1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F60106567A for ; Mon, 3 Sep 2012 15:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A9BDF8FC1F for ; Mon, 3 Sep 2012 15:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83FoCS3070205 for ; Mon, 3 Sep 2012 15:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83FoCld070192; Mon, 3 Sep 2012 15:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 15:50:12 GMT Resent-Message-Id: <201209031550.q83FoCld070192@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffroy Desvernay Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6363106564A for ; Mon, 3 Sep 2012 15:47:11 +0000 (UTC) (envelope-from root@dgeo.sysadm.ec-m.fr) Received: from meli.ec-m.fr (meli191.ec-m.fr [147.94.19.33]) by mx1.freebsd.org (Postfix) with ESMTP id 70CC78FC1A for ; Mon, 3 Sep 2012 15:47:11 +0000 (UTC) Received: from amavis3.serv.int (amavis3.serv.int [10.3.0.47]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id E6CD2278880; Mon, 3 Sep 2012 17:47:10 +0200 (CEST) Received: from meli.ec-m.fr ([10.3.0.12]) by amavis3.serv.int (amavis3.serv.int [10.3.0.47]) (amavisd-new, port 10024) with LMTP id UafjlPQJ1Rq5; Mon, 3 Sep 2012 17:46:57 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 9E46427887D; Mon, 3 Sep 2012 17:46:57 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 1A2121CD69; Mon, 3 Sep 2012 17:46:57 +0200 (CEST) Message-Id: <20120903154657.1A2121CD69@dgeo.sysadm.ec-m.fr> Date: Mon, 3 Sep 2012 17:46:57 +0200 (CEST) From: Geoffroy Desvernay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171284: [MAINTAINER] net-mgmt/netdisco: OPTIONS ng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:50:12 -0000 >Number: 171284 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/netdisco: OPTIONS ng >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 Sep 03 15:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 9.0-STABLE amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Jun 20 12:43:59 CEST 2012 >Description: Use nes OPTIONS framework Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- netdisco-1.1.patch begins here --- diff -ruN --exclude=CVS ../netdisco.orig/Makefile ./Makefile --- ../netdisco.orig/Makefile 2012-08-18 16:29:08.000000000 +0200 +++ ./Makefile 2012-09-03 14:41:13.000000000 +0200 @@ -13,9 +13,11 @@ MAINTAINER= dgeo@centrale-marseille.fr COMMENT= Web-based network management tool for moderate to large networks -OPTIONS= GRAPHVIZ "Install GraphViz for network map support" on \ - OUIDL "Download oui.txt file" off \ - MIBS "depend on net-mgmt/netdisco-mibs" on +OPTIONS_DEFINE= GRAPHVIZ OUIDL MIBS +MIBS_DESC= depend on net-mgmt/netdisco-mibs +OUIDL_DESC= Download oui.txt file +GRAPHVIZ_DESC= Install GraphViz for network map support +OPTIONS_DEFAULT= GRAPHVIZ MIBS RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI \ @@ -62,7 +64,7 @@ .include MIBSDIR= ${PREFIX}/share/netdisco-mibs -.if defined(WITH_MIBS) +.if ${PORT_OPTIONS:MMIBS} RUN_DEPENDS+= ${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs BUILD_DEPENDS+= ${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs . include "${.CURDIR}/../netdisco-mibs/bsd.port.netdisco.mk" @@ -83,12 +85,12 @@ RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .endif -.if defined(WITH_GRAPHVIZ) +.if ${PORT_OPTIONS:MGRAPHVIZ} RUN_DEPENDS+= p5-Graph>=0:${PORTSDIR}/math/p5-Graph \ p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz .endif -.if defined(WITH_OUIDL) +.if ${PORT_OPTIONS:MOUIDL} PLIST_SUB+= OUIDL="" .else PLIST_SUB+= OUIDL="@comment " @@ -161,7 +163,7 @@ fi) . endif -. if defined(WITH_OUIDL) +. if ${PORT_OPTIONS:MOUIDL} ${FETCH_CMD} -q -o ${DATADIR}/oui.txt http://standards.ieee.org/develop/regauth/oui/oui.txt . endif --- netdisco-1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:50:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C2851065674; Mon, 3 Sep 2012 15:50:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F3CD8FC15; Mon, 3 Sep 2012 15:50:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83FoQ8n072074; Mon, 3 Sep 2012 15:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83FoQZp072057; Mon, 3 Sep 2012 15:50:26 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 15:50:26 GMT Message-Id: <201209031550.q83FoQZp072057@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stefan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171281: [patch] mail/imapfilter -- update to 2.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:50:26 -0000 Synopsis: [patch] mail/imapfilter -- update to 2.5.3 Responsible-Changed-From-To: freebsd-ports-bugs->stefan Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 15:50:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171281 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 15:51:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BB931065680; Mon, 3 Sep 2012 15:51:05 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEB68FC14; Mon, 3 Sep 2012 15:51:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83Fp4fV079239; Mon, 3 Sep 2012 15:51:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83Fp4uR079223; Mon, 3 Sep 2012 15:51:04 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 15:51:04 GMT Message-Id: <201209031551.q83Fp4uR079223@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171282: games/instead update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 15:51:05 -0000 Synopsis: games/instead update Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 15:51:04 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171282 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 16:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3DA51065674 for ; Mon, 3 Sep 2012 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6FBA8FC1F for ; Mon, 3 Sep 2012 16:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83GK9RO018181 for ; Mon, 3 Sep 2012 16:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83GK9Id018173; Mon, 3 Sep 2012 16:20:09 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 16:20:09 GMT Resent-Message-Id: <201209031620.q83GK9Id018173@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4280106566B for ; Mon, 3 Sep 2012 16:15:22 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0478FC12 for ; Mon, 3 Sep 2012 16:15:22 +0000 (UTC) Received: by ghrr13 with SMTP id r13so983753ghr.13 for ; Mon, 03 Sep 2012 09:15:16 -0700 (PDT) Received: by 10.236.149.174 with SMTP id x34mr15727487yhj.119.1346688916428; Mon, 03 Sep 2012 09:15:16 -0700 (PDT) Received: from localhost ([187.112.104.139]) by mx.google.com with ESMTPS id l7sm24914740yhk.22.2012.09.03.09.15.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Sep 2012 09:15:15 -0700 (PDT) Message-Id: <5044d793.079cec0a.5894.4495@mx.google.com> Date: Mon, 03 Sep 2012 09:15:15 -0700 (PDT) From: William Grzybowski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171285: [PATCH] sysutils/nut: update to 2.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 16:20:10 -0000 >Number: 171285 >Category: ports >Synopsis: [PATCH] sysutils/nut: update to 2.6.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 16:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: Fix several bugs, specially in upssched >How-To-Repeat: >Fix: See attached patch --- nut.patch begins here --- Index: distinfo =================================================================== --- distinfo (revision 303600) +++ distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (nut-2.6.4.tar.gz) = 4a8455ca7ba2e18b57a39206acc5a496e855d845828e970822bd84afd1178fe5 -SIZE (nut-2.6.4.tar.gz) = 1992488 -SHA256 (nut-2.6.4.tar.gz.sig) = a364d09b9c6877c1542183dd7eac35cf189ab9d178532d6fd29a04662560754f -SIZE (nut-2.6.4.tar.gz.sig) = 72 +SHA256 (nut-2.6.5.tar.gz) = 618df71cf1ca6e3700d1d3c282773a2dec85f9f20324c0d3234c824e97feb93f +SIZE (nut-2.6.5.tar.gz) = 2038832 +SHA256 (nut-2.6.5.tar.gz.sig) = 4aa66e909d730e2ca6953e3728f783c45bce5506af283b61737e988d22e6e02a +SIZE (nut-2.6.5.tar.gz.sig) = 72 Index: pkg-plist =================================================================== --- pkg-plist (revision 303600) +++ pkg-plist (working copy) @@ -11,12 +11,16 @@ %%NUT_CGI%%%%WWWDIR%%/nut-banner.png %%ETCDIR%%/cmdvartab %%ETCDIR%%/driver.list +%%ETCDIR%%/hosts.conf.sample %%ETCDIR%%/nut.conf.sample %%ETCDIR%%/ups.conf.sample %%ETCDIR%%/upsd.conf.sample %%ETCDIR%%/upsd.users.sample %%ETCDIR%%/upsmon.conf.sample %%ETCDIR%%/upssched.conf.sample +%%ETCDIR%%/upsset.conf.sample +%%ETCDIR%%/upsstats-single.html.sample +%%ETCDIR%%/upsstats.html.sample @stopdaemon nut_upsmon @stopdaemon nut_upslog @stopdaemon nut Index: Makefile =================================================================== --- Makefile (revision 303600) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig --- nut.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 16:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5641106567A for ; Mon, 3 Sep 2012 16:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A56A8FC22 for ; Mon, 3 Sep 2012 16:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83GKA2K018435 for ; Mon, 3 Sep 2012 16:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83GKAw1018418; Mon, 3 Sep 2012 16:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 16:20:10 GMT Resent-Message-Id: <201209031620.q83GKAw1018418@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C5D61065670; Mon, 3 Sep 2012 16:18:21 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (unknown [IPv6:2a03:6f00:1::5c35:743c]) by mx1.freebsd.org (Postfix) with ESMTP id A113C8FC12; Mon, 3 Sep 2012 16:18:20 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1T8ZLu-0003kc-W5; Mon, 03 Sep 2012 20:18:19 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 6F20BB867; Mon, 3 Sep 2012 20:18:18 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 55C1429A; Mon, 3 Sep 2012 20:18:18 +0400 (MSK) Message-Id: <20120903161818.55C1429A@hades.panopticon> Date: Mon, 3 Sep 2012 20:18:18 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: eadler@FreeBSD.org Subject: ports/171286: [PATCH] misc/pastebinit: update to 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 16:20:11 -0000 >Number: 171286 >Category: ports >Synopsis: [PATCH] misc/pastebinit: update to 1.3.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 Sep 03 16:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012 >Description: - Update to 1.3.1 - Fix path to pastebin.d directory; without it, port was completely unuseable Port maintainer (eadler@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- pastebinit-1.3.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/misc/pastebinit/Makefile ./Makefile --- /usr/ports/misc/pastebinit/Makefile 2012-06-21 08:43:27.000000000 +0400 +++ ./Makefile 2012-09-03 20:15:33.363904221 +0400 @@ -2,19 +2,20 @@ # Date created: Thu Feb 21 00:21:23 EST 2008 # Whom: comperr # -# $FreeBSD: ports/misc/pastebinit/Makefile,v 1.10 2012/06/21 04:43:27 eadler Exp $ +# $FreeBSD: head/misc/pastebinit/Makefile 300896 2012-07-14 13:54:48Z beat $ # PORTNAME= pastebinit -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= misc python -MASTER_SITES= https://launchpadlibrarian.net/93013084/ +MASTER_SITES= https://launchpadlibrarian.net/106457425/ MAINTAINER= eadler@FreeBSD.org COMMENT= A command line utility for pastebing RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj +USE_BZIP2= yes USE_PYTHON= yes NO_BUILD= yes @@ -30,6 +31,10 @@ PORTDATA= pastebin.d .endif +post-patch: + ${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \ + ${WRKSRC}/pastebinit + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if ${PORT_OPTIONS:MPASTEBINS} diff -ruN --exclude=CVS /usr/ports/misc/pastebinit/distinfo ./distinfo --- /usr/ports/misc/pastebinit/distinfo 2012-02-23 05:35:35.000000000 +0400 +++ ./distinfo 2012-09-03 20:01:50.927902911 +0400 @@ -1,2 +1,2 @@ -SHA256 (pastebinit-1.3.tar.gz) = 41b51ebffb90443166a7c489f7c11224c00032e1eb64f67c8783826d75728a53 -SIZE (pastebinit-1.3.tar.gz) = 38173 +SHA256 (pastebinit-1.3.1.tar.bz2) = 0dcb6c4820f49cc7f97a7804254df1ae848cfc4fc63e08ca89a525b909709e29 +SIZE (pastebinit-1.3.1.tar.bz2) = 35582 --- pastebinit-1.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 16:20:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5C911065670; Mon, 3 Sep 2012 16:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 797478FC1D; Mon, 3 Sep 2012 16:20:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83GKMgJ021794; Mon, 3 Sep 2012 16:20:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83GKMqQ021777; Mon, 3 Sep 2012 16:20:22 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 16:20:22 GMT Message-Id: <201209031620.q83GKMqQ021777@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171285: [PATCH] sysutils/nut: update to 2.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 16:20:22 -0000 Synopsis: [PATCH] sysutils/nut: update to 2.6.5 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 16:20:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171285 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 16:20:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78D9710656A5; Mon, 3 Sep 2012 16:20:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BD0D8FC1C; Mon, 3 Sep 2012 16:20:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83GKVK3023902; Mon, 3 Sep 2012 16:20:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83GKVYh023884; Mon, 3 Sep 2012 16:20:31 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 16:20:31 GMT Message-Id: <201209031620.q83GKVYh023884@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171286: [PATCH] misc/pastebinit: update to 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 16:20:31 -0000 Synopsis: [PATCH] misc/pastebinit: update to 1.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 16:20:30 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171286 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 18:00:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DE26106566C for ; Mon, 3 Sep 2012 18:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CED418FC18 for ; Mon, 3 Sep 2012 18:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83I0KCq018662 for ; Mon, 3 Sep 2012 18:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83I0KhW018648; Mon, 3 Sep 2012 18:00:20 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 18:00:20 GMT Resent-Message-Id: <201209031800.q83I0KhW018648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4B05106564A for ; Mon, 3 Sep 2012 17:59:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9F4FB8FC08 for ; Mon, 3 Sep 2012 17:59:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83Hxowq064249 for ; Mon, 3 Sep 2012 17:59:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83Hxo3W064248; Mon, 3 Sep 2012 17:59:50 GMT (envelope-from nobody) Message-Id: <201209031759.q83Hxo3W064248@red.freebsd.org> Date: Mon, 3 Sep 2012 17:59:50 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171287: [UPDATE] devel/mercurial to 2.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 18:00:21 -0000 >Number: 171287 >Category: ports >Synopsis: [UPDATE] devel/mercurial to 2.3.1 >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 Sep 03 18:00:20 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.3-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to 2.3.1, http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.3.1_.282012-09-01.29 - Convert to new framework OptionsNG >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (révision 303607) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (mercurial-2.3.tar.gz) = 456cb8a9fb15606a04d81589a3459d258149170008ca64c62e5a6cbaf5f0fe5f -SIZE (mercurial-2.3.tar.gz) = 3549002 +SHA256 (mercurial-2.3.1.tar.gz) = ef587fdd3b062e08eb4012e7870f4d0a00fd834f11578bfba80313b10f808541 +SIZE (mercurial-2.3.1.tar.gz) = 3558058 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (révision 303607) +++ files/patch-setup.py (copie de travail) @@ -1,10 +0,0 @@ ---- setup.py.orig 2012-08-02 10:49:31.000000000 +0400 -+++ setup.py 2012-08-08 18:34:01.000000000 +0400 -@@ -227,6 +227,7 @@ - description = "build translations (.mo files)" - - def run(self): -+ %%NLS%%return - if not find_executable('msgfmt'): - self.warn("could not find msgfmt executable, no translations " - "will be built") Index: files/extra-patch-setup.py =================================================================== --- files/extra-patch-setup.py (révision 0) +++ files/extra-patch-setup.py (copie de travail) @@ -0,0 +1,29 @@ +--- setup.py.orig 2012-08-02 06:49:31.000000000 +0000 ++++ setup.py 2012-08-05 08:18:26.000000000 +0000 +@@ -212,7 +212,7 @@ + class hgbuild(build): + # Insert hgbuildmo first so that files in mercurial/locale/ are found + # when build_py is run next. +- sub_commands = [('build_mo', None), ++ sub_commands = [ + + # We also need build_ext before build_py. Otherwise, when 2to3 is + # called (in build_py), it will not find osutil & friends, +@@ -402,7 +402,6 @@ + fp.close() + + cmdclass = {'build': hgbuild, +- 'build_mo': hgbuildmo, + 'build_ext': hgbuildext, + 'build_py': hgbuildpy, + 'build_hgextindex': buildhgextindex, +@@ -463,8 +462,7 @@ + extmodules.append(inotify) + packages.extend(['hgext.inotify', 'hgext.inotify.linux']) + +-packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo', +- 'help/*.txt']} ++packagedata = {'mercurial': ['help/*.txt']} + + def ordinarypath(p): + return p and p[0] != '.' and p[-1] != '~' Index: Makefile =================================================================== --- Makefile (révision 303607) +++ Makefile (copie de travail) @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 2.3 +PORTVERSION= 2.3.1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -15,15 +15,11 @@ LICENSE= GPLv2 -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif USE_PYTHON= -2.7 USE_PYDISTUTILS=yes +OPTIONS_DEFINE= NLS + CONTRIB_FILES= bash_completion \ casesmash.py \ check-code.py \ @@ -67,11 +63,14 @@ SUB_FILES= pkg-message -post-patch: -.if defined(WITHOUT_NLS) - @${REINPLACE_CMD} -e 's/%%NLS%%//' ${WRKSRC}/${PYSETUP} +.include + +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" .else - @${REINPLACE_CMD} -e 's/%%NLS%%/# /' ${WRKSRC}/${PYSETUP} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-setup.py +PLIST_SUB+= NLS="@comment " .endif post-install: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 18:00:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2DF9106564A; Mon, 3 Sep 2012 18:00:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76BA28FC19; Mon, 3 Sep 2012 18:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83I0Y4g022616; Mon, 3 Sep 2012 18:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83I0Y7q022601; Mon, 3 Sep 2012 18:00:34 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 18:00:34 GMT Message-Id: <201209031800.q83I0Y7q022601@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171287: [UPDATE] devel/mercurial to 2.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 18:00:34 -0000 Synopsis: [UPDATE] devel/mercurial to 2.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 18:00:33 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171287 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 18:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCA7F1065675 for ; Mon, 3 Sep 2012 18:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A5CE68FC1F for ; Mon, 3 Sep 2012 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83IA81E088431 for ; Mon, 3 Sep 2012 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83IA8VK088418; Mon, 3 Sep 2012 18:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 18:10:08 GMT Resent-Message-Id: <201209031810.q83IA8VK088418@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74913106566B for ; Mon, 3 Sep 2012 18:07:03 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id D37758FC1A for ; Mon, 3 Sep 2012 18:07:02 +0000 (UTC) Received: (qmail invoked by alias); 03 Sep 2012 18:06:55 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp027) with SMTP; 03 Sep 2012 20:06:55 +0200 Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Sep 2012 20:06:55 +0200 Message-Id: <20120903180703.74913106566B@hub.freebsd.org> Date: Mon, 03 Sep 2012 20:06:55 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171288: [PATCH] games/defendguin: Makefile changed, OptionsNG, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 18:10:08 -0000 >Number: 171288 >Category: ports >Synopsis: [PATCH] games/defendguin: Makefile changed, OptionsNG, 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: Mon Sep 03 18:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Added - MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/defendguin/src/ \ - COMMENT= Your mission is to defend little penguinoids - LICENSE= GPLv2 - PORTDATA= * - PORTDOCS= - Pixmaps - OptionsNG - Take maintainership Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- defendguin-0.0.12_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/defendguin/Makefile ./Makefile --- /usr/ports/games/defendguin/Makefile 2012-02-18 11:17:45.000000000 +0100 +++ ./Makefile 2012-09-03 19:55:40.000000000 +0200 @@ -1,26 +1,34 @@ -# New ports collection makefile for: defendguin -# Date created: 8 February 2001 -# Whom: Maxim Sobolev -# # $FreeBSD: ports/games/defendguin/Makefile,v 1.17 2012/02/18 10:17:45 mva Exp $ -# PORTNAME= defendguin PORTVERSION= 0.0.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/defendguin/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/defendguin/src/ \ + ftp://ftp.billsgames.com/unix/x/defendguin/src/ \ + http://www.newbreedsoftware.com/images/prodicons/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.gif:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Another shoot-the-Bill game +MAINTAINER= nemysis@gmx.ch +COMMENT= Your mission is to defend little penguinoids + +LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_SDL= mixer sdl -PLIST_FILES= bin/defendguin +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.gif + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt -MAN6= defendguin.6 +MAN6= ${PORTNAME}.6 + +.include do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -DDATA_PREFIX=\"${DATADIR}/\" \ @@ -28,17 +36,24 @@ `${SDL_CONFIG} --libs` -lSDL_mixer do-install: +# Executable ${INSTALL_PROGRAM} ${WRKSRC}/defendguin ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/defendguin.6 ${MAN6PREFIX}/man/man6 - @${MKDIR} ${DATADIR} - ${TAR} -C ${WRKSRC}/../data -cf - . | \ - ${TAR} -C ${DATADIR} --unlink -xf - - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} - -post-install: - @${FIND} ${DATADIR} ! -type d | ${SED} \ - -e "s,${PREFIX}/,," >> ${TMPPLIST} - @${FIND} ${DATADIR} -type d | ${SORT} -r | ${SED} \ - -e "s,${PREFIX}/,@dirrm ," >> ${TMPPLIST} + +# Manuall + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6 + +# Data + @(cd ${WRKSRC}/../data && ${COPYTREE_SHARE} "images music sounds" ${DATADIR}) + +# Pixmaps + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/../docs/${f} ${DOCSDIR} +. endfor +.endif .include diff -ruN --exclude=CVS /usr/ports/games/defendguin/distinfo ./distinfo --- /usr/ports/games/defendguin/distinfo 2011-07-03 16:23:43.000000000 +0200 +++ ./distinfo 2012-09-03 19:34:20.000000000 +0200 @@ -1,2 +1,4 @@ SHA256 (defendguin-0.0.12.tar.gz) = 3c248bed480b291901b7509525dc952be6d28dfa47fd6f8e3fb9873f46017330 SIZE (defendguin-0.0.12.tar.gz) = 2235694 +SHA256 (defendguin.gif) = 1ed6391928f1d20ca241b6988b9d56d7ec75dc2ebd48a15c507a08c8c3acac8d +SIZE (defendguin.gif) = 2804 --- defendguin-0.0.12_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 18:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76EE91065679 for ; Mon, 3 Sep 2012 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 365958FC08 for ; Mon, 3 Sep 2012 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83IA96I088512 for ; Mon, 3 Sep 2012 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83IA9BQ088499; Mon, 3 Sep 2012 18:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 18:10:09 GMT Resent-Message-Id: <201209031810.q83IA9BQ088499@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Horan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AC771065673 for ; Mon, 3 Sep 2012 18:09:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 35CE68FC14 for ; Mon, 3 Sep 2012 18:09:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83I9qTX078793 for ; Mon, 3 Sep 2012 18:09:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83I9qUt078792; Mon, 3 Sep 2012 18:09:52 GMT (envelope-from nobody) Message-Id: <201209031809.q83I9qUt078792@red.freebsd.org> Date: Mon, 3 Sep 2012 18:09:52 GMT From: Matthew Horan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171289: [PATCH] www/pecl-APC: Update to 3.1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 18:10:09 -0000 >Number: 171289 >Category: ports >Synopsis: [PATCH] www/pecl-APC: Update to 3.1.13 >Confidential: no >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 Sep 03 18:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew Horan >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: FreeBSD friction.matthoran.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update www/pecl-APC to 3.1.13. Fixes a number of segfaults. See upstream changelog at http://pecl.php.net/package-changelog.php?package=APC&release=3.1.13. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS ../pecl-APC.orig/Makefile ./Makefile --- ../pecl-APC.orig/Makefile 2012-09-03 13:55:05.000000000 -0400 +++ ./Makefile 2012-09-03 13:53:18.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= APC -DISTVERSION= 3.1.12 +DISTVERSION= 3.1.13 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff -ruN --exclude=CVS ../pecl-APC.orig/distinfo ./distinfo --- ../pecl-APC.orig/distinfo 2012-09-03 13:55:40.000000000 -0400 +++ ./distinfo 2012-09-03 13:53:18.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (PECL/APC-3.1.12.tgz) = d41879b2ba08ca861bd6b59605e2544c039a9982d3d92a811fc5f6c85afe9ed2 -SIZE (PECL/APC-3.1.12.tgz) = 170655 +SHA256 (PECL/APC-3.1.13.tgz) = 5ef8ba07729e72946e95951672a5378bed98cb5a294e79bf0f0a97ac62829abd +SIZE (PECL/APC-3.1.13.tgz) = 171591 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 18:10:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C75A106564A; Mon, 3 Sep 2012 18:10:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFA18FC0A; Mon, 3 Sep 2012 18:10:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83IAR45093738; Mon, 3 Sep 2012 18:10:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83IARbD093723; Mon, 3 Sep 2012 18:10:27 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 18:10:27 GMT Message-Id: <201209031810.q83IARbD093723@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171289: [PATCH] www/pecl-APC: Update to 3.1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 18:10:27 -0000 Synopsis: [PATCH] www/pecl-APC: Update to 3.1.13 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 18:10:26 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171289 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 18:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4246C106566C for ; Mon, 3 Sep 2012 18:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 17E9F8FC1B for ; Mon, 3 Sep 2012 18:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83Io8EF099274 for ; Mon, 3 Sep 2012 18:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83Io8jo099262; Mon, 3 Sep 2012 18:50:08 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 18:50:08 GMT Resent-Message-Id: <201209031850.q83Io8jo099262@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4471065670 for ; Mon, 3 Sep 2012 18:46:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id ECA1F8FC0C for ; Mon, 3 Sep 2012 18:46:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83Iksh4037118 for ; Mon, 3 Sep 2012 18:46:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83IksOM037101; Mon, 3 Sep 2012 18:46:54 GMT (envelope-from nobody) Message-Id: <201209031846.q83IksOM037101@red.freebsd.org> Date: Mon, 3 Sep 2012 18:46:54 GMT From: "Mikhail T." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171290: [patch] update games/ufoai to 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 18:50:09 -0000 >Number: 171290 >Category: ports >Synopsis: [patch] update games/ufoai to 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: Mon Sep 03 18:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: >Organization: PowerBSD >Environment: >Description: - Update to 2.4 - Cut Makefile headers >How-To-Repeat: >Fix: Patch attached with submission follows: Index: ufoai/distinfo =================================================================== --- ufoai/distinfo (revision 303152) +++ ufoai/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ufoai/ufoai-2.3.1-source.tar.bz2) = 6f9fbe69c91843b48fc29efa3a3584aa2659b78be1a6a00d5868c5d77fec69d1 -SIZE (ufoai/ufoai-2.3.1-source.tar.bz2) = 9847575 +SHA256 (ufoai/ufoai-2.4-source.tar.bz2) = 254a61b770f141374d57e5c2589048be9298d0a920e914c6e72c2b98255bb94f +SIZE (ufoai/ufoai-2.4-source.tar.bz2) = 16875353 Index: ufoai/files/patch-images.c =================================================================== --- ufoai/files/patch-images.c (revision 303152) +++ ufoai/files/patch-images.c (working copy) @@ -1,10 +0,0 @@ ---- src/shared/images.c.orig 2010-11-29 17:46:35.000000000 +0100 -+++ src/shared/images.c 2012-04-25 06:15:32.000000000 +0200 -@@ -32,6 +32,7 @@ - - #include - #include -+#include - - /** image formats, tried in this order */ - static char *IMAGE_TYPES[] = { "tga", "png", "jpg", NULL }; Index: ufoai/pkg-plist =================================================================== --- ufoai/pkg-plist (revision 303152) +++ ufoai/pkg-plist (working copy) @@ -2,6 +2,7 @@ bin/ufomodel %%UFOSERVER%%bin/ufoded %%UFO2MAP%%bin/ufo2map +%%UFORADIANT%%bin/uforadiant %%DATADIR%%/base/game.so %%DATADIR%%/base/i18n/bg_BG/LC_MESSAGES/ufoai.mo %%DATADIR%%/base/i18n/cs/LC_MESSAGES/ufoai.mo @@ -27,13 +28,53 @@ %%DATADIR%%/base/i18n/sl/LC_MESSAGES/ufoai.mo %%DATADIR%%/base/i18n/sv/LC_MESSAGES/ufoai.mo %%DATADIR%%/base/i18n/th/LC_MESSAGES/ufoai.mo +%%DATADIR%%/base/i18n/tr/LC_MESSAGES/ufoai.mo %%DATADIR%%/base/i18n/uk/LC_MESSAGES/ufoai.mo %%DATADIR%%/base/i18n/zh_CN/LC_MESSAGES/ufoai.mo +%%DATADIR%%/base/i18n/zh_TW/LC_MESSAGES/ufoai.mo lib/ufoai/ufo lib/ufoai/ufomodel %%UFOSERVER%%lib/ufoai/ufoded %%UFO2MAP%%lib/ufoai/ufo2map lib/ufoai/base +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/texwindow_hideunused.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/grid_toggle.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/texwindow_flushandreload.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_float.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/tex_flips.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/tex_flipt.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/arrow_up.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_vector3.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/texwindow_skipcommon.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/grid_up.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_bool.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/particle_map.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_model.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/helpicon.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_classname.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_text.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/texwindow_showall.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/particle_weapon.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_entity.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/textool_merge.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/modify_entities.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_angle.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/grid_down.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/grid_window.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_colour.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/editcolour16.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/grid_snap.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/delete.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/iconFilter16.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/arrow_down.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/texwindow_hideinvalid.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/bgimage16.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/texwindow_findandreplace.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/arrow_right.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/textool_facescale_pivot.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/uforadiantsplash.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/icon_skin.png +%%UFORADIANT%%lib/ufoai/radiant/bitmaps/arrow_left.png %%UFORADIANT%%lib/ufoai/radiant/bitmaps/background.png %%UFORADIANT%%lib/ufoai/radiant/bitmaps/brush_flipx.png %%UFORADIANT%%lib/ufoai/radiant/bitmaps/brush_flipy.png @@ -101,13 +142,40 @@ %%UFORADIANT%%lib/ufoai/radiant/bitmaps/view_forcelight.png %%UFORADIANT%%lib/ufoai/radiant/bitmaps/window_regular.png %%UFORADIANT%%lib/ufoai/radiant/bitmaps/window_split.png -%%UFORADIANT%%lib/ufoai/radiant/games/mapdef.template -%%UFORADIANT%%lib/ufoai/radiant/games/ufoai.game %%UFORADIANT%%lib/ufoai/radiant/i18n/de/LC_MESSAGES/uforadiant.mo %%UFORADIANT%%lib/ufoai/radiant/i18n/en/LC_MESSAGES/uforadiant.mo %%UFORADIANT%%lib/ufoai/radiant/i18n/ru/LC_MESSAGES/uforadiant.mo %%UFORADIANT%%lib/ufoai/radiant/i18n/zh_CN/LC_MESSAGES/uforadiant.mo -%%UFORADIANT%%lib/ufoai/radiant/plugins/brushexport.so +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/gas_tank_01.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/stand.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/katana.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/stair2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/pingpong.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/winebarrel.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/automat.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/sodamachine.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/waterdisp.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/barrel6.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/pipes3.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/staircase_spiral.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/computer.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/barrel5.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/pharaoh.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/stand.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/gas_tank_01.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/pingpong.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/katana.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/stair2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/winebarrel.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/automat.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/barrel6.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/sodamachine.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/waterdisp.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/staircase_spiral.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/computer.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/pipes3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/barrel5.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/pharaoh.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/wormhole.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/wormhole.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/4x4.jpg @@ -136,8 +204,48 @@ %%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/van.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/van3.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/van3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/street_corner.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/sign01.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/powerline.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/garage.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/valuepart01.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/diner.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/gasstation.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/street_t.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/blocker.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/garages.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/trafficlight.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/light.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/street.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/sign01.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/street_corner.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/garage.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/powerline.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/valuepart01.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/valuepart01.mat +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/street_t.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/blocker.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/diner.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/gasstation.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/trafficlight.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/garages.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/light.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/city/street.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/doors/door1.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/doors/door1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/chair10.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/benches.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bookshelf.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bedroom/bed_big2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bedroom/bed_big2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/crashed_car.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/car3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/crashed_car.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/cars/car3.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/trucks/truck3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/trucks/truck3.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/doors/sliding_door.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/doors/sliding_door.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/dropships/drop_firebird.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/dropships/drop_firebird.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/dropships/drop_firebird.txt @@ -225,6 +333,58 @@ %%UFORADIANT%%lib/ufoai/radiant/prefabs/household/table4.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/household/washing_machine.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/household/washing_machine.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/armchair3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/armchair2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/bench2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/bench.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/couch4.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/tv2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/armchair3.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/armchair2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/bench.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/couch4.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/bench2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/living_room/tv2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/kitchen/coffeemaker.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/kitchen/kitchen.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/kitchen/coffeemaker.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/kitchen/kitchen.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/carpet.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/chair9.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/handdryer.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/soap.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/washbasin3.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/toilet2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/urinal2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/handdryer.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/soap.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/washbasin3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/toilet2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bath/urinal2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/bookshelf.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/benches.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/chair10.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/carpet.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/household/chair9.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_recb_1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_sq_1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/alien_med2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/alien_med1.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_sqb_1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/barrel.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_rec_1.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_recb_1.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_sq_1.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/alien_med2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/alien_med1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_sqb_1.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/barrel.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/alien/crate_rec_1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/houses/house1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/houses/storage.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/houses/storage.mat +%%UFORADIANT%%lib/ufoai/radiant/prefabs/houses/house1.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/houses/storage.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/interceptors/inter_dragon.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/interceptors/inter_dragon.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/interceptors/inter_saracen.jpg @@ -251,6 +411,10 @@ %%UFORADIANT%%lib/ufoai/radiant/prefabs/machines/mixer.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/machines/three_forklifts.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/machines/three_forklifts.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/machines/cons_lights.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/machines/workbench.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/machines/cons_lights.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/machines/workbench.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/barrel1.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/barrel1.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/barrel2.jpg @@ -441,8 +605,6 @@ %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/tires.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/train.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/train.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/trash.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/trash.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/trashbin001.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/trashbin001.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/misc/vending_machine.jpg @@ -526,6 +688,51 @@ %%UFORADIANT%%lib/ufoai/radiant/prefabs/ufos/ufo_scout.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/ufos/ufo_supply.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/ufos/ufo_supply.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant12.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2a.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/chestnut2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant10.txt +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_plant1.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2_lrg.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant10.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant8.txt +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/grass_dry.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2a_lrg.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/chestnut4.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/chestnut3.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree4.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/wheat.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant11.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant9.txt +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant_tropical.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/grass2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant9.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant11.txt +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree2.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant12.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/chestnut2.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2a.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant12.txt +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_plant1.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/grass_dry.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2a_lrg.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern2_lrg.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant10.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/chestnut4.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/chestnut3.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree4.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/wheat.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree3.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant11.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant_tropical.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/gumtree.jpg +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant9.map +%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/grass2.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/cactus2.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/cactus2.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/chestnut.jpg @@ -534,24 +741,6 @@ %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fern.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fir.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fir.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fir2.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/fir2.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm1.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm1.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm2.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm2.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm3.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm3.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm4.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm4.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm5.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm5.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm6.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm6.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm7.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm7.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm7_2.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm7_2.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_small.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_small.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_small2.jpg @@ -560,36 +749,22 @@ %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_v1.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_v2.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/palm_v2.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/pine.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/pine.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant1.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant1.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant2.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant2.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant3.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant3.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant4.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant4.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant5.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant5.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant6.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant6.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant7.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant7.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant8.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant8.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant_hang.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/plant_hang.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tree01.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tree01.map %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tree_dead.jpg %%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tree_dead.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tropic_plant.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tropic_plant.map -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tropical1.jpg -%%UFORADIANT%%lib/ufoai/radiant/prefabs/vegetation/tropical1.map -%%UFORADIANT%%lib/ufoai/radiant/shaders/common.shader -%%UFORADIANT%%lib/ufoai/radiant/shaders/textures.shader %%UFORADIANT%%lib/ufoai/radiant/sourceviewer/classic.xml %%UFORADIANT%%lib/ufoai/radiant/sourceviewer/cobalt.xml %%UFORADIANT%%lib/ufoai/radiant/sourceviewer/def.lang @@ -606,6 +781,10 @@ @dirrm %%DATADIR%%/base/i18n/zh_CN @dirrm %%DATADIR%%/base/i18n/uk/LC_MESSAGES @dirrm %%DATADIR%%/base/i18n/uk +@dirrm %%DATADIR%%/base/i18n/zh_TW/LC_MESSAGES/ +@dirrm %%DATADIR%%/base/i18n/zh_TW/ +@dirrm %%DATADIR%%/base/i18n/tr/LC_MESSAGES/ +@dirrm %%DATADIR%%/base/i18n/tr/ @dirrm %%DATADIR%%/base/i18n/th/LC_MESSAGES/ @dirrm %%DATADIR%%/base/i18n/th/ @dirrm %%DATADIR%%/base/i18n/sv/LC_MESSAGES @@ -658,7 +837,6 @@ @dirrmtry %%DATADIR%%/base @dirrmtry %%DATADIR%% %%UFORADIANT%%@dirrm lib/ufoai/radiant/bitmaps -%%UFORADIANT%%@dirrm lib/ufoai/radiant/games %%UFORADIANT%%@dirrm lib/ufoai/radiant/i18n/de/LC_MESSAGES %%UFORADIANT%%@dirrm lib/ufoai/radiant/i18n/de %%UFORADIANT%%@dirrm lib/ufoai/radiant/i18n/en/LC_MESSAGES @@ -668,18 +846,19 @@ %%UFORADIANT%%@dirrm lib/ufoai/radiant/i18n/zh_CN/LC_MESSAGES %%UFORADIANT%%@dirrm lib/ufoai/radiant/i18n/zh_CN %%UFORADIANT%%@dirrm lib/ufoai/radiant/i18n -%%UFORADIANT%%@dirrm lib/ufoai/radiant/plugins %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/interceptors %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/vegetation %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/doors %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/machines %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/alien %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/cars +%%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/city %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/household/kitchen %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/household/bath %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/household/living_room %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/household/bedroom %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/household +%%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/houses %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/dropships %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/misc/shop %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/misc @@ -687,7 +866,6 @@ %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/trucks %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs/ufos %%UFORADIANT%%@dirrm lib/ufoai/radiant/prefabs -%%UFORADIANT%%@dirrm lib/ufoai/radiant/shaders %%UFORADIANT%%@dirrm lib/ufoai/radiant/sourceviewer %%UFORADIANT%%@dirrm lib/ufoai/radiant @dirrm lib/ufoai Index: ufoai/Makefile =================================================================== --- ufoai/Makefile (revision 303152) +++ ufoai/Makefile (working copy) @@ -1,13 +1,8 @@ -# New ports collection makefile for: ufoai -# Date created: 2006-09-03 -# Whom: Jose Alonso Cardenas Marquez -# # $FreeBSD$ # PORTNAME= ufoai -PORTVERSION= 2.3.1 -PORTREVISION= 3 +PORTVERSION= 2.4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source @@ -20,12 +15,11 @@ jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ curl:${PORTSDIR}/ftp/curl \ - execinfo:${PORTSDIR}/devel/libexecinfo \ theora.0:${PORTSDIR}/multimedia/libtheora \ xvidcore.4:${PORTSDIR}/multimedia/xvid +BUILD_DEPENDS= ${LOCALBASE}/include/mxml.h:${PORTSDIR}/textproc/mxml RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/ufoai-data -USE_AUTOTOOLS= aclocal autoconf USE_BZIP2= yes USE_GL= yes USE_SDL= sdl image mixer ttf @@ -33,8 +27,8 @@ USE_GMAKE= yes USE_GNOME= pkgconfig USE_OPENAL= soft -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-release=yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-release --disable-execinfo CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -I${LOCALBASE}/include @@ -52,11 +46,11 @@ .include .if !defined(WITHOUT_SERVER) -CONFIGURE_ARGS+= --enable-dedicated +CONFIGURE_ARGS+= --enable-ufoded UFO_FILES+= ufoded PLIST_SUB+= UFOSERVER="" .else -CONFIGURE_ARGS+= --disable-dedicated +CONFIGURE_ARGS+= --disable-ufoded PLIST_SUB+= UFOSERVER="@comment " .endif @@ -74,7 +68,7 @@ USE_GNOME+= gtk20 glib20 gtksourceview2 libxml2 LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext RADIANT_FILE= uforadiant -RADIANT_DIRS= bitmaps games i18n plugins prefabs shaders sourceviewer +RADIANT_DIRS= bitmaps i18n prefabs sourceviewer PLIST_SUB+= UFORADIANT="" .else CONFIGURE_ARGS+=--disable-uforadiant @@ -89,12 +83,8 @@ ${REINPLACE_CMD} -e 's|jpeg_mem_src|local_jpeg_mem_src|' \ -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ -e 's|png_check_sig(PngFileBuffer.buffer, 8)|!png_sig_cmp(PngFileBuffer.buffer, 0, 8)|' \ - ${WRKSRC}/src/client/renderer/r_image.c \ - ${WRKSRC}/src/tools/ufo2map/common/imagelib.c + ${WRKSRC}/src/client/renderer/r_image.c -pre-configure: - @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOCONF} - post-build: @cd ${WRKSRC} && ${GMAKE} lang . if defined(WITH_UFORADIANT) Index: ufoai-data/distinfo =================================================================== --- ufoai-data/distinfo (revision 303152) +++ ufoai-data/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ufoai/ufoai-2.3.1-data.tar) = 79b302351d22ea55e1d5c2fceed757a518908673c12ac3e7972f541f68c2a9ad -SIZE (ufoai/ufoai-2.3.1-data.tar) = 533196800 +SHA256 (ufoai/ufoai-2.4-data.tar) = 6bb322fc0362781d07439799de32c677884cef7c96fcf17dd87c62cc108030b7 +SIZE (ufoai/ufoai-2.4-data.tar) = 937062400 Index: ufoai-data/Makefile =================================================================== --- ufoai-data/Makefile (revision 303152) +++ ufoai-data/Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: ufoai-data -# Date created: 2006-09-03 -# Whom: Jose Alonso Cardenas Marquez -# # $FreeBSD$ # PORTNAME= data -PORTVERSION= 2.3.1 +PORTVERSION= 2.4 CATEGORIES= games MASTER_SITES= SF/ufoai/UFO_AI%202.x/${PORTVERSION} PKGNAMEPREFIX= ufoai- @@ -19,7 +15,7 @@ EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip -NO_PACKAGE= Package will be 500MB, set FORCE_PACKAGE if you really want it +#NO_PACKAGE= Package will be 900MB, set FORCE_PACKAGE if you really want it NO_BUILD= yes NO_WRKSUBDIR= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 18:50:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8FD7106564A; Mon, 3 Sep 2012 18:50:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC1F78FC1A; Mon, 3 Sep 2012 18:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83IoMuT003165; Mon, 3 Sep 2012 18:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83IoMUh003149; Mon, 3 Sep 2012 18:50:22 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 18:50:22 GMT Message-Id: <201209031850.q83IoMUh003149@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171290: [patch] update games/ufoai to 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 18:50:23 -0000 Synopsis: [patch] update games/ufoai to 2.4 Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 18:50:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171290 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 19:02:52 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B35C106566B; Mon, 3 Sep 2012 19:02:52 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9388FC1B; Mon, 3 Sep 2012 19:02:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83J2qeQ056078; Mon, 3 Sep 2012 19:02:52 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83J2pmA055845; Mon, 3 Sep 2012 19:02:51 GMT (envelope-from cs) Date: Mon, 3 Sep 2012 19:02:51 GMT Message-Id: <201209031902.q83J2pmA055845@freefall.freebsd.org> To: smoeller@nichthelfer.de, rnejdl@ringofsaturn.com, cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/169376: Update port games/megaglest to 3.6.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 19:02:52 -0000 Synopsis: Update port games/megaglest to 3.6.0.3 State-Changed-From-To: open->closed State-Changed-By: cs State-Changed-When: Mon Sep 3 19:02:14 UTC 2012 State-Changed-Why: Committed. Thank you very much. Responsible-Changed-From-To: freebsd-ports-bugs->cs Responsible-Changed-By: cs Responsible-Changed-When: Mon Sep 3 19:02:14 UTC 2012 Responsible-Changed-Why: Committed. Thank you very much. http://www.freebsd.org/cgi/query-pr.cgi?pr=169376 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 19:17:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688D1106564A; Mon, 3 Sep 2012 19:17:16 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8B68FC0A; Mon, 3 Sep 2012 19:17:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83JHGZM012367; Mon, 3 Sep 2012 19:17:16 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83JHGYF012346; Mon, 3 Sep 2012 19:17:16 GMT (envelope-from cs) Date: Mon, 3 Sep 2012 19:17:16 GMT Message-Id: <201209031917.q83JHGYF012346@freefall.freebsd.org> To: cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/171269: [MAINTAINER] net/istgt: update to 20120901 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 19:17:16 -0000 Synopsis: [MAINTAINER] net/istgt: update to 20120901 Responsible-Changed-From-To: freebsd-ports-bugs->cs Responsible-Changed-By: cs Responsible-Changed-When: Mon Sep 3 19:17:02 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171269 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 19:23:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C9C91065675; Mon, 3 Sep 2012 19:23:00 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 606B68FC1D; Mon, 3 Sep 2012 19:23:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83JN0gj013259; Mon, 3 Sep 2012 19:23:00 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83JMxMf013105; Mon, 3 Sep 2012 19:22:59 GMT (envelope-from cs) Date: Mon, 3 Sep 2012 19:22:59 GMT Message-Id: <201209031922.q83JMxMf013105@freefall.freebsd.org> To: pawel@gagol.pl, cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/170616: gpk-update-viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 19:23:00 -0000 Synopsis: gpk-update-viewer State-Changed-From-To: open->feedback State-Changed-By: cs State-Changed-When: Mon Sep 3 19:22:35 UTC 2012 State-Changed-Why: Please provide a patch. Consult the Porter's Handbook for how to do that. http://www.freebsd.org/cgi/query-pr.cgi?pr=170616 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 19:30:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 342811065690 for ; Mon, 3 Sep 2012 19:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E60028FC1A for ; Mon, 3 Sep 2012 19:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83JULMD057843 for ; Mon, 3 Sep 2012 19:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83JULf8057830; Mon, 3 Sep 2012 19:30:21 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 19:30:21 GMT Resent-Message-Id: <201209031930.q83JULf8057830@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Patrick Dudjalija Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32D441065673 for ; Mon, 3 Sep 2012 19:29:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1E2688FC12 for ; Mon, 3 Sep 2012 19:29:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83JToeT098352 for ; Mon, 3 Sep 2012 19:29:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83JTo6p098351; Mon, 3 Sep 2012 19:29:50 GMT (envelope-from nobody) Message-Id: <201209031929.q83JTo6p098351@red.freebsd.org> Date: Mon, 3 Sep 2012 19:29:50 GMT From: Patrick Dudjalija To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171291: Squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 19:30:22 -0000 >Number: 171291 >Category: ports >Synopsis: Squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: >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 Sep 03 19:30:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Patrick Dudjalija >Release: PC-BSD 9.0 >Organization: >Environment: FreeBSD pcbsd-2004 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 21:59:00 UTC 2011 root@build9x64.pcbsd.org:/usr/obj/builds/i386/pcbsd-build90/fbsd-source/9.0/sys/GENERIC i386 >Description: Using system Browser, if you select Form class, you get following error : " invalid utf-8" UTF8TextConverter class(Object) >> error: UTF8TextConverter class>> errorMalFormedInput: >How-To-Repeat: - start the image Squeak4.3.image - open browser - find class : "Form" - when you select the class Form, you get the error : " invalid utf-8" UTF8TextConverter class(Object) >> error: UTF8TextConverter class>> errorMalFormedInput: NB: the problem doesn't exist with the image Pharo-1.4.image. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 19:35:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E71D106566B; Mon, 3 Sep 2012 19:35:33 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4B1D8FC16; Mon, 3 Sep 2012 19:35:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83JZWg0024863; Mon, 3 Sep 2012 19:35:32 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83JZWk3024804; Mon, 3 Sep 2012 19:35:32 GMT (envelope-from cs) Date: Mon, 3 Sep 2012 19:35:32 GMT Message-Id: <201209031935.q83JZWk3024804@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/170100: astro/orsa: version 0.7.0 in ports hopelessly outdated and no longer supported. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 19:35:33 -0000 Synopsis: astro/orsa: version 0.7.0 in ports hopelessly outdated and no longer supported. State-Changed-From-To: open->feedback State-Changed-By: cs State-Changed-When: Mon Sep 3 19:33:28 UTC 2012 State-Changed-Why: As this port has no maintainer, it would be nice if you could try creating an updating patch. It should not be hard to do. Please consult the Porter's Handbook. If you have any questions, feel free to write me (also in German). http://www.freebsd.org/cgi/query-pr.cgi?pr=170100 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 19:44:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF883106564A; Mon, 3 Sep 2012 19:44:18 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C2B178FC14; Mon, 3 Sep 2012 19:44:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83JiIEN082178; Mon, 3 Sep 2012 19:44:18 GMT (envelope-from cs@freefall.freebsd.org) Received: (from cs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83JiI9E082017; Mon, 3 Sep 2012 19:44:18 GMT (envelope-from cs) Date: Mon, 3 Sep 2012 19:44:18 GMT Message-Id: <201209031944.q83JiI9E082017@freefall.freebsd.org> To: admin@anes.su, cs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: cs@FreeBSD.org Cc: Subject: Re: ports/164277: new port: mail/roundcube-automatic_addressbook X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 19:44:19 -0000 Synopsis: new port: mail/roundcube-automatic_addressbook State-Changed-From-To: open->closed State-Changed-By: cs State-Changed-When: Mon Sep 3 19:43:20 UTC 2012 State-Changed-Why: I close this because there is a duplicate PR 170857. DON'T OPEN MORE THAN ONE PR FOR THE SAME THING PLEASE. http://www.freebsd.org/cgi/query-pr.cgi?pr=164277 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:00:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A8641065675 for ; Mon, 3 Sep 2012 21:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC7F18FC16 for ; Mon, 3 Sep 2012 21:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83L0Me4002996 for ; Mon, 3 Sep 2012 21:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83L0Msn002982; Mon, 3 Sep 2012 21:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 21:00:22 GMT Resent-Message-Id: <201209032100.q83L0Msn002982@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Mangin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC6C5106566C for ; Mon, 3 Sep 2012 20:54:48 +0000 (UTC) (envelope-from christian.mangin@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id AF61C8FC0A for ; Mon, 3 Sep 2012 20:54:48 +0000 (UTC) Received: by ialo14 with SMTP id o14so10384361ial.13 for ; Mon, 03 Sep 2012 13:54:48 -0700 (PDT) Received: by 10.50.94.138 with SMTP id dc10mr11832924igb.39.1346705688066; Mon, 03 Sep 2012 13:54:48 -0700 (PDT) Received: from localhost (cable-10-157-60.b2b2c.ca. [72.10.157.60]) by mx.google.com with ESMTPS id ce10sm10224427igb.1.2012.09.03.13.54.46 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Sep 2012 13:54:47 -0700 (PDT) Message-Id: <50451917.8a5b320a.5cf1.50ce@mx.google.com> Date: Mon, 03 Sep 2012 13:54:47 -0700 (PDT) From: Christian Mangin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171294: [PATCH] multimedia/mlt: Fix hardcoded gcc in configure. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Mangin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:00:23 -0000 >Number: 171294 >Category: ports >Synopsis: [PATCH] multimedia/mlt: Fix hardcoded gcc in configure. >Confidential: no >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 Sep 03 21:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christian Mangin >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD 9.1-RC1 amd64 >Description: gcc is hardcoded in this port's configure script. If gcc is not present in the base system, it will not find sys/param.h resulting in a build failure. (Observed in 9.1-RC1) >How-To-Repeat: Build this port with a base system compiled with WITHOUT_GCC=yes >Fix: Patch attached. --- mlt.diff begins here --- diff -ruN mlt.orig/files/patch-src__framework__configure mlt/files/patch-src__framework__configure --- mlt.orig/files/patch-src__framework__configure 1969-12-31 19:00:00.000000000 -0500 +++ mlt/files/patch-src__framework__configure 2012-09-03 12:01:27.865757930 -0400 @@ -0,0 +1,11 @@ +--- src/framework/configure.orig 2012-09-03 11:59:50.351757099 -0400 ++++ src/framework/configure 2012-09-03 12:00:10.426758081 -0400 +@@ -4,7 +4,7 @@ + echo > config.mak + if [ "$(uname -s)" = "FreeBSD" ] + then +- printf "#include \n int main(){ return 0;}" | gcc -c -x c - >/dev/null 2>&1 ++ printf "#include \n int main(){ return 0;}" | ${CC} -c -x c - >/dev/null 2>&1 + [ "$?" -eq 0 ] && echo "HAVE_SYS_PARAM_H=1" >> config.mak + fi + exit 0 --- mlt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:00:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9A36106566C; Mon, 3 Sep 2012 21:00:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CAB78FC19; Mon, 3 Sep 2012 21:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83L0YS3006414; Mon, 3 Sep 2012 21:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83L0Y13006394; Mon, 3 Sep 2012 21:00:34 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 21:00:34 GMT Message-Id: <201209032100.q83L0Y13006394@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, avilla@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171294: [PATCH] multimedia/mlt: Fix hardcoded gcc in configure. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:00:34 -0000 Synopsis: [PATCH] multimedia/mlt: Fix hardcoded gcc in configure. Responsible-Changed-From-To: freebsd-ports-bugs->avilla Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 21:00:33 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171294 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E93E1065670 for ; Mon, 3 Sep 2012 21:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7D338FC0A for ; Mon, 3 Sep 2012 21:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83LAAvq046551 for ; Mon, 3 Sep 2012 21:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83LAAbj046539; Mon, 3 Sep 2012 21:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 21:10:10 GMT Resent-Message-Id: <201209032110.q83LAAbj046539@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Mangin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E08C106566B for ; Mon, 3 Sep 2012 21:04:57 +0000 (UTC) (envelope-from christian.mangin@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 453508FC1A for ; Mon, 3 Sep 2012 21:04:57 +0000 (UTC) Received: by ialo14 with SMTP id o14so10393382ial.13 for ; Mon, 03 Sep 2012 14:04:56 -0700 (PDT) Received: by 10.50.161.131 with SMTP id xs3mr4341723igb.46.1346706296584; Mon, 03 Sep 2012 14:04:56 -0700 (PDT) Received: from localhost (cable-10-157-60.b2b2c.ca. [72.10.157.60]) by mx.google.com with ESMTPS id fu4sm10135443igc.4.2012.09.03.14.04.55 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Sep 2012 14:04:56 -0700 (PDT) Message-Id: <50451b78.c4bb320a.616d.51a5@mx.google.com> Date: Mon, 03 Sep 2012 14:04:56 -0700 (PDT) From: Christian Mangin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171295: [PATCH] print/splix: Remove hardcoded gcc/g++ in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Mangin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:10:11 -0000 >Number: 171295 >Category: ports >Synopsis: [PATCH] print/splix: Remove hardcoded gcc/g++ in Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 21:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christian Mangin >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD 9.1-RC1 amd64 >Description: This port has a hardcoded dependency on gcc/g++ in its Makefile and won't honor $CC and $CXX. >How-To-Repeat: >Fix: Patch attached: --- splix.diff begins here --- diff -ruN splix.orig/Makefile splix/Makefile --- splix.orig/Makefile 2012-06-10 14:42:13.000000000 -0400 +++ splix/Makefile 2012-09-03 16:38:17.772759186 -0400 @@ -53,6 +53,9 @@ .include "bsd.port.pre.mk" +post-patch: + @${TOUCH} ${WRKSRC}/.defs.mk + post-configure: .if !defined(WITHOUT_JBIG) diff -ruN splix.orig/files/patch-Makefile splix/files/patch-Makefile --- splix.orig/files/patch-Makefile 1969-12-31 19:00:00.000000000 -0500 +++ splix/files/patch-Makefile 2012-09-03 15:38:58.235760824 -0400 @@ -0,0 +1,11 @@ +--- Makefile.orig 2012-09-03 15:38:14.697756578 -0400 ++++ Makefile 2012-09-03 15:38:24.448760166 -0400 +@@ -55,8 +55,6 @@ + # +--------------------------------------------------------------------------+ + LANGUAGES := cpp c + +-CC := gcc +-CXX := g++ + RM := rm -f + AR := ar crs + LEX := flex diff -ruN splix.orig/files/patch-rules.mk splix/files/patch-rules.mk --- splix.orig/files/patch-rules.mk 1969-12-31 19:00:00.000000000 -0500 +++ splix/files/patch-rules.mk 2012-09-03 14:51:33.678759641 -0400 @@ -0,0 +1,17 @@ +--- rules.mk.orig 2012-09-03 14:49:22.619758499 -0400 ++++ rules.mk 2012-09-03 14:50:05.905758950 -0400 +@@ -6,12 +6,12 @@ + + $(rastertoqpdl_TARGET): $(rastertoqpdl_OBJ) + $(call printCmd, $(cmd_link)) +- $(Q)g++ -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \ ++ $(Q)$(CXX) -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \ + $(rastertoqpdl_LIBS) + + $(pstoqpdl_TARGET): $(pstoqpdl_OBJ) + $(call printCmd, $(cmd_link)) +- $(Q)g++ -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \ ++ $(Q)$(CXX) -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \ + $(pstoqpdl_LIBS) + + .PHONY: install installcms --- splix.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B2501065674 for ; Mon, 3 Sep 2012 21:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF2BC8FC15 for ; Mon, 3 Sep 2012 21:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83LKC34021338 for ; Mon, 3 Sep 2012 21:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83LKC4I021325; Mon, 3 Sep 2012 21:20:12 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 21:20:12 GMT Resent-Message-Id: <201209032120.q83LKC4I021325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 394B9106566B for ; Mon, 3 Sep 2012 21:19:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 24ED28FC16 for ; Mon, 3 Sep 2012 21:19:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83LJHcc062324 for ; Mon, 3 Sep 2012 21:19:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83LJH74062323; Mon, 3 Sep 2012 21:19:17 GMT (envelope-from nobody) Message-Id: <201209032119.q83LJH74062323@red.freebsd.org> Date: Mon, 3 Sep 2012 21:19:17 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171296: www/xpi-firebug: update to 1.10.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:20:13 -0000 >Number: 171296 >Category: ports >Synopsis: www/xpi-firebug: update to 1.10.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 Sep 03 21:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_9 >Organization: >Environment: FreeBSD satanasso.local.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Aug 8 14:14:58 CEST 2012 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Update firebug to the latest release. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-08-16 15:04:27.000000000 +0200 +++ Makefile 2012-09-03 23:14:56.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= firebug -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 DISTVERSIONSUFFIX= -fx PORTEPOCH= 3 CATEGORIES= www --- distinfo.orig 2012-08-16 15:04:27.000000000 +0200 +++ distinfo 2012-09-03 23:15:09.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xpi/firebug-1.10.2-fx.xpi) = f41247a97e6df7bc36bc3fd2f0c7107f874a5e31ae6bebae944dcb0b9eb14caa -SIZE (xpi/firebug-1.10.2-fx.xpi) = 1621801 +SHA256 (xpi/firebug-1.10.3-fx.xpi) = 8029b44a15325adb170e33f44ed39db3602f8f87cd0432fddc9622cf9058ac47 +SIZE (xpi/firebug-1.10.3-fx.xpi) = 1625368 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:21:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78671106566C; Mon, 3 Sep 2012 21:21:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE018FC15; Mon, 3 Sep 2012 21:21:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83LLE21040204; Mon, 3 Sep 2012 21:21:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83LLEeF040184; Mon, 3 Sep 2012 21:21:14 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 21:21:14 GMT Message-Id: <201209032121.q83LLEeF040184@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171296: www/xpi-firebug: update to 1.10.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:21:14 -0000 Synopsis: www/xpi-firebug: update to 1.10.3 Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 21:21:13 UTC 2012 Responsible-Changed-Why: flo@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171296 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:30:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87639106566B for ; Mon, 3 Sep 2012 21:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 569C88FC0A for ; Mon, 3 Sep 2012 21:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83LU65w026662 for ; Mon, 3 Sep 2012 21:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83LU6p6026652; Mon, 3 Sep 2012 21:30:06 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 21:30:06 GMT Resent-Message-Id: <201209032130.q83LU6p6026652@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Mangin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E19B9106564A for ; Mon, 3 Sep 2012 21:29:28 +0000 (UTC) (envelope-from christian.mangin@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id A85048FC08 for ; Mon, 3 Sep 2012 21:29:28 +0000 (UTC) Received: by iebc12 with SMTP id c12so4984044ieb.13 for ; Mon, 03 Sep 2012 14:29:22 -0700 (PDT) Received: by 10.50.7.212 with SMTP id l20mr11858472iga.43.1346707762643; Mon, 03 Sep 2012 14:29:22 -0700 (PDT) Received: from localhost (cable-10-157-60.b2b2c.ca. [72.10.157.60]) by mx.google.com with ESMTPS id nh1sm10155437igc.11.2012.09.03.14.29.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Sep 2012 14:29:22 -0700 (PDT) Message-Id: <50452132.21d4320a.231d.54d3@mx.google.com> Date: Mon, 03 Sep 2012 14:29:22 -0700 (PDT) From: Christian Mangin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171297: [PATCH] devel/tbb: Remove hardcoded dependency on gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Mangin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:30:06 -0000 >Number: 171297 >Category: ports >Synopsis: [PATCH] devel/tbb: Remove hardcoded dependency on gcc >Confidential: no >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 Sep 03 21:30:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christian Mangin >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD 9.1-RC1 amd64 >Description: This port has a hardcoded dependency on gcc and will not compile if gcc is not present in the base system. It does honor $CXX but not $CC. In fact, this port requires the presence of a file 'FreeBSD..inc' to actually accept using a given C compiler. At this time, only 'FreeBSD.gcc.inc' is present and therefore gcc is required. My solution here is to create a copy the file with the correct name for the requested C compiler and make the appropriate substitutions. This has been tested to work with base clang, base gcc and lang/gcc. >How-To-Repeat: >Fix: Patch attached: --- tbb.diff begins here --- diff -ruN tbb.orig/Makefile tbb/Makefile --- tbb.orig/Makefile 2012-01-16 04:46:55.000000000 -0500 +++ tbb/Makefile 2012-09-03 16:37:19.393758379 -0400 @@ -23,16 +23,17 @@ USE_LDCONFIG= yes USE_GMAKE= yes ALL_TARGET= default -MAKE_ENV= CPLUS=${CXX} WRKSRC= ${WRKDIR}/tbb40_233oss post-extract: + @${CP} ${WRKSRC}/build/FreeBSD.gcc.inc ${WRKSRC}/build/FreeBSD.${CC}.inc @${CP} ${FILESDIR}/version_info_FreeBSD.sh ${WRKSRC}/build/ post-patch: - @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/build/FreeBSD.gcc.inc + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + -e 's|gcc|${CC}|g' -e 's|g++|${CXX}|g' \ + ${WRKSRC}/build/FreeBSD.${CC}.inc do-install: cd ${WRKSRC}; \ diff -ruN tbb.orig/files/patch-build-FreeBSD.gcc.inc tbb/files/patch-build-FreeBSD.gcc.inc --- tbb.orig/files/patch-build-FreeBSD.gcc.inc 2010-09-03 04:52:37.000000000 -0400 +++ tbb/files/patch-build-FreeBSD.gcc.inc 1969-12-31 19:00:00.000000000 -0500 @@ -1,11 +0,0 @@ ---- build/FreeBSD.gcc.inc.orig 2010-08-28 00:14:43.080234020 +0200 -+++ build/FreeBSD.gcc.inc 2010-08-28 00:14:53.400821755 +0200 -@@ -37,7 +37,7 @@ - - TBB_NOSTRICT = 1 - --CPLUS = g++ -+#CPLUS = g++ - CONLY = gcc - LIB_LINK_FLAGS = -shared - LIBS = -lpthread diff -ruN tbb.orig/files/patch-build-FreeBSD.inc tbb/files/patch-build-FreeBSD.inc --- tbb.orig/files/patch-build-FreeBSD.inc 2009-04-29 03:35:00.000000000 -0400 +++ tbb/files/patch-build-FreeBSD.inc 2012-09-03 14:03:42.506757619 -0400 @@ -1,5 +1,23 @@ ---- build/FreeBSD.inc.orig 2008-06-07 08:56:22.000000000 +0200 -+++ build/FreeBSD.inc 2008-12-16 09:32:21.710673762 +0100 +--- build/FreeBSD.inc.orig 2012-09-03 13:10:45.423760088 -0400 ++++ build/FreeBSD.inc 2012-09-03 13:13:15.765760027 -0400 +@@ -37,14 +37,14 @@ + endif + + ifndef runtime +- gcc_version:=$(shell gcc -v 2>&1 | grep 'gcc version' | sed -e 's/^gcc version //' | sed -e 's/ .*$$//') ++ gcc_version:=$(shell $(CC) -v 2>&1 | grep ' version' | sed -e 's/^.* version //' | sed -e 's/ .*$$//') + os_version:=$(shell uname -r) + os_kernel_version:=$(shell uname -r | sed -e 's/-.*$$//') + export runtime:=cc$(gcc_version)_kernel$(os_kernel_version) + endif + +-native_compiler := gcc +-export compiler ?= gcc ++native_compiler := $(CC) ++export compiler ?= $(CC) + debugger ?= gdb + + CMD=$(SHELL) -c @@ -54,7 +54,7 @@ MD?=mkdir -p NUL= /dev/null diff -ruN tbb.orig/files/version_info_FreeBSD.sh tbb/files/version_info_FreeBSD.sh --- tbb.orig/files/version_info_FreeBSD.sh 2009-04-29 03:35:00.000000000 -0400 +++ tbb/files/version_info_FreeBSD.sh 2012-09-03 12:45:31.831779484 -0400 @@ -5,7 +5,7 @@ echo '"TBB:' "BUILD_HOST\t\t"`hostname -s`" ("`uname -p`")"'" ENDL \' echo '"TBB:' "BUILD_OS\t\t"`uname -sr`'" ENDL \' echo '"TBB:' "BUILD_KERNEL\t"`uname -rv`'" ENDL \' -echo '"TBB:' "BUILD_GCC\t\t"`g++ -v &1 | grep 'gcc.*version'`'" ENDL \' +echo '"TBB:' "BUILD_GCC\t\t"`${CXX} -v &1 | grep ' version'`'" ENDL \' [ -z "$COMPILER_VERSION" ] || echo '"TBB:' "BUILD_COMPILER\t"$COMPILER_VERSION'" ENDL \' echo '"TBB:' "BUILD_GLIBC\t"`ldconfig -r | grep -oE '/lib/libc.so.[0-9]+' | sort -rn | head -n 1 | sed 's|/lib/libc\.so\.||'`'" ENDL \' echo '"TBB:' "BUILD_LD\t\t"`ld -v | grep 'version'`'" ENDL \' --- tbb.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:30:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A564106564A; Mon, 3 Sep 2012 21:30:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E2158FC08; Mon, 3 Sep 2012 21:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83LUJwB029640; Mon, 3 Sep 2012 21:30:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83LUJQ1029621; Mon, 3 Sep 2012 21:30:19 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 21:30:19 GMT Message-Id: <201209032130.q83LUJQ1029621@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, martymac@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171297: [PATCH] devel/tbb: Remove hardcoded dependency on gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:30:20 -0000 Synopsis: [PATCH] devel/tbb: Remove hardcoded dependency on gcc Responsible-Changed-From-To: freebsd-ports-bugs->martymac Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 21:30:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171297 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:58:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 487241065674; Mon, 3 Sep 2012 21:58:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0F68FC08; Mon, 3 Sep 2012 21:58:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83LwIdR094743; Mon, 3 Sep 2012 21:58:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83LwIsl094726; Mon, 3 Sep 2012 21:58:18 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 21:58:18 GMT Message-Id: <201209032158.q83LwIsl094726@freefall.freebsd.org> To: patrick.dudjalija@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171291: lang/squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:58:19 -0000 Synopsis: lang/squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Sep 3 21:58:18 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171291 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 21:59:51 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69E11106566B; Mon, 3 Sep 2012 21:59:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA978FC15; Mon, 3 Sep 2012 21:59:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83Lxpsf033129; Mon, 3 Sep 2012 21:59:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83Lxpth033108; Mon, 3 Sep 2012 21:59:51 GMT (envelope-from linimon) Date: Mon, 3 Sep 2012 21:59:51 GMT Message-Id: <201209032159.q83Lxpth033108@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171251: sysutils/xfce4-battery-plugin erroneously charging from AC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 21:59:51 -0000 Old Synopsis: xfce4-battery-plugin erroneously charging from AC New Synopsis: sysutils/xfce4-battery-plugin erroneously charging from AC Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 3 21:59:25 UTC 2012 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=171251 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 22:00:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4CE11065696 for ; Mon, 3 Sep 2012 22:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 887588FC16 for ; Mon, 3 Sep 2012 22:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83M0STp047627 for ; Mon, 3 Sep 2012 22:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83M0SZP047612; Mon, 3 Sep 2012 22:00:28 GMT (envelope-from gnats) Date: Mon, 3 Sep 2012 22:00:28 GMT Message-Id: <201209032200.q83M0SZP047612@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171291: lang/squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 22:00:32 -0000 The following reply was made to PR ports/171291; it has been noted by GNATS. From: Edwin Groothuis To: mutoh@openedu.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/171291: lang/squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: Date: Mon, 3 Sep 2012 21:58:15 UT Maintainer of lang/squeak, Please note that PR ports/171291 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/171291 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 22:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A86106567F; Mon, 3 Sep 2012 22:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8584F8FC15; Mon, 3 Sep 2012 22:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83M0Xug048870; Mon, 3 Sep 2012 22:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83M0XwP048852; Mon, 3 Sep 2012 22:00:33 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 22:00:33 GMT Message-Id: <201209032200.q83M0XwP048852@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-xfce@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171251: sysutils/xfce4-battery-plugin erroneously charging from AC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 22:00:33 -0000 Synopsis: sysutils/xfce4-battery-plugin erroneously charging from AC Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-xfce Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 22:00:32 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171251 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 22:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C0FB1065673 for ; Mon, 3 Sep 2012 22:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5C478FC0C for ; Mon, 3 Sep 2012 22:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83MU7lf083944 for ; Mon, 3 Sep 2012 22:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83MU7uv083930; Mon, 3 Sep 2012 22:30:07 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 22:30:07 GMT Resent-Message-Id: <201209032230.q83MU7uv083930@freefall.freebsd.org> 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 Worach Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 148DF106566C for ; Mon, 3 Sep 2012 22:22:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F3EF88FC16 for ; Mon, 3 Sep 2012 22:22:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83MMrdW051055 for ; Mon, 3 Sep 2012 22:22:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83MMrQO051054; Mon, 3 Sep 2012 22:22:53 GMT (envelope-from nobody) Message-Id: <201209032222.q83MMrQO051054@red.freebsd.org> Date: Mon, 3 Sep 2012 22:22:53 GMT From: Pawel Worach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171298: [patch] fix build of devel/tinyq with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 22:30:08 -0000 >Number: 171298 >Category: ports >Synopsis: [patch] fix build of devel/tinyq with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 22:30:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pawel Worach >Release: FreeBSD 10.0-CURRENT >Organization: >Environment: >Description: This build with clang. In file included from project.cpp:46: ..work/tinyq-3.0.6/include/qvaluestack.h:53:32: error: use of undeclared identifier 'append' void push( const T& d ) { append(d); } ^ this-> >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN tinyq.orig/files/patch-include-qvaluestack.h tinyq/files/patch-include-qvaluestack.h --- tinyq.orig/files/patch-include-qvaluestack.h 2006-12-21 19:53:59.000000000 +0000 +++ tinyq/files/patch-include-qvaluestack.h 2012-09-03 22:18:27.000000000 +0000 @@ -1,6 +1,12 @@ ---- include/qvaluestack.h.orig Thu Dec 21 20:51:31 2006 -+++ include/qvaluestack.h Thu Dec 21 20:52:42 2006 -@@ -55,7 +55,7 @@ +--- include/qvaluestack.h.orig 2002-10-17 15:08:58.000000000 +0000 ++++ include/qvaluestack.h 2012-09-03 22:17:15.000000000 +0000 +@@ -50,12 +50,12 @@ + public: + QValueStack() {} + ~QValueStack() {} +- void push( const T& d ) { append(d); } ++ void push( const T& d ) { this->append(d); } + T pop() { T elem( this->last() ); if ( !this->isEmpty() ) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 23:14:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FA07106564A; Mon, 3 Sep 2012 23:14:23 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E67488FC0A; Mon, 3 Sep 2012 23:14:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83NEMcq070714; Mon, 3 Sep 2012 23:14:22 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83NEMTx070694; Mon, 3 Sep 2012 23:14:22 GMT (envelope-from gjb) Date: Mon, 3 Sep 2012 23:14:22 GMT Message-Id: <201209032314.q83NEMTx070694@freefall.freebsd.org> To: gjb@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gjb@FreeBSD.org Cc: Subject: Re: ports/171299: [patch] games/linux-enemyterritory-omni-bot: update to 0.82 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 23:14:23 -0000 Old Synopsis: games/linux-enemyterritory-omni-bot: update to 0.82 New Synopsis: [patch] games/linux-enemyterritory-omni-bot: update to 0.82 Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: gjb Class-Changed-When: Mon Sep 3 23:13:35 UTC 2012 Class-Changed-Why: Submitter is maintainer. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Mon Sep 3 23:13:35 UTC 2012 Responsible-Changed-Why: Ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=171299 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 23:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CD54106566B for ; Mon, 3 Sep 2012 23:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C5FB8FC14 for ; Mon, 3 Sep 2012 23:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83NK7Mt077499 for ; Mon, 3 Sep 2012 23:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83NK6Sm077486; Mon, 3 Sep 2012 23:20:06 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 23:20:06 GMT Resent-Message-Id: <201209032320.q83NK6Sm077486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 034D11065670 for ; Mon, 3 Sep 2012 23:12:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E271D8FC0A for ; Mon, 3 Sep 2012 23:12:23 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q83NCN3U024595 for ; Mon, 3 Sep 2012 23:12:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q83NCNfP024593; Mon, 3 Sep 2012 23:12:23 GMT (envelope-from nobody) Message-Id: <201209032312.q83NCNfP024593@red.freebsd.org> Date: Mon, 3 Sep 2012 23:12:23 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171300: games/linux-enemyterritory-jaymod: convert to OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 23:20:07 -0000 >Number: 171300 >Category: ports >Synopsis: games/linux-enemyterritory-jaymod: convert to OptionsNG >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 Sep 03 23:20:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_9 >Organization: >Environment: FreeBSD satanasso.local.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Aug 8 14:14:58 CEST 2012 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Convert jaymod port to OptionsNG >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-01-24 22:34:49.000000000 +0100 +++ Makefile 2012-09-04 00:45:22.000000000 +0200 @@ -19,7 +19,9 @@ USE_LINUX= yes -OPTIONS= OMNIBOT "Install Omni-Bot for bot support" off +OPTIONS_DEFINE= OMNIBOT +OMNIBOT_DESC= "Install Omni-Bot for bot support" +OPTIONS_DEFAULT= DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} @@ -27,9 +29,9 @@ CLIENT_PK3= ${PORTNAME}-${PORTVERSION}.pk3 PLIST_SUB= CLIENT_PK3="${CLIENT_PK3}" -.include +.include -.if defined(WITH_OMNIBOT) +.if empty(PORT_OPTIONS:MOMNIBOT) RUN_DEPENDS+= et-omni-bot:${PORTSDIR}/games/linux-enemyterritory-omni-bot .endif @@ -64,4 +66,4 @@ ${CP} -p ${DATADIR}/server.cfg.sample ${DATADIR}/server.cfg ; \ fi -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 23:20:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AED6F106564A; Mon, 3 Sep 2012 23:20:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 82AFD8FC18; Mon, 3 Sep 2012 23:20:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83NKJi9080305; Mon, 3 Sep 2012 23:20:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83NKJpN080288; Mon, 3 Sep 2012 23:20:19 GMT (envelope-from edwin) Date: Mon, 3 Sep 2012 23:20:19 GMT Message-Id: <201209032320.q83NKJpN080288@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171300: games/linux-enemyterritory-jaymod: convert to OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 23:20:19 -0000 Synopsis: games/linux-enemyterritory-jaymod: convert to OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 3 23:20:18 UTC 2012 Responsible-Changed-Why: flo@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171300 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 23:55:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC69D106566C; Mon, 3 Sep 2012 23:55:23 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FFCE8FC1B; Mon, 3 Sep 2012 23:55:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q83NtNcR001580; Mon, 3 Sep 2012 23:55:23 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q83NtNg9001564; Mon, 3 Sep 2012 23:55:23 GMT (envelope-from flo) Date: Mon, 3 Sep 2012 23:55:23 GMT Message-Id: <201209032355.q83NtNg9001564@freefall.freebsd.org> To: flo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: flo@FreeBSD.org Cc: Subject: Re: ports/171299: [patch] games/linux-enemyterritory-omni-bot: update to 0.82 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 23:55:23 -0000 Synopsis: [patch] games/linux-enemyterritory-omni-bot: update to 0.82 Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: flo Responsible-Changed-When: Mon Sep 3 23:55:22 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171299 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 00:50:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F821106567E for ; Tue, 4 Sep 2012 00:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E69A68FC12 for ; Tue, 4 Sep 2012 00:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q840o47O024426 for ; Tue, 4 Sep 2012 00:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q840o464024413; Tue, 4 Sep 2012 00:50:04 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 00:50:04 GMT Resent-Message-Id: <201209040050.q840o464024413@freefall.freebsd.org> 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 Linimon Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7931A106566B for ; Tue, 4 Sep 2012 00:41:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E2668FC1A for ; Tue, 4 Sep 2012 00:41:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q840flbo062210 for ; Tue, 4 Sep 2012 00:41:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q840fluk062193; Tue, 4 Sep 2012 00:41:47 GMT (envelope-from linimon) Message-Id: <201209040041.q840fluk062193@freefall.freebsd.org> Date: Tue, 4 Sep 2012 00:41:47 GMT From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171301: [patch] fix graphics/dri, graphics/libGL, graphics/libdrm on tier-2 archs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 00:50:05 -0000 >Number: 171301 >Category: ports >Synopsis: [patch] fix graphics/dri, graphics/libGL, graphics/libdrm on tier-2 archs >Confidential: no >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 Sep 04 00:50:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 9.0-STABLE i386 >Organization: FreeBSD >Environment: System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: I last tried to fix these via ports/169874. Further testing has shown that those fixes were necessary but insufficient. I am going to test the below patch on pointyhat-west/amd64 to make sure there are no regressions. I would appreciate other testers. >How-To-Repeat: >Fix: Index: graphics/libGLU/Makefile =================================================================== RCS file: /home/FreeBSD/pcvs/ports/graphics/libGLU/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- graphics/libGLU/Makefile 21 Apr 2012 17:03:17 -0000 1.15 +++ graphics/libGLU/Makefile 20 Aug 2012 19:14:51 -0000 @@ -21,4 +21,11 @@ cd ${WRKSRC}/src/glu; ${GMAKE} install .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" -.include + +.include + +.if ${ARCH} != "amd64" || ${ARCH} != "i386" +CONFIGURE_ARGS+=--disable-gallium-intel +.endif + +.include Index: graphics/libGLw/Makefile =================================================================== RCS file: /home/FreeBSD/pcvs/ports/graphics/libGLw/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- graphics/libGLw/Makefile 21 Apr 2012 17:03:17 -0000 1.13 +++ graphics/libGLw/Makefile 20 Aug 2012 19:15:37 -0000 @@ -19,4 +19,11 @@ cd ${WRKSRC}/src/glw; ${GMAKE} install .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" -.include + +.include + +.if ${ARCH} != "amd64" || ${ARCH} != "i386" +CONFIGURE_ARGS+=--disable-gallium-intel +.endif + +.include Index: graphics/libdrm/pkg-plist =================================================================== --- graphics/libdrm/pkg-plist (revision 303629) +++ graphics/libdrm/pkg-plist (working copy) @@ -11,28 +11,28 @@ %%OLD%%include/drm/savage_drm.h %%OLD%%include/drm/sis_drm.h %%OLD%%include/drm/via_drm.h -%%OLD%%%%X86%%include/intel_bufmgr.h +%%OLD%%%%INTEL_DRIVER%%include/intel_bufmgr.h %%NEW%%include/libdrm/drm.h %%NEW%%include/libdrm/drm_fourcc.h %%NEW%%include/libdrm/drm_mode.h %%NEW%%include/libdrm/drm_sarea.h %%NEW%%include/libdrm/i915_drm.h -%%NEW%%%%X86%%include/libdrm/intel_bufmgr.h -%%NEW%%%%X86%%include/libdrm/intel_debug.h +%%NEW%%%%INTEL_DRIVER%%include/libdrm/intel_bufmgr.h +%%NEW%%%%INTEL_DRIVER%%include/libdrm/intel_debug.h %%NEW%%include/libdrm/mach64_drm.h %%NEW%%include/libdrm/mga_drm.h %%NEW%%include/libdrm/nouveau_drm.h %%NEW%%include/libdrm/nouveau_drmif.h %%NEW%%include/libdrm/r128_drm.h -%%NEW%%%%X86%%include/libdrm/r600_pci_ids.h -%%NEW%%%%X86%%include/libdrm/radeon_bo.h -%%NEW%%%%X86%%include/libdrm/radeon_bo_gem.h -%%NEW%%%%X86%%include/libdrm/radeon_bo_int.h -%%NEW%%%%X86%%include/libdrm/radeon_cs.h -%%NEW%%%%X86%%include/libdrm/radeon_cs_gem.h -%%NEW%%%%X86%%include/libdrm/radeon_cs_int.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/r600_pci_ids.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_bo.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_bo_gem.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_bo_int.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_cs.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_cs_gem.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_cs_int.h %%NEW%%include/libdrm/radeon_drm.h -%%NEW%%%%X86%%include/libdrm/radeon_surface.h +%%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_surface.h %%NEW%%include/libdrm/savage_drm.h %%NEW%%include/libdrm/sis_drm.h %%NEW%%include/libdrm/via_drm.h @@ -53,22 +53,22 @@ lib/libdrm.la lib/libdrm.so lib/libdrm.so.2 -%%X86%%lib/libdrm_intel.la -%%X86%%lib/libdrm_intel.so -%%X86%%lib/libdrm_intel.so.1 +%%INTEL_DRIVER%%lib/libdrm_intel.la +%%INTEL_DRIVER%%lib/libdrm_intel.so +%%INTEL_DRIVER%%lib/libdrm_intel.so.1 lib/libdrm_nouveau.la lib/libdrm_nouveau.so lib/libdrm_nouveau.so.1 -%%NEW%%%%X86%%lib/libdrm_radeon.la -%%NEW%%%%X86%%lib/libdrm_radeon.so -%%NEW%%%%X86%%lib/libdrm_radeon.so.1 +%%NEW%%%%RADEON_DRIVERS%%lib/libdrm_radeon.la +%%NEW%%%%RADEON_DRIVERS%%lib/libdrm_radeon.so +%%NEW%%%%RADEON_DRIVERS%%lib/libdrm_radeon.so.1 %%NEW%%%%KMS%%lib/libkms.la %%NEW%%%%KMS%%lib/libkms.so %%NEW%%%%KMS%%lib/libkms.so.1 libdata/pkgconfig/libdrm.pc -%%X86%%libdata/pkgconfig/libdrm_intel.pc +%%INTEL_DRIVER%%libdata/pkgconfig/libdrm_intel.pc libdata/pkgconfig/libdrm_nouveau.pc -%%NEW%%%%X86%%libdata/pkgconfig/libdrm_radeon.pc +%%NEW%%%%RADEON_DRIVERS%%libdata/pkgconfig/libdrm_radeon.pc %%NEW%%%%KMS%%libdata/pkgconfig/libkms.pc @dirrm include/nouveau %%NEW%%%%KMS%%@dirrm include/libkms Index: graphics/libdrm/Makefile =================================================================== --- graphics/libdrm/Makefile (revision 303629) +++ graphics/libdrm/Makefile (working copy) @@ -52,10 +52,12 @@ .include -.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" -PLIST_SUB+= X86="" +.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" +PLIST_SUB+= INTEL_DRIVER="" +PLIST_SUB+= RADEON_DRIVERS="" .else -PLIST_SUB+= X86="@comment " +PLIST_SUB+= INTEL_DRIVER="@comment" +PLIST_SUB+= RADEON_DRIVERS="@comment" .endif pre-patch: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 00:50:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F886106564A; Tue, 4 Sep 2012 00:50:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6E658FC0C; Tue, 4 Sep 2012 00:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q840oGsj027504; Tue, 4 Sep 2012 00:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q840oGNr027487; Tue, 4 Sep 2012 00:50:16 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 00:50:16 GMT Message-Id: <201209040050.q840oGNr027487@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171301: [patch] fix graphics/dri, graphics/libGL, graphics/libdrm on tier-2 archs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 00:50:17 -0000 Synopsis: [patch] fix graphics/dri, graphics/libGL, graphics/libdrm on tier-2 archs Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 00:50:15 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171301 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 01:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA31B106566B for ; Tue, 4 Sep 2012 01:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DFCD8FC12 for ; Tue, 4 Sep 2012 01:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q841K8Sp067180 for ; Tue, 4 Sep 2012 01:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q841K8r3067171; Tue, 4 Sep 2012 01:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 01:20:08 GMT Resent-Message-Id: <201209040120.q841K8r3067171@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Callum Gibson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D5DF106564A for ; Tue, 4 Sep 2012 01:16:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E28208FC08 for ; Tue, 4 Sep 2012 01:16:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q841GgHm006910 for ; Tue, 4 Sep 2012 01:16:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q841GgLg006883; Tue, 4 Sep 2012 01:16:42 GMT (envelope-from nobody) Message-Id: <201209040116.q841GgLg006883@red.freebsd.org> Date: Tue, 4 Sep 2012 01:16:42 GMT From: Callum Gibson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171302: net/ekiga3 won't build with KDE4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 01:20:09 -0000 >Number: 171302 >Category: ports >Synopsis: net/ekiga3 won't build with KDE4 >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 Sep 04 01:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Callum Gibson >Release: 9-stable >Organization: >Environment: FreeBSD merton 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Tue Aug 28 12:58:59 EST 2012 root@merton:/usr/obj/usr/src/sys/MERTON amd64 >Description: Building of net/ekiga3 fails when built with KDE4 (admittedly experimental) because it can't find the libraries. The port Makefile includes a special addition to configure for include, but not for libs. Adding this corrects the issue. >How-To-Repeat: Try to build net/ekiga3 and note breakage (can't find -lkdeui). >Fix: Add the line: CONFIGURE_ENV+= KDE_LIBS="-L${KDE4_PREFIX}/lib" under the similar line which sets KDE_CFLAGS. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 01:20:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8775106564A; Tue, 4 Sep 2012 01:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7288FC15; Tue, 4 Sep 2012 01:20:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q841KMtu071090; Tue, 4 Sep 2012 01:20:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q841KMdR071074; Tue, 4 Sep 2012 01:20:22 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 01:20:22 GMT Message-Id: <201209040120.q841KMdR071074@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171302: net/ekiga3 won't build with KDE4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 01:20:22 -0000 Synopsis: net/ekiga3 won't build with KDE4 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 01:20:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171302 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 02:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 435031065673 for ; Tue, 4 Sep 2012 02:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00BB78FC0C for ; Tue, 4 Sep 2012 02:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q842e9Cx018029 for ; Tue, 4 Sep 2012 02:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q842e9Kh018016; Tue, 4 Sep 2012 02:40:09 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 02:40:09 GMT Resent-Message-Id: <201209040240.q842e9Kh018016@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E2F6106566B for ; Tue, 4 Sep 2012 02:30:11 +0000 (UTC) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id BB43E8FC0A for ; Tue, 4 Sep 2012 02:30:10 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.5/8.14.5) with ESMTP id q842U381040137 for ; Mon, 3 Sep 2012 19:30:03 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.5/8.14.5/Submit) id q842U3aK040136; Mon, 3 Sep 2012 19:30:03 -0700 (PDT) (envelope-from glewis) Message-Id: <201209040230.q842U3aK040136@misty.eyesbeyond.com> Date: Mon, 3 Sep 2012 19:30:03 -0700 (PDT) From: Greg Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171304: multimedia/vlc doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Lewis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 02:40:10 -0000 >Number: 171304 >Category: ports >Synopsis: multimedia/vlc doesn't compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 04 02:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 8.3-RELEASE-p3 i386 >Organization: FreeBSD >Environment: System: FreeBSD misty.eyesbeyond.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Sat Jun 23 13:28:02 PDT 2012 glewis@misty.eyesbeyond.com:/usr/obj/usr/src/sys/MISTY i386 >Description: On my machine, vlc will fail to compile misc/cpu.c, emitting errors like this: misc/cpu.c:129: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'static' >How-To-Repeat: Just try and build the port. I suspect your processor has to support certain MMX or SSE features. >Fix: Use a newer version of GCC. I actually believe 4.4 or better should work. Index: Makefile =================================================================== --- Makefile (revision 303631) +++ Makefile (working copy) @@ -25,6 +25,8 @@ BUILD_DEPENDS= ffmpeg${FFMPEG_SUFFIX}>0.11:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} RUN_DEPENDS= ffmpeg${FFMPEG_SUFFIX}>0.11:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} +USE_GCC= 4.6+ + OPTIONS_DEFINE= A52 AALIB ASS AVAHI CACA DBUS DIRAC DOCS DTS DVDREAD \ DVDNAV FAAD FLAC FLUID FRIBIDI GLX GNOMEVFS GNUTLS GOOM \ HTTPD JACK LIVEMEDIA LUA MAD MATROSKA MODPLUG MPEG2 MTP \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 02:40:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0057106564A; Tue, 4 Sep 2012 02:40:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83BF18FC14; Tue, 4 Sep 2012 02:40:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q842eMqj021551; Tue, 4 Sep 2012 02:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q842eMUn021532; Tue, 4 Sep 2012 02:40:22 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 02:40:22 GMT Message-Id: <201209040240.q842eMUn021532@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171304: multimedia/vlc doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 02:40:22 -0000 Synopsis: multimedia/vlc doesn't compile Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 02:40:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171304 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 03:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2369106566B for ; Tue, 4 Sep 2012 03:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C8778FC0C for ; Tue, 4 Sep 2012 03:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8430O1g024209 for ; Tue, 4 Sep 2012 03:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8430Obh024195; Tue, 4 Sep 2012 03:00:24 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 03:00:24 GMT Resent-Message-Id: <201209040300.q8430Obh024195@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Soren Dossing Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B74C31065670 for ; Tue, 4 Sep 2012 02:58:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A2E3B8FC15 for ; Tue, 4 Sep 2012 02:58:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q842wVdn088736 for ; Tue, 4 Sep 2012 02:58:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q842wVrF088735; Tue, 4 Sep 2012 02:58:31 GMT (envelope-from nobody) Message-Id: <201209040258.q842wVrF088735@red.freebsd.org> Date: Tue, 4 Sep 2012 02:58:31 GMT From: Soren Dossing To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171306: Port deskutils/hamster-applet depends on port devel/py-dbus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 03:00:24 -0000 >Number: 171306 >Category: ports >Synopsis: Port deskutils/hamster-applet depends on port devel/py-dbus >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 Sep 04 03:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Soren Dossing >Release: 9.10RC1 >Organization: >Environment: FreeBSD host 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Mon Sep 3 10:45:57 JST 2012 user@host:/usr/obj/usr/src/sys/TKUWSUP amd64 >Description: Port deskutils/hamster-applet depends on port devel/py-dbus >How-To-Repeat: user@host:~$ /usr/local/lib/hamster-applet/hamster-applet -w 2012-09-04 11:50:13,312 ERROR: Traceback (most recent call last): File "/usr/local/lib/hamster-applet/hamster-applet", line 96, in from hamster.configuration import runtime, dialogs File "/usr/local/lib/python2.7/site-packages/hamster/configuration.py", line 27, in from client import Storage File "/usr/local/lib/python2.7/site-packages/hamster/client.py", line 24, in import dbus, dbus.mainloop.glib ImportError: No module named dbus user@host:~$ >Fix: Work around: cd /usr/ports/devel/py-dbus make install clean But better to make dependency in Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 03:00:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C380C106564A; Tue, 4 Sep 2012 03:00:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96E8F8FC16; Tue, 4 Sep 2012 03:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8430baM027848; Tue, 4 Sep 2012 03:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8430b8a027830; Tue, 4 Sep 2012 03:00:37 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 03:00:37 GMT Message-Id: <201209040300.q8430b8a027830@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171306: Port deskutils/hamster-applet depends on port devel/py-dbus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 03:00:37 -0000 Synopsis: Port deskutils/hamster-applet depends on port devel/py-dbus Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 03:00:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171306 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 03:06:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F17E106566C; Tue, 4 Sep 2012 03:06:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 428B58FC1A; Tue, 4 Sep 2012 03:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8436oPg000420; Tue, 4 Sep 2012 03:06:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8436nmo000395; Tue, 4 Sep 2012 03:06:50 GMT (envelope-from linimon) Date: Tue, 4 Sep 2012 03:06:50 GMT Message-Id: <201209040306.q8436nmo000395@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org, linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/170946: [patch] mark certain ports broken on ARM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 03:06:50 -0000 Synopsis: [patch] mark certain ports broken on ARM State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Sep 4 03:06:31 UTC 2012 State-Changed-Why: committed. Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 4 03:06:31 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=170946 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 04:47:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9840106566C; Tue, 4 Sep 2012 04:47:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 410398FC0A; Tue, 4 Sep 2012 04:47:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q844lZYd030974; Tue, 4 Sep 2012 04:47:35 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q844lZec030955; Tue, 4 Sep 2012 04:47:35 GMT (envelope-from bdrewery) Date: Tue, 4 Sep 2012 04:47:35 GMT Message-Id: <201209040447.q844lZec030955@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171284: [MAINTAINER] net-mgmt/netdisco: OPTIONS ng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 04:47:35 -0000 Synopsis: [MAINTAINER] net-mgmt/netdisco: OPTIONS ng Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Tue Sep 4 04:47:34 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171284 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 05:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 710E3106566B for ; Tue, 4 Sep 2012 05:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F05A8FC1C for ; Tue, 4 Sep 2012 05:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q845o6eZ068884 for ; Tue, 4 Sep 2012 05:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q845o6Xe068871; Tue, 4 Sep 2012 05:50:06 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 05:50:06 GMT Resent-Message-Id: <201209040550.q845o6Xe068871@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, IWAMOTO Kouichi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 312B2106564A for ; Tue, 4 Sep 2012 05:46:12 +0000 (UTC) (envelope-from sue@iwmt.org) Received: from mail.iwmt.org (unknown [IPv6:2001:e41:db5e:f117::1]) by mx1.freebsd.org (Postfix) with ESMTP id EDC2A8FC08 for ; Tue, 4 Sep 2012 05:46:11 +0000 (UTC) Received: from smtp.nagato.iwmt.org (oak.mind.ne.jp [202.228.0.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.iwmt.org (Postfix) with ESMTPSA id 8EF67AD9499 for ; Tue, 4 Sep 2012 14:46:07 +0900 (JST) Received: by nagato.iwmt.org (Postfix, from userid 1001) id E499F8A5C7D; Tue, 4 Sep 2012 13:18:59 +0900 (JST) Message-Id: <20120904041859.E499F8A5C7D@nagato.iwmt.org> Date: Tue, 4 Sep 2012 13:18:59 +0900 (JST) From: IWAMOTO Kouichi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171308: x11/mlterm add sixel graphics support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: IWAMOTO Kouichi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 05:50:08 -0000 >Number: 171308 >Category: ports >Synopsis: x11/mlterm add sixel graphics 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: Tue Sep 04 05:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: IWAMOTO Kouichi >Release: FreeBSD 9.1-BETA1 i386 >Organization: >Environment: System: FreeBSD nagato.iwmt.org 9.1-BETA1 FreeBSD 9.1-BETA1 #2: Mon Jul 23 20:03:38 JST 2012 sue@nagato.iwmt.org:/usr/obj/usr/src/sys/VIMAGE3 i386 >Description: Sixel graphics support does not enabled in x11/mlterm. Please add a support of sixel graphics. >How-To-Repeat: >Fix: --- Makefile.orig 2012-09-04 10:16:46.000000000 +0900 +++ Makefile 2012-09-04 12:52:17.000000000 +0900 @@ -33,7 +33,8 @@ M17NLIB "m17n library support (experimental)" off \ SCIM "SCIM support (experimental)" off \ IBUS "IBUS support (experimental)" off \ - CAIRO "Use Cairo for type engine (experimental)" off + CAIRO "Use Cairo for type engine (experimental)" off \ + SIXEL "Sixel graphics support" off .include @@ -96,6 +97,14 @@ PLIST_SUB+= CAIRO="@comment " .endif +.if defined(WITH_SIXEL) +CONFIGURE_ARGS+= --enable-sixel +PLIST_SUB+= SIXEL="" +.else +CONFIGURE_ARGS+= --disable-sixel +PLIST_SUB+= SIXEL="@comment " +.endif + .if ${OSVERSION} >= 900004 MAKE_ENV= LIBS_LOCAL=-lutempter .else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 05:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C20261065670 for ; Tue, 4 Sep 2012 05:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6158FC1F for ; Tue, 4 Sep 2012 05:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q845o6Yp068995 for ; Tue, 4 Sep 2012 05:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q845o6tM068982; Tue, 4 Sep 2012 05:50:06 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 05:50:06 GMT Resent-Message-Id: <201209040550.q845o6tM068982@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27B27106566C for ; Tue, 4 Sep 2012 05:49:31 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id B0CE38FC17 for ; Tue, 4 Sep 2012 05:49:30 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 3A9B75CEC; Tue, 4 Sep 2012 13:49:22 +0800 (CST) Message-Id: <20120904054922.3A9B75CEC@deep.tw> Date: Tue, 4 Sep 2012 13:49:22 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171309: [MAINTAINER] www/node-devel: update to 0.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 05:50:08 -0000 >Number: 171309 >Category: ports >Synopsis: [MAINTAINER] www/node-devel: update to 0.9.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 Sep 04 05:50:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Aug 18 08:09:36 CST 2012 >Description: - Update to 0.9.1 Added file(s): - files/patch-tools-install.py - files/patch-uv-bsd.h Removed file(s): - files/patch-wafadmin-Node.py Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- node-devel-0.9.1.patch begins here --- diff -ruN --exclude=CVS ../node-devel.orig/Makefile ./Makefile --- ../node-devel.orig/Makefile 2012-08-18 20:29:17.000000000 +0800 +++ ./Makefile 2012-09-03 10:09:49.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel @@ -32,10 +32,6 @@ PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' -post-patch: - @${RM} ${WRKSRC}/tools/wafadmin/Node.py.orig - @${REINPLACE_CMD} -e 's|share/man/man1/|man/man1|' ${WRKSRC}/tools/installer.js - post-install: ${MKDIR} ${PREFIX}/lib/node_modules/ ${TOUCH} ${PREFIX}/lib/node_modules/.keepme diff -ruN --exclude=CVS ../node-devel.orig/distinfo ./distinfo --- ../node-devel.orig/distinfo 2012-07-27 10:35:52.000000000 +0800 +++ ./distinfo 2012-09-03 09:38:38.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (node-v0.9.0.tar.gz) = 4d2e5d7c8b345f6e401eed7d06b4bbc6cb012aefc34b46e7c3aedb4a0fccd258 -SIZE (node-v0.9.0.tar.gz) = 11827167 +SHA256 (node-v0.9.1.tar.gz) = 12bc0deb1a0c3fdcd5c54ffd241c1e291d372620944c3f97388d38f460f222b9 +SIZE (node-v0.9.1.tar.gz) = 11451518 diff -ruN --exclude=CVS ../node-devel.orig/files/patch-gyp-common.py ./files/patch-gyp-common.py --- ../node-devel.orig/files/patch-gyp-common.py 2012-05-08 11:13:41.000000000 +0800 +++ ./files/patch-gyp-common.py 2012-09-03 09:47:10.000000000 +0800 @@ -1,8 +1,8 @@ ---- tools/gyp/pylib/gyp/common.py.orig 2012-02-02 03:37:12.000000000 +0800 -+++ tools/gyp/pylib/gyp/common.py 2012-02-08 01:20:58.000000000 +0800 -@@ -352,7 +352,10 @@ - 'freebsd7': 'freebsd', +--- tools/gyp/pylib/gyp/common.py.orig 2012-09-03 09:45:35.000000000 +0800 ++++ tools/gyp/pylib/gyp/common.py 2012-09-03 09:46:36.000000000 +0800 +@@ -366,7 +366,10 @@ 'freebsd8': 'freebsd', + 'freebsd9': 'freebsd', } - flavor = flavors.get(sys.platform, 'linux') + if 'freebsd' in sys.platform: diff -ruN --exclude=CVS ../node-devel.orig/files/patch-tools-install.py ./files/patch-tools-install.py --- ../node-devel.orig/files/patch-tools-install.py 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-tools-install.py 2012-09-04 13:28:06.000000000 +0800 @@ -0,0 +1,20 @@ +--- tools/install.py.orig 2012-08-29 04:51:31.000000000 +0800 ++++ tools/install.py 2012-09-04 13:26:40.000000000 +0800 +@@ -135,7 +135,7 @@ + 'deps/uv/include/uv-private/uv-unix.h', + 'deps/uv/include/uv-private/uv-win.h'], + 'include/node/uv-private/') +- action(['doc/node.1'], 'share/man/man1/') ++ action(['doc/node.1'], 'man/man1/') + action(['out/Release/node'], 'bin/node') + + # install unconditionally, checking if the platform supports dtrace doesn't +@@ -143,7 +143,7 @@ + # with dtrace support now (oracle's "unbreakable" linux) + action(['src/node.d'], 'lib/dtrace/') + +- if variables.get('node_install_npm'): npm_files(action) ++ if 'true' == variables.get('node_install_npm'): npm_files(action) + + def run(args): + global dst_dir, node_prefix, target_defaults, variables diff -ruN --exclude=CVS ../node-devel.orig/files/patch-uv-bsd.h ./files/patch-uv-bsd.h --- ../node-devel.orig/files/patch-uv-bsd.h 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-uv-bsd.h 2012-09-03 09:44:56.000000000 +0800 @@ -0,0 +1,11 @@ +--- deps/uv/include/uv-private/uv-bsd.h.orig 2012-09-03 09:42:53.000000000 +0800 ++++ deps/uv/include/uv-private/uv-bsd.h 2012-09-03 09:43:18.000000000 +0800 +@@ -23,7 +23,7 @@ + #define UV_BSD_H + + #define UV_PLATFORM_FS_EVENT_FIELDS \ +- uv__io_t event_watcher; \ ++ ev_io event_watcher; \ + int fflags; \ + int fd; \ + diff -ruN --exclude=CVS ../node-devel.orig/files/patch-wafadmin-Node.py ./files/patch-wafadmin-Node.py --- ../node-devel.orig/files/patch-wafadmin-Node.py 2011-08-05 12:51:17.000000000 +0800 +++ ./files/patch-wafadmin-Node.py 1970-01-01 08:00:00.000000000 +0800 @@ -1,15 +0,0 @@ ---- tools/wafadmin/Node.py.orig 2011-08-03 16:32:55.000000000 +0800 -+++ tools/wafadmin/Node.py 2011-08-03 16:56:11.000000000 +0800 -@@ -349,6 +349,12 @@ - if self == from_node: return '.' - if from_node.parent == self: return '..' - -+ from_node_path = from_node.abspath() -+ from_node_realpath = os.path.realpath(from_node_path) -+ if from_node_path != from_node_realpath: -+ from_node = self.__class__.bld.root.find_dir(from_node_realpath) -+ return self.relpath_gen(from_node) -+ - # up_path is '../../../' and down_path is 'dir/subdir/subdir/file' - ancestor = self.find_ancestor(from_node) - lst = [] diff -ruN --exclude=CVS ../node-devel.orig/pkg-plist ./pkg-plist --- ../node-devel.orig/pkg-plist 2012-06-22 10:08:09.000000000 +0800 +++ ./pkg-plist 2012-09-03 14:31:26.000000000 +0800 @@ -1,7 +1,4 @@ bin/node -bin/node-waf -include/node/ares.h -include/node/ares_version.h include/node/eio-emul.h include/node/ev-emul.h include/node/node.h @@ -22,60 +19,8 @@ include/node/v8.h include/node/v8stdint.h lib/dtrace/node.d -lib/node/wafadmin/Build.py -lib/node/wafadmin/Configure.py -lib/node/wafadmin/Constants.py -lib/node/wafadmin/Environment.py -lib/node/wafadmin/Logs.py -lib/node/wafadmin/Node.py -lib/node/wafadmin/Options.py -lib/node/wafadmin/Runner.py -lib/node/wafadmin/Scripting.py -lib/node/wafadmin/Task.py -lib/node/wafadmin/TaskGen.py -lib/node/wafadmin/Tools/__init__.py -lib/node/wafadmin/Tools/ar.py -lib/node/wafadmin/Tools/cc.py -lib/node/wafadmin/Tools/ccroot.py -lib/node/wafadmin/Tools/compiler_cc.py -lib/node/wafadmin/Tools/compiler_cxx.py -lib/node/wafadmin/Tools/compiler_d.py -lib/node/wafadmin/Tools/config_c.py -lib/node/wafadmin/Tools/cxx.py -lib/node/wafadmin/Tools/d.py -lib/node/wafadmin/Tools/dmd.py -lib/node/wafadmin/Tools/gas.py -lib/node/wafadmin/Tools/gcc.py -lib/node/wafadmin/Tools/gdc.py -lib/node/wafadmin/Tools/gnu_dirs.py -lib/node/wafadmin/Tools/gob2.py -lib/node/wafadmin/Tools/gxx.py -lib/node/wafadmin/Tools/icc.py -lib/node/wafadmin/Tools/icpc.py -lib/node/wafadmin/Tools/intltool.py -lib/node/wafadmin/Tools/libtool.py -lib/node/wafadmin/Tools/misc.py -lib/node/wafadmin/Tools/nasm.py -lib/node/wafadmin/Tools/node_addon.py -lib/node/wafadmin/Tools/osx.py -lib/node/wafadmin/Tools/preproc.py -lib/node/wafadmin/Tools/python.py -lib/node/wafadmin/Tools/suncc.py -lib/node/wafadmin/Tools/suncxx.py -lib/node/wafadmin/Tools/unittestw.py -lib/node/wafadmin/Tools/winres.py -lib/node/wafadmin/Tools/xlc.py -lib/node/wafadmin/Tools/xlcxx.py -lib/node/wafadmin/Utils.py -lib/node/wafadmin/__init__.py -lib/node/wafadmin/ansiterm.py -lib/node/wafadmin/pproc.py -lib/node/wafadmin/py3kfixes.py lib/node_modules/.keepme @dirrm lib/node_modules -@dirrm lib/node/wafadmin/Tools -@dirrm lib/node/wafadmin -@dirrm lib/node @dirrm lib/dtrace @dirrm include/node/uv-private @dirrm include/node --- node-devel-0.9.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 05:50:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E5F91065692; Tue, 4 Sep 2012 05:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6212B8FC0A; Tue, 4 Sep 2012 05:50:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q845oLJs073097; Tue, 4 Sep 2012 05:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q845oL8B073081; Tue, 4 Sep 2012 05:50:21 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 05:50:21 GMT Message-Id: <201209040550.q845oL8B073081@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nobutaka@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171308: x11/mlterm add sixel graphics support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 05:50:21 -0000 Synopsis: x11/mlterm add sixel graphics support Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 05:50:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171308 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 06:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B28B106564A for ; Tue, 4 Sep 2012 06:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5748FC0A for ; Tue, 4 Sep 2012 06:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q846ADrI034990 for ; Tue, 4 Sep 2012 06:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q846ADRF034972; Tue, 4 Sep 2012 06:10:13 GMT (envelope-from gnats) Date: Tue, 4 Sep 2012 06:10:13 GMT Message-Id: <201209040610.q846ADRF034972@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Zander Cc: Subject: Re: ports/171249: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Zander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 06:10:13 -0000 The following reply was made to PR ports/171249; it has been noted by GNATS. From: Thomas Zander To: bug-followup@freebsd.org Cc: Subject: Re: ports/171249: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG Date: Tue, 4 Sep 2012 08:06:21 +0200 --047d7b10ce6bb00b5904c8da0e65 Content-Type: text/plain; charset=ISO-8859-1 After some discussion on the mailing lists, attached is a patch that resolves another build problem on some i386 boxes in addition to this one. Please commit this. Thanks, Riggs --047d7b10ce6bb00b5904c8da0e65 Content-Type: text/plain; charset=US-ASCII; name="mplayer.diff.txt" Content-Disposition: attachment; filename="mplayer.diff.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h6olfnbo0 ZGlmZiAtciAwYWFlYTA5NGM5NjMgbXBsYXllci9NYWtlZmlsZS5vcHRpb25zCi0tLSBhL21wbGF5 ZXIvTWFrZWZpbGUub3B0aW9ucwlNb24gU2VwIDAzIDE4OjU3OjIzIDIwMTIgKzAyMDAKKysrIGIv bXBsYXllci9NYWtlZmlsZS5vcHRpb25zCU1vbiBTZXAgMDMgMjA6MDg6MTYgMjAxMiArMDIwMApA QCAtNTEsMTcgKzUxLDI1IEBACiAuZW5kaWYKIC5lbmRpZiAjV0lUSF9ERUJVRwogCisjU3VwcG9y dGVkIGFyY2hpdGVjdHVyZXMgZm9yIGNsYW5nCisuaWYgJHtBUkNIfSA9PSAiYW1kNjQiCitNUExB WUVSX0NMQU5HX1NVUFBPUlRFRF9BUkNIPQl5ZXMKKy5lbmRpZgorCiAuaWYgIWRlZmluZWQoV0lU SE9VVF9SVENQVSkKIENPTkZJR1VSRV9BUkdTKz0tLWVuYWJsZS1ydW50aW1lLWNwdWRldGVjdGlv bgogLmVuZGlmCiAKLS5pZiAke09TVkVSU0lPTn0gPj0gOTAwMDMzCisuaWYgJHtPU1ZFUlNJT059 ID49IDkwMDAzMyBcCisJJiYgZXhpc3RzKC91c3IvYmluL2NsYW5nKSBcCisJJiYgZGVmaW5lZChN UExBWUVSX0NMQU5HX1NVUFBPUlRFRF9BUkNIKQogV0lUSF9CQVNFX0NMQU5HPXllcwogLmVuZGlm CiAKIC5pZiBkZWZpbmVkKFdJVEhfQkFTRV9DTEFORykKIENDPQkJY2xhbmcKIENYWD0JCWNsYW5n KysKK0NQUD0JCWNsYW5nLWNwcAogLmVsc2UKIC5pZiBkZWZpbmVkKFdJVEhfT1RDSEFJTikKIFVT RV9HQ0M/PQk0LjYrCkBAIC0yMzIsNyArMjQwLDcgQEAKIC5pZiAke0FSQ0h9ID09ICJpMzg2IiB8 fCAke0FSQ0h9ID09ICJhbWQ2NCIKIC5pZiAhZGVmaW5lZChXSVRIT1VUX1dJTjMyKSAmJiAhZGVm aW5lZChQQUNLQUdFX0JVSUxESU5HKSAmJiAke0FSQ0h9ID09ICJpMzg2IgogUlVOX0RFUEVORFMr PQkke0NPREVDX0RFVEVDVElPTl9GSUxFfToke0NPREVDX1BPUlR9Ci1DT05GSUdVUkVfQVJHUys9 CS0td2luMzJjb2RlY3NkaXI9JHtMT0NBTEJBU0V9L2xpYi93aW4zMgorQ09ORklHVVJFX0FSR1Mr PQktLWNvZGVjc2Rpcj0ke0xPQ0FMQkFTRX0vbGliL3dpbjMyCiBDT0RFQ19QT1JUPQkke1BPUlRT RElSfS9tdWx0aW1lZGlhL3dpbjMyLWNvZGVjcwogQ09ERUNfREVURUNUSU9OX0ZJTEUhPQkke01B S0V9IC1mICR7Q09ERUNfUE9SVH0vTWFrZWZpbGUgLVYgQ09ERUNfREVURUNUSU9OX0ZJTEUKIC5l bHNlCg== --047d7b10ce6bb00b5904c8da0e65-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 06:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1F2A106564A for ; Tue, 4 Sep 2012 06:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3418FC0C for ; Tue, 4 Sep 2012 06:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q846KB7t015770 for ; Tue, 4 Sep 2012 06:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q846KBk3015757; Tue, 4 Sep 2012 06:20:11 GMT (envelope-from gnats) Date: Tue, 4 Sep 2012 06:20:11 GMT Message-Id: <201209040620.q846KBk3015757@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pierre DAVID Cc: Subject: Re: ports/161070: infinite loop for graphics/xfig on 9.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pierre DAVID List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 06:20:11 -0000 The following reply was made to PR ports/161070; it has been noted by GNATS. From: Pierre DAVID To: Matthew Luckie Cc: bug-followup@FreeBSD.org Subject: Re: ports/161070: infinite loop for graphics/xfig on 9.0-CURRENT Date: Tue, 4 Sep 2012 08:10:26 +0200 On Mon, Apr 23, 2012 at 11:40:41AM -0700, Matthew Luckie wrote: > I have been unable to reproduce, but I don't run KDE. What happens when > you try to use xfig in the following scenarios: > > (1) brand new user account, with KDE as a window manager > (2) brand new user account, with some other window manager? (windowmaker > is what I use). > > I wonder if there is some customisation in your environment that is > causing a problem with xfig, hence the request to try with a brand new > user environment. I run xfig on i386, but I assume that if it was > broken on amd64 I'd have had more bug reports. > Sorry for the delay. > (1) brand new user account, with KDE as a window manager Same thing. > (2) brand new user account, with some other window manager? (windowmaker > is what I use). I've tried with twm and the same infinite loop occurred. Pierre From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 06:22:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AF32106566B; Tue, 4 Sep 2012 06:22:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BBD78FC14; Tue, 4 Sep 2012 06:22:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q846MVB8058792; Tue, 4 Sep 2012 06:22:31 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q846MVCR058776; Tue, 4 Sep 2012 06:22:31 GMT (envelope-from vanilla) Date: Tue, 4 Sep 2012 06:22:31 GMT Message-Id: <201209040622.q846MVCR058776@freefall.freebsd.org> To: vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org From: vanilla@FreeBSD.org Cc: Subject: Re: ports/171309: [MAINTAINER] www/node-devel: update to 0.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 06:22:31 -0000 Synopsis: [MAINTAINER] www/node-devel: update to 0.9.1 Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Tue Sep 4 06:22:20 UTC 2012 Responsible-Changed-Why: I will handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=171309 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 06:50:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53D5E106566C for ; Tue, 4 Sep 2012 06:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6CD8FC17 for ; Tue, 4 Sep 2012 06:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q846o6xm099973 for ; Tue, 4 Sep 2012 06:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q846o6sZ099967; Tue, 4 Sep 2012 06:50:06 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 06:50:06 GMT Resent-Message-Id: <201209040650.q846o6sZ099967@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bas Smeelen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D42D106564A for ; Tue, 4 Sep 2012 06:42:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8839B8FC16 for ; Tue, 4 Sep 2012 06:42:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q846ge7t099310 for ; Tue, 4 Sep 2012 06:42:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q846gduK099309; Tue, 4 Sep 2012 06:42:39 GMT (envelope-from nobody) Message-Id: <201209040642.q846gduK099309@red.freebsd.org> Date: Tue, 4 Sep 2012 06:42:39 GMT From: Bas Smeelen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171310: apache exit signal Segmentation fault (11) with php-5.4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 06:50:07 -0000 >Number: 171310 >Category: ports >Synopsis: apache exit signal Segmentation fault (11) with php-5.4.6 >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 Sep 04 06:50:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bas Smeelen >Release: 8.3-STABLE >Organization: OSE >Environment: FreeBSD sys.ose.nl 8.3-STABLE FreeBSD 8.3-STABLE #10: Tue Aug 28 09:15:30 CEST 2012 root@sys.ose.nl:/usr/obj/usr/src/sys/SYS amd64 >Description: After upgrading php to version 5.4.6 including extensions apache will stop serving php pages with errors [Tue Sep 04 08:15:59 2012] [notice] child pid 56169 exit signal Segmentation fault (11) >How-To-Repeat: Install apache 2.2.22, php-5.4.6 and cacti 0.8.8a. Look at some graphs in cacti and get empty response in the browser. The apache errorlog show Segmentation faults (11). >Fix: Comment out the apc.so extension with a semicolon (;) in /usr/local/etc/php/extensions.ini like shown below: .... ;extension=apc.so .... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 08:00:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 748DA1065678 for ; Tue, 4 Sep 2012 08:00:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 288FB8FC14 for ; Tue, 4 Sep 2012 08:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8480OH7071745 for ; Tue, 4 Sep 2012 08:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8480OKc071732; Tue, 4 Sep 2012 08:00:24 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 08:00:24 GMT Resent-Message-Id: <201209040800.q8480OKc071732@freefall.freebsd.org> 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 Moisseev Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC345106564A for ; Tue, 4 Sep 2012 07:53:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8EC3E8FC12 for ; Tue, 4 Sep 2012 07:53:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q847r3fa008454 for ; Tue, 4 Sep 2012 07:53:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q847r3BO008453; Tue, 4 Sep 2012 07:53:03 GMT (envelope-from nobody) Message-Id: <201209040753.q847r3BO008453@red.freebsd.org> Date: Tue, 4 Sep 2012 07:53:03 GMT From: Alexander Moisseev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171311: [maintainer update] mail/roundcube-contextmenu: update to 1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 08:00:29 -0000 >Number: 171311 >Category: ports >Synopsis: [maintainer update] mail/roundcube-contextmenu: update to 1.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: Tue Sep 04 08:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexander Moisseev >Release: >Organization: >Environment: >Description: - Update to 1.9 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ./roundcube-contextmenu.orig/Makefile ./roundcube-contextmenu/Makefile --- ./roundcube-contextmenu.orig/Makefile 2011-11-06 18:43:05.000000000 +0400 +++ ./roundcube-contextmenu/Makefile 2012-09-04 10:29:27.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= contextmenu -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= mail MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ PKGNAMEPREFIX= roundcube- diff -ruN ./roundcube-contextmenu.orig/distinfo ./roundcube-contextmenu/distinfo --- ./roundcube-contextmenu.orig/distinfo 2011-11-06 18:43:05.000000000 +0400 +++ ./roundcube-contextmenu/distinfo 2012-09-04 10:30:50.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (contextmenu.tar.gz) = b7fad498dcb0d41faa81ab0eccf8b44a3f44e7b15e72b269be3459e01aa672f5 -SIZE (contextmenu.tar.gz) = 33842 +SHA256 (contextmenu.tar.gz) = c5e931dfd36c70909aff24d67e4371a9a5acded8c954f8bbbacbb84b2b82367b +SIZE (contextmenu.tar.gz) = 46818 diff -ruN ./roundcube-contextmenu.orig/pkg-plist ./roundcube-contextmenu/pkg-plist --- ./roundcube-contextmenu.orig/pkg-plist 2011-11-06 18:43:05.000000000 +0400 +++ ./roundcube-contextmenu/pkg-plist 2012-09-04 10:31:33.000000000 +0400 @@ -25,15 +25,22 @@ %%WWWDIR%%/localization/tr_TR.inc %%WWWDIR%%/localization/uk_UA.inc %%WWWDIR%%/localization/zh_TW.inc -%%WWWDIR%%/skins/default/contexticons.gif -%%WWWDIR%%/skins/default/contexticons.png -%%WWWDIR%%/skins/default/contextmenu.css -%%WWWDIR%%/skins/default/folders.gif -%%WWWDIR%%/skins/default/folders.png -%%WWWDIR%%/skins/default/ie6hacks.css -%%WWWDIR%%/skins/default/messageactions.gif -%%WWWDIR%%/skins/default/messageactions.png -@dirrm %%WWWDIR%%/skins/default +%%WWWDIR%%/package.xml +%%WWWDIR%%/skins/classic/contexticons.gif +%%WWWDIR%%/skins/classic/contexticons.png +%%WWWDIR%%/skins/classic/contextmenu.css +%%WWWDIR%%/skins/classic/folders.gif +%%WWWDIR%%/skins/classic/folders.png +%%WWWDIR%%/skins/classic/ie6hacks.css +%%WWWDIR%%/skins/classic/messageactions.gif +%%WWWDIR%%/skins/classic/messageactions.png +%%WWWDIR%%/skins/larry/contexticons.png +%%WWWDIR%%/skins/larry/contextmenu.css +%%WWWDIR%%/skins/larry/folders.png +%%WWWDIR%%/skins/larry/ie6hacks.css +%%WWWDIR%%/skins/larry/messageactions.png +@dirrm %%WWWDIR%%/skins/larry +@dirrm %%WWWDIR%%/skins/classic @dirrm %%WWWDIR%%/skins @dirrm %%WWWDIR%%/localization @dirrmtry %%WWWDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 08:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4951065688 for ; Tue, 4 Sep 2012 08:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D98208FC0A for ; Tue, 4 Sep 2012 08:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q848o9vh004446 for ; Tue, 4 Sep 2012 08:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q848o9AZ004434; Tue, 4 Sep 2012 08:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 08:50:09 GMT Resent-Message-Id: <201209040850.q848o9AZ004434@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Waitman Gobble Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CC1A1065673 for ; Tue, 4 Sep 2012 08:45:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F30028FC08 for ; Tue, 4 Sep 2012 08:45:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q848jXkE092971 for ; Tue, 4 Sep 2012 08:45:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q848jXEd092967; Tue, 4 Sep 2012 08:45:33 GMT (envelope-from nobody) Message-Id: <201209040845.q848jXEd092967@red.freebsd.org> Date: Tue, 4 Sep 2012 08:45:33 GMT From: Waitman Gobble To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171312: Update Port: audio/ices (2.0.1 to 2.0.2) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 08:50:10 -0000 >Number: 171312 >Category: ports >Synopsis: Update Port: audio/ices (2.0.1 to 2.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: Tue Sep 04 08:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Waitman Gobble >Release: FreeBSD 10.0-CURRENT >Organization: Waitman Gobble >Environment: FreeBSD hunny.waitman.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Aug 11 13:25:18 PDT 2012 root@hunny.waitman.net:/usr/obj/usr/src/sys/KEYSHIA amd64 >Description: New features - Support for RoarAudio input Bugfixes and Documentation updates thanks >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: # # ices # ices/Makefile # ices/pkg-descr # ices/pkg-plist # ices/distinfo # echo c - ices mkdir -p ices > /dev/null 2>&1 echo x - ices/Makefile sed 's/^X//' >ices/Makefile << '7adfafc7a9b6e34ad7ec1db5c6b0f479' X# New ports collection makefile for: ices X# Date created: 11 Nov 2002 X# Whom: Michael Nottebrock X# X# $FreeBSD: ports/audio/ices/Makefile,v 1.24 2012/07/19 20:15:37 naddy Exp $ X# X XPORTNAME= ices XPORTVERSION= 2.0.2 XPORTREVISION= 1 XPORTEPOCH= 1 XCATEGORIES= audio net XMASTER_SITES= http://svn.xiph.org/releases/ices/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A vorbis streaming source client for icecast 2 X XLIB_DEPENDS= shout:${PORTSDIR}/audio/libshout2 \ X vorbis:${PORTSDIR}/audio/libvorbis \ X xml2:${PORTSDIR}/textproc/libxml2 X XCFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include XLDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_BZIP2= yes X X.include 7adfafc7a9b6e34ad7ec1db5c6b0f479 echo x - ices/pkg-descr sed 's/^X//' >ices/pkg-descr << 'be52ec19977a6b1fee8f42a4ccf09875' XIceS2 is a streaming source client for icecast 2 servers. It provides flexible Xand powerful static and live streaming capabilities for Ogg Vorbis streams. X XWWW: http://www.icecast.org/ be52ec19977a6b1fee8f42a4ccf09875 echo x - ices/pkg-plist sed 's/^X//' >ices/pkg-plist << 'ada9559221c9429a1bbc8631ce49b214' Xbin/ices X%%DATADIR%%/basic.html X%%DATADIR%%/config.html X%%DATADIR%%/faq.html X%%DATADIR%%/ices-alsa.xml X%%DATADIR%%/ices-oss.xml X%%DATADIR%%/ices-playlist.xml X%%DATADIR%%/index.html X%%DATADIR%%/inputs.html X%%DATADIR%%/intro.html X%%DATADIR%%/style.css X@dirrm %%DATADIR%% ada9559221c9429a1bbc8631ce49b214 echo x - ices/distinfo sed 's/^X//' >ices/distinfo << 'ccf599ba6a18fdc928a173798edb5066' XSHA256 (ices-2.0.2.tar.bz2) = 96458df835033c39236ad3bb099286c033241f8ea7c138e7ccf714e7ade75900 XSIZE (ices-2.0.2.tar.bz2) = 293818 ccf599ba6a18fdc928a173798edb5066 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 09:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EA381065673 for ; Tue, 4 Sep 2012 09:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 133BB8FC1A for ; Tue, 4 Sep 2012 09:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q849e2Z1003804 for ; Tue, 4 Sep 2012 09:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q849e2qF003792; Tue, 4 Sep 2012 09:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 09:40:02 GMT Resent-Message-Id: <201209040940.q849e2qF003792@freefall.freebsd.org> 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 Bakulin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AD3C1065670; Tue, 4 Sep 2012 09:34:43 +0000 (UTC) (envelope-from kibab@olymp.kibab.com) Received: from olymp.kibab.com (olymp.kibab.com [5.9.14.202]) by mx1.freebsd.org (Postfix) with ESMTP id CF6698FC0A; Tue, 4 Sep 2012 09:34:42 +0000 (UTC) Received: by olymp.kibab.com (Postfix, from userid 2048) id 5B9B73F432; Tue, 4 Sep 2012 11:28:45 +0200 (CEST) Message-Id: <20120904092845.5B9B73F432@olymp.kibab.com> Date: Tue, 4 Sep 2012 11:28:45 +0200 (CEST) From: Ilya Bakulin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sylvio@FreeBSD.org Subject: ports/171315: [PATCH] net/gwhois: Add missing dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 09:40:03 -0000 >Number: 171315 >Category: ports >Synopsis: [PATCH] net/gwhois: Add missing dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 04 09:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ilya Bakulin >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD olymp.kibab.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 >Description: Add missing dependency (otherwise starting gwhois fails on clean system) Port maintainer (sylvio@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: Install net/gwhois on clean system (without perl modules), try to run -- it will complain that it cannot find libIDN. >Fix: --- gwhois-20100728.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/gwhois/Makefile ./Makefile --- /usr/ports/net/gwhois/Makefile 2010-08-31 13:50:39.000000000 +0200 +++ ./Makefile 2012-09-04 11:25:26.000000000 +0200 @@ -15,6 +15,7 @@ COMMENT= Flexible whois client and proxy RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ + p5-Net-LibIDN:${PORTSDIR}/dns/p5-Net-LibIDN \ lynx:${PORTSDIR}/www/lynx \ curl:${PORTSDIR}/ftp/curl --- gwhois-20100728.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 09:40:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8ACA106566C; Tue, 4 Sep 2012 09:40:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0848FC16; Tue, 4 Sep 2012 09:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q849eFLA007277; Tue, 4 Sep 2012 09:40:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q849eFjq007261; Tue, 4 Sep 2012 09:40:15 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 09:40:15 GMT Message-Id: <201209040940.q849eFjq007261@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171315: [PATCH] net/gwhois: Add missing dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 09:40:15 -0000 Synopsis: [PATCH] net/gwhois: Add missing dependency Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 09:40:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171315 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 10:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36EB61065670 for ; Tue, 4 Sep 2012 10:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AA4A8FC14 for ; Tue, 4 Sep 2012 10:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84A0N5J016509 for ; Tue, 4 Sep 2012 10:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84A0N6Y016493; Tue, 4 Sep 2012 10:00:23 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 10:00:23 GMT Resent-Message-Id: <201209041000.q84A0N6Y016493@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2DCE106566C for ; Tue, 4 Sep 2012 09:56:18 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 5D59F8FC1B for ; Tue, 4 Sep 2012 09:56:18 +0000 (UTC) Received: (qmail invoked by alias); 04 Sep 2012 09:56:16 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp039) with SMTP; 04 Sep 2012 11:56:16 +0200 Received: by something.email.com (sSMTP sendmail emulation); Tue, 04 Sep 2012 11:56:15 +0200 Message-Id: <20120904095618.E2DCE106566C@hub.freebsd.org> Date: Tue, 04 Sep 2012 11:56:15 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171317: [PATCH] games/BillardGL: Makefile changed, OptionsNG, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 10:00:24 -0000 >Number: 171317 >Category: ports >Synopsis: [PATCH] games/BillardGL: Makefile changed, OptionsNG, 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 Sep 04 10:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Added or changed - COMMENT= OpenGL pool billiard simulation - LICENSE= GPLv2 - USE_DOS2UNIX= yes - PLIST_FILES= - PORTDATA= * - PORTDOCS= README - Install additional Language - Pixmaps - OptionsNG - Take maintainership Removed file(s): - files/patch-Namen.h - pkg-plist Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- BillardGL-1.75_8.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/BillardGL/Makefile ./Makefile --- /usr/ports/games/BillardGL/Makefile 2012-08-05 00:52:02.000000000 +0200 +++ ./Makefile 2012-09-04 10:41:16.000000000 +0200 @@ -1,44 +1,71 @@ -# New ports collection makefile for: BillardGL -# Date created: 02 Jan 2004 -# Whom: Igor Pokrovsky -# # $FreeBSD: ports/games/BillardGL/Makefile,v 1.13 2012/08/04 22:52:02 kwm Exp $ -# -PORTNAME= BillardGL -PORTVERSION= 1.75 -PORTREVISION= 7 -CATEGORIES= games -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION} +PORTNAME= BillardGL +PORTVERSION= 1.75 +PORTREVISION= 8 +CATEGORIES= games +MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}/ \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-LP-010.zip \ + ${PORTNAME}_icons.tar.gz:icons +DIST_SUBDIR= ${PORTNAME:L} -MAINTAINER= ports@FreeBSD.org -COMMENT= OpenGL billiards simulator +MAINTAINER= nemysis@gmx.ch +COMMENT= OpenGL pool billiard simulation + +LICENSE= GPLv2 + +EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_GMAKE= yes +USE_DOS2UNIX= yes USE_XORG= xmu xext x11 xi -USE_GL= gl glut +USE_GL= glut + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}_48.png \ + share/pixmaps/${PORTNAME}_64.png \ + share/pixmaps/${PORTNAME}_72.png \ + share/pixmaps/${PORTNAME}_96.png + +PORTDATA= * +PORTDOCS= README + +OPTIONS_DEFINE= LANG +LANG_DESC= Install additional Language +OPTIONS_DEFAULT= LANG + +.include post-patch: - @${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|; \ - s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Namen.h +# Fix data location + @${REINPLACE_CMD} -e 's|/usr/share/BillardGL/|${DATADIR}/|' ${WRKSRC}/Namen.h do-install: +# Executable ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${MKDIR} ${DATADIR} - @${MKDIR} ${DATADIR}/lang - ${INSTALL_DATA} ${WRKSRC}/lang/*.lang ${DATADIR}/lang - @${MKDIR} ${DATADIR}/Texturen -.for i in 1 2 4 8 - @${MKDIR} ${DATADIR}/Texturen/${i} - ${INSTALL_DATA} ${WRKSRC}/Texturen/${i}/*.bmp ${DATADIR}/Texturen/${i} +# Data +# ${MKDIR} ${DATADIR} +.for d in Texturen lang + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) .endfor -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${TR} -d '\r' <${WRKSRC}/README >${DOCSDIR}/README +# Pixmaps + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png ${PREFIX}/share/pixmaps + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +# Additional Language +.if ${PORT_OPTIONS:MLANG} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-LP-010/*.lang ${DATADIR}/lang/ .endif .include diff -ruN --exclude=CVS /usr/ports/games/BillardGL/distinfo ./distinfo --- /usr/ports/games/BillardGL/distinfo 2011-07-03 16:23:22.000000000 +0200 +++ ./distinfo 2012-09-04 10:10:00.000000000 +0200 @@ -1,2 +1,6 @@ -SHA256 (BillardGL-1.75.tar.gz) = 9b865b1254aa30125480ec7ea2ce00d91524db066a524b78492545782856df96 -SIZE (BillardGL-1.75.tar.gz) = 736295 +SHA256 (billardgl/BillardGL-1.75.tar.gz) = 9b865b1254aa30125480ec7ea2ce00d91524db066a524b78492545782856df96 +SIZE (billardgl/BillardGL-1.75.tar.gz) = 736295 +SHA256 (billardgl/BillardGL-LP-010.zip) = a1325a0ed9b0dc3e2cbf8acebe4f7c4caf4183547b777b7543ad61e1e6e07cf6 +SIZE (billardgl/BillardGL-LP-010.zip) = 232940 +SHA256 (billardgl/BillardGL_icons.tar.gz) = f4d5812c32f57f81e610962b68941d79ff4469f25ed21bc0ff5a50b1c3c5b446 +SIZE (billardgl/BillardGL_icons.tar.gz) = 25088 diff -ruN --exclude=CVS /usr/ports/games/BillardGL/files/patch-Makefile ./files/patch-Makefile --- /usr/ports/games/BillardGL/files/patch-Makefile 2008-04-19 19:48:46.000000000 +0200 +++ ./files/patch-Makefile 2012-09-03 23:58:08.000000000 +0200 @@ -1,24 +1,24 @@ ---- Makefile.orig Sat Jan 3 16:30:14 2004 -+++ Makefile Sat Jan 3 16:32:08 2004 +--- Makefile.orig 2012-09-03 23:55:03.000000000 +0200 ++++ Makefile 2012-09-03 23:57:30.000000000 +0200 @@ -5,14 +5,14 @@ - - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -pipe -Wall -W -DNO_DEBUG -g --CXXFLAGS= -pipe -Wall -W -DNO_DEBUG -g --INCPATH = -I/usr/X11R6/include --LINK = g++ -+CC ?= gcc -+CXX ?= g++ -+CFLAGS += -pipe -Wall -W -DNO_DEBUG -g -+CXXFLAGS+= -pipe -Wall -W -DNO_DEBUG -g -+INCPATH = -I${LOCALBASE}/include -+LINK = ${CXX} - LFLAGS = --LIBS = -L/usr/X11R6/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi -+LIBS = -L${LOCALBASE}/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi - - ## -lqgl -lGLU - + + ####### Compiler, tools and options + +-CC = gcc +-CXX = g++ +-CFLAGS = -pipe -Wall -W -DNO_DEBUG -g +-CXXFLAGS= -pipe -Wall -W -DNO_DEBUG -g +-INCPATH = -I/usr/X11R6/include +-LINK = g++ ++CC ?= gcc ++CXX ?= g++ ++CFLAGS ?= -pipe -Wall -W -DNO_DEBUG -g ++CXXFLAGS?= -pipe -Wall -W -DNO_DEBUG -g ++INCPATH = -I${LOCALBASE}/include ++LINK = ${CXX} + LFLAGS = +-LIBS = -L/usr/X11R6/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi ++LIBS = -L${LOCALBASE}/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi + + ## -lqgl -lGLU + diff -ruN --exclude=CVS /usr/ports/games/BillardGL/files/patch-Namen.h ./files/patch-Namen.h --- /usr/ports/games/BillardGL/files/patch-Namen.h 2008-04-19 19:48:46.000000000 +0200 +++ ./files/patch-Namen.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- Namen.h.orig Sat Jan 3 16:33:42 2004 -+++ Namen.h Sat Jan 3 16:34:03 2004 -@@ -23,7 +23,7 @@ - #define TUTORIAL 105 - - #ifndef _WIN32 --#define PFAD "/usr/share/BillardGL/" -+#define PFAD "%%LOCALBASE%%/share/%%PORTNAME%%/" - #endif - - #ifndef PFAD diff -ruN --exclude=CVS /usr/ports/games/BillardGL/pkg-plist ./pkg-plist --- /usr/ports/games/BillardGL/pkg-plist 2004-01-07 09:44:10.000000000 +0100 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,109 +0,0 @@ -bin/BillardGL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%DATADIR%%/lang/900.lang -%%DATADIR%%/lang/901.lang -%%DATADIR%%/lang/904.lang -%%DATADIR%%/lang/999.lang -@dirrm %%DATADIR%%/lang -%%DATADIR%%/Texturen/1/1.bmp -%%DATADIR%%/Texturen/1/10.bmp -%%DATADIR%%/Texturen/1/11.bmp -%%DATADIR%%/Texturen/1/12.bmp -%%DATADIR%%/Texturen/1/13.bmp -%%DATADIR%%/Texturen/1/14.bmp -%%DATADIR%%/Texturen/1/15.bmp -%%DATADIR%%/Texturen/1/2.bmp -%%DATADIR%%/Texturen/1/3.bmp -%%DATADIR%%/Texturen/1/4.bmp -%%DATADIR%%/Texturen/1/5.bmp -%%DATADIR%%/Texturen/1/6.bmp -%%DATADIR%%/Texturen/1/7.bmp -%%DATADIR%%/Texturen/1/8.bmp -%%DATADIR%%/Texturen/1/9.bmp -%%DATADIR%%/Texturen/1/a00.bmp -%%DATADIR%%/Texturen/1/a1.bmp -%%DATADIR%%/Texturen/1/a10.bmp -%%DATADIR%%/Texturen/1/a11.bmp -%%DATADIR%%/Texturen/1/a12.bmp -%%DATADIR%%/Texturen/1/a13.bmp -%%DATADIR%%/Texturen/1/a14.bmp -%%DATADIR%%/Texturen/1/a15.bmp -%%DATADIR%%/Texturen/1/a2.bmp -%%DATADIR%%/Texturen/1/a3.bmp -%%DATADIR%%/Texturen/1/a4.bmp -%%DATADIR%%/Texturen/1/a5.bmp -%%DATADIR%%/Texturen/1/a6.bmp -%%DATADIR%%/Texturen/1/a7.bmp -%%DATADIR%%/Texturen/1/a8.bmp -%%DATADIR%%/Texturen/1/a9.bmp -%%DATADIR%%/Texturen/1/aalpha.bmp -%%DATADIR%%/Texturen/1/aalpha2.bmp -%%DATADIR%%/Texturen/1/buchstaben.bmp -%%DATADIR%%/Texturen/1/buchstabenalpha.bmp -%%DATADIR%%/Texturen/1/dreizehn.bmp -%%DATADIR%%/Texturen/1/filzkachel.bmp -%%DATADIR%%/Texturen/1/halbe.bmp -%%DATADIR%%/Texturen/1/holz.bmp -%%DATADIR%%/Texturen/1/logo.bmp -%%DATADIR%%/Texturen/1/volle.bmp -@dirrm %%DATADIR%%/Texturen/1 -%%DATADIR%%/Texturen/2/1.bmp -%%DATADIR%%/Texturen/2/10.bmp -%%DATADIR%%/Texturen/2/11.bmp -%%DATADIR%%/Texturen/2/12.bmp -%%DATADIR%%/Texturen/2/13.bmp -%%DATADIR%%/Texturen/2/14.bmp -%%DATADIR%%/Texturen/2/15.bmp -%%DATADIR%%/Texturen/2/2.bmp -%%DATADIR%%/Texturen/2/3.bmp -%%DATADIR%%/Texturen/2/4.bmp -%%DATADIR%%/Texturen/2/5.bmp -%%DATADIR%%/Texturen/2/6.bmp -%%DATADIR%%/Texturen/2/7.bmp -%%DATADIR%%/Texturen/2/8.bmp -%%DATADIR%%/Texturen/2/9.bmp -%%DATADIR%%/Texturen/2/aalpha2.bmp -%%DATADIR%%/Texturen/2/buchstaben.bmp -%%DATADIR%%/Texturen/2/buchstabenalpha.bmp -%%DATADIR%%/Texturen/2/filzkachel.bmp -%%DATADIR%%/Texturen/2/halbe.bmp -%%DATADIR%%/Texturen/2/holz.bmp -%%DATADIR%%/Texturen/2/volle.bmp -@dirrm %%DATADIR%%/Texturen/2 -%%DATADIR%%/Texturen/4/1.bmp -%%DATADIR%%/Texturen/4/10.bmp -%%DATADIR%%/Texturen/4/11.bmp -%%DATADIR%%/Texturen/4/12.bmp -%%DATADIR%%/Texturen/4/13.bmp -%%DATADIR%%/Texturen/4/14.bmp -%%DATADIR%%/Texturen/4/15.bmp -%%DATADIR%%/Texturen/4/2.bmp -%%DATADIR%%/Texturen/4/3.bmp -%%DATADIR%%/Texturen/4/4.bmp -%%DATADIR%%/Texturen/4/5.bmp -%%DATADIR%%/Texturen/4/6.bmp -%%DATADIR%%/Texturen/4/7.bmp -%%DATADIR%%/Texturen/4/8.bmp -%%DATADIR%%/Texturen/4/9.bmp -%%DATADIR%%/Texturen/4/holz.bmp -@dirrm %%DATADIR%%/Texturen/4 -%%DATADIR%%/Texturen/8/1.bmp -%%DATADIR%%/Texturen/8/10.bmp -%%DATADIR%%/Texturen/8/11.bmp -%%DATADIR%%/Texturen/8/12.bmp -%%DATADIR%%/Texturen/8/13.bmp -%%DATADIR%%/Texturen/8/14.bmp -%%DATADIR%%/Texturen/8/15.bmp -%%DATADIR%%/Texturen/8/2.bmp -%%DATADIR%%/Texturen/8/3.bmp -%%DATADIR%%/Texturen/8/4.bmp -%%DATADIR%%/Texturen/8/5.bmp -%%DATADIR%%/Texturen/8/6.bmp -%%DATADIR%%/Texturen/8/7.bmp -%%DATADIR%%/Texturen/8/8.bmp -%%DATADIR%%/Texturen/8/9.bmp -%%DATADIR%%/Texturen/8/holz.bmp -@dirrm %%DATADIR%%/Texturen/8 -@dirrm %%DATADIR%%/Texturen -@dirrm %%DATADIR%% --- BillardGL-1.75_8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 10:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0DCB1065673 for ; Tue, 4 Sep 2012 10:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7338D8FC16 for ; Tue, 4 Sep 2012 10:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84A0O0f016593 for ; Tue, 4 Sep 2012 10:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84A0Ogn016579; Tue, 4 Sep 2012 10:00:24 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 10:00:24 GMT Resent-Message-Id: <201209041000.q84A0Ogn016579@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF68F106566C for ; Tue, 4 Sep 2012 09:56:28 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 1C7D18FC14 for ; Tue, 4 Sep 2012 09:56:27 +0000 (UTC) Received: (qmail invoked by alias); 04 Sep 2012 09:56:25 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp001) with SMTP; 04 Sep 2012 11:56:25 +0200 Received: by something.email.com (sSMTP sendmail emulation); Tue, 04 Sep 2012 11:56:25 +0200 Message-Id: <20120904095628.CF68F106566C@hub.freebsd.org> Date: Tue, 04 Sep 2012 11:56:25 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171318: [PATCH] games/abuse_sdl: Makefile changed, OptionsNG, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 10:00:24 -0000 >Number: 171318 >Category: ports >Synopsis: [PATCH] games/abuse_sdl: Makefile changed, OptionsNG, 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 Sep 04 10:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Added or changed - COMMENT= SDL port of the Abuse game engine - LICENSE= GPLv2 - removed USE_GMAKE= yes - PLIST_FILES= - PORTDATA= * - PORTDOCS= - Pixmaps - OptionsNG - Take maintainership Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- abuse_sdl-0.8_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/abuse_sdl/Makefile ./Makefile --- /usr/ports/games/abuse_sdl/Makefile 2012-02-18 11:17:35.000000000 +0100 +++ ./Makefile 2012-09-04 10:07:12.000000000 +0200 @@ -1,27 +1,21 @@ -# New ports collection makefile for: abuse_sdl -# Date created: 11 May 2002 -# Whom: des -# # $FreeBSD: ports/games/abuse_sdl/Makefile,v 1.31 2012/02/18 10:17:35 mva Exp $ -# PORTNAME= abuse_sdl PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GENTOO/distfiles \ http://abuse.zoy.org/raw-attachment/wiki/download/ -DISTNAME= abuse-${PORTVERSION} +DISTNAME= abuse-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= An SDL port of the Abuse game engine +MAINTAINER= nemysis@gmx.ch +COMMENT= SDL port of the Abuse game engine -CONFLICTS= abuse-[0-9]* +LICENSE= GPLv2 USE_GNOME= gnomehack USE_GL= gl USE_SDL= mixer sdl -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release MAKE_JOBS_SAFE= yes @@ -31,4 +25,25 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= bin/abuse \ + bin/abuse-tool \ + share/pixmaps/abuse.png + +PORTDATA= * +PORTDOCS= AUTHORS ChangeLog NEWS README TODO + +.include + +post-install: +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor +.endif + .include diff -ruN --exclude=CVS /usr/ports/games/abuse_sdl/pkg-plist ./pkg-plist --- /usr/ports/games/abuse_sdl/pkg-plist 2011-08-09 17:40:44.000000000 +0200 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,580 +0,0 @@ -bin/abuse -bin/abuse-tool -%%DATADIR%%/abuse.bmp -%%DATADIR%%/abuse.lsp -%%DATADIR%%/abuse.png -%%DATADIR%%/addon/aliens/adie01.wav -%%DATADIR%%/addon/aliens/adie02.wav -%%DATADIR%%/addon/aliens/adie03.wav -%%DATADIR%%/addon/aliens/adie05.wav -%%DATADIR%%/addon/aliens/ahit01.wav -%%DATADIR%%/addon/aliens/alichars.lsp -%%DATADIR%%/addon/aliens/alien01.wav -%%DATADIR%%/addon/aliens/aliens.lsp -%%DATADIR%%/addon/aliens/aliens.spe -%%DATADIR%%/addon/aliens/aliens.txt -%%DATADIR%%/addon/aliens/altaunt.wav -%%DATADIR%%/addon/aliens/aslash01.wav -%%DATADIR%%/addon/aliens/astartup.lsp -%%DATADIR%%/addon/aliens/bactiles.spe -%%DATADIR%%/addon/aliens/egghatch.wav -%%DATADIR%%/addon/aliens/fortiles.spe -%%DATADIR%%/addon/aliens/jarbreak.wav -%%DATADIR%%/addon/aliens/objects.lsp -%%DATADIR%%/addon/aliens/powerold.lsp -%%DATADIR%%/addon/aliens/powerups.lsp -%%DATADIR%%/addon/aliens/readme.txt -%%DATADIR%%/addon/aliens/sfx.lsp -%%DATADIR%%/addon/aliens/tiles.lsp -%%DATADIR%%/addon/bong/bong.lsp -%%DATADIR%%/addon/bong/bong.spe -%%DATADIR%%/addon/bong/bong01.lvl -%%DATADIR%%/addon/claudio/antship.spe -%%DATADIR%%/addon/claudio/aship.wav -%%DATADIR%%/addon/claudio/bigexp.spe -%%DATADIR%%/addon/claudio/claudio.lsp -%%DATADIR%%/addon/claudio/deepw1.spe -%%DATADIR%%/addon/claudio/deepw2.spe -%%DATADIR%%/addon/claudio/drill.wav -%%DATADIR%%/addon/claudio/droid.spe -%%DATADIR%%/addon/claudio/extiles.spe -%%DATADIR%%/addon/claudio/fire.spe -%%DATADIR%%/addon/claudio/fire.wav -%%DATADIR%%/addon/claudio/glass1.wav -%%DATADIR%%/addon/claudio/lamp.spe -%%DATADIR%%/addon/claudio/lava2.spe -%%DATADIR%%/addon/claudio/mypanels.spe -%%DATADIR%%/addon/claudio/nplatfor.spe -%%DATADIR%%/addon/claudio/oldclaud.lsp -%%DATADIR%%/addon/claudio/pal2.spe -%%DATADIR%%/addon/claudio/pal21.spe -%%DATADIR%%/addon/claudio/pal5.spe -%%DATADIR%%/addon/claudio/pal81.spe -%%DATADIR%%/addon/claudio/pal81f.spe -%%DATADIR%%/addon/claudio/pal82.spe -%%DATADIR%%/addon/claudio/pal82f.spe -%%DATADIR%%/addon/claudio/pal90.spe -%%DATADIR%%/addon/claudio/palettes.txt -%%DATADIR%%/addon/claudio/rob2.spe -%%DATADIR%%/addon/claudio/sewers.wav -%%DATADIR%%/addon/claudio/skull.spe -%%DATADIR%%/addon/claudio/skull.wav -%%DATADIR%%/addon/claudio/spaced.spe -%%DATADIR%%/addon/claudio/spaceh.spe -%%DATADIR%%/addon/claudio/spaceo.wav -%%DATADIR%%/addon/claudio/spacymed.spe -%%DATADIR%%/addon/claudio/spacytdm.spe -%%DATADIR%%/addon/claudio/sswitch.spe -%%DATADIR%%/addon/claudio/t_lamp.spe -%%DATADIR%%/addon/claudio/t_skull.spe -%%DATADIR%%/addon/claudio/t_space.spe -%%DATADIR%%/addon/claudio/t_trex.spe -%%DATADIR%%/addon/claudio/t_water.spe -%%DATADIR%%/addon/claudio/trex1.spe -%%DATADIR%%/addon/claudio/trex1.wav -%%DATADIR%%/addon/claudio/trex2.wav -%%DATADIR%%/addon/claudio/umbrel3.spe -%%DATADIR%%/addon/claudio/unhealth.wav -%%DATADIR%%/addon/claudio/watem.spe -%%DATADIR%%/addon/claudio/wfall.wav -%%DATADIR%%/addon/deathmat/cur_lev.lsp -%%DATADIR%%/addon/deathmat/deathmat.lsp -%%DATADIR%%/addon/deathmat/dstartup.lsp -%%DATADIR%%/addon/deathmat/gamename.lsp -%%DATADIR%%/addon/deathmat/large.lsp -%%DATADIR%%/addon/deathmat/levelset.lsp -%%DATADIR%%/addon/deathmat/medium.lsp -%%DATADIR%%/addon/deathmat/small.lsp -%%DATADIR%%/addon/deathmat/username.lsp -%%DATADIR%%/addon/deathmat/version.lsp -%%DATADIR%%/addon/example/example.lsp -%%DATADIR%%/addon/example/example.lvl -%%DATADIR%%/addon/example/example.spe -%%DATADIR%%/addon/leon/4frabs.lsp -%%DATADIR%%/addon/leon/4frabsdm.lsp -%%DATADIR%%/addon/leon/gray.spe -%%DATADIR%%/addon/leon/leon.lsp -%%DATADIR%%/addon/leon/leon.txt -%%DATADIR%%/addon/leon/level00.spe -%%DATADIR%%/addon/leon/level01.spe -%%DATADIR%%/addon/leon/level02.spe -%%DATADIR%%/addon/leon/lisp/deco.lsp -%%DATADIR%%/addon/leon/lisp/grenade.lsp -%%DATADIR%%/addon/leon/lisp/lmisc.lsp -%%DATADIR%%/addon/leon/lisp/lnant.lsp -%%DATADIR%%/addon/leon/lisp/nextlev3.lsp -%%DATADIR%%/addon/leon/lisp/nguns.lsp -%%DATADIR%%/addon/leon/lisp/njug.lsp -%%DATADIR%%/addon/leon/lisp/rain.lsp -%%DATADIR%%/addon/leon/lisp/slavesw.lsp -%%DATADIR%%/addon/leon/lisp/text.lsp -%%DATADIR%%/addon/leon/lmisc.spe -%%DATADIR%%/addon/leon/lnant.spe -%%DATADIR%%/addon/leon/lnewft.spe -%%DATADIR%%/addon/leon/lnewft2.spe -%%DATADIR%%/addon/leon/rain-old.spe -%%DATADIR%%/addon/leon/rain.spe -%%DATADIR%%/addon/leon/sfx/ambship1.wav -%%DATADIR%%/addon/leon/sfx/ambship2.wav -%%DATADIR%%/addon/leon/sfx/gren5.wav -%%DATADIR%%/addon/leon/sfx/gren6.wav -%%DATADIR%%/addon/leon/sfx/rain.wav -%%DATADIR%%/addon/leon/sfx/rain2.wav -%%DATADIR%%/addon/leon/sfx/rain3.wav -%%DATADIR%%/addon/leon/sfx/rain4.wav -%%DATADIR%%/addon/leon/sfx/thunder.wav -%%DATADIR%%/addon/leon/sfx/thunder2.wav -%%DATADIR%%/addon/leon/sfx/thunder3.wav -%%DATADIR%%/addon/leon/sfx/thunder4.wav -%%DATADIR%%/addon/leon/sfx/thunder5.wav -%%DATADIR%%/addon/newart/blcave.spe -%%DATADIR%%/addon/newart/final.spe -%%DATADIR%%/addon/newart/frabs_1.spe -%%DATADIR%%/addon/newart/frabs_2.spe -%%DATADIR%%/addon/newart/frbsblue.spe -%%DATADIR%%/addon/newart/mtile.spe -%%DATADIR%%/addon/newart/newart.lsp -%%DATADIR%%/addon/newart/space.spe -%%DATADIR%%/addon/newart/stones.spe -%%DATADIR%%/addon/newart/tiledoc.txt -%%DATADIR%%/addon/pong/common.lsp -%%DATADIR%%/addon/pong/levels/pongx01.spe -%%DATADIR%%/addon/pong/levels/pongx02.spe -%%DATADIR%%/addon/pong/levels/pongx03.spe -%%DATADIR%%/addon/pong/levels/pongx04.spe -%%DATADIR%%/addon/pong/levels/pongx05.spe -%%DATADIR%%/addon/pong/levels/pongx06.spe -%%DATADIR%%/addon/pong/levels/pongx07.spe -%%DATADIR%%/addon/pong/levels/pongx08.spe -%%DATADIR%%/addon/pong/levels/pongx09.spe -%%DATADIR%%/addon/pong/levels/pongx10.spe -%%DATADIR%%/addon/pong/pong.lsp -%%DATADIR%%/addon/pong/pong.spe -%%DATADIR%%/addon/pong/pong.txt -%%DATADIR%%/addon/pong/pong01.lvl -%%DATADIR%%/addon/pong/userfuns.lsp -%%DATADIR%%/addon/twist/art/cgc.spe -%%DATADIR%%/addon/twist/art/dray.spe -%%DATADIR%%/addon/twist/art/fire.spe -%%DATADIR%%/addon/twist/art/lavap.spe -%%DATADIR%%/addon/twist/art/legs.spe -%%DATADIR%%/addon/twist/art/mario.spe -%%DATADIR%%/addon/twist/art/mtile.spe -%%DATADIR%%/addon/twist/art/obj.spe -%%DATADIR%%/addon/twist/art/palette.spe -%%DATADIR%%/addon/twist/art/robs.spe -%%DATADIR%%/addon/twist/art/title.spe -%%DATADIR%%/addon/twist/art/weapons.spe -%%DATADIR%%/addon/twist/f2ai.lsp -%%DATADIR%%/addon/twist/f2chars.lsp -%%DATADIR%%/addon/twist/levels/l01s01.lvl -%%DATADIR%%/addon/twist/levels/l01s02.lvl -%%DATADIR%%/addon/twist/levels/l01s03.lvl -%%DATADIR%%/addon/twist/levels/l01s04.lvl -%%DATADIR%%/addon/twist/lisp/ai.lsp -%%DATADIR%%/addon/twist/lisp/chars.lsp -%%DATADIR%%/addon/twist/lisp/chat.lsp -%%DATADIR%%/addon/twist/lisp/dray.lsp -%%DATADIR%%/addon/twist/lisp/english.lsp -%%DATADIR%%/addon/twist/lisp/f2ai.lsp -%%DATADIR%%/addon/twist/lisp/f2chars.lsp -%%DATADIR%%/addon/twist/lisp/light.lsp -%%DATADIR%%/addon/twist/lisp/mario.lsp -%%DATADIR%%/addon/twist/lisp/objects.lsp -%%DATADIR%%/addon/twist/lisp/options.lsp -%%DATADIR%%/addon/twist/lisp/players.lsp -%%DATADIR%%/addon/twist/lisp/sfx.lsp -%%DATADIR%%/addon/twist/lisp/startup.lsp -%%DATADIR%%/addon/twist/lisp/tiles.lsp -%%DATADIR%%/addon/twist/lisp/tints.lsp -%%DATADIR%%/addon/twist/lisp/title.lsp -%%DATADIR%%/addon/twist/lisp/userfuns.lsp -%%DATADIR%%/addon/twist/lisp/weapons.lsp -%%DATADIR%%/addon/twist/readme.txt -%%DATADIR%%/addon/twist/sfx/dray.wav -%%DATADIR%%/addon/twist/twist.lsp -%%DATADIR%%/art/ant.spe -%%DATADIR%%/art/back/alienb.spe -%%DATADIR%%/art/back/backgrnd.spe -%%DATADIR%%/art/back/cave.spe -%%DATADIR%%/art/back/city.spe -%%DATADIR%%/art/back/galien.spe -%%DATADIR%%/art/back/green2.spe -%%DATADIR%%/art/back/intro.spe -%%DATADIR%%/art/back/tech.spe -%%DATADIR%%/art/ball.spe -%%DATADIR%%/art/blowups.spe -%%DATADIR%%/art/bold.spe -%%DATADIR%%/art/boss.spe -%%DATADIR%%/art/chars/ammo.spe -%%DATADIR%%/art/chars/block.spe -%%DATADIR%%/art/chars/concus.spe -%%DATADIR%%/art/chars/door.spe -%%DATADIR%%/art/chars/lava.spe -%%DATADIR%%/art/chars/lavap.spe -%%DATADIR%%/art/chars/lightin.spe -%%DATADIR%%/art/chars/mine.spe -%%DATADIR%%/art/chars/platform.spe -%%DATADIR%%/art/chars/push.spe -%%DATADIR%%/art/chars/sect.spe -%%DATADIR%%/art/chars/step.spe -%%DATADIR%%/art/chars/tdoor.spe -%%DATADIR%%/art/chars/teleport.spe -%%DATADIR%%/art/cloud.spe -%%DATADIR%%/art/compass.spe -%%DATADIR%%/art/consfnt.spe -%%DATADIR%%/art/cop.spe -%%DATADIR%%/art/coptop.spe -%%DATADIR%%/art/credit.spe -%%DATADIR%%/art/dev.spe -%%DATADIR%%/art/door.spe -%%DATADIR%%/art/exp1.spe -%%DATADIR%%/art/flyer.spe -%%DATADIR%%/art/fonts.spe -%%DATADIR%%/art/fore/alien.spe -%%DATADIR%%/art/fore/cave.spe -%%DATADIR%%/art/fore/endgame.spe -%%DATADIR%%/art/fore/foregrnd.spe -%%DATADIR%%/art/fore/techno.spe -%%DATADIR%%/art/fore/techno2.spe -%%DATADIR%%/art/fore/techno3.spe -%%DATADIR%%/art/fore/techno4.spe -%%DATADIR%%/art/fore/trees.spe -%%DATADIR%%/art/fore/trees2.spe -%%DATADIR%%/art/frame.spe -%%DATADIR%%/art/gun2.spe -%%DATADIR%%/art/help.spe -%%DATADIR%%/art/icons.spe -%%DATADIR%%/art/jug.spe -%%DATADIR%%/art/keys.spe -%%DATADIR%%/art/letters.spe -%%DATADIR%%/art/loading.spe -%%DATADIR%%/art/misc.spe -%%DATADIR%%/art/missle.spe -%%DATADIR%%/art/mon_cfg.spe -%%DATADIR%%/art/pform.spe -%%DATADIR%%/art/rob1.spe -%%DATADIR%%/art/rob2.spe -%%DATADIR%%/art/screen11.spe -%%DATADIR%%/art/smoke.spe -%%DATADIR%%/art/statbar.spe -%%DATADIR%%/art/status.spe -%%DATADIR%%/art/tints/ant/blue.spe -%%DATADIR%%/art/tints/ant/brown.spe -%%DATADIR%%/art/tints/ant/darkblue.spe -%%DATADIR%%/art/tints/ant/egg.spe -%%DATADIR%%/art/tints/ant/evil.spe -%%DATADIR%%/art/tints/ant/gray.spe -%%DATADIR%%/art/tints/ant/green.spe -%%DATADIR%%/art/tints/ant/mustard.spe -%%DATADIR%%/art/tints/ant/orange.spe -%%DATADIR%%/art/tints/ant/yellow.spe -%%DATADIR%%/art/tints/cop/africa.spe -%%DATADIR%%/art/tints/cop/blue.spe -%%DATADIR%%/art/tints/cop/bright.spe -%%DATADIR%%/art/tints/cop/darkblue.spe -%%DATADIR%%/art/tints/cop/fire.spe -%%DATADIR%%/art/tints/cop/gold.spe -%%DATADIR%%/art/tints/cop/gray.spe -%%DATADIR%%/art/tints/cop/land.spe -%%DATADIR%%/art/tints/cop/olive.spe -%%DATADIR%%/art/tints/cop/pinkish.spe -%%DATADIR%%/art/tints/cop/purple.spe -%%DATADIR%%/art/tints/cop/yellow.spe -%%DATADIR%%/art/tints/guns/blue.spe -%%DATADIR%%/art/tints/guns/green.spe -%%DATADIR%%/art/tints/guns/orange.spe -%%DATADIR%%/art/tints/guns/redish.spe -%%DATADIR%%/art/title.spe -%%DATADIR%%/art/wait.spe -%%DATADIR%%/defaults.prp -%%DATADIR%%/edit.lsp -%%DATADIR%%/hardness.lsp -%%DATADIR%%/levels/demo1.dat -%%DATADIR%%/levels/frabs00.spe -%%DATADIR%%/levels/frabs01.spe -%%DATADIR%%/levels/frabs02.spe -%%DATADIR%%/levels/frabs03.spe -%%DATADIR%%/levels/frabs04.spe -%%DATADIR%%/levels/frabs05.spe -%%DATADIR%%/levels/frabs06.spe -%%DATADIR%%/levels/frabs07.spe -%%DATADIR%%/levels/frabs08.spe -%%DATADIR%%/levels/frabs09.spe -%%DATADIR%%/levels/frabs10.spe -%%DATADIR%%/levels/frabs11.spe -%%DATADIR%%/levels/frabs12.spe -%%DATADIR%%/levels/frabs13.spe -%%DATADIR%%/levels/frabs14.spe -%%DATADIR%%/levels/frabs15.spe -%%DATADIR%%/levels/frabs17.spe -%%DATADIR%%/levels/frabs18.spe -%%DATADIR%%/levels/frabs19.spe -%%DATADIR%%/levels/frabs20.spe -%%DATADIR%%/levels/frabs21.spe -%%DATADIR%%/levels/frabs30.spe -%%DATADIR%%/levels/frabs70.spe -%%DATADIR%%/levels/frabs71.spe -%%DATADIR%%/levels/frabs72.spe -%%DATADIR%%/levels/frabs73.spe -%%DATADIR%%/levels/frabs74.spe -%%DATADIR%%/levels/level00.spe -%%DATADIR%%/levels/level01.spe -%%DATADIR%%/levels/level02.spe -%%DATADIR%%/levels/level03.spe -%%DATADIR%%/levels/level04.spe -%%DATADIR%%/levels/level05.spe -%%DATADIR%%/levels/level06.spe -%%DATADIR%%/levels/level07.spe -%%DATADIR%%/levels/level08.spe -%%DATADIR%%/levels/level09.spe -%%DATADIR%%/levels/level10.spe -%%DATADIR%%/levels/level11.spe -%%DATADIR%%/levels/level12.spe -%%DATADIR%%/levels/level13.spe -%%DATADIR%%/levels/level14.spe -%%DATADIR%%/levels/level15.spe -%%DATADIR%%/levels/level16.spe -%%DATADIR%%/levels/level17.spe -%%DATADIR%%/levels/level18.spe -%%DATADIR%%/levels/level19.spe -%%DATADIR%%/levels/level20.spe -%%DATADIR%%/levels/level21.spe -%%DATADIR%%/levels/mac/demo1.dat -%%DATADIR%%/levels/mac/demo1.spe -%%DATADIR%%/levels/mac/demo2.dat -%%DATADIR%%/levels/mac/demo2.spe -%%DATADIR%%/levels/mac/demo3.dat -%%DATADIR%%/levels/mac/demo4.dat -%%DATADIR%%/levels/mac/demo4.spe -%%DATADIR%%/levels/mac/demo5.dat -%%DATADIR%%/levels/mac/demo5.spe -%%DATADIR%%/levels/mac/end.spe -%%DATADIR%%/levels/mac/flevel12.spe -%%DATADIR%%/levels/mac/level00.spe -%%DATADIR%%/levels/mac/level01.spe -%%DATADIR%%/levels/mac/level02.spe -%%DATADIR%%/levels/mac/level05.spe -%%DATADIR%%/levels/mac/level07.spe -%%DATADIR%%/levels/mac/level08.spe -%%DATADIR%%/levels/mac/level09.spe -%%DATADIR%%/levels/mac/level12.spe -%%DATADIR%%/levels/mac/level13.spe -%%DATADIR%%/levels/mac/level15.spe -%%DATADIR%%/levels/mac/level18.spe -%%DATADIR%%/levels/mac/level19.spe -%%DATADIR%%/levels/mac/level20.spe -%%DATADIR%%/levels/mac/levels.spe -%%DATADIR%%/levels/mac/netreg1.spe -%%DATADIR%%/levels/mac/netshar1.spe -%%DATADIR%%/levels/mac/netshar2.spe -%%DATADIR%%/levels/mac/pong.lvl -%%DATADIR%%/lisp/ant.lsp -%%DATADIR%%/lisp/chat.lsp -%%DATADIR%%/lisp/common.lsp -%%DATADIR%%/lisp/doors.lsp -%%DATADIR%%/lisp/duong.lsp -%%DATADIR%%/lisp/english.lsp -%%DATADIR%%/lisp/explo.lsp -%%DATADIR%%/lisp/flyer.lsp -%%DATADIR%%/lisp/french.lsp -%%DATADIR%%/lisp/gates.lsp -%%DATADIR%%/lisp/general.lsp -%%DATADIR%%/lisp/german.lsp -%%DATADIR%%/lisp/guns.lsp -%%DATADIR%%/lisp/input.lsp -%%DATADIR%%/lisp/jugger.lsp -%%DATADIR%%/lisp/ladder.lsp -%%DATADIR%%/lisp/language.lsp -%%DATADIR%%/lisp/light.lsp -%%DATADIR%%/lisp/options.lsp -%%DATADIR%%/lisp/people.lsp -%%DATADIR%%/lisp/platform.lsp -%%DATADIR%%/lisp/playwav.lsp -%%DATADIR%%/lisp/powerup.lsp -%%DATADIR%%/lisp/sfx.lsp -%%DATADIR%%/lisp/share.lsp -%%DATADIR%%/lisp/startup.lsp -%%DATADIR%%/lisp/switch.lsp -%%DATADIR%%/lisp/teleport.lsp -%%DATADIR%%/lisp/userfuns.lsp -%%DATADIR%%/lisp/version.lsp -%%DATADIR%%/lisp/weapons.lsp -%%DATADIR%%/music/abuse00.hmi -%%DATADIR%%/music/abuse01.hmi -%%DATADIR%%/music/abuse02.hmi -%%DATADIR%%/music/abuse03.hmi -%%DATADIR%%/music/abuse04.hmi -%%DATADIR%%/music/abuse06.hmi -%%DATADIR%%/music/abuse08.hmi -%%DATADIR%%/music/abuse09.hmi -%%DATADIR%%/music/abuse11.hmi -%%DATADIR%%/music/abuse13.hmi -%%DATADIR%%/music/abuse15.hmi -%%DATADIR%%/music/abuse17.hmi -%%DATADIR%%/music/intro.hmi -%%DATADIR%%/music/playhmp.lsp -%%DATADIR%%/music/victory.hmi -%%DATADIR%%/netlevel/00dm.spe -%%DATADIR%%/netlevel/2play1.spe -%%DATADIR%%/netlevel/2play2.spe -%%DATADIR%%/netlevel/2play3.spe -%%DATADIR%%/netlevel/2play4.spe -%%DATADIR%%/netlevel/4play1.spe -%%DATADIR%%/netlevel/4play2.spe -%%DATADIR%%/netlevel/4play3.spe -%%DATADIR%%/netlevel/4play4.spe -%%DATADIR%%/netlevel/8play1.spe -%%DATADIR%%/netlevel/8play2.spe -%%DATADIR%%/netlevel/8play3.spe -%%DATADIR%%/netlevel/8play4.spe -%%DATADIR%%/netlevel/alitlhot.spe -%%DATADIR%%/netlevel/aquarius.spe -%%DATADIR%%/netlevel/bugs.spe -%%DATADIR%%/netlevel/bugsmed.spe -%%DATADIR%%/netlevel/bugssml.spe -%%DATADIR%%/netlevel/cistern.spe -%%DATADIR%%/netlevel/getcross.spe -%%DATADIR%%/netlevel/jdm3.spe -%%DATADIR%%/netlevel/kotcross.spe -%%DATADIR%%/netlevel/laazrckt.spe -%%DATADIR%%/netlevel/limeston.spe -%%DATADIR%%/netlevel/madrace.spe -%%DATADIR%%/netlevel/occult.spe -%%DATADIR%%/netlevel/redgrndm.spe -%%DATADIR%%/netlevel/ruins.spe -%%DATADIR%%/netlevel/spacymed.spe -%%DATADIR%%/netlevel/spacytdm.spe -%%DATADIR%%/netlevel/teardrop.spe -%%DATADIR%%/netlevel/treesmal.spe -%%DATADIR%%/sfx/adie02.wav -%%DATADIR%%/sfx/adie03.wav -%%DATADIR%%/sfx/adie05.wav -%%DATADIR%%/sfx/ahit01.wav -%%DATADIR%%/sfx/aland01.wav -%%DATADIR%%/sfx/alien01.wav -%%DATADIR%%/sfx/amb07.wav -%%DATADIR%%/sfx/amb10.wav -%%DATADIR%%/sfx/amb11.wav -%%DATADIR%%/sfx/amb13.wav -%%DATADIR%%/sfx/amb15.wav -%%DATADIR%%/sfx/amb16.wav -%%DATADIR%%/sfx/ambcave1.wav -%%DATADIR%%/sfx/ambcave2.wav -%%DATADIR%%/sfx/ambcave3.wav -%%DATADIR%%/sfx/ambcave4.wav -%%DATADIR%%/sfx/ambfrst2.wav -%%DATADIR%%/sfx/ambtech1.wav -%%DATADIR%%/sfx/ambtech2.wav -%%DATADIR%%/sfx/ambtech3.wav -%%DATADIR%%/sfx/ammo01.wav -%%DATADIR%%/sfx/ammo02.wav -%%DATADIR%%/sfx/apain01.wav -%%DATADIR%%/sfx/aslash01.wav -%%DATADIR%%/sfx/ball01.wav -%%DATADIR%%/sfx/blkfoot4.wav -%%DATADIR%%/sfx/button02.wav -%%DATADIR%%/sfx/cleaner.wav -%%DATADIR%%/sfx/crmble01.wav -%%DATADIR%%/sfx/delobj01.wav -%%DATADIR%%/sfx/doorup01.wav -%%DATADIR%%/sfx/doorup02.wav -%%DATADIR%%/sfx/eleacc01.wav -%%DATADIR%%/sfx/elect02.wav -%%DATADIR%%/sfx/eledec01.wav -%%DATADIR%%/sfx/endlvl02.wav -%%DATADIR%%/sfx/explod02.wav -%%DATADIR%%/sfx/fadeon01.wav -%%DATADIR%%/sfx/firebmb1.wav -%%DATADIR%%/sfx/flamloop.wav -%%DATADIR%%/sfx/fly03.wav -%%DATADIR%%/sfx/force01.wav -%%DATADIR%%/sfx/grenad01.wav -%%DATADIR%%/sfx/health01.wav -%%DATADIR%%/sfx/lasrmis2.wav -%%DATADIR%%/sfx/lava01.wav -%%DATADIR%%/sfx/link01.wav -%%DATADIR%%/sfx/logo09.wav -%%DATADIR%%/sfx/metal.wav -%%DATADIR%%/sfx/mghit01.wav -%%DATADIR%%/sfx/mghit02.wav -%%DATADIR%%/sfx/pland01.wav -%%DATADIR%%/sfx/plasma02.wav -%%DATADIR%%/sfx/plasma03.wav -%%DATADIR%%/sfx/pldeth02.wav -%%DATADIR%%/sfx/pldeth04.wav -%%DATADIR%%/sfx/pldeth05.wav -%%DATADIR%%/sfx/pldeth07.wav -%%DATADIR%%/sfx/plpain01.wav -%%DATADIR%%/sfx/plpain02.wav -%%DATADIR%%/sfx/plpain04.wav -%%DATADIR%%/sfx/plpain10.wav -%%DATADIR%%/sfx/poof05.wav -%%DATADIR%%/sfx/poof06.wav -%%DATADIR%%/sfx/robot02.wav -%%DATADIR%%/sfx/rocket02.wav -%%DATADIR%%/sfx/save01.wav -%%DATADIR%%/sfx/save05.wav -%%DATADIR%%/sfx/scream02.wav -%%DATADIR%%/sfx/scream03.wav -%%DATADIR%%/sfx/scream08.wav -%%DATADIR%%/sfx/shotgn31.wav -%%DATADIR%%/sfx/speed02.wav -%%DATADIR%%/sfx/spring03.wav -%%DATADIR%%/sfx/swish01.wav -%%DATADIR%%/sfx/switch01.wav -%%DATADIR%%/sfx/telept01.wav -%%DATADIR%%/sfx/throw01.wav -%%DATADIR%%/sfx/timerfst.wav -%%DATADIR%%/sfx/voice/aimsave.wav -%%DATADIR%%/sfx/voice/ammosave.wav -%%DATADIR%%/sfx/voice/ladder_1.wav -%%DATADIR%%/sfx/voice/ownsave.wav -%%DATADIR%%/sfx/voice/platfo_1.wav -%%DATADIR%%/sfx/voice/poweru_1.wav -%%DATADIR%%/sfx/voice/savesave.wav -%%DATADIR%%/sfx/voice/spaceb_1.wav -%%DATADIR%%/sfx/voice/spcbr1.wav -%%DATADIR%%/sfx/voice/spcbr2.wav -%%DATADIR%%/sfx/voice/starts_1.wav -%%DATADIR%%/sfx/voice/statio_1.wav -%%DATADIR%%/sfx/voice/switch_1.wav -%%DATADIR%%/sfx/voice/switch_2.wav -%%DATADIR%%/sfx/voice/telepo_1.wav -%%DATADIR%%/sfx/voice/wallss_1.wav -%%DATADIR%%/sfx/voice/weapon_1.wav -%%DATADIR%%/sfx/zap2.wav -%%DATADIR%%/sfx/zap3.wav -@dirrm %%DATADIR%%/sfx/voice -@dirrm %%DATADIR%%/sfx -@dirrm %%DATADIR%%/netlevel -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/lisp -@dirrm %%DATADIR%%/levels/mac -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/art/tints/guns -@dirrm %%DATADIR%%/art/tints/cop -@dirrm %%DATADIR%%/art/tints/ant -@dirrm %%DATADIR%%/art/tints -@dirrm %%DATADIR%%/art/fore -@dirrm %%DATADIR%%/art/chars -@dirrm %%DATADIR%%/art/back -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%%/addon/twist/sfx -@dirrm %%DATADIR%%/addon/twist/lisp -@dirrm %%DATADIR%%/addon/twist/levels -@dirrm %%DATADIR%%/addon/twist/art -@dirrm %%DATADIR%%/addon/twist -@dirrm %%DATADIR%%/addon/pong/levels -@dirrm %%DATADIR%%/addon/pong -@dirrm %%DATADIR%%/addon/newart -@dirrm %%DATADIR%%/addon/leon/sfx -@dirrm %%DATADIR%%/addon/leon/lisp -@dirrm %%DATADIR%%/addon/leon -@dirrm %%DATADIR%%/addon/example -@dirrm %%DATADIR%%/addon/deathmat -@dirrm %%DATADIR%%/addon/claudio -@dirrm %%DATADIR%%/addon/bong -@dirrm %%DATADIR%%/addon/aliens -@dirrm %%DATADIR%%/addon -@dirrm %%DATADIR%% --- abuse_sdl-0.8_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 10:20:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BE66106564A for ; Tue, 4 Sep 2012 10:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D54728FC15 for ; Tue, 4 Sep 2012 10:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84AK3FQ031991 for ; Tue, 4 Sep 2012 10:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84AK3kB031980; Tue, 4 Sep 2012 10:20:03 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 10:20:03 GMT Resent-Message-Id: <201209041020.q84AK3kB031980@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3427106566C for ; Tue, 4 Sep 2012 10:10:59 +0000 (UTC) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: from rosetta.club.kyutech.ac.jp (rosetta.club.kyutech.ac.jp [131.206.108.15]) by mx1.freebsd.org (Postfix) with ESMTP id 5EB0D8FC0A for ; Tue, 4 Sep 2012 10:10:59 +0000 (UTC) Received: from rosetta.club.kyutech.ac.jp (localhost [127.0.0.1]) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5) with ESMTP id q84A52v2043141; Tue, 4 Sep 2012 19:05:02 +0900 (JST) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: (from masaki@localhost) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5/Submit) id q84A52AG043140; Tue, 4 Sep 2012 19:05:02 +0900 (JST) (envelope-from masaki) Message-Id: <201209041005.q84A52AG043140@rosetta.club.kyutech.ac.jp> Date: Tue, 4 Sep 2012 19:05:02 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171319: [maintainer update] net/reposado: Update to 0.0.20120810 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 10:20:04 -0000 >Number: 171319 >Category: ports >Synopsis: [maintainer update] net/reposado: Update to 0.0.20120810 >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 Sep 04 10:20:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 9.0-STABLE amd64 >Organization: WIDE Project >Environment: System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-STABLE FreeBSD 9.0-STABLE #8: Mon Jul 2 11:36:08 JST 2012 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64 >Description: - Update to 0.0.20120810 >How-To-Repeat: >Fix: --- reposado.patch begins here --- diff -ruN /usr/ports/net/reposado/Makefile /tmp/reposado/Makefile --- /usr/ports/net/reposado.old/Makefile 2012-06-25 10:23:26.000000000 +0900 +++ /usr/ports/net/reposado/Makefile 2012-09-04 11:07:33.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= reposado -PORTVERSION= 0.0.20120620 +PORTVERSION= 0.0.20120810 CATEGORIES= net MASTER_SITES= https://nodeload.github.com/wdas/reposado/zipball/${TAG}?dummy=/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//} diff -ruN /usr/ports/net/reposado/distinfo /tmp/reposado/distinfo --- /usr/ports/net/reposado.old/distinfo 2012-06-25 10:23:26.000000000 +0900 +++ /usr/ports/net/reposado/distinfo 2012-09-04 11:07:46.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (reposado-20120620.tar.gz) = 03925fb2d5e8352c75669d0027da13af97c27fd50cccda0712b85d31c57dd84b -SIZE (reposado-20120620.tar.gz) = 57132 +SHA256 (reposado-20120810.tar.gz) = 03925fb2d5e8352c75669d0027da13af97c27fd50cccda0712b85d31c57dd84b +SIZE (reposado-20120810.tar.gz) = 57132 --- reposado.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 10:20:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE4A6106566B; Tue, 4 Sep 2012 10:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A1E9C8FC18; Tue, 4 Sep 2012 10:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84AKGkq034066; Tue, 4 Sep 2012 10:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84AKGWP034050; Tue, 4 Sep 2012 10:20:16 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 10:20:16 GMT Message-Id: <201209041020.q84AKGWP034050@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171319: [maintainer update] net/reposado: Update to 0.0.20120810 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 10:20:16 -0000 Synopsis: [maintainer update] net/reposado: Update to 0.0.20120810 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 10:20:15 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171319 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 12:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66018106566C for ; Tue, 4 Sep 2012 12:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3763A8FC1B for ; Tue, 4 Sep 2012 12:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84CK63F032489 for ; Tue, 4 Sep 2012 12:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84CK60k032476; Tue, 4 Sep 2012 12:20:06 GMT (envelope-from gnats) Date: Tue, 4 Sep 2012 12:20:06 GMT Message-Id: <201209041220.q84CK60k032476@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Venture37 Cc: Subject: Re: ports/171153: new version available for net-mgmt/coovachilli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Venture37 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 12:20:07 -0000 The following reply was made to PR ports/171153; it has been noted by GNATS. From: Venture37 To: bug-followup@FreeBSD.org, anarcat@anarcat.ath.cx Cc: Subject: Re: ports/171153: new version available for net-mgmt/coovachilli Date: Tue, 04 Sep 2012 13:14:45 +0100 Patch declined, this issue was raised on the mailing list & should hopefully be addressed upstream with resorting to ifdef statements which don't actually address the issue. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 12:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0CC61065678 for ; Tue, 4 Sep 2012 12:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BFB4A8FC1F for ; Tue, 4 Sep 2012 12:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84CU8l8040718 for ; Tue, 4 Sep 2012 12:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84CU8aN040704; Tue, 4 Sep 2012 12:30:08 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 12:30:08 GMT Resent-Message-Id: <201209041230.q84CU8aN040704@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, XiaoQI Ge Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 291B81065670 for ; Tue, 4 Sep 2012 12:29:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0B12F8FC1E for ; Tue, 4 Sep 2012 12:29:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q84CTt9B062775 for ; Tue, 4 Sep 2012 12:29:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q84CTtjN062774; Tue, 4 Sep 2012 12:29:55 GMT (envelope-from nobody) Message-Id: <201209041229.q84CTtjN062774@red.freebsd.org> Date: Tue, 4 Sep 2012 12:29:55 GMT From: XiaoQI Ge To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171321: New port: audio/linnya "A Linnya Audio Player" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 12:30:09 -0000 >Number: 171321 >Category: ports >Synopsis: New port: audio/linnya "A Linnya Audio Player" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 04 12:30:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: XiaoQI Ge >Release: FreeBSD 9.1-PRERELEASE #0 r239974 >Organization: China >Environment: FreeBSD 7axu.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239974: Mon Sep 3 21:58:07 CST 2012 root@7axu.com:/usr/obj/usr/src/sys/SL410-EKC amd64 >Description: Linnya is an excellent multimedia application for Unix-like OS users, which supports music library, playlist, lyrics, and more. Home page: http://linnya.org/ Thanks. :-) >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: # # linnya # linnya/pkg-plist # linnya/distinfo # linnya/Makefile # linnya/pkg-descr # echo c - linnya mkdir -p linnya > /dev/null 2>&1 echo x - linnya/pkg-plist sed 's/^X//' >linnya/pkg-plist << 'b3335ac86420947f1bc5acb39c2ba1b0' Xbin/linnya Xinclude/linnya/cox/aud.h Xinclude/linnya/cox/cox.h Xinclude/linnya/cox/dbm.h Xinclude/linnya/cox/eql.h Xinclude/linnya/cox/gla.h Xinclude/linnya/cox/lib.h Xinclude/linnya/cox/log.h Xinclude/linnya/cox/log.obj.h Xinclude/linnya/cox/lrc.h Xinclude/linnya/cox/mbs.h Xinclude/linnya/cox/mbs.obj.h Xinclude/linnya/cox/mdh.h Xinclude/linnya/cox/plm.h Xinclude/linnya/cox/ppl.h Xinclude/linnya/cox/pqm.h Xinclude/linnya/cox/reg.h Xinclude/linnya/cox/reg.obj.h Xinclude/linnya/linnya.h Xinclude/linnya/uix/cfg.h Xinclude/linnya/uix/dbg.h Xinclude/linnya/uix/glb.h Xinclude/linnya/uix/key.h Xinclude/linnya/uix/pli.h Xinclude/linnya/uix/sss.h Xinclude/linnya/uix/thm.h Xinclude/linnya/uix/uix.h Xinclude/linnya/uix/win.h Xlib/liblinnyacox.a Xlib/liblinnyacox.la Xlib/liblinnyacox.so Xlib/liblinnyacox.so.0 Xlib/liblinnyauix.a Xlib/liblinnyauix.la Xlib/liblinnyauix.so Xlib/liblinnyauix.so.0 Xshare/applications/linnya.desktop Xshare/icons/hicolor/256x256/apps/linnya.png Xshare/icons/hicolor/scalable/apps/linnya.svg Xshare/linnya/linnya-uninstall Xshare/linnya/pix/dnc/libdnc.a Xshare/linnya/pix/dnc/libdnc.la Xshare/linnya/pix/dnc/libdnc.so Xshare/linnya/pix/dnc/libdnc.so.0 Xshare/linnya/pix/dnc/logo.png Xshare/linnya/pix/dnc/plugin.xml Xshare/linnya/pix/inf/libinf.a Xshare/linnya/pix/inf/libinf.la Xshare/linnya/pix/inf/libinf.so Xshare/linnya/pix/inf/libinf.so.0 Xshare/linnya/pix/inf/logo.png Xshare/linnya/pix/inf/plugin.xml Xshare/linnya/pix/lrc/liblrc.a Xshare/linnya/pix/lrc/liblrc.la Xshare/linnya/pix/lrc/liblrc.so Xshare/linnya/pix/lrc/liblrc.so.0 Xshare/linnya/pix/lrc/logo.png Xshare/linnya/pix/lrc/plugin.xml Xshare/linnya/pix/opc/libopc.a Xshare/linnya/pix/opc/libopc.la Xshare/linnya/pix/opc/libopc.so Xshare/linnya/pix/opc/libopc.so.0 Xshare/linnya/pix/opc/logo.png Xshare/linnya/pix/opc/playing.svg Xshare/linnya/pix/opc/plugin.xml Xshare/linnya/pix/vdo/libvdo.a Xshare/linnya/pix/vdo/libvdo.la Xshare/linnya/pix/vdo/libvdo.so Xshare/linnya/pix/vdo/libvdo.so.0 Xshare/linnya/pix/vdo/logo.png Xshare/linnya/pix/vdo/plugin.xml Xshare/linnya/uix/icon/audio.png Xshare/linnya/uix/icon/cd.png Xshare/linnya/uix/icon/default_album.png Xshare/linnya/uix/icon/equalizer.png Xshare/linnya/uix/icon/icon.png Xshare/linnya/uix/icon/key.png Xshare/linnya/uix/icon/lib.png Xshare/linnya/uix/icon/linnya.png Xshare/linnya/uix/icon/null.png Xshare/linnya/uix/icon/plugin.png Xshare/linnya/uix/icon/theme.png Xshare/linnya/uix/theme/default/announcement Xshare/linnya/uix/theme/default/image/bar_seek_background.png Xshare/linnya/uix/theme/default/image/bar_seek_button_hover.png Xshare/linnya/uix/theme/default/image/bar_seek_fill.png Xshare/linnya/uix/theme/default/image/btn_adds_active.png Xshare/linnya/uix/theme/default/image/btn_adds_hover.png Xshare/linnya/uix/theme/default/image/btn_adds_normal.png Xshare/linnya/uix/theme/default/image/btn_conf_active.png Xshare/linnya/uix/theme/default/image/btn_conf_hover.png Xshare/linnya/uix/theme/default/image/btn_conf_normal.png Xshare/linnya/uix/theme/default/image/btn_menu_active.png Xshare/linnya/uix/theme/default/image/btn_menu_hover.png Xshare/linnya/uix/theme/default/image/btn_menu_normal.png Xshare/linnya/uix/theme/default/image/btn_next_active.png Xshare/linnya/uix/theme/default/image/btn_next_hover.png Xshare/linnya/uix/theme/default/image/btn_next_normal.png Xshare/linnya/uix/theme/default/image/btn_play_active.png Xshare/linnya/uix/theme/default/image/btn_play_hover.png Xshare/linnya/uix/theme/default/image/btn_play_normal.png Xshare/linnya/uix/theme/default/image/btn_prev_active.png Xshare/linnya/uix/theme/default/image/btn_prev_hover.png Xshare/linnya/uix/theme/default/image/btn_prev_normal.png Xshare/linnya/uix/theme/default/image/btn_volm_active.png Xshare/linnya/uix/theme/default/image/btn_volm_hover.png Xshare/linnya/uix/theme/default/image/btn_volm_normal.png Xshare/linnya/uix/theme/default/image/null.png Xshare/linnya/uix/theme/default/image/sss_adds_bg.png Xshare/linnya/uix/theme/default/linnya.css Xshare/linnya/uix/theme/default/sssbg/sssbg_1.jpg Xshare/linnya/uix/theme/default/sssbg/sssbg_2.jpg Xshare/locale/zh_CN/LC_MESSAGES/linnya.mo Xshare/locale/zh_HK/LC_MESSAGES/linnya.mo Xshare/locale/zh_TW/LC_MESSAGES/linnya.mo X@dirrm share/linnya/uix/theme/default/sssbg X@dirrm share/linnya/uix/theme/default/image X@dirrm share/linnya/uix/theme/default X@dirrm share/linnya/uix/theme X@dirrm share/linnya/uix/icon X@dirrm share/linnya/uix X@dirrm share/linnya/pix/vdo X@dirrm share/linnya/pix/opc X@dirrm share/linnya/pix/lrc X@dirrm share/linnya/pix/inf X@dirrm share/linnya/pix/dnc X@dirrm share/linnya/pix X@dirrm share/linnya X@dirrmtry share/icons/hicolor/scalable/apps X@dirrmtry share/icons/hicolor/scalable X@dirrmtry share/icons/hicolor/256x256/apps X@dirrmtry share/icons/hicolor/256x256 X@dirrmtry share/icons/hicolor X@dirrmtry share/icons X@dirrmtry share/applications X@dirrm include/linnya/uix X@dirrm include/linnya/cox X@dirrm include/linnya b3335ac86420947f1bc5acb39c2ba1b0 echo x - linnya/distinfo sed 's/^X//' >linnya/distinfo << '9cdbdf8904eeda72abab7f2e44019bdb' XSHA256 (linnya-2.2.0.tar.gz) = c8add0b693cb882f45522231e585c3edb8adf1a33d59a0f1070fe84a8a64df6e XSIZE (linnya-2.2.0.tar.gz) = 841288 9cdbdf8904eeda72abab7f2e44019bdb echo x - linnya/Makefile sed 's/^X//' >linnya/Makefile << '6ee0bf5f0c99863a6aaba81ef5edfa3a' X# New ports collection makefile for: linnya X# Date created: 1 Sep 2012 X# Whom: XiaoQI Ge X XPORTNAME= linnya XPORTVERSION= 2.2.0 XCATEGORIES= audio X XMAINTAINER= ghw@7axu.com XCOMMENT= A Linnya Audio Player X XLICENSE= GPLv3 X XUSE_GITHUB= yes XGH_ACCOUNT= herenvarno XGH_COMMIT= 6724a9b XUSE_AUTOTOOLS= aclocal automake XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOME= gtk30 XUSE_SQLITE= 3 XUSE_GETTEXT= yes XUSE_GSTREAMER= good mp3 ogg XMAKE_JOBS_SAFE= yes XUSE_AUTOTOOLS= libtool XUSE_LDCONFIG= yes XINSTALLS_ICONS= yes XWANT_GNOME= yes X XBUILD_DEPENDS+= curl:${PORTSDIR}/ftp/curl XRUN_DEPENDS+= curl:${PORTSDIR}/ftp/curl X X.include 6ee0bf5f0c99863a6aaba81ef5edfa3a echo x - linnya/pkg-descr sed 's/^X//' >linnya/pkg-descr << '03d631af149ac352830d3b687f242cc8' XLinnya is an excellent multimedia application for Unix-like OS users, Xwhich supports music library, playlist, lyrics, and more. X XWWW: http://www.linnya.org 03d631af149ac352830d3b687f242cc8 exit 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: # # linnya # linnya/pkg-plist # linnya/distinfo # linnya/Makefile # linnya/pkg-descr # echo c - linnya mkdir -p linnya > /dev/null 2>&1 echo x - linnya/pkg-plist sed 's/^X//' >linnya/pkg-plist << 'b3335ac86420947f1bc5acb39c2ba1b0' Xbin/linnya Xinclude/linnya/cox/aud.h Xinclude/linnya/cox/cox.h Xinclude/linnya/cox/dbm.h Xinclude/linnya/cox/eql.h Xinclude/linnya/cox/gla.h Xinclude/linnya/cox/lib.h Xinclude/linnya/cox/log.h Xinclude/linnya/cox/log.obj.h Xinclude/linnya/cox/lrc.h Xinclude/linnya/cox/mbs.h Xinclude/linnya/cox/mbs.obj.h Xinclude/linnya/cox/mdh.h Xinclude/linnya/cox/plm.h Xinclude/linnya/cox/ppl.h Xinclude/linnya/cox/pqm.h Xinclude/linnya/cox/reg.h Xinclude/linnya/cox/reg.obj.h Xinclude/linnya/linnya.h Xinclude/linnya/uix/cfg.h Xinclude/linnya/uix/dbg.h Xinclude/linnya/uix/glb.h Xinclude/linnya/uix/key.h Xinclude/linnya/uix/pli.h Xinclude/linnya/uix/sss.h Xinclude/linnya/uix/thm.h Xinclude/linnya/uix/uix.h Xinclude/linnya/uix/win.h Xlib/liblinnyacox.a Xlib/liblinnyacox.la Xlib/liblinnyacox.so Xlib/liblinnyacox.so.0 Xlib/liblinnyauix.a Xlib/liblinnyauix.la Xlib/liblinnyauix.so Xlib/liblinnyauix.so.0 Xshare/applications/linnya.desktop Xshare/icons/hicolor/256x256/apps/linnya.png Xshare/icons/hicolor/scalable/apps/linnya.svg Xshare/linnya/linnya-uninstall Xshare/linnya/pix/dnc/libdnc.a Xshare/linnya/pix/dnc/libdnc.la Xshare/linnya/pix/dnc/libdnc.so Xshare/linnya/pix/dnc/libdnc.so.0 Xshare/linnya/pix/dnc/logo.png Xshare/linnya/pix/dnc/plugin.xml Xshare/linnya/pix/inf/libinf.a Xshare/linnya/pix/inf/libinf.la Xshare/linnya/pix/inf/libinf.so Xshare/linnya/pix/inf/libinf.so.0 Xshare/linnya/pix/inf/logo.png Xshare/linnya/pix/inf/plugin.xml Xshare/linnya/pix/lrc/liblrc.a Xshare/linnya/pix/lrc/liblrc.la Xshare/linnya/pix/lrc/liblrc.so Xshare/linnya/pix/lrc/liblrc.so.0 Xshare/linnya/pix/lrc/logo.png Xshare/linnya/pix/lrc/plugin.xml Xshare/linnya/pix/opc/libopc.a Xshare/linnya/pix/opc/libopc.la Xshare/linnya/pix/opc/libopc.so Xshare/linnya/pix/opc/libopc.so.0 Xshare/linnya/pix/opc/logo.png Xshare/linnya/pix/opc/playing.svg Xshare/linnya/pix/opc/plugin.xml Xshare/linnya/pix/vdo/libvdo.a Xshare/linnya/pix/vdo/libvdo.la Xshare/linnya/pix/vdo/libvdo.so Xshare/linnya/pix/vdo/libvdo.so.0 Xshare/linnya/pix/vdo/logo.png Xshare/linnya/pix/vdo/plugin.xml Xshare/linnya/uix/icon/audio.png Xshare/linnya/uix/icon/cd.png Xshare/linnya/uix/icon/default_album.png Xshare/linnya/uix/icon/equalizer.png Xshare/linnya/uix/icon/icon.png Xshare/linnya/uix/icon/key.png Xshare/linnya/uix/icon/lib.png Xshare/linnya/uix/icon/linnya.png Xshare/linnya/uix/icon/null.png Xshare/linnya/uix/icon/plugin.png Xshare/linnya/uix/icon/theme.png Xshare/linnya/uix/theme/default/announcement Xshare/linnya/uix/theme/default/image/bar_seek_background.png Xshare/linnya/uix/theme/default/image/bar_seek_button_hover.png Xshare/linnya/uix/theme/default/image/bar_seek_fill.png Xshare/linnya/uix/theme/default/image/btn_adds_active.png Xshare/linnya/uix/theme/default/image/btn_adds_hover.png Xshare/linnya/uix/theme/default/image/btn_adds_normal.png Xshare/linnya/uix/theme/default/image/btn_conf_active.png Xshare/linnya/uix/theme/default/image/btn_conf_hover.png Xshare/linnya/uix/theme/default/image/btn_conf_normal.png Xshare/linnya/uix/theme/default/image/btn_menu_active.png Xshare/linnya/uix/theme/default/image/btn_menu_hover.png Xshare/linnya/uix/theme/default/image/btn_menu_normal.png Xshare/linnya/uix/theme/default/image/btn_next_active.png Xshare/linnya/uix/theme/default/image/btn_next_hover.png Xshare/linnya/uix/theme/default/image/btn_next_normal.png Xshare/linnya/uix/theme/default/image/btn_play_active.png Xshare/linnya/uix/theme/default/image/btn_play_hover.png Xshare/linnya/uix/theme/default/image/btn_play_normal.png Xshare/linnya/uix/theme/default/image/btn_prev_active.png Xshare/linnya/uix/theme/default/image/btn_prev_hover.png Xshare/linnya/uix/theme/default/image/btn_prev_normal.png Xshare/linnya/uix/theme/default/image/btn_volm_active.png Xshare/linnya/uix/theme/default/image/btn_volm_hover.png Xshare/linnya/uix/theme/default/image/btn_volm_normal.png Xshare/linnya/uix/theme/default/image/null.png Xshare/linnya/uix/theme/default/image/sss_adds_bg.png Xshare/linnya/uix/theme/default/linnya.css Xshare/linnya/uix/theme/default/sssbg/sssbg_1.jpg Xshare/linnya/uix/theme/default/sssbg/sssbg_2.jpg Xshare/locale/zh_CN/LC_MESSAGES/linnya.mo Xshare/locale/zh_HK/LC_MESSAGES/linnya.mo Xshare/locale/zh_TW/LC_MESSAGES/linnya.mo X@dirrm share/linnya/uix/theme/default/sssbg X@dirrm share/linnya/uix/theme/default/image X@dirrm share/linnya/uix/theme/default X@dirrm share/linnya/uix/theme X@dirrm share/linnya/uix/icon X@dirrm share/linnya/uix X@dirrm share/linnya/pix/vdo X@dirrm share/linnya/pix/opc X@dirrm share/linnya/pix/lrc X@dirrm share/linnya/pix/inf X@dirrm share/linnya/pix/dnc X@dirrm share/linnya/pix X@dirrm share/linnya X@dirrmtry share/icons/hicolor/scalable/apps X@dirrmtry share/icons/hicolor/scalable X@dirrmtry share/icons/hicolor/256x256/apps X@dirrmtry share/icons/hicolor/256x256 X@dirrmtry share/icons/hicolor X@dirrmtry share/icons X@dirrmtry share/applications X@dirrm include/linnya/uix X@dirrm include/linnya/cox X@dirrm include/linnya b3335ac86420947f1bc5acb39c2ba1b0 echo x - linnya/distinfo sed 's/^X//' >linnya/distinfo << '9cdbdf8904eeda72abab7f2e44019bdb' XSHA256 (linnya-2.2.0.tar.gz) = c8add0b693cb882f45522231e585c3edb8adf1a33d59a0f1070fe84a8a64df6e XSIZE (linnya-2.2.0.tar.gz) = 841288 9cdbdf8904eeda72abab7f2e44019bdb echo x - linnya/Makefile sed 's/^X//' >linnya/Makefile << '6ee0bf5f0c99863a6aaba81ef5edfa3a' X# New ports collection makefile for: linnya X# Date created: 1 Sep 2012 X# Whom: XiaoQI Ge X XPORTNAME= linnya XPORTVERSION= 2.2.0 XCATEGORIES= audio X XMAINTAINER= ghw@7axu.com XCOMMENT= A Linnya Audio Player X XLICENSE= GPLv3 X XUSE_GITHUB= yes XGH_ACCOUNT= herenvarno XGH_COMMIT= 6724a9b XUSE_AUTOTOOLS= aclocal automake XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOME= gtk30 XUSE_SQLITE= 3 XUSE_GETTEXT= yes XUSE_GSTREAMER= good mp3 ogg XMAKE_JOBS_SAFE= yes XUSE_AUTOTOOLS= libtool XUSE_LDCONFIG= yes XINSTALLS_ICONS= yes XWANT_GNOME= yes X XBUILD_DEPENDS+= curl:${PORTSDIR}/ftp/curl XRUN_DEPENDS+= curl:${PORTSDIR}/ftp/curl X X.include 6ee0bf5f0c99863a6aaba81ef5edfa3a echo x - linnya/pkg-descr sed 's/^X//' >linnya/pkg-descr << '03d631af149ac352830d3b687f242cc8' XLinnya is an excellent multimedia application for Unix-like OS users, Xwhich supports music library, playlist, lyrics, and more. X XWWW: http://www.linnya.org 03d631af149ac352830d3b687f242cc8 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 13:33:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C38531065674; Tue, 4 Sep 2012 13:33:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 709D78FC15; Tue, 4 Sep 2012 13:33:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84DXL18070645; Tue, 4 Sep 2012 13:33:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84DXLQK070629; Tue, 4 Sep 2012 13:33:21 GMT (envelope-from bdrewery) Date: Tue, 4 Sep 2012 13:33:21 GMT Message-Id: <201209041333.q84DXLQK070629@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171311: [maintainer update] mail/roundcube-contextmenu: update to 1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 13:33:21 -0000 Synopsis: [maintainer update] mail/roundcube-contextmenu: update to 1.9 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Tue Sep 4 13:33:20 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171311 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 14:00:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DED7B106564A for ; Tue, 4 Sep 2012 14:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A1EF28FC14 for ; Tue, 4 Sep 2012 14:00:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84E075w030651 for ; Tue, 4 Sep 2012 14:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84E07hb030637; Tue, 4 Sep 2012 14:00:07 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 14:00:07 GMT Resent-Message-Id: <201209041400.q84E07hb030637@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Pryadko Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 715D01065670 for ; Tue, 4 Sep 2012 13:59:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 42A488FC14 for ; Tue, 4 Sep 2012 13:59:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q84Dxtwo032839 for ; Tue, 4 Sep 2012 13:59:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q84DxteF032838; Tue, 4 Sep 2012 13:59:55 GMT (envelope-from nobody) Message-Id: <201209041359.q84DxteF032838@red.freebsd.org> Date: Tue, 4 Sep 2012 13:59:55 GMT From: Dmitry Pryadko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171322: New port: textproc/py-trans Module for performing transliteration X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 14:00:09 -0000 >Number: 171322 >Category: ports >Synopsis: New port: textproc/py-trans Module for performing transliteration >Confidential: no >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 Sep 04 14:00:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry Pryadko >Release: >Organization: Rambler >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: # # ./py-trans # ./py-trans/Makefile # ./py-trans/distinfo # ./py-trans/pkg-descr # echo c - ./py-trans mkdir -p ./py-trans > /dev/null 2>&1 echo x - ./py-trans/Makefile sed 's/^X//' >./py-trans/Makefile << 'c066c8475c219351200a1b427e026885' X# New ports collection makefile for: py-trans X# Date created: 04 September 2012 X# Whom: Dmitry Pryadko X# X# $FreeBSD$ X# X XPORTNAME= trans XPORTVERSION= 1.4.2 XCATEGORIES= textproc python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= d.pryadko@rambler-co.ru XCOMMENT= Module for performing transliteration X XLICENSE= BSD X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/trans.py \ X %%PYTHON_SITELIBDIR%%/trans.pyc \ X %%PYTHON_SITELIBDIR%%/trans.pyo X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X X.include c066c8475c219351200a1b427e026885 echo x - ./py-trans/distinfo sed 's/^X//' >./py-trans/distinfo << 'b65f1f68903a35a073c0ab1547aa11f9' XSHA256 (trans-1.4.2.tar.gz) = b48124969b07dfa1b21c1d3424f9de78cf388da317b7328c2e8333c7b11a1c1b XSIZE (trans-1.4.2.tar.gz) = 5582 b65f1f68903a35a073c0ab1547aa11f9 echo x - ./py-trans/pkg-descr sed 's/^X//' >./py-trans/pkg-descr << '72089c125837adcd505041ada312e499' XThis module translates national characters into similar sounding latin Xcharacters (transliteration). At the moment, Czech, Greek, Latvian, Polish, XTurkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs). X XWWW: http://pypi.python.org/pypi/trans 72089c125837adcd505041ada312e499 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 14:00:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7C6D106564A; Tue, 4 Sep 2012 14:00:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB3F58FC17; Tue, 4 Sep 2012 14:00:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84E0slw042967; Tue, 4 Sep 2012 14:00:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84E0sak042950; Tue, 4 Sep 2012 14:00:54 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 14:00:54 GMT Message-Id: <201209041400.q84E0sak042950@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171322: New port: textproc/py-trans Module for performing transliteration X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 14:00:54 -0000 Synopsis: New port: textproc/py-trans Module for performing transliteration Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 14:00:53 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171322 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 14:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E9B0106564A for ; Tue, 4 Sep 2012 14:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5266A8FC0A for ; Tue, 4 Sep 2012 14:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84EA25T097247 for ; Tue, 4 Sep 2012 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84EA25p097234; Tue, 4 Sep 2012 14:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 14:10:02 GMT Resent-Message-Id: <201209041410.q84EA25p097234@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90C4B106564A for ; Tue, 4 Sep 2012 14:04:21 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 0B6F58FC16 for ; Tue, 4 Sep 2012 14:04:20 +0000 (UTC) Received: (qmail invoked by alias); 04 Sep 2012 13:57:09 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp032) with SMTP; 04 Sep 2012 15:57:09 +0200 Received: by something.email.com (sSMTP sendmail emulation); Tue, 04 Sep 2012 15:57:09 +0200 Message-Id: <20120904140421.90C4B106564A@hub.freebsd.org> Date: Tue, 04 Sep 2012 15:57:09 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171323: [NEW PORT] games/hitori: Logic game similar to Sudoku X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 14:10:02 -0000 >Number: 171323 >Category: ports >Synopsis: [NEW PORT] games/hitori: Logic game similar to Sudoku >Confidential: no >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 Sep 04 14:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Hitori is a small application written to allow one to play the eponymous puzzle game, which is similar in theme to more popular puzzles such as Sudoku created by Nikoli. WWW: https://live.gnome.org/Hitori WWW: http://tecnocode.co.uk/projects/hitori/ For Older FreeBSD Versions added .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) USE_XZ= yes EXTRACT_DEPENDS+= lzma:${PORTSDIR}/archivers/xz .endif Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hitori # hitori/files # hitori/files/patch-po-Makefile.in.in # hitori/Makefile # hitori/pkg-descr # hitori/distinfo # hitori/pkg-plist # echo c - hitori mkdir -p hitori > /dev/null 2>&1 echo c - hitori/files mkdir -p hitori/files > /dev/null 2>&1 echo x - hitori/files/patch-po-Makefile.in.in sed 's/^X//' >hitori/files/patch-po-Makefile.in.in << 'd55492539d48590bbf6faea064fa6dfc' X--- po/Makefile.in.in.orig 2012-03-25 00:44:19.000000000 +0100 X+++ po/Makefile.in.in 2012-09-04 13:59:59.000000000 +0200 X@@ -34,7 +34,7 @@ X datarootdir = @datarootdir@ X libdir = @libdir@ X DATADIRNAME = @DATADIRNAME@ X-itlocaledir = $(prefix)/$(DATADIRNAME)/locale X+itlocaledir = $(datarootdir)/locale X subdir = po X install_sh = @install_sh@ X # Automake >= 1.8 provides @mkdir_p@. d55492539d48590bbf6faea064fa6dfc echo x - hitori/Makefile sed 's/^X//' >hitori/Makefile << '586caa6e2a6c8283e01afbe9b9384475' X# $FreeBSD$ X XPORTNAME= hitori XPORTVERSION= 0.3.2 XCATEGORIES= games XMASTER_SITES= GNOME XEXTRACT_SUFX= .tar.xz X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Logic game similar to Sudoku X XLICENSE= GPLv3 CCbyNCSA3 XLICENSE_COMB= dual XLICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported XLICENSE_FILE= ${WRKSRC}/COPYING XLICENSE_FILE_CCbyNCSA3=${WRKSRC}/COPYING-DOCS XLICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept X XBUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils XLIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo X XUSE_GNOME= glib20 gtk30 XINSTALLS_ICONS= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XMAKE_JOBS_SAFE= yes X XPORTDOCS= AUTHORS ChangeLog MAINTAINERS NEWS README X XOPTIONS_DEFINE= NLS XNLS_DESC= Native Language Support via gettext XOPTIONS_DEFAULT= NLS X X.include X X.if ${PORT_OPTIONS:MNLS} XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls X.endif X Xpost-install: X# Pixmaps X ${INSTALL_DATA} ${WRKSRC}/data/icons/48x48/${PORTNAME}.png ${PREFIX}/share/pixmaps/${PORTNAME}.png X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) XUSE_XZ= yes XEXTRACT_DEPENDS+= lzma:${PORTSDIR}/archivers/xz X.endif X X.include 586caa6e2a6c8283e01afbe9b9384475 echo x - hitori/pkg-descr sed 's/^X//' >hitori/pkg-descr << '6cb21b234bd2232c5a8e17db08bcb125' XHitori is a small application written to allow one to play the eponymous Xpuzzle game, which is similar in theme to more popular puzzles such as Sudoku Xcreated by Nikoli. X XWWW: https://live.gnome.org/Hitori XWWW: http://tecnocode.co.uk/projects/hitori/ 6cb21b234bd2232c5a8e17db08bcb125 echo x - hitori/distinfo sed 's/^X//' >hitori/distinfo << 'd4543fcbf7a946f64e58f8260363cec0' XSHA256 (hitori-0.3.2.tar.xz) = 9e72bb0c84b0e0b66a96fcee6918cf15832f45458df4d8dd5f8091a20bba4350 XSIZE (hitori-0.3.2.tar.xz) = 457752 d4543fcbf7a946f64e58f8260363cec0 echo x - hitori/pkg-plist sed 's/^X//' >hitori/pkg-plist << '8ea8adc776ae461fe0ad40c5057da388' Xbin/hitori Xshare/applications/hitori.desktop Xshare/gnome/help/hitori/C/customization.page Xshare/gnome/help/hitori/C/figures/hitori_main_window.png Xshare/gnome/help/hitori/C/game.page Xshare/gnome/help/hitori/C/index.page Xshare/gnome/help/hitori/C/license.page Xshare/gnome/help/hitori/C/playing.page Xshare/gnome/help/hitori/C/strategy.page Xshare/gnome/help/hitori/cs/customization.page Xshare/gnome/help/hitori/cs/figures/hitori_main_window.png Xshare/gnome/help/hitori/cs/game.page Xshare/gnome/help/hitori/cs/index.page Xshare/gnome/help/hitori/cs/license.page Xshare/gnome/help/hitori/cs/playing.page Xshare/gnome/help/hitori/cs/strategy.page Xshare/gnome/help/hitori/da/customization.page Xshare/gnome/help/hitori/da/figures/hitori_main_window.png Xshare/gnome/help/hitori/da/game.page Xshare/gnome/help/hitori/da/index.page Xshare/gnome/help/hitori/da/license.page Xshare/gnome/help/hitori/da/playing.page Xshare/gnome/help/hitori/da/strategy.page Xshare/gnome/help/hitori/de/customization.page Xshare/gnome/help/hitori/de/figures/hitori_main_window.png Xshare/gnome/help/hitori/de/game.page Xshare/gnome/help/hitori/de/index.page Xshare/gnome/help/hitori/de/license.page Xshare/gnome/help/hitori/de/playing.page Xshare/gnome/help/hitori/de/strategy.page Xshare/gnome/help/hitori/en_GB/customization.page Xshare/gnome/help/hitori/en_GB/figures/hitori_main_window.png Xshare/gnome/help/hitori/en_GB/game.page Xshare/gnome/help/hitori/en_GB/index.page Xshare/gnome/help/hitori/en_GB/license.page Xshare/gnome/help/hitori/en_GB/playing.page Xshare/gnome/help/hitori/en_GB/strategy.page Xshare/gnome/help/hitori/es/customization.page Xshare/gnome/help/hitori/es/figures/hitori_main_window.png Xshare/gnome/help/hitori/es/game.page Xshare/gnome/help/hitori/es/index.page Xshare/gnome/help/hitori/es/license.page Xshare/gnome/help/hitori/es/playing.page Xshare/gnome/help/hitori/es/strategy.page Xshare/gnome/help/hitori/fr/customization.page Xshare/gnome/help/hitori/fr/figures/hitori_main_window.png Xshare/gnome/help/hitori/fr/game.page Xshare/gnome/help/hitori/fr/index.page Xshare/gnome/help/hitori/fr/license.page Xshare/gnome/help/hitori/fr/playing.page Xshare/gnome/help/hitori/fr/strategy.page Xshare/gnome/help/hitori/sl/customization.page Xshare/gnome/help/hitori/sl/figures/hitori_main_window.png Xshare/gnome/help/hitori/sl/game.page Xshare/gnome/help/hitori/sl/index.page Xshare/gnome/help/hitori/sl/license.page Xshare/gnome/help/hitori/sl/playing.page Xshare/gnome/help/hitori/sl/strategy.page Xshare/gnome/help/hitori/sv/customization.page Xshare/gnome/help/hitori/sv/figures/hitori_main_window.png Xshare/gnome/help/hitori/sv/game.page Xshare/gnome/help/hitori/sv/index.page Xshare/gnome/help/hitori/sv/license.page Xshare/gnome/help/hitori/sv/playing.page Xshare/gnome/help/hitori/sv/strategy.page Xshare/gnome/help/hitori/zh_CN/customization.page Xshare/gnome/help/hitori/zh_CN/figures/hitori_main_window.png Xshare/gnome/help/hitori/zh_CN/game.page Xshare/gnome/help/hitori/zh_CN/index.page Xshare/gnome/help/hitori/zh_CN/license.page Xshare/gnome/help/hitori/zh_CN/playing.page Xshare/gnome/help/hitori/zh_CN/strategy.page X%%DATADIR%%/hitori.ui Xshare/icons/hicolor/16x16/apps/hitori.png Xshare/icons/hicolor/22x22/apps/hitori.png Xshare/icons/hicolor/32x32/apps/hitori.png Xshare/icons/hicolor/48x48/apps/hitori.png X%%NLS%%share/locale/cs/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/da/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/de/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/el/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/en_GB/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/es/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/fr/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/gl/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/hu/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/id/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/lv/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/nb/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/pa/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/pl/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/pt_BR/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/ro/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/ru/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/sl/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/sr/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/sr@latin/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/sv/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/vi/LC_MESSAGES/hitori.mo X%%NLS%%share/locale/zh_CN/LC_MESSAGES/hitori.mo Xshare/pixmaps/hitori.png X%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES X%%NLS%%@dirrmtry share/locale/sr@latin X@dirrmtry share/icons/hicolor/48x48/apps X@dirrmtry share/icons/hicolor/48x48 X@dirrmtry share/icons/hicolor/32x32/apps X@dirrmtry share/icons/hicolor/32x32 X@dirrmtry share/icons/hicolor/22x22/apps X@dirrmtry share/icons/hicolor/22x22 X@dirrmtry share/icons/hicolor/16x16/apps X@dirrmtry share/icons/hicolor/16x16 X@dirrmtry share/icons/hicolor X@dirrmtry share/icons X@dirrmtry %%DATADIR%% X@dirrmtry share/gnome/help/hitori/zh_CN/figures X@dirrmtry share/gnome/help/hitori/zh_CN X@dirrmtry share/gnome/help/hitori/sv/figures X@dirrmtry share/gnome/help/hitori/sv X@dirrmtry share/gnome/help/hitori/sl/figures X@dirrmtry share/gnome/help/hitori/sl X@dirrmtry share/gnome/help/hitori/fr/figures X@dirrmtry share/gnome/help/hitori/fr X@dirrmtry share/gnome/help/hitori/es/figures X@dirrmtry share/gnome/help/hitori/es X@dirrmtry share/gnome/help/hitori/en_GB/figures X@dirrmtry share/gnome/help/hitori/en_GB X@dirrmtry share/gnome/help/hitori/de/figures X@dirrmtry share/gnome/help/hitori/de X@dirrmtry share/gnome/help/hitori/da/figures X@dirrmtry share/gnome/help/hitori/da X@dirrmtry share/gnome/help/hitori/cs/figures X@dirrmtry share/gnome/help/hitori/cs X@dirrmtry share/gnome/help/hitori/C/figures X@dirrmtry share/gnome/help/hitori/C X@dirrmtry share/gnome/help/hitori X@dirrmtry share/gnome/help X@dirrmtry share/gnome X@dirrmtry share/applications 8ea8adc776ae461fe0ad40c5057da388 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 14:22:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 664) id D9AA21065670; Tue, 4 Sep 2012 14:22:24 +0000 (UTC) Date: Tue, 4 Sep 2012 07:22:23 -0700 From: David O'Brien To: Pietro Cerutti Message-ID: <20120904142223.GB83274@dragon.NUXI.org> References: <201208291020.q7TAKETL048000@freefall.freebsd.org> <20120829222138.GA11490@dragon.NUXI.org> <20120830073634.GF64517@gahrfit.gahr.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120830073634.GF64517@gahrfit.gahr.ch> X-Operating-System: FreeBSD 10.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? can i haz chizburger? User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/171158: [patch] editors/vim -- remove limitation on unthreaded version of Tcl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 14:22:24 -0000 On Thu, Aug 30, 2012 at 09:36:34AM +0200, Pietro Cerutti wrote: > On 2012-Aug-29, 15:21, David O'Brien wrote: > > Pietro, > > What version of TCL did you test with? (I'm guessing 8.5). > Ehm 8.6 actually.. ... > > .if defined(WITH_TCL) > > -USE_TCL= 82+ > > -USE_TCL_NO_THREADS= yes > > +USE_TCL= 85+ > > .endif > > I would be more than happy to see this committed. Tcl version can > cohexist, and < 8.4 exist just to support a couple of legacy softwares. Since you tested with 8.6, I guess it should be "USE_TCL=86+" instead. Or do you know if it will work OK with 8.5? > It wouldn't hurt anybody to require >= 8.5 to run the interp in vim. Agreed. -- -- David (obrien@FreeBSD.org) From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 14:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE329106566B for ; Tue, 4 Sep 2012 14:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C4528FC0C for ; Tue, 4 Sep 2012 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84EU2qt069090 for ; Tue, 4 Sep 2012 14:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84EU24e069076; Tue, 4 Sep 2012 14:30:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 14:30:02 GMT Resent-Message-Id: <201209041430.q84EU24e069076@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46034106566C for ; Tue, 4 Sep 2012 14:29:10 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (gslin-1-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:18a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 15E228FC19 for ; Tue, 4 Sep 2012 14:29:09 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id DDC6E7E827; Tue, 4 Sep 2012 22:29:08 +0800 (CST) Message-Id: <20120904142908.DDC6E7E827@colo-p.gslin.org> Date: Tue, 4 Sep 2012 22:29:08 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/171324: [MAINTAINER] chinese/ydict: update to 1.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 14:30:03 -0000 >Number: 171324 >Category: ports >Synopsis: [MAINTAINER] chinese/ydict: update to 1.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 04 14:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 9.0-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 >Description: - Update to 1.2.6 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- ydict-1.2.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/ydict/Makefile ./Makefile --- /usr/ports/chinese/ydict/Makefile 2011-10-19 14:35:34.000000000 +0800 +++ ./Makefile 2012-09-04 22:28:19.000000000 +0800 @@ -6,15 +6,15 @@ # PORTNAME= ydict -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -#DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= gslin@gslin.org COMMENT= Command line tool of Yahoo! Dict LICENSE= GPLv3 + NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/ydict diff -ruN --exclude=CVS /usr/ports/chinese/ydict/distinfo ./distinfo --- /usr/ports/chinese/ydict/distinfo 2011-10-19 14:35:34.000000000 +0800 +++ ./distinfo 2012-09-04 22:28:02.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (ydict-1.2.5.tar.gz) = 60c56df3c93e4c65d2eb4b7c63798dd78de9e8e3b023a37151d09b7d65afc433 -SIZE (ydict-1.2.5.tar.gz) = 3896 +SHA256 (ydict-1.2.6.tar.gz) = fa83f2248591368644f272ef19039a73f404f89d60f1b47a6e00e7abd154760d +SIZE (ydict-1.2.6.tar.gz) = 3888 --- ydict-1.2.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 15:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 548621065670 for ; Tue, 4 Sep 2012 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEF68FC14 for ; Tue, 4 Sep 2012 15:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84FA1mF089899 for ; Tue, 4 Sep 2012 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84FA1GR089884; Tue, 4 Sep 2012 15:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 15:10:01 GMT Resent-Message-Id: <201209041510.q84FA1GR089884@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8CBA106564A for ; Tue, 4 Sep 2012 15:02:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8A28FC17 for ; Tue, 4 Sep 2012 15:02:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84F2LtP062278 for ; Tue, 4 Sep 2012 15:02:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84F2LDu062237 for FreeBSD-gnats-submit@freebsd.org; Tue, 4 Sep 2012 15:02:21 GMT (envelope-from bdrewery) Received: (qmail 75650 invoked from network); 4 Sep 2012 10:02:17 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 4 Sep 2012 10:02:17 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Tue, 04 Sep 2012 10:02:16 -0500 Message-Id: <201209041502.q84F2LDu062237@freefall.freebsd.org> Date: Tue, 04 Sep 2012 10:02:16 -0500 From: Bryan Drewery To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171325: [PATCH] devel/gdb: Use USE_READLINE=port to ensure port version of readline X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 15:10:02 -0000 >Number: 171325 >Category: ports >Synopsis: [PATCH] devel/gdb: Use USE_READLINE=port to ensure port version of readline >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 Sep 04 15:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: ports/162995 added USE_READLINE=port support to bsd.port.mk. This ensures that the port version is always used. By switching to using this, we can ensure someone does not accidentally break gdb again, and make portlint happy. >How-To-Repeat: >Fix: --- patch-devel-gdb-use-readline.txt begins here --- # svn status M Makefile Index: Makefile =================================================================== --- Makefile (revision 303654) +++ Makefile (working copy) @@ -39,11 +39,7 @@ ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work -# Forcing to use readline.6 from ports (newer readline in FreeBSD world is not -# compatible anymore). Please ignore portlint here. -LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline -CFLAGS+= -isystem ${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USE_READLINE= port OPTIONS_DEFINE= DEBUG EXPAT PYTHON THREADS GDB_LINK GDB_LINK_DESC= Create the gdb link --- patch-devel-gdb-use-readline.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 15:10:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05F211065674; Tue, 4 Sep 2012 15:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD8508FC22; Tue, 4 Sep 2012 15:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84FAFwT092843; Tue, 4 Sep 2012 15:10:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84FAFY4092829; Tue, 4 Sep 2012 15:10:15 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 15:10:15 GMT Message-Id: <201209041510.q84FAFY4092829@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171325: [PATCH] devel/gdb: Use USE_READLINE=port to ensure port version of readline X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 15:10:16 -0000 Synopsis: [PATCH] devel/gdb: Use USE_READLINE=port to ensure port version of readline Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 15:10:15 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171325 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 15:29:43 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6710B106566C; Tue, 4 Sep 2012 15:29:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 176478FC08; Tue, 4 Sep 2012 15:29:42 +0000 (UTC) Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175]:58321 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1T8v4J-001rQa-9I; Tue, 04 Sep 2012 17:29:35 +0200 Date: Tue, 4 Sep 2012 17:29:33 +0200 From: Pietro Cerutti To: David O'Brien Message-ID: <20120904152933.GA91180@gahrfit.gahr.ch> References: <201208291020.q7TAKETL048000@freefall.freebsd.org> <20120829222138.GA11490@dragon.NUXI.org> <20120830073634.GF64517@gahrfit.gahr.ch> <20120904142223.GB83274@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <20120904142223.GB83274@dragon.NUXI.org> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/171158: [patch] editors/vim -- remove limitation on unthreaded version of Tcl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 15:29:43 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Sep-04, 07:22, David O'Brien wrote: > On Thu, Aug 30, 2012 at 09:36:34AM +0200, Pietro Cerutti wrote: > > On 2012-Aug-29, 15:21, David O'Brien wrote: > > > Pietro, > > > What version of TCL did you test with? (I'm guessing 8.5). > > Ehm 8.6 actually.. > ... > > > .if defined(WITH_TCL) > > > -USE_TCL=3D 82+ > > > -USE_TCL_NO_THREADS=3D yes > > > +USE_TCL=3D 85+ > > > .endif > >=20 > > I would be more than happy to see this committed. Tcl version can > > cohexist, and < 8.4 exist just to support a couple of legacy softwares. >=20 > Since you tested with 8.6, I guess it should be "USE_TCL=3D86+" instead. > Or do you know if it will work OK with 8.5? Empirically yes, it will work with 8.5 :) I will test with that version and get back to you. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBGHlwACgkQwMJqmJVx944AfACeMjeVVnoxmKvlQ5zTX3F3uHu2 SpUAoJQi+sLZ0mCOmXVzFOqyB2SO0xiH =FUSA -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 15:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AECEF1065677 for ; Tue, 4 Sep 2012 15:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6B68FC14 for ; Tue, 4 Sep 2012 15:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84FU8df049507 for ; Tue, 4 Sep 2012 15:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84FU8s1049493; Tue, 4 Sep 2012 15:30:08 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 15:30:08 GMT Resent-Message-Id: <201209041530.q84FU8s1049493@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8BFA106564A for ; Tue, 4 Sep 2012 15:22:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A448F8FC0C for ; Tue, 4 Sep 2012 15:22:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84FMpTU000651 for ; Tue, 4 Sep 2012 15:22:51 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84FMp2G000628 for FreeBSD-gnats-submit@freebsd.org; Tue, 4 Sep 2012 15:22:51 GMT (envelope-from bdrewery) Received: (qmail 5640 invoked from network); 4 Sep 2012 10:22:43 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 4 Sep 2012 10:22:43 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Tue, 04 Sep 2012 10:22:42 -0500 Message-Id: <201209041522.q84FMp2G000628@freefall.freebsd.org> Date: Tue, 04 Sep 2012 10:22:42 -0500 From: Bryan Drewery To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bapt@FreeBSD.org Subject: ports/171326: [PATCH] [Mk] Fix bogus warnings in bsd.openssl/ncurses.mk when using pkgng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 15:30:11 -0000 >Number: 171326 >Category: ports >Synopsis: [PATCH] [Mk] Fix bogus warnings in bsd.openssl/ncurses.mk when using pkgng >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 Sep 04 15:30:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: If WITH_PKGNG is defined in make.conf, trying to install (or use pkg2ng) a port that depends on ports openssl or ncurses, the following warnings are produced: "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg which -qo /usr/local/lib/libcrypto.so" returned non-zero status "/usr/ports/Mk/bsd.ncurses.mk", line 66: warning: "/usr/local/sbin/pkg which -qo /usr/local/lib/libncurses.so" returned non-zero status The value returned is blank and the mk files are already properly accounting for that. The only problem is the bogus warning. The patch makes the warning go away. >How-To-Repeat: # *No openssl/ncurses package registered in pkgng yet* # Already have security/openssl and devel/ncurses installed echo "WITH_PKGNG=yes" >> /etc/make.conf make -C /usr/ports/security/tor -VOPENSSL_PORT make -C /usr/ports/security/metasploit -VNCURSES_PORT >Fix: --- patch-mk-pkg-which.txt begins here --- diff -ur Mk.orig/bsd.ncurses.mk Mk/bsd.ncurses.mk --- Mk.orig/bsd.ncurses.mk 2012-05-06 08:54:57.000000000 -0500 +++ Mk/bsd.ncurses.mk 2012-09-04 10:20:05.000000000 -0500 @@ -63,7 +63,7 @@ .else PKGARGS= .endif -NCURSES_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libncurses.so +NCURSES_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libncurses.so || : .else NCURSES_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \ xargs -0 grep -l "^lib/libncurses.so." | \ diff -ur Mk.orig/bsd.openssl.mk Mk/bsd.openssl.mk --- Mk.orig/bsd.openssl.mk 2012-04-18 06:38:20.000000000 -0500 +++ Mk/bsd.openssl.mk 2012-09-04 10:05:53.000000000 -0500 @@ -106,7 +106,7 @@ .else PKGARGS= .endif -OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so +OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so || : .else OPENSSL_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \ xargs -0 grep -l "^lib/libssl.so." | \ --- patch-mk-pkg-which.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 15:37:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04213106566B; Tue, 4 Sep 2012 15:37:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB6278FC14; Tue, 4 Sep 2012 15:37:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84Fbqa3061958; Tue, 4 Sep 2012 15:37:52 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84Fbq6H061944; Tue, 4 Sep 2012 15:37:52 GMT (envelope-from bdrewery) Date: Tue, 4 Sep 2012 15:37:52 GMT Message-Id: <201209041537.q84Fbq6H061944@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171326: [PATCH] [Mk] Fix bogus warnings in bsd.openssl/ncurses.mk when using pkgng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 15:37:53 -0000 Synopsis: [PATCH] [Mk] Fix bogus warnings in bsd.openssl/ncurses.mk when using pkgng Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bdrewery Responsible-Changed-When: Tue Sep 4 15:37:47 UTC 2012 Responsible-Changed-Why: Over to pkgng maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=171326 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:05:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32FAC106564A; Tue, 4 Sep 2012 16:05:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05BC58FC1C; Tue, 4 Sep 2012 16:05:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84G4xII080228; Tue, 4 Sep 2012 16:04:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84G4xCo080187; Tue, 4 Sep 2012 16:04:59 GMT (envelope-from linimon) Date: Tue, 4 Sep 2012 16:04:59 GMT Message-Id: <201209041604.q84G4xCo080187@freefall.freebsd.org> To: venture37@geeklan.co.uk, anarcat@anarcat.ath.cx, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171153: new version available for net-mgmt/coovachilli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:05:00 -0000 Synopsis: new version available for net-mgmt/coovachilli State-Changed-From-To: feedback->suspended State-Changed-By: linimon State-Changed-When: Tue Sep 4 16:04:13 UTC 2012 State-Changed-Why: Patch declined maintainer in favor of fixing the problem upstream. Mark this as suspended until the next release. http://www.freebsd.org/cgi/query-pr.cgi?pr=171153 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:14:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9352310656DB; Tue, 4 Sep 2012 16:14:32 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA1E8FC1A; Tue, 4 Sep 2012 16:14:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84GEWaU017857; Tue, 4 Sep 2012 16:14:32 GMT (envelope-from jase@freefall.freebsd.org) Received: (from jase@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84GEWWn017839; Tue, 4 Sep 2012 17:14:32 +0100 (BST) (envelope-from jase) Date: Tue, 4 Sep 2012 17:14:32 +0100 (BST) Message-Id: <201209041614.q84GEWWn017839@freefall.freebsd.org> To: jase@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jase@FreeBSD.org From: jase@FreeBSD.org Cc: Subject: Re: ports/171283: [MAINTAINER] net-mgmt/netdisco-mibs: update to 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:14:34 -0000 Synopsis: [MAINTAINER] net-mgmt/netdisco-mibs: update to 1.0 Responsible-Changed-From-To: freebsd-ports-bugs->jase Responsible-Changed-By: jase Responsible-Changed-When: Tue 4 Sep 2012 17:14:31 BST Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171283 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:15:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF0751065673; Tue, 4 Sep 2012 16:15:54 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A21F88FC15; Tue, 4 Sep 2012 16:15:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84GFs2W045808; Tue, 4 Sep 2012 16:15:54 GMT (envelope-from jase@freefall.freebsd.org) Received: (from jase@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84GFsJq045791; Tue, 4 Sep 2012 17:15:54 +0100 (BST) (envelope-from jase) Date: Tue, 4 Sep 2012 17:15:54 +0100 (BST) Message-Id: <201209041615.q84GFsJq045791@freefall.freebsd.org> To: jase@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jase@FreeBSD.org From: jase@FreeBSD.org Cc: Subject: Re: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:15:54 -0000 Synopsis: [MAINTAINER] games/kye: Makefile and pkg-plist changed Responsible-Changed-From-To: freebsd-ports-bugs->jase Responsible-Changed-By: jase Responsible-Changed-When: Tue 4 Sep 2012 17:15:53 BST Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171239 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:16:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07B84106564A; Tue, 4 Sep 2012 16:16:34 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 949538FC17; Tue, 4 Sep 2012 16:16:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84GGYT4057056; Tue, 4 Sep 2012 16:16:34 GMT (envelope-from jase@freefall.freebsd.org) Received: (from jase@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84GGYoN057040; Tue, 4 Sep 2012 17:16:34 +0100 (BST) (envelope-from jase) Date: Tue, 4 Sep 2012 17:16:34 +0100 (BST) Message-Id: <201209041616.q84GGYoN057040@freefall.freebsd.org> To: jase@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jase@FreeBSD.org From: jase@FreeBSD.org Cc: Subject: Re: ports/171324: [MAINTAINER] chinese/ydict: update to 1.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:16:35 -0000 Synopsis: [MAINTAINER] chinese/ydict: update to 1.2.6 Responsible-Changed-From-To: freebsd-ports-bugs->jase Responsible-Changed-By: jase Responsible-Changed-When: Tue 4 Sep 2012 17:16:33 BST Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171324 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:17:52 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F04511065675; Tue, 4 Sep 2012 16:17:51 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C4B928FC21; Tue, 4 Sep 2012 16:17:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84GHpAb077518; Tue, 4 Sep 2012 16:17:51 GMT (envelope-from jase@freefall.freebsd.org) Received: (from jase@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84GHpmW077501; Tue, 4 Sep 2012 17:17:51 +0100 (BST) (envelope-from jase) Date: Tue, 4 Sep 2012 17:17:51 +0100 (BST) Message-Id: <201209041617.q84GHpmW077501@freefall.freebsd.org> To: jase@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jase@FreeBSD.org From: jase@FreeBSD.org Cc: Subject: Re: ports/171312: Update Port: audio/ices (2.0.1 to 2.0.2) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:17:52 -0000 Synopsis: Update Port: audio/ices (2.0.1 to 2.0.2) Responsible-Changed-From-To: freebsd-ports-bugs->jase Responsible-Changed-By: jase Responsible-Changed-When: Tue 4 Sep 2012 17:17:50 BST Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171312 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D6FE106566B for ; Tue, 4 Sep 2012 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC5398FC0C for ; Tue, 4 Sep 2012 16:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84GK896015514 for ; Tue, 4 Sep 2012 16:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84GK8AU015501; Tue, 4 Sep 2012 16:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 16:20:08 GMT Resent-Message-Id: <201209041620.q84GK8AU015501@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DA8F106566B for ; Tue, 4 Sep 2012 16:17:37 +0000 (UTC) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: from rosetta.club.kyutech.ac.jp (rosetta.club.kyutech.ac.jp [131.206.108.15]) by mx1.freebsd.org (Postfix) with ESMTP id BDDA48FC08 for ; Tue, 4 Sep 2012 16:17:36 +0000 (UTC) Received: from rosetta.club.kyutech.ac.jp (localhost [127.0.0.1]) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5) with ESMTP id q84GHZi2057357; Wed, 5 Sep 2012 01:17:35 +0900 (JST) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: (from masaki@localhost) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5/Submit) id q84GHZx6057356; Wed, 5 Sep 2012 01:17:35 +0900 (JST) (envelope-from masaki) Message-Id: <201209041617.q84GHZx6057356@rosetta.club.kyutech.ac.jp> Date: Wed, 5 Sep 2012 01:17:35 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171327: [maintainer update] japanese/font-ricty: OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:20:09 -0000 >Number: 171327 >Category: ports >Synopsis: [maintainer update] japanese/font-ricty: OptionsNG >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 Sep 04 16:20:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 9.0-STABLE amd64 >Organization: WIDE Project >Environment: System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-STABLE FreeBSD 9.0-STABLE #8: Mon Jul 2 11:36:08 JST 2012 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64 >Description: * Convert to OptionsNG >How-To-Repeat: >Fix: --- font-ricty.diff begins here --- diff -ruN /usr/ports/japanese/font-ricty/Makefile redports/masaki/japanese/font-ricty/Makefile --- /usr/ports/japanese/font-ricty/Makefile 2012-05-06 09:23:21.000000000 +0900 +++ redports/masaki/japanese/font-ricty/Makefile 2012-09-05 01:04:15.620486610 +0900 @@ -7,7 +7,7 @@ PORTNAME= ricty PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/ PKGNAMEPREFIX= ja-font- @@ -36,11 +36,14 @@ LOCAL_FONTSDIR= share/fonts X_FONTSDIR= lib/X11/fonts -OPTIONS= DISCORD "Install Ricty-Discord" On +OPTIONS_DEFINE= DISCORD +DISCORD_DESC= Install Ricty-Discord + +OPTIONS_DEFAULT= DISCORD .include -.if defined(WITH_DISCORD) +.if ${PORT_OPTIONS:MDISCORD} PLIST_SUB+= DISCORD="" SUB_LIST+= DISCORD="" .else --- font-ricty.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:20:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2428106564A; Tue, 4 Sep 2012 16:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 967AB8FC17; Tue, 4 Sep 2012 16:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84GKLaF018906; Tue, 4 Sep 2012 16:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84GKLe0018889; Tue, 4 Sep 2012 16:20:21 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 16:20:21 GMT Message-Id: <201209041620.q84GKLe0018889@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171327: [maintainer update] japanese/font-ricty: OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:20:21 -0000 Synopsis: [maintainer update] japanese/font-ricty: OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 16:20:20 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171327 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 16:26:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49129106564A; Tue, 4 Sep 2012 16:26:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1BE7E8FC14; Tue, 4 Sep 2012 16:26:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84GQa9g027861; Tue, 4 Sep 2012 16:26:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84GQagJ027845; Tue, 4 Sep 2012 16:26:36 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 16:26:36 GMT Message-Id: <201209041626.q84GQagJ027845@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/170777: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 16:26:37 -0000 Synopsis: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 16:26:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=170777 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 19:58:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70ACD1065675; Tue, 4 Sep 2012 19:58:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45A538FC16; Tue, 4 Sep 2012 19:58:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84JwxL4097522; Tue, 4 Sep 2012 19:58:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84JwxiF097503; Tue, 4 Sep 2012 19:58:59 GMT (envelope-from swills) Date: Tue, 4 Sep 2012 19:58:59 GMT Message-Id: <201209041958.q84JwxiF097503@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/171252: net-p2p/bitcoin suffers a spinlock problem (fix included) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 19:58:59 -0000 Synopsis: net-p2p/bitcoin suffers a spinlock problem (fix included) Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Sep 4 19:58:58 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171252 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 20:34:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84294106564A; Tue, 4 Sep 2012 20:34:02 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56EBD8FC12; Tue, 4 Sep 2012 20:34:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84KY2HT028854; Tue, 4 Sep 2012 20:34:02 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84KY2Td028837; Tue, 4 Sep 2012 20:34:02 GMT (envelope-from nox) Date: Tue, 4 Sep 2012 20:34:02 GMT Message-Id: <201209042034.q84KY2Td028837@freefall.freebsd.org> To: thomas.e.zander@googlemail.com, nox@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nox@FreeBSD.org From: nox@FreeBSD.org Cc: Subject: Re: ports/171249: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 20:34:02 -0000 Synopsis: multimedia/mplayer: build error if OSVERSION >=900033 and world is built WITHOUT_CLANG Responsible-Changed-From-To: freebsd-ports-bugs->nox Responsible-Changed-By: nox Responsible-Changed-When: Tue Sep 4 20:34:01 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171249 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 20:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 402DC1065697 for ; Tue, 4 Sep 2012 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEC688FC16 for ; Tue, 4 Sep 2012 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84Ke1e9019412 for ; Tue, 4 Sep 2012 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84Ke14m019395; Tue, 4 Sep 2012 20:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 20:40:01 GMT Resent-Message-Id: <201209042040.q84Ke14m019395@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1089106564A for ; Tue, 4 Sep 2012 20:37:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CCA998FC12 for ; Tue, 4 Sep 2012 20:37:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q84Kb5GE045651 for ; Tue, 4 Sep 2012 20:37:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q84Kb5p3045643; Tue, 4 Sep 2012 20:37:05 GMT (envelope-from nobody) Message-Id: <201209042037.q84Kb5p3045643@red.freebsd.org> Date: Tue, 4 Sep 2012 20:37:05 GMT From: Kimmo Paasiala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171329: bsd.pkgng.mk: root owned .metadir -directory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 20:40:02 -0000 >Number: 171329 >Category: ports >Synopsis: bsd.pkgng.mk: root owned .metadir -directory >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 Sep 04 20:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kimmo Paasiala >Release: STABLE-9 >Organization: >Environment: FreeBSD whitezone.mooo.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239722: Mon Aug 27 21:05:35 EEST 2012 toor@whitezone.mooo.com:/usr/obj/usr/src/sys/WHITEZONE amd64 >Description: If you start a port installation with normal user rights as 'make install clean' with WRKDIRPREFIX set to a user writable directory the build proceeds normally and the you are then asked for root password for the install -target. The installation finishes but the 'clean' target won't be able to clean the $WRKDIR completely. This seems to be a problem with the 'fake-pkg' target in bsd.pkgng.mk that creates the $WRKDIR/.metadir directory as root owned during 'install' target while the process is running under root priviledges. The fake-pkg target should clean up the .metadir -directory when it's no longer needed or the directory and it's contents should be created with user's normal rights. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 20:40:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7328C1065686; Tue, 4 Sep 2012 20:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4777E8FC1B; Tue, 4 Sep 2012 20:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84KeENG022829; Tue, 4 Sep 2012 20:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84KeEmM022812; Tue, 4 Sep 2012 20:40:14 GMT (envelope-from edwin) Date: Tue, 4 Sep 2012 20:40:14 GMT Message-Id: <201209042040.q84KeEmM022812@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171329: bsd.pkgng.mk: root owned .metadir -directory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 20:40:14 -0000 Synopsis: bsd.pkgng.mk: root owned .metadir -directory Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 4 20:40:13 UTC 2012 Responsible-Changed-Why: bsd.pkgng.mk is portmgr territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171329 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 21:08:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 428251065676; Tue, 4 Sep 2012 21:08:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 145AD8FC21; Tue, 4 Sep 2012 21:08:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84L8CEX031572; Tue, 4 Sep 2012 21:08:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84L8Cmv031494; Tue, 4 Sep 2012 21:08:12 GMT (envelope-from linimon) Date: Tue, 4 Sep 2012 21:08:12 GMT Message-Id: <201209042108.q84L8Cmv031494@freefall.freebsd.org> To: amdmi3@amdmi3.ru, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171328: Re: [PATCH] games/secretmaryochronicles: update to 1.10.20120512_4, Makefile changed, OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 21:08:13 -0000 Old Synopsis: Re: [PATCH] games/secretmaryochronicles: update to 1.10.20120512_4, New Synopsis: Re: [PATCH] games/secretmaryochronicles: update to 1.10.20120512_4, Makefile changed, OptionsNG State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Sep 4 21:07:08 UTC 2012 State-Changed-Why: Misfiled followup to ports/171194; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 4 21:07:08 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=171328 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 21:34:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3B2F1065670; Tue, 4 Sep 2012 21:34:14 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A63F28FC0C; Tue, 4 Sep 2012 21:34:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84LYEFl098657; Tue, 4 Sep 2012 21:34:14 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84LYE3E098642; Tue, 4 Sep 2012 21:34:14 GMT (envelope-from jgh) Date: Tue, 4 Sep 2012 21:34:14 GMT Message-Id: <201209042134.q84LYE3E098642@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bug@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/157504: [new port] net-mgmt/zenpack-NetApp: Provides monitoring of Network Appliance devices X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 21:34:15 -0000 Synopsis: [new port] net-mgmt/zenpack-NetApp: Provides monitoring of Network Appliance devices Responsible-Changed-From-To: freebsd-ports-bug->freebsd-ports-bugs Responsible-Changed-By: jgh Responsible-Changed-When: Tue Sep 4 21:34:13 UTC 2012 Responsible-Changed-Why: back to the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=157504 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 21:34:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 472171065675; Tue, 4 Sep 2012 21:34:29 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 17E848FC18; Tue, 4 Sep 2012 21:34:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84LYS4L001727; Tue, 4 Sep 2012 21:34:28 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84LYSEx001711; Tue, 4 Sep 2012 21:34:28 GMT (envelope-from jgh) Date: Tue, 4 Sep 2012 21:34:28 GMT Message-Id: <201209042134.q84LYSEx001711@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bug@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171010: Updated port security/rubygem-net-ssh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 21:34:29 -0000 Synopsis: Updated port security/rubygem-net-ssh Responsible-Changed-From-To: freebsd-ports-bug->freebsd-ports-bugs Responsible-Changed-By: jgh Responsible-Changed-When: Tue Sep 4 21:34:28 UTC 2012 Responsible-Changed-Why: back to the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=171010 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 21:34:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7AD5106566B; Tue, 4 Sep 2012 21:34:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6888FC26; Tue, 4 Sep 2012 21:34:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84LYgfp003892; Tue, 4 Sep 2012 21:34:42 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84LYg16003871; Tue, 4 Sep 2012 21:34:42 GMT (envelope-from jgh) Date: Tue, 4 Sep 2012 21:34:42 GMT Message-Id: <201209042134.q84LYg16003871@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bug@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171008: Updated port devel/rubygem-highline X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 21:34:42 -0000 Synopsis: Updated port devel/rubygem-highline Responsible-Changed-From-To: freebsd-ports-bug->freebsd-ports-bugs Responsible-Changed-By: jgh Responsible-Changed-When: Tue Sep 4 21:34:41 UTC 2012 Responsible-Changed-Why: back to the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=171008 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 21:34:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCB0F1065670; Tue, 4 Sep 2012 21:34:53 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0E4D8FC1A; Tue, 4 Sep 2012 21:34:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84LYrU4005118; Tue, 4 Sep 2012 21:34:53 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84LYrS8005073; Tue, 4 Sep 2012 21:34:53 GMT (envelope-from jgh) Date: Tue, 4 Sep 2012 21:34:53 GMT Message-Id: <201209042134.q84LYrS8005073@freefall.freebsd.org> To: renchap@cocoa-x.com, jgh@FreeBSD.org, freebsd-ports-bug@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171005: Updated port sysutils/rubygem-chef X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 21:34:54 -0000 Synopsis: Updated port sysutils/rubygem-chef Responsible-Changed-From-To: freebsd-ports-bug->freebsd-ports-bugs Responsible-Changed-By: jgh Responsible-Changed-When: Tue Sep 4 21:34:52 UTC 2012 Responsible-Changed-Why: back to the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=171005 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 22:00:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 979A0106566C for ; Tue, 4 Sep 2012 22:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 165A68FC14 for ; Tue, 4 Sep 2012 22:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q84M0GAK050851 for ; Tue, 4 Sep 2012 22:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q84M0G33050834; Tue, 4 Sep 2012 22:00:16 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 22:00:16 GMT Resent-Message-Id: <201209042200.q84M0G33050834@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E22F10656A6 for ; Tue, 4 Sep 2012 21:57:39 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 55AD58FC25 for ; Tue, 4 Sep 2012 21:57:38 +0000 (UTC) Received: by iebc12 with SMTP id c12so7706551ieb.13 for ; Tue, 04 Sep 2012 14:57:38 -0700 (PDT) Received: by 10.50.194.136 with SMTP id hw8mr15658594igc.11.1346795858375; Tue, 04 Sep 2012 14:57:38 -0700 (PDT) Received: from localhost ([131.156.211.13]) by mx.google.com with ESMTPS id a10sm28445578igd.1.2012.09.04.14.57.37 (version=SSLv3 cipher=OTHER); Tue, 04 Sep 2012 14:57:37 -0700 (PDT) Message-Id: <50467951.ea0f320a.33e9.fffff55b@mx.google.com> Date: Tue, 04 Sep 2012 14:57:37 -0700 (PDT) From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171330: [UPDATE] chinese/libpinyin to 0.7.1 & chinese/fcitx-libpinyin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 22:00:17 -0000 >Number: 171330 >Category: ports >Synopsis: [UPDATE] chinese/libpinyin to 0.7.1 & chinese/fcitx-libpinyin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 04 22:00:16 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.3-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #3 r237726: Thu Jun 28 15:59:28 CDT 2012 lichray@elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: chinese/libpinyin -> 0.7.1 chinese/fcitx-libpinyin -> 0.2.0 There're no structural changes to those projects. >How-To-Repeat: >Fix: --- libpinyin_0.7.1_with_fcitx.diff begins here --- Index: libpinyin/pkg-plist =================================================================== --- libpinyin/pkg-plist (revision 303671) +++ libpinyin/pkg-plist (working copy) @@ -1,16 +1,16 @@ bin/gen_binary_files bin/gen_unigram bin/import_interpolation -include/libpinyin-0.3/chewing_enum.h -include/libpinyin-0.3/chewing_key.h -include/libpinyin-0.3/novel_types.h -include/libpinyin-0.3/pinyin.h -include/libpinyin-0.3/pinyin_custom2.h -include/libpinyin-0.3/pinyin_parser2.h +include/libpinyin-%%VER%%/chewing_enum.h +include/libpinyin-%%VER%%/chewing_key.h +include/libpinyin-%%VER%%/novel_types.h +include/libpinyin-%%VER%%/pinyin.h +include/libpinyin-%%VER%%/pinyin_custom2.h +include/libpinyin-%%VER%%/pinyin_parser2.h lib/libpinyin.a lib/libpinyin.la lib/libpinyin.so -lib/libpinyin.so.0 +lib/libpinyin.so.2 libdata/pkgconfig/libpinyin.pc %%DATADIR%%/data/bigram.db %%DATADIR%%/data/gb_char.bin @@ -19,4 +19,4 @@ %%DATADIR%%/data/pinyin_index.bin @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@dirrm include/libpinyin-0.3 +@dirrm include/libpinyin-%%VER%% Index: libpinyin/Makefile =================================================================== --- libpinyin/Makefile (revision 303671) +++ libpinyin/Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= libpinyin -PORTVERSION= 0.5.92 +PORTVERSION= 0.7.1 CATEGORIES= chinese textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -28,6 +28,8 @@ -I${BDB_INCLUDE_DIR} -D_WITH_GETLINE" \ LDFLAGS="-L${LOCALBASE}/lib -l${BDB_LIB_NAME}" +PLIST_SUB+= VER=${PORTVERSION} + .include .if ${OSVERSION} < 800107 Index: libpinyin/distinfo =================================================================== --- libpinyin/distinfo (revision 303671) +++ libpinyin/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libpinyin-0.5.92.tar.gz) = aae733f7f0d3292b3e1f3dcdf183c496d90251064d9d2eae45b3d71738f3a838 -SIZE (libpinyin-0.5.92.tar.gz) = 10477392 +SHA256 (libpinyin-0.7.1.tar.gz) = 1205a7aabe5e3a0bed37323714b8f7ea51947b488d40aab08e268487f85e7c51 +SIZE (libpinyin-0.7.1.tar.gz) = 10464925 Index: fcitx-libpinyin/files/patch-CMakeLists.txt =================================================================== --- fcitx-libpinyin/files/patch-CMakeLists.txt (revision 0) +++ fcitx-libpinyin/files/patch-CMakeLists.txt (working copy) @@ -0,0 +1,10 @@ +--- CMakeLists.txt~ 2012-07-05 04:14:59.000000000 -0500 ++++ CMakeLists.txt 2012-09-04 16:36:28.118990420 -0500 +@@ -9,7 +9,6 @@ FIND_PACKAGE(Gettext REQUIRED) + FIND_PACKAGE(Fcitx 4.2.0 REQUIRED) + find_package(GLIB2 REQUIRED) + find_package(Libpinyin REQUIRED) +-find_program(WGET wget REQUIRED) + find_program(TAR tar REQUIRED) + + # uninstall target Index: fcitx-libpinyin/Makefile =================================================================== --- fcitx-libpinyin/Makefile (revision 303671) +++ fcitx-libpinyin/Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= fcitx-libpinyin -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://cloud.github.com/downloads/fcitx/fcitx-libpinyin/:libpinyin @@ -18,7 +18,7 @@ COMMENT= The libpinyin support for Fcitx LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ - pinyin.0:${PORTSDIR}/chinese/libpinyin + pinyin.2:${PORTSDIR}/chinese/libpinyin USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes Index: fcitx-libpinyin/distinfo =================================================================== --- fcitx-libpinyin/distinfo (revision 303671) +++ fcitx-libpinyin/distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = adb84d0b0f9f3bd26b124dd5c4130adacd7d15293fc0e1917266ff35c51be03c -SIZE (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = 24220 +SHA256 (fcitx/fcitx-libpinyin-0.2.0.tar.xz) = b39649d4e4ebb4b054ea520fe80efd520b273d42223d6d8c0b699b11fa4cd039 +SIZE (fcitx/fcitx-libpinyin-0.2.0.tar.xz) = 24464 SHA256 (fcitx/model.text.tar.gz) = 8d87d9c0b622f3163976a8c8bc57ded878cf0dee63c855b8a7afd36a151114eb SIZE (fcitx/model.text.tar.gz) = 9991219 --- libpinyin_0.7.1_with_fcitx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 00:10:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F5A0106564A for ; Wed, 5 Sep 2012 00:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 118D98FC12 for ; Wed, 5 Sep 2012 00:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q850A279068042 for ; Wed, 5 Sep 2012 00:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q850A2bh068033; Wed, 5 Sep 2012 00:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 00:10:02 GMT Resent-Message-Id: <201209050010.q850A2bh068033@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D3AD106564A for ; Wed, 5 Sep 2012 00:05:37 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 85B248FC14 for ; Wed, 5 Sep 2012 00:05:36 +0000 (UTC) Received: (qmail invoked by alias); 05 Sep 2012 00:05:34 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp028) with SMTP; 05 Sep 2012 02:05:34 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Sep 2012 02:05:33 +0200 Message-Id: <20120905000537.5D3AD106564A@hub.freebsd.org> Date: Wed, 05 Sep 2012 02:05:33 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171332: [NEW PORT] games/py27-pythonsudoku: Text and graphical program to create or resolve Sudokus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 00:10:03 -0000 >Number: 171332 >Category: ports >Synopsis: [NEW PORT] games/py27-pythonsudoku: Text and graphical program to create or resolve Sudokus >Confidential: no >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 Sep 05 00:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Python Sudoku is a text and graphical program (gtk interface) to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write an image (png, jpeg, etc) with a sudoku. WWW: http://pythonsudoku.sourceforge.net/ Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pythonsudoku # pythonsudoku/Makefile # pythonsudoku/pkg-descr # pythonsudoku/distinfo # pythonsudoku/pkg-plist # echo c - pythonsudoku mkdir -p pythonsudoku > /dev/null 2>&1 echo x - pythonsudoku/Makefile sed 's/^X//' >pythonsudoku/Makefile << 'f7bdba4a9da2177120d63f5b45331477' X# $FreeBSD$ X XPORTNAME= pythonsudoku XPORTVERSION= 0.13 XCATEGORIES= games python XMASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDIST_SUBDIR= python X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Text and graphical program to create or resolve Sudokus X XLICENSE= GPLv2 X XLIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ X ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ X ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab X XUSE_BZIP2= yes XUSE_GNOME= pygtk2 XUSE_GETTEXT= yes XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes XNO_BUILD= yes X XPORTDOCS= Changelog README TODO X X.include X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/games|${PREFIX}/bin|' \ X -e 's|/usr/share/games|${PREFIX}/share|' \ X ${WRKSRC}/setup.cfg X @${REINPLACE_CMD} -e 's|#localedir = "DIRECTORY"|localedir = "/usr/local/share/locale"|' \ X ${WRKSRC}/pythonsudoku/config.py X Xpost-install: X# Pixmaps X ${INSTALL_DATA} ${WRKSRC}/doc/PythonSudoku.png ${PREFIX}/share/pixmaps/${PORTNAME}.png X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include f7bdba4a9da2177120d63f5b45331477 echo x - pythonsudoku/pkg-descr sed 's/^X//' >pythonsudoku/pkg-descr << '4d63434c35dc03a086eb0b634e19fc68' XPython Sudoku is a text and graphical program (gtk interface) to create or Xresolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) Xand write an image (png, jpeg, etc) with a sudoku. X XWWW: http://pythonsudoku.sourceforge.net/ 4d63434c35dc03a086eb0b634e19fc68 echo x - pythonsudoku/distinfo sed 's/^X//' >pythonsudoku/distinfo << '877cb4ef9d0cff992e2d8959a1711dec' XSHA256 (python/pythonsudoku-0.13.tar.bz2) = 96abccca4409153af8559a87f1a8d0ee82651632fc8ecdf7698e4bcbdfd6098f XSIZE (python/pythonsudoku-0.13.tar.bz2) = 377572 877cb4ef9d0cff992e2d8959a1711dec echo x - pythonsudoku/pkg-plist sed 's/^X//' >pythonsudoku/pkg-plist << '8de7494680c32ca89670ce8bc4b9b987' Xbin/pysdk-gui.py Xbin/pysdk-image.py Xbin/pysdk-pdf.py Xbin/pysdk.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/__init__.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/__init__.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/__init__.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/board.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/board.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/board.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/check_modules.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/check_modules.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/check_modules.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/config.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/config.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/config.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/gui.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/gui.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/gui.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/history.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/history.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/history.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/image.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/image.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/image.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/info.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/info.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/info.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/pdf.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/pdf.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/pdf.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/printer.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/printer.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/printer.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/sudoku.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/sudoku.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/sudoku.pyo X%%PYTHON_SITELIBDIR%%/pythonsudoku/text.py X%%PYTHON_SITELIBDIR%%/pythonsudoku/text.pyc X%%PYTHON_SITELIBDIR%%/pythonsudoku/text.pyo Xshare/locale/ca/LC_MESSAGES/pythonsudoku.mo Xshare/locale/de/LC_MESSAGES/pythonsudoku.mo Xshare/locale/gl/LC_MESSAGES/pythonsudoku.mo Xshare/locale/pl/LC_MESSAGES/pythonsudoku.mo Xshare/pixmaps/pythonsudoku.png X%%DATADIR%%/FreeSans.ttf X@dirrm %%DATADIR%% X@dirrmtry share/applications X@dirrm %%PYTHON_SITELIBDIR%%/pythonsudoku X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry lib/python2.7 8de7494680c32ca89670ce8bc4b9b987 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 02:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7162C106564A for ; Wed, 5 Sep 2012 02:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 469A18FC12 for ; Wed, 5 Sep 2012 02:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q852o29l032281 for ; Wed, 5 Sep 2012 02:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q852o219032267; Wed, 5 Sep 2012 02:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 02:50:02 GMT Resent-Message-Id: <201209050250.q852o219032267@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57338106564A for ; Wed, 5 Sep 2012 02:42:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2788FC0A for ; Wed, 5 Sep 2012 02:42:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q852gxJN032783 for ; Wed, 5 Sep 2012 02:42:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q852gwSk032781; Wed, 5 Sep 2012 02:42:59 GMT (envelope-from nobody) Message-Id: <201209050242.q852gwSk032781@red.freebsd.org> Date: Wed, 5 Sep 2012 02:42:59 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171333: [PATCH] Update devel/clanlib to latest version 2.3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 02:50:09 -0000 >Number: 171333 >Category: ports >Synopsis: [PATCH] Update devel/clanlib to latest version 2.3.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 02:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 9.1 >Organization: noname >Environment: FreeBSD 9.1-RC1 >Description: Update clanlib to 2.3.6 Breaks super_methane_brothers Once this port is updated I will create a PR for super_methane_brothers. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: clanlib/Makefile =================================================================== RCS file: /usr/local/freebsdcvs/ports/devel/clanlib/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- clanlib/Makefile 26 Jul 2012 05:40:22 -0000 1.44 +++ clanlib/Makefile 5 Sep 2012 02:36:27 -0000 @@ -7,29 +7,34 @@ # PORTNAME= clanlib -PORTVERSION= 0.8.1 -PORTREVISION= 12 -PORTEPOCH= 1 +PORTVERSION= 2.3.6 +#PORTREVISION= +#PORTEPOCH= CATEGORIES= devel -MASTER_SITES= http://www.clanlib.org/download/releases-0.8/ +MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ DISTNAME= ClanLib-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ mikmod:${PORTSDIR}/audio/libmikmod \ vorbis:${PORTSDIR}/audio/libvorbis +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= Unable to test on other archs. + WRKSRC= ${WRKDIR}/ClanLib-${PORTVERSION} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" USE_AUTOTOOLS= libtool +CONFIGURE_ARGS= --disable-docs GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-clanJavaScript --disable-docs USE_GMAKE= yes +USE_GCC?= 4.6+ USE_XORG= x11 xmu xi USE_GNOME= gnomehack USE_LDCONFIG= yes @@ -46,7 +51,5 @@ ${WRKSRC}/Sources/API/GL/opengl_wrap.h @${REINPLACE_CMD} -e 's|-lasound||' \ ${WRKSRC}/Sources/Sound/Makefile.in - @${REINPLACE_CMD} -e 's|@perl_exec@|${PERL}|g' \ - ${WRKSRC}/Documentation/Utilities/webbuilder.pl.in .include Index: clanlib/distinfo =================================================================== RCS file: /usr/local/freebsdcvs/ports/devel/clanlib/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- clanlib/distinfo 3 Jul 2011 14:55:23 -0000 1.9 +++ clanlib/distinfo 4 Sep 2012 23:17:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (ClanLib-0.8.1.tgz) = 094331dda35b0d263431d1551991eb208d8e969824434925548a9fcd1d34e495 -SIZE (ClanLib-0.8.1.tgz) = 7629019 +SHA256 (ClanLib-2.3.6.tgz) = b8dc9b41028bf16c0a6082aa15cdee5d8b1ecd5256797576970f09a63e3fafde +SIZE (ClanLib-2.3.6.tgz) = 25605576 Index: clanlib/pkg-plist =================================================================== RCS file: /usr/local/freebsdcvs/ports/devel/clanlib/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- clanlib/pkg-plist 26 Mar 2008 12:53:54 -0000 1.6 +++ clanlib/pkg-plist 5 Sep 2012 02:34:35 -0000 @@ -1,390 +1,676 @@ -include/ClanLib-0.8/ClanLib/Application/clanapp.h -include/ClanLib-0.8/ClanLib/Core/IOData/cl_endian.h -include/ClanLib-0.8/ClanLib/Core/IOData/datatypes.h -include/ClanLib-0.8/ClanLib/Core/IOData/directory.h -include/ClanLib-0.8/ClanLib/Core/IOData/directory_scanner.h -include/ClanLib-0.8/ClanLib/Core/IOData/inputsource.h -include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_file.h -include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_memory.h -include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_provider.h -include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_provider_file.h -include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_zipped.h -include/ClanLib-0.8/ClanLib/Core/IOData/outputsource.h -include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_file.h -include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_memory.h -include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_provider.h -include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_zipped.h -include/ClanLib-0.8/ClanLib/Core/IOData/zip_archive.h -include/ClanLib-0.8/ClanLib/Core/IOData/zip_file_entry.h -include/ClanLib-0.8/ClanLib/Core/Math/circle.h -include/ClanLib-0.8/ClanLib/Core/Math/cl_vector.h -include/ClanLib-0.8/ClanLib/Core/Math/delauney_triangulator.h -include/ClanLib-0.8/ClanLib/Core/Math/line_math.h -include/ClanLib-0.8/ClanLib/Core/Math/math.h -include/ClanLib-0.8/ClanLib/Core/Math/matrix4x4.h -include/ClanLib-0.8/ClanLib/Core/Math/number_pool.h -include/ClanLib-0.8/ClanLib/Core/Math/origin.h -include/ClanLib-0.8/ClanLib/Core/Math/outline_triangulator.h -include/ClanLib-0.8/ClanLib/Core/Math/point.h -include/ClanLib-0.8/ClanLib/Core/Math/pointset_math.h -include/ClanLib-0.8/ClanLib/Core/Math/quad.h -include/ClanLib-0.8/ClanLib/Core/Math/rect.h -include/ClanLib-0.8/ClanLib/Core/Math/size.h -include/ClanLib-0.8/ClanLib/Core/Math/triangle_math.h -include/ClanLib-0.8/ClanLib/Core/Math/vector2.h -include/ClanLib-0.8/ClanLib/Core/Math/vector2.inl -include/ClanLib-0.8/ClanLib/Core/Resources/resource.h -include/ClanLib-0.8/ClanLib/Core/Resources/resource_manager.h -include/ClanLib-0.8/ClanLib/Core/Resources/resourcedata.h -include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_boolean.h -include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_float.h -include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_integer.h -include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_raw.h -include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_string.h -include/ClanLib-0.8/ClanLib/Core/System/call_stack.h -include/ClanLib-0.8/ClanLib/Core/System/cl_assert.h -include/ClanLib-0.8/ClanLib/Core/System/cl_library.h -include/ClanLib-0.8/ClanLib/Core/System/clanstring.h -include/ClanLib-0.8/ClanLib/Core/System/clipboard.h -include/ClanLib-0.8/ClanLib/Core/System/clonable.h -include/ClanLib-0.8/ClanLib/Core/System/command_line.h -include/ClanLib-0.8/ClanLib/Core/System/console_window.h -include/ClanLib-0.8/ClanLib/Core/System/crash_reporter.h -include/ClanLib-0.8/ClanLib/Core/System/error.h -include/ClanLib-0.8/ClanLib/Core/System/event_listener.h -include/ClanLib-0.8/ClanLib/Core/System/event_trigger.h -include/ClanLib-0.8/ClanLib/Core/System/keep_alive.h -include/ClanLib-0.8/ClanLib/Core/System/lazycopyptr.h -include/ClanLib-0.8/ClanLib/Core/System/log.h -include/ClanLib-0.8/ClanLib/Core/System/mutex.h -include/ClanLib-0.8/ClanLib/Core/System/mutexsharedptr.h -include/ClanLib-0.8/ClanLib/Core/System/mutexweakptr.h -include/ClanLib-0.8/ClanLib/Core/System/owningptr.h -include/ClanLib-0.8/ClanLib/Core/System/setupcore.h -include/ClanLib-0.8/ClanLib/Core/System/sharedptr.h -include/ClanLib-0.8/ClanLib/Core/System/system.h -include/ClanLib-0.8/ClanLib/Core/System/thread.h -include/ClanLib-0.8/ClanLib/Core/System/threadfunc_v0.h -include/ClanLib-0.8/ClanLib/Core/System/threadfunc_v1.h -include/ClanLib-0.8/ClanLib/Core/System/threadfunc_v2.h -include/ClanLib-0.8/ClanLib/Core/System/timer.h -include/ClanLib-0.8/ClanLib/Core/System/weakptr.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_attr.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_cdata_section.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_character_data.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_comment.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_document.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_document_fragment.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_document_type.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_element.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_entity.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_entity_reference.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_exception.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_implementation.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_named_node_map.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_node.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_node_list.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_notation.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_processing_instruction.h -include/ClanLib-0.8/ClanLib/Core/XML/dom_text.h -include/ClanLib-0.8/ClanLib/Core/XML/xml_token.h -include/ClanLib-0.8/ClanLib/Core/XML/xml_tokenizer.h -include/ClanLib-0.8/ClanLib/Core/XML/xml_writer.h -include/ClanLib-0.8/ClanLib/Core/core_iostream.h -include/ClanLib-0.8/ClanLib/Display/Collision/collision_outline.h -include/ClanLib-0.8/ClanLib/Display/Collision/contour.h -include/ClanLib-0.8/ClanLib/Display/Collision/outline_accuracy.h -include/ClanLib-0.8/ClanLib/Display/Collision/outline_circle.h -include/ClanLib-0.8/ClanLib/Display/Collision/outline_math.h -include/ClanLib-0.8/ClanLib/Display/Collision/outline_provider.h -include/ClanLib-0.8/ClanLib/Display/Collision/outline_provider_bitmap.h -include/ClanLib-0.8/ClanLib/Display/Collision/outline_provider_file.h -include/ClanLib-0.8/ClanLib/Display/Providers/dc_buffer.h -include/ClanLib-0.8/ClanLib/Display/Providers/bmp_provider.h -include/ClanLib-0.8/ClanLib/Display/Providers/jpeg_provider.h -include/ClanLib-0.8/ClanLib/Display/Providers/pcx_provider.h -include/ClanLib-0.8/ClanLib/Display/Providers/png_provider.h -include/ClanLib-0.8/ClanLib/Display/Providers/provider_factory.h -include/ClanLib-0.8/ClanLib/Display/Providers/provider_type.h -include/ClanLib-0.8/ClanLib/Display/Providers/provider_type_register.h -include/ClanLib-0.8/ClanLib/Display/Providers/targa_provider.h -include/ClanLib-0.8/ClanLib/Display/blend_func.h -include/ClanLib-0.8/ClanLib/Display/canvas.h -include/ClanLib-0.8/ClanLib/Display/color.h -include/ClanLib-0.8/ClanLib/Display/display.h -include/ClanLib-0.8/ClanLib/Display/display_iostream.h -include/ClanLib-0.8/ClanLib/Display/display_mode.h -include/ClanLib-0.8/ClanLib/Display/display_window.h -include/ClanLib-0.8/ClanLib/Display/display_window_description.h -include/ClanLib-0.8/ClanLib/Display/font.h -include/ClanLib-0.8/ClanLib/Display/frameratecounter.h -include/ClanLib-0.8/ClanLib/Display/glyph_buffer.h -include/ClanLib-0.8/ClanLib/Display/gradient.h -include/ClanLib-0.8/ClanLib/Display/graphic_context.h -include/ClanLib-0.8/ClanLib/Display/input_buffer.h -include/ClanLib-0.8/ClanLib/Display/input_button.h -include/ClanLib-0.8/ClanLib/Display/input_context.h -include/ClanLib-0.8/ClanLib/Display/input_device.h -include/ClanLib-0.8/ClanLib/Display/input_event.h -include/ClanLib-0.8/ClanLib/Display/joystick.h -include/ClanLib-0.8/ClanLib/Display/key_binding.h -include/ClanLib-0.8/ClanLib/Display/keyboard.h -include/ClanLib-0.8/ClanLib/Display/keys.h -include/ClanLib-0.8/ClanLib/Display/mouse.h -include/ClanLib-0.8/ClanLib/Display/palette.h -include/ClanLib-0.8/ClanLib/Display/pixel_buffer.h -include/ClanLib-0.8/ClanLib/Display/pixel_format.h -include/ClanLib-0.8/ClanLib/Display/pixel_format_type.h -include/ClanLib-0.8/ClanLib/Display/rle_surface.h -include/ClanLib-0.8/ClanLib/Display/setupdisplay.h -include/ClanLib-0.8/ClanLib/Display/sprite.h -include/ClanLib-0.8/ClanLib/Display/sprite_description.h -include/ClanLib-0.8/ClanLib/Display/sprite_packer.h -include/ClanLib-0.8/ClanLib/Display/stencil_func.h -include/ClanLib-0.8/ClanLib/Display/surface.h -include/ClanLib-0.8/ClanLib/Display/text_styler.h -include/ClanLib-0.8/ClanLib/GL/light_source.h -include/ClanLib-0.8/ClanLib/GL/opengl.h -include/ClanLib-0.8/ClanLib/GL/opengl_state.h -include/ClanLib-0.8/ClanLib/GL/opengl_state_data.h -include/ClanLib-0.8/ClanLib/GL/opengl_surface.h -include/ClanLib-0.8/ClanLib/GL/opengl_window.h -include/ClanLib-0.8/ClanLib/GL/opengl_window_description.h -include/ClanLib-0.8/ClanLib/GL/opengl_wrap.h -include/ClanLib-0.8/ClanLib/GL/program_attribute.h -include/ClanLib-0.8/ClanLib/GL/program_object.h -include/ClanLib-0.8/ClanLib/GL/program_uniform.h -include/ClanLib-0.8/ClanLib/GL/setupgl.h -include/ClanLib-0.8/ClanLib/GL/shader_object.h -include/ClanLib-0.8/ClanLib/GL/texture.h -include/ClanLib-0.8/ClanLib/GL/viewpoint.h -include/ClanLib-0.8/ClanLib/GUI/button.h -include/ClanLib-0.8/ClanLib/GUI/checkbox.h -include/ClanLib-0.8/ClanLib/GUI/component.h -include/ClanLib-0.8/ClanLib/GUI/component_manager.h -include/ClanLib-0.8/ClanLib/GUI/component_move_handler.h -include/ClanLib-0.8/ClanLib/GUI/component_resize_handler.h -include/ClanLib-0.8/ClanLib/GUI/component_style.h -include/ClanLib-0.8/ClanLib/GUI/component_type.h -include/ClanLib-0.8/ClanLib/GUI/deck.h -include/ClanLib-0.8/ClanLib/GUI/filedialog.h -include/ClanLib-0.8/ClanLib/GUI/frame.h -include/ClanLib-0.8/ClanLib/GUI/gui_manager.h -include/ClanLib-0.8/ClanLib/GUI/image.h -include/ClanLib-0.8/ClanLib/GUI/inputbox.h -include/ClanLib-0.8/ClanLib/GUI/inputbox_stylebase.h -include/ClanLib-0.8/ClanLib/GUI/inputdialog.h -include/ClanLib-0.8/ClanLib/GUI/label.h -include/ClanLib-0.8/ClanLib/GUI/layout.h -include/ClanLib-0.8/ClanLib/GUI/listbox.h -include/ClanLib-0.8/ClanLib/GUI/listitem.h -include/ClanLib-0.8/ClanLib/GUI/menu.h -include/ClanLib-0.8/ClanLib/GUI/menu_item.h -include/ClanLib-0.8/ClanLib/GUI/menu_node.h -include/ClanLib-0.8/ClanLib/GUI/messagebox.h -include/ClanLib-0.8/ClanLib/GUI/progressbar.h -include/ClanLib-0.8/ClanLib/GUI/radiobutton.h -include/ClanLib-0.8/ClanLib/GUI/radiogroup.h -include/ClanLib-0.8/ClanLib/GUI/richedit.h -include/ClanLib-0.8/ClanLib/GUI/richedit_paragraph.h -include/ClanLib-0.8/ClanLib/GUI/scrollbar.h -include/ClanLib-0.8/ClanLib/GUI/setupgui.h -include/ClanLib-0.8/ClanLib/GUI/stylemanager.h -include/ClanLib-0.8/ClanLib/GUI/treeitem.h -include/ClanLib-0.8/ClanLib/GUI/treenode.h -include/ClanLib-0.8/ClanLib/GUI/treeview.h -include/ClanLib-0.8/ClanLib/GUI/window.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/button_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/checkbox_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/frame_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/image_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/inputbox_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/label_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/listbox_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/menu_item_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/menu_node_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/menu_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/progressbar_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/radiobutton_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/richedit_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/scrollbar_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/stylemanager_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/treeitem_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/treeview_silver.h -include/ClanLib-0.8/ClanLib/GUIStyleSilver/window_silver.h -include/ClanLib-0.8/ClanLib/MikMod/setupmikmod.h -include/ClanLib-0.8/ClanLib/MikMod/soundprovider_mikmod.h -include/ClanLib-0.8/ClanLib/Network/IRC/dcc_download.h -include/ClanLib-0.8/ClanLib/Network/IRC/irc_connection.h -include/ClanLib-0.8/ClanLib/Network/IRC/irc_numerics.h -include/ClanLib-0.8/ClanLib/Network/NetObjects/netobject_client.h -include/ClanLib-0.8/ClanLib/Network/NetObjects/netobject_controller.h -include/ClanLib-0.8/ClanLib/Network/NetObjects/netobject_server.h -include/ClanLib-0.8/ClanLib/Network/NetSession/inputsource_netpacket.h -include/ClanLib-0.8/ClanLib/Network/NetSession/inputsource_netstream.h -include/ClanLib-0.8/ClanLib/Network/NetSession/netcomputer.h -include/ClanLib-0.8/ClanLib/Network/NetSession/netgroup.h -include/ClanLib-0.8/ClanLib/Network/NetSession/netpacket.h -include/ClanLib-0.8/ClanLib/Network/NetSession/netsession.h -include/ClanLib-0.8/ClanLib/Network/NetSession/netstream.h -include/ClanLib-0.8/ClanLib/Network/NetSession/outputsource_netpacket.h -include/ClanLib-0.8/ClanLib/Network/NetSession/outputsource_netstream.h -include/ClanLib-0.8/ClanLib/Network/NetVariables/netvariables.h -include/ClanLib-0.8/ClanLib/Network/Socket/inputsource_socket.h -include/ClanLib-0.8/ClanLib/Network/Socket/ip_address.h -include/ClanLib-0.8/ClanLib/Network/Socket/outputsource_socket.h -include/ClanLib-0.8/ClanLib/Network/Socket/socket.h -include/ClanLib-0.8/ClanLib/Network/setupnetwork.h -include/ClanLib-0.8/ClanLib/SDL/setupsdl.h -include/ClanLib-0.8/ClanLib/Signals/signal.h -include/ClanLib-0.8/ClanLib/Signals/signal_v0.h -include/ClanLib-0.8/ClanLib/Signals/signal_v1.h -include/ClanLib-0.8/ClanLib/Signals/signal_v2.h -include/ClanLib-0.8/ClanLib/Signals/signal_v3.h -include/ClanLib-0.8/ClanLib/Signals/signal_v4.h -include/ClanLib-0.8/ClanLib/Signals/signal_v5.h -include/ClanLib-0.8/ClanLib/Signals/slot.h -include/ClanLib-0.8/ClanLib/Signals/slot_container.h -include/ClanLib-0.8/ClanLib/Signals/slot_generic.h -include/ClanLib-0.8/ClanLib/Signals/slot_v0.h -include/ClanLib-0.8/ClanLib/Signals/slot_v1.h -include/ClanLib-0.8/ClanLib/Signals/slot_v2.h -include/ClanLib-0.8/ClanLib/Signals/slot_v3.h -include/ClanLib-0.8/ClanLib/Signals/slot_v4.h -include/ClanLib-0.8/ClanLib/Signals/slot_v5.h -include/ClanLib-0.8/ClanLib/Signals/slotbuffer_v0.h -include/ClanLib-0.8/ClanLib/Signals/slotbuffer_v1.h -include/ClanLib-0.8/ClanLib/Sound/SoundFilters/echofilter.h -include/ClanLib-0.8/ClanLib/Sound/SoundFilters/fadefilter.h -include/ClanLib-0.8/ClanLib/Sound/SoundFilters/inverse_echofilter.h -include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_factory.h -include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_raw.h -include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_recorder.h -include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_type.h -include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_type_register.h -include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_wave.h -include/ClanLib-0.8/ClanLib/Sound/cd_drive.h -include/ClanLib-0.8/ClanLib/Sound/setupsound.h -include/ClanLib-0.8/ClanLib/Sound/sound.h -include/ClanLib-0.8/ClanLib/Sound/soundbuffer.h -include/ClanLib-0.8/ClanLib/Sound/soundbuffer_session.h -include/ClanLib-0.8/ClanLib/Sound/soundfilter.h -include/ClanLib-0.8/ClanLib/Sound/soundformat.h -include/ClanLib-0.8/ClanLib/Sound/soundoutput.h -include/ClanLib-0.8/ClanLib/Sound/soundoutput_description.h -include/ClanLib-0.8/ClanLib/Sound/soundprovider.h -include/ClanLib-0.8/ClanLib/Sound/soundprovider_session.h -include/ClanLib-0.8/ClanLib/Vorbis/setupvorbis.h -include/ClanLib-0.8/ClanLib/Vorbis/soundprovider_vorbis.h -include/ClanLib-0.8/ClanLib/application.h -include/ClanLib-0.8/ClanLib/core.h -include/ClanLib-0.8/ClanLib/display.h -include/ClanLib-0.8/ClanLib/gl.h -include/ClanLib-0.8/ClanLib/gui.h -include/ClanLib-0.8/ClanLib/guistylesilver.h -include/ClanLib-0.8/ClanLib/mikmod.h -include/ClanLib-0.8/ClanLib/network.h -include/ClanLib-0.8/ClanLib/sdl.h -include/ClanLib-0.8/ClanLib/signals.h -include/ClanLib-0.8/ClanLib/sound.h -include/ClanLib-0.8/ClanLib/vorbis.h -lib/libclanApp-0.8.so -lib/libclanApp-0.8.so.1 -lib/libclanApp.a -lib/libclanApp.la -lib/libclanApp.so -lib/libclanCore-0.8.so -lib/libclanCore-0.8.so.1 -lib/libclanCore.a -lib/libclanCore.la -lib/libclanCore.so -lib/libclanDisplay-0.8.so -lib/libclanDisplay-0.8.so.1 -lib/libclanDisplay.a -lib/libclanDisplay.la -lib/libclanDisplay.so -lib/libclanGL-0.8.so -lib/libclanGL-0.8.so.1 -lib/libclanGL.a -lib/libclanGL.la -lib/libclanGL.so -lib/libclanGUI-0.8.so -lib/libclanGUI-0.8.so.1 -lib/libclanGUI.a -lib/libclanGUI.la -lib/libclanGUI.so -lib/libclanGUIStyleSilver-0.8.so -lib/libclanGUIStyleSilver-0.8.so.1 -lib/libclanGUIStyleSilver.a -lib/libclanGUIStyleSilver.la -lib/libclanGUIStyleSilver.so -lib/libclanMikMod-0.8.so -lib/libclanMikMod-0.8.so.1 -lib/libclanMikMod.a -lib/libclanMikMod.la -lib/libclanMikMod.so -lib/libclanNetwork-0.8.so -lib/libclanNetwork-0.8.so.1 -lib/libclanNetwork.a -lib/libclanNetwork.la -lib/libclanNetwork.so -lib/libclanSDL-0.8.so -lib/libclanSDL-0.8.so.1 -lib/libclanSDL.a -lib/libclanSDL.la -lib/libclanSDL.so -lib/libclanSignals-0.8.so -lib/libclanSignals-0.8.so.1 -lib/libclanSignals.a -lib/libclanSignals.la -lib/libclanSignals.so -lib/libclanSound-0.8.so -lib/libclanSound-0.8.so.1 -lib/libclanSound.a -lib/libclanSound.la -lib/libclanSound.so -lib/libclanVorbis-0.8.so -lib/libclanVorbis-0.8.so.1 -lib/libclanVorbis.a -lib/libclanVorbis.la -lib/libclanVorbis.so -libdata/pkgconfig/clanApp-0.8.pc -libdata/pkgconfig/clanCore-0.8.pc -libdata/pkgconfig/clanDisplay-0.8.pc -libdata/pkgconfig/clanGL-0.8.pc -libdata/pkgconfig/clanGUI-0.8.pc -libdata/pkgconfig/clanGUIStyleSilver-0.8.pc -libdata/pkgconfig/clanMikMod-0.8.pc -libdata/pkgconfig/clanNetwork-0.8.pc -libdata/pkgconfig/clanSDL-0.8.pc -libdata/pkgconfig/clanSignals-0.8.pc -libdata/pkgconfig/clanSound-0.8.pc -libdata/pkgconfig/clanVorbis-0.8.pc -@dirrm include/ClanLib-0.8/ClanLib/Application -@dirrm include/ClanLib-0.8/ClanLib/Core/IOData -@dirrm include/ClanLib-0.8/ClanLib/Core/Math -@dirrm include/ClanLib-0.8/ClanLib/Core/Resources -@dirrm include/ClanLib-0.8/ClanLib/Core/System -@dirrm include/ClanLib-0.8/ClanLib/Core/XML -@dirrm include/ClanLib-0.8/ClanLib/Core -@dirrm include/ClanLib-0.8/ClanLib/Display/Collision -@dirrm include/ClanLib-0.8/ClanLib/Display/Providers -@dirrm include/ClanLib-0.8/ClanLib/Display -@dirrm include/ClanLib-0.8/ClanLib/GL -@dirrm include/ClanLib-0.8/ClanLib/GUI -@dirrm include/ClanLib-0.8/ClanLib/GUIStyleSilver -@dirrm include/ClanLib-0.8/ClanLib/MikMod -@dirrm include/ClanLib-0.8/ClanLib/Network/IRC -@dirrm include/ClanLib-0.8/ClanLib/Network/NetObjects -@dirrm include/ClanLib-0.8/ClanLib/Network/NetSession -@dirrm include/ClanLib-0.8/ClanLib/Network/NetVariables -@dirrm include/ClanLib-0.8/ClanLib/Network/Socket -@dirrm include/ClanLib-0.8/ClanLib/Network -@dirrm include/ClanLib-0.8/ClanLib/SDL -@dirrm include/ClanLib-0.8/ClanLib/Signals -@dirrm include/ClanLib-0.8/ClanLib/Sound/SoundFilters -@dirrm include/ClanLib-0.8/ClanLib/Sound/SoundProviders -@dirrm include/ClanLib-0.8/ClanLib/Sound -@dirrm include/ClanLib-0.8/ClanLib/Vorbis -@dirrm include/ClanLib-0.8/ClanLib -@dirrm include/ClanLib-0.8 +include/ClanLib-2.3/ClanLib/App/api_app.h +include/ClanLib-2.3/ClanLib/App/clanapp.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_attachment.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_clip.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_color.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_image.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_origin.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_position.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_repeat.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_background_size.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_collapse.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_color.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_image_outset.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_image_repeat.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_image_slice.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_image_source.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_image_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_radius.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_spacing.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_style.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_border_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_bottom.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_caption_side.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_clear.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_clip.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_color.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_content.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_counter_increment.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_counter_reset.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_cursor.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_decoration_break.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_direction.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_display.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_empty_cells.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_float.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_font_family.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_font_size.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_font_style.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_font_variant.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_font_weight.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_height.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_left.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_letter_spacing.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_line_height.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_list_style_image.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_list_style_position.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_list_style_type.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_margin_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_max_height.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_max_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_min_height.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_min_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_orphans.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_outline_color.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_outline_style.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_outline_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_overflow.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_padding_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_page_break_after.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_page_break_before.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_page_break_inside.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_position.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_quotes.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_right.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_shadow.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_table_layout.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_text_align.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_text_decoration.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_text_indent.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_text_transform.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_top.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_unicode_bidi.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_vertical_align.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_visibility.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_white_space.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_widows.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_width.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_word_spacing.h +include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes/css_box_z_index.h +include/ClanLib-2.3/ClanLib/CSSLayout/api_csslayout.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_box_length.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_box_properties.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_box_property.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_document2.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_hit_test_result.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_layout.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_layout_element.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_layout_node.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_layout_object.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_layout_text.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_layout_user_data.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_property2.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_property_list2.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_replaced_component.h +include/ClanLib-2.3/ClanLib/CSSLayout/css_select_node2.h +include/ClanLib-2.3/ClanLib/CSSLayout/dom_select_node.h +include/ClanLib-2.3/ClanLib/Core/CSS/css_document.h +include/ClanLib-2.3/ClanLib/Core/CSS/css_property.h +include/ClanLib-2.3/ClanLib/Core/CSS/css_token.h +include/ClanLib-2.3/ClanLib/Core/CSS/css_tokenizer.h +include/ClanLib-2.3/ClanLib/Core/Crypto/aes128_decrypt.h +include/ClanLib-2.3/ClanLib/Core/Crypto/aes128_encrypt.h +include/ClanLib-2.3/ClanLib/Core/Crypto/aes192_decrypt.h +include/ClanLib-2.3/ClanLib/Core/Crypto/aes192_encrypt.h +include/ClanLib-2.3/ClanLib/Core/Crypto/aes256_decrypt.h +include/ClanLib-2.3/ClanLib/Core/Crypto/aes256_encrypt.h +include/ClanLib-2.3/ClanLib/Core/Crypto/md5.h +include/ClanLib-2.3/ClanLib/Core/Crypto/random.h +include/ClanLib-2.3/ClanLib/Core/Crypto/rsa.h +include/ClanLib-2.3/ClanLib/Core/Crypto/secret.h +include/ClanLib-2.3/ClanLib/Core/Crypto/sha224.h +include/ClanLib-2.3/ClanLib/Core/Crypto/sha256.h +include/ClanLib-2.3/ClanLib/Core/Crypto/sha384.h +include/ClanLib-2.3/ClanLib/Core/Crypto/sha512.h +include/ClanLib-2.3/ClanLib/Core/Crypto/sha512_224.h +include/ClanLib-2.3/ClanLib/Core/Crypto/sha512_256.h +include/ClanLib-2.3/ClanLib/Core/IOData/access_control_list.h +include/ClanLib-2.3/ClanLib/Core/IOData/cl_endian.h +include/ClanLib-2.3/ClanLib/Core/IOData/directory.h +include/ClanLib-2.3/ClanLib/Core/IOData/directory_scanner.h +include/ClanLib-2.3/ClanLib/Core/IOData/file.h +include/ClanLib-2.3/ClanLib/Core/IOData/file_help.h +include/ClanLib-2.3/ClanLib/Core/IOData/html_url.h +include/ClanLib-2.3/ClanLib/Core/IOData/iodevice.h +include/ClanLib-2.3/ClanLib/Core/IOData/iodevice_memory.h +include/ClanLib-2.3/ClanLib/Core/IOData/iodevice_provider.h +include/ClanLib-2.3/ClanLib/Core/IOData/path_help.h +include/ClanLib-2.3/ClanLib/Core/IOData/pipe_connection.h +include/ClanLib-2.3/ClanLib/Core/IOData/pipe_listen.h +include/ClanLib-2.3/ClanLib/Core/IOData/security_descriptor.h +include/ClanLib-2.3/ClanLib/Core/IOData/security_identifier.h +include/ClanLib-2.3/ClanLib/Core/IOData/virtual_directory.h +include/ClanLib-2.3/ClanLib/Core/IOData/virtual_directory_listing.h +include/ClanLib-2.3/ClanLib/Core/IOData/virtual_directory_listing_entry.h +include/ClanLib-2.3/ClanLib/Core/IOData/virtual_file_source.h +include/ClanLib-2.3/ClanLib/Core/IOData/virtual_file_system.h +include/ClanLib-2.3/ClanLib/Core/Math/angle.h +include/ClanLib-2.3/ClanLib/Core/Math/base64_decoder.h +include/ClanLib-2.3/ClanLib/Core/Math/base64_encoder.h +include/ClanLib-2.3/ClanLib/Core/Math/bezier_curve.h +include/ClanLib-2.3/ClanLib/Core/Math/circle.h +include/ClanLib-2.3/ClanLib/Core/Math/cl_math.h +include/ClanLib-2.3/ClanLib/Core/Math/delauney_triangulator.h +include/ClanLib-2.3/ClanLib/Core/Math/ear_clip_result.h +include/ClanLib-2.3/ClanLib/Core/Math/ear_clip_triangulator.h +include/ClanLib-2.3/ClanLib/Core/Math/hash_functions.h +include/ClanLib-2.3/ClanLib/Core/Math/line.h +include/ClanLib-2.3/ClanLib/Core/Math/line_math.h +include/ClanLib-2.3/ClanLib/Core/Math/line_ray.h +include/ClanLib-2.3/ClanLib/Core/Math/line_segment.h +include/ClanLib-2.3/ClanLib/Core/Math/mat2.h +include/ClanLib-2.3/ClanLib/Core/Math/mat3.h +include/ClanLib-2.3/ClanLib/Core/Math/mat4.h +include/ClanLib-2.3/ClanLib/Core/Math/origin.h +include/ClanLib-2.3/ClanLib/Core/Math/outline_triangulator.h +include/ClanLib-2.3/ClanLib/Core/Math/point.h +include/ClanLib-2.3/ClanLib/Core/Math/pointset_math.h +include/ClanLib-2.3/ClanLib/Core/Math/quad.h +include/ClanLib-2.3/ClanLib/Core/Math/quaternion.h +include/ClanLib-2.3/ClanLib/Core/Math/rect.h +include/ClanLib-2.3/ClanLib/Core/Math/rect_packer.h +include/ClanLib-2.3/ClanLib/Core/Math/sha1.h +include/ClanLib-2.3/ClanLib/Core/Math/size.h +include/ClanLib-2.3/ClanLib/Core/Math/triangle_math.h +include/ClanLib-2.3/ClanLib/Core/Math/vec1.h +include/ClanLib-2.3/ClanLib/Core/Math/vec2.h +include/ClanLib-2.3/ClanLib/Core/Math/vec3.h +include/ClanLib-2.3/ClanLib/Core/Math/vec4.h +include/ClanLib-2.3/ClanLib/Core/Resources/resource.h +include/ClanLib-2.3/ClanLib/Core/Resources/resource_data_session.h +include/ClanLib-2.3/ClanLib/Core/Resources/resource_manager.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_0.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_1.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_2.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_3.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_4.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_5.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_v0.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_v1.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_v2.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_v3.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_v4.h +include/ClanLib-2.3/ClanLib/Core/Signals/callback_v5.h +include/ClanLib-2.3/ClanLib/Core/Signals/signal_v0.h +include/ClanLib-2.3/ClanLib/Core/Signals/signal_v1.h +include/ClanLib-2.3/ClanLib/Core/Signals/signal_v2.h +include/ClanLib-2.3/ClanLib/Core/Signals/signal_v3.h +include/ClanLib-2.3/ClanLib/Core/Signals/signal_v4.h +include/ClanLib-2.3/ClanLib/Core/Signals/signal_v5.h +include/ClanLib-2.3/ClanLib/Core/Signals/signals_impl.h +include/ClanLib-2.3/ClanLib/Core/Signals/slot.h +include/ClanLib-2.3/ClanLib/Core/Signals/slot_container.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_0.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_1.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_2.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_3.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_4.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_5.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_v0.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_v1.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_v2.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_v3.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_v4.h +include/ClanLib-2.3/ClanLib/Core/Signals/virtual_function_v5.h +include/ClanLib-2.3/ClanLib/Core/System/block_allocator.h +include/ClanLib-2.3/ClanLib/Core/System/cl_platform.h +include/ClanLib-2.3/ClanLib/Core/System/command_line.h +include/ClanLib-2.3/ClanLib/Core/System/console_window.h +include/ClanLib-2.3/ClanLib/Core/System/databuffer.h +include/ClanLib-2.3/ClanLib/Core/System/datetime.h +include/ClanLib-2.3/ClanLib/Core/System/disposable_object.h +include/ClanLib-2.3/ClanLib/Core/System/event.h +include/ClanLib-2.3/ClanLib/Core/System/event_provider.h +include/ClanLib-2.3/ClanLib/Core/System/exception.h +include/ClanLib-2.3/ClanLib/Core/System/interlocked_variable.h +include/ClanLib-2.3/ClanLib/Core/System/keep_alive.h +include/ClanLib-2.3/ClanLib/Core/System/mutex.h +include/ClanLib-2.3/ClanLib/Core/System/registry_key.h +include/ClanLib-2.3/ClanLib/Core/System/runnable.h +include/ClanLib-2.3/ClanLib/Core/System/service.h +include/ClanLib-2.3/ClanLib/Core/System/setup_core.h +include/ClanLib-2.3/ClanLib/Core/System/sharedptr.h +include/ClanLib-2.3/ClanLib/Core/System/system.h +include/ClanLib-2.3/ClanLib/Core/System/thread.h +include/ClanLib-2.3/ClanLib/Core/System/thread_local_storage.h +include/ClanLib-2.3/ClanLib/Core/System/timer.h +include/ClanLib-2.3/ClanLib/Core/System/uniqueptr.h +include/ClanLib-2.3/ClanLib/Core/System/weakptr.h +include/ClanLib-2.3/ClanLib/Core/Text/console.h +include/ClanLib-2.3/ClanLib/Core/Text/console_logger.h +include/ClanLib-2.3/ClanLib/Core/Text/file_logger.h +include/ClanLib-2.3/ClanLib/Core/Text/logger.h +include/ClanLib-2.3/ClanLib/Core/Text/string16.h +include/ClanLib-2.3/ClanLib/Core/Text/string8.h +include/ClanLib-2.3/ClanLib/Core/Text/string_allocator.h +include/ClanLib-2.3/ClanLib/Core/Text/string_data16.h +include/ClanLib-2.3/ClanLib/Core/Text/string_data8.h +include/ClanLib-2.3/ClanLib/Core/Text/string_format.h +include/ClanLib-2.3/ClanLib/Core/Text/string_help.h +include/ClanLib-2.3/ClanLib/Core/Text/string_ref16.h +include/ClanLib-2.3/ClanLib/Core/Text/string_ref8.h +include/ClanLib-2.3/ClanLib/Core/Text/string_types.h +include/ClanLib-2.3/ClanLib/Core/Text/utf8_reader.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_attr.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_cdata_section.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_character_data.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_comment.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_document.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_document_fragment.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_document_type.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_element.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_entity.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_entity_reference.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_exception.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_implementation.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_named_node_map.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_node.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_node_list.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_notation.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_processing_instruction.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_string.h +include/ClanLib-2.3/ClanLib/Core/XML/dom_text.h +include/ClanLib-2.3/ClanLib/Core/XML/xml_token.h +include/ClanLib-2.3/ClanLib/Core/XML/xml_tokenizer.h +include/ClanLib-2.3/ClanLib/Core/XML/xml_writer.h +include/ClanLib-2.3/ClanLib/Core/XML/xpath_evaluator.h +include/ClanLib-2.3/ClanLib/Core/XML/xpath_exception.h +include/ClanLib-2.3/ClanLib/Core/XML/xpath_object.h +include/ClanLib-2.3/ClanLib/Core/Zip/zip_archive.h +include/ClanLib-2.3/ClanLib/Core/Zip/zip_file_entry.h +include/ClanLib-2.3/ClanLib/Core/Zip/zip_reader.h +include/ClanLib-2.3/ClanLib/Core/Zip/zip_writer.h +include/ClanLib-2.3/ClanLib/Core/api_core.h +include/ClanLib-2.3/ClanLib/Core/core_iostream.h +include/ClanLib-2.3/ClanLib/Database/api_database.h +include/ClanLib-2.3/ClanLib/Database/db_command.h +include/ClanLib-2.3/ClanLib/Database/db_command_provider.h +include/ClanLib-2.3/ClanLib/Database/db_connection.h +include/ClanLib-2.3/ClanLib/Database/db_connection_provider.h +include/ClanLib-2.3/ClanLib/Database/db_reader.h +include/ClanLib-2.3/ClanLib/Database/db_reader_provider.h +include/ClanLib-2.3/ClanLib/Database/db_transaction.h +include/ClanLib-2.3/ClanLib/Database/db_transaction_provider.h +include/ClanLib-2.3/ClanLib/Database/db_value.h +include/ClanLib-2.3/ClanLib/Display/2D/collidable_sprite.h +include/ClanLib-2.3/ClanLib/Display/2D/color.h +include/ClanLib-2.3/ClanLib/Display/2D/color_hsl.h +include/ClanLib-2.3/ClanLib/Display/2D/color_hsl2.h +include/ClanLib-2.3/ClanLib/Display/2D/color_hsv.h +include/ClanLib-2.3/ClanLib/Display/2D/color_hsv2.h +include/ClanLib-2.3/ClanLib/Display/2D/draw.h +include/ClanLib-2.3/ClanLib/Display/2D/gradient.h +include/ClanLib-2.3/ClanLib/Display/2D/image.h +include/ClanLib-2.3/ClanLib/Display/2D/rounded_rect.h +include/ClanLib-2.3/ClanLib/Display/2D/span_layout.h +include/ClanLib-2.3/ClanLib/Display/2D/sprite.h +include/ClanLib-2.3/ClanLib/Display/2D/sprite_description.h +include/ClanLib-2.3/ClanLib/Display/2D/subtexture.h +include/ClanLib-2.3/ClanLib/Display/2D/texture_group.h +include/ClanLib-2.3/ClanLib/Display/Collision/collision_outline.h +include/ClanLib-2.3/ClanLib/Display/Collision/contour.h +include/ClanLib-2.3/ClanLib/Display/Collision/outline_accuracy.h +include/ClanLib-2.3/ClanLib/Display/Collision/outline_circle.h +include/ClanLib-2.3/ClanLib/Display/Collision/outline_math.h +include/ClanLib-2.3/ClanLib/Display/Collision/outline_provider.h +include/ClanLib-2.3/ClanLib/Display/Collision/outline_provider_bitmap.h +include/ClanLib-2.3/ClanLib/Display/Collision/outline_provider_file.h +include/ClanLib-2.3/ClanLib/Display/Font/font.h +include/ClanLib-2.3/ClanLib/Display/Font/font_description.h +include/ClanLib-2.3/ClanLib/Display/Font/font_freetype.h +include/ClanLib-2.3/ClanLib/Display/Font/font_metrics.h +include/ClanLib-2.3/ClanLib/Display/Font/font_sprite.h +include/ClanLib-2.3/ClanLib/Display/Font/font_system.h +include/ClanLib-2.3/ClanLib/Display/Font/font_vector.h +include/ClanLib-2.3/ClanLib/Display/Image/buffer_usage.h +include/ClanLib-2.3/ClanLib/Display/Image/icon_set.h +include/ClanLib-2.3/ClanLib/Display/Image/image_import_description.h +include/ClanLib-2.3/ClanLib/Display/Image/palette.h +include/ClanLib-2.3/ClanLib/Display/Image/perlin_noise.h +include/ClanLib-2.3/ClanLib/Display/Image/pixel_buffer.h +include/ClanLib-2.3/ClanLib/Display/Image/pixel_buffer_help.h +include/ClanLib-2.3/ClanLib/Display/Image/pixel_format.h +include/ClanLib-2.3/ClanLib/Display/Image/texture_format.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/jpeg_compressor.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/jpeg_decompressor.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/jpeg_provider.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/pcx_provider.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/png_provider.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/provider_factory.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/provider_type.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/provider_type_register.h +include/ClanLib-2.3/ClanLib/Display/ImageProviders/targa_provider.h +include/ClanLib-2.3/ClanLib/Display/Render/blend_mode.h +include/ClanLib-2.3/ClanLib/Display/Render/buffer_control.h +include/ClanLib-2.3/ClanLib/Display/Render/compare_function.h +include/ClanLib-2.3/ClanLib/Display/Render/element_array_buffer.h +include/ClanLib-2.3/ClanLib/Display/Render/frame_buffer.h +include/ClanLib-2.3/ClanLib/Display/Render/graphic_context.h +include/ClanLib-2.3/ClanLib/Display/Render/occlusion_query.h +include/ClanLib-2.3/ClanLib/Display/Render/pen.h +include/ClanLib-2.3/ClanLib/Display/Render/polygon_rasterizer.h +include/ClanLib-2.3/ClanLib/Display/Render/primitives_array.h +include/ClanLib-2.3/ClanLib/Display/Render/primitives_array_builder.h +include/ClanLib-2.3/ClanLib/Display/Render/program_attribute.h +include/ClanLib-2.3/ClanLib/Display/Render/program_object.h +include/ClanLib-2.3/ClanLib/Display/Render/program_uniform.h +include/ClanLib-2.3/ClanLib/Display/Render/render_batcher.h +include/ClanLib-2.3/ClanLib/Display/Render/render_buffer.h +include/ClanLib-2.3/ClanLib/Display/Render/shader_object.h +include/ClanLib-2.3/ClanLib/Display/Render/shared_gc_data.h +include/ClanLib-2.3/ClanLib/Display/Render/texture.h +include/ClanLib-2.3/ClanLib/Display/Render/vertex_array_buffer.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/cursor_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/display_target_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/display_window_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/element_array_buffer_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/font_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/frame_buffer_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/graphic_context_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/input_device_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/occlusion_query_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/pixel_buffer_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/program_object_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/render_buffer_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/render_window_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/shader_object_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/texture_provider.h +include/ClanLib-2.3/ClanLib/Display/TargetProviders/vertex_array_buffer_provider.h +include/ClanLib-2.3/ClanLib/Display/Window/cursor.h +include/ClanLib-2.3/ClanLib/Display/Window/display_window.h +include/ClanLib-2.3/ClanLib/Display/Window/display_window_description.h +include/ClanLib-2.3/ClanLib/Display/Window/input_context.h +include/ClanLib-2.3/ClanLib/Display/Window/input_device.h +include/ClanLib-2.3/ClanLib/Display/Window/input_event.h +include/ClanLib-2.3/ClanLib/Display/Window/input_state.h +include/ClanLib-2.3/ClanLib/Display/Window/keys.h +include/ClanLib-2.3/ClanLib/Display/api_display.h +include/ClanLib-2.3/ClanLib/Display/display.h +include/ClanLib-2.3/ClanLib/Display/display_target.h +include/ClanLib-2.3/ClanLib/Display/screen_info.h +include/ClanLib-2.3/ClanLib/Display/setup_display.h +include/ClanLib-2.3/ClanLib/GL/api_gl.h +include/ClanLib-2.3/ClanLib/GL/opengl.h +include/ClanLib-2.3/ClanLib/GL/opengl_defines.h +include/ClanLib-2.3/ClanLib/GL/opengl_graphic_context.h +include/ClanLib-2.3/ClanLib/GL/opengl_target.h +include/ClanLib-2.3/ClanLib/GL/opengl_window_description.h +include/ClanLib-2.3/ClanLib/GL/opengl_wrap.h +include/ClanLib-2.3/ClanLib/GL/setup_gl.h +include/ClanLib-2.3/ClanLib/GL1/api_gl1.h +include/ClanLib-2.3/ClanLib/GL1/graphic_context_gl1.h +include/ClanLib-2.3/ClanLib/GL1/light_model.h +include/ClanLib-2.3/ClanLib/GL1/light_source.h +include/ClanLib-2.3/ClanLib/GL1/material.h +include/ClanLib-2.3/ClanLib/GL1/opengl1.h +include/ClanLib-2.3/ClanLib/GL1/opengl1_defines.h +include/ClanLib-2.3/ClanLib/GL1/opengl1_target.h +include/ClanLib-2.3/ClanLib/GL1/opengl1_window_description.h +include/ClanLib-2.3/ClanLib/GL1/opengl1_wrap.h +include/ClanLib-2.3/ClanLib/GL1/setup_gl1.h +include/ClanLib-2.3/ClanLib/GL1/texture_unit.h +include/ClanLib-2.3/ClanLib/GUI/Components/checkbox.h +include/ClanLib-2.3/ClanLib/GUI/Components/combobox.h +include/ClanLib-2.3/ClanLib/GUI/Components/folderbrowsedialog.h +include/ClanLib-2.3/ClanLib/GUI/Components/frame.h +include/ClanLib-2.3/ClanLib/GUI/Components/groupbox.h +include/ClanLib-2.3/ClanLib/GUI/Components/imageview.h +include/ClanLib-2.3/ClanLib/GUI/Components/label.h +include/ClanLib-2.3/ClanLib/GUI/Components/lineedit.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview_column_data.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview_column_header.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview_header.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview_icon.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview_icon_list.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview_item.h +include/ClanLib-2.3/ClanLib/GUI/Components/listview_selected_item.h +include/ClanLib-2.3/ClanLib/GUI/Components/main_window.h +include/ClanLib-2.3/ClanLib/GUI/Components/menubar.h +include/ClanLib-2.3/ClanLib/GUI/Components/message_box.h +include/ClanLib-2.3/ClanLib/GUI/Components/openfiledialog.h +include/ClanLib-2.3/ClanLib/GUI/Components/popupmenu.h +include/ClanLib-2.3/ClanLib/GUI/Components/popupmenu_item.h +include/ClanLib-2.3/ClanLib/GUI/Components/progressbar.h +include/ClanLib-2.3/ClanLib/GUI/Components/push_button.h +include/ClanLib-2.3/ClanLib/GUI/Components/radiobutton.h +include/ClanLib-2.3/ClanLib/GUI/Components/savefiledialog.h +include/ClanLib-2.3/ClanLib/GUI/Components/scrollbar.h +include/ClanLib-2.3/ClanLib/GUI/Components/slider.h +include/ClanLib-2.3/ClanLib/GUI/Components/spin.h +include/ClanLib-2.3/ClanLib/GUI/Components/statusbar.h +include/ClanLib-2.3/ClanLib/GUI/Components/tab.h +include/ClanLib-2.3/ClanLib/GUI/Components/tab_page.h +include/ClanLib-2.3/ClanLib/GUI/Components/textedit.h +include/ClanLib-2.3/ClanLib/GUI/Components/toolbar.h +include/ClanLib-2.3/ClanLib/GUI/Components/toolbar_item.h +include/ClanLib-2.3/ClanLib/GUI/Components/tooltip.h +include/ClanLib-2.3/ClanLib/GUI/Components/window.h +include/ClanLib-2.3/ClanLib/GUI/Providers/gui_layout_provider.h +include/ClanLib-2.3/ClanLib/GUI/Providers/gui_theme_provider.h +include/ClanLib-2.3/ClanLib/GUI/Providers/gui_window_manager_provider.h +include/ClanLib-2.3/ClanLib/GUI/accelerator_key.h +include/ClanLib-2.3/ClanLib/GUI/accelerator_table.h +include/ClanLib-2.3/ClanLib/GUI/api_gui.h +include/ClanLib-2.3/ClanLib/GUI/gui_component.h +include/ClanLib-2.3/ClanLib/GUI/gui_component_description.h +include/ClanLib-2.3/ClanLib/GUI/gui_layout.h +include/ClanLib-2.3/ClanLib/GUI/gui_layout_corners.h +include/ClanLib-2.3/ClanLib/GUI/gui_manager.h +include/ClanLib-2.3/ClanLib/GUI/gui_message.h +include/ClanLib-2.3/ClanLib/GUI/gui_message_activation_change.h +include/ClanLib-2.3/ClanLib/GUI/gui_message_close.h +include/ClanLib-2.3/ClanLib/GUI/gui_message_focus_change.h +include/ClanLib-2.3/ClanLib/GUI/gui_message_input.h +include/ClanLib-2.3/ClanLib/GUI/gui_message_pointer.h +include/ClanLib-2.3/ClanLib/GUI/gui_message_resize.h +include/ClanLib-2.3/ClanLib/GUI/gui_theme.h +include/ClanLib-2.3/ClanLib/GUI/gui_theme_default.h +include/ClanLib-2.3/ClanLib/GUI/gui_theme_part.h +include/ClanLib-2.3/ClanLib/GUI/gui_theme_part_property.h +include/ClanLib-2.3/ClanLib/GUI/gui_window_manager.h +include/ClanLib-2.3/ClanLib/GUI/gui_window_manager_direct.h +include/ClanLib-2.3/ClanLib/GUI/gui_window_manager_system.h +include/ClanLib-2.3/ClanLib/GUI/gui_window_manager_texture.h +include/ClanLib-2.3/ClanLib/GUI/gui_window_manager_texture_window.h +include/ClanLib-2.3/ClanLib/GUI/setup_gui.h +include/ClanLib-2.3/ClanLib/MikMod/api_mikmod.h +include/ClanLib-2.3/ClanLib/MikMod/setupmikmod.h +include/ClanLib-2.3/ClanLib/MikMod/soundprovider_mikmod.h +include/ClanLib-2.3/ClanLib/Network/NetGame/client.h +include/ClanLib-2.3/ClanLib/Network/NetGame/connection.h +include/ClanLib-2.3/ClanLib/Network/NetGame/connection_site.h +include/ClanLib-2.3/ClanLib/Network/NetGame/event.h +include/ClanLib-2.3/ClanLib/Network/NetGame/event_dispatcher_v0.h +include/ClanLib-2.3/ClanLib/Network/NetGame/event_dispatcher_v1.h +include/ClanLib-2.3/ClanLib/Network/NetGame/event_dispatcher_v2.h +include/ClanLib-2.3/ClanLib/Network/NetGame/event_dispatcher_v3.h +include/ClanLib-2.3/ClanLib/Network/NetGame/event_value.h +include/ClanLib-2.3/ClanLib/Network/NetGame/server.h +include/ClanLib-2.3/ClanLib/Network/Socket/dns_packet.h +include/ClanLib-2.3/ClanLib/Network/Socket/dns_resolver.h +include/ClanLib-2.3/ClanLib/Network/Socket/dns_resource_record.h +include/ClanLib-2.3/ClanLib/Network/Socket/socket_name.h +include/ClanLib-2.3/ClanLib/Network/Socket/tcp_connection.h +include/ClanLib-2.3/ClanLib/Network/Socket/tcp_listen.h +include/ClanLib-2.3/ClanLib/Network/Socket/udp_socket.h +include/ClanLib-2.3/ClanLib/Network/Web/http_request_handler.h +include/ClanLib-2.3/ClanLib/Network/Web/http_request_handler_provider.h +include/ClanLib-2.3/ClanLib/Network/Web/http_server.h +include/ClanLib-2.3/ClanLib/Network/Web/http_server_connection.h +include/ClanLib-2.3/ClanLib/Network/Web/web_request.h +include/ClanLib-2.3/ClanLib/Network/Web/web_response.h +include/ClanLib-2.3/ClanLib/Network/api_network.h +include/ClanLib-2.3/ClanLib/Network/setupnetwork.h +include/ClanLib-2.3/ClanLib/RegExp/api_regexp.h +include/ClanLib-2.3/ClanLib/RegExp/regexp.h +include/ClanLib-2.3/ClanLib/RegExp/regexp_match.h +include/ClanLib-2.3/ClanLib/SWRender/api_swrender.h +include/ClanLib-2.3/ClanLib/SWRender/blit_argb8_sse.h +include/ClanLib-2.3/ClanLib/SWRender/pixel_buffer_data.h +include/ClanLib-2.3/ClanLib/SWRender/pixel_command.h +include/ClanLib-2.3/ClanLib/SWRender/pixel_thread_context.h +include/ClanLib-2.3/ClanLib/SWRender/setup_swrender.h +include/ClanLib-2.3/ClanLib/SWRender/software_program.h +include/ClanLib-2.3/ClanLib/SWRender/swr_graphic_context.h +include/ClanLib-2.3/ClanLib/SWRender/swr_program_object.h +include/ClanLib-2.3/ClanLib/SWRender/swr_target.h +include/ClanLib-2.3/ClanLib/Sound/SoundFilters/echofilter.h +include/ClanLib-2.3/ClanLib/Sound/SoundFilters/fadefilter.h +include/ClanLib-2.3/ClanLib/Sound/SoundFilters/inverse_echofilter.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundfilter_provider.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider_factory.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider_raw.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider_recorder.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider_session.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider_type.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider_type_register.h +include/ClanLib-2.3/ClanLib/Sound/SoundProviders/soundprovider_wave.h +include/ClanLib-2.3/ClanLib/Sound/api_sound.h +include/ClanLib-2.3/ClanLib/Sound/cd_drive.h +include/ClanLib-2.3/ClanLib/Sound/setupsound.h +include/ClanLib-2.3/ClanLib/Sound/sound.h +include/ClanLib-2.3/ClanLib/Sound/sound_sse.h +include/ClanLib-2.3/ClanLib/Sound/soundbuffer.h +include/ClanLib-2.3/ClanLib/Sound/soundbuffer_session.h +include/ClanLib-2.3/ClanLib/Sound/soundfilter.h +include/ClanLib-2.3/ClanLib/Sound/soundformat.h +include/ClanLib-2.3/ClanLib/Sound/soundoutput.h +include/ClanLib-2.3/ClanLib/Sound/soundoutput_description.h +include/ClanLib-2.3/ClanLib/Vorbis/api_vorbis.h +include/ClanLib-2.3/ClanLib/Vorbis/setupvorbis.h +include/ClanLib-2.3/ClanLib/Vorbis/soundprovider_vorbis.h +include/ClanLib-2.3/ClanLib/application.h +include/ClanLib-2.3/ClanLib/core.h +include/ClanLib-2.3/ClanLib/csslayout.h +include/ClanLib-2.3/ClanLib/database.h +include/ClanLib-2.3/ClanLib/display.h +include/ClanLib-2.3/ClanLib/gl.h +include/ClanLib-2.3/ClanLib/gl1.h +include/ClanLib-2.3/ClanLib/gui.h +include/ClanLib-2.3/ClanLib/mikmod.h +include/ClanLib-2.3/ClanLib/network.h +include/ClanLib-2.3/ClanLib/regexp.h +include/ClanLib-2.3/ClanLib/sound.h +include/ClanLib-2.3/ClanLib/swrender.h +include/ClanLib-2.3/ClanLib/vorbis.h +lib/libclan23App-2.3.so +lib/libclan23App-2.3.so.1 +lib/libclan23App.a +lib/libclan23App.la +lib/libclan23App.so +lib/libclan23CSSLayout-2.3.so +lib/libclan23CSSLayout-2.3.so.1 +lib/libclan23CSSLayout.a +lib/libclan23CSSLayout.la +lib/libclan23CSSLayout.so +lib/libclan23Core-2.3.so +lib/libclan23Core-2.3.so.1 +lib/libclan23Core.a +lib/libclan23Core.la +lib/libclan23Core.so +lib/libclan23Database-2.3.so +lib/libclan23Database-2.3.so.1 +lib/libclan23Database.a +lib/libclan23Database.la +lib/libclan23Database.so +lib/libclan23Display-2.3.so +lib/libclan23Display-2.3.so.1 +lib/libclan23Display.a +lib/libclan23Display.la +lib/libclan23Display.so +lib/libclan23GL-2.3.so +lib/libclan23GL-2.3.so.1 +lib/libclan23GL.a +lib/libclan23GL.la +lib/libclan23GL.so +lib/libclan23GL1-2.3.so +lib/libclan23GL1-2.3.so.1 +lib/libclan23GL1.a +lib/libclan23GL1.la +lib/libclan23GL1.so +lib/libclan23GUI-2.3.so +lib/libclan23GUI-2.3.so.1 +lib/libclan23GUI.a +lib/libclan23GUI.la +lib/libclan23GUI.so +lib/libclan23MikMod-2.3.so +lib/libclan23MikMod-2.3.so.1 +lib/libclan23MikMod.a +lib/libclan23MikMod.la +lib/libclan23MikMod.so +lib/libclan23Network-2.3.so +lib/libclan23Network-2.3.so.1 +lib/libclan23Network.a +lib/libclan23Network.la +lib/libclan23Network.so +lib/libclan23RegExp-2.3.so +lib/libclan23RegExp-2.3.so.1 +lib/libclan23RegExp.a +lib/libclan23RegExp.la +lib/libclan23RegExp.so +lib/libclan23SWRender-2.3.so +lib/libclan23SWRender-2.3.so.1 +lib/libclan23SWRender.a +lib/libclan23SWRender.la +lib/libclan23SWRender.so +lib/libclan23Sound-2.3.so +lib/libclan23Sound-2.3.so.1 +lib/libclan23Sound.a +lib/libclan23Sound.la +lib/libclan23Sound.so +lib/libclan23Vorbis-2.3.so +lib/libclan23Vorbis-2.3.so.1 +lib/libclan23Vorbis.a +lib/libclan23Vorbis.la +lib/libclan23Vorbis.so +libdata/pkgconfig/clanApp-2.3.pc +libdata/pkgconfig/clanCSSLayout-2.3.pc +libdata/pkgconfig/clanCore-2.3.pc +libdata/pkgconfig/clanDatabase-2.3.pc +libdata/pkgconfig/clanDisplay-2.3.pc +libdata/pkgconfig/clanGL-2.3.pc +libdata/pkgconfig/clanGL1-2.3.pc +libdata/pkgconfig/clanGUI-2.3.pc +libdata/pkgconfig/clanMikMod-2.3.pc +libdata/pkgconfig/clanNetwork-2.3.pc +libdata/pkgconfig/clanRegExp-2.3.pc +libdata/pkgconfig/clanSWRender-2.3.pc +libdata/pkgconfig/clanSound-2.3.pc +libdata/pkgconfig/clanVorbis-2.3.pc +@dirrmtry libdata/pkgconfig +@dirrmtry libdata +@dirrmtry lib +@dirrm include/ClanLib-2.3/ClanLib/Vorbis +@dirrm include/ClanLib-2.3/ClanLib/Sound/SoundProviders +@dirrm include/ClanLib-2.3/ClanLib/Sound/SoundFilters +@dirrm include/ClanLib-2.3/ClanLib/Sound +@dirrm include/ClanLib-2.3/ClanLib/SWRender +@dirrm include/ClanLib-2.3/ClanLib/RegExp +@dirrm include/ClanLib-2.3/ClanLib/Network/Web +@dirrm include/ClanLib-2.3/ClanLib/Network/Socket +@dirrm include/ClanLib-2.3/ClanLib/Network/NetGame +@dirrm include/ClanLib-2.3/ClanLib/Network +@dirrm include/ClanLib-2.3/ClanLib/MikMod +@dirrm include/ClanLib-2.3/ClanLib/GUI/Providers +@dirrm include/ClanLib-2.3/ClanLib/GUI/Components +@dirrm include/ClanLib-2.3/ClanLib/GUI +@dirrm include/ClanLib-2.3/ClanLib/GL1 +@dirrm include/ClanLib-2.3/ClanLib/GL +@dirrm include/ClanLib-2.3/ClanLib/Display/Window +@dirrm include/ClanLib-2.3/ClanLib/Display/TargetProviders +@dirrm include/ClanLib-2.3/ClanLib/Display/Render +@dirrm include/ClanLib-2.3/ClanLib/Display/ImageProviders +@dirrm include/ClanLib-2.3/ClanLib/Display/Image +@dirrm include/ClanLib-2.3/ClanLib/Display/Font +@dirrm include/ClanLib-2.3/ClanLib/Display/Collision +@dirrm include/ClanLib-2.3/ClanLib/Display/2D +@dirrm include/ClanLib-2.3/ClanLib/Display +@dirrm include/ClanLib-2.3/ClanLib/Database +@dirrm include/ClanLib-2.3/ClanLib/Core/Zip +@dirrm include/ClanLib-2.3/ClanLib/Core/XML +@dirrm include/ClanLib-2.3/ClanLib/Core/Text +@dirrm include/ClanLib-2.3/ClanLib/Core/System +@dirrm include/ClanLib-2.3/ClanLib/Core/Signals +@dirrm include/ClanLib-2.3/ClanLib/Core/Resources +@dirrm include/ClanLib-2.3/ClanLib/Core/Math +@dirrm include/ClanLib-2.3/ClanLib/Core/IOData +@dirrm include/ClanLib-2.3/ClanLib/Core/Crypto +@dirrm include/ClanLib-2.3/ClanLib/Core/CSS +@dirrm include/ClanLib-2.3/ClanLib/Core +@dirrm include/ClanLib-2.3/ClanLib/CSSLayout/PropertyTypes +@dirrm include/ClanLib-2.3/ClanLib/CSSLayout +@dirrm include/ClanLib-2.3/ClanLib/App +@dirrm include/ClanLib-2.3/ClanLib +@dirrm include/ClanLib-2.3 Index: clanlib/files/patch-Sources-Core-System-Unix_init_linux.cpp =================================================================== RCS file: /usr/local/freebsdcvs/ports/devel/clanlib/files/patch-Sources-Core-System-Unix_init_linux.cpp,v retrieving revision 1.1 diff -u -r1.1 patch-Sources-Core-System-Unix_init_linux.cpp --- clanlib/files/patch-Sources-Core-System-Unix_init_linux.cpp 26 Mar 2008 12:53:54 -0000 1.1 +++ clanlib/files/patch-Sources-Core-System-Unix_init_linux.cpp 4 Sep 2012 23:25:58 -0000 @@ -1,14 +1,11 @@ - ---- Sources/Core/System/Unix/init_linux.cpp.orig 2008-03-18 18:30:05.191894223 +0100 -+++ Sources/Core/System/Unix/init_linux.cpp 2008-03-18 18:31:07.787731403 +0100 -@@ -118,7 +118,7 @@ +--- Sources/Core/System/Unix/init_linux.cpp.bak 2012-09-04 18:23:07.000000000 -0500 ++++ Sources/Core/System/Unix/init_linux.cpp 2012-09-04 18:23:42.000000000 -0500 +@@ -111,7 +111,7 @@ #else + #ifndef PROC_EXE_PATH +-#define PROC_EXE_PATH "/proc/self/exe" ++#define PROC_EXE_PATH "/proc/curproc/file" + #endif int size; -- size = readlink("/proc/self/exe", exe_file, PATH_MAX); -+ size = readlink("/proc/curproc/file", exe_file, PATH_MAX); - if (size < 0) - { - throw CL_Error(strerror(errno)); - - + struct stat sb; Index: clanlib/files/patch-Sources-Core-System-system.cpp =================================================================== RCS file: clanlib/files/patch-Sources-Core-System-system.cpp diff -N clanlib/files/patch-Sources-Core-System-system.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ clanlib/files/patch-Sources-Core-System-system.cpp 5 Sep 2012 01:13:42 -0000 @@ -0,0 +1,29 @@ +--- Sources/Core/System/system.cpp.bak 2012-09-04 20:12:11.000000000 -0500 ++++ Sources/Core/System/system.cpp 2012-09-04 20:12:58.000000000 -0500 +@@ -44,7 +44,7 @@ + #include + #endif + +-#ifndef __APPLE__ ++#if defined (__APPLE__) + #include + #endif + #include +@@ -128,7 +128,7 @@ + *out_hash = 0; + return capturedFrames; + +-#elif !defined(__APPLE__) ++#elif defined(__APPLE__) + // Ensure the output is cleared + memset(out_frames, 0, (sizeof(void *)) * max_frames); + +@@ -188,7 +188,7 @@ + SymCleanup(GetCurrentProcess()); + return backtrace_text; + +-#elif !defined(__APPLE__) ++#elif defined(__APPLE__) + + char **strings; + strings = backtrace_symbols(frames, num_frames); Index: clanlib/files/patch-Sources-Display-Providers-png_provider_generic.cpp =================================================================== RCS file: clanlib/files/patch-Sources-Display-Providers-png_provider_generic.cpp diff -N clanlib/files/patch-Sources-Display-Providers-png_provider_generic.cpp --- clanlib/files/patch-Sources-Display-Providers-png_provider_generic.cpp 1 Jun 2012 05:17:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- Sources/Display/Providers/png_provider_generic.cpp.orig 2006-10-27 03:55:01.000000000 +0200 -+++ Sources/Display/Providers/png_provider_generic.cpp 2012-04-27 10:17:04.000000000 +0200 -@@ -107,7 +107,7 @@ - png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp) NULL); - cl_assert(false); - } -- if (setjmp(png_ptr->jmpbuf)) -+ if (setjmp(png_jmpbuf(png_ptr))) - { - png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); - cl_assert(false); Index: clanlib/files/patch-Sources-GL-GLX-display-window-opengl.cpp =================================================================== RCS file: clanlib/files/patch-Sources-GL-GLX-display-window-opengl.cpp diff -N clanlib/files/patch-Sources-GL-GLX-display-window-opengl.cpp --- clanlib/files/patch-Sources-GL-GLX-display-window-opengl.cpp 9 Sep 2007 23:31:02 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,34 +0,0 @@ ---- Sources/GL/GLX/display_window_opengl.cpp.orig Tue Oct 25 10:39:25 2005 -+++ Sources/GL/GLX/display_window_opengl.cpp Mon May 7 21:48:06 2007 -@@ -333,6 +333,7 @@ - void - CL_DisplayWindow_OpenGL::setup_event() - { -+#if 0 - char pathname[256]; - bool done = false; - -@@ -357,6 +358,7 @@ - done = true; - } - } -+#endif - } - - void CL_DisplayWindow_OpenGL::setup_usb_mice() -@@ -389,6 +391,7 @@ - - void CL_DisplayWindow_OpenGL::setup_joysticks() - { -+#if 0 - // This could need some improvments, it doesn't look for - // /dev/input/jsX for example - char pathname[256]; -@@ -428,6 +431,7 @@ - done = true; - } - } -+#endif - } - - Index: clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h =================================================================== RCS file: clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h diff -N clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h --- clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h 9 Sep 2007 23:31:02 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- Sources/GL/GLX/input_device_linuxjoystick.h.orig Tue Oct 25 10:39:25 2005 -+++ Sources/GL/GLX/input_device_linuxjoystick.h Mon May 7 21:46:00 2007 -@@ -26,7 +26,7 @@ - ** Magnus Norddahl - ** (if your name is missing here, please add it) - */ -- -+#if 0 - #ifndef header_input_device_linuxjoystick - #define header_input_device_linuxjoystick - -@@ -76,4 +76,4 @@ - // Local Variables: *** - // mode: clanlib *** - // End: *** -- -+#endif Index: clanlib/files/patch-Sources-GL-GLX-input_device_linuxevent.cpp =================================================================== RCS file: clanlib/files/patch-Sources-GL-GLX-input_device_linuxevent.cpp diff -N clanlib/files/patch-Sources-GL-GLX-input_device_linuxevent.cpp --- clanlib/files/patch-Sources-GL-GLX-input_device_linuxevent.cpp 9 Sep 2007 23:31:02 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ ---- Sources/GL/GLX/input_device_linuxevent.cpp.orig Tue Oct 25 12:39:25 2005 -+++ Sources/GL/GLX/input_device_linuxevent.cpp Tue May 1 05:55:26 2007 -@@ -26,7 +26,7 @@ - ** Magnus Norddahl - ** (if your name is missing here, please add it) - */ -- -+#if 0 - #include - #include - #include -@@ -350,3 +350,4 @@ - // Local Variables: *** - // mode: clanlib *** - // End: *** -+#endif Index: clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp =================================================================== RCS file: clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp diff -N clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp --- clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp 9 Sep 2007 23:31:02 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ ---- Sources/GL/GLX/input_device_linuxjoystick.cpp.orig Wed Apr 21 01:50:23 2004 -+++ Sources/GL/GLX/input_device_linuxjoystick.cpp Thu Jul 8 21:18:13 2004 -@@ -19,6 +19,7 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -+#if 0 - #include - #include - #include -@@ -142,3 +143,4 @@ - // mode: clanlib *** - // End: *** - -+#endif Index: clanlib/files/patch-Sources-Networks-Socket-unix_socket.cpp =================================================================== RCS file: clanlib/files/patch-Sources-Networks-Socket-unix_socket.cpp diff -N clanlib/files/patch-Sources-Networks-Socket-unix_socket.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ clanlib/files/patch-Sources-Networks-Socket-unix_socket.cpp 5 Sep 2012 01:16:21 -0000 @@ -0,0 +1,20 @@ +--- Sources/Network/Socket/unix_socket.cpp.bak 2012-09-04 20:14:49.000000000 -0500 ++++ Sources/Network/Socket/unix_socket.cpp 2012-09-04 20:15:33.000000000 -0500 +@@ -39,7 +39,7 @@ + #include + #include + +-#ifdef __APPLE__ ++#if defined (__APPLE__) + # define SOL_TCP IPPROTO_TCP // Fix for BSD systems. --NDT + #endif + +@@ -140,7 +140,7 @@ + + void CL_UnixSocket::set_keep_alive(bool enable, int timeout, int interval) + { +-#ifndef __APPLE__ ++#if defined (__APPLE__) + int value = enable ? 1 : 0; + int result = setsockopt(handle, SOL_SOCKET, SO_KEEPALIVE, (const char *) &value, sizeof(int)); + throw_if_failed(result); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 03:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4920D106566C for ; Wed, 5 Sep 2012 03:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E15A8FC0C for ; Wed, 5 Sep 2012 03:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q853U9Yq014977 for ; Wed, 5 Sep 2012 03:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q853U9vr014971; Wed, 5 Sep 2012 03:30:09 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 03:30:09 GMT Resent-Message-Id: <201209050330.q853U9vr014971@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E66D106564A for ; Wed, 5 Sep 2012 03:24:46 +0000 (UTC) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: from rosetta.club.kyutech.ac.jp (rosetta.club.kyutech.ac.jp [131.206.108.15]) by mx1.freebsd.org (Postfix) with ESMTP id CE6148FC14 for ; Wed, 5 Sep 2012 03:24:45 +0000 (UTC) Received: from rosetta.club.kyutech.ac.jp (localhost [127.0.0.1]) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5) with ESMTP id q853Ohwa090498; Wed, 5 Sep 2012 12:24:43 +0900 (JST) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: (from masaki@localhost) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5/Submit) id q853OhAO090497; Wed, 5 Sep 2012 12:24:43 +0900 (JST) (envelope-from masaki) Message-Id: <201209050324.q853OhAO090497@rosetta.club.kyutech.ac.jp> Date: Wed, 5 Sep 2012 12:24:43 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171334: New port: net/packter-agent: An agent tool for Internet traffic visualization X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 03:30:10 -0000 >Number: 171334 >Category: ports >Synopsis: New port: net/packter-agent: An agent tool for Internet traffic visualization >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 03:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 9.0-STABLE amd64 >Organization: WIDE Project Kyushu Institute of Technology >Environment: System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-STABLE FreeBSD 9.0-STABLE #8: Mon Jul 2 11:36:08 JST 2012 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64 >Description: PACKTER is a free and opensource software for visualization of Internet traffic. PACKTER systems are composed of Packter Viewer and Packter Agent. Packter Viewer draws a flying object by receiving Packter Protocol from Packter Agent. WWW: http://www.packter.net >How-To-Repeat: *Checked on Redports.org [1] [1] https://redports.org/buildarchive/20120905022723-18684/ >Fix: --- packter-agent.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # packter-agent # packter-agent/pkg-plist # packter-agent/distinfo # packter-agent/Makefile # packter-agent/pkg-descr # echo c - packter-agent mkdir -p packter-agent > /dev/null 2>&1 echo x - packter-agent/pkg-plist sed 's/^X//' >packter-agent/pkg-plist << '02adb2d230bde72f1f75aeb187caece3' Xbin/pt_agent Xbin/pt_sflow Xbin/pt_netflow Xbin/pt_thmon X@unexec if cmp -s %D/etc/packter.conf.sample %D/etc/packter.conf; then rm -f %D/etc/packter.conf; fi Xetc/packter.conf.sample X@exec [ -f %D/etc/packter.conf ] || cp -p %D/etc/packter.conf.sample %D/etc/packter.conf X%%PACKTERTC%%%%DATADIR%%/packter_tc/IPTB.pm X%%PACKTERTC%%%%DATADIR%%/packter_tc/InterTrackMessage.xsd X%%PACKTERTC%%%%DATADIR%%/packter_tc/btm.conf X%%PACKTERTC%%%%DATADIR%%/packter_tc/dp.conf X%%PACKTERTC%%%%DATADIR%%/packter_tc/itm.conf X%%PACKTERTC%%%%DATADIR%%/packter_tc/packter_tc.pl X%%PACKTERTC%%%%DATADIR%%/packter_tc/xsd.pl X@dirrm %%DATADIR%%/packter_tc X@dirrm %%DATADIR%% 02adb2d230bde72f1f75aeb187caece3 echo x - packter-agent/distinfo sed 's/^X//' >packter-agent/distinfo << '905c53f811fe3d16fc27993a5a9355f5' XSHA256 (PackterAgent-2.5.tar.gz) = 24c01c0fc2c5254768e53845bccd63ba6fc26e63e5ff4bd890c3dda102555882 XSIZE (PackterAgent-2.5.tar.gz) = 257778 905c53f811fe3d16fc27993a5a9355f5 echo x - packter-agent/Makefile sed 's/^X//' >packter-agent/Makefile << '57c40e807ebab528aeef8f4704f0a2e1' X# New ports collection makefile for: packter-agent X# Date created: 2012-09-05 X# Whom: masaki X# X# $FreeBSD$ X# X XPORTNAME= packter-agent XPORTVERSION= 2.5 XCATEGORIES= net XMASTER_SITES= http://www.packter.net/ XDISTNAME= PackterAgent-${PORTVERSION} X XMAINTAINER= masaki@club.kyutech.ac.jp XCOMMENT= An agent of the tool for graphical Internet traffic visualization X XLICENSE= BSD XLICENSE_FILE= ${WRKSRC}/LICENSE X XGNU_CONFIGURE= yes XUSE_GNOME= glib20 X XPORTDOCS= AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README X XOPTIONS_DEFINE= IPV6 PACKTERTC XPACKTERTC_DESC= Install Packter TC XOPTIONS_DEFAULT= IPV6 X X.include X X.if ${PORT_OPTIONS:MIPV6} XCONFIGURE_ARGS+= --enable-ipv6 X.else XCONFIGURE_ARGS+= --disable-ipv6 X.endif X X.if ${PORT_OPTIONS:MPACKTERTC} XUSE_PERL5_RUN= yes XRUN_DEPENDS+= p5-XML-Pastor>=0:${PORTSDIR}/devel/p5-XML-Pastor XPLIST_SUB+= PACKTERTC="" X.else XPLIST_SUB+= PACKTERTC="@comment " X.endif X Xpost-install: X.if ${PORT_OPTIONS:MPACKTERTC} X @${MKDIR} ${DATADIR} X ${CP} -pr ${WRKSRC}/packter_tc ${DATADIR}/ X.endif X X.for f in packter.conf X @if [ ! -f ${PREFIX}/etc/${f} ]; then \ X ${CP} -p ${PREFIX}/etc/${f}.sample ${PREFIX}/etc/${f} ; \ X fi X.endfor X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include 57c40e807ebab528aeef8f4704f0a2e1 echo x - packter-agent/pkg-descr sed 's/^X//' >packter-agent/pkg-descr << 'ddffe9f9c1b7cada91bf0b7c9828e1f7' XPACKTER is a free and opensource software for visualization of Internet Xtraffic. XPACKTER systems are composed of Packter Viewer and Packter Agent. XPackter Viewer draws a flying object by receiving Packter Protocol from XPackter Agent. X XWWW: http://www.packter.net ddffe9f9c1b7cada91bf0b7c9828e1f7 exit --- packter-agent.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 03:32:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8579106564A; Wed, 5 Sep 2012 03:32:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0EA8FC0A; Wed, 5 Sep 2012 03:32:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q853W69A031237; Wed, 5 Sep 2012 03:32:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q853W6ax031217; Wed, 5 Sep 2012 03:32:06 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 03:32:06 GMT Message-Id: <201209050332.q853W6ax031217@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171334: New port: net/packter-agent: An agent tool for Internet traffic visualization X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 03:32:07 -0000 Synopsis: New port: net/packter-agent: An agent tool for Internet traffic visualization Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 03:32:05 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171334 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 05:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4E74106564A for ; Wed, 5 Sep 2012 05:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD258FC15 for ; Wed, 5 Sep 2012 05:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q855eAoH096609 for ; Wed, 5 Sep 2012 05:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q855eAdS096596; Wed, 5 Sep 2012 05:40:10 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 05:40:10 GMT Resent-Message-Id: <201209050540.q855eAdS096596@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AF711065676 for ; Wed, 5 Sep 2012 05:37:02 +0000 (UTC) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: from rosetta.club.kyutech.ac.jp (rosetta.club.kyutech.ac.jp [131.206.108.15]) by mx1.freebsd.org (Postfix) with ESMTP id 26F588FC15 for ; Wed, 5 Sep 2012 05:37:01 +0000 (UTC) Received: from rosetta.club.kyutech.ac.jp (localhost [127.0.0.1]) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5) with ESMTP id q855b0Pe093648; Wed, 5 Sep 2012 14:37:00 +0900 (JST) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: (from masaki@localhost) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5/Submit) id q855b0oO093647; Wed, 5 Sep 2012 14:37:00 +0900 (JST) (envelope-from masaki) Message-Id: <201209050537.q855b0oO093647@rosetta.club.kyutech.ac.jp> Date: Wed, 5 Sep 2012 14:37:00 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171336: [maintainer update] www/mod_spdy: OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 05:40:10 -0000 >Number: 171336 >Category: ports >Synopsis: [maintainer update] www/mod_spdy: OptionsNG >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 Sep 05 05:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 9.0-STABLE amd64 >Organization: WIDE Project Kyushu Institute of Technology >Environment: System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-STABLE FreeBSD 9.0-STABLE #8: Mon Jul 2 11:36:08 JST 2012 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64 >Description: * Convert to OptionsNG >How-To-Repeat: >Fix: --- mod_spdy.patch begins here --- diff -ruN /usr/ports/www/mod_spdy/Makefile mod_spdy/Makefile --- /usr/ports/www/mod_spdy/Makefile 2012-08-29 22:29:16.000000000 +0900 +++ mod_spdy/Makefile 2012-09-05 14:29:05.796486715 +0900 @@ -7,6 +7,7 @@ PORTNAME= mod_spdy PORTVERSION= 0.9.2.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.club.kyutech.ac.jp/~masaki/ports/:mod_spdy \ ${MASTER_SITE_APACHE_HTTPD}:apache22 \ @@ -44,41 +45,33 @@ system_include_path_execinfo=${LOCALBASE}/include \ include_dirs=${LOCALBASE}/include -OPTIONS= CLANG "Build with Clang" on \ - GCC46 "Build with GCC 4.6+" off \ - DEBUG "Compile with debug symbols and verbose output" off +OPTIONS_DEFINE= CLANG DEBUG +CLANG_DESC= Build with Clang instead of GCC 4.6+ +DEBUG_DESC= Compile with debug symbols and verbose output + +OPTIONS_DEFAULT= CLANG .include -.if ${OSVERSION} < 900033 || defined(WITH_GCC46) +.if ${OSVERSION} < 900033 || ! ${PORT_OPTIONS:MCLANG} BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin .endif -.if !defined(WITH_GCC46) && !defined(WITH_CLANG) -IGNORE= does not compile with base gcc -.endif - -.if defined(WITH_GCC46) && defined(WITH_CLANG) -IGNORE= conflicting options (CLANG and GCC46) -.endif - -.if defined(WITH_GCC46) -USE_GCC?= 4.6+ -.endif - -.if defined(WITH_CLANG) +.if ${PORT_OPTIONS:MCLANG} .if ${OSVERSION} < 900033 BUILD_DEPENDS+= clang:${PORTSDIR}/lang/clang .endif CC= clang CXX= clang++ -CPP= clang-cpp GYP_DEFINES+= clang=1 +.else +USE_GCC?= 4.6+ +GYP_DEFINES+= gcc_version=${CXX:S/g++//} .endif -.if !defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} BUILDTYPE= Release .else MAKE_ENV+= V=1 --- mod_spdy.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 05:40:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38CEB1065670; Wed, 5 Sep 2012 05:40:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C80D8FC0A; Wed, 5 Sep 2012 05:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q855eN4K000256; Wed, 5 Sep 2012 05:40:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q855eNJV000199; Wed, 5 Sep 2012 05:40:23 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 05:40:23 GMT Message-Id: <201209050540.q855eNJV000199@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171336: [maintainer update] www/mod_spdy: OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 05:40:24 -0000 Synopsis: [maintainer update] www/mod_spdy: OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 05:40:23 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171336 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 07:30:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07BB1106567C for ; Wed, 5 Sep 2012 07:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA8E68FC1E for ; Wed, 5 Sep 2012 07:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q857U88q008611 for ; Wed, 5 Sep 2012 07:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q857U8IL008602; Wed, 5 Sep 2012 07:30:08 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 07:30:08 GMT Resent-Message-Id: <201209050730.q857U8IL008602@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alfred Bartsch Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10AC1106564A for ; Wed, 5 Sep 2012 07:23:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F00438FC17 for ; Wed, 5 Sep 2012 07:23:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q857NKfY054049 for ; Wed, 5 Sep 2012 07:23:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q857NKmn054048; Wed, 5 Sep 2012 07:23:20 GMT (envelope-from nobody) Message-Id: <201209050723.q857NKmn054048@red.freebsd.org> Date: Wed, 5 Sep 2012 07:23:20 GMT From: Alfred Bartsch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171338: both mariadb-scripts and mariadb-server install /usr/local/bin/mysqld_multi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 07:30:09 -0000 >Number: 171338 >Category: ports >Synopsis: both mariadb-scripts and mariadb-server install /usr/local/bin/mysqld_multi >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 Sep 05 07:30:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alfred Bartsch >Release: FreeBSD 8.3-stable >Organization: Data-Service GmbH >Environment: FreeBSD dsst4pkg.incore 8.3-STABLE FreeBSD 8.3-STABLE #2: Mon Aug 6 10:48:59 CEST 2012 root@dsssrvt4.incore:/usr/obj/usr/src/sys/SERVER64 amd64 >Description: both mariadb-scripts-5.3.7 and mariadb-server-5.3.7 install /usr/local/bin/mysqld_multi with different path entries. mariadb-scripts: /usr/local/var[1-6] mariadb-server: /var/db/mysql[1-6] This leads to checksum error (pkg_info -g) in the previously installed port. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 07:50:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D80D106564A for ; Wed, 5 Sep 2012 07:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4B5A8FC1C for ; Wed, 5 Sep 2012 07:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q857o4FH050296 for ; Wed, 5 Sep 2012 07:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q857o4CP050284; Wed, 5 Sep 2012 07:50:04 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 07:50:04 GMT Resent-Message-Id: <201209050750.q857o4CP050284@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd@nagilum.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EC48106570F for ; Wed, 5 Sep 2012 07:40:33 +0000 (UTC) (envelope-from root@cakebox.homeunix.net) Received: from mo6-p05-ob.rzone.de (mo6-p05-ob.rzone.de [IPv6:2a01:238:20a:202:5305::1]) by mx1.freebsd.org (Postfix) with ESMTP id A8F3C8FC18 for ; Wed, 5 Sep 2012 07:40:32 +0000 (UTC) Received: from cakebox.homeunix.net (164-010-186-093.dialin.vsenet.de [93.186.10.164]) by smtp.strato.de (jored mo37) (RZmta 30.14 DYNA|AUTH) with (DHE-RSA-AES256-SHA encrypted) ESMTPA id 4028aco857HZ9w ; Wed, 5 Sep 2012 09:40:29 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id E953A67B0C; Wed, 5 Sep 2012 09:40:27 +0200 (CEST) Received: by cakebox.homeunix.net (Postfix, from userid 0) id BC1F7679F4; Wed, 5 Sep 2012 09:40:26 +0200 (CEST) Message-Id: <20120905074026.BC1F7679F4@cakebox.homeunix.net> Date: Wed, 5 Sep 2012 09:40:26 +0200 (CEST) From: freebsd@nagilum.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@FreeBSD.org Subject: ports/171339: pkg-plist for x11-toolkits/tk84 is wrong/manpages missing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 07:50:05 -0000 >Number: 171339 >Category: ports >Synopsis: pkg-plist for x11-toolkits/tk84 is wrong/manpages missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 07:50:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: freebsd@nagilum.org >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: System: FreeBSD cakebox.tis 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Wed Aug 29 13:01:13 CEST 2012 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386 >Description: This port doesn't install all the manpages specified in the pkg-plist. >How-To-Repeat: Install x11-toolkits/tk84 , then run "pkg_info -g tk-8.4.19_2,2" >Fix: Either fix the port to install the manpages specified in the pkg-plist or fix the pkg-plist. --- build.log begins here --- root@cakebox /usr/ports/x11-toolkits/tk84 > idprio 9 make ===> Found saved configuration for tk-8.4.19_2,2 ===> Extracting for tk-8.4.19_2,2 => SHA256 Checksum OK for tk8.4.19-src.tar.gz. ===> Patching for tk-8.4.19_2,2 ===> Applying FreeBSD patches for tk-8.4.19_2,2 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- generic/tk.h.orig 2008-02-06 16:31:40.000000000 +0100 |+++ generic/tk.h 2008-07-24 08:21:46.000000000 +0200 -------------------------- Patching file generic/tk.h using Plan A... Hunk #1 succeeded at 635. done ===> tk-8.4.19_2,2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> tk-8.4.19_2,2 depends on shared library: tcl84 - found ===> Configuring for tk-8.4.19_2,2 ===> FreeBSD 10 autotools fix applied to /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/win/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/win/configure ===> FreeBSD 10 autotools fix applied to /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/configure creating cache ./config.cache checking for Tcl configuration... found /usr/local/lib/tcl8.4/tclConfig.sh checking for existence of /usr/local/lib/tcl8.4/tclConfig.sh... loading checking for tclsh... (cached) /usr/local/bin/tclsh8.4 checking for tclsh in Tcl build directory... /usr/local/lib/tcl8.4/tclsh checking whether to use symlinks for manpages... no checking whether to compress the manpages... no checking whether to add a package name suffix for the manpages... no checking for gcc... gcc47 checking whether the C compiler (gcc47 -Os -O3 -pipe -march=native -mtune=native -fno-strict-aliasing ) works... yes checking whether the C compiler (gcc47 -Os -O3 -pipe -march=native -mtune=native -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc47 accepts -g... yes checking how to run the C preprocessor... cpp47 checking for limits.h... yes checking for unistd.h... yes checking stdlib.h... yes checking if the compiler understands -pipe... yes checking for building with threads... no (default) checking for sin... no checking for main in -lieee... no checking how to build libraries... shared checking for ranlib... ranlib checking if 64bit support is requested... no checking if 64bit Sparc VIS support is requested... no checking system version... FreeBSD-10.0-CURRENT checking for dlopen in -ldl... no checking for ar... ar checking for build with symbols... no checking for required early compiler flags... none checking for 64-bit integer type... long long checking for struct dirent64... no checking for struct stat64... no checking for open64... no checking for lseek64... no checking for off64_t... no checking whether byte ordering is bigendian... no checking for fd_set in sys/types... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for strtod... yes checking for Solaris2.4/Tru64 strtod bugs... ok checking for ANSI C header files... yes checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking pw_gecos in struct pwd... yes checking for X... libraries /usr/local/lib, headers /usr/local/include checking for main in -lXbsd... no checking for connect... yes checking for gethostbyname... yes checking whether char is unsigned... no updating cache ./config.cache creating ./config.status creating Makefile creating tkConfig.sh /usr/bin/sed -i.bak -e 's|/var/tmp/export/ports/x11-toolkits/tk84|${WRKDIRPREFIX}/usr/ports/x11-toolkits/tk84|' /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkConfig.sh ===> Building for tk-8.4.19_2,2 gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tk3d.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkArgv.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkAtom.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkBind.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkBitmap.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkClipboard.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCmds.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkColor.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkConfig.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkConsole.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCursor.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkError.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkEvent.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkFocus.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkFont.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkGet.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkGC.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkGeometry.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkGrab.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkGrid.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkMain.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkObj.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkOldConfig.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkOption.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkPack.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkPlace.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkSelect.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkStyle.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkUndo.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkUtil.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkVisual.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkWindow.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkButton.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkEntry.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkFrame.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkListbox.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkMenu.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkMenubutton.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkMenuDraw.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkMessage.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkPanedWindow.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkScale.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkScrollbar.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvas.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvArc.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvBmap.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvImg.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvLine.c /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvLine.c: In function 'DisplayLine': /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvLine.c:869:12: warning: variable 'stipple' set but not used [-Wunused-but-set-variable] gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvPoly.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvPs.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvText.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvUtil.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkCanvWind.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkRectOval.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTrig.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkImage.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkImgBmap.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkImgGIF.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkImgPPM.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkImgPhoto.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkText.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTextBTree.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTextDisp.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTextImage.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTextIndex.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTextMark.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTextTag.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkTextWind.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkStubInit.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkStubLib.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnix.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnix3d.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixButton.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixColor.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixConfig.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixCursor.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixDraw.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixEmbed.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixEvent.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixFocus.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixFont.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS -DTK_LIBRARY=\"/usr/local/lib/tk8.4\" /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixInit.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixKey.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixMenu.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixMenubu.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixScale.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixScrlbr.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixSelect.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixSend.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixWm.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkUnixXId.c gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/tkStubImg.c rm -f libtkstub84.a ar cr libtkstub84.a tkStubLib.o tkStubImg.o ; ranlib libtkstub84.a rm -f libtk84.so.1 gcc47 -shared -o libtk84.so.1 tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkClipboard.o tkCmds.o tkColor.o tkConfig.o tkConsole.o tkCursor.o tkError.o tkEvent.o tkFocus.o tkFont.o tkGet.o tkGC.o tkGeometry.o tkGrab.o tkGrid.o tkMain.o tkObj.o tkOldConfig.o tkOption.o tkPack.o tkPlace.o tkSelect.o tkStyle.o tkUndo.o tkUtil.o tkVisual.o tkWindow.o tkButton.o tkEntry.o tkFrame.o tkListbox.o tkMenu.o tkMenubutton.o tkMenuDraw.o tkMessage.o tkPanedWindow.o tkScale.o tkScrollbar.o tkCanvas.o tkCanvArc.o tkCanvBmap.o tkCanvImg.o tkCanvLine.o tkCanvPoly.o tkCanvPs.o tkCanvText.o tkCanvUtil.o tkCanvWind.o tkRectOval.o tkTrig.o tkImage.o tkImgBmap.o tkImgGIF.o tkImgPPM.o tkImgPhoto.o tkText.o tkTextBTree.o tkTextDisp.o tkTextImage.o tkTextIndex.o tkTextMark.o tkTextTag.o tkTextWind.o tkStubInit.o tkStubLib.o tkUnix.o tkUnix3d.o tkUnixButton.o tkUnixColor.o tkUnixConfig.o tkUnixCursor.o tkUnixDraw.o tkUnixEmbed.o tkUnixEvent.o tkUnixFocus.o tkUnixFont.o tkUnixInit.o tkUnixKey.o tkU nixMenu.o tkUnixMenubu.o tkUnixScale.o tkUnixScrlbr.o tkUnixSelect.o tkUnixSend.o tkUnixWm.o tkUnixXId.o -L/usr/local/lib -lX11 -lm -L/usr/local/lib -ltclstub84 -Wl,-soname,libtk84.so.1 -rpath /usr/local/lib:/usr/local/lib ln -sf libtk84.so.1 libtk84.so gcc47 -c -Os -O2 -pipe -march=pentium -mtune=pentium -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic -I/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../bitmaps -I/usr/local/include/tcl8.4/generic -I/usr/local/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/tkAppInit.c gcc47 -Os -O2 -pipe -march=pentium -mtune=pentium tkAppInit.o -L/var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix -ltk84 -L/usr/local/lib -ltcl84 -L/usr/local/lib -lX11 -lm -Wl,-rpath,/usr/local/lib:/usr/local/lib -o wish root@cakebox /usr/ports/x11-toolkits/tk84 > make deinstall install ===> Deinstalling for x11-toolkits/tk84 ===> Deinstalling tk-8.4.19_2,2 pkg_delete: file '/usr/local/man/man3/3DBorder.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/AddOption.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/BindTable.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CanvPsY.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CanvTkwin.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CanvTxtInfo.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/Clipboard.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/ClrSelect.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/ConfigWidg.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/ConfigWind.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CoordToWin.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtCmHdlr.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtErrHdlr.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtGenHdlr.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtImgType.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtItemType.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtPhImgFmt.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtSelHdlr.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/CrtWindow.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/DeleteImg.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/DrawFocHlt.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/EventHndlr.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/FindPhoto.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/FontId.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/FreeXId.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GeomReq.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetAnchor.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetBitmap.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetCapStyl.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetClrmap.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetColor.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetCursor.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetDash.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetFont.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetGC.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetHINSTANCE.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetHWND.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetImage.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetJoinStl.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetJustify.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetOption.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetPixels.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetPixmap.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetRelief.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetRootCrd.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetScroll.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetSelect.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetUid.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetVRoot.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/GetVisual.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/Grab.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/HWNDToWindow.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/HandleEvent.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/IdToWindow.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/ImgChanged.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/InternAtom.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/MainLoop.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/MainWin.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/MaintGeom.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/ManageGeom.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/MapWindow.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/MeasureChar.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/MoveToplev.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/Name.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/NameOfImg.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/OwnSelect.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/ParseArgv.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/QWinEvent.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/Restack.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/RestrictEv.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/SetAppName.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/SetCaret.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/SetClass.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/SetClassProcs.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/SetGrid.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/SetOptions.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/SetVisual.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/StrictMotif.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/TextLayout.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/Tk_Init.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/Tk_Main.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/TkInitStubs.3.gz' doesn't exist pkg_delete: file '/usr/local/man/man3/WindowId.3.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/bell.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/bind.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/bindtags.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/bitmap.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/button.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/canvas.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/checkbutton.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/chooseColor.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/chooseDirectory.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/clipboard.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/colors.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/console.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/cursors.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/destroy.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/dialog.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/entry.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/event.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/focus.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/focusNext.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/font.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/frame.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/getOpenFile.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/grab.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/grid.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/keysyms.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/image.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/label.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/labelframe.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/listbox.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/loadTk.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/lower.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/menu.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/menubar.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/menubutton.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/message.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/messageBox.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/option.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/optionMenu.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/options.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/pack-old.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/pack.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/panedwindow.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/palette.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/photo.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/place.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/popup.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/radiobutton.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/raise.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/scale.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/scrollbar.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/selection.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/send.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/spinbox.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/text.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/tk.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/tkerror.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/tkvars.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/tkwait.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/toplevel.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/winfo.n.gz' doesn't exist pkg_delete: file '/usr/local/man/mann/wm.n.gz' doesn't exist pkg_delete: couldn't entirely delete package `tk-8.4.19_2,2' (perhaps the packing list is incorrectly specified?) ===> Installing for tk-8.4.19_2,2 ===> tk-8.4.19_2,2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> tk-8.4.19_2,2 depends on shared library: tcl84 - found ===> Generating temporary packing list ===> Checking if x11-toolkits/tk84 already installed rm -f libtk84.a ar cr libtk84.a tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkClipboard.o tkCmds.o tkColor.o tkConfig.o tkConsole.o tkCursor.o tkError.o tkEvent.o tkFocus.o tkFont.o tkGet.o tkGC.o tkGeometry.o tkGrab.o tkGrid.o tkMain.o tkObj.o tkOldConfig.o tkOption.o tkPack.o tkPlace.o tkSelect.o tkStyle.o tkUndo.o tkUtil.o tkVisual.o tkWindow.o tkButton.o tkEntry.o tkFrame.o tkListbox.o tkMenu.o tkMenubutton.o tkMenuDraw.o tkMessage.o tkPanedWindow.o tkScale.o tkScrollbar.o tkCanvas.o tkCanvArc.o tkCanvBmap.o tkCanvImg.o tkCanvLine.o tkCanvPoly.o tkCanvPs.o tkCanvText.o tkCanvUtil.o tkCanvWind.o tkRectOval.o tkTrig.o tkImage.o tkImgBmap.o tkImgGIF.o tkImgPPM.o tkImgPhoto.o tkText.o tkTextBTree.o tkTextDisp.o tkTextImage.o tkTextIndex.o tkTextMark.o tkTextTag.o tkTextWind.o tkStubInit.o tkStubLib.o tkUnix.o tkUnix3d.o tkUnixButton.o tkUnixColor.o tkUnixConfig.o tkUnixCursor.o tkUnixDraw.o tkUnixEmbed.o tkUnixEvent.o tkUnixFocus.o tkUnixFont.o tkUnixInit.o tkUnixKey.o tkUnixMenu.o tkU nixMenubu.o tkUnixScale.o tkUnixScrlbr.o tkUnixSelect.o tkUnixSend.o tkUnixWm.o tkUnixXId.o ranlib libtk84.a Making directory /usr/local/lib/tk8.4 Installing libtk84.so.1 to /usr/local/lib/ Installing libtk84.a Installing wish as /usr/local/bin/wish8.4 Installing tkConfig.sh to /usr/local/lib/tk8.4 Installing libtkstub84.a to /usr/local/lib/ Making directory /usr/local/include/tk8.4 Making directory /usr/local/include/tk8.4/generic Making directory /usr/local/include/tk8.4/unix Making directory /usr/local/lib/tk8.4/images Making directory /usr/local/lib/tk8.4/msgs Installing header files install -o root -g wheel -m 444 /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../generic/*.h /usr/local/include/tk8.4/generic/ install -o root -g wheel -m 444 /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/*.h /usr/local/include/tk8.4/unix/ Installing library files to /usr/local/lib/tk8.4 Installing library images directory Installing translation directory Making directory /usr/local/lib/tk8.4/demos Making directory /usr/local/lib/tk8.4/demos/images Installing demos to /usr/local/lib/tk8.4/demos/ Installing demo images install -o root -g wheel -m 444 /var/tmp/export/ports/x11-toolkits/tk84/work/pkgIndex.tcl /usr/local/lib/tk8.4/ /bin/mkdir -p /usr/local/share/tk8.4 install -o root -g wheel -m 444 /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../doc/man.macros /usr/local/share/tk8.4 /bin/mkdir -p /usr/local/man/man1 install -o root -g wheel -m 444 /var/tmp/export/ports/x11-toolkits/tk84/work/tk8.4.19/unix/../doc/wish.1 /usr/local/man/man1/wish8.4.1 ===> Compressing manual pages for tk-8.4.19_2,2 gzip: can't stat: /usr/local/man/man3/3DBorder.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/AddOption.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/BindTable.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CanvPsY.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CanvTkwin.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CanvTxtInfo.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/Clipboard.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/ClrSelect.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/ConfigWidg.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/ConfigWind.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CoordToWin.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtCmHdlr.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtErrHdlr.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtGenHdlr.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtImgType.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtItemType.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtPhImgFmt.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtSelHdlr.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/CrtWindow.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/DeleteImg.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/DrawFocHlt.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/EventHndlr.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/FindPhoto.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/FontId.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/FreeXId.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GeomReq.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetAnchor.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetBitmap.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetCapStyl.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetClrmap.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetColor.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetCursor.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetDash.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetFont.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetGC.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetHINSTANCE.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetHWND.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetImage.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetJoinStl.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetJustify.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetOption.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetPixels.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetPixmap.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetRelief.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetRootCrd.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetScroll.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetSelect.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetUid.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetVRoot.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/GetVisual.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/Grab.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/HWNDToWindow.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/HandleEvent.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/IdToWindow.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/ImgChanged.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/InternAtom.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/MainLoop.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/MainWin.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/MaintGeom.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/ManageGeom.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/MapWindow.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/MeasureChar.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/MoveToplev.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/Name.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/NameOfImg.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/OwnSelect.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/ParseArgv.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/QWinEvent.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/Restack.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/RestrictEv.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/SetAppName.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/SetCaret.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/SetClass.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/SetClassProcs.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/SetGrid.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/SetOptions.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/SetVisual.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/StrictMotif.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/TextLayout.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/Tk_Init.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/Tk_Main.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/TkInitStubs.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/man3/WindowId.3: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/bell.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/bind.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/bindtags.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/bitmap.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/button.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/canvas.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/checkbutton.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/chooseColor.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/chooseDirectory.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/clipboard.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/colors.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/console.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/cursors.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/destroy.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/dialog.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/entry.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/event.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/focus.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/focusNext.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/font.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/frame.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/getOpenFile.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/grab.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/grid.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/keysyms.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/image.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/label.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/labelframe.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/listbox.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/loadTk.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/lower.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/menu.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/menubar.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/menubutton.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/message.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/messageBox.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/option.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/optionMenu.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/options.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/pack-old.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/pack.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/panedwindow.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/palette.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/photo.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/place.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/popup.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/radiobutton.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/raise.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/scale.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/scrollbar.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/selection.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/send.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/spinbox.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/text.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/tk.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/tkerror.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/tkvars.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/tkwait.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/toplevel.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/winfo.n: Datei oder Verzeichnis nicht gefunden gzip: can't stat: /usr/local/man/mann/wm.n: Datei oder Verzeichnis nicht gefunden ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for tk-8.4.19_2,2 root@cakebox /usr/ports/x11-toolkits/tk84 > make config ┌────────────────────────────────────────────────────────────────────┐ │ Options for tk 8.4.19_2,2 │ │ ┌────────────────────────────────────────────────────────────────┐ │ │ │ [*] TK84_DOC Install tk 8.4 function manpages │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └────────────────────────────────────────────────────────────────┘ │ ├────────────────────────────────────────────────────────────────────┤ │ < OK > │ └────────────────────────────────────────────────────────────────────┘ ===> Options unchanged root@cakebox /usr/ports/x11-toolkits/tk84 > root@cakebox /usr/ports/x11-toolkits/tk84 > pkg_info -g tk-8.4.19_2,2 Information for tk-8.4.19_2,2: Mismatched Checksums: pkg_info: /usr/local/man/man3/3DBorder.3.gz doesn't exist pkg_info: /usr/local/man/man3/AddOption.3.gz doesn't exist pkg_info: /usr/local/man/man3/BindTable.3.gz doesn't exist pkg_info: /usr/local/man/man3/CanvPsY.3.gz doesn't exist pkg_info: /usr/local/man/man3/CanvTkwin.3.gz doesn't exist pkg_info: /usr/local/man/man3/CanvTxtInfo.3.gz doesn't exist pkg_info: /usr/local/man/man3/Clipboard.3.gz doesn't exist pkg_info: /usr/local/man/man3/ClrSelect.3.gz doesn't exist pkg_info: /usr/local/man/man3/ConfigWidg.3.gz doesn't exist pkg_info: /usr/local/man/man3/ConfigWind.3.gz doesn't exist pkg_info: /usr/local/man/man3/CoordToWin.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtCmHdlr.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtErrHdlr.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtGenHdlr.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtImgType.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtItemType.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtPhImgFmt.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtSelHdlr.3.gz doesn't exist pkg_info: /usr/local/man/man3/CrtWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/DeleteImg.3.gz doesn't exist pkg_info: /usr/local/man/man3/DrawFocHlt.3.gz doesn't exist pkg_info: /usr/local/man/man3/EventHndlr.3.gz doesn't exist pkg_info: /usr/local/man/man3/FindPhoto.3.gz doesn't exist pkg_info: /usr/local/man/man3/FontId.3.gz doesn't exist pkg_info: /usr/local/man/man3/FreeXId.3.gz doesn't exist pkg_info: /usr/local/man/man3/GeomReq.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetAnchor.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetBitmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetCapStyl.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetClrmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetColor.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetCursor.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetDash.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetFont.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetGC.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetHINSTANCE.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetHWND.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetJoinStl.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetJustify.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetOption.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetPixels.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetPixmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetRelief.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetRootCrd.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetScroll.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetSelect.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetUid.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetVRoot.3.gz doesn't exist pkg_info: /usr/local/man/man3/GetVisual.3.gz doesn't exist pkg_info: /usr/local/man/man3/Grab.3.gz doesn't exist pkg_info: /usr/local/man/man3/HWNDToWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/HandleEvent.3.gz doesn't exist pkg_info: /usr/local/man/man3/IdToWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/ImgChanged.3.gz doesn't exist pkg_info: /usr/local/man/man3/InternAtom.3.gz doesn't exist pkg_info: /usr/local/man/man3/MainLoop.3.gz doesn't exist pkg_info: /usr/local/man/man3/MainWin.3.gz doesn't exist pkg_info: /usr/local/man/man3/MaintGeom.3.gz doesn't exist pkg_info: /usr/local/man/man3/ManageGeom.3.gz doesn't exist pkg_info: /usr/local/man/man3/MapWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/MeasureChar.3.gz doesn't exist pkg_info: /usr/local/man/man3/MoveToplev.3.gz doesn't exist pkg_info: /usr/local/man/man3/Name.3.gz doesn't exist pkg_info: /usr/local/man/man3/NameOfImg.3.gz doesn't exist pkg_info: /usr/local/man/man3/OwnSelect.3.gz doesn't exist pkg_info: /usr/local/man/man3/ParseArgv.3.gz doesn't exist pkg_info: /usr/local/man/man3/QWinEvent.3.gz doesn't exist pkg_info: /usr/local/man/man3/Restack.3.gz doesn't exist pkg_info: /usr/local/man/man3/RestrictEv.3.gz doesn't exist pkg_info: /usr/local/man/man3/SetAppName.3.gz doesn't exist pkg_info: /usr/local/man/man3/SetCaret.3.gz doesn't exist pkg_info: /usr/local/man/man3/SetClass.3.gz doesn't exist pkg_info: /usr/local/man/man3/SetClassProcs.3.gz doesn't exist pkg_info: /usr/local/man/man3/SetGrid.3.gz doesn't exist pkg_info: /usr/local/man/man3/SetOptions.3.gz doesn't exist pkg_info: /usr/local/man/man3/SetVisual.3.gz doesn't exist pkg_info: /usr/local/man/man3/StrictMotif.3.gz doesn't exist pkg_info: /usr/local/man/man3/TextLayout.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Init.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Main.3.gz doesn't exist pkg_info: /usr/local/man/man3/TkInitStubs.3.gz doesn't exist pkg_info: /usr/local/man/man3/WindowId.3.gz doesn't exist pkg_info: /usr/local/man/mann/bell.n.gz doesn't exist pkg_info: /usr/local/man/mann/bind.n.gz doesn't exist pkg_info: /usr/local/man/mann/bindtags.n.gz doesn't exist pkg_info: /usr/local/man/mann/bitmap.n.gz doesn't exist pkg_info: /usr/local/man/mann/button.n.gz doesn't exist pkg_info: /usr/local/man/mann/canvas.n.gz doesn't exist pkg_info: /usr/local/man/mann/checkbutton.n.gz doesn't exist pkg_info: /usr/local/man/mann/chooseColor.n.gz doesn't exist pkg_info: /usr/local/man/mann/chooseDirectory.n.gz doesn't exist pkg_info: /usr/local/man/mann/clipboard.n.gz doesn't exist pkg_info: /usr/local/man/mann/colors.n.gz doesn't exist pkg_info: /usr/local/man/mann/console.n.gz doesn't exist pkg_info: /usr/local/man/mann/cursors.n.gz doesn't exist pkg_info: /usr/local/man/mann/destroy.n.gz doesn't exist pkg_info: /usr/local/man/mann/dialog.n.gz doesn't exist pkg_info: /usr/local/man/mann/entry.n.gz doesn't exist pkg_info: /usr/local/man/mann/event.n.gz doesn't exist pkg_info: /usr/local/man/mann/focus.n.gz doesn't exist pkg_info: /usr/local/man/mann/focusNext.n.gz doesn't exist pkg_info: /usr/local/man/mann/font.n.gz doesn't exist pkg_info: /usr/local/man/mann/frame.n.gz doesn't exist pkg_info: /usr/local/man/mann/getOpenFile.n.gz doesn't exist pkg_info: /usr/local/man/mann/grab.n.gz doesn't exist pkg_info: /usr/local/man/mann/grid.n.gz doesn't exist pkg_info: /usr/local/man/mann/keysyms.n.gz doesn't exist pkg_info: /usr/local/man/mann/image.n.gz doesn't exist pkg_info: /usr/local/man/mann/label.n.gz doesn't exist pkg_info: /usr/local/man/mann/labelframe.n.gz doesn't exist pkg_info: /usr/local/man/mann/listbox.n.gz doesn't exist pkg_info: /usr/local/man/mann/loadTk.n.gz doesn't exist pkg_info: /usr/local/man/mann/lower.n.gz doesn't exist pkg_info: /usr/local/man/mann/menu.n.gz doesn't exist pkg_info: /usr/local/man/mann/menubar.n.gz doesn't exist pkg_info: /usr/local/man/mann/menubutton.n.gz doesn't exist pkg_info: /usr/local/man/mann/message.n.gz doesn't exist pkg_info: /usr/local/man/mann/messageBox.n.gz doesn't exist pkg_info: /usr/local/man/mann/option.n.gz doesn't exist pkg_info: /usr/local/man/mann/optionMenu.n.gz doesn't exist pkg_info: /usr/local/man/mann/options.n.gz doesn't exist pkg_info: /usr/local/man/mann/pack-old.n.gz doesn't exist pkg_info: /usr/local/man/mann/pack.n.gz doesn't exist pkg_info: /usr/local/man/mann/panedwindow.n.gz doesn't exist pkg_info: /usr/local/man/mann/palette.n.gz doesn't exist pkg_info: /usr/local/man/mann/photo.n.gz doesn't exist pkg_info: /usr/local/man/mann/place.n.gz doesn't exist pkg_info: /usr/local/man/mann/popup.n.gz doesn't exist pkg_info: /usr/local/man/mann/radiobutton.n.gz doesn't exist pkg_info: /usr/local/man/mann/raise.n.gz doesn't exist pkg_info: /usr/local/man/mann/scale.n.gz doesn't exist pkg_info: /usr/local/man/mann/scrollbar.n.gz doesn't exist pkg_info: /usr/local/man/mann/selection.n.gz doesn't exist pkg_info: /usr/local/man/mann/send.n.gz doesn't exist pkg_info: /usr/local/man/mann/spinbox.n.gz doesn't exist pkg_info: /usr/local/man/mann/text.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk.n.gz doesn't exist pkg_info: /usr/local/man/mann/tkerror.n.gz doesn't exist pkg_info: /usr/local/man/mann/tkvars.n.gz doesn't exist pkg_info: /usr/local/man/mann/tkwait.n.gz doesn't exist pkg_info: /usr/local/man/mann/toplevel.n.gz doesn't exist pkg_info: /usr/local/man/mann/winfo.n.gz doesn't exist pkg_info: /usr/local/man/mann/wm.n.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Alloc3DBorderFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Get3DBorder.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Get3DBorderFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Draw3DRectangle.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Fill3DRectangle.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Draw3DPolygon.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Fill3DPolygon.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_3DVerticalBevel.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_3DHorizontalBevel.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetBackgroundFromBorder.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOf3DBorder.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_3DBorderColor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_3DBorderGC.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Free3DBorderFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Free3DBorder.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_AddOption.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateBindingTable.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteBindingTable.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateBinding.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteBinding.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetBinding.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetAllBindings.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteAllBindings.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_BindEvent.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasPsY.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasPsBitmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasPsColor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasPsFont.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasPsPath.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasPsStipple.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasTkwin.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasGetCoord.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasDrawableCoords.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasSetStippleOrigin.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasWindowCoords.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasEventuallyRedraw.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasTagsOption.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CanvasTextInfo.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ClipboardClear.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ClipboardAppend.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ClearSelection.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ConfigureWidget.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ConfigureInfo.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ConfigureValue.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeOptions.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ConfigureWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MoveWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ResizeWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MoveResizeWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetWindowBorderWidth.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ChangeWindowAttributes.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetWindowBackground.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetWindowBackgroundPixmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetWindowBorder.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetWindowBorderPixmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetWindowColormap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DefineCursor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_UndefineCursor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CoordsToWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateClientMessageHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteClientMessageHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateErrorHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteErrorHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateGenericHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteGenericHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateImageType.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetImageMasterData.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InitImageArgs.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateItemType.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetItemTypes.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreatePhotoImageFormat.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateSelHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteSelHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateWindowFromPath.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DestroyWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MakeWindowExist.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DrawFocusHighlight.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateEventHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteEventHandler.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FindPhoto.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PhotoPutBlock.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PhotoPutZoomedBlock.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PhotoGetImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PhotoBlank.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PhotoExpand.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PhotoGetSize.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PhotoSetSize.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FontId.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetFontMetrics.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PostscriptFontName.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeXId.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GeometryRequest.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetMinimumRequestSize.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetInternalBorder.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetInternalBorderEx.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetAnchorFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetAnchor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfAnchor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_AllocBitmapFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetBitmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetBitmapFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DefineBitmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfBitmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SizeOfBitmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeBitmapFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeBitmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetCapStyle.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfCapStyle.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetColormap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeColormap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_AllocColorFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetColor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetColorFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetColorByValue.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfColor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeColorFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeColor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_AllocCursorFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetCursor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetCursorFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetCursorFromData.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfCursor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeCursorFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeCursor.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetDash.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_AllocFontFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetFont.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetFontFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfFont.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeFontFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeFont.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetGC.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeGC.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetHINSTANCE.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetHWND.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_RedrawImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SizeOfImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetJoinStyle.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfJoinStyle.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetJustifyFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetJustify.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfJustify.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetOption.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetPixelsFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetPixels.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetMMFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetScreenMM.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetPixmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreePixmap.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetReliefFromObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetRelief.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfRelief.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetRootCoords.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetScrollInfo.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetScrollInfoObj.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetSelection.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetUid.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Uid.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetVRootGeometry.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetVisual.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Grab.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Ungrab.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_HWNDToWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_HandleEvent.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_IdToWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ImageChanged.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InternAtom.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetAtomName.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MainLoop.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MainWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetNumMainWindows.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MaintainGeometry.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_UnmaintainGeometry.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ManageGeometry.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MapWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_UnmapWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MeasureChars.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_TextWidth.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DrawChars.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_UnderlineChars.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MoveToplevelWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Name.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PathName.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameToWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_NameOfImage.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_OwnSelection.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ParseArgv.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CollapseMotionEvents.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_QueueWindowEvent.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_RestackWindow.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_RestrictEvents.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetAppName.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetCaretPos.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetClass.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Class.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetClassProcs.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetGrid.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_UnsetGrid.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CreateOptionTable.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DeleteOptionTable.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InitOptions.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetOptions.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeSavedOptions.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_RestoreSavedOptions.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetOptionValue.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_GetOptionInfo.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeConfigOptions.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Offset.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SetWindowVisual.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_StrictMotif.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ComputeTextLayout.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_FreeTextLayout.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DrawTextLayout.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_UnderlineTextLayout.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_PointToChar.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_CharBbox.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DistanceToTextLayout.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_IntersectTextLayout.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_TextLayoutToPostscript.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InitStubs.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_SafeInit.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_WindowId.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Parent.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Display.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_DisplayName.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ScreenNumber.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Screen.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_X.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Y.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Width.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Height.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Changes.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Attributes.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_IsContainer.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_IsEmbedded.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_IsMapped.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_IsTopLevel.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ReqWidth.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_ReqHeight.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MinReqWidth.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_MinReqHeight.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InternalBorderLeft.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InternalBorderRight.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InternalBorderTop.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_InternalBorderBottom.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Visual.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Depth.3.gz doesn't exist pkg_info: /usr/local/man/man3/Tk_Colormap.3.gz doesn't exist pkg_info: /usr/local/man/mann/tk_chooseColor.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_chooseDirectory.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_dialog.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_focusNext.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_focusPrev.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_focusFollowsMouse.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_getOpenFile.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_getSaveFile.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_menuSetFocus.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_menuBar.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_bindForTraversal.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_messageBox.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_optionMenu.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_setPalette.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_bisque.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_popup.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_textCopy.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_textCut.n.gz doesn't exist pkg_info: /usr/local/man/mann/tk_textPaste.n.gz doesn't exist --- build.log ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 09:40:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399281065673 for ; Wed, 5 Sep 2012 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA018FC12 for ; Wed, 5 Sep 2012 09:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q859e3AC083541 for ; Wed, 5 Sep 2012 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q859e3Vp083529; Wed, 5 Sep 2012 09:40:03 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 09:40:03 GMT Resent-Message-Id: <201209050940.q859e3Vp083529@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshiaki Kasahara Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 378EB106566B for ; Wed, 5 Sep 2012 09:30:24 +0000 (UTC) (envelope-from kasahara@elvenbow.cc.kyushu-u.ac.jp) Received: from elvenbow.cc.kyushu-u.ac.jp (unknown [IPv6:2001:200:905:1407:21b:21ff:fe52:5260]) by mx1.freebsd.org (Postfix) with ESMTP id 85F798FC08 for ; Wed, 5 Sep 2012 09:30:22 +0000 (UTC) Received: from elvenbow.cc.kyushu-u.ac.jp (kasahara@localhost [127.0.0.1]) by elvenbow.cc.kyushu-u.ac.jp (8.14.5/8.14.5) with ESMTP id q859TwMd001730 for ; Wed, 5 Sep 2012 18:29:58 +0900 (JST) (envelope-from kasahara@elvenbow.cc.kyushu-u.ac.jp) Received: (from kasahara@localhost) by elvenbow.cc.kyushu-u.ac.jp (8.14.5/8.14.5/Submit) id q859TwOo001729; Wed, 5 Sep 2012 18:29:58 +0900 (JST) (envelope-from kasahara) Message-Id: <201209050929.q859TwOo001729@elvenbow.cc.kyushu-u.ac.jp> Date: Wed, 5 Sep 2012 18:29:58 +0900 (JST) From: Yoshiaki Kasahara To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171340: net/netatalk3 (3.0_1) has some issues to build and run X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshiaki Kasahara List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 09:40:04 -0000 >Number: 171340 >Category: ports >Synopsis: net/netatalk3 (3.0_1) has some issues to build and run >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 Sep 05 09:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yoshiaki Kasahara >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: Kyushu University >Environment: System: FreeBSD elvenbow.cc.kyushu-u.ac.jp 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r240066: Mon Sep 3 18:51:01 JST 2012 root@elvenbow.cc.kyushu-u.ac.jp:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 1. Building net/netatalk3 fails due to multiple reasons. SUBDIRS in the top-level Makefile always contains libevent, so it tries to build libevent even though --disable-bundled-libevent is specified. There is no Makefile generated in libevent/ so build fails. Maybe it is an upstream bug. Also during linking in etc/netatalk it fails to find libevent library. The reference to bundled libevent is commented out in Makefile, but no additional codes to find installed libevent library. Maybe it is also an upstream bug. After some workarounds, I could build this port with clang, but not with cc. it failed during compiling ad_conv.c. # make CC=cc CPP=cpp CXX=c++ make all-recursive Making all in libatalk Making all in acl CC libacl_la-cache.lo CC libacl_la-unix.lo CC libacl_la-uuid.lo CCLD libacl.la Making all in adouble CC ad_attr.lo CC ad_conv.lo In file included from ../../include/atalk/ea.h:44, from ad_conv.c:36: ../../include/atalk/vfs.h:118: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/vfs.h:119: error: expected ';' before 'int' ../../include/atalk/vfs.h:125: error: expected ';', ',' or ')' before 'vol' In file included from ad_conv.c:36: ../../include/atalk/ea.h:170: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:171: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:172: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:173: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:174: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:184: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:185: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:186: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:187: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:188: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:193: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:197: error: expected ';', ',' or ')' before 'vol' ../../include/atalk/ea.h:202: error: expected ';', ',' or ')' before 'ea' ../../include/atalk/ea.h:203: error: expected ';', ',' or ')' before 'ea' *** [ad_conv.lo] Error code 1 I have no idea how to fix this. 2. rc.d/netatalk is incomplete and does nothing. 'command="/usr/local/sbin/netatalk"' is missing in files/netatalk.in, so "netatalk start" does nothing. >How-To-Repeat: Try to build net/netatalk3. >Fix: For quick workarounds, I removed "libevent" from SUBDIRS in Makefile, add "-L/usr/local/lib/event2 -levent-2.0" to netatalk_LDADD in etc/netatalk/Makefile, and add "command" line to files/netatalk.in. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 09:40:56 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14F3C1065674; Wed, 5 Sep 2012 09:40:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D56758FC19; Wed, 5 Sep 2012 09:40:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q859etLZ094767; Wed, 5 Sep 2012 09:40:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q859etDg094750; Wed, 5 Sep 2012 09:40:55 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 09:40:55 GMT Message-Id: <201209050940.q859etDg094750@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171340: net/netatalk3 (3.0_1) has some issues to build and run X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 09:40:56 -0000 Synopsis: net/netatalk3 (3.0_1) has some issues to build and run Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 09:40:54 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171340 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 10:40:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55EE7106566B for ; Wed, 5 Sep 2012 10:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0A58FC0C for ; Wed, 5 Sep 2012 10:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85Ae6r7058091 for ; Wed, 5 Sep 2012 10:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85Ae5fO058073; Wed, 5 Sep 2012 10:40:05 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 10:40:05 GMT Resent-Message-Id: <201209051040.q85Ae5fO058073@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, arrowdodger <6yearold@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D59C31065673 for ; Wed, 5 Sep 2012 10:32:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C0A058FC18 for ; Wed, 5 Sep 2012 10:32:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q85AWeED045861 for ; Wed, 5 Sep 2012 10:32:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q85AWeua045857; Wed, 5 Sep 2012 10:32:40 GMT (envelope-from nobody) Message-Id: <201209051032.q85AWeua045857@red.freebsd.org> Date: Wed, 5 Sep 2012 10:32:40 GMT From: arrowdodger <6yearold@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171341: multimedia/vlc: Doesn't build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 10:40:06 -0000 >Number: 171341 >Category: ports >Synopsis: multimedia/vlc: Doesn't build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 10:40:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: arrowdodger >Release: 9-STABLE >Organization: >Environment: >Description: I have WITH_CLANG_IS_CC=1 in /etc/src.conf, so /usr/bin/cc is clang and /usr/bin/c++ is clang++. clang++ -v: FreeBSD clang version 3.1 (branches/release_31 156863) 20120523 My /etc/make.conf: CC=clang CXX=clang++ CXXFLAGS=-stdlib=libc++ -std=c++11 -Wno-c++11-narrowing When running portmaster vlc- i get: CXX libspatializer_plugin_la-spatializer.lo In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:653:24: error: C++ requires a type specifier for all declarations static inline uint16_t bswap16 (uint16_t x) ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:16: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^~~~~~~~~~~~~~~~~~~~ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:653:24: error: expected ')' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:41: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ ./../include/vlc_common.h:653:24: note: to match this '(' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:15: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:655:13: error: use of undeclared identifier 'x' return (x << 8) | (x >> 8); ^ ./../include/vlc_common.h:655:24: error: use of undeclared identifier 'x' return (x << 8) | (x >> 8); ^ ./../include/vlc_common.h:660:24: error: expected ')' static inline uint32_t bswap32 (uint32_t x) ^ /usr/include/sys/endian.h:60:20: note: expanded from macro 'bswap32' #define bswap32(x) __bswap32(x) ^ /usr/include/machine/endian.h:118:28: note: expanded from macro '__bswap32' (__builtin_constant_p(_x) ? \ ^ ./../include/vlc_common.h:660:24: note: to match this '(' static inline uint32_t bswap32 (uint32_t x) ^ /usr/include/sys/endian.h:60:20: note: expanded from macro 'bswap32' #define bswap32(x) __bswap32(x) ^ /usr/include/machine/endian.h:118:2: note: expanded from macro '__bswap32' (__builtin_constant_p(_x) ? \ ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:660:24: error: static declaration of '__builtin_constant_p' follows non-static declaration static inline uint32_t bswap32 (uint32_t x) ^ /usr/include/sys/endian.h:60:20: note: expanded from macro 'bswap32' #define bswap32(x) __bswap32(x) ^ /usr/include/machine/endian.h:118:3: note: expanded from macro '__bswap32' (__builtin_constant_p(_x) ? \ ^ ./../include/vlc_common.h:653:24: note: previous implicit declaration is here static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:16: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:660:24: error: definition of builtin function '__builtin_constant_p' static inline uint32_t bswap32 (uint32_t x) ^ /usr/include/sys/endian.h:60:20: note: expanded from macro 'bswap32' #define bswap32(x) __bswap32(x) ^ /usr/include/machine/endian.h:118:3: note: expanded from macro '__bswap32' (__builtin_constant_p(_x) ? \ ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:674:24: error: expected ')' static inline uint64_t bswap64 (uint64_t x) ^ /usr/include/sys/endian.h:61:20: note: expanded from macro 'bswap64' #define bswap64(x) __bswap64(x) ^ /usr/include/machine/endian.h:114:28: note: expanded from macro '__bswap64' (__builtin_constant_p(_x) ? \ ^ ./../include/vlc_common.h:674:24: note: to match this '(' static inline uint64_t bswap64 (uint64_t x) ^ /usr/include/sys/endian.h:61:20: note: expanded from macro 'bswap64' #define bswap64(x) __bswap64(x) ^ /usr/include/machine/endian.h:114:2: note: expanded from macro '__bswap64' (__builtin_constant_p(_x) ? \ ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:674:24: error: static declaration of '__builtin_constant_p' follows non-static declaration static inline uint64_t bswap64 (uint64_t x) ^ /usr/include/sys/endian.h:61:20: note: expanded from macro 'bswap64' #define bswap64(x) __bswap64(x) ^ /usr/include/machine/endian.h:114:3: note: expanded from macro '__bswap64' (__builtin_constant_p(_x) ? \ ^ ./../include/vlc_common.h:653:24: note: previous implicit declaration is here static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' CC libheadphone_channel_mixer_plugin_la-headphone.lo #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:16: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:674:24: error: definition of builtin function '__builtin_constant_p' static inline uint64_t bswap64 (uint64_t x) ^ /usr/include/sys/endian.h:61:20: note: expanded from macro 'bswap64' #define bswap64(x) __bswap64(x) ^ /usr/include/machine/endian.h:114:3: note: expanded from macro '__bswap64' (__builtin_constant_p(_x) ? \ ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:732:12: error: reference to '__uint16_t' is ambiguous return ntoh16 (x); ^ ./../include/vlc_common.h:721:19: note: expanded from macro 'ntoh16' #define ntoh16(i) hton16(i) ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:732:12: error: reference to '__uint16_t' is ambiguous return ntoh16 (x); ^ ./../include/vlc_common.h:721:19: note: expanded from macro 'ntoh16' #define ntoh16(i) hton16(i) ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:123:6: note: expanded from macro '__bswap16' __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x))) ^ /usr/include/machine/endian.h:88:30: note: expanded from macro '__bswap16_const' #define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:732:12: error: reference to '__uint16_t' is ambiguous return ntoh16 (x); ^ ./../include/vlc_common.h:721:19: note: expanded from macro 'ntoh16' #define ntoh16(i) hton16(i) ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:123:23: note: expanded from macro '__bswap16' __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x))) ^ /usr/include/machine/endian.h:88:43: note: expanded from macro '__bswap16_const' #define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:732:12: error: reference to '__uint16_t' is ambiguous return ntoh16 (x); ^ ./../include/vlc_common.h:721:19: note: expanded from macro 'ntoh16' #define ntoh16(i) hton16(i) ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:123:23: note: expanded from macro '__bswap16' __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x))) ^ /usr/include/machine/endian.h:88:55: note: expanded from macro '__bswap16_const' #define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:801:9: error: reference to '__uint16_t' is ambiguous w = hton16 (w); ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:801:9: error: reference to '__uint16_t' is ambiguous w = hton16 (w); ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:123:6: note: expanded from macro '__bswap16' __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x))) ^ /usr/include/machine/endian.h:88:30: note: expanded from macro '__bswap16_const' #define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:801:9: error: reference to '__uint16_t' is ambiguous w = hton16 (w); ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:123:23: note: expanded from macro '__bswap16' __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x))) ^ /usr/include/machine/endian.h:88:43: note: expanded from macro '__bswap16_const' #define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ In file included from spatializer/spatializer.cpp:40: ./../include/vlc_common.h:801:9: error: reference to '__uint16_t' is ambiguous w = hton16 (w); ^ ./../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:123:23: note: expanded from macro '__bswap16' __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x))) ^ /usr/include/machine/endian.h:88:55: note: expanded from macro '__bswap16_const' #define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) ^ ./../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^ 18 errors generated. gmake[4]: *** [libspatializer_plugin_la-spatializer.lo] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3/modules/audio_filter' gmake[3]: *** [all] Error 2 >How-To-Repeat: Build port with CC=clang and CXX=clang++ >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 10:40:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0A2E1065675; Wed, 5 Sep 2012 10:40:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 845BF8FC18; Wed, 5 Sep 2012 10:40:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85AeSX9059142; Wed, 5 Sep 2012 10:40:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85AeSHi059126; Wed, 5 Sep 2012 10:40:28 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 10:40:28 GMT Message-Id: <201209051040.q85AeSHi059126@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171341: multimedia/vlc: Doesn't build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 10:40:28 -0000 Synopsis: multimedia/vlc: Doesn't build with clang Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 10:40:25 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171341 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 12:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C14441065677 for ; Wed, 5 Sep 2012 12:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9290A8FC15 for ; Wed, 5 Sep 2012 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85CA2pH064457 for ; Wed, 5 Sep 2012 12:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85CA2Hg064443; Wed, 5 Sep 2012 12:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 12:10:02 GMT Resent-Message-Id: <201209051210.q85CA2Hg064443@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, yamayan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51E661065673 for ; Wed, 5 Sep 2012 12:03:43 +0000 (UTC) (envelope-from nobody@red.freebsd.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB418FC18 for ; Wed, 5 Sep 2012 12:03:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q85C3g3P032301 for ; Wed, 5 Sep 2012 12:03:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q85C3gUZ032299; Wed, 5 Sep 2012 12:03:42 GMT (envelope-from nobody) Message-Id: <201209051203.q85C3gUZ032299@red.freebsd.org> Date: Wed, 5 Sep 2012 12:03:42 GMT From: yamayan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171343: [patch] build www/firefox and mail/thunderbird with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 12:10:02 -0000 >Number: 171343 >Category: ports >Synopsis: [patch] build www/firefox and mail/thunderbird with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 12:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: yamayan >Release: 10-CURRENT >Organization: >Environment: FreeBSD genius 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r240071M: Mon Sep 3 23:05:03 JST 2012 root@genius:/usr/obj/usr/src/sys/NYANCO amd64 >Description: www/firefox and mail/thunderbird cannot build with clang. REASON: 1.visibility conflict(maybe clang bug?) 2.narrowing check(-Wc++11-narrowing) 3.literal check(-Wreserved-user-defined-literal) >How-To-Repeat: >Fix: 1: always use -fvisibility. force use -fvisibility and remove visibility bug check from configure.in IF CXX is clang (include CLANG_IS_CC) 2&3: add -Wno-c++11-narrowing -Wno-reserved-user-defined-literal to CXXFLAGS misc: add -stdlib=libc++ to CXXFLAGS if not exist Patch attached with submission follows: Index: www/firefox/Makefile =================================================================== --- www/firefox/Makefile (revision 303700) +++ www/firefox/Makefile (working copy) @@ -84,6 +84,14 @@ BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm .endif +CXX_NAME!= ${CXX} --version | ${AWK} 'NR == 1 { gsub(/[()]/, "", $$2); print $$2 }' +.if ${CXX_NAME} == "clang" +.if empty(CXXFLAGS:M-stdlib=libc++) +CXXFLAGS+= -stdlib=libc++ +.endif +CXXFLAGS+= -Wno-c++11-narrowing -Wno-reserved-user-defined-literal +.endif + pre-extract: .if ${PORT_OPTIONS:MPGO} @${ECHO} "*****************************************************************" Index: www/firefox/files/patch-js-src-configure.in =================================================================== --- www/firefox/files/patch-js-src-configure.in (revision 303700) +++ www/firefox/files/patch-js-src-configure.in (working copy) @@ -1,6 +1,67 @@ ---- js/src/configure.in.orig 2012-02-22 17:06:28.000000000 +0100 -+++ js/src/configure.in 2012-03-07 21:03:11.000000000 +0100 -@@ -5946,6 +5946,7 @@ _EGREP_PATTERN="${_EGREP_PATTERN}dummy_n +--- js/src/configure.in.orig 2012-08-31 01:09:30.026090542 +0900 ++++ js/src/configure.in 2012-09-03 23:52:29.575100085 +0900 +@@ -2828,60 +2828,7 @@ + rm -f conftest.[cs] + ]) + if test "$ac_cv_visibility_pragma" = "yes"; then +- AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), +- ac_cv_have_visibility_class_bug, +- [cat > conftest.c < /dev/null 2>&1 ; then +- ac_cv_have_visibility_class_bug=yes +- else +- if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then +- ac_cv_have_visibility_class_bug=yes +- fi +- fi +- rm -rf conftest.{c,S} +- ]) +- +- AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), +- ac_cv_have_visibility_builtin_bug, +- [cat > conftest.c < +-#pragma GCC visibility pop +- +-__attribute__ ((visibility ("default"))) void Func() { +- char c[[100]]; +- memset(c, 0, sizeof(c)); +-} +-EOF +- ac_cv_have_visibility_builtin_bug=no +- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then +- ac_cv_have_visibility_builtin_bug=yes +- else +- if test `grep -c "@PLT" conftest.S` = 0; then +- ac_cv_visibility_builtin_bug=yes +- fi +- fi +- rm -f conftest.{c,S} +- ]) +- if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ +- "$ac_cv_have_visibility_class_bug" = "no"; then +- VISIBILITY_FLAGS='-I$(DIST)/system_wrappers_js -include $(topsrcdir)/config/gcc_hidden.h' +- WRAP_SYSTEM_INCLUDES=1 +- STL_FLAGS='-I$(DIST)/stl_wrappers' +- WRAP_STL_INCLUDES=1 +- else + VISIBILITY_FLAGS='-fvisibility=hidden' +- fi # have visibility pragma bug + fi # have visibility pragma + fi # have visibility(default) attribute + fi # have visibility(hidden) attribute +@@ -5002,6 +4949,7 @@ * C++ implementations should define these macros only when __STDC_LIMIT_MACROS * is defined before is included. */ #define __STDC_LIMIT_MACROS Index: www/firefox/files/patch-configure.in =================================================================== --- www/firefox/files/patch-configure.in (revision 303700) +++ www/firefox/files/patch-configure.in (working copy) @@ -1,6 +1,67 @@ ---- configure.in.orig 2012-05-23 20:56:34.000000000 +0200 -+++ configure.in 2012-05-27 18:18:25.000000000 +0200 -@@ -4230,6 +4233,9 @@ +--- configure.in.orig 2012-08-31 01:09:30.037089565 +0900 ++++ configure.in 2012-09-03 23:50:37.248102799 +0900 +@@ -3162,60 +3162,7 @@ + rm -f conftest.[cs] + ]) + if test "$ac_cv_visibility_pragma" = "yes"; then +- AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), +- ac_cv_have_visibility_class_bug, +- [cat > conftest.c < /dev/null 2>&1 ; then +- ac_cv_have_visibility_class_bug=yes +- else +- if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then +- ac_cv_have_visibility_class_bug=yes +- fi +- fi +- rm -rf conftest.{c,S} +- ]) +- +- AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), +- ac_cv_have_visibility_builtin_bug, +- [cat > conftest.c < +-#pragma GCC visibility pop +- +-__attribute__ ((visibility ("default"))) void Func() { +- char c[[100]]; +- memset(c, 0, sizeof(c)); +-} +-EOF +- ac_cv_have_visibility_builtin_bug=no +- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then +- ac_cv_have_visibility_builtin_bug=yes +- else +- if test `grep -c "@PLT" conftest.S` = 0; then +- ac_cv_visibility_builtin_bug=yes +- fi +- fi +- rm -f conftest.{c,S} +- ]) +- if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ +- "$ac_cv_have_visibility_class_bug" = "no"; then +- VISIBILITY_FLAGS='-I$(DIST)/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h' +- WRAP_SYSTEM_INCLUDES=1 +- STL_FLAGS='-I$(DIST)/stl_wrappers' +- WRAP_STL_INCLUDES=1 +- else + VISIBILITY_FLAGS='-fvisibility=hidden' +- fi # have visibility pragma bug + fi # have visibility pragma + fi # have visibility(default) attribute + fi # have visibility(hidden) attribute +@@ -4228,6 +4175,9 @@ if test -z "$LIBEVENT_DIR" -o "$LIBEVENT_DIR" = no; then MOZ_NATIVE_LIBEVENT= else @@ -10,7 +71,7 @@ if test "${LIBEVENT_DIR}" = "yes"; then LIBEVENT_DIR=/usr fi -@@ -4242,10 +4248,11 @@ else +@@ -4240,10 +4190,11 @@ AC_MSG_ERROR([--with-system-libevent requested but event.h not found])) AC_CHECK_LIB(event, event_init, [MOZ_NATIVE_LIBEVENT=1 Index: mail/thunderbird/Makefile =================================================================== --- mail/thunderbird/Makefile (revision 303700) +++ mail/thunderbird/Makefile (working copy) @@ -87,6 +87,14 @@ MOZ_OPTIONS+= --disable-calendar .endif +CXX_NAME!= ${CXX} --version | ${AWK} 'NR == 1 { gsub(/[()]/, "", $$2); print $$2 }' +.if ${CXX_NAME} == "clang" +.if empty(CXXFLAGS:M-stdlib=libc++) +CXXFLAGS+= -stdlib=libc++ +.endif +CXXFLAGS+= -Wno-c++11-narrowing -Wno-reserved-user-defined-literal +.endif + post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop Index: mail/thunderbird/files/patch-mozilla-configure.in =================================================================== --- mail/thunderbird/files/patch-mozilla-configure.in (revision 303700) +++ mail/thunderbird/files/patch-mozilla-configure.in (working copy) @@ -1,6 +1,67 @@ ---- mozilla/configure.in.orig 2012-05-23 20:56:34.000000000 +0200 -+++ mozilla/configure.in 2012-05-27 18:18:25.000000000 +0200 -@@ -4230,6 +4233,9 @@ +--- mozilla/configure.in.orig 2012-09-04 00:06:04.516101036 +0900 ++++ mozilla/configure.in 2012-09-04 00:09:58.814098477 +0900 +@@ -3162,60 +3162,7 @@ + rm -f conftest.[cs] + ]) + if test "$ac_cv_visibility_pragma" = "yes"; then +- AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), +- ac_cv_have_visibility_class_bug, +- [cat > conftest.c < /dev/null 2>&1 ; then +- ac_cv_have_visibility_class_bug=yes +- else +- if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then +- ac_cv_have_visibility_class_bug=yes +- fi +- fi +- rm -rf conftest.{c,S} +- ]) +- +- AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), +- ac_cv_have_visibility_builtin_bug, +- [cat > conftest.c < +-#pragma GCC visibility pop +- +-__attribute__ ((visibility ("default"))) void Func() { +- char c[[100]]; +- memset(c, 0, sizeof(c)); +-} +-EOF +- ac_cv_have_visibility_builtin_bug=no +- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then +- ac_cv_have_visibility_builtin_bug=yes +- else +- if test `grep -c "@PLT" conftest.S` = 0; then +- ac_cv_visibility_builtin_bug=yes +- fi +- fi +- rm -f conftest.{c,S} +- ]) +- if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ +- "$ac_cv_have_visibility_class_bug" = "no"; then +- VISIBILITY_FLAGS='-I$(DIST)/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h' +- WRAP_SYSTEM_INCLUDES=1 +- STL_FLAGS='-I$(DIST)/stl_wrappers' +- WRAP_STL_INCLUDES=1 +- else + VISIBILITY_FLAGS='-fvisibility=hidden' +- fi # have visibility pragma bug + fi # have visibility pragma + fi # have visibility(default) attribute + fi # have visibility(hidden) attribute +@@ -4228,6 +4175,9 @@ if test -z "$LIBEVENT_DIR" -o "$LIBEVENT_DIR" = no; then MOZ_NATIVE_LIBEVENT= else @@ -10,7 +71,7 @@ if test "${LIBEVENT_DIR}" = "yes"; then LIBEVENT_DIR=/usr fi -@@ -4242,10 +4248,11 @@ else +@@ -4240,10 +4190,11 @@ AC_MSG_ERROR([--with-system-libevent requested but event.h not found])) AC_CHECK_LIB(event, event_init, [MOZ_NATIVE_LIBEVENT=1 Index: mail/thunderbird/files/patch-configure.in =================================================================== --- mail/thunderbird/files/patch-configure.in (revision 303700) +++ mail/thunderbird/files/patch-configure.in (working copy) @@ -1,49 +1,61 @@ ---- configure.in.orig 2012-07-14 00:40:08.000000000 +0200 -+++ configure.in 2012-08-18 18:16:06.000000000 +0200 -@@ -3101,6 +3118,8 @@ - - AC_SUBST(VISIBILITY_FLAGS) - -+MOZ_COMPILER_OPTS -+ - dnl Checks for header files. - dnl ======================================================== - AC_HEADER_DIRENT -@@ -4067,29 +4086,29 @@ - - AC_CACHE_CHECK(for __attribute__((always_inline)), - ac_cv_attribute_always_inline, -- [AC_TRY_COMPILE([], -- [inline void f(void) __attribute__((always_inline));], -+ [AC_TRY_COMPILE([inline void f(void) __attribute__((always_inline));], -+ [], - ac_cv_attribute_always_inline=yes, - ac_cv_attribute_always_inline=no)]) - - AC_CACHE_CHECK(for __attribute__((malloc)), - ac_cv_attribute_malloc, -- [AC_TRY_COMPILE([], -- [void* f(int) __attribute__((malloc));], -+ [AC_TRY_COMPILE([void* f(int) __attribute__((malloc));], -+ [], - ac_cv_attribute_malloc=yes, - ac_cv_attribute_malloc=no)]) - - AC_CACHE_CHECK(for __attribute__((warn_unused_result)), - ac_cv_attribute_warn_unused, -- [AC_TRY_COMPILE([], -- [int f(void) __attribute__((warn_unused_result));], -+ [AC_TRY_COMPILE([int f(void) __attribute__((warn_unused_result));], -+ [], - ac_cv_attribute_warn_unused=yes, - ac_cv_attribute_warn_unused=no)]) - - AC_CACHE_CHECK(for __attribute__((noreturn)), - ac_cv_attribute_noreturn, -- [AC_TRY_COMPILE([], -- [void f(void) __attribute__((noreturn));], -+ [AC_TRY_COMPILE([void f(void) __attribute__((noreturn));], -+ [], - ac_cv_attribute_noreturn=yes, - ac_cv_attribute_noreturn=no)]) - +--- configure.in.orig 2012-09-03 23:57:30.597100577 +0900 ++++ configure.in 2012-09-03 23:58:33.004101257 +0900 +@@ -3037,58 +3037,7 @@ + rm -f conftest.[cs] + ]) + if test "$ac_cv_visibility_pragma" = "yes"; then +- AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), +- ac_cv_have_visibility_class_bug, +- [cat > conftest.c < /dev/null 2>&1 ; then +- ac_cv_have_visibility_class_bug=yes +- else +- if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then +- ac_cv_have_visibility_class_bug=yes +- fi +- fi +- rm -rf conftest.{c,S} +- ]) +- +- AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), +- ac_cv_have_visibility_builtin_bug, +- [cat > conftest.c < +-#pragma GCC visibility pop +- +-__attribute__ ((visibility ("default"))) void Func() { +- char c[[100]]; +- memset(c, 0, sizeof(c)); +-} +-EOF +- ac_cv_have_visibility_builtin_bug=no +- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then +- ac_cv_have_visibility_builtin_bug=yes +- else +- if test `grep -c "@PLT" conftest.S` = 0; then +- ac_cv_visibility_builtin_bug=yes +- fi +- fi +- rm -f conftest.{c,S} +- ]) +- if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ +- "$ac_cv_have_visibility_class_bug" = "no"; then +- VISIBILITY_FLAGS='-I$(DIST)/system_wrappers -include $(MOZILLA_SRCDIR)/config/gcc_hidden.h' +- STL_FLAGS='-I$(DIST)/stl_wrappers' +- else + VISIBILITY_FLAGS='-fvisibility=hidden' +- fi # have visibility pragma bug + fi # have visibility pragma + fi # have visibility(default) attribute + fi # have visibility(hidden) attribute Index: mail/thunderbird/files/patch-mozilla-js-src-configure.in =================================================================== --- mail/thunderbird/files/patch-mozilla-js-src-configure.in (revision 303700) +++ mail/thunderbird/files/patch-mozilla-js-src-configure.in (working copy) @@ -1,6 +1,67 @@ ---- mozilla/js/src/configure.in.orig 2012-02-22 17:06:28.000000000 +0100 -+++ mozilla/js/src/configure.in 2012-03-07 21:03:11.000000000 +0100 -@@ -5946,6 +5946,7 @@ _EGREP_PATTERN="${_EGREP_PATTERN}dummy_n +--- mozilla/js/src/configure.in.orig 2012-09-04 00:06:04.501102901 +0900 ++++ mozilla/js/src/configure.in 2012-09-04 00:11:00.124099818 +0900 +@@ -2828,60 +2828,7 @@ + rm -f conftest.[cs] + ]) + if test "$ac_cv_visibility_pragma" = "yes"; then +- AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), +- ac_cv_have_visibility_class_bug, +- [cat > conftest.c < /dev/null 2>&1 ; then +- ac_cv_have_visibility_class_bug=yes +- else +- if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then +- ac_cv_have_visibility_class_bug=yes +- fi +- fi +- rm -rf conftest.{c,S} +- ]) +- +- AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), +- ac_cv_have_visibility_builtin_bug, +- [cat > conftest.c < +-#pragma GCC visibility pop +- +-__attribute__ ((visibility ("default"))) void Func() { +- char c[[100]]; +- memset(c, 0, sizeof(c)); +-} +-EOF +- ac_cv_have_visibility_builtin_bug=no +- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then +- ac_cv_have_visibility_builtin_bug=yes +- else +- if test `grep -c "@PLT" conftest.S` = 0; then +- ac_cv_visibility_builtin_bug=yes +- fi +- fi +- rm -f conftest.{c,S} +- ]) +- if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ +- "$ac_cv_have_visibility_class_bug" = "no"; then +- VISIBILITY_FLAGS='-I$(DIST)/system_wrappers_js -include $(topsrcdir)/config/gcc_hidden.h' +- WRAP_SYSTEM_INCLUDES=1 +- STL_FLAGS='-I$(DIST)/stl_wrappers' +- WRAP_STL_INCLUDES=1 +- else + VISIBILITY_FLAGS='-fvisibility=hidden' +- fi # have visibility pragma bug + fi # have visibility pragma + fi # have visibility(default) attribute + fi # have visibility(hidden) attribute +@@ -5002,6 +4949,7 @@ * C++ implementations should define these macros only when __STDC_LIMIT_MACROS * is defined before is included. */ #define __STDC_LIMIT_MACROS >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 12:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 491561065679; Wed, 5 Sep 2012 12:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F2168FC1A; Wed, 5 Sep 2012 12:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85CAEmH067649; Wed, 5 Sep 2012 12:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85CAEOL067631; Wed, 5 Sep 2012 12:10:14 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 12:10:14 GMT Message-Id: <201209051210.q85CAEOL067631@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171343: [patch] build www/firefox and mail/thunderbird with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 12:10:15 -0000 Synopsis: [patch] build www/firefox and mail/thunderbird with clang Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 12:10:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171343 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 14:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C9C91065670 for ; Wed, 5 Sep 2012 14:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C920E8FC1B for ; Wed, 5 Sep 2012 14:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85E09i9063202 for ; Wed, 5 Sep 2012 14:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85E09kx063183; Wed, 5 Sep 2012 14:00:09 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 14:00:09 GMT Resent-Message-Id: <201209051400.q85E09kx063183@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAKATSU Tomonari Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A990106567C for ; Wed, 5 Sep 2012 13:57:02 +0000 (UTC) (envelope-from tota@rtfm.jp) Received: from rtfm.jp (rtfm.jp [219.94.242.231]) by mx1.freebsd.org (Postfix) with ESMTP id D24A18FC23 for ; Wed, 5 Sep 2012 13:57:01 +0000 (UTC) Received: by rtfm.jp (Postfix, from userid 1001) id 61636B82A; Wed, 5 Sep 2012 22:56:34 +0900 (JST) Message-Id: <20120905135634.61636B82A@rtfm.jp> Date: Wed, 5 Sep 2012 22:56:34 +0900 (JST) From: TAKATSU Tomonari To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171345: [PATCH] devel/newfile: Apply the latest styles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 14:00:10 -0000 >Number: 171345 >Category: ports >Synopsis: [PATCH] devel/newfile: Apply the latest styles >Confidential: no >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 Sep 05 14:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 8.2-RELEASE-p9 amd64 >Organization: none (private) >Environment: System: FreeBSD photon.local.lan 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012 >Description: - Apply the latest styles to Makefile and pkg-descr which are generated by being executed "port create" * Change to new header information in Makefile [1] * Replace tab with space after WWW: in pkg-descr [2] - Bump PORTREVISION http://www.freebsd.org/doc/en/books/porters-handbook/book.html#PORTING-MAKEFILE [1] http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN94 [2] Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: begin 644 newfile-1.0.14_2.patch Index: devel/newfile/files/patch-data_projects_port_Makefile =================================================================== --- devel/newfile/files/patch-data_projects_port_Makefile (revision 303698) +++ devel/newfile/files/patch-data_projects_port_Makefile (working copy) @@ -1,7 +1,22 @@ -diff -ruN data/projects/port@Makefile.orig data/projects/port@Makefile --- data/projects/port@Makefile.orig 2003-11-03 21:34:51.000000000 +0900 -+++ data/projects/port@Makefile 2005-08-07 01:31:43.486085664 +0900 -@@ -31,6 +31,7 @@ ++++ data/projects/port@Makefile 2012-09-05 22:05:30.000000000 +0900 +@@ -1,15 +1,6 @@ + %# -*-mode: makefile-*- + %define c "# " +-# New ports collection makefile for: <:PROJECT> +-# Date created: <:DATE> +-%if !defined("BSDMAIL") +-# Whom: <:AUTHOR> <<:EMAIL>> +-%else +-# Whom: <:AUTHOR> <<:BSDMAIL>> +-%endif # !defined("BSDMAIL") +-# + # $FreeBSD$ +-# + + PORTNAME= <:PROJECT> + PORTVERSION= +@@ -31,6 +22,7 @@ %else MAINTAINER= <:BSDMAIL> %endif # !defined("BSDMAIL") Index: devel/newfile/files/patch-data_projects_port_pkg-descr =================================================================== --- devel/newfile/files/patch-data_projects_port_pkg-descr (revision 303698) +++ devel/newfile/files/patch-data_projects_port_pkg-descr (working copy) @@ -1,7 +1,8 @@ ---- data/projects/port@pkg-descr.orig Fri Jul 14 15:03:26 2006 -+++ data/projects/port@pkg-descr Fri Jul 14 15:03:44 2006 +--- data/projects/port@pkg-descr.orig 2003-11-03 21:33:36.000000000 +0900 ++++ data/projects/port@pkg-descr 2012-09-05 20:56:03.000000000 +0900 @@ -1,4 +1,3 @@ [description of the port] -Author: Author's name and e-mail address - WWW: http://port.home.page/ +-WWW: http://port.home.page/ ++WWW: http://port.home.page/ Index: devel/newfile/Makefile =================================================================== --- devel/newfile/Makefile (revision 303698) +++ devel/newfile/Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= newfile PORTVERSION= 1.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 14:00:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09EFF1065676; Wed, 5 Sep 2012 14:00:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D42EC8FC16; Wed, 5 Sep 2012 14:00:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85E0ucY074962; Wed, 5 Sep 2012 14:00:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85E0uIo074946; Wed, 5 Sep 2012 14:00:56 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 14:00:56 GMT Message-Id: <201209051400.q85E0uIo074946@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tota@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171345: [PATCH] devel/newfile: Apply the latest styles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 14:00:57 -0000 Synopsis: [PATCH] devel/newfile: Apply the latest styles Responsible-Changed-From-To: freebsd-ports-bugs->tota Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 14:00:56 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171345 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 14:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7C80106564A for ; Wed, 5 Sep 2012 14:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8AECF8FC14 for ; Wed, 5 Sep 2012 14:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85EA2XI031598 for ; Wed, 5 Sep 2012 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85EA2sX031585; Wed, 5 Sep 2012 14:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 14:10:02 GMT Resent-Message-Id: <201209051410.q85EA2sX031585@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eygene Ryabinkin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 479C01065677 for ; Wed, 5 Sep 2012 14:00:31 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.6.71]) by mx1.freebsd.org (Postfix) with ESMTP id EB30E8FC15 for ; Wed, 5 Sep 2012 14:00:30 +0000 (UTC) Received: from void.codelabs.ru (void.codelabs.ru [144.206.6.66]) by 0.mx.codelabs.ru with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) id 1T9G9d-000PrW-3m for FreeBSD-gnats-submit@freebsd.org; Wed, 05 Sep 2012 18:00:30 +0400 Message-Id: <20120905140028.951FEDA81F@void.codelabs.ru> Date: Wed, 5 Sep 2012 18:00:28 +0400 (MSK) From: Eygene Ryabinkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171346: [vuln][patch] www/moinmoin: fix CVE-2012-4404 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene Ryabinkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 14:10:02 -0000 >Number: 171346 >Category: ports >Synopsis: [vuln][patch] www/moinmoin: fix CVE-2012-4404 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 14:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Code Labs >Environment: System: FreeBSD 10.0-CURRENT amd64 >Description: Vulnerability affecting MoinMoin 1.9 up to (and including) 1.9.4 was recently found and fixed: http://www.vuxml.org/freebsd/4f99e2ef-f725-11e1-8bd8-0022156e8794.html http://hg.moinmo.in/moin/1.9/rev/7b9f39289e16 >How-To-Repeat: Look at the above URLs. Try to create the group with "All" string in its name, restrict page's access rights like {{{ #acl AllGoodPersonsGroup:read all: }}} and visit the page under user who isn't in the AllGoodPersonsGroup. The page should be visible to that user. >Fix: The patch at http://codelabs.ru/fbsd/ports/moinmoin/1.9.4-fix-cve-2012-4404.diff applies upstream fix. I had tested it at my Tinderbox and MoinMoin instance: vulnerability was gone. QA page: http://codelabs.ru/fbsd/ports/qa/www/moinmoin/1.9.4_1 If this fix or update to 1.9.5 will be committed, one should use {{{ Security: http://www.vuxml.org/freebsd/4f99e2ef-f725-11e1-8bd8-0022156e8794.html }}} in the commit message. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 14:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFC74106564A; Wed, 5 Sep 2012 14:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B36858FC15; Wed, 5 Sep 2012 14:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85EAFO5035145; Wed, 5 Sep 2012 14:10:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85EAFq0035128; Wed, 5 Sep 2012 14:10:15 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 14:10:15 GMT Message-Id: <201209051410.q85EAFq0035128@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rea@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171346: [vuln][patch] www/moinmoin: fix CVE-2012-4404 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 14:10:16 -0000 Synopsis: [vuln][patch] www/moinmoin: fix CVE-2012-4404 Responsible-Changed-From-To: freebsd-ports-bugs->rea Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 14:10:14 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171346 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 16:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C838106566B for ; Wed, 5 Sep 2012 16:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EEBA8FC1A for ; Wed, 5 Sep 2012 16:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85Ge2xu051384 for ; Wed, 5 Sep 2012 16:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85Ge2mE051369; Wed, 5 Sep 2012 16:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 16:40:02 GMT Resent-Message-Id: <201209051640.q85Ge2mE051369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Lun Wang Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C96C11065674 for ; Wed, 5 Sep 2012 16:30:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B40838FC12 for ; Wed, 5 Sep 2012 16:30:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q85GUxM6048215 for ; Wed, 5 Sep 2012 16:30:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q85GUx3m048214; Wed, 5 Sep 2012 16:30:59 GMT (envelope-from nobody) Message-Id: <201209051630.q85GUx3m048214@red.freebsd.org> Date: Wed, 5 Sep 2012 16:30:59 GMT From: Li-Lun Wang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171349: [maintainer update] math/py-numpy science/py-scipy remove automatic dependency to SuiteSparse X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 16:40:02 -0000 >Number: 171349 >Category: ports >Synopsis: [maintainer update] math/py-numpy science/py-scipy remove automatic dependency to SuiteSparse >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 Sep 05 16:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Li-Lun Wang >Release: 8.2-STABLE >Organization: >Environment: FreeBSD ll-zfs 8.2-STABLE FreeBSD 8.2-STABLE #6: Sat Jul 23 12:53:04 CDT 2011 root@ll-zfs:/usr/obj/usr/src/sys/C2D amd64 >Description: * Remove automatic dependency to SuiteSparse; use OPTIONS instead * Change to new OPTIONS style * py-scipy RUN_DEPENDS on nose * Bump PORTREVISIONs because the package is potentially changed * Reported by: A.J. Kehoe IV (Nanoman) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN math/py-numpy.orig/Makefile math/py-numpy/Makefile --- math/py-numpy.orig/Makefile 2012-06-22 03:23:29.000000000 -0500 +++ math/py-numpy/Makefile 2012-09-05 11:00:27.564111906 -0500 @@ -7,6 +7,7 @@ PORTNAME= numpy PORTVERSION= 1.6.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME:C/\..$/.0/}/:doc \ @@ -24,7 +25,10 @@ RUN_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose -OPTIONS= ATLAS "Use optimized blas library" Off +OPTIONS_DEFINE= ATLAS SUITESPARSE +OPTIONS_DEFAULT= SUITESPARSE +ATLAS_DESC= Use optimized blas library +SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse USE_FORTRAN= yes USE_PYTHON= yes @@ -53,7 +57,7 @@ DISTFILES+= ${FP_ARCH}/fenv.c?p=203441:fp ${FP_ARCH}/fenv.h?p=203441:fp .endif -.if defined(WITH_ATLAS) +.if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas .if !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= atlas needs to be built with WITH_STATIC for numpy to function properly @@ -63,7 +67,7 @@ blas.2:${PORTSDIR}/math/blas .endif -.if exists(${LOCALBASE}/lib/libumfpack.so.1) +.if ${PORT_OPTIONS:MSUITESPARSE} LIB_DEPENDS+= umfpack.1:${PORTSDIR}/math/suitesparse .endif @@ -90,17 +94,17 @@ ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/fenv.patch; \ fi .endif -.ifdef WITH_ATLAS - @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \ - -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ - -e "s+%%ATLASLIBS%%+alapack, f77blas, cblas, atlas+" \ - ${WRKSRC}/site.cfg +.if ${PORT_OPTIONS:MATLAS} + @${REINPLACE_CMD} -e "s+%%ATLASLIBS%%+alapack, f77blas, cblas, atlas+" ${WRKSRC}/site.cfg .else + @${REINPLACE_CMD} -e "s+%%ATLASLIBS%%+lapack, blas+" ${WRKSRC}/site.cfg +.endif +.if !${PORT_OPTIONS:MSUITESPARSE} + @${REINPLACE_CMD} -e "s+:%%LOCALBASE%%/include/suitesparse++" ${WRKSRC}/site.cfg +.endif @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \ -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ - -e "s+%%ATLASLIBS%%+lapack, blas+" \ - ${WRKSRC}/site.cfg -.endif + ${WRKSRC}/site.cfg @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" ${WRKSRC}/numpy/distutils/system_info.py pre-install: diff -urN science/py-scipy.orig/Makefile science/py-scipy/Makefile --- science/py-scipy.orig/Makefile 2012-05-31 14:01:17.641456000 -0500 +++ science/py-scipy/Makefile 2012-09-05 11:08:31.764191151 -0500 @@ -7,6 +7,7 @@ PORTNAME= scipy PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source @@ -21,7 +22,8 @@ BUILD_DEPENDS+= ${PYNUMPY} \ ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + nosetests:${PORTSDIR}/devel/py-nose LATEST_LINK= py-${PORTNAME} OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options @@ -29,7 +31,11 @@ USE_FORTRAN= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes -OPTIONS= ATLAS "Use optimized blas library" OFF + +OPTIONS_DEFINE= ATLAS SUITESPARSE +OPTIONS_DEFAULT= SUITESPARSE +ATLAS_DESC= Use optimized blas library +SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse post-patch: @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ @@ -37,7 +43,7 @@ .include -.if defined(WITH_ATLAS) +.if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas .if !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= atlas needs to be built with WITH_STATIC for scipy to function properly @@ -47,7 +53,7 @@ blas.2:${PORTSDIR}/math/blas .endif -.if exists(${LOCALBASE}/lib/libumfpack.so.1) +.if ${PORT_OPTIONS:MSUITESPARSE} BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS+= umfpack.1:${PORTSDIR}/math/suitesparse .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 16:40:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 485B9106567D; Wed, 5 Sep 2012 16:40:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B80C8FC16; Wed, 5 Sep 2012 16:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85GeKl5056836; Wed, 5 Sep 2012 16:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85GeKUE056820; Wed, 5 Sep 2012 16:40:20 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 16:40:20 GMT Message-Id: <201209051640.q85GeKUE056820@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171349: [maintainer update] math/py-numpy science/py-scipy remove automatic dependency to SuiteSparse X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 16:40:21 -0000 Synopsis: [maintainer update] math/py-numpy science/py-scipy remove automatic dependency to SuiteSparse Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 16:40:20 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171349 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 16:50:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AA6A1065673 for ; Wed, 5 Sep 2012 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E39BB8FC15 for ; Wed, 5 Sep 2012 16:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85Go2Ok043400 for ; Wed, 5 Sep 2012 16:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85Go2iK043388; Wed, 5 Sep 2012 16:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 16:50:02 GMT Resent-Message-Id: <201209051650.q85Go2iK043388@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E977C106566C for ; Wed, 5 Sep 2012 16:44:45 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm28.access.bullet.mail.sp2.yahoo.com (nm28.access.bullet.mail.sp2.yahoo.com [98.139.44.155]) by mx1.freebsd.org (Postfix) with SMTP id C017F8FC12 for ; Wed, 5 Sep 2012 16:44:45 +0000 (UTC) Received: from [98.139.44.107] by nm28.access.bullet.mail.sp2.yahoo.com with NNFMP; 05 Sep 2012 16:44:39 -0000 Received: from [98.139.44.67] by tm12.access.bullet.mail.sp2.yahoo.com with NNFMP; 05 Sep 2012 16:44:39 -0000 Received: from [127.0.0.1] by omp1004.access.mail.sp2.yahoo.com with NNFMP; 05 Sep 2012 16:44:39 -0000 Received: (qmail 27093 invoked from network); 5 Sep 2012 16:44:39 -0000 Received: from localhost (jimmy@99.255.3.180 with login) by smtp106.rog.mail.gq1.yahoo.com with SMTP; 05 Sep 2012 09:44:38 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Wed, 05 Sep 2012 12:44:37 -0400 Message-Id: <398761.39598.qm@smtp106.rog.mail.gq1.yahoo.com> Date: Wed, 05 Sep 2012 12:44:37 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171350: www/drood: wrong checksums X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 16:50:03 -0000 >Number: 171350 >Category: ports >Synopsis: www/drood: wrong checksums >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 16:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 9.0-STABLE FreeBSD 9.0-STABLE #17: Fri Apr 6 13:54:19 EDT 2012 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Distfile has changed since commit. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 16:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC34C1065673 for ; Wed, 5 Sep 2012 16:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA5468FC17 for ; Wed, 5 Sep 2012 16:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85Go8HM044409 for ; Wed, 5 Sep 2012 16:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85Go8ha044396; Wed, 5 Sep 2012 16:50:08 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 16:50:08 GMT Resent-Message-Id: <201209051650.q85Go8ha044396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E014B106564A for ; Wed, 5 Sep 2012 16:48:55 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm15.access.bullet.mail.sp2.yahoo.com (nm15.access.bullet.mail.sp2.yahoo.com [98.139.44.142]) by mx1.freebsd.org (Postfix) with SMTP id 9CDA38FC0A for ; Wed, 5 Sep 2012 16:48:55 +0000 (UTC) Received: from [98.139.44.96] by nm15.access.bullet.mail.sp2.yahoo.com with NNFMP; 05 Sep 2012 16:48:55 -0000 Received: from [98.139.44.90] by tm1.access.bullet.mail.sp2.yahoo.com with NNFMP; 05 Sep 2012 16:48:55 -0000 Received: from [127.0.0.1] by omp1027.access.mail.sp2.yahoo.com with NNFMP; 05 Sep 2012 16:48:55 -0000 Received: (qmail 7119 invoked from network); 5 Sep 2012 16:48:54 -0000 Received: from localhost (jimmy@99.255.3.180 with login) by smtp105.rog.mail.gq1.yahoo.com with SMTP; 05 Sep 2012 09:48:53 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Wed, 05 Sep 2012 12:48:52 -0400 Message-Id: <867629.6660.qm@smtp105.rog.mail.gq1.yahoo.com> Date: Wed, 05 Sep 2012 12:48:52 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171351: Update Port: net-im/chattahoochie => 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 16:50:09 -0000 >Number: 171351 >Category: ports >Synopsis: Update Port: net-im/chattahoochie => 1.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 Sep 05 16:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 9.0-STABLE FreeBSD 9.0-STABLE #17: Fri Apr 6 13:54:19 EDT 2012 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- chattahoochie.diff begins here --- diff -ruN /usr/ports/net-im/chattahoochie/Makefile ./chattahoochie/Makefile --- /usr/ports/net-im/chattahoochie/Makefile 2012-06-23 22:41:03.000000000 -0400 +++ ./chattahoochie/Makefile 2012-09-05 12:46:26.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= chattahoochie -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= net-im MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/net-im/chattahoochie/distinfo ./chattahoochie/distinfo --- /usr/ports/net-im/chattahoochie/distinfo 2012-06-23 22:41:03.000000000 -0400 +++ ./chattahoochie/distinfo 2012-09-05 12:46:33.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (chattahoochie-1.4.tar.gz) = 69f8bf594eb123d1fd8e1be2972a330b9f3673f6d8653992abf6b4c83aac25a6 -SIZE (chattahoochie-1.4.tar.gz) = 10746 +SHA256 (chattahoochie-1.5.tar.gz) = b883efbd6ef461a3b0cf2c6d76e9ef91b3082ba2cc54dcdbcb3167c1e8450c10 +SIZE (chattahoochie-1.5.tar.gz) = 10746 --- chattahoochie.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 16:50:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29C57106564A; Wed, 5 Sep 2012 16:50:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1B918FC19; Wed, 5 Sep 2012 16:50:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85GoHDB046718; Wed, 5 Sep 2012 16:50:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85GoHOa046700; Wed, 5 Sep 2012 16:50:17 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 16:50:17 GMT Message-Id: <201209051650.q85GoHOa046700@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171350: www/drood: wrong checksums X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 16:50:18 -0000 Synopsis: www/drood: wrong checksums Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 16:50:17 UTC 2012 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171350 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 16:50:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B515C106566B; Wed, 5 Sep 2012 16:50:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88AED8FC18; Wed, 5 Sep 2012 16:50:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85GoRlH048978; Wed, 5 Sep 2012 16:50:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85GoRtD048963; Wed, 5 Sep 2012 16:50:27 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 16:50:27 GMT Message-Id: <201209051650.q85GoRtD048963@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171351: Update Port: net-im/chattahoochie => 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 16:50:27 -0000 Synopsis: Update Port: net-im/chattahoochie => 1.5 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 16:50:26 UTC 2012 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171351 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 18:50:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 161461065670 for ; Wed, 5 Sep 2012 18:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07A198FC14 for ; Wed, 5 Sep 2012 18:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85Io179086485 for ; Wed, 5 Sep 2012 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85Io1A5086473; Wed, 5 Sep 2012 18:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 18:50:01 GMT Resent-Message-Id: <201209051850.q85Io1A5086473@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E33B0106564A for ; Wed, 5 Sep 2012 18:41:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CC13A8FC1D for ; Wed, 5 Sep 2012 18:41:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q85IfCNC047957 for ; Wed, 5 Sep 2012 18:41:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q85IfCBD047956; Wed, 5 Sep 2012 18:41:12 GMT (envelope-from nobody) Message-Id: <201209051841.q85IfCBD047956@red.freebsd.org> Date: Wed, 5 Sep 2012 18:41:12 GMT From: nemysis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171352: ports-mgmt/porttools don't install dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 18:50:04 -0000 >Number: 171352 >Category: ports >Synopsis: ports-mgmt/porttools don't install dependencies >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 Sep 05 18:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 >Description: I have make a new FreeBSD Ports and wish to test with port test ===> Validating port with portlint WARN: Makefile: [37]: use ${VARIABLE}, instead of $(VARIABLE). 0 fatal errors and 1 warning found. ===> flags: PREFIX=/var/tmp/ports/techne-0.2.3 NO_DEPENDS=yes PKG_DBDIR=/tmp/pkg_db.1PgKzgyq -- ===> Cleaning workspace before port test ===> Cleaning for techne-0.2.3 ===> License GPLv3 accepted by the user ===> Extracting for techne-0.2.3 => SHA256 Checksum OK for techne/techne-0.2.3.tar.gz. ===> Patching for techne-0.2.3 ===> Applying FreeBSD patches for techne-0.2.3 ===> Configuring for techne-0.2.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LUA... yes checking for luac-5.1... luac-5.1 checking for OPENAL... yes checking for MAGICKWAND... no configure: error: Package requirements (MagickWand) were not met: Package MagickWand was not found in the pkg-config search path. Perhaps you should add the directory containing `MagickWand.pc' to the PKG_CONFIG_PATH environment variable No package 'MagickWand' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables MAGICKWAND_CFLAGS and MAGICKWAND_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please report the problem to nemysis@gmx.ch [maintainer] and attach the "/var/tmp/ports/usr/local/ports/local/work/math/techne/work/techne-0.2.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info -Ea). *** Error code 1 Stop in /usr/local/ports/local/work/math/techne. ===> Error running make build ===> Cleaning up But make install works good make install ===> techne-0.2.3 depends on executable: ode-config - found ===> techne-0.2.3 depends on file: /usr/local/lib/libmicrohttpd.la - found ===> techne-0.2.3 depends on file: /usr/local/bin/Magick-config - not found ===> Verifying install for /usr/local/bin/Magick-config in /usr/ports/graphics/ImageMagick ===> Found saved configuration for ImageMagick-6.7.8.6 ===> Extracting for ImageMagick-6.7.8.6 => SHA256 Checksum OK for ImageMagick-6.7.8-6.tar.xz. ===> ImageMagick-6.7.8.6 depends on file: /usr/local/bin/perl5.16.0 - found ===> Patching for ImageMagick-6.7.8.6 ===> ImageMagick-6.7.8.6 depends on file: /usr/local/bin/perl5.16.0 - found ===> Applying FreeBSD patches for ImageMagick-6.7.8.6 ===> ImageMagick-6.7.8.6 depends on executable: gmake - found ===> ImageMagick-6.7.8.6 depends on executable: pkgconf - found ===> ImageMagick-6.7.8.6 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> ImageMagick-6.7.8.6 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> ImageMagick-6.7.8.6 depends on file: /usr/local/bin/perl5.16.0 - found ===> ImageMagick-6.7.8.6 depends on executable: pkgconf - found ===> ImageMagick-6.7.8.6 depends on executable: gs - found ===> ImageMagick-6.7.8.6 depends on shared library: jpeg - found ===> ImageMagick-6.7.8.6 depends on shared library: png15 - found ===> ImageMagick-6.7.8.6 depends on shared library: tiff - found ===> ImageMagick-6.7.8.6 depends on shared library: lqr-1.3 - found ===> ImageMagick-6.7.8.6 depends on shared library: fftw3 - found ===> ImageMagick-6.7.8.6 depends on shared library: fpx.[2-9] - found ===> ImageMagick-6.7.8.6 depends on shared library: jbig - found ===> ImageMagick-6.7.8.6 depends on shared library: jasper - found ===> ImageMagick-6.7.8.6 depends on shared library: lcms2 - found ===> ImageMagick-6.7.8.6 depends on shared library: freetype - found ===> ImageMagick-6.7.8.6 depends on shared library: webp - found ===> ImageMagick-6.7.8.6 depends on shared library: fontconfig - found ===> ImageMagick-6.7.8.6 depends on shared library: wmf - found ===> ImageMagick-6.7.8.6 depends on shared library: rsvg-2 - found ===> ImageMagick-6.7.8.6 depends on shared library: ltdl.7 - found ===> ImageMagick-6.7.8.6 depends on shared library: xml2.5 - found ===> Configuring for ImageMagick-6.7.8.6 >How-To-Repeat: FreeBSD Port Tools works usually good, but only here not. I must manually install this dependencies, because FreeBSD Port Tools this not make good here. I use this dependencies for Techne this is work LIB_DEPENDS+= objc:${PORTSDIR}/lang/libobjc2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ gtkglext-x11:${PORTSDIR}/x11-toolkits/gtkglext \ webkitgtk:${PORTSDIR}/www/webkit-gtk2 \ lua:${PORTSDIR}/lang/lua # plplotd:${PORTSDIR}/math/plplot BUILD_DEPENDS= ode-config:${PORTSDIR}/devel/ode \ ${LOCALBASE}/lib/libmicrohttpd.la:${PORTSDIR}/www/libmicrohttpd \ ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 18:50:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BABC1065670; Wed, 5 Sep 2012 18:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7448FC15; Wed, 5 Sep 2012 18:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85IoGKT089858; Wed, 5 Sep 2012 18:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85IoG9K089841; Wed, 5 Sep 2012 18:50:16 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 18:50:16 GMT Message-Id: <201209051850.q85IoG9K089841@freefall.freebsd.org> To: nemysis@gmx.ch, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171352: ports-mgmt/porttools don't install dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 18:50:16 -0000 Synopsis: ports-mgmt/porttools don't install dependencies State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 5 18:50:15 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171352 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 19:00:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C92B11065670 for ; Wed, 5 Sep 2012 19:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2778FC18 for ; Wed, 5 Sep 2012 19:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85J0C75095229 for ; Wed, 5 Sep 2012 19:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85J0CiQ095214; Wed, 5 Sep 2012 19:00:12 GMT (envelope-from gnats) Date: Wed, 5 Sep 2012 19:00:12 GMT Message-Id: <201209051900.q85J0CiQ095214@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171352: ports-mgmt/porttools don't install dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 19:00:12 -0000 The following reply was made to PR ports/171352; it has been noted by GNATS. From: Edwin Groothuis To: joemann@beefree.free.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/171352: ports-mgmt/porttools don't install dependencies Date: Wed, 5 Sep 2012 18:50:11 UT Maintainer of ports-mgmt/porttools, Please note that PR ports/171352 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/171352 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 19:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E91E1065672 for ; Wed, 5 Sep 2012 19:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 414B28FC0C for ; Wed, 5 Sep 2012 19:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85JA2ID063014 for ; Wed, 5 Sep 2012 19:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85JA2w5062998; Wed, 5 Sep 2012 19:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 19:10:02 GMT Resent-Message-Id: <201209051910.q85JA2w5062998@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Slaven Rezic Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D637B1065670 for ; Wed, 5 Sep 2012 19:05:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A67398FC0A for ; Wed, 5 Sep 2012 19:05:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q85J5c4r078975 for ; Wed, 5 Sep 2012 19:05:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q85J5cPQ078974; Wed, 5 Sep 2012 19:05:38 GMT (envelope-from nobody) Message-Id: <201209051905.q85J5cPQ078974@red.freebsd.org> Date: Wed, 5 Sep 2012 19:05:38 GMT From: Slaven Rezic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171353: Segmentation fault when use'ing the perl modules XML::LibXML and GD together (related to pthreads?) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 19:10:02 -0000 >Number: 171353 >Category: ports >Synopsis: Segmentation fault when use'ing the perl modules XML::LibXML and GD together (related to pthreads?) >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 Sep 05 19:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Slaven Rezic >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD cvrsnica.herceg.de 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 CPU: Intel(R) Core(TM) i5-2500T CPU @ 2.30GHz (2307.82-MHz K8-class CPU) >Description: The following perl one-liner crashes on my system with a segmentation fault: perl -e 'use XML::LibXML; use GD;' All components used here (perl, p5-XML-LibXML, p5-GD) are installed as packages. Interestingly, if I swap both use statements, then there's no crash: perl -e 'use GD; use XML::LibXML' I could also reproduce the problem with self-compiled perls (5.10.1, 5.14.2, 5.16.0) and the latest module versions from CPAN. Some of this perls did not produce a segfault, but an endless loop in the global destruction phase. Only with a perl with compiled-in threading there was no problem. The backtrace looks like following: #0 0x000000080508935b in pthread_mutex_lock () from /lib/libthr.so.3 #1 0x0000000803b436c5 in xmlRMutexLock () from /usr/local/lib/libxml2.so.5 #2 0x0000000803b3eb0c in xmlCatalogCleanup () from /usr/local/lib/libxml2.so.5 #3 0x0000000803adbbda in xmlCleanupParser () from /usr/local/lib/libxml2.so.5 #4 0x000000080383eac4 in XS_XML__LibXML_END (cv=0xf343c8) at LibXML.xs:1566 #5 0x00000000004eab56 in Perl_pp_entersub () at pp_hot.c:2778 #6 0x000000000043f36d in Perl_call_sv (sv=0xf343c8, flags=13) at perl.c:2705 #7 0x000000000044444a in Perl_call_list (oldscope=1, paramList=0xf343e0) at perl.c:4782 #8 0x000000000043a3cf in perl_destruct (my_perl=0x802735220) at perl.c:565 #9 0x000000000041ddc2 in main (argc=2, argv=0x7fffffffccb0, env=0x7fffffffccc8) at perlmain.c:131 If the problem caused an endless loop (see above), then this loop happens at the same place, somewhere after pthread_mutex_lock. Regards, Slaven >How-To-Repeat: See above. >Fix: Sorry, none known, other than the workaround of swapping both "use" statements, which is often not feasible in complex systems. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 19:11:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48655106566B; Wed, 5 Sep 2012 19:11:23 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA5C8FC12; Wed, 5 Sep 2012 19:11:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85JBMSQ085060; Wed, 5 Sep 2012 19:11:22 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85JBMko084988; Wed, 5 Sep 2012 19:11:22 GMT (envelope-from crees) Date: Wed, 5 Sep 2012 19:11:22 GMT Message-Id: <201209051911.q85JBMko084988@freefall.freebsd.org> To: joemann@beefree.free.de, nemysis@gmx.ch, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/171352: ports-mgmt/porttools don't install dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 19:11:23 -0000 Synopsis: ports-mgmt/porttools don't install dependencies State-Changed-From-To: feedback->closed State-Changed-By: crees State-Changed-When: Wed Sep 5 19:11:20 UTC 2012 State-Changed-Why: This is not a bug with porttools; the port does not respect PREFIX properly. Johannes, if you disagree please reply and I'll reopen the PR. Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Wed Sep 5 19:11:20 UTC 2012 Responsible-Changed-Why: This is not a bug with porttools; the port does not respect PREFIX properly. Johannes, if you disagree please reply and I'll reopen the PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=171352 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 20:02:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6467910656D8; Wed, 5 Sep 2012 20:02:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36D308FC14; Wed, 5 Sep 2012 20:02:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85K2QlX024250; Wed, 5 Sep 2012 20:02:26 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85K2Qg7024234; Wed, 5 Sep 2012 20:02:26 GMT (envelope-from linimon) Date: Wed, 5 Sep 2012 20:02:26 GMT Message-Id: <201209052002.q85K2Qg7024234@freefall.freebsd.org> To: nemysis@gmx.ch, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171342: Re: [NEW PORT] games/bombherman: A Bomberman clone written in C++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 20:02:26 -0000 Old Synopsis: Re: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/167973 New Synopsis: Re: [NEW PORT] games/bombherman: A Bomberman clone written in C++ State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Sep 5 20:01:21 UTC 2012 State-Changed-Why: Misfiled followup to ports/167973; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Sep 5 20:01:21 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=171342 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 20:09:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 950381065670; Wed, 5 Sep 2012 20:09:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 684258FC28; Wed, 5 Sep 2012 20:09:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85K9VKa024638; Wed, 5 Sep 2012 20:09:31 GMT (envelope-from gahr@freefall.freebsd.org) Received: (from gahr@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85K9VvO024627; Wed, 5 Sep 2012 20:09:31 GMT (envelope-from gahr) Date: Wed, 5 Sep 2012 20:09:31 GMT Message-Id: <201209052009.q85K9VvO024627@freefall.freebsd.org> To: gahr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: gahr@FreeBSD.org Cc: Subject: Re: ports/171339: pkg-plist for x11-toolkits/tk84 is wrong/manpages missing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 20:09:31 -0000 Synopsis: pkg-plist for x11-toolkits/tk84 is wrong/manpages missing Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: gahr Responsible-Changed-When: Wed Sep 5 20:09:30 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171339 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 23:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDE351065670 for ; Wed, 5 Sep 2012 23:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7875F8FC15 for ; Wed, 5 Sep 2012 23:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85NU2XF055059 for ; Wed, 5 Sep 2012 23:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85NU2A8055044; Wed, 5 Sep 2012 23:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2012 23:30:02 GMT Resent-Message-Id: <201209052330.q85NU2A8055044@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D872C1065672 for ; Wed, 5 Sep 2012 23:24:29 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 305CF8FC14 for ; Wed, 5 Sep 2012 23:24:27 +0000 (UTC) Received: (qmail invoked by alias); 05 Sep 2012 23:24:25 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp036) with SMTP; 06 Sep 2012 01:24:25 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 01:24:25 +0200 Message-Id: <20120905232429.D872C1065672@hub.freebsd.org> Date: Thu, 06 Sep 2012 01:24:25 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: amdmi3@FreeBSD.org Subject: ports/171357: [PATCH] games/peg-e: update to 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 23:30:02 -0000 >Number: 171357 >Category: ports >Synopsis: [PATCH] games/peg-e: update to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 23:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: - Update to 1.1.1 Port maintainer (amdmi3@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- peg-e-1.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/peg-e/Makefile ./Makefile --- /usr/ports/games/peg-e/Makefile 2012-06-06 08:43:48.000000000 +0200 +++ ./Makefile 2012-09-06 01:16:42.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= peg-e -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ diff -ruN --exclude=CVS /usr/ports/games/peg-e/distinfo ./distinfo --- /usr/ports/games/peg-e/distinfo 2011-07-03 16:24:36.000000000 +0200 +++ ./distinfo 2012-09-06 01:17:04.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (peg-e-1.1.0-src.tar.bz2) = ecd82c94a628161d014700d19c36f9299995c0963b053fb096e3f3b173d2655b -SIZE (peg-e-1.1.0-src.tar.bz2) = 57510 +SHA256 (peg-e-1.1.1-src.tar.bz2) = a1ec62976426acf0b35843d8978c25459b4826c91b077a2c366b89bd6d121553 +SIZE (peg-e-1.1.1-src.tar.bz2) = 89146 --- peg-e-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 23:30:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 629D81065686; Wed, 5 Sep 2012 23:30:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 362DC8FC08; Wed, 5 Sep 2012 23:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q85NULkG059408; Wed, 5 Sep 2012 23:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q85NULss059390; Wed, 5 Sep 2012 23:30:21 GMT (envelope-from edwin) Date: Wed, 5 Sep 2012 23:30:21 GMT Message-Id: <201209052330.q85NULss059390@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171357: [PATCH] games/peg-e: update to 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 23:30:21 -0000 Synopsis: [PATCH] games/peg-e: update to 1.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 5 23:30:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171357 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 00:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C41A61065672 for ; Thu, 6 Sep 2012 00:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 959788FC0C for ; Thu, 6 Sep 2012 00:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q860U2gT081141 for ; Thu, 6 Sep 2012 00:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q860U2Uh081128; Thu, 6 Sep 2012 00:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 00:30:02 GMT Resent-Message-Id: <201209060030.q860U2Uh081128@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E94081065674 for ; Thu, 6 Sep 2012 00:24:01 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 196468FC12 for ; Thu, 6 Sep 2012 00:24:00 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 00:23:59 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp034) with SMTP; 06 Sep 2012 02:23:59 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 02:23:58 +0200 Message-Id: <20120906002401.E94081065674@hub.freebsd.org> Date: Thu, 06 Sep 2012 02:23:58 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171358: [MAINTAINER] games/simsu: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 00:30:02 -0000 >Number: 171358 >Category: ports >Synopsis: [MAINTAINER] games/simsu: Makefile simplified >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 Sep 06 00:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile simplified Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- simsu-1.2.2_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/simsu/Makefile ./Makefile --- /usr/ports/games/simsu/Makefile 2012-09-01 15:39:34.000000000 +0200 +++ ./Makefile 2012-09-06 02:19:58.000000000 +0200 @@ -7,54 +7,35 @@ PORTNAME= simsu PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ -EXTRACT_SUFX= -src.tar.bz2 +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= nemysis@gmx.ch COMMENT= Simsu is a basic Sudoku game LICENSE= GPLv3 -USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_BZIP2= yes +USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats INSTALLS_ICONS= yes -HAS_CONFIGURE= yes +MAKE_JOBS_SAFE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro -CONFIGURE_ENV+= UIC="${UIC}" QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" -MAKE_ENV+= QMAKESPEC="${QMAKESPEC}" - -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes - PORTDATA= * PORTDOCS= CREDITS ChangeLog .include -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# Data - ${MKDIR} ${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "symmetry translations" ${DATADIR}) - -# Icons - ${MKDIR} ${PREFIX}/share/icons/hicolor -.for d in icons - @(cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons/) -.endfor - -# Pixmaps and Desktop - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}_32.xpm ${PREFIX}/share/pixmaps/ - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ +post-install: +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/icons/hicolor/48x48/apps/simsu.png ${PREFIX}/share/pixmaps/ # Documentation .if ${PORT_OPTIONS:MDOCS} diff -ruN --exclude=CVS /usr/ports/games/simsu/pkg-plist ./pkg-plist --- /usr/ports/games/simsu/pkg-plist 2012-05-13 12:12:22.000000000 +0200 +++ ./pkg-plist 2012-09-06 02:11:14.000000000 +0200 @@ -9,5 +9,5 @@ share/icons/hicolor/48x48/apps/simsu.png share/icons/hicolor/64x64/apps/simsu.png share/icons/hicolor/scalable/apps/simsu.svg -share/pixmaps/simsu_32.xpm +share/pixmaps/simsu.png @dirrmtry share/applications --- simsu-1.2.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 01:00:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B2B2106564A for ; Thu, 6 Sep 2012 01:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D51858FC14 for ; Thu, 6 Sep 2012 01:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8610994002368 for ; Thu, 6 Sep 2012 01:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86109Dl002355; Thu, 6 Sep 2012 01:00:09 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 01:00:09 GMT Resent-Message-Id: <201209060100.q86109Dl002355@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C961065672 for ; Thu, 6 Sep 2012 00:55:40 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id EBD1A8FC0C for ; Thu, 6 Sep 2012 00:55:39 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 00:55:37 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp034) with SMTP; 06 Sep 2012 02:55:37 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 02:55:37 +0200 Message-Id: <20120906005540.87C961065672@hub.freebsd.org> Date: Thu, 06 Sep 2012 02:55:37 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171359: [MAINTAINER] games/connectagram: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 01:00:13 -0000 >Number: 171359 >Category: ports >Synopsis: [MAINTAINER] games/connectagram: Makefile simplified >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 Sep 06 01:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile simplified Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- connectagram-1.0.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/connectagram/Makefile ./Makefile --- /usr/ports/games/connectagram/Makefile 2012-08-20 18:23:55.000000000 +0200 +++ ./Makefile 2012-09-06 02:48:08.000000000 +0200 @@ -20,28 +20,26 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= moc_build qmake_build rcc_build corelib gui iconengines imageformats network +USE_QT4= moc_build qmake_build rcc_build corelib gui iconengines imageformats network INSTALLS_ICONS= yes - MAKE_JOBS_SAFE= yes +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro + PORTDATA= * PORTDOCS= ChangeLog PLIST_FILES= bin/${PORTNAME} \ - share/applications/${PORTNAME}.desktop \ - share/icons/hicolor/48x48/apps/${PORTNAME}.png + share/applications/${PORTNAME}.desktop \ + share/icons/hicolor/48x48/apps/${PORTNAME}.png PLIST_DIRSTRY= share/icons/hicolor/48x48/apps \ - share/icons/hicolor/48x48 \ - share/icons/hicolor \ - share/icons \ - share/applications - -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} + share/icons/hicolor/48x48 \ + share/icons/hicolor \ + share/icons \ + share/applications .include @@ -49,9 +47,7 @@ # Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif .include --- connectagram-1.0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 01:50:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0C401065672 for ; Thu, 6 Sep 2012 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C17D28FC15 for ; Thu, 6 Sep 2012 01:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q861o286082690 for ; Thu, 6 Sep 2012 01:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q861o2kt082679; Thu, 6 Sep 2012 01:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 01:50:02 GMT Resent-Message-Id: <201209060150.q861o2kt082679@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Benjamin Close Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40EA6106566C for ; Thu, 6 Sep 2012 01:41:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6978FC0C for ; Thu, 6 Sep 2012 01:41:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q861fiv0017402 for ; Thu, 6 Sep 2012 01:41:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q861fiqc017399; Thu, 6 Sep 2012 01:41:44 GMT (envelope-from nobody) Message-Id: <201209060141.q861fiqc017399@red.freebsd.org> Date: Thu, 6 Sep 2012 01:41:44 GMT From: Benjamin Close To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171361: [pkgng] Regressions from pkg_ tools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 01:50:03 -0000 >Number: 171361 >Category: ports >Synopsis: [pkgng] Regressions from pkg_ tools >Confidential: no >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 Sep 06 01:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Benjamin Close >Release: 9.1-PRERELEASE >Organization: >Environment: FreeBSD taurus.clearchain.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Tue Sep 4 07:05:34 CST 2012 root@taurus.clearchain.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I'm in the process of testing pkgng: benjsc@taurus:/usr/ports | pkg -v 1.0 Overall I've very impressed. However I've discovered a number of features that appear to be a regression from what is currently available via the pkg_ tools. I've listed these below. 1> Package fetch continue I have a intermittent network connection. If a package fails part way through download, the entire package is refetched. When your connection drops out 5 times downloading qt-docs (100mb) this is a big issue. Please implement fetch continue (as fetch does) 2> Unable to multiple instances of pkgng at the same time. If I have one instance of pkg installing then at the same time you can't perform commands which would be read only. Ie status, which, etc. This is a regression from the old pkg_info where you could query at the same time 3> Not a regression but a bug: pkg check -a doesn't work. 4> No documentation on meaning of kb/ status when fetching When fetching 2 stats displaying kb's are displayed. There is no documentation on the meaning of these. The first appears to be kb/s the second I could not find a meaning for: qt4-doc-4.8.2.txz 100% 95MB 66.7KB/s 94.5KB/s 24:20 ^^^^^^^^ What's this? 5> auto remove after pkg2ng finds no candidates After using pkg2ng there is no candidates listed. I'm sure some packages could be auto removed 6> pkg checks for updated reposity information every time install is run If I chose a package to install then upon running install an update run is also performed. Update should be it's own task and not related to install. (I might want the current version not a later version) 7> pkg2ng needs to provide some help. Upon a completed run of pkg2ng I ran pkg update. Only to be told no repository is found. An easy fix but I had to work out what it was. Perhaps a one line printf indicating that a config file is needed and an example in /usr/local/etc/pkg.conf.sample is available. It'd just make it much more user friendly for anyone trying pkg2ng out. Thanks and keep up the good work. Ben >How-To-Repeat: 1> pkg install qt4-docs pkg install qt4-docs 2> pkg install qt4-docs Whilst download is running pkg which /usr/local/bin/bash Result: benjsc@taurus:/usr/ports | pkg which /usr/local/bin/bash pkg: sqlite: database is locked (pkgdb.c:2363) 5> pkg2ng pkg autoremove 6> root@taurus:/home/benjsc $BUILD_ENV$GITBRANCH| pkg install virtualbox-ose virtualbox-ose-kmod Updating repository catalogue Repository catalogue is up-to-date, no need to fetch fresh copy The following packages will be installed: Same for status, version etc. 3> benjsc@taurus:/usr/ports | pkg check -a usage: pkg check [-Bdsr] [-vy] [-a | -gxX ] For more information see 'pkg help check'. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 02:00:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CC3C1065677 for ; Thu, 6 Sep 2012 02:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBF498FC15 for ; Thu, 6 Sep 2012 02:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8620APi088850 for ; Thu, 6 Sep 2012 02:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8620AY0088835; Thu, 6 Sep 2012 02:00:10 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 02:00:10 GMT Resent-Message-Id: <201209060200.q8620AY0088835@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B04D1065673 for ; Thu, 6 Sep 2012 01:52:58 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id BF5638FC08 for ; Thu, 6 Sep 2012 01:52:57 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 01:52:55 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp002) with SMTP; 06 Sep 2012 03:52:55 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 03:52:55 +0200 Message-Id: <20120906015258.5B04D1065673@hub.freebsd.org> Date: Thu, 06 Sep 2012 03:52:55 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171362: [MAINTAINER] games/cutemaze: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 02:00:11 -0000 >Number: 171362 >Category: ports >Synopsis: [MAINTAINER] games/cutemaze: Makefile simplified >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 Sep 06 02:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile simplified Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- cutemaze-1.1.0_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/cutemaze/Makefile ./Makefile --- /usr/ports/games/cutemaze/Makefile 2012-08-28 02:50:44.000000000 +0200 +++ ./Makefile 2012-09-06 03:16:57.000000000 +0200 @@ -7,50 +7,40 @@ PORTNAME= cutemaze PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ -EXTRACT_SUFX= -src.tar.bz2 +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= nemysis@gmx.ch -COMMENT= A simple, top-down game in which mazes are randomly generated +COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_BZIP2= yes USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats INSTALLS_ICONS= yes - MAKE_JOBS_SAFE= yes -PORTDATA= * PORTDOCS= ChangeLog README .include do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} - -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# Data - ${MKDIR} ${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "preview themes" ${DATADIR}) + ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro +post-install: # Icons ${MKDIR} ${PREFIX}/share/icons/oxygen .for d in icons - (cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) + @(cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) .endfor -# Pixmaps and Desktop +# Pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop \ - ${PREFIX}/share/applications/ # Documentation .if ${PORT_OPTIONS:MDOCS} diff -ruN --exclude=CVS /usr/ports/games/cutemaze/pkg-plist ./pkg-plist --- /usr/ports/games/cutemaze/pkg-plist 2012-05-22 08:30:52.000000000 +0200 +++ ./pkg-plist 2012-09-06 03:42:16.000000000 +0200 @@ -1,5 +1,6 @@ bin/cutemaze share/applications/cutemaze.desktop +share/icons/hicolor/48x48/apps/cutemaze.png share/icons/oxygen/16x16/application-exit.png share/icons/oxygen/16x16/document-new.png share/icons/oxygen/16x16/games-config-options.png @@ -33,5 +34,8 @@ @dirrmtry share/icons/oxygen/22x22 @dirrmtry share/icons/oxygen/16x16 @dirrmtry share/icons/oxygen +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/applications --- cutemaze-1.1.0_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 02:00:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9281F106566C for ; Thu, 6 Sep 2012 02:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE8C8FC29 for ; Thu, 6 Sep 2012 02:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8620B41088977 for ; Thu, 6 Sep 2012 02:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8620BeA088958; Thu, 6 Sep 2012 02:00:11 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 02:00:11 GMT Resent-Message-Id: <201209060200.q8620BeA088958@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 266F6106566C for ; Thu, 6 Sep 2012 01:55:51 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 8B1AC8FC15 for ; Thu, 6 Sep 2012 01:55:50 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 01:55:48 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp020) with SMTP; 06 Sep 2012 03:55:48 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 03:55:48 +0200 Message-Id: <20120906015551.266F6106566C@hub.freebsd.org> Date: Thu, 06 Sep 2012 03:55:48 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171363: [MAINTAINER] games/gottet: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 02:00:11 -0000 >Number: 171363 >Category: ports >Synopsis: [MAINTAINER] games/gottet: Makefile simplified >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 Sep 06 02:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile simplified Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- gottet-1.0.4_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/gottet/Makefile ./Makefile --- /usr/ports/games/gottet/Makefile 2012-08-17 15:24:40.000000000 +0200 +++ ./Makefile 2012-09-06 03:54:38.000000000 +0200 @@ -7,21 +7,26 @@ PORTNAME= gottet PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ -EXTRACT_SUFX= -src.tar.bz2 +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= nemysis@gmx.ch -COMMENT= A Tetris clone +COMMENT= Tetris clone LICENSE= GPLv3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= moc_build qmake_build rcc_build iconengines imageformats -USE_GMAKE= yes +USE_QT4= moc_build qmake_build rcc_build iconengines imageformats MAKE_JOBS_SAFE= yes +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro + PORTDOCS= ChangeLog PLIST_FILES= bin/${PORTNAME} \ @@ -31,18 +36,9 @@ .include -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} - -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# Pixmaps and Desktop +post-install: +# Pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ # Documentation .if ${PORT_OPTIONS:MDOCS} --- gottet-1.0.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 03:00:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2F30106564A for ; Thu, 6 Sep 2012 03:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 872518FC12 for ; Thu, 6 Sep 2012 03:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86309TX084404 for ; Thu, 6 Sep 2012 03:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86309px084389; Thu, 6 Sep 2012 03:00:09 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 03:00:09 GMT Resent-Message-Id: <201209060300.q86309px084389@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3CE1106564A for ; Thu, 6 Sep 2012 02:55:15 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 42F268FC08 for ; Thu, 6 Sep 2012 02:55:14 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 02:55:13 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp039) with SMTP; 06 Sep 2012 04:55:13 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 04:55:12 +0200 Message-Id: <20120906025515.D3CE1106564A@hub.freebsd.org> Date: Thu, 06 Sep 2012 04:55:12 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171364: [MAINTAINER] games/tanglet: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 03:00:10 -0000 >Number: 171364 >Category: ports >Synopsis: [MAINTAINER] games/tanglet: Makefile simplified >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 Sep 06 03:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile simplified Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- tanglet-1.2.1_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/tanglet/Makefile ./Makefile --- /usr/ports/games/tanglet/Makefile 2012-08-25 08:42:58.000000000 +0200 +++ ./Makefile 2012-09-06 04:53:22.000000000 +0200 @@ -7,48 +7,41 @@ PORTNAME= tanglet PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ -EXTRACT_SUFX= -src.tar.bz2 +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= nemysis@gmx.ch -COMMENT= Tanglet is a single player word finding game based on Boggle +COMMENT= Single player word finding game based on Boggle LICENSE= GPLv3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_BZIP2= yes USE_QT4= moc_build qmake_build rcc_build corelib gui iconengines imageformats INSTALLS_ICONS= yes - MAKE_JOBS_SAFE= yes -PORTDATA= * -PORTDOCS= CREDITS ChangeLog - -.include - do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} + ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin +PORTDATA= * +PORTDOCS= CREDITS ChangeLog -# Data - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "data translations" ${DATADIR}) +.include +post-install: # Icons cd ${WRKSRC}/icons && ${FIND} hicolor -type d -name apps -exec \ ${MKDIR} ${PREFIX}/share/icons/{} \; cd ${WRKSRC}/icons && ${FIND} hicolor -type f -exec \ ${INSTALL_DATA} {} ${PREFIX}/share/icons/{} \; -# Pixmaps and Desktop - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}_32.xpm ${PREFIX}/share/pixmaps/ - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ # Documentation .if ${PORT_OPTIONS:MDOCS} --- tanglet-1.2.1_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 03:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD7B6106566C for ; Thu, 6 Sep 2012 03:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA468FC12 for ; Thu, 6 Sep 2012 03:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q863o8uo037823 for ; Thu, 6 Sep 2012 03:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q863o8hG037810; Thu, 6 Sep 2012 03:50:08 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 03:50:08 GMT Resent-Message-Id: <201209060350.q863o8hG037810@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE965106566B for ; Thu, 6 Sep 2012 03:43:55 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 756858FC16 for ; Thu, 6 Sep 2012 03:43:55 +0000 (UTC) Received: by vbmv11 with SMTP id v11so1220359vbm.13 for ; Wed, 05 Sep 2012 20:43:54 -0700 (PDT) Received: by 10.220.37.194 with SMTP id y2mr616390vcd.44.1346903034638; Wed, 05 Sep 2012 20:43:54 -0700 (PDT) Received: from localhost (md52536d0.tmodns.net. [208.54.37.213]) by mx.google.com with ESMTPS id g1sm640261vdk.8.2012.09.05.20.43.51 (version=SSLv3 cipher=OTHER); Wed, 05 Sep 2012 20:43:53 -0700 (PDT) Message-Id: <50481bf9.8126340a.526c.1a11@mx.google.com> Date: Wed, 05 Sep 2012 20:43:53 -0700 (PDT) From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171365: New port: chinese/fcitx-table-extra - Table-based IMs for Fcitx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 03:50:08 -0000 >Number: 171365 >Category: ports >Synopsis: New port: chinese/fcitx-table-extra - Table-based IMs for Fcitx >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: Thu Sep 06 03:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.3-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #3 r237726: Thu Jun 28 15:59:28 CDT 2012 lichray@elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: Fcitx has a fcitx-table.so engine, and this port install some extra data files to be used with this engine. https://github.com/fcitx/fcitx-table-extra >How-To-Repeat: >Fix: --- fcitx-table-extra.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fcitx-table-extra # fcitx-table-extra/pkg-plist # fcitx-table-extra/Makefile # fcitx-table-extra/distinfo # fcitx-table-extra/pkg-descr # echo c - fcitx-table-extra mkdir -p fcitx-table-extra > /dev/null 2>&1 echo x - fcitx-table-extra/pkg-plist sed 's/^X//' >fcitx-table-extra/pkg-plist << '3926bfbfaf6323787761b9458ac7dad5' Xshare/fcitx/table/boshiamy.conf Xshare/fcitx/table/zhengma.conf Xshare/fcitx/table/cangjie3.conf Xshare/fcitx/table/cangjie5.conf Xshare/fcitx/table/cangjie-big.conf Xshare/fcitx/table/quick3.conf Xshare/fcitx/table/quick5.conf Xshare/fcitx/table/quick-classic.conf Xshare/fcitx/table/scj6.conf Xshare/fcitx/table/easy-big.conf Xshare/fcitx/table/wu.conf Xshare/fcitx/table/cantonese.conf Xshare/fcitx/table/cantonhk.conf Xshare/fcitx/table/jyutping.conf Xshare/fcitx/table/stroke5.conf Xshare/fcitx/table/array30.conf Xshare/fcitx/table/array30-big.conf Xshare/fcitx/table/wubi-large.conf Xshare/fcitx/table/zhengma-large.conf Xshare/fcitx/table/boshiamy.mb Xshare/fcitx/table/zhengma.mb Xshare/fcitx/table/cangjie3.mb Xshare/fcitx/table/cangjie5.mb Xshare/fcitx/table/cangjie-big.mb Xshare/fcitx/table/quick3.mb Xshare/fcitx/table/quick5.mb Xshare/fcitx/table/quick-classic.mb Xshare/fcitx/table/scj6.mb Xshare/fcitx/table/easy-big.mb Xshare/fcitx/table/wu.mb Xshare/fcitx/table/cantonese.mb Xshare/fcitx/table/cantonhk.mb Xshare/fcitx/table/jyutping.mb Xshare/fcitx/table/stroke5.mb Xshare/fcitx/table/array30.mb Xshare/fcitx/table/array30-big.mb Xshare/fcitx/table/wubi-large.mb Xshare/fcitx/table/zhengma-large.mb Xshare/icons/hicolor/48x48/apps/fcitx-cantonhk.png Xshare/icons/hicolor/48x48/apps/fcitx-jyutping.png Xshare/icons/hicolor/48x48/apps/fcitx-quick-classic.png Xshare/icons/hicolor/48x48/apps/fcitx-quick3.png Xshare/icons/hicolor/48x48/apps/fcitx-quick5.png Xshare/icons/hicolor/48x48/apps/fcitx-scj6.png Xshare/icons/hicolor/48x48/apps/fcitx-wu.png Xshare/icons/hicolor/48x48/apps/fcitx-zhengma.png Xshare/icons/hicolor/64x64/apps/fcitx-array30-big.png Xshare/icons/hicolor/64x64/apps/fcitx-array30.png Xshare/icons/hicolor/64x64/apps/fcitx-boshiamy.png Xshare/icons/hicolor/64x64/apps/fcitx-cantonese.png Xshare/icons/hicolor/64x64/apps/fcitx-easy-big.png Xshare/icons/hicolor/64x64/apps/fcitx-stroke5.png Xshare/locale/zh_CN/LC_MESSAGES/fcitx-table-extra.mo Xshare/locale/zh_TW/LC_MESSAGES/fcitx-table-extra.mo 3926bfbfaf6323787761b9458ac7dad5 echo x - fcitx-table-extra/Makefile sed 's/^X//' >fcitx-table-extra/Makefile << 'b82e6fb482ebd7805ce08fece4c40ba7' X# New ports collection makefile for: fcitx-table-extra X# Date created: 5 Sep 2012 X# Whom: Zhihao Yuan X# X# $FreeBSD$ X# X XPORTNAME= fcitx-table-extra XPORTVERSION= 0.3.2 XCATEGORIES= chinese XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XDIST_SUBDIR= fcitx X XMAINTAINER= lichray@gmail.com XCOMMENT= Table-based input methods for Fcitx X XLIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx X XUSE_XZ= yes XUSE_GETTEXT= yes XUSE_CMAKE= yes XUSE_GNOME= intltool XSTRIP= X XPROJECTHOST= fcitx X X.include b82e6fb482ebd7805ce08fece4c40ba7 echo x - fcitx-table-extra/distinfo sed 's/^X//' >fcitx-table-extra/distinfo << '14c47ad9077814bbb78ad2dbbdf340c5' XSHA256 (fcitx/fcitx-table-extra-0.3.2.tar.xz) = fb118f365818ddaa8d29fdfea5492805dad51ee3d8e87fe45016a760e5ee1c7a XSIZE (fcitx/fcitx-table-extra-0.3.2.tar.xz) = 3354240 14c47ad9077814bbb78ad2dbbdf340c5 echo x - fcitx-table-extra/pkg-descr sed 's/^X//' >fcitx-table-extra/pkg-descr << 'a60a32c3fb06242f25198f84b0b73ddd' Xfcitx-table-extra provides Boshiamy, Zhengma, Cangjie, and Quick input Xmethods driven by the fcitx-table IM engine. X XWWW: http://code.google.com/p/fcitx/ a60a32c3fb06242f25198f84b0b73ddd exit --- fcitx-table-extra.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 04:56:39 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4CA0106564A; Thu, 6 Sep 2012 04:56:39 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B95FC8FC12; Thu, 6 Sep 2012 04:56:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q864ud1d032141; Thu, 6 Sep 2012 04:56:39 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q864uduW032124; Thu, 6 Sep 2012 04:56:39 GMT (envelope-from jgh) Date: Thu, 6 Sep 2012 04:56:39 GMT Message-Id: <201209060456.q864uduW032124@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171361: ports-mgmt/pkg: Regressions from pkg_ tools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 04:56:40 -0000 Old Synopsis: [pkgng] Regressions from pkg_ tools New Synopsis: ports-mgmt/pkg: Regressions from pkg_ tools Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: jgh Responsible-Changed-When: Thu Sep 6 04:55:47 UTC 2012 Responsible-Changed-Why: fix sysopsis, and assign http://www.freebsd.org/cgi/query-pr.cgi?pr=171361 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 05:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8D141065672 for ; Thu, 6 Sep 2012 05:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7DCB88FC12 for ; Thu, 6 Sep 2012 05:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q865A2Ws040973 for ; Thu, 6 Sep 2012 05:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q865A28J040961; Thu, 6 Sep 2012 05:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 05:10:02 GMT Resent-Message-Id: <201209060510.q865A28J040961@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABE49106564A for ; Thu, 6 Sep 2012 05:08:40 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 2843E8FC0A for ; Thu, 6 Sep 2012 05:08:38 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 05:08:36 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp028) with SMTP; 06 Sep 2012 07:08:36 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 07:08:36 +0200 Message-Id: <20120906050840.ABE49106564A@hub.freebsd.org> Date: Thu, 06 Sep 2012 07:08:36 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171366: [PATCH] devel/allegro-devel: Update to recent 4.4.2 Version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 05:10:02 -0000 >Number: 171366 >Category: ports >Synopsis: [PATCH] devel/allegro-devel: Update to recent 4.4.2 Version >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 Sep 06 05:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Update to recent 4.4.2 Version, which is needed for some Applications. Removed file(s): - files/patch-loadpng.c In this file is zlib.h and patch isn't more needed #include Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- allegro-devel-4.4.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/allegro-devel/Makefile ./Makefile --- /usr/ports/devel/allegro-devel/Makefile 2012-08-16 06:58:18.000000000 +0200 +++ ./Makefile 2012-09-06 06:01:24.000000000 +0200 @@ -6,14 +6,13 @@ # PORTNAME= allegro -DISTVERSION= 4.4.1.1 -PORTREVISION= 2 +DISTVERSION= 4.4.2 CATEGORIES= devel MASTER_SITES= SF/alleg/allegro/${PORTVERSION} PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org -COMMENT= A cross-platform library for games and multimedia programming +COMMENT= Cross-platform library for games and multimedia programming USE_GMAKE= yes USE_CMAKE= yes @@ -32,7 +31,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" CMAKE_ARGS+= -DDOCDIR="${DOCSDIR}" -SHLIB_VER= 4.4.1 +SHLIB_VER= 4.4.2 PORTSCOUT= limit:^4\.3\.[0-9]* @@ -44,6 +43,6 @@ png15:${PORTSDIR}/graphics/png post-install: @cd ${WRKSRC}/docs/man/ && \ - ${FIND} . -type f -and -name "*.3" -exec ${INSTALL_MAN} {} ${PREFIX}/man/man3/{} \; + ${FIND} . -type f -and -name "*.3" -exec ${INSTALL_MAN} {} ${PREFIX}/man/man3/{} \; .include diff -ruN --exclude=CVS /usr/ports/devel/allegro-devel/distinfo ./distinfo --- /usr/ports/devel/allegro-devel/distinfo 2011-01-19 14:06:54.000000000 +0100 +++ ./distinfo 2012-09-06 05:43:36.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (allegro-4.4.1.1.tar.gz) = 4e29884cba88b289da5b22da93e8760d68a197d093b23f61e994f3594760d782 -SIZE (allegro-4.4.1.1.tar.gz) = 4625438 +SHA256 (allegro-4.4.2.tar.gz) = 1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc +SIZE (allegro-4.4.2.tar.gz) = 4674902 diff -ruN --exclude=CVS /usr/ports/devel/allegro-devel/files/patch-CMakeLists.txt ./files/patch-CMakeLists.txt --- /usr/ports/devel/allegro-devel/files/patch-CMakeLists.txt 2011-08-21 01:03:58.000000000 +0200 +++ ./files/patch-CMakeLists.txt 2012-09-06 05:52:17.000000000 +0200 @@ -1,15 +1,15 @@ ---- CMakeLists.txt.orig -+++ CMakeLists.txt +--- CMakeLists.txt.orig 2011-03-25 00:18:50.000000000 +0100 ++++ CMakeLists.txt 2012-09-06 05:47:14.000000000 +0200 @@ -66,7 +66,7 @@ endif(WIN32) - set(ALLEGRO_VERSION 4.4.1) + set(ALLEGRO_VERSION 4.4.2) -string(REGEX MATCH "^[0-9]+[.][0-9]+" ALLEGRO_SOVERSION ${ALLEGRO_VERSION}) +string(REGEX MATCH "^[0-9]" ALLEGRO_SOVERSION ${ALLEGRO_VERSION}) # Mac OS X -compatibility_version. # XXX doesn't seem to work -@@ -884,7 +884,7 @@ +@@ -961,7 +961,7 @@ @ONLY ) install(FILES ${LIBRARY_OUTPUT_PATH}/pkgconfig/${name}${lib_type}.pc diff -ruN --exclude=CVS /usr/ports/devel/allegro-devel/files/patch-docs_CMakeLists.txt ./files/patch-docs_CMakeLists.txt --- /usr/ports/devel/allegro-devel/files/patch-docs_CMakeLists.txt 2011-01-19 14:06:54.000000000 +0100 +++ ./files/patch-docs_CMakeLists.txt 2012-09-06 05:53:22.000000000 +0200 @@ -1,5 +1,5 @@ ---- docs/CMakeLists.txt.orig 2010-12-15 13:29:42.000000000 +0600 -+++ docs/CMakeLists.txt 2010-12-15 13:29:49.000000000 +0600 +--- docs/CMakeLists.txt.orig 2009-10-31 00:05:30.000000000 +0100 ++++ docs/CMakeLists.txt 2012-09-06 05:48:18.000000000 +0200 @@ -9,7 +9,7 @@ endif() diff -ruN --exclude=CVS /usr/ports/devel/allegro-devel/files/patch-loadpng.c ./files/patch-loadpng.c --- /usr/ports/devel/allegro-devel/files/patch-loadpng.c 2012-06-01 07:17:19.000000000 +0200 +++ ./files/patch-loadpng.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- addons/loadpng/loadpng.c.orig 2010-03-03 04:18:36.000000000 +0100 -+++ addons/loadpng/loadpng.c 2012-04-25 19:36:29.000000000 +0200 -@@ -6,6 +6,7 @@ - - - #include -+#include - #include - #include - #include "loadpng.h" --- allegro-devel-4.4.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 05:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3169106566B for ; Thu, 6 Sep 2012 05:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92B1F8FC0A for ; Thu, 6 Sep 2012 05:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q865A8aE041872 for ; Thu, 6 Sep 2012 05:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q865A8KD041854; Thu, 6 Sep 2012 05:10:08 GMT (envelope-from gnats) Date: Thu, 6 Sep 2012 05:10:08 GMT Message-Id: <201209060510.q865A8KD041854@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Takeshi MUTOH Cc: Subject: Re: ports/171291: lang/squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takeshi MUTOH List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 05:10:08 -0000 The following reply was made to PR ports/171291; it has been noted by GNATS. From: Takeshi MUTOH To: bug-followup@FreeBSD.org Cc: patrick dudjalija Subject: Re: ports/171291: lang/squeak 4.4.7_2 - invalid UTF8 - UTF8TextConverter class>> errorMalFormedInput: Date: Thu, 6 Sep 2012 14:09:10 +0900 Hi! I'm a maintainer of lang/squeak. Thank you for your bug report about lang/squeak. I'm sorry for your inconvenience. Now I check where is the problem. I check VM below, but there is no problem. - Version 4.3 at MacOS X -- http://ftp.squeak.org/4.3/Squeak-4.3-All-in-One.zip - 4.4.7-2357 VM at Debian Linux - 4.4.7-2357 VM at FreeBSD http://squeakvm.org/ -- http://squeakvm.org/unix/release/Squeak-4.4.7.2375-freebsd8.2_i386.tar.gz So I think this occur at FreeBSD ports lang/squeak VM only. Furthermore I check some depended library, for example libiconv. But I can't find where the problem is. So I need some more time to fix this problem Please use http://squeakvm.org/ VM. If you have some more information or patches, please send it to me. Thanks in advance. -- Takeshi MUTOH From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 05:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54DB6106564A for ; Thu, 6 Sep 2012 05:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 405C98FC0A for ; Thu, 6 Sep 2012 05:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q865ADCT042834 for ; Thu, 6 Sep 2012 05:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q865ADt2042820; Thu, 6 Sep 2012 05:10:13 GMT (envelope-from gnats) Date: Thu, 6 Sep 2012 05:10:13 GMT Message-Id: <201209060510.q865ADt2042820@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jason Helfman Cc: Subject: re: ports/164199 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 06 Sep 2012 05:10:13 -0000 The following reply was made to PR ports/164199; it has been noted by GNATS. From: Jason Helfman To: bug-followup@freebsd.org Cc: Subject: re: ports/164199 Date: Wed, 5 Sep 2012 22:09:26 -0700 Hi, I've found this issue not to be specific to any port, but is specific to corruption of the /etc/passwd, or /etc/master.passwd files. Try running pwd_mkdb -C against either of these files to see if there is any valid corruption in your password database files. I've had this happen before, myself, and after fixing the corruption, this very error went away. For reference here is another pr regarding the same issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170313 -jgh -- Jason Helfman FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 05:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79DE31065670 for ; Thu, 6 Sep 2012 05:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3504C8FC15 for ; Thu, 6 Sep 2012 05:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q865K3VP007982 for ; Thu, 6 Sep 2012 05:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q865K3p1007970; Thu, 6 Sep 2012 05:20:03 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 05:20:03 GMT Resent-Message-Id: <201209060520.q865K3p1007970@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rajkumar Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A79D4106564A for ; Thu, 6 Sep 2012 05:16:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 935188FC08 for ; Thu, 6 Sep 2012 05:16:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q865GIdg026360 for ; Thu, 6 Sep 2012 05:16:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q865GIcC026334; Thu, 6 Sep 2012 05:16:18 GMT (envelope-from nobody) Message-Id: <201209060516.q865GIcC026334@red.freebsd.org> Date: Thu, 6 Sep 2012 05:16:18 GMT From: Rajkumar To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171367: Py-PF gives IOError: [Errno 13] Permission denied while trying to get_ruleset X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 05:20:03 -0000 >Number: 171367 >Category: ports >Synopsis: Py-PF gives IOError: [Errno 13] Permission denied while trying to get_ruleset >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 Sep 06 05:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Rajkumar >Release: 9.0-STABLE >Organization: >Environment: FreeBSD freebsd9 9.0-STABLE FreeBSD 9.0-STABLE #2 r232865M: Wed Mar 14 12:57:33 IST 2012 root@freebsd9:/usr/obj/usr/src/sys/GENERIC i386 >Description: While trying to run py-PF port in FreeBSD-9 I am getting a permission error. The sequence of commands is as follows: freebsd9# python Python 2.7.2 (default, Mar 12 2012, 14:37:14) [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> import PF >>> filter = PF.PacketFilter() >>> filter.get_ruleset() Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/PF/PacketFilter.py", line 558, in get_ruleset rs.append(*self._get_rules(path, d, clear)) File "/usr/local/lib/python2.7/site-packages/PF/PacketFilter.py", line 532, in _get_rules ioctl(dev, DIOCGETRULES, pr.asBuffer()) IOError: [Errno 13] Permission denied From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 05:29:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D352106566B; Thu, 6 Sep 2012 05:29:10 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4120F8FC17; Thu, 6 Sep 2012 05:29:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q865TAx6085020; Thu, 6 Sep 2012 05:29:10 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q865TAYa085002; Thu, 6 Sep 2012 05:29:10 GMT (envelope-from jgh) Date: Thu, 6 Sep 2012 05:29:10 GMT Message-Id: <201209060529.q865TAYa085002@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171020: science/isis3: New port: USGS ISIS3 planetary mapping tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 05:29:10 -0000 Synopsis: science/isis3: New port: USGS ISIS3 planetary mapping tool State-Changed-From-To: open->closed State-Changed-By: jgh State-Changed-When: Thu Sep 6 05:29:09 UTC 2012 State-Changed-Why: duplicate of ports/171019 http://www.freebsd.org/cgi/query-pr.cgi?pr=171020 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 05:59:43 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3410F106567B; Thu, 6 Sep 2012 05:59:43 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0828C8FC0C; Thu, 6 Sep 2012 05:59:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q865xgdP015857; Thu, 6 Sep 2012 05:59:42 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q865xgTk015837; Thu, 6 Sep 2012 05:59:42 GMT (envelope-from jgh) Date: Thu, 6 Sep 2012 05:59:42 GMT Message-Id: <201209060559.q865xgTk015837@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171298: [patch] fix build of devel/tinyq with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 05:59:43 -0000 Synopsis: [patch] fix build of devel/tinyq with clang Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Thu Sep 6 05:59:42 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171298 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 06:02:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42C30106566B; Thu, 6 Sep 2012 06:02:25 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 16F8D8FC08; Thu, 6 Sep 2012 06:02:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8662OLl065080; Thu, 6 Sep 2012 06:02:24 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8662Ook065064; Thu, 6 Sep 2012 06:02:24 GMT (envelope-from jgh) Date: Thu, 6 Sep 2012 06:02:24 GMT Message-Id: <201209060602.q8662Ook065064@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, multimedia@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171248: multimedia/win32-codecs: Fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 06:02:25 -0000 Old Synopsis: multimedia/win32-codes: Fix pkg-plist New Synopsis: multimedia/win32-codecs: Fix pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->multimedia Responsible-Changed-By: jgh Responsible-Changed-When: Thu Sep 6 06:01:03 UTC 2012 Responsible-Changed-Why: fix synopis, and assign please rebuild, as it appears this is fixed http://www.freebsd.org/cgi/query-pr.cgi?pr=171248 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 06:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 916E71065672 for ; Thu, 6 Sep 2012 06:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60A838FC12 for ; Thu, 6 Sep 2012 06:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q866A8q9095713 for ; Thu, 6 Sep 2012 06:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q866A82V095700; Thu, 6 Sep 2012 06:10:08 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 06:10:08 GMT Resent-Message-Id: <201209060610.q866A82V095700@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andre Albsmeier Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FCF3106564A for ; Thu, 6 Sep 2012 06:05:02 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by mx1.freebsd.org (Postfix) with ESMTP id AD5D18FC08 for ; Thu, 6 Sep 2012 06:05:01 +0000 (UTC) Received: from mail1.siemens.de (localhost [127.0.0.1]) by david.siemens.de (8.13.6/8.13.6) with ESMTP id q865rW1Q014502 for ; Thu, 6 Sep 2012 07:53:32 +0200 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130]) by mail1.siemens.de (8.13.6/8.13.6) with ESMTP id q865rVaL005172 for ; Thu, 6 Sep 2012 07:53:32 +0200 Received: (from localhost) by curry.mchp.siemens.de (8.14.5/8.14.5) id q865rSXl010585 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 Sep 2012 07:53:28 +0200 (CEST) Message-Id: <201209060553.q865rSEi033645@curry.mchp.siemens.de> Date: Thu, 6 Sep 2012 07:53:28 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171368: [PATCH]: fix username mapping in samba X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 06:10:08 -0000 >Number: 171368 >Category: ports >Synopsis: [PATCH]: fix username mapping in samba >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 06:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 7.4-STABLE i386 >Organization: >Environment: Systems running samba 3.6 and doing username mapping as described below. >Description: A bug exists in samba which causes username mapping to fail if the mapping code is called: - two times consecutively with the same search key - and a hit was found in the username map file - and this hit doesn't abort the search early by using the !-syntax - and the hitting entry is not the last one in the map file (For details see https://bugzilla.samba.org/show_bug.cgi?id=9139) >How-To-Repeat: Set up samba 3.6 with a username map file and let it map users as described above. >Fix: Although the bug has just been submitted to the samba team we might add this as a local fix until it has found its way into the official sources --- x/source3/auth/user_util.c.ORI 2012-07-30 19:13:16.000000000 +0200 +++ x/source3/auth/user_util.c 2012-09-05 12:07:18.000000000 +0200 @@ -429,8 +430,13 @@ * that we don't scan the file again for the same user. */ + /* Do this only if mapping failed. Otherwise we will fuck up the + * already cached successful mapping (which means that it failed). + */ + if( ! mapped_user ) { set_last_from_to(user_in, user_in); store_map_in_gencache(ctx, user_in, user_in); + } return mapped_user; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 06:31:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45154106564A; Thu, 6 Sep 2012 06:31:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 189FE8FC15; Thu, 6 Sep 2012 06:31:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q866VU4t063191; Thu, 6 Sep 2012 06:31:30 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q866VU0B063152; Thu, 6 Sep 2012 06:31:30 GMT (envelope-from jgh) Date: Thu, 6 Sep 2012 06:31:30 GMT Message-Id: <201209060631.q866VU0B063152@freefall.freebsd.org> To: bas@area536.com, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/164199: Ports fail to acknowlegde newly created users X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 06:31:31 -0000 Synopsis: Ports fail to acknowlegde newly created users State-Changed-From-To: open->feedback State-Changed-By: jgh State-Changed-When: Thu Sep 6 06:31:18 UTC 2012 State-Changed-Why: move to feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=164199 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 07:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 700E51065673 for ; Thu, 6 Sep 2012 07:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 39A698FC23 for ; Thu, 6 Sep 2012 07:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q867A2PP038156 for ; Thu, 6 Sep 2012 07:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q867A2gC038141; Thu, 6 Sep 2012 07:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 07:10:02 GMT Resent-Message-Id: <201209060710.q867A2gC038141@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1913A106566C for ; Thu, 6 Sep 2012 07:06:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 035178FC0C for ; Thu, 6 Sep 2012 07:06:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8676hxU097171 for ; Thu, 6 Sep 2012 07:06:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8676h08097127; Thu, 6 Sep 2012 07:06:43 GMT (envelope-from nobody) Message-Id: <201209060706.q8676h08097127@red.freebsd.org> Date: Thu, 6 Sep 2012 07:06:43 GMT From: Pavel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171369: not compiled kde4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 07:10:02 -0000 >Number: 171369 >Category: ports >Synopsis: not compiled kde4 >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: Thu Sep 06 07:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pavel >Release: 9.0-RELEASE-p3 >Organization: ASE >Environment: FreeBSD slater 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: ===> Installing for kde-4.8.4 ===> kde-4.8.4 depends on package: kdeaccessibility>=4.8.0 - not found ===> Verifying install for kdeaccessibility>=4.8.0 in /usr/ports/accessibility/kdeaccessibility4 ===> Installing for kdeaccessibility-4.8.4 ===> kdeaccessibility-4.8.4 depends on file: /usr/local/kde4/bin/jovie - not found ===> Verifying install for /usr/local/kde4/bin/jovie in /usr/ports/accessibility/jovie ===> jovie-4.8.4 depends on file: /usr/local/bin/moc-qt4 - not found ===> Verifying install for /usr/local/bin/moc-qt4 in /usr/ports/devel/qt4-moc ===> qt4-moc-4.8.2 depends on file: /usr/local/bin/qmake-qt4 - found ===> Configuring for qt4-moc-4.8.2 /usr/bin/sed -i.bak -e 's|target.path.*|target.path=/usr/local/bin|g' -e 's|^TARGET.*|TARGET=moc-qt4|g' /usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/src/tools/moc/moc.pro /bin/mkdir -p /usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/mkspecs /bin/ln -sf /usr/local/bin/qmake-qt4 /usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/bin/qmake CPPFLAGS=-I/usr/local/include: unknown argument Usage: configure [-h] [-prefix ] [-prefix-install] [-bindir ] [-libdir ] [-docdir ] [-headerdir ] [-plugindir ] [-importdir ] [-datadir ] [-translationdir ] [-sysconfdir ] [-examplesdir ] [-demosdir ] [-buildkey ] [-release] [-debug] [-debug-and-release] [-developer-build] [-shared] [-static] [-no-fast] [-fast] [-no-largefile] [-largefile] [-no-exceptions] [-exceptions] [-no-accessibility] [-accessibility] [-no-stl] [-stl] [-no-sql-] [-sql-] [-plugin-sql-] [-system-sqlite] [-no-qt3support] [-qt3support] [-platform] [-D ] [-I ] [-L ] [-help] [-qt-zlib] [-system-zlib] [-no-gif] [-no-libtiff] [-qt-libtiff] [-system-libtiff] [-no-libpng] [-qt-libpng] [-system-libpng] [-no-libmng] [-qt-libmng] [-system-libmng] [-no-libjpeg] [-qt-libjpeg] [-system-libjpeg] [-make ] [-nomake ] [-R ] [-l ] [-no-rpath] [-rpath] [-continue] [-verbose] [-v] [-silent] [-no-nis] [-nis] [-no-cups] [-cups] [-no-iconv] [-iconv] [-no-pch] [-pch] [-no-dbus] [-dbus] [-dbus-linked] [-no-gui] [-no-separate-debug-info] [-no-mmx] [-no-3dnow] [-no-sse] [-no-sse2] [-no-sse3] [-no-ssse3] [-no-sse4.1] [-no-sse4.2] [-no-avx] [-no-neon] [-qtnamespace ] [-qtlibinfix ] [-separate-debug-info] [-armfpa] [-no-optimized-qmake] [-optimized-qmake] [-no-xmlpatterns] [-xmlpatterns] [-no-multimedia] [-multimedia] [-no-phonon] [-phonon] [-no-phonon-backend] [-phonon-backend] [-no-media-backend] [-media-backend] [-no-audio-backend] [-audio-backend] [-no-openssl] [-openssl] [-openssl-linked] [-no-gtkstyle] [-gtkstyle] [-no-svg] [-svg] [-no-webkit] [-webkit] [-webkit-debug] [-no-javascript-jit] [-javascript-jit] [-no-script] [-script] [-no-scripttools] [-scripttools] [-no-declarative] [-declarative] [-no-declarative-debug] [-declarative-debug] [additional platform specific options (see below)] Installation options: -qpa ................ This will enable the QPA build. QPA is a window system agnostic implementation of Qt. These are optional, but you may specify install directories. -prefix ...... This will install everything relative to (default /usr/local) * -prefix-install .... Force a sandboxed "local" installation of Qt. This will install into /usr/local, if this option is disabled then some platforms will attempt a "system" install by placing default values to be placed in a system location other than PREFIX. You may use these to separate different parts of the install: -bindir ......... Executables will be installed to (default PREFIX/bin) -libdir ......... Libraries will be installed to (default PREFIX/lib) -docdir ......... Documentation will be installed to (default PREFIX/doc) -headerdir ...... Headers will be installed to (default PREFIX/include) -plugindir ...... Plugins will be installed to (default PREFIX/plugins) -importdir ...... Imports for QML will be installed to (default PREFIX/imports) -datadir ........ Data used by Qt programs will be installed to (default PREFIX) -translationdir . Translations of Qt programs will be installed to (default PREFIX/translations) -sysconfdir ..... Settings used by Qt programs will be looked for in (default PREFIX/etc/settings) -examplesdir .... Examples will be installed to (default PREFIX/examples) -demosdir ....... Demos will be installed to (default PREFIX/demos) You may use these options to turn on strict plugin loading. -buildkey .... Build the Qt library and plugins using the specified . When the library loads plugins, it will only load those that have a matching key. Configure options: The defaults (*) are usually acceptable. A plus (+) denotes a default value that needs to be evaluated. If the evaluation succeeds, the feature is included. Here is a short explanation of each option: * -release ........... Compile and link Qt with debugging turned off. -debug ............. Compile and link Qt with debugging turned on. -debug-and-release . Compile and link two versions of Qt, with and without debugging turned on (Mac only). -developer-build ... Compile and link Qt with Qt developer options (including auto-tests exporting) -opensource ........ Compile and link the Open-Source Edition of Qt. -commercial ........ Compile and link the Commercial Edition of Qt. * -shared ............ Create and use shared Qt libraries. -static ............ Create and use static Qt libraries. * -no-fast ........... Configure Qt normally by generating Makefiles for all project files. -fast .............. Configure Qt quickly by generating Makefiles only for library and subdirectory targets. All other Makefiles are created as wrappers, which will in turn run qmake. -no-largefile ...... Disables large file support. + -largefile ......... Enables Qt to access files larger than 4 GB. -no-exceptions ..... Disable exceptions on compilers that support it. * -exceptions ........ Enable exceptions on compilers that support it. -no-accessibility .. Do not compile Accessibility support. * -accessibility ..... Compile Accessibility support. -no-stl ............ Do not compile STL support. * -stl ............... Compile STL support. -no-sql- ... Disable SQL entirely. -qt-sql- ... Enable a SQL in the QtSql library, by default none are turned on. -plugin-sql- Enable SQL as a plugin to be linked to at run time. Possible values for : [ db2 ibase mysql oci odbc psql sqlite sqlite2 sqlite_symbian symsql tds ] -system-sqlite ..... Use sqlite from the operating system. -no-qt3support ..... Disables the Qt 3 support functionality. * -qt3support ........ Enables the Qt 3 support functionality. -no-xmlpatterns .... Do not build the QtXmlPatterns module. + -xmlpatterns ....... Build the QtXmlPatterns module. QtXmlPatterns is built if a decent C++ compiler is used and exceptions are enabled. -no-multimedia ..... Do not build the QtMultimedia module. + -multimedia ........ Build the QtMultimedia module. -no-audio-backend .. Do not build the platform audio backend into QtMultimedia. + -audio-backend ..... Build the platform audio backend into QtMultimedia if available. -no-phonon ......... Do not build the Phonon module. + -phonon ............ Build the Phonon module. Phonon is built if a decent C++ compiler is used. -no-phonon-backend.. Do not build the platform phonon plugin. + -phonon-backend..... Build the platform phonon plugin. -no-svg ............ Do not build the SVG module. + -svg ............... Build the SVG module. -no-webkit ......... Do not build the WebKit module. + -webkit ............ Build the WebKit module. WebKit is built if a decent C++ compiler is used. -webkit-debug ...... Build the WebKit module with debug symbols. -no-javascript-jit . Do not build the JavaScriptCore JIT compiler. + -javascript-jit .... Build the JavaScriptCore JIT compiler. -no-script ......... Do not build the QtScript module. + -script ............ Build the QtScript module. -no-scripttools .... Do not build the QtScriptTools module. + -scripttools ....... Build the QtScriptTools module. -no-declarative ..... Do not build the declarative module. + -declarative ....... Build the declarative module. -no-declarative-debug ..... Do not build the declarative debugging support. + -declarative-debug ....... Build the declarative debugging support. -platform target ... The operating system and compiler you are building on (/usr/local/share/qt4/mkspecs/freebsd-clang). See the README file for a list of supported operating systems and compilers. -graphicssystem Sets an alternate graphics system. Available options are: raster - Software rasterizer opengl - Rendering via OpenGL, Experimental! openvg - Rendering via OpenVG, Experimental! -no-mmx ............ Do not compile with use of MMX instructions. -no-3dnow .......... Do not compile with use of 3DNOW instructions. -no-sse ............ Do not compile with use of SSE instructions. -no-sse2 ........... Do not compile with use of SSE2 instructions. -no-sse3 ........... Do not compile with use of SSE3 instructions. -no-ssse3 .......... Do not compile with use of SSSE3 instructions. -no-sse4.1.......... Do not compile with use of SSE4.1 instructions. -no-sse4.2.......... Do not compile with use of SSE4.2 instructions. -no-avx ............ Do not compile with use of AVX instructions. -no-neon ........... Do not compile with use of NEON instructions. -qtnamespace Wraps all Qt library code in 'namespace {...}'. -qtlibinfix Renames all libQt*.so to libQt*.so. -D ........ Add an explicit define to the preprocessor. -I ........ Add an explicit include path. -L ........ Add an explicit library path. -help, -h .......... Display this information. Third Party Libraries: -qt-zlib ........... Use the zlib bundled with Qt. + -system-zlib ....... Use zlib from the operating system. See http://www.gzip.org/zlib -no-gif ............ Do not compile GIF reading support. -no-libtiff ........ Do not compile TIFF support. -qt-libtiff ........ Use the libtiff bundled with Qt. + -system-libtiff .... Use libtiff from the operating system. See http://www.libtiff.org -no-libpng ......... Do not compile PNG support. -qt-libpng ......... Use the libpng bundled with Qt. + -system-libpng ..... Use libpng from the operating system. See http://www.libpng.org/pub/png -no-libmng ......... Do not compile MNG support. -qt-libmng ......... Use the libmng bundled with Qt. + -system-libmng ..... Use libmng from the operating system. See http://www.libmng.com -no-libjpeg ........ Do not compile JPEG support. -qt-libjpeg ........ Use the libjpeg bundled with Qt. + -system-libjpeg .... Use libjpeg from the operating system. See http://www.ijg.org -no-openssl ........ Do not compile support for OpenSSL. + -openssl ........... Enable run-time OpenSSL support. -openssl-linked .... Enabled linked OpenSSL support. -ptmalloc .......... Override the system memory allocator with ptmalloc. (Experimental.) Additional options: -make ....... Add part to the list of parts to be built at make time. (libs tools examples demos docs translations) -nomake ..... Exclude part from the list of parts to be built. -R ........ Add an explicit runtime library path to the Qt libraries. -l ........ Add an explicit library. -no-rpath .......... Do not use the library install path as a runtime library path. + -rpath ............. Link Qt libraries and executables using the library install path as a runtime library path. Equivalent to -R install_libpath -continue .......... Continue as far as possible if an error occurs. -verbose, -v ....... Print verbose information about each step of the configure process. -silent ............ Reduce the build output so that warnings and errors can be seen more easily. * -no-optimized-qmake ... Do not build qmake optimized. -optimized-qmake ...... Build qmake optimized. -no-gui ............ Don't build the Qt GUI library -no-nis ............ Do not compile NIS support. * -nis ............... Compile NIS support. -no-cups ........... Do not compile CUPS support. * -cups .............. Compile CUPS support. Requires cups/cups.h and libcups.so.2. -no-iconv .......... Do not compile support for iconv(3). * -iconv ............. Compile support for iconv(3). * -no-pch ............ Do not use precompiled header support. -pch ............... Use precompiled header support. -no-dbus ........... Do not compile the QtDBus module. + -dbus .............. Compile the QtDBus module and dynamically load libdbus-1. -dbus-linked ....... Compile the QtDBus module and link to libdbus-1. -reduce-relocations ..... Reduce relocations in the libraries through extra linker optimizations (Qt/X11 and Qt for Embedded Linux only; experimental; needs GNU ld >= 2.18). * -no-separate-debug-info . Do not store debug information in a separate file. -separate-debug-info .... Strip debug information into a separate .debug file. Qt/X11 only: -no-gtkstyle ....... Do not build the GTK theme integration. + -gtkstyle .......... Build the GTK theme integration. * -no-nas-sound ...... Do not compile in NAS sound support. -system-nas-sound .. Use NAS libaudio from the operating system. See http://radscan.com/nas.html -egl ............... Use EGL instead of GLX to manage contexts. When building for desktop OpenGL, this option will make Qt use EGL to manage contexts rather than the GLX, which is the default. Note: For OpenGL ES, EGL is always used. -no-opengl ......... Do not support OpenGL. + -opengl ...... Enable OpenGL support. With no parameter, this will auto-detect the "best" OpenGL API to use. If desktop OpenGL is available, it will be used. Use desktop, es1, or es2 for to force the use of the Desktop (OpenGL 1.x or 2.x), OpenGL ES 1.x Common profile, or 2.x APIs instead. -no-openvg ........ Do not support OpenVG. + -openvg ........... Enable OpenVG support. Requires EGL support, typically supplied by an OpenGL or other graphics implementation. -no-sm ............. Do not support X Session Management. * -sm ................ Support X Session Management, links in -lSM -lICE. -no-xshape ......... Do not compile XShape support. * -xshape ............ Compile XShape support. Requires X11/extensions/shape.h. -no-xvideo ......... Do not compile XVideo support. * -xvideo ............ Compile XVideo support. Requires X11/extensions/Xv.h & Xvlib.h. -no-xsync .......... Do not compile XSync support. * -xsync ............. Compile XSync support. Requires X11/extensions/sync.h. -no-xinerama ....... Do not compile Xinerama (multihead) support. * -xinerama .......... Compile Xinerama support. Requires X11/extensions/Xinerama.h and libXinerama. By default, Xinerama support will be compiled if available and the shared libraries are dynamically loaded at runtime. -no-xcursor ........ Do not compile Xcursor support. * -xcursor ........... Compile Xcursor support. Requires X11/Xcursor/Xcursor.h and libXcursor. By default, Xcursor support will be compiled if available and the shared libraries are dynamically loaded at runtime. -no-xfixes ......... Do not compile Xfixes support. * -xfixes ............ Compile Xfixes support. Requires X11/extensions/Xfixes.h and libXfixes. By default, Xfixes support will be compiled if available and the shared libraries are dynamically loaded at runtime. -no-xrandr ......... Do not compile Xrandr (resize and rotate) support. * -xrandr ............ Compile Xrandr support. Requires X11/extensions/Xrandr.h and libXrandr. -no-xrender ........ Do not compile Xrender support. * -xrender ........... Compile Xrender support. Requires X11/extensions/Xrender.h and libXrender. -no-mitshm ......... Do not compile MIT-SHM support. * -mitshm ............ Compile MIT-SHM support. Requires sys/ipc.h, sys/shm.h and X11/extensions/XShm.h -no-fontconfig ..... Do not compile FontConfig (anti-aliased font) support. * -fontconfig ........ Compile FontConfig support. Requires fontconfig/fontconfig.h, libfontconfig, freetype.h and libfreetype. -no-xinput ......... Do not compile Xinput support. * -xinput ............ Compile Xinput support. This also enabled tablet support which requires IRIX with wacom.h and libXi or XFree86 with X11/extensions/XInput.h and libXi. -no-xkb ............ Do not compile XKB (X KeyBoard extension) support. * -xkb ............... Compile XKB support. -no-glib ........... Do not compile Glib support. + -glib .............. Compile Glib support. ===> Script "configure" failed unexpectedly. Please report the problem to kde@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info -Ea). *** Error code 1 Stop in /usr/ports/devel/qt4-moc. *** Error code 1 Stop in /usr/ports/accessibility/jovie. *** Error code 1 Stop in /usr/ports/accessibility/kdeaccessibility4. *** Error code 1 Stop in /usr/ports/x11/kde4. >How-To-Repeat: [root@slater /usr/ports/x11/kde4]# make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 08:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB58F1065670 for ; Thu, 6 Sep 2012 08:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 945E78FC0A for ; Thu, 6 Sep 2012 08:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q868086H071541 for ; Thu, 6 Sep 2012 08:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86808ax071533; Thu, 6 Sep 2012 08:00:08 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 08:00:08 GMT Resent-Message-Id: <201209060800.q86808ax071533@freefall.freebsd.org> 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 Marshall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3C1C106566B for ; Thu, 6 Sep 2012 07:59:43 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [203.58.93.36]) by mx1.freebsd.org (Postfix) with ESMTP id 311BB8FC08 for ; Thu, 6 Sep 2012 07:59:42 +0000 (UTC) Received: from rwpc13.mby.riverwillow.net.au (rwpc13.mby.riverwillow.net.au [172.25.24.200]) (authenticated bits=0) by mail1.riverwillow.net.au (8.14.5/8.14.5) with ESMTP id q867xV8K034558 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Sep 2012 17:59:32 +1000 (AEST) Received: from rwpc13.mby.riverwillow.net.au (john@localhost [127.0.0.1]) by rwpc13.mby.riverwillow.net.au (8.14.5/8.14.5) with ESMTP id q867xVL0080188 for ; Thu, 6 Sep 2012 17:59:31 +1000 (AEST) (envelope-from john.marshall@riverwillow.com.au) Received: (from john@localhost) by rwpc13.mby.riverwillow.net.au (8.14.5/8.14.5/Submit) id q867xVXX080187; Thu, 6 Sep 2012 17:59:31 +1000 (AEST) (envelope-from john) Message-Id: <201209060759.q867xVXX080187@rwpc13.mby.riverwillow.net.au> Date: Thu, 6 Sep 2012 17:59:31 +1000 (AEST) From: John Marshall To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171370: [PATCH] security/gnupg CURL option does not build with libcurl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Marshall List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 08:00:10 -0000 >Number: 171370 >Category: ports >Synopsis: [PATCH] security/gnupg CURL option does not build with libcurl >Confidential: no >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 Sep 06 08:00:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John Marshall >Release: FreeBSD 9.1-RC1 i386 >Organization: Riverwillow Pty Ltd >Environment: System: FreeBSD rwpc13 9.1-RC1 FreeBSD 9.1-RC1 #0 r239159: Fri Aug 10 19:17:04 AEST 2012 root@rwpc13:/usr/obj/build/src/sys/RWPC13 i386 >Description: The Makefile's CURL logic sufferend at the hands of the OptionsNG re-write in r302102 and became reversed. This means that selecting the CURL option disables building with libcurl. The attached patch realigns the logic so that the CURL option selects building with libcurl. >How-To-Repeat: >Fix: --- gnupg_2.0.19.diff begins here --- Index: security/gnupg/Makefile =================================================================== --- security/gnupg/Makefile (revision 303746) +++ security/gnupg/Makefile (working copy) @@ -112,10 +112,10 @@ .endif .if ${PORT_OPTIONS:MCURL} -CONFIGURE_ARGS+=--without-libcurl -.else LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--with-libcurl=${LOCALBASE} +.else +CONFIGURE_ARGS+=--without-libcurl .endif verify: checksum --- gnupg_2.0.19.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 08:00:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B0DE1065690; Thu, 6 Sep 2012 08:00:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2FFE8FC08; Thu, 6 Sep 2012 08:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8680bKf074912; Thu, 6 Sep 2012 08:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8680bCp074896; Thu, 6 Sep 2012 08:00:37 GMT (envelope-from edwin) Date: Thu, 6 Sep 2012 08:00:37 GMT Message-Id: <201209060800.q8680bCp074896@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171370: [PATCH] security/gnupg CURL option does not build with libcurl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 08:00:38 -0000 Synopsis: [PATCH] security/gnupg CURL option does not build with libcurl Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 6 08:00:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171370 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 09:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA4E106566B for ; Thu, 6 Sep 2012 09:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 494178FC18 for ; Thu, 6 Sep 2012 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q869A22p062415 for ; Thu, 6 Sep 2012 09:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q869A2k7062407; Thu, 6 Sep 2012 09:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 09:10:02 GMT Resent-Message-Id: <201209060910.q869A2k7062407@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49AA1106564A; Thu, 6 Sep 2012 09:08:54 +0000 (UTC) (envelope-from lonerr@luna.park.rambler.ru) Received: from pmx1.rambler.ru (mail02.park.rambler.ru [81.19.66.13]) by mx1.freebsd.org (Postfix) with ESMTP id F0C008FC0C; Thu, 6 Sep 2012 09:08:52 +0000 (UTC) Received: from luna.park.rambler.ru ([10.12.2.4]) by pmx1.rambler.ru with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1T9Xag-000Fmw-Q5; Thu, 06 Sep 2012 12:37:34 +0400 Received: from luna.park.rambler.ru (localhost [127.0.0.1]) by luna.park.rambler.ru (8.14.5/8.14.5) with ESMTP id q868bYbk084409; Thu, 6 Sep 2012 12:37:34 +0400 (MSK) (envelope-from lonerr@luna.park.rambler.ru) Received: (from lonerr@localhost) by luna.park.rambler.ru (8.14.5/8.14.5/Submit) id q868bYkg084404; Thu, 6 Sep 2012 12:37:34 +0400 (MSK) (envelope-from lonerr) Message-Id: <201209060837.q868bYkg084404@luna.park.rambler.ru> Date: Thu, 6 Sep 2012 12:37:34 +0400 (MSK) From: "Oleg A. Mamontov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: osa@FreeBSD.org Subject: ports/171372: [PATCH] databases/redis: rc script with multiple profiles support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 09:10:02 -0000 >Number: 171372 >Category: ports >Synopsis: [PATCH] databases/redis: rc script with multiple profiles 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: Thu Sep 06 09:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oleg A. Mamontov >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD luna.park.rambler.ru 8.2-STABLE FreeBSD 8.2-STABLE #1: Fri Sep 23 19:19:19 MSD 2011 >Description: [DESCRIBE CHANGES] Port maintainer (osa@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- redis-2.4.17.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/redis/files/redis.in /usr/home/lonerr/redis/files/redis.in --- /usr/ports/databases/redis/files/redis.in 2012-09-06 12:07:20.000000000 +0400 +++ /usr/home/lonerr/redis/files/redis.in 2012-09-06 12:08:28.000000000 +0400 @@ -1,17 +1,18 @@ #!/bin/sh # -# $FreeBSD: ports/databases/redis/files/redis.in,v 1.1 2012/07/18 06:10:17 osa Exp $ +# $FreeBSD$ # - # PROVIDE: redis # REQUIRE: LOGIN # BEFORE: securelevel # KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable `redis': # -#redis_enable="YES" +# Add the following lines to /etc/rc.conf to run redis: # +# redis_enable (bool): Set it to "YES" to enable redis. +# Default is "NO". +# redis_profiles (strings): Example - "foo bar" +# Default is empty. . /etc/rc.subr @@ -20,15 +21,46 @@ extra_commands="reload" -command="%%PREFIX%%/bin/redis-server" -config_file="%%PREFIX%%/etc/$name.conf" +command=%%PREFIX%%/bin/redis-server +config_file="%%PREFIX%%/etc/${name}.conf" command_args="${config_file}" pidfile="%%REDIS_RUNDIR%%/$name.pid" required_files="${config_file}" # read configuration and set defaults -load_rc_config "$name" +load_rc_config "${name}" : ${redis_enable="NO"} : ${redis_user="%%REDIS_USER%%"} + +_profile_exists() { + for _p in ${redis_profiles}; do + [ "${_p}" = "$1" ] && return 1; + done + return 0 +} + +if [ $# -eq 2 ]; then + _profile=$2 + _profile_exists $_profile + _exists=$? + [ ${_exists} -ne 1 ] && { + echo "`basename %%PREFIX%%/etc/rc.d/redis`: no '$2' in 'redis_profiles'" + exit 1 + }; + echo "-- Profile: ${_profile} --" + config_file="%%PREFIX%%/etc/${name}-${_profile}.conf" + command_args="${config_file}" + pidfile="%%REDIS_RUNDIR%%/${_profile}.pid" + required_files="${config_file}" +elif [ -n "${redis_profiles}" ]; then + _swap=$*; shift; _profiles=$* + _profiles=${_profiles:-${redis_profiles}} + set -- ${_swap} + for _profile in ${_profiles}; do + %%PREFIX%%/etc/rc.d/redis $1 ${_profile} + done + exit 0 +fi + run_rc_command "$1" --- redis-2.4.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 09:10:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3814810656B2; Thu, 6 Sep 2012 09:10:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AA418FC1A; Thu, 6 Sep 2012 09:10:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q869AH4Z066799; Thu, 6 Sep 2012 09:10:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q869AHNI066779; Thu, 6 Sep 2012 09:10:17 GMT (envelope-from edwin) Date: Thu, 6 Sep 2012 09:10:17 GMT Message-Id: <201209060910.q869AHNI066779@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, osa@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171372: [PATCH] databases/redis: rc script with multiple profiles support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 09:10:18 -0000 Synopsis: [PATCH] databases/redis: rc script with multiple profiles support Responsible-Changed-From-To: freebsd-ports-bugs->osa Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 6 09:10:16 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171372 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 11:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A9081065670 for ; Thu, 6 Sep 2012 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1C88FC12 for ; Thu, 6 Sep 2012 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Bo148032110 for ; Thu, 6 Sep 2012 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Bo1mv032103; Thu, 6 Sep 2012 11:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 11:50:01 GMT Resent-Message-Id: <201209061150.q86Bo1mv032103@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jyun-Yan You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 788AF106564A for ; Thu, 6 Sep 2012 11:42:11 +0000 (UTC) (envelope-from jyyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id C27818FC08 for ; Thu, 6 Sep 2012 11:42:10 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 8CB5EE7E for ; Thu, 6 Sep 2012 19:34:56 +0800 (CST) Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 78F7AE7D for ; Thu, 6 Sep 2012 19:34:56 +0800 (CST) Received: (from jyyou@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q86BYrZ7032110; Thu, 6 Sep 2012 19:34:53 +0800 (CST) (envelope-from jyyou) Message-Id: <201209061134.q86BYrZ7032110@alumni.cs.nctu.edu.tw> Date: Thu, 6 Sep 2012 19:34:53 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171374: [MAINTAINER] lang/ats: update to 0.2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 11:50:02 -0000 >Number: 171374 >Category: ports >Synopsis: [MAINTAINER] lang/ats: update to 0.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: Thu Sep 06 11:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p9 amd64 >Organization: >Environment: System: FreeBSD alumni.cs.nctu.edu.tw 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012 >Description: - Update to 0.2.8 Added file(s): - files/patch-config.mk.in - files/patch-libatsdoc_Makefile Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ats-0.2.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/ats/Makefile /amd/gcs/98/9855518/src/ports/lang/ats/Makefile --- /usr/ports/lang/ats/Makefile 2012-06-28 02:07:16.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ats/Makefile 2012-09-06 19:27:12.366323000 +0800 @@ -22,7 +22,7 @@ CFLAGS+= -I${LOCALBASE}/include \ -L${LOCALBASE}/lib -PORTDOCS= FAQ.txt BOOK +PORTDOCS= FAQ.txt PORTEXAMPLES= AUP INTRO KernighanRitchie MISC MULTICORE TEST OPTIONS_DEFINE= GMP PCRE diff -ruN --exclude=CVS /usr/ports/lang/ats/bsd.ats.mk /amd/gcs/98/9855518/src/ports/lang/ats/bsd.ats.mk --- /usr/ports/lang/ats/bsd.ats.mk 2012-06-14 00:19:08.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ats/bsd.ats.mk 2012-09-06 19:27:12.364323000 +0800 @@ -1,5 +1,5 @@ ATS_IMPL= anairiats -ATS_VER= 0.2.7 +ATS_VER= 0.2.8 ATS_LIBDIR_REL= lib/ats-${ATS_IMPL}-${ATS_VER} ATS_LIBDIR= ${LOCALBASE}/${ATS_LIBDIR_REL} @@ -16,7 +16,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/atscc:${PORTSDIR}/lang/ats USE_GMAKE= yes -MAKE_ENV+= ATSHOME=${LOCALBASE} +MAKE_ENV+= ATSHOME=${ATS_LIBDIR} ATSHOMERELOC=ATS-${ATS_VER} MAKE_ARGS+= -C contrib/${ATS_CTRB} ATS_WRKSRC= cd ${PORTSDIR}/lang/ats; ${MAKE} -V WRKSRC @@ -27,7 +27,7 @@ pre-build: ${SED} -i '' \ - -e 's/^ATSCC=\(.*\)/ATSCC=\1 $$(CFLAGS)/' \ + -e 's/^ATSCC=\(.*\)/ATSCC=\1 $$(CFLAGS) -IATS./' \ ${BUILD_WRKSRC}/contrib/${ATS_CTRB}/Makefile ${LN} -sf ${BUILD_WRKSRC}/contrib ${BUILD_WRKSRC}/contrib/${ATS_CTRB}/ @@ -42,7 +42,7 @@ ${COPYTREE_SHARE} . ${ATS_CTRBEXAMPLEDIR} ${FIND} ${ATS_CTRBEXAMPLEDIR} -name Makefile \ -exec ${SED} -i '' \ - -e 's|^ATSUSRQ=.*|ATSUSRQ="${LOCALBASE}"|' \ + -e 's|^ATSUSRQ=.*|ATSUSRQ="${ATS_LIBDIR}"|' \ -e 's|^ATSLIBQ=.*|ATSLIBQ="${ATS_LIBDIR}"|' {} \; .endif diff -ruN --exclude=CVS /usr/ports/lang/ats/distinfo /amd/gcs/98/9855518/src/ports/lang/ats/distinfo --- /usr/ports/lang/ats/distinfo 2012-05-29 01:40:27.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ats/distinfo 2012-09-06 19:27:12.361326000 +0800 @@ -1,2 +1,2 @@ -SHA256 (ats-lang-anairiats-0.2.7.tgz) = 9ed11ee4911ccad797a6b5cf1ceb7d8c3b85ddba923de9e199d86649907b4454 -SIZE (ats-lang-anairiats-0.2.7.tgz) = 2418573 +SHA256 (ats-lang-anairiats-0.2.8.tgz) = caa9a17ea3ddd7938bc50f25b323379453fba9f27fd1a66d202404bbac734d32 +SIZE (ats-lang-anairiats-0.2.8.tgz) = 2318886 diff -ruN --exclude=CVS /usr/ports/lang/ats/files/patch-Makefile /amd/gcs/98/9855518/src/ports/lang/ats/files/patch-Makefile --- /usr/ports/lang/ats/files/patch-Makefile 2012-05-29 01:40:27.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ats/files/patch-Makefile 2012-09-06 19:27:12.378311000 +0800 @@ -1,24 +1,37 @@ ---- Makefile.orig 2012-05-18 07:56:24.000000000 +0800 -+++ Makefile 2012-05-23 14:47:29.661831756 +0800 -@@ -92,7 +92,7 @@ +--- Makefile.orig 2012-09-04 11:37:57.000000000 +0800 ++++ Makefile 2012-09-06 19:21:24.886921581 +0800 +@@ -59,12 +59,6 @@ + autoheader $< + touch $@ + +-configure: configure.ac $(SRC_CONFIG_FILES) +- aclocal +- automake --add-missing --foreign || true +- autoconf +- touch $(BUILT_CONFIG_FILES) +- + -include config.mk + + ###### +@@ -92,7 +86,7 @@ cd $(abs_top_srcdir) [ -d $(DESTDIR)/$(bindir) ] || $(MKDIR_P) $(DESTDIR)/$(bindir) $(MKDIR_P) $(DESTDIR)$(ATSNEWHOME)/bin - find ccomp contrib doc libats libc prelude -type d \ -+ find ccomp libats libc prelude -type d \ ++ find ccomp libats libatsdoc libc prelude -type d \ -exec $(MKDIR_P) $(DESTDIR)$(ATSNEWHOME)/\{} \; \ -print -@@ -100,7 +100,7 @@ +@@ -100,7 +94,7 @@ # # recursively install all files in the list except .svn control files. # - for d in ccomp/runtime contrib doc libats libc prelude; do \ -+ for d in ccomp/runtime libats libc prelude; do \ ++ for d in ccomp/runtime libats libatsdoc libc prelude; do \ cd $(abs_top_srcdir) && \ $(INSTALL) -d $(DESTDIR)$(ATSNEWHOME)/"$$d" && \ find "$$d" -name .svn -prune -o -type f \ -@@ -140,6 +140,8 @@ +@@ -140,6 +134,8 @@ done install:: install_files @@ -27,17 +40,22 @@ ###### -@@ -152,8 +154,7 @@ +@@ -151,12 +147,11 @@ + libfiles_mt \ + bin/atspack \ bin/atslex \ +- libatsdoca \ +- bin/atsdoc \ ccomp/runtime/GCATS/gc.o \ ccomp/runtime/GCATS/gc_mt.o \ -- atsopt1_gc \ + atsopt1_gc \ - contrib -+ atsopt1_gc ++ libatsdoca \ ++ bin/atsdoc @echo "ATS/Anairiats has been built up successfully!" @echo "The value of ATSHOME for this build is \"$(ATSHOME)\"." @echo "The value of ATSHOMERELOC for this build is \"$(ATSHOMERELOC)\"." -@@ -212,25 +213,25 @@ +@@ -215,25 +210,25 @@ ATSLIB=$(ATSHOMEQ)/bin/atslib @@ -72,5 +90,5 @@ - $(ATSLIB) $(ATS_PROOFCHECK) -D_ATS_MULTITHREAD -O2 --libats_mt + $(ATSLIB) $(ATS_PROOFCHECK) -D_ATS_MULTITHREAD -O2 $(CFLAGS) --libats_mt - ###### a lexer for ATS ###### + libatsdoca: ; $(MAKE) -C libatsdoc diff -ruN --exclude=CVS /usr/ports/lang/ats/files/patch-config.mk.in /amd/gcs/98/9855518/src/ports/lang/ats/files/patch-config.mk.in --- /usr/ports/lang/ats/files/patch-config.mk.in 1970-01-01 08:00:00.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ats/files/patch-config.mk.in 2012-09-06 19:27:12.381307000 +0800 @@ -0,0 +1,11 @@ +--- config.mk.in.orig 2012-09-06 15:37:58.253921955 +0800 ++++ config.mk.in 2012-09-06 15:38:09.939751074 +0800 +@@ -2,7 +2,7 @@ + PACKAGE_TARNAME := @PACKAGE_TARNAME@ + PACKAGE_VERSION := @PACKAGE_VERSION@ + +-abs_top_srcdir := @abs_top_srcdir@ ++abs_top_srcdir := $(realpath @abs_top_srcdir@) + prefix := @prefix@ + exec_prefix := @exec_prefix@ + bindir := @bindir@ diff -ruN --exclude=CVS /usr/ports/lang/ats/files/patch-libatsdoc_Makefile /amd/gcs/98/9855518/src/ports/lang/ats/files/patch-libatsdoc_Makefile --- /usr/ports/lang/ats/files/patch-libatsdoc_Makefile 1970-01-01 08:00:00.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ats/files/patch-libatsdoc_Makefile 2012-09-06 19:27:12.375314000 +0800 @@ -0,0 +1,11 @@ +--- libatsdoc/Makefile.orig 2012-09-06 15:39:38.797921223 +0800 ++++ libatsdoc/Makefile 2012-09-06 15:40:12.166571629 +0800 +@@ -43,7 +43,7 @@ + ###### + + all:: Makefile_out +-all:: ; make -f Makefile_out ++all:: ; $(MAKE) -f Makefile_out + all:: cleanall + + ###### diff -ruN --exclude=CVS /usr/ports/lang/ats/pkg-plist /amd/gcs/98/9855518/src/ports/lang/ats/pkg-plist --- /usr/ports/lang/ats/pkg-plist 2012-05-29 01:40:27.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ats/pkg-plist 2012-09-06 19:27:12.386303000 +0800 @@ -1,4 +1,5 @@ bin/atscc +bin/atsdoc bin/atslex bin/atslib bin/atsopt @@ -6,6 +7,7 @@ %%ATS_LIBDIR%%/INSTALL %%ATS_LIBDIR%%/VERSION.txt %%ATS_LIBDIR%%/bin/atscc +%%ATS_LIBDIR%%/bin/atsdoc %%ATS_LIBDIR%%/bin/atslex %%ATS_LIBDIR%%/bin/atslib %%ATS_LIBDIR%%/bin/atsopt @@ -14,6 +16,7 @@ %%ATS_LIBDIR%%/ccomp/%%LIBDIR%%/libats_lex.a %%ATS_LIBDIR%%/ccomp/%%LIBDIR%%/libats_mt.a %%ATS_LIBDIR%%/ccomp/%%LIBDIR%%/libats_smlbas.a +%%ATS_LIBDIR%%/ccomp/%%LIBDIR%%/libatsdoc.a %%ATS_LIBDIR%%/ccomp/runtime/GCATS/Makefile %%ATS_LIBDIR%%/ccomp/runtime/GCATS/README %%ATS_LIBDIR%%/ccomp/runtime/GCATS/gc.o @@ -85,7 +88,6 @@ %%ATS_LIBDIR%%/libats/DATS/linbitvec.dats %%ATS_LIBDIR%%/libats/DATS/linheap_binomial.dats %%ATS_LIBDIR%%/libats/DATS/linmap_avltree.dats -%%ATS_LIBDIR%%/libats/DATS/linmap_avltree_ngc.dats %%ATS_LIBDIR%%/libats/DATS/linmap_rbtree.dats %%ATS_LIBDIR%%/libats/DATS/linordset_randbst.dats %%ATS_LIBDIR%%/libats/DATS/linqueue_arr.dats @@ -142,9 +144,7 @@ %%ATS_LIBDIR%%/libats/SATS/parworkshop.sats %%ATS_LIBDIR%%/libats/SATS/rarray.sats %%ATS_LIBDIR%%/libats/SATS/refcount.sats -%%ATS_LIBDIR%%/libats/SATS/refcountr.sats %%ATS_LIBDIR%%/libats/SATS/regexp.sats -%%ATS_LIBDIR%%/libats/SATS/sobjptr.sats %%ATS_LIBDIR%%/libats/SATS/vector.sats %%ATS_LIBDIR%%/libats/lex/lexing.dats %%ATS_LIBDIR%%/libats/lex/lexing.sats @@ -184,6 +184,28 @@ %%ATS_LIBDIR%%/libats/smlbas/SATS/real.sats %%ATS_LIBDIR%%/libats/smlbas/SATS/string.sats %%ATS_LIBDIR%%/libats/smlbas/SATS/time.sats +%%ATS_LIBDIR%%/libatsdoc/CATS/libatsdoc_lexbuf.cats +%%ATS_LIBDIR%%/libatsdoc/CATS/libatsdoc_location.cats +%%ATS_LIBDIR%%/libatsdoc/CATS/libatsdoc_reader.cats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_atext.dats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_error.dats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_filename.dats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_lexbuf.dats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_location.dats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_reader.dats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_symbol.dats +%%ATS_LIBDIR%%/libatsdoc/DATS/libatsdoc_symmap.dats +%%ATS_LIBDIR%%/libatsdoc/Makefile +%%ATS_LIBDIR%%/libatsdoc/Makefile_inp +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_atext.sats +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_error.sats +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_filename.sats +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_lexbuf.sats +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_location.sats +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_reader.sats +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_symbol.sats +%%ATS_LIBDIR%%/libatsdoc/SATS/libatsdoc_symmap.sats +%%ATS_LIBDIR%%/libatsdoc/dynloadall.dats %%ATS_LIBDIR%%/libc/CATS/SIMD_v2df.cats %%ATS_LIBDIR%%/libc/CATS/complex.cats %%ATS_LIBDIR%%/libc/CATS/ctype.cats @@ -360,7 +382,6 @@ %%ATS_LIBDIR%%/prelude/DATS/string.dats %%ATS_LIBDIR%%/prelude/DATS/syndef.dats %%ATS_LIBDIR%%/prelude/DATS/unsafe.dats -%%ATS_LIBDIR%%/prelude/DATS/vsubrw.dats %%ATS_LIBDIR%%/prelude/HATS/lmacrodef.hats %%ATS_LIBDIR%%/prelude/HATS/number.hats %%ATS_LIBDIR%%/prelude/HATS/syndef.hats @@ -425,6 +446,10 @@ @dirrm %%ATS_LIBDIR%%/libats/smlbas/SATS @dirrm %%ATS_LIBDIR%%/libats/smlbas @dirrm %%ATS_LIBDIR%%/libats +@dirrm %%ATS_LIBDIR%%/libatsdoc/CATS +@dirrm %%ATS_LIBDIR%%/libatsdoc/DATS +@dirrm %%ATS_LIBDIR%%/libatsdoc/SATS +@dirrm %%ATS_LIBDIR%%/libatsdoc @dirrm %%ATS_LIBDIR%%/libc/CATS @dirrm %%ATS_LIBDIR%%/libc/DATS @dirrm %%ATS_LIBDIR%%/libc/HATS --- ats-0.2.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 12:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFE9D106566C for ; Thu, 6 Sep 2012 12:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 923258FC08 for ; Thu, 6 Sep 2012 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86CA2bV003220 for ; Thu, 6 Sep 2012 12:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86CA2mN003215; Thu, 6 Sep 2012 12:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 12:10:02 GMT Resent-Message-Id: <201209061210.q86CA2mN003215@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF19D106567B for ; Thu, 6 Sep 2012 12:08:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 999BC8FC1C for ; Thu, 6 Sep 2012 12:08:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q86C8LiQ072203 for ; Thu, 6 Sep 2012 12:08:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q86C8L7X072202; Thu, 6 Sep 2012 12:08:21 GMT (envelope-from nobody) Message-Id: <201209061208.q86C8L7X072202@red.freebsd.org> Date: Thu, 6 Sep 2012 12:08:21 GMT From: Oliver Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171375: New port: devel/opencl: Providing Khronos OpenCL 1.2 header files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 12:10:02 -0000 >Number: 171375 >Category: ports >Synopsis: New port: devel/opencl: Providing Khronos OpenCL 1.2 header files >Confidential: no >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 Sep 06 12:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: >Description: For development and several OpenCL tasks, devel/freeocl forinstance, the Khronos provided header files for OpenCL are needed. This small port is my attempt to provide those header files automated as a port to FreeBSD hoping, that they are of use. >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: # # opencl # opencl/Makefile # opencl/distinfo # opencl/pkg-descr # opencl/pkg-message # echo c - opencl mkdir -p opencl > /dev/null 2>&1 echo x - opencl/Makefile sed 's/^X//' >opencl/Makefile << '00935578c89e3da86bc6915ff33066b8' XPORTNAME= opencl XPORTVERSION= 1.2 X#PORTREVISION= 0 XCATEGORIES= devel X X XMASTER_SITES= http://www.khronos.org/registry/cl/api/${PORTVERSION}/ XDISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} X XDISTFILES= opencl.h \ X cl_platform.h \ X cl.h \ X cl_ext.h \ X cl_dx9_media_sharing.h \ X cl_d3d10.h \ X cl_d3d11.h \ X cl_gl.h \ X cl_gl_ext.h \ X cl.hpp X XEXTRACT_ONLY= yes X XCONFLICTS= opencl-1.[0-1] X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Open Computing Language sepcifications X XDIST_SUBDIR= ${PORTNAME} X XNO_BUILD= yes XNO_WRKSUBDIR= yes XMAKE_JOBS_SAFE= yes X XPLIST_SUB+= CL="" X XPLIST_FILES= include/CL/opencl.h \ X include/CL/cl_platform.h \ X include/CL/cl.h \ X include/CL/cl_ext.h \ X include/CL/cl_dx9_media_sharing.h \ X include/CL/cl_d3d10.h \ X include/CL/cl_d3d11.h \ X include/CL/cl_gl.h \ X include/CL/cl_gl_ext.h \ X include/CL/cl.hpp X XPLIST_DIRS= include/CL X Xdo-extract: X ${MKDIR} ${WRKSRC} X Xdo-install: X ${MKDIR} ${PREFIX}/include/CL X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.h ${PREFIX}/include/CL X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.hpp ${PREFIX}/include/CL X X.include 00935578c89e3da86bc6915ff33066b8 echo x - opencl/distinfo sed 's/^X//' >opencl/distinfo << '72ea72abce85e369c91b9d6aa0bff232' XSHA256 (opencl/opencl.h) = a69842d53ea5b505323a6bee242cca8ddba47294f69972fe61c0371636935819 XSIZE (opencl/opencl.h) = 1754 XSHA256 (opencl/cl_platform.h) = c27ab3ab36e00bf7ba389a0011a2d9e51efff95a76c34b13638d4ee598caa549 XSIZE (opencl/cl_platform.h) = 38164 XSHA256 (opencl/cl.h) = 2e846fd99f69498f56136514623eaed7582bc02c82d9231208832c61b6c8fc1a XSIZE (opencl/cl.h) = 62888 XSHA256 (opencl/cl_ext.h) = bda268419b454540c56ee615f6718a917d4289973545d7357509b4128933a18e XSIZE (opencl/cl_ext.h) = 9951 XSHA256 (opencl/cl_dx9_media_sharing.h) = 7aa1cece80d7ca7bf699e248ca989dd97aa807472f7ecd7aca79cec0af56340c XSIZE (opencl/cl_dx9_media_sharing.h) = 5157 XSHA256 (opencl/cl_d3d10.h) = 394787cf9ddfee6f24c59521b714d0974f6a7874fd8fd5aae6365028d946a8bd XSIZE (opencl/cl_d3d10.h) = 4859 XSHA256 (opencl/cl_d3d11.h) = 20cc068d09e06498e38f449e35876ec4b5bf545807a463aca85319246717cba8 XSIZE (opencl/cl_d3d11.h) = 4853 XSHA256 (opencl/cl_gl.h) = 19e923585b36b69b5c09d566cef3b3d43fcf1143f64eece3cbf716fd0afbb6d7 XSIZE (opencl/cl_gl.h) = 7429 XSHA256 (opencl/cl_gl_ext.h) = c28c7b03aa7eb22bad5af50c9d1213e80b827e90ee04c2a6ee27561f19e93cf6 XSIZE (opencl/cl_gl_ext.h) = 2630 XSHA256 (opencl/cl.hpp) = eeacf0fefc51d618dda67d52e2bbff7dc9a67e90bc38166b3fad26d44800013a XSIZE (opencl/cl.hpp) = 915453 72ea72abce85e369c91b9d6aa0bff232 echo x - opencl/pkg-descr sed 's/^X//' >opencl/pkg-descr << 'f163be7932377daad6340636dec3af1c' XpenCL (Open Computing Language) is an open royalty-free standard Xfor general purpose parallel programming across CPUs, GPUs and Xother processors, giving software developers portable and efficient Xaccess to the power of these heterogeneous processing platforms. X XThis is OpenCL 1.2 f163be7932377daad6340636dec3af1c echo x - opencl/pkg-message sed 's/^X//' >opencl/pkg-message << '8b5e1f789dae03a580a9534d893c1cad' XOpenCL is the first open, royalty-free standard for cross-platform, Xparallel programming of modern processors. X XHeader files will reside in PREFIX/CL, with PREFIX usually Xset to /usr/local/include. 8b5e1f789dae03a580a9534d893c1cad exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 12:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46A1B106566B for ; Thu, 6 Sep 2012 12:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 189CE8FC18 for ; Thu, 6 Sep 2012 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86CK1Ma088955 for ; Thu, 6 Sep 2012 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86CK1I2088941; Thu, 6 Sep 2012 12:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 12:20:01 GMT Resent-Message-Id: <201209061220.q86CK1I2088941@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07BF2106564A for ; Thu, 6 Sep 2012 12:11:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E64AC8FC08 for ; Thu, 6 Sep 2012 12:11:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q86CBa9v072722 for ; Thu, 6 Sep 2012 12:11:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q86CBaxl072721; Thu, 6 Sep 2012 12:11:36 GMT (envelope-from nobody) Message-Id: <201209061211.q86CBaxl072721@red.freebsd.org> Date: Thu, 6 Sep 2012 12:11:36 GMT From: Oliver Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171376: New port: devel/freeocl: Providing a CPU-based OpenCL library libOpenCL.so to FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 12:20:02 -0000 >Number: 171376 >Category: ports >Synopsis: New port: devel/freeocl: Providing a CPU-based OpenCL library libOpenCL.so to FreeBSD >Confidential: no >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 Sep 06 12:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: >Description: FreeBSD lacks for crucial GPGPU/CPU support when it comes to CUDA (nVidai) or OpenCL (open standard). Since nor Intel, nor nVidia and nor AMD support FreeBSD as a development platform using the rapidly spreading OpenCL standard, FreeBSD is useless as a development platform for OpenCL-based software. It seems that there are efforts making OpenCL for CPU available on a opensource basis and one of those promising efforts can be found at http://code.google.com/p/freeocl/ The port provides a OpenCL library that can be compiled against. The port suggestion made hereby requires another port I suggested providing the Khronos OpenCL 1.2 header files, see also my New Port request for devel/opencl (http://www.freebsd.org/cgi/query-pr.cgi?pr=171375) [ports/171375] >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: # # freeocl # freeocl/Makefile # freeocl/pkg-descr # freeocl/pkg-message # freeocl/distinfo # echo c - freeocl mkdir -p freeocl > /dev/null 2>&1 echo x - freeocl/Makefile sed 's/^X//' >freeocl/Makefile << '604bb6bbcbdd64260089abdd11c3300e' XPORTNAME= freeocl XPORTVERSION= 0.3.6 XCATEGORIES= devel X XMAINTAINER= ports@FreeBSD.org XCOMMENT= FreeOCL - a free OpenCL implementation for CPU X X#MASTER_SITES= http://freeocl.googlecode.com/files/FreeOCL-0.3.6-src.tar.gz XMASTER_SITES= http://freeocl.googlecode.com/files/ XDISTNAME= FreeOCL-${PORTVERSION}-src X XWRKSRC= ${WRKDIR}/FreeOCL-${PORTVERSION}-Source X XUSE_CMAKE= YES XCMAKE_BUILD_TYPE= Release X XUSE_GCC= 4.6+ X X#CXXFLAGS+= -stdlib=libc++ X XBUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops XBUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:${PORTSDIR}/devel/opencl X X.include 604bb6bbcbdd64260089abdd11c3300e echo x - freeocl/pkg-descr sed 's/^X//' >freeocl/pkg-descr << '7321084523b6193232cf9a5d53bb59e7' XFreeOCL - a free OpenCL implementation for CPU 7321084523b6193232cf9a5d53bb59e7 echo x - freeocl/pkg-message sed 's/^X//' >freeocl/pkg-message << 'f1873ced748c6f604df9edf87f26f77b' XFreeOCL - a free OpenCL implementation for CPU XCopyright (C) 2011 Roland Brochard X XThis program is free software: you can redistribute it and/or modify Xit under the terms of the GNU Lesser General Public License as published by Xthe Free Software Foundation, either version 3 of the License, or X(at your option) any later version. XThis program is distributed in the hope that it will be useful, Xbut WITHOUT ANY WARRANTY; without even the implied warranty of XMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the XGNU Lesser General Public License for more details. XYou should have received a copy of the GNU Lesser General Public License Xalong with this program. If not, see f1873ced748c6f604df9edf87f26f77b echo x - freeocl/distinfo sed 's/^X//' >freeocl/distinfo << '46d70351e22a0453ddaed201d6caebfc' XSHA256 (FreeOCL-0.3.6-src.tar.gz) = d1eea6d6214781a67efee6b691f06407780fb51f8dd742a83324478a6cfb8f1a XSIZE (FreeOCL-0.3.6-src.tar.gz) = 216517 46d70351e22a0453ddaed201d6caebfc exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 13:10:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF74B1065674 for ; Thu, 6 Sep 2012 13:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 65E058FC15 for ; Thu, 6 Sep 2012 13:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86DA4Ek089254 for ; Thu, 6 Sep 2012 13:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86DA4DO089239; Thu, 6 Sep 2012 13:10:04 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 13:10:04 GMT Resent-Message-Id: <201209061310.q86DA4DO089239@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA02F1065672 for ; Thu, 6 Sep 2012 13:04:09 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id E16208FC0C for ; Thu, 6 Sep 2012 13:04:08 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 13:04:05 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp027) with SMTP; 06 Sep 2012 15:04:05 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 15:04:05 +0200 Message-Id: <20120906130409.DA02F1065672@hub.freebsd.org> Date: Thu, 06 Sep 2012 15:04:05 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: amdmi3@FreeBSD.org Subject: ports/171377: [PATCH] audio/dumb: Removed dependency alleg.42:${PORTSDIR}/devel/allegro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 13:10:04 -0000 >Number: 171377 >Category: ports >Synopsis: [PATCH] audio/dumb: Removed dependency alleg.42:${PORTSDIR}/devel/allegro >Confidential: no >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 Sep 06 13:10:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Removed dependency alleg.42:${PORTSDIR}/devel/allegro Added check for alleg:${PORTSDIR}/devel/allegro-devel DUMB can be used now with devel/allegro-devel-4.4 which is on http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171366 Port maintainer (amdmi3@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- dumb-0.9.3_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/dumb/Makefile ./Makefile --- /usr/ports/audio/dumb/Makefile 2012-07-25 08:32:06.000000000 +0200 +++ ./Makefile 2012-09-06 14:58:47.000000000 +0200 @@ -19,7 +19,7 @@ .include .if defined(WITH_ALLEGRO) -LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro +LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro-devel PLIST_SUB+= ALLEGRO="" MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" PKGNAMESUFFIX= -allegro --- dumb-0.9.3_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 13:10:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3F451065675 for ; Thu, 6 Sep 2012 13:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B1AC78FC17 for ; Thu, 6 Sep 2012 13:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86DA4SF089357 for ; Thu, 6 Sep 2012 13:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86DA4GT089344; Thu, 6 Sep 2012 13:10:04 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 13:10:04 GMT Resent-Message-Id: <201209061310.q86DA4GT089344@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Brassat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C666F106566C for ; Thu, 6 Sep 2012 13:09:02 +0000 (UTC) (envelope-from christian.brassat@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 97A4B8FC15 for ; Thu, 6 Sep 2012 13:09:02 +0000 (UTC) Received: by dadr6 with SMTP id r6so1125983dad.13 for ; Thu, 06 Sep 2012 06:09:02 -0700 (PDT) Received: by 10.68.132.3 with SMTP id oq3mr4772200pbb.58.1346936941918; Thu, 06 Sep 2012 06:09:01 -0700 (PDT) Received: from tatooine.pool.crshd ([210.195.28.244]) by mx.google.com with ESMTPS id qb2sm1325398pbb.15.2012.09.06.06.08.58 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 06 Sep 2012 06:09:00 -0700 (PDT) Received: by tatooine.pool.crshd (sSMTP sendmail emulation); Thu, 06 Sep 2012 21:08:55 +0800 Message-Id: <5048a06c.a288440a.2c90.ffff86f6@mx.google.com> Date: Thu, 06 Sep 2012 21:08:55 +0800 From: Christian Brassat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171378: New port: x11-wm/herbstluftwm Manual tiling window manager X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Brassat List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 13:10:05 -0000 >Number: 171378 >Category: ports >Synopsis: New port: x11-wm/herbstluftwm Manual tiling window manager >Confidential: no >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 Sep 06 13:10:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christian Brassat >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD tatooine 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Sep 2 11:47:26 MYT 2012 root@tatooine:/usr/obj/usr/src/sys/VESAKERN amd64 >Description: herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib >How-To-Repeat: >Fix: --- herbstluftwm.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # herbstluftwm # herbstluftwm/pkg-descr # herbstluftwm/files # herbstluftwm/files/patch-config.mk # herbstluftwm/distinfo # herbstluftwm/pkg-plist # herbstluftwm/Makefile # echo c - herbstluftwm mkdir -p herbstluftwm > /dev/null 2>&1 echo x - herbstluftwm/pkg-descr sed 's/^X//' >herbstluftwm/pkg-descr << '378c5f01b4703939e151aa3f6a80ec61' Xherbstluftwm is a manual tiling window manager for X11 using Xlib and XGlib. Its main features can be described with: X X- the layout is based on splitting frames into subframes which can be X split again or can be filled with windows (similar to i3/ musca) X X- tags (or workspaces or virtual desktops or …) can be added/removed at X runtime. Each tag contains an own layout X X- exactly one tag is viewed on each monitor. The tags are monitor X independent (similar to xmonad) X X- it is configured at runtime via ipc calls from herbstclient. So the X configuration file is just a script which is run on startup. (similar to X wmii/ musca) X 378c5f01b4703939e151aa3f6a80ec61 echo c - herbstluftwm/files mkdir -p herbstluftwm/files > /dev/null 2>&1 echo x - herbstluftwm/files/patch-config.mk sed 's/^X//' >herbstluftwm/files/patch-config.mk << '2782d0eb5b13e4a27588e02efeddcfca' X--- config.mk.orig 2012-09-06 15:30:57.839022355 +0800 X+++ config.mk 2012-09-06 15:40:29.367301107 +0800 X@@ -7,8 +7,8 @@ X XINERAMALIBS = -L${X11LIB} -lXinerama X XINERAMAFLAGS = -DXINERAMA X X-INCS = -Isrc/ -I/usr/include -I${X11INC} `pkg-config --cflags glib-2.0` X-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 $(XINERAMALIBS) `pkg-config --libs glib-2.0` X+INCS = -Isrc/ -I/usr/include -I/usr/local/include -I${X11INC} `pkg-config --cflags glib-2.0` X+LIBS = -L/usr/lib -L/usr/local/lib -lc -L${X11LIB} -lX11 $(XINERAMALIBS) `pkg-config --libs glib-2.0` X X ifeq ($(shell uname),Linux) X LIBS += -lrt X@@ -36,7 +36,7 @@ X DOCDIR = $(DATADIR)/doc/herbstluftwm X EXAMPLESDIR = $(DOCDIR)/examples X LICENSEDIR = $(DOCDIR) X-SYSCONFDIR = /etc X+SYSCONFDIR = $(PREFIX)/etc X CONFIGDIR = $(SYSCONFDIR)/xdg/herbstluftwm X XSESSIONSDIR = $(DATADIR)/xsessions X ZSHCOMPLETIONDIR = $(DATADIR)/zsh/functions/Completion/X/ 2782d0eb5b13e4a27588e02efeddcfca echo x - herbstluftwm/distinfo sed 's/^X//' >herbstluftwm/distinfo << '6590e196a1be79045f5eb5447393d80b' XSHA256 (herbstluftwm-0.4.tar.gz) = 64aea843df07506d249219b9c756e123c2b200de264697615c0e2f23ba564ca8 XSIZE (herbstluftwm-0.4.tar.gz) = 139096 6590e196a1be79045f5eb5447393d80b echo x - herbstluftwm/pkg-plist sed 's/^X//' >herbstluftwm/pkg-plist << '50f6d92b3befc98248abc1d01e4e78ec' Xetc/xdg/herbstluftwm/autostart Xetc/xdg/herbstluftwm/panel.sh Xetc/xdg/herbstluftwm/restartpanels.sh Xbin/herbstclient Xbin/herbstluftwm Xshare/doc/herbstluftwm/BUGS Xshare/doc/herbstluftwm/LICENSE Xshare/doc/herbstluftwm/NEWS Xshare/doc/herbstluftwm/README Xshare/doc/herbstluftwm/examples/README Xshare/doc/herbstluftwm/examples/dmenu.sh Xshare/doc/herbstluftwm/examples/dumpbeautify.sh Xshare/doc/herbstluftwm/examples/exec_on_tag.sh Xshare/doc/herbstluftwm/examples/execwith.sh Xshare/doc/herbstluftwm/examples/herbstcommander.sh Xshare/doc/herbstluftwm/examples/layout.sh Xshare/doc/herbstluftwm/examples/loadstate.sh Xshare/doc/herbstluftwm/examples/savestate.sh Xshare/doc/herbstluftwm/herbstclient.html Xshare/doc/herbstluftwm/herbstluftwm.html Xshare/man/man1/herbstclient.1 Xshare/man/man1/herbstluftwm.1 Xshare/xsessions/herbstluftwm.desktop X%%BASH%%etc/bash_completion.d/herbstclient-completion X%%ZSH%%share/zsh/functions/Completion/X/_herbstclient X X@dirrm etc/xdg/herbstluftwm X@dirrm share/doc/herbstluftwm/examples X@dirrm share/doc/herbstluftwm X%%BASH%%@dirrmtry etc/bash_completion.d X%%ZSH%%@dirrmtry share/zsh/functions/Completion/X/ X%%ZSH%%@dirrmtry share/zsh/functions/Completion 50f6d92b3befc98248abc1d01e4e78ec echo x - herbstluftwm/Makefile sed 's/^X//' >herbstluftwm/Makefile << '9e2db928eab33e0dc8aee193b05f0e06' X# $FreeBSD$ X XPORTNAME = herbstluftwm XPORTVERSION = 0.4 XPORTREVISION = 1 XCATEGORIES = x11-wm XMASTER_SITES = http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/tarballs/ X XMAINTAINER = crshd@mail.com XCOMMENT = herbstluftwm is a manual tiling window manager for X11 X XUSE_XORG = x11 X XUSE_GMAKE = yes X XOPTIONS = BASH "Install completions for Bash" off \ X ZSH "Install completions for zsh" off X XRUN_DEPENDS= bash:${PORTSDIR}/shells/bash X X.include X X.if defined(WITH_BASH) XPLIST_SUB+= BASH="" X.else XPLIST_SUB+= BASH="@comment " X.endif X X.if defined(WITH_ZSH) XPLIST_SUB+= ZSH="" X.else XPLIST_SUB+= ZSH="@comment " X.endif X Xpost-patch: X.for file in dmenu dumpbeautify exec_on_tag execwith herbstcommander layout loadstate savestate X ${REINPLACE_CMD} -e 's#/bin/bash#/usr/bin/env bash#g' ${WRKSRC}/scripts/${file}.sh X.endfor X.for file in autostart panel.sh restartpanels.sh X ${REINPLACE_CMD} -e 's#/bin/bash#/usr/bin/env bash#g' ${WRKSRC}/share/${file} X.endfor X Xpost-install: X.if !defined(WITH_BASH) X rm -r ${PREFIX}/etc/bash_completion.d X.endif X.if !defined(WITH_ZSH) X rm -r ${PREFIX}/share/zsh/site-functions X.endif X X.include 9e2db928eab33e0dc8aee193b05f0e06 exit --- herbstluftwm.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 13:10:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AD3C106568D; Thu, 6 Sep 2012 13:10:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 159898FC1C; Thu, 6 Sep 2012 13:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86DAGtP092841; Thu, 6 Sep 2012 13:10:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86DAGU1092825; Thu, 6 Sep 2012 13:10:16 GMT (envelope-from edwin) Date: Thu, 6 Sep 2012 13:10:16 GMT Message-Id: <201209061310.q86DAGU1092825@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171377: [PATCH] audio/dumb: Removed dependency alleg.42:${PORTSDIR}/devel/allegro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 13:10:17 -0000 Synopsis: [PATCH] audio/dumb: Removed dependency alleg.42:${PORTSDIR}/devel/allegro Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 6 13:10:16 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171377 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 13:40:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA8591065672 for ; Thu, 6 Sep 2012 13:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8254A8FC18 for ; Thu, 6 Sep 2012 13:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86DeDPQ015986 for ; Thu, 6 Sep 2012 13:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86DeDMa015973; Thu, 6 Sep 2012 13:40:13 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 13:40:13 GMT Resent-Message-Id: <201209061340.q86DeDMa015973@freefall.freebsd.org> 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 W. O'Brien" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA20B10656D5 for ; Thu, 6 Sep 2012 13:32:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C4B7F8FC15 for ; Thu, 6 Sep 2012 13:32:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q86DWU7T031198 for ; Thu, 6 Sep 2012 13:32:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q86DWUGi031163; Thu, 6 Sep 2012 13:32:30 GMT (envelope-from nobody) Message-Id: <201209061332.q86DWUGi031163@red.freebsd.org> Date: Thu, 6 Sep 2012 13:32:30 GMT From: "John W. O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171381: [patch] finance/gnucash fails to generate and install .pyc/.pyo files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 13:40:13 -0000 >Number: 171381 >Category: ports >Synopsis: [patch] finance/gnucash fails to generate and install .pyc/.pyo 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: Thu Sep 06 13:40:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John W. O'Brien >Release: 9.1-PRERELEASE >Organization: Saltant Solutions >Environment: FreeBSD XXXX.saltant.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #3 r239833: Wed Aug 29 10:08:24 EDT 2012 root@XXXX.saltant.net:/usr/obj/usr/src/sys/NIPPL amd64 >Description: When Python binding/support is enabled (PORT_OPTIONS+=PYTHON), the compiled Python bytecode (.pyc) and optimized bytecode (.pyo) files are not generated by the build target, nor installed by the install target. However, the packing list specifies them and therefore the package target expects them and fails as a result. [/usr/ports]# svn info | egrep "URL|Revision" URL: svn://svn0.us-east.freebsd.org/ports/head Revision: 303631 [/usr/ports/finance/gnucash]# make showconfig ===> The following configuration options are available for gnucash-2.4.11_2: AQBANKING=on: AqBanking support (HBCI/OpenHBCI) DATABASE=on: Enable SQL database backends LOCALE_TAX=off: Enable localized tax categories OFX=on: OFX support PYTHON=on: Python binding/support WEBKIT=off: Use webkit instead of gtkhtml for the HTML engine ===> Use 'make config' to modify these settings [/usr/ports/finance/gnucash]# make -V CC -V CXX -V CPP -V PYTHON_REL clang clang++ clang-cpp 273 [/usr/ports/finance/gnucash]# grep ".py" pkg-plist %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyo >How-To-Repeat: (Output omitted) Package creation fails: [/usr/ports/finance/gnucash]# make package Package deinstallation generates warnings due to missing files: [/usr/ports/finance/gnucash]# make install [/usr/ports/finance/gnucash]# make deinstall >Fix: The attached patch provides a quick and dirty solution by generating the compiled bytecode files in situ using a gnucash-provided in the post-install target. If this script were to fail, the installation would not complete cleanly (e.g. pkg_delete would be useless). I expect that a better fix would be to patch, in an upstream-able fashion, ${WRKDIR}/gnucash-2.4.11/src/optional/python-bindings/Makefile.am to generate and install the bytecode files. This exceeds my abilities with autotools however and must be deferred to a more knowledgeable developer. I'd be happy to help if given suitable direction. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 303631) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gnucash PORTVERSION= 2.4.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -115,6 +115,10 @@ .endif post-install: +. if${PORT_OPTIONS:MPYTHON} + ${WRKDIR}/${PORTNAME}-${PORTVERSION}/py-compile \ + ${PYTHON_SITELIBDIR}/${PORTNAME}/*.py +. endif @${CAT} ${PKGMESSAGE} .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 13:40:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5D4D10656F3; Thu, 6 Sep 2012 13:40:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 933B18FC0C; Thu, 6 Sep 2012 13:40:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86DeXUt019708; Thu, 6 Sep 2012 13:40:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86DeXI9019696; Thu, 6 Sep 2012 13:40:33 GMT (envelope-from edwin) Date: Thu, 6 Sep 2012 13:40:33 GMT Message-Id: <201209061340.q86DeXI9019696@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171381: [patch] finance/gnucash fails to generate and install .pyc/.pyo files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 13:40:34 -0000 Synopsis: [patch] finance/gnucash fails to generate and install .pyc/.pyo files Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 6 13:40:32 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171381 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 15:00:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0457A1065680 for ; Thu, 6 Sep 2012 15:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 267D88FC0C for ; Thu, 6 Sep 2012 15:00:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86F07Qu091656 for ; Thu, 6 Sep 2012 15:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86F06g6091643; Thu, 6 Sep 2012 15:00:06 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 15:00:06 GMT Resent-Message-Id: <201209061500.q86F06g6091643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, soulcatcher Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 681111065673 for ; Thu, 6 Sep 2012 14:50:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 53F3E8FC0C for ; Thu, 6 Sep 2012 14:50:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q86EoPil047086 for ; Thu, 6 Sep 2012 14:50:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q86EoOLX047085; Thu, 6 Sep 2012 14:50:24 GMT (envelope-from nobody) Message-Id: <201209061450.q86EoOLX047085@red.freebsd.org> Date: Thu, 6 Sep 2012 14:50:24 GMT From: soulcatcher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171383: [patch] net/uriparser: update to 0.7.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 15:00:29 -0000 >Number: 171383 >Category: ports >Synopsis: [patch] net/uriparser: update to 0.7.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 15:00:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: soulcatcher >Release: 8.3 >Organization: >Environment: FreeBSD soulcatcher.joblabs.ru 8.3-STABLE FreeBSD 8.3-STABLE #12: Tue Jul 10 22:33:41 MSK 2012 root@soulcatcher.xxx.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: net/uriparser: minor update 0.7.5 -> 0.7.7 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN uriparser.bak/Makefile uriparser/Makefile --- uriparser.bak/Makefile 2012-09-06 18:32:40.000000000 +0400 +++ uriparser/Makefile 2012-09-06 18:35:23.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= uriparser -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.7 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} diff -ruN uriparser.bak/distinfo uriparser/distinfo --- uriparser.bak/distinfo 2012-09-06 18:32:40.000000000 +0400 +++ uriparser/distinfo 2012-09-06 18:38:06.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (uriparser-0.7.5.tar.bz2) = 2a963348fb797475e9d7188da46af0a9b6e676d5ab98458f2799d352d56d5be4 -SIZE (uriparser-0.7.5.tar.bz2) = 408363 +SHA256 (uriparser-0.7.7.tar.bz2) = 868cbcd71ffe875e13034a11d0c96243cbd533b934894fd2a03539eadf0d7800 +SIZE (uriparser-0.7.7.tar.bz2) = 428783 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 15:01:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 089DE1065674; Thu, 6 Sep 2012 15:01:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D15C18FC17; Thu, 6 Sep 2012 15:01:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86F1ESU012510; Thu, 6 Sep 2012 15:01:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86F1E7I012494; Thu, 6 Sep 2012 15:01:14 GMT (envelope-from edwin) Date: Thu, 6 Sep 2012 15:01:14 GMT Message-Id: <201209061501.q86F1E7I012494@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ed@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171383: [patch] net/uriparser: update to 0.7.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 15:01:15 -0000 Synopsis: [patch] net/uriparser: update to 0.7.7 Responsible-Changed-From-To: freebsd-ports-bugs->ed Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 6 15:01:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171383 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 15:50:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F4D91065674; Thu, 6 Sep 2012 15:50:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9308FC12; Thu, 6 Sep 2012 15:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Fo3mh075439; Thu, 6 Sep 2012 15:50:03 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Fo3wO075423; Thu, 6 Sep 2012 15:50:03 GMT (envelope-from amdmi3) Date: Thu, 6 Sep 2012 15:50:03 GMT Message-Id: <201209061550.q86Fo3wO075423@freefall.freebsd.org> To: nemysis@gmx.ch, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/171366: [PATCH] devel/allegro-devel: Update to recent 4.4.2 Version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 15:50:04 -0000 Synopsis: [PATCH] devel/allegro-devel: Update to recent 4.4.2 Version State-Changed-From-To: open->closed State-Changed-By: amdmi3 State-Changed-When: Thu Sep 6 15:50:02 UTC 2012 State-Changed-Why: We can't depend in -devel port by default. http://www.freebsd.org/cgi/query-pr.cgi?pr=171366 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 17:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 987711065670 for ; Thu, 6 Sep 2012 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 541298FC22 for ; Thu, 6 Sep 2012 17:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86He3d5040090 for ; Thu, 6 Sep 2012 17:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86He345040077; Thu, 6 Sep 2012 17:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 17:40:03 GMT Resent-Message-Id: <201209061740.q86He345040077@freefall.freebsd.org> 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-te Liang Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A73D1065673; Thu, 6 Sep 2012 17:35:33 +0000 (UTC) (envelope-from lhd@BBS.LHD.tw) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.freebsd.org (Postfix) with ESMTP id 17E6A8FC0A; Thu, 6 Sep 2012 17:35:32 +0000 (UTC) Received: from [112.104.54.195] (port=30614 helo=BBS.LHD.tw) by seed.net.tw with esmtp (Seednet 4.67:1) id 1T9fi4-000AA0-Of; Fri, 07 Sep 2012 01:17:44 +0800 Received: by BBS.LHD.tw (Postfix, from userid 1001) id 6CC882E052; Fri, 7 Sep 2012 01:17:42 +0800 (CST) Message-Id: <20120906171742.6CC882E052@BBS.LHD.tw> Date: Fri, 7 Sep 2012 01:17:42 +0800 (CST) From: Hung-te Liang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dinoex@FreeBSD.org Subject: ports/171386: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 17:40:03 -0000 >Number: 171386 >Category: ports >Synopsis: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl" >Confidential: no >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 Sep 06 17:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hung-te Liang >Release: FreeBSD 8.3-RELEASE-p3 i386 >Organization: >Environment: >Description: Remove the unnecessary argument in last change. Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- vsftpd-ssl-3.0.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ftp/vsftpd/Makefile ./Makefile --- /usr/ports/ftp/vsftpd/Makefile 2012-09-06 22:29:59.000000000 +0800 +++ ./Makefile 2012-09-07 01:01:55.000000000 +0800 @@ -72,7 +72,7 @@ -e "s|^CC = gcc|CC = ${CC}|" \ -e "s|^CFLAGS =|CFLAGS = ${CFLAGS}|" \ -e "s|$$(INSTALL) -m 755=|$${INSTALL_PROGRAM}|" \ - -e "s| -Wl,-s| -Wl ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ + -e "s|-Wl,-s|${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e '/-lutil/d' ${WRKSRC}/vsf_findlibs.sh @${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \ --- vsftpd-ssl-3.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 17:40:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B6071065670; Thu, 6 Sep 2012 17:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E28BD8FC18; Thu, 6 Sep 2012 17:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86HeJcj045014; Thu, 6 Sep 2012 17:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86HeJ6A044997; Thu, 6 Sep 2012 17:40:19 GMT (envelope-from edwin) Date: Thu, 6 Sep 2012 17:40:19 GMT Message-Id: <201209061740.q86HeJ6A044997@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171386: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 17:40:20 -0000 Synopsis: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl" Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 6 17:40:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171386 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 19:13:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A47A1065670; Thu, 6 Sep 2012 19:13:07 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DBC48FC0A; Thu, 6 Sep 2012 19:13:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86JD75T055759; Thu, 6 Sep 2012 19:13:07 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86JD71M055736; Thu, 6 Sep 2012 19:13:07 GMT (envelope-from lwhsu) Date: Thu, 6 Sep 2012 19:13:07 GMT Message-Id: <201209061913.q86JD71M055736@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/171374: [MAINTAINER] lang/ats: update to 0.2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 19:13:07 -0000 Synopsis: [MAINTAINER] lang/ats: update to 0.2.8 Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Thu Sep 6 19:13:06 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171374 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 19:50:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 410F4106566B for ; Thu, 6 Sep 2012 19:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB6BB8FC0A for ; Thu, 6 Sep 2012 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Jo2Z6013289 for ; Thu, 6 Sep 2012 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Jo2WJ013277; Thu, 6 Sep 2012 19:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 19:50:02 GMT Resent-Message-Id: <201209061950.q86Jo2WJ013277@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "W.Scholten" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34F6A106566B for ; Thu, 6 Sep 2012 19:46:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 215D98FC0A for ; Thu, 6 Sep 2012 19:46:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q86JkqrV006733 for ; Thu, 6 Sep 2012 19:46:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q86Jkq2M006720; Thu, 6 Sep 2012 19:46:52 GMT (envelope-from nobody) Message-Id: <201209061946.q86Jkq2M006720@red.freebsd.org> Date: Thu, 6 Sep 2012 19:46:52 GMT From: "W.Scholten" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171388: hallanzb doesn't work anymore since Fbsd 9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 19:50:03 -0000 >Number: 171388 >Category: ports >Synopsis: hallanzb doesn't work anymore since Fbsd 9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 19:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: W.Scholten >Release: 9.1 RC1 and 9.1B1 >Organization: >Environment: FreeBSD localhost 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 03:56:40 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: hellanzb quits with: Traceback (most recent call last): File "/usr/local/bin/hellanzb.py", line 14, in from Hellanzb.Core import main File "/usr/local/lib/python2.7/site-packages/Hellanzb/Core.py", line 9, in from Hellanzb.HellaReactor import HellaReactor File "/usr/local/lib/python2.7/site-packages/Hellanzb/HellaReactor.py", line 14, in from twisted.internet.selectreactor import _NO_FILENO ImportError: cannot import name _NO_FILENO >How-To-Repeat: run hellanzb >Fix: Fix can be found here: https://github.com/emikulic/hellanzb/commit/2a8a873b65d79a6483d4c7afb547ed8ce43b8d6e >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 20:00:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 089811065674 for ; Thu, 6 Sep 2012 20:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95F858FC15 for ; Thu, 6 Sep 2012 20:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86K06Gr022193 for ; Thu, 6 Sep 2012 20:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86K06cn022183; Thu, 6 Sep 2012 20:00:06 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 20:00:06 GMT Resent-Message-Id: <201209062000.q86K06cn022183@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "W.Scholten" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DBDB106566C for ; Thu, 6 Sep 2012 19:55:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 89DF58FC17 for ; Thu, 6 Sep 2012 19:55:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Jta5w012062 for ; Thu, 6 Sep 2012 19:55:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q86Jta99012059; Thu, 6 Sep 2012 19:55:36 GMT (envelope-from nobody) Message-Id: <201209061955.q86Jta99012059@red.freebsd.org> Date: Thu, 6 Sep 2012 19:55:36 GMT From: "W.Scholten" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171390: cdrecord doesn't work in 9.1 RC1 & B1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 20:00:07 -0000 >Number: 171390 >Category: ports >Synopsis: cdrecord doesn't work in 9.1 RC1 & B1 >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 Sep 06 20:00:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: W.Scholten >Release: 9.1 RC1 and 9.1B1 >Organization: >Environment: >Description: cdrecord -scanbus for example gives: Cdrecord-ProDVD-ProBD-Clone 3.00 (i386-unknown-freebsd9.0) Copyright (C) 1995-2010 J�rg Schilling cdrecord: Inappropriate ioctl for device. CAMIOCOMMAND ioctl failed. Cannot open or use SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=help'. I installed the package, but seems not updated as when I compiled it myself from the ports, it works. >How-To-Repeat: Run cdrecord. >Fix: Compile from ports, so the cdrtools package should just be replaced. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 20:23:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C28D11065674 for ; Thu, 6 Sep 2012 20:23:48 +0000 (UTC) (envelope-from archibald@ethernull.org) Received: from gilbert.netweaver.co.uk (gilbert.netweaver.co.uk [77.240.9.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7FD6D8FC0C for ; Thu, 6 Sep 2012 20:23:48 +0000 (UTC) Received: from localhost ([127.0.0.1]:50376 helo=gilbert.netweaver.co.uk) by gilbert.netweaver.co.uk with esmtpa (Exim 4.77) (envelope-from ) id 1T9ic7-000rrr-NV for freebsd-ports-bugs@freebsd.org; Thu, 06 Sep 2012 21:23:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 06 Sep 2012 21:23:47 +0100 From: archibald To: In-Reply-To: <40dd2f9aaf27d4d9d6295484b14e5f46@ethernull.org> References: <201207150837.q6F8bpTd067228@freefall.freebsd.org> <40dd2f9aaf27d4d9d6295484b14e5f46@ethernull.org> Message-ID: X-Sender: archibald@ethernull.org User-Agent: Roundcube Webmail/0.7.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gilbert.netweaver.co.uk X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - ethernull.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: ports/169875: vesa on 9-BETA1/Xorg 7.7 with radeon 6450 causes segfault X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 20:23:48 -0000 On 2012-07-18 18:05, archibald wrote: > On 2012-07-15 09:37, crees@FreeBSD.org wrote: >> Synopsis: vesa on 9-BETA1/Xorg 7.7 with radeon 6450 causes segfault >> >> Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 >> Responsible-Changed-By: crees >> Responsible-Changed-When: Sun Jul 15 08:37:44 UTC 2012 >> Responsible-Changed-Why: >> Over to maintainers >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=169875 This problem no longer occurs since at least 04/09/2012. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 20:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7501E106564A for ; Thu, 6 Sep 2012 20:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E7E28FC17 for ; Thu, 6 Sep 2012 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Ko9Xt004370 for ; Thu, 6 Sep 2012 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Ko8qr004351; Thu, 6 Sep 2012 20:50:08 GMT (envelope-from gnats) Date: Thu, 6 Sep 2012 20:50:08 GMT Message-Id: <201209062050.q86Ko8qr004351@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Venture37 Cc: Subject: Re: ports/169074: [NEW PORT] net/jicmp6: ICMPv6 JNI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Venture37 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 20:50:09 -0000 The following reply was made to PR ports/169074; it has been noted by GNATS. From: Venture37 To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169074: [NEW PORT] net/jicmp6: ICMPv6 JNI Date: Thu, 06 Sep 2012 21:47:42 +0100 Hi, Is there any chance of this being committed? Sevan From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 21:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E90AF106566B for ; Thu, 6 Sep 2012 21:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD11E8FC18 for ; Thu, 6 Sep 2012 21:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Le2AR091858 for ; Thu, 6 Sep 2012 21:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Le2ME091844; Thu, 6 Sep 2012 21:40:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 21:40:02 GMT Resent-Message-Id: <201209062140.q86Le2ME091844@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEDE61065670 for ; Thu, 6 Sep 2012 21:32:22 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 312708FC0A for ; Thu, 6 Sep 2012 21:32:21 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 21:32:19 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp069) with SMTP; 06 Sep 2012 23:32:19 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 23:32:19 +0200 Message-Id: <20120906213222.BEDE61065670@hub.freebsd.org> Date: Thu, 06 Sep 2012 23:32:19 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171391: [NEW PORT] games/py27-pytowerdefense: Tower Defense Game X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 21:40:03 -0000 >Number: 171391 >Category: ports >Synopsis: [NEW PORT] games/py27-pytowerdefense: Tower Defense Game >Confidential: no >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 Sep 06 21:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: An Open-Source Tower Defense Game developed with Python and Pygame. WWW: http://sourceforge.net/projects/pytowerdefense/ WWW: http://baxemyr.se/programming/pytowerdefense/ Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pytowerdefense # pytowerdefense/files # pytowerdefense/files/pytowerdefense.in # pytowerdefense/Makefile # pytowerdefense/pkg-descr # pytowerdefense/distinfo # echo c - pytowerdefense mkdir -p pytowerdefense > /dev/null 2>&1 echo c - pytowerdefense/files mkdir -p pytowerdefense/files > /dev/null 2>&1 echo x - pytowerdefense/files/pytowerdefense.in sed 's/^X//' >pytowerdefense/files/pytowerdefense.in << 'd4f88f64589b2aa64cd9dd474ca59a2f' X#!/bin/sh X# X# $FreeBSD$ X Xecho "PyTowerDefense: Starting up..." Xcd "%%DATADIR%%" Xpython ./main.py d4f88f64589b2aa64cd9dd474ca59a2f echo x - pytowerdefense/Makefile sed 's/^X//' >pytowerdefense/Makefile << 'bf55b8c8dc06330817cda92ebb3a4637' X# $FreeBSD$ X XPORTNAME= pytowerdefense XPORTVERSION= 0.5 XCATEGORIES= games python XMASTER_SITES= SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}${DISTVERSION} XDIST_SUBDIR= python X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Tower Defense Game X XLICENSE= GPLv3 X XEXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game X XUSE_ZIP= yes XUSE_PYTHON= yes XNO_BUILD= yes X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}.png X XPORTDATA= * XPORTDOCS= README modding.txt X XSUB_FILES= ${PORTNAME} X X.include X Xdo-install: X# Scripts X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin X X# Executable X ${MKDIR} ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} X X# Data X @(cd ${WRKSRC} && ${COPYTREE_SHARE} "audio images" ${DATADIR}) X X# Pixmaps X ${INSTALL_DATA} ${WRKSRC}/images/tower_square.png ${PREFIX}/share/pixmaps/${PORTNAME}.png X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include bf55b8c8dc06330817cda92ebb3a4637 echo x - pytowerdefense/pkg-descr sed 's/^X//' >pytowerdefense/pkg-descr << '2b4f44eb27aadb4c96a67dcaf9221a93' XAn Open-Source Tower Defense Game developed with Python and Pygame. X XWWW: http://sourceforge.net/projects/pytowerdefense/ XWWW: http://baxemyr.se/programming/pytowerdefense/ 2b4f44eb27aadb4c96a67dcaf9221a93 echo x - pytowerdefense/distinfo sed 's/^X//' >pytowerdefense/distinfo << 'b96b35c4680632a9e6e8f08f7d5d38b7' XSHA256 (python/pytowerdefense0.5.zip) = 932d783ccffbb6295f78aa5d0a113370e957c71261b84874302e5c59deeb46f8 XSIZE (python/pytowerdefense0.5.zip) = 3496958 b96b35c4680632a9e6e8f08f7d5d38b7 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 21:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C28A1065672 for ; Thu, 6 Sep 2012 21:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3DA168FC1B for ; Thu, 6 Sep 2012 21:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Le3p1091957 for ; Thu, 6 Sep 2012 21:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Le3sY091944; Thu, 6 Sep 2012 21:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 21:40:03 GMT Resent-Message-Id: <201209062140.q86Le3sY091944@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49EA31065670 for ; Thu, 6 Sep 2012 21:32:35 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id ADD378FC15 for ; Thu, 6 Sep 2012 21:32:34 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 21:32:32 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp070) with SMTP; 06 Sep 2012 23:32:32 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 23:32:32 +0200 Message-Id: <20120906213235.49EA31065670@hub.freebsd.org> Date: Thu, 06 Sep 2012 23:32:32 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171392: [NEW PORT] games/py27-super_mario_bros_python: Clone of the original Super Mario Bros X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 21:40:03 -0000 >Number: 171392 >Category: ports >Synopsis: [NEW PORT] games/py27-super_mario_bros_python: Clone of the original Super Mario Bros >Confidential: no >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 Sep 06 21:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Super Mario Bros. Python is a clone of the original Super Mario Bros 1985 NES. It is written in Python using pygame. WWW: http://sourceforge.net/projects/supermariobrosp/ Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # super_mario_bros_python # super_mario_bros_python/files # super_mario_bros_python/files/super_mario_bros_python.in # super_mario_bros_python/Makefile # super_mario_bros_python/pkg-descr # super_mario_bros_python/distinfo # echo c - super_mario_bros_python mkdir -p super_mario_bros_python > /dev/null 2>&1 echo c - super_mario_bros_python/files mkdir -p super_mario_bros_python/files > /dev/null 2>&1 echo x - super_mario_bros_python/files/super_mario_bros_python.in sed 's/^X//' >super_mario_bros_python/files/super_mario_bros_python.in << '63fb8881bcee9b1654674365fa7b7c23' X#!/bin/sh X# X# $FreeBSD$ X Xecho "Super Mario Bros. Python: Starting up..." Xcd "%%DATADIR%%" Xpython ./start.py 63fb8881bcee9b1654674365fa7b7c23 echo x - super_mario_bros_python/Makefile sed 's/^X//' >super_mario_bros_python/Makefile << '74a8b0a0cb1892f48bff5a5c9331b803' X# $FreeBSD$ X XPORTNAME= super_mario_bros_python XPORTVERSION= 0.1 XCATEGORIES= games python XMASTER_SITES= SF/supermariobrosp/ \ X SF/nemysisfreebsdp/:icons XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTFILES= Super-Mario-Bros-Python-v${DISTVERSION}release${EXTRACT_SUFX} \ X ${PORTNAME}.png:icons XDIST_SUBDIR= python XEXTRACT_ONLY= Super-Mario-Bros-Python-v${DISTVERSION}release${EXTRACT_SUFX} X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Clone of the original Super Mario Bros X XLICENSE= GPLv3 X XEXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game X XWRKSRC= ${WRKDIR}/Super-Mario-Bros-Python-v${DISTVERSION}release X XUSE_ZIP= yes XUSE_PYTHON= yes XNO_BUILD= yes X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}.png X XPORTDATA= * XPORTDOCS= changelog.txt readme.txt X XSUB_FILES= ${PORTNAME} X X.include X Xdo-install: X# Scripts X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin X X# Executable X ${MKDIR} ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} X X# Data X @(cd ${WRKSRC} && ${COPYTREE_SHARE} "data gamelib" ${DATADIR}) X X# Pixmaps X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include 74a8b0a0cb1892f48bff5a5c9331b803 echo x - super_mario_bros_python/pkg-descr sed 's/^X//' >super_mario_bros_python/pkg-descr << '88f7d77df10fabf2c87455f6f154a818' XSuper Mario Bros. Python is a clone of the original Super Mario Bros 1985 NES. XIt is written in Python using pygame. X XWWW: http://sourceforge.net/projects/supermariobrosp/ 88f7d77df10fabf2c87455f6f154a818 echo x - super_mario_bros_python/distinfo sed 's/^X//' >super_mario_bros_python/distinfo << '6d50c73c6b386652b106d254c451f4ab' XSHA256 (python/Super-Mario-Bros-Python-v0.1release.zip) = 9cf0ced589756d30b01d27ef82c4eb773f8bfc264badf0bd67648fe1ec054c1d XSIZE (python/Super-Mario-Bros-Python-v0.1release.zip) = 11103492 XSHA256 (python/super_mario_bros_python.png) = 4d732825509bff5fd1e6eab7a449af44882acd6d6d6ef003b8ed4fd8866436e2 XSIZE (python/super_mario_bros_python.png) = 4229 6d50c73c6b386652b106d254c451f4ab exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 21:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CC0F106566C for ; Thu, 6 Sep 2012 21:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E54128FC08 for ; Thu, 6 Sep 2012 21:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86Lo71J064332 for ; Thu, 6 Sep 2012 21:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Lo7JU064317; Thu, 6 Sep 2012 21:50:07 GMT (envelope-from gnats) Date: Thu, 6 Sep 2012 21:50:07 GMT Message-Id: <201209062150.q86Lo7JU064317@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jeff Burchell Cc: Subject: Re: ports/171196: fix news/nzbget 0.8.0 build with current OpenSSL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeff Burchell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 21:50:08 -0000 The following reply was made to PR ports/171196; it has been noted by GNATS. From: Jeff Burchell To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/171196: fix news/nzbget 0.8.0 build with current OpenSSL Date: Thu, 06 Sep 2012 14:31:32 -0700 I approve this. This patch has already been accepted upstream, but they haven't rolled out a stable release with it. When the upstream vendor releases their next version, this patch should be removed. -Jeff On 8/31/12 12:54 AM, Edwin Groothuis wrote: > Maintainer of news/nzbget, > > Please note that PR ports/171196 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/171196 > From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 22:32:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79153106566C; Thu, 6 Sep 2012 22:32:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0B08FC15; Thu, 6 Sep 2012 22:32:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q86MWGnw059969; Thu, 6 Sep 2012 22:32:16 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86MWFRr059892; Thu, 6 Sep 2012 22:32:15 GMT (envelope-from linimon) Date: Thu, 6 Sep 2012 22:32:15 GMT Message-Id: <201209062232.q86MWFRr059892@freefall.freebsd.org> To: toxic@doobie.com, freebsd@nagilum.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171196: fix news/nzbget 0.8.0 build with current OpenSSL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 22:32:16 -0000 Synopsis: fix news/nzbget 0.8.0 build with current OpenSSL State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Sep 6 22:31:56 UTC 2012 State-Changed-Why: Approved by maintainer. Note that patch has been submitted upstream as well. http://www.freebsd.org/cgi/query-pr.cgi?pr=171196 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 00:00:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21C2F1065670 for ; Fri, 7 Sep 2012 00:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 98C828FC16 for ; Fri, 7 Sep 2012 00:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87006iI057613 for ; Fri, 7 Sep 2012 00:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87006W7057602; Fri, 7 Sep 2012 00:00:06 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 00:00:06 GMT Resent-Message-Id: <201209070000.q87006W7057602@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F8191065672 for ; Thu, 6 Sep 2012 23:55:15 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id 07CE48FC08 for ; Thu, 6 Sep 2012 23:55:14 +0000 (UTC) Received: from fun.ee.lbl.gov (localhost [127.0.0.1]) by fun.ee.lbl.gov (8.14.5/8.14.5) with ESMTP id q86NtD5D080733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 6 Sep 2012 16:55:13 -0700 (PDT) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.5/8.14.5/Submit) id q86NtDHF080732; Thu, 6 Sep 2012 16:55:13 -0700 (PDT) Message-Id: <201209062355.q86NtDHF080732@fun.ee.lbl.gov> Date: Thu, 6 Sep 2012 16:55:13 -0700 (PDT) From: Craig Leres , JWelcher@lbl.gov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171393: [PATCH] net-mgmt/nfsen: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 00:00:07 -0000 >Number: 171393 >Category: ports >Synopsis: [PATCH] net-mgmt/nfsen: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 00:00:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD hot.ee.lbl.gov 8.2-RELEASE FreeBSD 8.2-RELEASE #13: Wed Jun 13 18:31:18 PDT 2012 leres@hot.ee.lbl.gov:/usr/src/8.2-RELEASE/sys/amd64/compile/LBLIPV6 amd64 >Description: The pkg-plist for this port is broken. >How-To-Repeat: Attempt to "make package" and observe lots of errors. >Fix: Please see attached patch. --- patch-pkg-plist.txt begins here --- --- pkg-plist.orig 2009-07-09 16:29:49.000000000 -0700 +++ pkg-plist 2012-09-06 16:46:47.000000000 -0700 @@ -13,6 +13,7 @@ libexec/%%PORTNAME%%/NfProfile.pm libexec/%%PORTNAME%%/NfSen.pm libexec/%%PORTNAME%%/NfSenRC.pm +libexec/%%PORTNAME%%/NfSenRC.pm.orig libexec/%%PORTNAME%%/NfSenRRD.pm libexec/%%PORTNAME%%/NfSenSim.pm libexec/%%PORTNAME%%/Nfcomm.pm @@ -34,6 +35,7 @@ www/%%PORTNAME%%/icons/arrow.blue.right.png www/%%PORTNAME%%/icons/arrow.yellow.down.png www/%%PORTNAME%%/icons/arrow.yellow.right.png +www/%%PORTNAME%%/icons/cancel.png www/%%PORTNAME%%/icons/close.png www/%%PORTNAME%%/icons/cursor-line.png www/%%PORTNAME%%/icons/cursor-start.png @@ -65,82 +67,17 @@ www/%%PORTNAME%%/lookup.php www/%%PORTNAME%%/navigator.php www/%%PORTNAME%%/nfsen.php -www/%%PORTNAME%%/nfsen.php.orig www/%%PORTNAME%%/nfsenutil.php www/%%PORTNAME%%/overview.php www/%%PORTNAME%%/pic.php www/%%PORTNAME%%/process.php www/%%PORTNAME%%/profileadmin.php www/%%PORTNAME%%/rrdgraph.php -www/%%PORTNAME%%/doc/AlertArmed.png -www/%%PORTNAME%%/doc/AlertArmedMultiple.png -www/%%PORTNAME%%/doc/AlertArmTrigger.png -www/%%PORTNAME%%/doc/AlertBlocked.png -www/%%PORTNAME%%/doc/AlertConditions1.png -www/%%PORTNAME%%/doc/AlertConditions2.png -www/%%PORTNAME%%/doc/AlertCreateDialoge.png -www/%%PORTNAME%%/doc/AlertDefinition.png -www/%%PORTNAME%%/doc/AlertFired.png -www/%%PORTNAME%%/doc/AlertFiredOnce.png -www/%%PORTNAME%%/doc/AlertFlow.png -www/%%PORTNAME%%/doc/AlertInactive.png -www/%%PORTNAME%%/doc/AlertInfo.png -www/%%PORTNAME%%/doc/alerting.png -www/%%PORTNAME%%/doc/AlertList.png -www/%%PORTNAME%%/doc/AlertTrigger.png -www/%%PORTNAME%%/doc/Bookmark.png -www/%%PORTNAME%%/doc/dirstruct.png -www/%%PORTNAME%%/doc/BSD-license.html -www/%%PORTNAME%%/doc/BuildingProfile.png -www/%%PORTNAME%%/doc/ChannelDialog.png -www/%%PORTNAME%%/doc/cursor_control.png -www/%%PORTNAME%%/doc/custom-format.png -www/%%PORTNAME%%/doc/DefaultFilter.png -www/%%PORTNAME%%/doc/details-graphs.png -www/%%PORTNAME%%/doc/DisabledSources.png -www/%%PORTNAME%%/doc/DragHandle.png -www/%%PORTNAME%%/doc/edit.png -www/%%PORTNAME%%/doc/ExpandStat.png -www/%%PORTNAME%%/doc/flows.png -www/%%PORTNAME%%/doc/index.html -www/%%PORTNAME%%/doc/linegraph.png -www/%%PORTNAME%%/doc/Lookup.png -www/%%PORTNAME%%/doc/Navigating.png -www/%%PORTNAME%%/doc/Navigating.psd -www/%%PORTNAME%%/doc/navigation.png -www/%%PORTNAME%%/doc/NewProfile.png -www/%%PORTNAME%%/doc/nfsen-dist.conf -www/%%PORTNAME%%/doc/OutOfData.png -www/%%PORTNAME%%/doc/overview.png -www/%%PORTNAME%%/doc/PluginGuide/plugin-alertaction.png -www/%%PORTNAME%%/doc/PluginGuide/plugin-alertcondition.png -www/%%PORTNAME%%/doc/PluginGuide/plugin-guide.html -www/%%PORTNAME%%/doc/PluginGuide/plugins-comm.png -www/%%PORTNAME%%/doc/PluginGuide/plugins-concept.png -www/%%PORTNAME%%/doc/PluginGuide/plugins-frontend-flow.png -www/%%PORTNAME%%/doc/PortTracker.png -www/%%PORTNAME%%/doc/processing-1.png -www/%%PORTNAME%%/doc/ProcessingControls.png -www/%%PORTNAME%%/doc/ProcessingOutput.png -www/%%PORTNAME%%/doc/ProfileChannels.png -www/%%PORTNAME%%/doc/ProfileCommit.png -www/%%PORTNAME%%/doc/ProfileConversion.png -www/%%PORTNAME%%/doc/ProfileCreated.png -www/%%PORTNAME%%/doc/ProfileExamples.png -www/%%PORTNAME%%/doc/selectprofile.png -www/%%PORTNAME%%/doc/SelectWindow.png -www/%%PORTNAME%%/doc/stat.png -www/%%PORTNAME%%/doc/StatSummary.png -www/%%PORTNAME%%/doc/TimeWindow.png -www/%%PORTNAME%%/doc/trigger.png -www/%%PORTNAME%%/doc/WinScale.png www/%%PORTNAME%%/conf.php www/%%PORTNAME%%/plugins/demoplugin.php @dirrm www/%%PORTNAME%%/css @dirrm www/%%PORTNAME%%/icons @dirrm www/%%PORTNAME%%/js -@dirrm www/%%PORTNAME%%/doc/PluginGuide -@dirrm www/%%PORTNAME%%/doc @dirrm www/%%PORTNAME%%/plugins @dirrm www/%%PORTNAME%% @exec mkdir -p %D/var/%%PORTNAME%%/profiles-stat/live/ --- patch-pkg-plist.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 00:00:45 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42F071065672; Fri, 7 Sep 2012 00:00:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 169968FC0C; Fri, 7 Sep 2012 00:00:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8700ieS063750; Fri, 7 Sep 2012 00:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8700iFr063718; Fri, 7 Sep 2012 00:00:44 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 00:00:44 GMT Message-Id: <201209070000.q8700iFr063718@freefall.freebsd.org> To: leres@ee.lbl.gov, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171393: [PATCH] net-mgmt/nfsen: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 00:00:45 -0000 Synopsis: [PATCH] net-mgmt/nfsen: fix pkg-plist State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Sep 7 00:00:43 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171393 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 00:10:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF2A51065678 for ; Fri, 7 Sep 2012 00:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C30008FC1F for ; Fri, 7 Sep 2012 00:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q870A6qP069216 for ; Fri, 7 Sep 2012 00:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q870A6XP069199; Fri, 7 Sep 2012 00:10:06 GMT (envelope-from gnats) Date: Fri, 7 Sep 2012 00:10:06 GMT Message-Id: <201209070010.q870A6XP069199@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171393: [PATCH] net-mgmt/nfsen: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 00:10:07 -0000 The following reply was made to PR ports/171393; it has been noted by GNATS. From: Edwin Groothuis To: janos.mohacsi@bsd.hu Cc: bug-followup@FreeBSD.org Subject: Re: ports/171393: [PATCH] net-mgmt/nfsen: fix pkg-plist Date: Fri, 7 Sep 2012 00:00:38 UT Maintainer of net-mgmt/nfsen, Please note that PR ports/171393 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/171393 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 01:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53693106566B for ; Fri, 7 Sep 2012 01:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 229148FC14 for ; Fri, 7 Sep 2012 01:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q871e1Ex053605 for ; Fri, 7 Sep 2012 01:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q871e13d053591; Fri, 7 Sep 2012 01:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 01:40:01 GMT Resent-Message-Id: <201209070140.q871e13d053591@freefall.freebsd.org> 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 E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47241106566C for ; Fri, 7 Sep 2012 01:34:26 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id F236D8FC17 for ; Fri, 7 Sep 2012 01:34:25 +0000 (UTC) Received: by qadc11 with SMTP id c11so6448034qad.13 for ; Thu, 06 Sep 2012 18:34:25 -0700 (PDT) Received: by 10.229.111.140 with SMTP id s12mr1325327qcp.151.1346981665161; Thu, 06 Sep 2012 18:34:25 -0700 (PDT) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id gx4sm1790041qab.3.2012.09.06.18.34.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 06 Sep 2012 18:34:24 -0700 (PDT) Message-Id: <1346981664.414638.43342@mocha.verizon.net> Date: Thu, 6 Sep 2012 21:34:24 -0400 From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 01:40:02 -0000 >Number: 171395 >Category: ports >Synopsis: [MAINTAINER] audio/taglib: Update to 1.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: Fri Sep 07 01:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 Redports builds: https://redports.org/buildarchive/20120907010224-41841/ >Description: - Update audio/taglib to 1.8 - Update WWW in pkg-descr - Remove $FreeBSD$ keyword from pkg-plist >How-To-Repeat: - Use attached diff >Fix: --- 2012-09-06-taglib.diff begins here --- Index: pkg-plist =================================================================== --- pkg-plist (revision 303798) +++ pkg-plist (working copy) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/taglib-config include/taglib/aifffile.h include/taglib/aiffproperties.h @@ -30,6 +29,12 @@ include/taglib/id3v2header.h include/taglib/id3v2synchdata.h include/taglib/id3v2tag.h +include/taglib/itfile.h +include/taglib/itproperties.h +include/taglib/modfile.h +include/taglib/modfilebase.h +include/taglib/modproperties.h +include/taglib/modtag.h include/taglib/mp4atom.h include/taglib/mp4coverart.h include/taglib/mp4file.h @@ -45,11 +50,14 @@ include/taglib/oggflacfile.h include/taglib/oggpage.h include/taglib/oggpageheader.h +include/taglib/ownershipframe.h include/taglib/popularimeterframe.h include/taglib/privateframe.h %%RCC%%include/taglib/rccpatch.h include/taglib/relativevolumeframe.h include/taglib/rifffile.h +include/taglib/s3mfile.h +include/taglib/s3mproperties.h include/taglib/speexfile.h include/taglib/speexproperties.h include/taglib/tag.h @@ -59,12 +67,16 @@ include/taglib/taglib_export.h include/taglib/tbytevector.h include/taglib/tbytevectorlist.h +include/taglib/tbytevectorstream.h include/taglib/textidentificationframe.h include/taglib/tfile.h +include/taglib/tfilestream.h +include/taglib/tiostream.h include/taglib/tlist.h include/taglib/tlist.tcc include/taglib/tmap.h include/taglib/tmap.tcc +include/taglib/tpropertymap.h include/taglib/trueaudiofile.h include/taglib/trueaudioproperties.h include/taglib/tstring.h @@ -81,9 +93,11 @@ include/taglib/wavproperties.h include/taglib/xingheader.h include/taglib/xiphcomment.h +include/taglib/xmfile.h +include/taglib/xmproperties.h lib/libtag.so lib/libtag.so.1 -lib/libtag.so.1.7.2 +lib/libtag.so.1.12.0 lib/libtag_c.so lib/libtag_c.so.0 lib/libtag_c.so.0.0.0 Index: Makefile =================================================================== --- Makefile (revision 303798) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= taglib -PORTVERSION= 1.7.2 +PORTVERSION= 1.8 CATEGORIES= audio MASTER_SITES= http://cloud.github.com/downloads/taglib/taglib/ \ http://developer.kde.org/~wheeler/files/src/ @@ -16,7 +16,6 @@ LICENSE= LGPL21 MPL LICENSE_COMB= dual -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL OPTIONS_DEFINE= RCC Index: pkg-descr =================================================================== --- pkg-descr (revision 303798) +++ pkg-descr (working copy) @@ -3,4 +3,4 @@ Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files. -WWW: http://developer.kde.org/~wheeler/taglib.html +WWW: http://taglib.github.com/ Index: distinfo =================================================================== --- distinfo (revision 303798) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (taglib-1.7.2.tar.gz) = 38f7e5283b594021b28426a61339cffbf2d503b450338b02f651fab1b0b42899 -SIZE (taglib-1.7.2.tar.gz) = 535427 +SHA256 (taglib-1.8.tar.gz) = 66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a +SIZE (taglib-1.8.tar.gz) = 595937 Index: files/extrapatch-rcc =================================================================== --- files/extrapatch-rcc (revision 303798) +++ files/extrapatch-rcc (working copy) @@ -7,11 +7,11 @@ +#cmakedefine HAVE_LIBRCC 1 + #cmakedefine NO_ITUNES_HACKS 1 ---- ConfigureChecks.cmake.orig 2008-12-21 16:46:41.000000000 -0500 -+++ ConfigureChecks.cmake 2009-09-29 07:08:08.000000000 -0400 -@@ -20,6 +20,21 @@ - SET(HAVE_ZLIB 0) - ENDIF(ZLIB_FOUND) +--- ConfigureChecks.cmake.orig 2012-07-14 15:53:09.000000000 -0400 ++++ ConfigureChecks.cmake 2012-07-14 20:58:15.000000000 -0400 +@@ -14,6 +14,21 @@ + set(HAVE_ZLIB 0) + endif() +#check for librcc +find_path(RCC_INCLUDE_DIR librcc.h) @@ -28,12 +28,12 @@ + +mark_as_advanced(RCC_LIBRARY RCC_INCLUDE_DIR) + - SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) - FIND_PACKAGE(CppUnit) - IF (NOT CppUnit_FOUND AND BUILD_TESTS) ---- taglib/mpeg/id3v1/id3v1tag.cpp.orig 2008-02-04 16:14:45.000000000 +0100 -+++ taglib/mpeg/id3v1/id3v1tag.cpp 2008-11-20 15:24:19.000000000 +0100 -@@ -59,17 +59,18 @@ + set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) + find_package(CppUnit) + if(NOT CppUnit_FOUND AND BUILD_TESTS) +--- taglib/mpeg/id3v1/id3v1tag.cpp.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/mpeg/id3v1/id3v1tag.cpp 2012-07-14 20:49:26.000000000 -0400 +@@ -64,17 +64,18 @@ String ID3v1::StringHandler::parse(const ByteVector &data) const { @@ -54,7 +54,7 @@ } //////////////////////////////////////////////////////////////////////////////// -@@ -240,7 +241,7 @@ +@@ -247,7 +248,7 @@ d->track = uchar(data[offset + 29]); } else @@ -63,9 +63,9 @@ offset += 30; ---- taglib/mpeg/id3v2/frames/commentsframe.cpp.orig 2008-02-04 16:14:46.000000000 +0100 -+++ taglib/mpeg/id3v2/frames/commentsframe.cpp 2008-11-20 15:24:19.000000000 +0100 -@@ -136,10 +136,10 @@ +--- taglib/mpeg/id3v2/frames/commentsframe.cpp.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/mpeg/id3v2/frames/commentsframe.cpp 2012-07-14 21:08:29.000000000 -0400 +@@ -150,10 +150,10 @@ return; } @@ -78,24 +78,23 @@ ByteVectorList l = ByteVectorList::split(data.mid(4), textDelimiter(d->textEncoding), byteAlign, 2); -@@ -155,10 +155,12 @@ +@@ -169,10 +169,12 @@ String::Type encoding = d->textEncoding; + encoding = String::ID3WType(encoding); + - encoding = checkEncoding(d->description, encoding); - encoding = checkEncoding(d->text, encoding); -- + encoding = checkTextEncoding(d->description, encoding); + encoding = checkTextEncoding(d->text, encoding); + - v.append(char(encoding)); -+ + v.append(char(String::ID3RealType(encoding))); v.append(d->language.size() == 3 ? d->language : "XXX"); v.append(d->description.data(encoding)); v.append(textDelimiter(encoding)); ---- taglib/mpeg/id3v2/frames/textidentificationframe.cpp.orig 2008-02-04 16:14:46.000000000 +0100 -+++ taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2008-11-20 15:24:19.000000000 +0100 -@@ -105,12 +105,12 @@ +--- taglib/mpeg/id3v2/frames/textidentificationframe.cpp.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2012-07-14 21:13:35.000000000 -0400 +@@ -187,12 +187,12 @@ // read the string data type (the first byte of the field data) @@ -110,11 +109,11 @@ // build a small counter to strip nulls off the end of the field -@@ -139,11 +139,14 @@ +@@ -221,11 +221,14 @@ ByteVector TextIdentificationFrame::renderFields() const { -- String::Type encoding = checkEncoding(d->fieldList, d->textEncoding); +- String::Type encoding = checkTextEncoding(d->fieldList, d->textEncoding); + String::Type encoding = d->textEncoding; + + encoding = String::ID3WType(encoding); @@ -127,11 +126,6 @@ for(StringList::ConstIterator it = d->fieldList.begin(); it != d->fieldList.end(); it++) { ---- taglib/toolkit/CMakeLists.txt.orig 2008-01-11 01:54:01.000000000 +0100 -+++ taglib/toolkit/CMakeLists.txt 2008-11-20 15:58:31.000000000 +0100 -@@ -1 +1 @@ --INSTALL( FILES taglib.h tstring.h tlist.h tlist.tcc tstringlist.h tbytevector.h tbytevectorlist.h tfile.h tmap.h tmap.tcc DESTINATION ${INCLUDE_INSTALL_DIR}/taglib) -+INSTALL( FILES rccpatch.h taglib.h tstring.h tlist.h tlist.tcc tstringlist.h tbytevector.h tbytevectorlist.h tfile.h tmap.h tmap.tcc DESTINATION ${INCLUDE_INSTALL_DIR}/taglib) --- taglib/toolkit/rccpatch.cpp.orig 1970-01-01 01:00:00.000000000 +0100 +++ taglib/toolkit/rccpatch.cpp 2008-11-20 15:58:31.000000000 +0100 @@ -0,0 +1,198 @@ @@ -491,34 +485,43 @@ /*! * Constructs an empty String. */ ---- taglib/CMakeLists.txt.orig 2008-02-12 05:15:20.000000000 +0100 -+++ taglib/CMakeLists.txt 2008-11-20 15:58:31.000000000 +0100 -@@ -17,6 +17,11 @@ - ${CMAKE_CURRENT_BINARY_DIR}/taglib - ${CMAKE_CURRENT_BINARY_DIR}/.. +--- taglib/CMakeLists.txt.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/CMakeLists.txt 2012-07-14 21:34:40.000000000 -0400 +@@ -25,6 +25,10 @@ + ${CMAKE_CURRENT_SOURCE_DIR}/xm ) -+ + +if(HAVE_LIBRCC) + INCLUDE_DIRECTORIES(${RCC_INCLUDE_DIR}) +endif(HAVE_LIBRCC) + if(ZLIB_FOUND) - INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR}) - endif(ZLIB_FOUND) -@@ -119,6 +119,7 @@ + include_directories(${ZLIB_INCLUDE_DIR}) + endif() +@@ -35,6 +39,7 @@ + audioproperties.h + taglib_export.h + ${CMAKE_BINARY_DIR}/taglib_config.h ++ toolkit/rccpatch.h + toolkit/taglib.h + toolkit/tstring.h + toolkit/tlist.h +@@ -267,6 +272,7 @@ ) - SET(toolkit_SRCS -+toolkit/rccpatch.cpp - toolkit/tstring.cpp - toolkit/tstringlist.cpp - toolkit/tbytevector.cpp -@@ -140,7 +141,7 @@ + set(toolkit_SRCS ++ toolkit/rccpatch.cpp + toolkit/tstring.cpp + toolkit/tstringlist.cpp + toolkit/tbytevector.cpp +@@ -297,6 +303,10 @@ + target_link_libraries(tag ${ZLIB_LIBRARIES}) + endif() - ADD_LIBRARY(tag SHARED ${tag_LIB_SRCS}) - --TARGET_LINK_LIBRARIES(tag ) -+TARGET_LINK_LIBRARIES(tag ${RCC_LIBRARIES}) - if(ZLIB_FOUND) - TARGET_LINK_LIBRARIES(tag ${ZLIB_LIBRARIES}) - endif(ZLIB_FOUND) ++if(HAVE_LIBRCC) ++ target_link_libraries(tag ${RCC_LIBRARIES}) ++endif() ++ + set_target_properties(tag PROPERTIES + VERSION ${TAGLIB_SOVERSION_MAJOR}.${TAGLIB_SOVERSION_MINOR}.${TAGLIB_SOVERSION_PATCH} + SOVERSION ${TAGLIB_SOVERSION_MAJOR} --- 2012-09-06-taglib.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 02:21:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD138106566B; Fri, 7 Sep 2012 02:21:00 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A14FC8FC0A; Fri, 7 Sep 2012 02:21:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q872L0bV009909; Fri, 7 Sep 2012 02:21:00 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q872L0Pv009888; Fri, 7 Sep 2012 02:21:00 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 02:21:00 GMT Message-Id: <201209070221.q872L0Pv009888@freefall.freebsd.org> To: w-info@xs4all.nl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171388: news/hellanzb doesn't work anymore since Fbsd 9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 02:21:00 -0000 Synopsis: news/hellanzb doesn't work anymore since Fbsd 9.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Sep 7 02:20:59 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171388 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 02:23:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11AA8106566B; Fri, 7 Sep 2012 02:23:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA4C08FC08; Fri, 7 Sep 2012 02:23:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q872NPqT050245; Fri, 7 Sep 2012 02:23:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q872NPr2050229; Fri, 7 Sep 2012 02:23:25 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 02:23:25 GMT Message-Id: <201209070223.q872NPr2050229@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marius@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171390: sysutils/cdrtools: cdrecord doesn't work in 9.1 RC1 & B1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 02:23:26 -0000 Synopsis: sysutils/cdrtools: cdrecord doesn't work in 9.1 RC1 & B1 Responsible-Changed-From-To: freebsd-ports-bugs->marius Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 7 02:23:25 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171390 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 02:23:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FCC7106564A; Fri, 7 Sep 2012 02:23:41 +0000 (UTC) (envelope-from lhd@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id D91408FC0A; Fri, 7 Sep 2012 02:23:39 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 75DC822F; Fri, 7 Sep 2012 10:23:38 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cs.nctu.edu.tw; h=date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=rsa1024; bh=ugj8iZioFop7PGVDV3+P9FDp72U=; b=SEjq 9uR+T9SY/mifggXV3MGSaSwRRcllQX4lYeowiG3eINbzEf6SNriPfm4uqVoDj3dL tT8R2ouDBce4QE2xtcWzGAXuvoCcKXLUD4ps43EXSa3T00LcAcdVP3WJX4p20UZU YIZgsYtKaF0C+wYzup69gY5MKZ+pmGc/f1w1tsY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cs.nctu.edu.tw; h=date:from :to:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=rsa1024; b=gWwR1kG+z3VLpgOMZBNn3NFspCF+gG F8jX9HyLjBJzYWL59v7Ehv1QiD1I16J4Vx7fc4lauoeprQKrcHSd3soHmuzEKmzo +BzxgixklCTIR99E+mb22FII13bmRQNbqKb7pNxHVjVx9ULqniy1y4RVMdYwRLR0 ym70jzcN7FJ0U= Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 60A3F22E; Fri, 7 Sep 2012 10:23:38 +0800 (CST) Received: (from lhd@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q872Ncsm066373; Fri, 7 Sep 2012 10:23:38 +0800 (CST) (envelope-from lhd) Date: Fri, 7 Sep 2012 10:23:38 +0800 From: Hung-Te Liang To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20120907022338.GA65363@cs.nctu.edu.tw> References: <20120906171742.6CC882E052@BBS.LHD.tw> <201209061740.q86He1bA039778@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <201209061740.q86He1bA039778@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: ports/171386: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 02:23:41 -0000 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=big5 Content-Disposition: inline Update: Remove -Wl,-s in original $LINK only. --- /usr/ports/ftp/vsftpd/Makefile 2012-09-06 22:29:59.000000000 +0800 +++ Makefile 2012-09-07 10:09:20.000000000 +0800 @@ -1,9 +1,4 @@ -# New ports collection makefile for: vsftpd -# Date created: 03 Feb 2001 -# Whom: Neil Blakey-Milner -# # $FreeBSD: ports/ftp/vsftpd/Makefile,v 1.57 2012/09/06 14:29:59 dinoex Exp $ -# PORTNAME= vsftpd PORTVERSION= 3.0.0 @@ -72,7 +67,7 @@ -e "s|^CC = gcc|CC = ${CC}|" \ -e "s|^CFLAGS =|CFLAGS = ${CFLAGS}|" \ -e "s|$$(INSTALL) -m 755=|$${INSTALL_PROGRAM}|" \ - -e "s| -Wl,-s| -Wl ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ + -e "s|^LINK = -Wl,-s|LINK = ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e '/-lutil/d' ${WRKSRC}/vsf_findlibs.sh @${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \ --bp/iNruPH9dso1Pn Content-Type: text/x-diff; charset=big5 Content-Disposition: attachment; filename="vsftpd-3.0.0.patch" --- /usr/ports/ftp/vsftpd/Makefile 2012-09-06 22:29:59.000000000 +0800 +++ Makefile 2012-09-07 10:09:20.000000000 +0800 @@ -1,9 +1,4 @@ -# New ports collection makefile for: vsftpd -# Date created: 03 Feb 2001 -# Whom: Neil Blakey-Milner -# # $FreeBSD: ports/ftp/vsftpd/Makefile,v 1.57 2012/09/06 14:29:59 dinoex Exp $ -# PORTNAME= vsftpd PORTVERSION= 3.0.0 @@ -72,7 +67,7 @@ -e "s|^CC = gcc|CC = ${CC}|" \ -e "s|^CFLAGS =|CFLAGS = ${CFLAGS}|" \ -e "s|$$(INSTALL) -m 755=|$${INSTALL_PROGRAM}|" \ - -e "s| -Wl,-s| -Wl ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ + -e "s|^LINK = -Wl,-s|LINK = ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e '/-lutil/d' ${WRKSRC}/vsf_findlibs.sh @${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \ --bp/iNruPH9dso1Pn-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 02:30:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB93E1065670 for ; Fri, 7 Sep 2012 02:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3378FC0C for ; Fri, 7 Sep 2012 02:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q872U6nv095577 for ; Fri, 7 Sep 2012 02:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q872U6xg095564; Fri, 7 Sep 2012 02:30:06 GMT (envelope-from gnats) Date: Fri, 7 Sep 2012 02:30:06 GMT Message-Id: <201209070230.q872U6xg095564@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171388: news/hellanzb doesn't work anymore since Fbsd 9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 02:30:06 -0000 The following reply was made to PR ports/171388; it has been noted by GNATS. From: Edwin Groothuis To: pjenvey@groovie.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/171388: news/hellanzb doesn't work anymore since Fbsd 9.0 Date: Fri, 7 Sep 2012 02:20:56 UT Maintainer of news/hellanzb, Please note that PR ports/171388 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/171388 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 04:40:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E530106566C for ; Fri, 7 Sep 2012 04:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A82C8FC0C for ; Fri, 7 Sep 2012 04:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q874e4HJ096163 for ; Fri, 7 Sep 2012 04:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q874e4bt096147; Fri, 7 Sep 2012 04:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 04:40:04 GMT Resent-Message-Id: <201209070440.q874e4bt096147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuan-Chung Hsiao Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B7C7106566B for ; Fri, 7 Sep 2012 04:39:09 +0000 (UTC) (envelope-from ychsiao@FreeBSD.stu.edu.tw) Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [IPv6:2001:e10:c41:eeee::3]) by mx1.freebsd.org (Postfix) with ESMTP id B90DD8FC12 for ; Fri, 7 Sep 2012 04:39:08 +0000 (UTC) Received: by FreeBSD.stu.edu.tw (Postfix, from userid 1001) id 044FE16671C; Fri, 7 Sep 2012 12:39:05 +0800 (CST) Message-Id: <20120907043905.044FE16671C@FreeBSD.stu.edu.tw> Date: Fri, 7 Sep 2012 12:39:05 +0800 (CST) From: Yuan-Chung Hsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171397: [MAINTAINER] www/wordpress: update to 3.4.2,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 04:40:04 -0000 >Number: 171397 >Category: ports >Synopsis: [MAINTAINER] www/wordpress: update to 3.4.2,1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 04:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yuan-Chung Hsiao >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: Shu-Te University >Environment: System: FreeBSD FreeBSD.stu.edu.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 >Description: - Update to 3.4.2,1 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- wordpress-3.4.2,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/wordpress/Makefile ./Makefile --- /usr/ports/www/wordpress/Makefile 2012-06-30 21:16:12.000000000 +0800 +++ ./Makefile 2012-09-07 12:37:15.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff -ruN --exclude=CVS /usr/ports/www/wordpress/distinfo ./distinfo --- /usr/ports/www/wordpress/distinfo 2012-06-30 21:16:12.000000000 +0800 +++ ./distinfo 2012-09-07 12:38:20.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.4.1.tar.gz) = c452c0b07e87ea6ce73e294a831d494eea9df43d8ca9140b087067d6a4166d15 -SIZE (wordpress-3.4.1.tar.gz) = 4536505 +SHA256 (wordpress-3.4.2.tar.gz) = e69acc6b6fdbffc166fd96f2264d578b4944ef3e451eb9650e8ca795b665eeb0 +SIZE (wordpress-3.4.2.tar.gz) = 4538716 --- wordpress-3.4.2,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 04:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF95C106564A for ; Fri, 7 Sep 2012 04:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA4BA8FC12 for ; Fri, 7 Sep 2012 04:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q874o1eT087571 for ; Fri, 7 Sep 2012 04:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q874o1NI087558; Fri, 7 Sep 2012 04:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 04:50:01 GMT Resent-Message-Id: <201209070450.q874o1NI087558@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0695106564A; Fri, 7 Sep 2012 04:45:10 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (mail-out-2.kkbox.com [203.69.67.211]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1868FC08; Fri, 7 Sep 2012 04:45:09 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id F3B95747025; Fri, 7 Sep 2012 12:37:49 +0800 (CST) Message-Id: <20120907043749.F3B95747025@goingmarry.kkbox.com> Date: Fri, 7 Sep 2012 12:37:49 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/171398: [PATCH] devel/pecl-inclued: update to 0.1.3,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 04:50:02 -0000 >Number: 171398 >Category: ports >Synopsis: [PATCH] devel/pecl-inclued: update to 0.1.3,1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 04:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 >Description: - Update to 0.1.3,1 Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- pecl-inclued-0.1.3,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pecl-inclued/Makefile ./Makefile --- /usr/ports/devel/pecl-inclued/Makefile 2012-05-20 14:42:52.000000000 +0800 +++ ./Makefile 2012-09-07 12:34:39.080274000 +0800 @@ -6,10 +6,12 @@ # PORTNAME= inclued -PORTVERSION= 0.3 +PORTVERSION= 0.1.3 +PORTEPOCH= 1 CATEGORIES= devel pear -MASTER_SITES= LOCAL/chinsan/PECL +MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org @@ -20,7 +22,7 @@ USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=4 CONFIGURE_ARGS= --enable-inclued diff -ruN --exclude=CVS /usr/ports/devel/pecl-inclued/distinfo ./distinfo --- /usr/ports/devel/pecl-inclued/distinfo 2010-12-20 15:16:34.000000000 +0800 +++ ./distinfo 2012-09-07 12:25:10.256671000 +0800 @@ -1,2 +1,2 @@ -SHA256 (PECL/inclued-0.3.tar.gz) = e46df2bb1e62b534b8cd261015a9631b420e488882cc23b4b2a042ca35921b7a -SIZE (PECL/inclued-0.3.tar.gz) = 7532 +SHA256 (PECL/inclued-0.1.3.tgz) = 89d7324b164b739b53d5290c7ec99d8e05522e76db0885bda4b4a693113b4a28 +SIZE (PECL/inclued-0.1.3.tgz) = 9625 diff -ruN --exclude=CVS /usr/ports/devel/pecl-inclued/pkg-descr ./pkg-descr --- /usr/ports/devel/pecl-inclued/pkg-descr 2010-12-20 15:16:34.000000000 +0800 +++ ./pkg-descr 2012-09-07 12:32:11.663840000 +0800 @@ -1,2 +1,4 @@ -Inclued gives you a Clue ! Also inclued is some php code to transform the -dump data into graphviz formatted .dot files. +Clued-in about your inclueds. Allows you trace through and dump the hierarchy +of file inclusions and class inheritance at runtime. + +WWW: http://pecl.php.net/package/inclued --- pecl-inclued-0.1.3,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 04:50:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0DA510656AE; Fri, 7 Sep 2012 04:50:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B41B98FC0A; Fri, 7 Sep 2012 04:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q874oJwk092187; Fri, 7 Sep 2012 04:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q874oJLq092173; Fri, 7 Sep 2012 04:50:19 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 04:50:19 GMT Message-Id: <201209070450.q874oJLq092173@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171398: [PATCH] devel/pecl-inclued: update to 0.1.3,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 04:50:20 -0000 Synopsis: [PATCH] devel/pecl-inclued: update to 0.1.3,1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 7 04:50:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171398 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 05:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D58B106566B for ; Fri, 7 Sep 2012 05:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53F398FC18 for ; Fri, 7 Sep 2012 05:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q875U2DR043171 for ; Fri, 7 Sep 2012 05:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q875U2Lh043157; Fri, 7 Sep 2012 05:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 05:30:02 GMT Resent-Message-Id: <201209070530.q875U2Lh043157@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90629106564A for ; Fri, 7 Sep 2012 05:28:01 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5858FC0A for ; Fri, 7 Sep 2012 05:28:00 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id DAAAC2E421; Fri, 7 Sep 2012 14:27:53 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id B06262E580; Fri, 7 Sep 2012 14:27:53 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 87B462E55A; Fri, 7 Sep 2012 14:27:53 +0900 (JST) Message-Id: <20120907052753.87B462E55A@eastasia.home.utahime.org> Date: Fri, 7 Sep 2012 14:27:53 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171399: [MAINTAINTER] x11-clocks/dclock: release maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 05:30:02 -0000 >Number: 171399 >Category: ports >Synopsis: [MAINTAINTER] x11-clocks/dclock: release maintainership >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 Sep 07 05:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD xxxx 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Sun Aug 12 22:27:34 JST 2012 xxxx i386 >Description: Release maintainership as I don't use this program anymore. >How-To-Repeat: >Fix: --- patch-dclock begins here --- Index: Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/x11-clocks/dclock/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 1 Jun 2012 05:25:26 -0000 1.25 +++ Makefile 7 Sep 2012 05:21:16 -0000 @@ -7,7 +7,7 @@ PORTNAME= dclock PORTVERSION= 2.1.2.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/d/dclock @@ -17,7 +17,7 @@ PATCHFILES= dclock_2.1.2-8.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= yasu@utahime.org +MAINTAINER= ports@FreeBSD.org COMMENT= A 7-segment digital clock with some optional features USE_IMAKE= yes --- patch-dclock ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 05:56:52 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 324941065670; Fri, 7 Sep 2012 05:56:52 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05C778FC0C; Fri, 7 Sep 2012 05:56:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q875up7M020341; Fri, 7 Sep 2012 05:56:51 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q875upEU020321; Fri, 7 Sep 2012 05:56:51 GMT (envelope-from jgh) Date: Fri, 7 Sep 2012 05:56:51 GMT Message-Id: <201209070556.q875upEU020321@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/171399: [MAINTAINTER] x11-clocks/dclock: release maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 05:56:52 -0000 Synopsis: [MAINTAINTER] x11-clocks/dclock: release maintainership Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Fri Sep 7 05:56:51 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171399 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 07:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EBAD106566B for ; Fri, 7 Sep 2012 07:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30FB48FC18 for ; Fri, 7 Sep 2012 07:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q877e20a001902 for ; Fri, 7 Sep 2012 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q877e2UB001896; Fri, 7 Sep 2012 07:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 07:40:02 GMT Resent-Message-Id: <201209070740.q877e2UB001896@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd@nagilum.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A14A1065672 for ; Fri, 7 Sep 2012 07:39:51 +0000 (UTC) (envelope-from root@cakebox.homeunix.net) Received: from mo6-p05-ob.rzone.de (mo6-p05-ob.rzone.de [IPv6:2a01:238:20a:202:5305::1]) by mx1.freebsd.org (Postfix) with ESMTP id 615E48FC08 for ; Fri, 7 Sep 2012 07:39:50 +0000 (UTC) Received: from cakebox.homeunix.net (164-010-186-093.dialin.vsenet.de [93.186.10.164]) by smtp.strato.de (josoe mo10) (RZmta 30.14 DYNA|AUTH) with (DHE-RSA-AES256-SHA encrypted) ESMTPA id 9076d7o876OOXa ; Fri, 7 Sep 2012 09:39:47 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 1ED8868341; Fri, 7 Sep 2012 09:39:32 +0200 (CEST) Received: by cakebox.homeunix.net (Postfix, from userid 0) id 7A41568339; Fri, 7 Sep 2012 09:39:30 +0200 (CEST) Message-Id: <20120907073930.7A41568339@cakebox.homeunix.net> Date: Fri, 7 Sep 2012 09:39:30 +0200 (CEST) From: freebsd@nagilum.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: doceng@FreeBSD.org Subject: ports/171400: print/gsfonts-8.11_5 false pkg-list entries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@nagilum.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 07:40:02 -0000 >Number: 171400 >Category: ports >Synopsis: print/gsfonts-8.11_5 false pkg-list entries >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 Sep 07 07:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: freebsd@nagilum.org >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: System: FreeBSD cakebox.tis 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Wed Aug 29 13:01:13 CEST 2012 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386 >Description: The pkg-list specifies files that are not installed by the port. >How-To-Repeat: install the port and run "pkg_info -g gsfonts-8.11_5" -> Mismatched Checksums: pkg_info: /usr/local/share/ghostscript/fonts/Ryumin-Light doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/GothicBBB-Medium doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/STHeiti-Regular doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/STSong-Light doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/MSung-Light doesn't exist >Fix: Either ensure those files are really installed or remove the entries from the pkg-plist. --- gsfonts.log begins here --- root@cakebox ~ > idprio 31 portupgrade -f gsfonts-8.11_5 [Updating the pkgdb in /var/db/pkg ... - 959 packages found (-1 +1) (...). done] ---> Reinstalling 'gsfonts-8.11_5' (print/gsfonts) ---> Building '/usr/ports/print/gsfonts' ===> Cleaning for gsfonts-8.11_5 ===> Extracting for gsfonts-8.11_5 => SHA256 Checksum OK for ghostscript/ghostscript-fonts-std-8.11.tar.gz. => SHA256 Checksum OK for ghostscript/ghostscript-fonts-other-6.0.tar.gz. ===> Patching for gsfonts-8.11_5 ===> Configuring for gsfonts-8.11_5 ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'gsfonts-8.11_5' pkg_delete: package 'gsfonts-8.11_5' is required by these other packages and may not be deinstalled (but I'll delete it anyway): ghostscript8-nox11-8.71_10 [Updating the pkgdb in /var/db/pkg ... - 958 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for gsfonts-8.11_5 ===> Generating temporary packing list /bin/mkdir -p /usr/local/share/ghostscript/fonts cd /var/tmp/export/ports/print/gsfonts/work/fonts && install -o root -g wheel -m 444 fonts.dir COPYING *.afm *.gsf *.pfa *.pfb *.pfm /usr/local/share/ghostscript/fonts/ && install -o root -g wheel -m 444 fonts.scale /usr/local/share/ghostscript/fonts/fonts.scale.urw cd /export/ports/print/gsfonts/files && install -o root -g wheel -m 444 fonts.scale Fontmap /usr/local/share/ghostscript/fonts/ for F in std.ja_JP/Ryumin-Light std.ja_JP/GothicBBB-Medium std.zh_CN/STHeiti-Regular std.zh_CN/STSong-Light std.zh_CN/MSung-Light; do /bin/ln -s -f /usr/local/share/fonts/${F} /usr/local/share/ghostscript/fonts/; done /bin/mkdir -p /usr/local/share/doc/gsfonts cd /var/tmp/export/ports/print/gsfonts/work/fonts && install -o root -g wheel -m 444 ChangeLog README README.tweaks TODO /usr/local/share/doc/gsfonts ===> Registering installation for gsfonts-8.11_5 ===> Cleaning for gsfonts-8.11_5 [Updating the pkgdb in /var/db/pkg ... - 959 packages found (-0 +1) . done] ---> Cleaning out obsolete shared libraries root@cakebox ~ > pkg_info -g gsfonts-8.11_5 Information for gsfonts-8.11_5: Mismatched Checksums: pkg_info: /usr/local/share/ghostscript/fonts/Ryumin-Light doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/GothicBBB-Medium doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/STHeiti-Regular doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/STSong-Light doesn't exist pkg_info: /usr/local/share/ghostscript/fonts/MSung-Light doesn't exist --- gsfonts.log ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 09:00:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93E9B106564A for ; Fri, 7 Sep 2012 09:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6CF2A8FC14 for ; Fri, 7 Sep 2012 09:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8790FGh021238 for ; Fri, 7 Sep 2012 09:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8790F1u021225; Fri, 7 Sep 2012 09:00:15 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 09:00:15 GMT Resent-Message-Id: <201209070900.q8790F1u021225@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A16D1106566C; Fri, 7 Sep 2012 08:59:44 +0000 (UTC) (envelope-from root@Leo.mi.chu.edu.tw) Received: from Leo.mi.chu.edu.tw (unknown [IPv6:2002:8c7e:8f3f::8c7e:8f3f]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4A08FC14; Fri, 7 Sep 2012 08:59:43 +0000 (UTC) Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1]) by Leo.mi.chu.edu.tw (Postfix) with ESMTP id B9CF54DFC29; Fri, 7 Sep 2012 16:59:35 +0800 (CST) Received: from Leo.mi.chu.edu.tw ([127.0.0.1]) by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sNvm8PqWflk5; Fri, 7 Sep 2012 16:59:35 +0800 (CST) Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0) id 81DD24DFC28; Fri, 7 Sep 2012 16:59:35 +0800 (CST) Message-Id: <20120907085935.81DD24DFC28@Leo.mi.chu.edu.tw> Date: Fri, 7 Sep 2012 16:59:35 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: linimon@FreeBSD.org Subject: ports/171403: [MAINTAINER] databases/tuning-primer: No "Fail to fetch" issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 09:00:15 -0000 >Number: 171403 >Category: ports >Synopsis: [MAINTAINER] databases/tuning-primer: No "Fail to fetch" issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 09:00:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #4: Mon Jun 25 11:48:59 CST 2012 >Description: I've tested with the following command : cd /usr/ports/databases/tuning-primer && make distclean && make -DTRYBROKEN MASTER_SITE_OVERRIDE=NO_MIRROR checksum The result is : ===> Cleaning for tuning-primer-1.6.r1 ===> Deleting distfiles for tuning-primer-1.6.r1 ===> License GPLv2 accepted by the user Trying build of tuning-primer-1.6.r1 even though it is marked BROKEN. => tuning-primer.sh doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch NO_MIRRORtuning-primer.sh fetch: NO_MIRRORtuning-primer.sh: No such file or directory => Attempting to fetch http://launchpad.net/mysql-tuning-primer/trunk/1.6-r1/+download/tuning-primer.sh tuning-primer.sh 100% of 50 kB 60 kBps => SHA256 Checksum OK for tuning-primer.sh. There seems to be no "Fail to fetch" issue. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- tuning-primer-1.6.r1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/tuning-primer/Makefile ./Makefile --- /usr/ports/databases/tuning-primer/Makefile 2012-08-24 23:31:57.000000000 +0800 +++ ./Makefile 2012-09-07 16:51:24.000000000 +0800 @@ -22,8 +22,6 @@ NO_BUILD= yes USE_MYSQL= yes -BROKEN= fails to fetch - PLIST_FILES= bin/${PORTNAME} pre-fetch: --- tuning-primer-1.6.r1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 09:08:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7482106566B; Fri, 7 Sep 2012 09:08:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA9CE8FC15; Fri, 7 Sep 2012 09:08:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8798X9O063321; Fri, 7 Sep 2012 09:08:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8798X3P063287; Fri, 7 Sep 2012 09:08:33 GMT (envelope-from linimon) Date: Fri, 7 Sep 2012 09:08:33 GMT Message-Id: <201209070908.q8798X3P063287@freefall.freebsd.org> To: joehorn@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171403: [MAINTAINER] databases/tuning-primer: No "Fail to fetch" issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 09:08:33 -0000 Synopsis: [MAINTAINER] databases/tuning-primer: No "Fail to fetch" issue State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Sep 7 09:08:08 UTC 2012 State-Changed-Why: Committed. Beats me what's going on. Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 7 09:08:08 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=171403 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 09:09:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A854F106564A; Fri, 7 Sep 2012 09:09:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B8818FC19; Fri, 7 Sep 2012 09:09:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8799GiK075733; Fri, 7 Sep 2012 09:09:16 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8799GCn075718; Fri, 7 Sep 2012 09:09:16 GMT (envelope-from linimon) Date: Fri, 7 Sep 2012 09:09:16 GMT Message-Id: <201209070909.q8799GCn075718@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/171401: www/opera - errors on deinstall (upgrade) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 09:09:16 -0000 Old Synopsis: opera - errors on deinstall (upgrade) New Synopsis: www/opera - errors on deinstall (upgrade) Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 7 09:08:56 UTC 2012 Responsible-Changed-Why: reclassify http://www.freebsd.org/cgi/query-pr.cgi?pr=171401 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 09:09:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2EC1106566B; Fri, 7 Sep 2012 09:09:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B79478FC16; Fri, 7 Sep 2012 09:09:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8799XcP079588; Fri, 7 Sep 2012 09:09:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8799XLo079572; Fri, 7 Sep 2012 09:09:33 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 09:09:33 GMT Message-Id: <201209070909.q8799XLo079572@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171401: www/opera - errors on deinstall (upgrade) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 09:09:34 -0000 Synopsis: www/opera - errors on deinstall (upgrade) Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 7 09:09:32 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171401 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 09:30:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED989106564A for ; Fri, 7 Sep 2012 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3CF48FC12 for ; Fri, 7 Sep 2012 09:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q879U2I3049599 for ; Fri, 7 Sep 2012 09:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q879U2qW049581; Fri, 7 Sep 2012 09:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 09:30:02 GMT Resent-Message-Id: <201209070930.q879U2qW049581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9D8A106564A for ; Fri, 7 Sep 2012 09:28:13 +0000 (UTC) (envelope-from root@Leo.mi.chu.edu.tw) Received: from Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [140.126.143.63]) by mx1.freebsd.org (Postfix) with ESMTP id 46A8F8FC08 for ; Fri, 7 Sep 2012 09:28:13 +0000 (UTC) Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1]) by Leo.mi.chu.edu.tw (Postfix) with ESMTP id D6BEF4DFC29 for ; Fri, 7 Sep 2012 17:28:10 +0800 (CST) Received: from Leo.mi.chu.edu.tw ([127.0.0.1]) by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id p0mKPlIiz10F for ; Fri, 7 Sep 2012 17:28:10 +0800 (CST) Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0) id 932A54DFC28; Fri, 7 Sep 2012 17:28:10 +0800 (CST) Message-Id: <20120907092810.932A54DFC28@Leo.mi.chu.edu.tw> Date: Fri, 7 Sep 2012 17:28:10 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171404: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 09:30:03 -0000 >Number: 171404 >Category: ports >Synopsis: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 09:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #4: Mon Jun 25 11:48:59 CST 2012 >Description: - Update to 3.4.2 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- wordpress-zh_CN-3.4.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/wordpress-zh_CN/Makefile ./Makefile --- /usr/ports/chinese/wordpress-zh_CN/Makefile 2012-06-30 21:14:12.000000000 +0800 +++ ./Makefile 2012-09-07 17:24:14.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= mysql pcre xml gd tokenizer +USE_PHP= curl gd mysql pcre tokenizer xml zip NO_BUILD= YES WANT_PHP_WEB= YES diff -ruN --exclude=CVS /usr/ports/chinese/wordpress-zh_CN/distinfo ./distinfo --- /usr/ports/chinese/wordpress-zh_CN/distinfo 2012-06-30 21:14:12.000000000 +0800 +++ ./distinfo 2012-09-07 17:24:44.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.4.1-zh_CN.tar.gz) = 243ee6297b63d6e3529de87db151c7c1903c7b5951422faeb28f561257c03b4b -SIZE (wordpress-3.4.1-zh_CN.tar.gz) = 4938612 +SHA256 (wordpress-3.4.2-zh_CN.tar.gz) = 10095c73deb7d73f8a52f503de2c7f8e22affea59850897b0629167cf20efe52 +SIZE (wordpress-3.4.2-zh_CN.tar.gz) = 4938647 --- wordpress-zh_CN-3.4.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 09:30:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F0F41065672 for ; Fri, 7 Sep 2012 09:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 552838FC16 for ; Fri, 7 Sep 2012 09:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q879U3Ak049685 for ; Fri, 7 Sep 2012 09:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q879U3bg049673; Fri, 7 Sep 2012 09:30:03 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 09:30:03 GMT Resent-Message-Id: <201209070930.q879U3bg049673@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AEEC106564A for ; Fri, 7 Sep 2012 09:29:32 +0000 (UTC) (envelope-from root@Leo.mi.chu.edu.tw) Received: from Leo.mi.chu.edu.tw (unknown [IPv6:2002:8c7e:8f3f::8c7e:8f3f]) by mx1.freebsd.org (Postfix) with ESMTP id 211C08FC0A for ; Fri, 7 Sep 2012 09:29:32 +0000 (UTC) Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1]) by Leo.mi.chu.edu.tw (Postfix) with ESMTP id 481914DFC29 for ; Fri, 7 Sep 2012 17:29:31 +0800 (CST) Received: from Leo.mi.chu.edu.tw ([127.0.0.1]) by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PPXlNwBXCQqJ for ; Fri, 7 Sep 2012 17:29:31 +0800 (CST) Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0) id 1A4EE4DFC28; Fri, 7 Sep 2012 17:29:31 +0800 (CST) Message-Id: <20120907092931.1A4EE4DFC28@Leo.mi.chu.edu.tw> Date: Fri, 7 Sep 2012 17:29:31 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171405: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 09:30:03 -0000 >Number: 171405 >Category: ports >Synopsis: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 09:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #4: Mon Jun 25 11:48:59 CST 2012 >Description: - Update to 3.4.2 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- wordpress-zh_TW-3.4.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/wordpress-zh_TW/Makefile ./Makefile --- /usr/ports/chinese/wordpress-zh_TW/Makefile 2012-06-29 01:52:41.000000000 +0800 +++ ./Makefile 2012-09-07 17:28:46.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= mysql pcre xml gd tokenizer +USE_PHP= curl gd mysql pcre tokenizer xml zip NO_BUILD= YES WANT_PHP_WEB= YES diff -ruN --exclude=CVS /usr/ports/chinese/wordpress-zh_TW/distinfo ./distinfo --- /usr/ports/chinese/wordpress-zh_TW/distinfo 2012-06-29 01:52:41.000000000 +0800 +++ ./distinfo 2012-09-07 17:29:01.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.4.1-zh_TW.tar.gz) = 40f456dfd1d7ca313423775adddc4f9c3132e93d3083c0ced7aa99f57f902b82 -SIZE (wordpress-3.4.1-zh_TW.tar.gz) = 4939683 +SHA256 (wordpress-3.4.2-zh_TW.tar.gz) = 8aef4d86ac8f181ca499ab16948568f170b8a1e81ac4c330f7807f0965d3bfa1 +SIZE (wordpress-3.4.2-zh_TW.tar.gz) = 4924530 --- wordpress-zh_TW-3.4.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 10:30:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98ABD1065672 for ; Fri, 7 Sep 2012 10:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 71F5B8FC0A for ; Fri, 7 Sep 2012 10:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87AU5jA055706 for ; Fri, 7 Sep 2012 10:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87AU5kI055699; Fri, 7 Sep 2012 10:30:05 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 10:30:05 GMT Resent-Message-Id: <201209071030.q87AU5kI055699@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Esser Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96A47106564A for ; Fri, 7 Sep 2012 10:25:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 823A78FC18 for ; Fri, 7 Sep 2012 10:25:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87APc3W042229 for ; Fri, 7 Sep 2012 10:25:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87APcrg042222; Fri, 7 Sep 2012 10:25:38 GMT (envelope-from nobody) Message-Id: <201209071025.q87APcrg042222@red.freebsd.org> Date: Fri, 7 Sep 2012 10:25:38 GMT From: Stefan Esser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171406: [Patch] Make PORTAUDIT work with PKGNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 10:30:05 -0000 >Number: 171406 >Category: ports >Synopsis: [Patch] Make PORTAUDIT work with PKGNG >Confidential: no >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 Sep 07 10:30:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Stefan Esser >Release: FreeBSD 10.0-CURRENT amd64 >Organization: FreeBSD.Org >Environment: System: FreeBSD xyzzy 10.0-CURRENT FreeBSD 10.0-CURRENT #33 r239375M: Sun Aug 19 00:18:08 CEST 2012 root@xyzzy:/sys/amd64/compile/SE amd64 >Description: The portaudit tool has not been converted to work with PKGNG. The attached patch adds support for PKGNG. The new pkg tools are used, if /var/db/pkg/local.sqlite exists. If that is the case, "pkg info" and "pkg version" are used throughout the script (instead of pkg_info and pkg_version). In my testing this suffices to make portaudit use PKGNG. The actual change (indentation changes omitted, whitespace not preserved) is: ----------------------------------------------------------- --- portaudit-cmd.sh~ 2012-09-03 12:41:14.020639095 +0200 +++ portaudit-cmd.sh 2012-09-03 12:41:14.020639095 +0200 @@ -120,6 +120,10 @@ return 0 fi + if [ -f "%%DATABASEDIR%%/../pkg/local.sqlite" ]; then + pkg_info="%%LOCALBASE%%/sbin/pkg info" + pkg_version="%%LOCALBASE%%/sbin/pkg version" + else if [ -z "${pkg_info:-}" ]; then if [ -x "%%LOCALBASE%%/sbin/pkg_info" ]; then pkg_info="%%LOCALBASE%%/sbin/pkg_info" @@ -142,6 +146,7 @@ echo "$pkg_info is too old, please update port sysutils/pkg_install-devel" return 1 fi + fi if [ ! -r "$portaudit_dir/$portaudit_filename" ]; then echo "portaudit: Database missing, run \`portaudit -F' to update." >&2 ----------------------------------------------------------- I did not introduce a new substitution parameter for the location of the PKGNG SQlite database. Instead "%%DATABASEDIR%%/../pkg" is used, which is clearly sub-optimal. But I wanted to provide the smallest patch (without additional changes to the port's Makefile). >How-To-Repeat: Run unmodified portaudit command on system with WITH_PKGNG. >Fix: Apply the patch contained in the following UUENCODED chunk. It is identical to the above diff but fixes the indentation, too. 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: # # /tmp/patch-portaudit-cmd.sh # echo x - /tmp/patch-portaudit-cmd.sh sed 's/^X//' >/tmp/patch-portaudit-cmd.sh << 'd0647a32b451421e98a36b979b972812' X--- portaudit-cmd.sh 2012-09-03 12:41:14.020639095 +0200 X+++ portaudit-cmd.sh-SE 2012-09-03 12:17:25.076889421 +0200 X@@ -120,27 +120,32 @@ X return 0 X fi X X- if [ -z "${pkg_info:-}" ]; then X- if [ -x "%%LOCALBASE%%/sbin/pkg_info" ]; then X- pkg_info="%%LOCALBASE%%/sbin/pkg_info" X- else X- pkg_info="/usr/sbin/pkg_info" X+ if [ -f "%%DATABASEDIR%%/../pkg/local.sqlite" ]; then X+ pkg_info="%%LOCALBASE%%/sbin/pkg info" X+ pkg_version="%%LOCALBASE%%/sbin/pkg version" X+ else X+ if [ -z "${pkg_info:-}" ]; then X+ if [ -x "%%LOCALBASE%%/sbin/pkg_info" ]; then X+ pkg_info="%%LOCALBASE%%/sbin/pkg_info" X+ else X+ pkg_info="/usr/sbin/pkg_info" X+ fi X fi X- fi X X- if [ -z "${pkg_version:-}"]; then X- case "$pkg_info" in X- */*) X- pkg_version="${pkg_info%/*}/pkg_version";; X- *) X- pkg_version="pkg_version";; X- esac X- fi X+ if [ -z "${pkg_version:-}"]; then X+ case "$pkg_info" in X+ */*) X+ pkg_version="${pkg_info%/*}/pkg_version";; X+ *) X+ pkg_version="pkg_version";; X+ esac X+ fi X X- PKG_INSTALL_VER=`$pkg_info -qP 2>/dev/null` X- if [ -z "$PKG_INSTALL_VER" -o "$PKG_INSTALL_VER" -lt %%REQPKGVER%% ]; then X- echo "$pkg_info is too old, please update port sysutils/pkg_install-devel" X- return 1 X+ PKG_INSTALL_VER=`$pkg_info -qP 2>/dev/null` X+ if [ -z "$PKG_INSTALL_VER" -o "$PKG_INSTALL_VER" -lt %%REQPKGVER%% ]; then X+ echo "$pkg_info is too old, please update port sysutils/pkg_install-devel" X+ return 1 X+ fi X fi X X if [ ! -r "$portaudit_dir/$portaudit_filename" ]; then d0647a32b451421e98a36b979b972812 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 10:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DACB106566C for ; Fri, 7 Sep 2012 10:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 112CD8FC17 for ; Fri, 7 Sep 2012 10:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87Ao1ZO075876 for ; Fri, 7 Sep 2012 10:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87Ao1c7075860; Fri, 7 Sep 2012 10:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 10:50:01 GMT Resent-Message-Id: <201209071050.q87Ao1c7075860@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 660491065673 for ; Fri, 7 Sep 2012 10:45:06 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5548FC0A for ; Fri, 7 Sep 2012 10:45:06 +0000 (UTC) Received: by iebc12 with SMTP id c12so6016802ieb.13 for ; Fri, 07 Sep 2012 03:45:05 -0700 (PDT) Received: by 10.50.152.141 with SMTP id uy13mr7904370igb.64.1347014705627; Fri, 07 Sep 2012 03:45:05 -0700 (PDT) Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id wg9sm7719989igb.0.2012.09.07.03.44.59 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 03:45:00 -0700 (PDT) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 2277A3A395; Fri, 7 Sep 2012 20:44:55 +1000 (EST) Message-Id: <20120907104455.2277A3A395@freebsd-9-amd64.localdomain> Date: Fri, 7 Sep 2012 20:44:55 +1000 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171407: [MAINTAINER] net/py-beanstalkc: update to 0.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 10:50:02 -0000 >Number: 171407 >Category: ports >Synopsis: [MAINTAINER] net/py-beanstalkc: update to 0.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 10:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - Update to 0.3.0 - Fix YAML_DESC typo - New Makefile header convention ==[QA]]== portlint: looks fine. redports build: https://redports.org/buildarchive/20120907090726-53345/ Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-beanstalkc-0.3.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/py-beanstalkc/Makefile ./Makefile --- /usr/ports/net/py-beanstalkc/Makefile 2012-07-22 21:57:35.000000000 +1000 +++ ./Makefile 2012-09-07 20:42:42.000000000 +1000 @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-beanstalkc -# Date created: 2011-03-18 -# Whom: Li-Wen Hsu -# -# $FreeBSD: ports/net/py-beanstalkc/Makefile,v 1.3 2012/07/22 11:57:35 nivit Exp $ -# +# $FreeBSD: ports/net/py-beanstalkc/Makefile,v 1.2 2012/05/30 12:08:24 culot Exp $ PORTNAME= beanstalkc -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +16,7 @@ OPTIONS_DEFINE= YAML OPTIONS_DEFAULT= YAML -YAML_DESC= Support parsing YAML reponses +YAML_DESC= Support parsing YAML responses # bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options diff -ruN --exclude=CVS /usr/ports/net/py-beanstalkc/distinfo ./distinfo --- /usr/ports/net/py-beanstalkc/distinfo 2011-06-12 05:21:14.000000000 +1000 +++ ./distinfo 2012-09-07 18:53:11.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (beanstalkc-0.2.0.tar.gz) = 42ea9c71322e0a4b04822be83e55240986ddc4061314ec49132fdbafe750e37a -SIZE (beanstalkc-0.2.0.tar.gz) = 3518 +SHA256 (beanstalkc-0.3.0.tar.gz) = 45c3915ed876f80712fcafadee0feaaf0628e5c297e33aaea7f7b229deb80467 +SIZE (beanstalkc-0.3.0.tar.gz) = 3849 --- py27-beanstalkc-0.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 10:50:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DBD81065670; Fri, 7 Sep 2012 10:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D50698FC15; Fri, 7 Sep 2012 10:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87AoEW6078696; Fri, 7 Sep 2012 10:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87AoEsf078680; Fri, 7 Sep 2012 10:50:14 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 10:50:14 GMT Message-Id: <201209071050.q87AoEsf078680@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171407: [MAINTAINER] net/py-beanstalkc: update to 0.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 10:50:15 -0000 Synopsis: [MAINTAINER] net/py-beanstalkc: update to 0.3.0 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Fri Sep 7 10:50:13 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171407 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 10:50:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B2241065688; Fri, 7 Sep 2012 10:50:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7958FC14; Fri, 7 Sep 2012 10:50:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87AoMci080494; Fri, 7 Sep 2012 10:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87AoMCu080478; Fri, 7 Sep 2012 10:50:22 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 10:50:22 GMT Message-Id: <201209071050.q87AoMCu080478@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171407: [MAINTAINER] net/py-beanstalkc: update to 0.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 10:50:23 -0000 Synopsis: [MAINTAINER] net/py-beanstalkc: update to 0.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 7 10:50:22 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171407 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 11:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1EB81065675 for ; Fri, 7 Sep 2012 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBC308FC26 for ; Fri, 7 Sep 2012 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87BK2l1013837 for ; Fri, 7 Sep 2012 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87BK2kx013824; Fri, 7 Sep 2012 11:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 11:20:02 GMT Resent-Message-Id: <201209071120.q87BK2kx013824@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 873F41065677 for ; Fri, 7 Sep 2012 11:16:51 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 05C538FC0A for ; Fri, 7 Sep 2012 11:16:50 +0000 (UTC) Received: (qmail invoked by alias); 07 Sep 2012 11:16:48 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp039) with SMTP; 07 Sep 2012 13:16:48 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Sep 2012 13:16:48 +0200 Message-Id: <20120907111651.873F41065677@hub.freebsd.org> Date: Fri, 07 Sep 2012 13:16:48 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: acm@FreeBSD.org Subject: ports/171408: [PATCH] games/fretsonfire: Makefile changed, now find numpy, OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 11:20:03 -0000 >Number: 171408 >Category: ports >Synopsis: [PATCH] games/fretsonfire: Makefile changed, now find numpy, 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: Fri Sep 07 11:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed Now find numpy RUN_DEPENDS= ${PYNUMPY} \ Added OptionsNG Don't install install.txt, not needed after Installation. Port maintainer (acm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- fretsonfire-1.3.110_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/fretsonfire/Makefile ./Makefile --- /usr/ports/games/fretsonfire/Makefile 2012-03-26 10:04:08.000000000 +0200 +++ ./Makefile 2012-09-07 12:50:53.000000000 +0200 @@ -1,13 +1,8 @@ -# New ports collection makefile for: fretsonfire -# Date created: 2006-09-01 -# Whom: Jose Alonso Cardenas Marquez -# # $FreeBSD: ports/games/fretsonfire/Makefile,v 1.13 2012/03/26 08:04:08 erwin Exp $ -# PORTNAME= fretsonfire PORTVERSION= 1.3.110 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= SF DISTNAME= ${PORTNAME:S/f/F/g:S/o/O/}-${PORTVERSION} @@ -16,18 +11,16 @@ MAINTAINER= acm@FreeBSD.org COMMENT= A game of musical skill and fast fingers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ - ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ - ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ + ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \ + ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${LOCALBASE}/share/${PORTNAME}/default.ttf:${PORTSDIR}/games/fretsonfire-data USE_PYTHON= yes USE_DOS2UNIX= *.txt NO_BUILD= yes -BROKEN= does not build - DATADIR= share/${PORTNAME} EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude 'data' SUB_FILES= pkg-message FretsOnFire @@ -36,14 +29,16 @@ FOF_DIR= ${PREFIX}/lib/${PORTNAME} -.include +PORTDOCS= readme.txt -.if ${ARCH} != "i386" -WITHOUT_PSYCO= yes -.endif +OPTIONS_DEFINE= PSYCO +PSYCO_DESC= Enable Psyco support (Only for i386) + +.include +.include -.if !defined(WITHOUT_PSYCO) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco +.if ${PORT_OPTIONS:MPSYCO} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psyco>=0:${PORTSDIR}/devel/py-psyco .endif do-install: @@ -52,14 +47,15 @@ ${FIND} * -type d -exec ${MKDIR} "${FOF_DIR}/${PORTNAME:S/f/F/g:S/o/O/}/{}" \; && \ ${FIND} -E * -type f -iregex ".*\.(py)" -exec ${INSTALL_DATA} "{}" "${FOF_DIR}/${PORTNAME:S/f/F/g:S/o/O/}/{}" \; +# Data ${MKDIR} ${FOF_DIR}/data ${LN} -s ${LOCALBASE}/${DATADIR}/* ${FOF_DIR}/data ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME:S/f/F/g:S/o/O/} ${PREFIX}/bin -.if !defined(NOPORTDOCS) +# Documentation +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}/README - ${INSTALL_DATA} ${WRKSRC}/install.txt ${DOCSDIR}/INSTALL + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} .endif post-install: diff -ruN --exclude=CVS /usr/ports/games/fretsonfire/pkg-plist ./pkg-plist --- /usr/ports/games/fretsonfire/pkg-plist 2009-05-30 04:48:27.000000000 +0200 +++ ./pkg-plist 2012-09-07 12:47:06.000000000 +0200 @@ -199,10 +199,7 @@ lib/fretsonfire/data/theme.ini lib/fretsonfire/data/title.ttf lib/fretsonfire/data/translations -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL @dirrm lib/fretsonfire/FretsOnFire/midi @dirrm lib/fretsonfire/FretsOnFire @dirrm lib/fretsonfire/data @dirrm lib/fretsonfire -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- fretsonfire-1.3.110_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 11:20:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3738B106564A; Fri, 7 Sep 2012 11:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F203E8FC16; Fri, 7 Sep 2012 11:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87BKFg9016849; Fri, 7 Sep 2012 11:20:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87BKFXP016833; Fri, 7 Sep 2012 11:20:15 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 11:20:15 GMT Message-Id: <201209071120.q87BKFXP016833@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171408: [PATCH] games/fretsonfire: Makefile changed, now find numpy, OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 11:20:16 -0000 Synopsis: [PATCH] games/fretsonfire: Makefile changed, now find numpy, OptionsNG Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 7 11:20:15 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171408 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 13:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55D6F106566C for ; Fri, 7 Sep 2012 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8ED8FC0C for ; Fri, 7 Sep 2012 13:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87DK22D089220 for ; Fri, 7 Sep 2012 13:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87DK230089204; Fri, 7 Sep 2012 13:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 13:20:02 GMT Resent-Message-Id: <201209071320.q87DK230089204@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F2111065670 for ; Fri, 7 Sep 2012 13:16:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6F5AE8FC17 for ; Fri, 7 Sep 2012 13:16:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87DG7t8096953 for ; Fri, 7 Sep 2012 13:16:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87DG79r096947; Fri, 7 Sep 2012 13:16:07 GMT (envelope-from nobody) Message-Id: <201209071316.q87DG79r096947@red.freebsd.org> Date: Fri, 7 Sep 2012 13:16:07 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171412: New port: finance/trytond_product_price_list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 13:20:02 -0000 >Number: 171412 >Category: ports >Synopsis: New port: finance/trytond_product_price_list >Confidential: no >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 Sep 07 13:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Product Price List Module to the Tryton Application Platform. >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: # # trytond_product_price_list # trytond_product_price_list/Makefile # trytond_product_price_list/distinfo # trytond_product_price_list/pkg-descr # trytond_product_price_list/pkg-plist # echo c - trytond_product_price_list mkdir -p trytond_product_price_list > /dev/null 2>&1 echo x - trytond_product_price_list/Makefile sed 's/^X//' >trytond_product_price_list/Makefile << 'bc44d219fa4158acaa90f486259f4a58' X# New ports collection makefile for: trytond_product_price_list X# Date created: 07 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_product_price_list XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Product Price List Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ X trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ X trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include bc44d219fa4158acaa90f486259f4a58 echo x - trytond_product_price_list/distinfo sed 's/^X//' >trytond_product_price_list/distinfo << 'a6069a05d2fbedf8f75fb8f0934f4f13' XSHA256 (trytond_product_price_list-2.4.0.tar.gz) = cbe6cc30f2565a9c215ba93057f642912623d542d4f896196e3faa64d0bb9158 XSIZE (trytond_product_price_list-2.4.0.tar.gz) = 22366 a6069a05d2fbedf8f75fb8f0934f4f13 echo x - trytond_product_price_list/pkg-descr sed 's/^X//' >trytond_product_price_list/pkg-descr << 'd9875b1d32a34fa4aaecaacdf1af2f47' XThis port adds the Product Price List Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ d9875b1d32a34fa4aaecaacdf1af2f47 echo x - trytond_product_price_list/pkg-plist sed 's/^X//' >trytond_product_price_list/pkg-plist << 'da074657353fd8057a4488dab74b82e9' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.xml X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% da074657353fd8057a4488dab74b82e9 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 14:39:52 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0DEF106564A; Fri, 7 Sep 2012 14:39:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A49758FC20; Fri, 7 Sep 2012 14:39:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87EdqlE008016; Fri, 7 Sep 2012 14:39:52 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87EdqIq007999; Fri, 7 Sep 2012 14:39:52 GMT (envelope-from bdrewery) Date: Fri, 7 Sep 2012 14:39:52 GMT Message-Id: <201209071439.q87EdqIq007999@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171397: [MAINTAINER] www/wordpress: update to 3.4.2,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 14:39:52 -0000 Synopsis: [MAINTAINER] www/wordpress: update to 3.4.2,1 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Fri Sep 7 14:39:51 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171397 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 14:40:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF448106566C; Fri, 7 Sep 2012 14:40:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A2AB98FC14; Fri, 7 Sep 2012 14:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87EeHBc015024; Fri, 7 Sep 2012 14:40:17 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87EeHeK015007; Fri, 7 Sep 2012 14:40:17 GMT (envelope-from bdrewery) Date: Fri, 7 Sep 2012 14:40:17 GMT Message-Id: <201209071440.q87EeHeK015007@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171404: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 14:40:17 -0000 Synopsis: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Fri Sep 7 14:40:16 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171404 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 14:40:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B8F61065673; Fri, 7 Sep 2012 14:40:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B4308FC14; Fri, 7 Sep 2012 14:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87EeOW8016491; Fri, 7 Sep 2012 14:40:24 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87EeODV016475; Fri, 7 Sep 2012 14:40:24 GMT (envelope-from bdrewery) Date: Fri, 7 Sep 2012 14:40:24 GMT Message-Id: <201209071440.q87EeODV016475@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171405: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 14:40:24 -0000 Synopsis: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Fri Sep 7 14:40:23 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171405 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 14:42:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47437106564A; Fri, 7 Sep 2012 14:42:33 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19F338FC14; Fri, 7 Sep 2012 14:42:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87EgWKl053901; Fri, 7 Sep 2012 14:42:32 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87EgW3p053727; Fri, 7 Sep 2012 14:42:32 GMT (envelope-from bdrewery) Date: Fri, 7 Sep 2012 14:42:32 GMT Message-Id: <201209071442.q87EgW3p053727@freefall.freebsd.org> To: umq@ueo.co.jp, bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171276: [PATCH] mail/opendkim: update to 2.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 14:42:33 -0000 Synopsis: [PATCH] mail/opendkim: update to 2.6.7 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Fri Sep 7 14:42:31 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171276 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 15:10:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23D191065674 for ; Fri, 7 Sep 2012 15:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E971C8FC1F for ; Fri, 7 Sep 2012 15:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87FA2WP084047 for ; Fri, 7 Sep 2012 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87FA2St084036; Fri, 7 Sep 2012 15:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 15:10:02 GMT Resent-Message-Id: <201209071510.q87FA2St084036@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6791065673 for ; Fri, 7 Sep 2012 15:01:13 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6D38FC16 for ; Fri, 7 Sep 2012 15:01:12 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id C67062E423; Sat, 8 Sep 2012 00:01:11 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id A41F92EA4C; Sat, 8 Sep 2012 00:01:11 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 896DB2EA4E; Sat, 8 Sep 2012 00:01:11 +0900 (JST) Message-Id: <20120907150111.896DB2EA4E@eastasia.home.utahime.org> Date: Sat, 8 Sep 2012 00:01:11 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171413: [PATCH] japanese/mecab: update to 0.994 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 15:10:03 -0000 >Number: 171413 >Category: ports >Synopsis: [PATCH] japanese/mecab: update to 0.994 >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 Sep 07 15:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD xxxx 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Sun Aug 12 22:27:34 JST 2012 xxxx i386 >Description: Update mecab and {perl,python,ruby} bindings to 0.994. >How-To-Repeat: >Fix: --- patch-ja-mecab begins here --- Index: japanese/mecab/Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/mecab/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- japanese/mecab/Makefile 23 Sep 2011 22:23:36 -0000 1.33 +++ japanese/mecab/Makefile 7 Sep 2012 13:22:29 -0000 @@ -6,9 +6,9 @@ # PORTNAME= mecab -PORTVERSION= 0.98 +PORTVERSION= 0.994 CATEGORIES= japanese textproc -MASTER_SITES= SF +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= clsung@FreeBSD.org COMMENT= Yet Another Part-of-Speech and Morphological Analyzer Index: japanese/mecab/distinfo =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/mecab/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- japanese/mecab/distinfo 18 Mar 2011 17:59:28 -0000 1.16 +++ japanese/mecab/distinfo 7 Sep 2012 13:31:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (mecab-0.98.tar.gz) = 751d431422539d714a812eba9fbb8468db412221ab03feeb5e4ebd3bbb4e34a2 -SIZE (mecab-0.98.tar.gz) = 1424588 +SHA256 (mecab-0.994.tar.gz) = d271a0b91e0cda09f13f62a6b28367648afb9b4dcb68178ea1fb0af4c0c866bc +SIZE (mecab-0.994.tar.gz) = 1387966 Index: japanese/mecab/pkg-plist =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/mecab/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- japanese/mecab/pkg-plist 25 Feb 2007 07:47:17 -0000 1.7 +++ japanese/mecab/pkg-plist 7 Sep 2012 13:29:49 -0000 @@ -4,7 +4,7 @@ lib/libmecab.a lib/libmecab.la lib/libmecab.so -lib/libmecab.so.1 +lib/libmecab.so.2 libexec/mecab/mecab-cost-train libexec/mecab/mecab-dict-gen libexec/mecab/mecab-dict-index Index: japanese/p5-MeCab/Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/p5-MeCab/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- japanese/p5-MeCab/Makefile 1 May 2012 01:46:57 -0000 1.20 +++ japanese/p5-MeCab/Makefile 7 Sep 2012 14:22:24 -0000 @@ -6,15 +6,16 @@ # PORTNAME= MeCab -PORTVERSION= 0.98 +PORTVERSION= 0.994 CATEGORIES= japanese textproc perl5 -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-perl/${PORTVERSION} -DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PROJECTHOST= ${PORTNAME:L} +DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= MeCab library module for Perl5 -LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab +LIB_DEPENDS= mecab.2:${PORTSDIR}/japanese/mecab PERL_CONFIGURE= yes Index: japanese/p5-MeCab/distinfo =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/p5-MeCab/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- japanese/p5-MeCab/distinfo 18 Mar 2011 17:59:34 -0000 1.13 +++ japanese/p5-MeCab/distinfo 7 Sep 2012 14:23:07 -0000 @@ -1,2 +1,2 @@ -SHA256 (mecab-perl-0.98.tar.gz) = 951997b31977df3ca2421baf2c5e77bb6207a19588cde9683900f063c4a3135a -SIZE (mecab-perl-0.98.tar.gz) = 41246 +SHA256 (mecab-perl-0.994.tar.gz) = 244c479a4603f779ce499592938e76618899fe0f2741ad9ab58f55a63b8ce319 +SIZE (mecab-perl-0.994.tar.gz) = 44660 Index: japanese/py-mecab/Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/py-mecab/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- japanese/py-mecab/Makefile 3 Apr 2010 20:39:43 -0000 1.4 +++ japanese/py-mecab/Makefile 7 Sep 2012 14:01:22 -0000 @@ -5,16 +5,16 @@ # $FreeBSD: ports/japanese/py-mecab/Makefile,v 1.4 2010/04/03 20:39:43 lwhsu Exp $ PORTNAME= mecab -PORTVERSION= 0.98 +PORTVERSION= 0.994 CATEGORIES= japanese python textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-python/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= jun-g@daemonfreaks.com COMMENT= Python bindings for MeCab BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab +LIB_DEPENDS= mecab.2:${PORTSDIR}/japanese/mecab USE_PYTHON= yes USE_PYDISTUTILS=yes Index: japanese/py-mecab/distinfo =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/py-mecab/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- japanese/py-mecab/distinfo 18 Mar 2011 17:59:38 -0000 1.4 +++ japanese/py-mecab/distinfo 7 Sep 2012 14:01:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (mecab-python-0.98.tar.gz) = d3a4b2c602b7e6baae8465c859fe8b1e2d5ceb04b619a07a35bd68daef275014 -SIZE (mecab-python-0.98.tar.gz) = 51651 +SHA256 (mecab-python-0.994.tar.gz) = 30d828c73f95492f91fc5f7770b3a40765e9e931afb8295f419109b32652f7ce +SIZE (mecab-python-0.994.tar.gz) = 61978 Index: japanese/ruby-mecab/Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/ruby-mecab/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- japanese/ruby-mecab/Makefile 12 Apr 2010 02:57:56 -0000 1.15 +++ japanese/ruby-mecab/Makefile 7 Sep 2012 14:06:30 -0000 @@ -6,15 +6,15 @@ # PORTNAME= mecab -PORTVERSION= 0.98 +PORTVERSION= 0.994 CATEGORIES= japanese textproc ruby -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ruby/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= MeCab library module for Ruby -LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab +LIB_DEPENDS= mecab.2:${PORTSDIR}/japanese/mecab USE_RUBY= yes USE_RUBY_EXTCONF= yes Index: japanese/ruby-mecab/distinfo =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/ruby-mecab/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- japanese/ruby-mecab/distinfo 18 Mar 2011 17:59:40 -0000 1.14 +++ japanese/ruby-mecab/distinfo 7 Sep 2012 14:06:45 -0000 @@ -1,2 +1,2 @@ -SHA256 (mecab-ruby-0.98.tar.gz) = fcbfc01944df501d141a68e266d0ef249c0f5bb6c983bf205729e23e34f2422b -SIZE (mecab-ruby-0.98.tar.gz) = 41674 +SHA256 (mecab-ruby-0.994.tar.gz) = 16f9c6de6a90fb11d07f191ea646217e9006a6aec3f90f386b476ce51e611269 +SIZE (mecab-ruby-0.994.tar.gz) = 44483 --- patch-ja-mecab ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 15:10:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 566D8106579C; Fri, 7 Sep 2012 15:10:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2967A8FC1B; Fri, 7 Sep 2012 15:10:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87FANoG089757; Fri, 7 Sep 2012 15:10:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87FANnq089740; Fri, 7 Sep 2012 15:10:23 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 15:10:23 GMT Message-Id: <201209071510.q87FANnq089740@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171413: [PATCH] japanese/mecab: update to 0.994 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 15:10:23 -0000 Synopsis: [PATCH] japanese/mecab: update to 0.994 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 7 15:10:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171413 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 16:11:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D25BE106566C; Fri, 7 Sep 2012 16:11:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A42068FC0A; Fri, 7 Sep 2012 16:11:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87GBB6F062633; Fri, 7 Sep 2012 16:11:11 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87GBBTX062622; Fri, 7 Sep 2012 16:11:11 GMT (envelope-from swills) Date: Fri, 7 Sep 2012 16:11:11 GMT Message-Id: <201209071611.q87GBBTX062622@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/171353: Segmentation fault when use'ing the perl modules XML::LibXML and GD together (related to pthreads?) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 16:11:11 -0000 Synopsis: Segmentation fault when use'ing the perl modules XML::LibXML and GD together (related to pthreads?) Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Sep 7 16:11:10 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171353 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 16:38:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 334D1106566B; Fri, 7 Sep 2012 16:38:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 060028FC14; Fri, 7 Sep 2012 16:38:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87Gcucm052474; Fri, 7 Sep 2012 16:38:56 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87GcuYT052456; Fri, 7 Sep 2012 16:38:56 GMT (envelope-from swills) Date: Fri, 7 Sep 2012 16:38:56 GMT Message-Id: <201209071638.q87GcuYT052456@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/171225: New Port: sysutils/salt-cloud - Generic cloud provisioning tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 16:38:57 -0000 Synopsis: New Port: sysutils/salt-cloud - Generic cloud provisioning tool Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Sep 7 16:38:56 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171225 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 16:51:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 827521065674; Fri, 7 Sep 2012 16:51:27 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 570248FC23; Fri, 7 Sep 2012 16:51:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87GpR6q085223; Fri, 7 Sep 2012 16:51:27 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87GpRDW085207; Fri, 7 Sep 2012 16:51:27 GMT (envelope-from ak) Date: Fri, 7 Sep 2012 16:51:27 GMT Message-Id: <201209071651.q87GpRDW085207@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Cc: Subject: Re: ports/171358: [MAINTAINER] games/simsu: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 16:51:27 -0000 Synopsis: [MAINTAINER] games/simsu: Makefile simplified Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Fri Sep 7 16:51:26 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171358 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 16:52:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9D49106566B; Fri, 7 Sep 2012 16:52:12 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8E8D58FC15; Fri, 7 Sep 2012 16:52:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87GqCJf098873; Fri, 7 Sep 2012 16:52:12 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87GqCUD098857; Fri, 7 Sep 2012 16:52:12 GMT (envelope-from ak) Date: Fri, 7 Sep 2012 16:52:12 GMT Message-Id: <201209071652.q87GqCUD098857@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Cc: Subject: Re: ports/171362: [MAINTAINER] games/cutemaze: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 16:52:12 -0000 Synopsis: [MAINTAINER] games/cutemaze: Makefile simplified Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Fri Sep 7 16:52:11 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171362 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 17:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 490291065672 for ; Fri, 7 Sep 2012 17:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20C148FC17 for ; Fri, 7 Sep 2012 17:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87HK2mY094342 for ; Fri, 7 Sep 2012 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87HK2T2094327; Fri, 7 Sep 2012 17:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 17:20:02 GMT Resent-Message-Id: <201209071720.q87HK2T2094327@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C4E4106564A for ; Fri, 7 Sep 2012 17:10:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 120108FC0C for ; Fri, 7 Sep 2012 17:10:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87HAjDt086525 for ; Fri, 7 Sep 2012 17:10:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87HAjXV086524; Fri, 7 Sep 2012 17:10:45 GMT (envelope-from nobody) Message-Id: <201209071710.q87HAjXV086524@red.freebsd.org> Date: Fri, 7 Sep 2012 17:10:45 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171416: New port: finance/trytond_product_cost_history X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 17:20:03 -0000 >Number: 171416 >Category: ports >Synopsis: New port: finance/trytond_product_cost_history >Confidential: no >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 Sep 07 17:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Product Cost History Module to the Tryton Application Platform. >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: # # trytond_product_cost_history # trytond_product_cost_history/Makefile # trytond_product_cost_history/distinfo # trytond_product_cost_history/pkg-descr # trytond_product_cost_history/pkg-plist # echo c - trytond_product_cost_history mkdir -p trytond_product_cost_history > /dev/null 2>&1 echo x - trytond_product_cost_history/Makefile sed 's/^X//' >trytond_product_cost_history/Makefile << 'cf1fe34a03586d8ec891919c76b884fe' X# New ports collection makefile for: trytond_product_cost_history X# Date created: 07 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_product_cost_history XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Product Cost History Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include cf1fe34a03586d8ec891919c76b884fe echo x - trytond_product_cost_history/distinfo sed 's/^X//' >trytond_product_cost_history/distinfo << 'c15913dd362ce11b8a1a7b82d58f7c83' XSHA256 (trytond_product_cost_history-2.4.0.tar.gz) = e690a6947e82b577cb923223495dcfe27a6c4a8c987a0c665576f364ea74ecc9 XSIZE (trytond_product_cost_history-2.4.0.tar.gz) = 20507 c15913dd362ce11b8a1a7b82d58f7c83 echo x - trytond_product_cost_history/pkg-descr sed 's/^X//' >trytond_product_cost_history/pkg-descr << '11e1c735bc9ea4da4d2a1360e001909b' XThis port adds the Product Cost History Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 11e1c735bc9ea4da4d2a1360e001909b echo x - trytond_product_cost_history/pkg-plist sed 's/^X//' >trytond_product_cost_history/pkg-plist << '7aee217337a843afda4b7bca9383cd1f' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/ir.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/ir.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/ir.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/tests/test_product_cost_history.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/tests/test_product_cost_history.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/tests/test_product_cost_history.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_history X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 7aee217337a843afda4b7bca9383cd1f exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 17:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF400106566B for ; Fri, 7 Sep 2012 17:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6E258FC0A for ; Fri, 7 Sep 2012 17:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87He2wm052693 for ; Fri, 7 Sep 2012 17:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87He2q8052683; Fri, 7 Sep 2012 17:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 17:40:02 GMT Resent-Message-Id: <201209071740.q87He2q8052683@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B6A01065670 for ; Fri, 7 Sep 2012 17:32:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 25E408FC08 for ; Fri, 7 Sep 2012 17:32:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87HWcPW017664 for ; Fri, 7 Sep 2012 17:32:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87HWcri017663; Fri, 7 Sep 2012 17:32:38 GMT (envelope-from nobody) Message-Id: <201209071732.q87HWcri017663@red.freebsd.org> Date: Fri, 7 Sep 2012 17:32:38 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171417: New port: finance/trytond_stock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 17:40:03 -0000 >Number: 171417 >Category: ports >Synopsis: New port: finance/trytond_stock >Confidential: no >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 Sep 07 17:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Module to the Tryton Application Platform. >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: # # trytond_stock # trytond_stock/Makefile # trytond_stock/distinfo # trytond_stock/pkg-descr # trytond_stock/pkg-plist # echo c - trytond_stock mkdir -p trytond_stock > /dev/null 2>&1 echo x - trytond_stock/Makefile sed 's/^X//' >trytond_stock/Makefile << '3b4e0eaa5f2c4d99feae37651e53b1a9' X# New ports collection makefile for: trytond_stock X# Date created: 07 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ X trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ X trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 3b4e0eaa5f2c4d99feae37651e53b1a9 echo x - trytond_stock/distinfo sed 's/^X//' >trytond_stock/distinfo << '673ba52b506826a9957f6427a4dfc987' XSHA256 (trytond_stock-2.4.0.tar.gz) = 2478ee4e4e8afbf9f13daf9d10ac2eb166bb201dc77b7e88dde52abc7a1f7bf0 XSIZE (trytond_stock-2.4.0.tar.gz) = 156565 673ba52b506826a9957f6427a4dfc987 echo x - trytond_stock/pkg-descr sed 's/^X//' >trytond_stock/pkg-descr << '8067b1a252d17edbb8b4d41e962464fe' XThis port adds the Stock Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 8067b1a252d17edbb8b4d41e962464fe echo x - trytond_stock/pkg-plist sed 's/^X//' >trytond_stock/pkg-plist << '47f822d93e11e2cca09aac304b09cbe1' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/customer_return_restocking_list.odt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/delivery_note.odt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/icons/tryton-inventory.svg X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/internal_shipment.odt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/picking_list.odt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/supplier_restocking_list.odt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/test_stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/test_stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/test_stock.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/icons X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 47f822d93e11e2cca09aac304b09cbe1 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 17:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C4371065676 for ; Fri, 7 Sep 2012 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 448388FC14 for ; Fri, 7 Sep 2012 17:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87He3Ua052786 for ; Fri, 7 Sep 2012 17:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87He3KN052773; Fri, 7 Sep 2012 17:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 17:40:03 GMT Resent-Message-Id: <201209071740.q87He3KN052773@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0188A106566B for ; Fri, 7 Sep 2012 17:37:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E0F0A8FC08 for ; Fri, 7 Sep 2012 17:37:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87HbfTi032160 for ; Fri, 7 Sep 2012 17:37:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87Hbf5p032159; Fri, 7 Sep 2012 17:37:41 GMT (envelope-from nobody) Message-Id: <201209071737.q87Hbf5p032159@red.freebsd.org> Date: Fri, 7 Sep 2012 17:37:41 GMT From: arrowdodger <6yearold@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171418: [MAINTAINER UPDATE] devel/tortoisehg2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 17:40:03 -0000 >Number: 171418 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2 >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 Sep 07 17:40:02 UTC 2012 >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 2012-07-11 18:50:16.000000000 +0400 +++ ./Makefile 2012-09-07 21:00:07.713180692 +0400 @@ -1,12 +1,7 @@ -# New ports collection makefile for: tortoisehg2 -# Date created: 7 May 2011 -# Whom: arrowdodger <6yearold@gmail.com> -# # $FreeBSD: ports/devel/tortoisehg2/Makefile,v 1.14 2012/07/11 14:50:16 pawel Exp $ -# PORTNAME= tortoisehg -PORTVERSION= 2.4.2 +PORTVERSION= 2.5 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ @@ -26,7 +21,9 @@ ${PYTHON_SITELIBDIR}/iniparse/ini.py:${PORTSDIR}/devel/py-iniparse \ pygmentize:${PORTSDIR}/textproc/py-pygments -OPTIONS= NAUTILUS "Install TortoiseHG Nautilus extension" off + +OPTIONS_DEFINE= NAUTILUS +NAUTILUS_DESC= Install TortoiseHG Nautilus extension INSTALLS_ICONS= yes @@ -38,32 +35,33 @@ .include -.if defined(WITHOUT_NLS) -PLIST_SUB+= NLS="@comment " -.else +.if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" USE_GETTEXT= yes +.else +PLIST_SUB+= NLS="@comment " .endif -.if defined(WITHOUT_NAUTILUS) -PLIST_SUB+= NAUTILUS="@comment " -.else +.if ${PORT_OPTIONS:MNAUTILUS} PLIST_SUB+= NAUTILUS="" +.else +PLIST_SUB+= NAUTILUS="@comment " .endif post-patch: @${REINPLACE_CMD} -e '/_path/ s|/usr|${PREFIX}|' ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/contrib/tortoisehg.desktop @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/thg -.if defined(WITHOUT_NLS) - @${REINPLACE_CMD} -e 's/^%%NLS%%/# /' ${WRKSRC}/${PYSETUP} -.else +.if ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's/^%%NLS%%//' ${WRKSRC}/${PYSETUP} -.endif -.if defined(WITHOUT_NAUTILUS) - @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%/# /' ${WRKSRC}/${PYSETUP} .else + @${REINPLACE_CMD} -e 's/^%%NLS%%/# /' ${WRKSRC}/${PYSETUP} +.endif +.if ${PORT_OPTIONS:MNAUTILUS} @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%//' ${WRKSRC}/${PYSETUP} + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/${PYSETUP} +.else + @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%/# /' ${WRKSRC}/${PYSETUP} .endif post-install: diff -ruN /usr/ports/devel/tortoisehg2/distinfo ./distinfo --- /usr/ports/devel/tortoisehg2/distinfo 2012-07-11 18:50:16.000000000 +0400 +++ ./distinfo 2012-09-07 10:11:54.349183912 +0400 @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-2.4.2.tar.gz) = d30963453a9d618b04dfbfebda1641cb4742133829c25ff60735236f1399108a -SIZE (tortoisehg-2.4.2.tar.gz) = 9018020 +SHA256 (tortoisehg-2.5.tar.gz) = 8fb1fdd90517e9c24c36f62053eea862aea55e43ee28b1b898848798538b1abd +SIZE (tortoisehg-2.5.tar.gz) = 9767802 diff -ruN /usr/ports/devel/tortoisehg2/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/devel/tortoisehg2/files/patch-setup.py 2011-08-11 20:31:19.000000000 +0400 +++ ./files/patch-setup.py 2012-09-07 20:49:24.949182372 +0400 @@ -1,6 +1,6 @@ ---- setup.py_ 2011-05-02 07:06:56.000000000 +0400 -+++ setup.py 2011-05-25 15:54:34.833312978 +0400 -@@ -283,7 +283,7 @@ +--- setup_.py 2012-09-05 19:36:36.000000000 +0400 ++++ setup.py 2012-09-07 10:16:47.929179472 +0400 +@@ -280,7 +280,7 @@ class build(_build_orig): sub_commands = [ ('build_qt', None), @@ -9,12 +9,8 @@ ] + _build_orig.sub_commands class clean(_clean_orig): -@@ -299,10 +299,10 @@ - cmdclass = { - 'build': build, - 'build_qt': build_qt , -- 'build_mo': build_mo , -+%%NLS%% 'build_mo': build_mo , +@@ -299,7 +299,7 @@ + 'build_mo': build_mo , 'clean': clean, 'clean_local': clean_local, - 'update_pot': update_pot , @@ -22,19 +18,19 @@ } def setup_windows(version): -@@ -407,11 +407,11 @@ +@@ -418,11 +418,11 @@ _data_files = [(os.path.join('share/pixmaps/tortoisehg', root), [os.path.join(root, file_) for file_ in files]) for root, dirs, files in os.walk('icons')] - _data_files += [(os.path.join('share', root), - [os.path.join(root, file_) for file_ in files]) - for root, dirs, files in os.walk('locale')] -- _data_files += [('lib/nautilus/extensions-2.0/python', +- _data_files += [('/usr/share/nautilus-python/extensions/', - ['contrib/nautilus-thg.py'])] +%%NLS%% _data_files += [(os.path.join('share', root), +%%NLS%% [os.path.join(root, file_) for file_ in files]) +%%NLS%% for root, dirs, files in os.walk('locale')] -+%%NAUTILUS%% _data_files += [('lib/nautilus/extensions-2.0/python', ++%%NAUTILUS%% _data_files += [('%%PREFIX%%/lib/nautilus/extensions-2.0/python', +%%NAUTILUS%% ['contrib/nautilus-thg.py'])] # Create a config.py. Distributions will need to supply their own diff -ruN /usr/ports/devel/tortoisehg2/pkg-plist ./pkg-plist --- /usr/ports/devel/tortoisehg2/pkg-plist 2012-07-11 18:50:16.000000000 +0400 +++ ./pkg-plist 2012-09-07 10:26:50.926179112 +0400 @@ -51,6 +51,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/cslist.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/cslist.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/cslist.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/customtools.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/customtools.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/customtools.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.pyo @@ -60,6 +63,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filectxactions.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filectxactions.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filectxactions.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filedata.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filedata.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filedata.pyo @@ -78,6 +84,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/fileview.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/fileview.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/fileview.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graft.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graft.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graft.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graph.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graph.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graph.pyo @@ -336,9 +345,6 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.pyo -%%PYTHON_SITELIBDIR%%/tortoisehg/util/prej.py -%%PYTHON_SITELIBDIR%%/tortoisehg/util/prej.pyc -%%PYTHON_SITELIBDIR%%/tortoisehg/util/prej.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 18:00:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2EAE1065670 for ; Fri, 7 Sep 2012 18:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3CE8FC0C for ; Fri, 7 Sep 2012 18:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87I0GjV033107 for ; Fri, 7 Sep 2012 18:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87I0Gxq033089; Fri, 7 Sep 2012 18:00:16 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 18:00:16 GMT Resent-Message-Id: <201209071800.q87I0Gxq033089@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B39D71065670 for ; Fri, 7 Sep 2012 17:51:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 94BBB8FC15 for ; Fri, 7 Sep 2012 17:51:06 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87Hp6Au047282 for ; Fri, 7 Sep 2012 17:51:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87Hp5iF047281; Fri, 7 Sep 2012 17:51:05 GMT (envelope-from nobody) Message-Id: <201209071751.q87Hp5iF047281@red.freebsd.org> Date: Fri, 7 Sep 2012 17:51:05 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171419: New port: finance/trytond_product_cost_fifo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 18:00:16 -0000 >Number: 171419 >Category: ports >Synopsis: New port: finance/trytond_product_cost_fifo >Confidential: no >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 Sep 07 18:00:16 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Product Cost Fifo Module to the Tryton Application Platform. >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: # # trytond_product_cost_fifo # trytond_product_cost_fifo/Makefile # trytond_product_cost_fifo/distinfo # trytond_product_cost_fifo/pkg-descr # trytond_product_cost_fifo/pkg-plist # echo c - trytond_product_cost_fifo mkdir -p trytond_product_cost_fifo > /dev/null 2>&1 echo x - trytond_product_cost_fifo/Makefile sed 's/^X//' >trytond_product_cost_fifo/Makefile << '47d15ccceb00648631a2dd1438f1cf55' X# New ports collection makefile for: trytond_product_cost_fifo X# Date created: 07 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_product_cost_fifo XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Product Cost Fifo Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 47d15ccceb00648631a2dd1438f1cf55 echo x - trytond_product_cost_fifo/distinfo sed 's/^X//' >trytond_product_cost_fifo/distinfo << 'e4614732e07eb899c7be9ab1ff84aa24' XSHA256 (trytond_product_cost_fifo-2.4.0.tar.gz) = 2bfe689e937a9f5008d6050c8363132bd6528c96b604bf0fb5f592270239fc6e XSIZE (trytond_product_cost_fifo-2.4.0.tar.gz) = 20963 e4614732e07eb899c7be9ab1ff84aa24 echo x - trytond_product_cost_fifo/pkg-descr sed 's/^X//' >trytond_product_cost_fifo/pkg-descr << '8af7100d36e105949b8f75d3d7f66cc2' XThis port adds the Product Cost Fifo Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 8af7100d36e105949b8f75d3d7f66cc2 echo x - trytond_product_cost_fifo/pkg-plist sed 's/^X//' >trytond_product_cost_fifo/pkg-plist << '7bdd60ab0566d0fbdc1933e63081b96e' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/move.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/move.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/move.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/product.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_cost_fifo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 7bdd60ab0566d0fbdc1933e63081b96e exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 18:03:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 021F61065956; Fri, 7 Sep 2012 18:03:47 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45E848FC19; Fri, 7 Sep 2012 18:03:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87I3l1f095146; Fri, 7 Sep 2012 18:03:47 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87I3lXS095125; Fri, 7 Sep 2012 18:03:47 GMT (envelope-from pawel) Date: Fri, 7 Sep 2012 18:03:47 GMT Message-Id: <201209071803.q87I3lXS095125@freefall.freebsd.org> To: toxic@doobie.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Cc: Subject: Re: ports/171196: fix news/nzbget 0.8.0 build with current OpenSSL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 18:03:48 -0000 Synopsis: fix news/nzbget 0.8.0 build with current OpenSSL Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Sep 7 18:03:46 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171196 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 18:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94B22106566C for ; Fri, 7 Sep 2012 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3178FC0C for ; Fri, 7 Sep 2012 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87IA2eU098208 for ; Fri, 7 Sep 2012 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87IA2p8098195; Fri, 7 Sep 2012 18:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 18:10:02 GMT Resent-Message-Id: <201209071810.q87IA2p8098195@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CD7710656E5 for ; Fri, 7 Sep 2012 18:03:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F01C98FC12 for ; Fri, 7 Sep 2012 18:03:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87I3dKm062414 for ; Fri, 7 Sep 2012 18:03:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87I3diq062413; Fri, 7 Sep 2012 18:03:39 GMT (envelope-from nobody) Message-Id: <201209071803.q87I3diq062413@red.freebsd.org> Date: Fri, 7 Sep 2012 18:03:39 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171420: New port: finance/trytond_product_measurements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 18:10:02 -0000 >Number: 171420 >Category: ports >Synopsis: New port: finance/trytond_product_measurements >Confidential: no >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 Sep 07 18:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Product Measurements Module to the Tryton Application Platform. >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: # # trytond_product_measurements # trytond_product_measurements/Makefile # trytond_product_measurements/distinfo # trytond_product_measurements/pkg-descr # trytond_product_measurements/pkg-plist # echo c - trytond_product_measurements mkdir -p trytond_product_measurements > /dev/null 2>&1 echo x - trytond_product_measurements/Makefile sed 's/^X//' >trytond_product_measurements/Makefile << 'd90a82a74ab3fec172e41e495deef90a' X# New ports collection makefile for: trytond_product_measurements X# Date created: 07 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_product_measurements XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Product Measurements Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include d90a82a74ab3fec172e41e495deef90a echo x - trytond_product_measurements/distinfo sed 's/^X//' >trytond_product_measurements/distinfo << '87c5ca8b9644ddb695d12b76e7d0f4a5' XSHA256 (trytond_product_measurements-2.4.0.tar.gz) = 5ee2be599f0d8c3d13d98c6dee472b6db23924e08fe4a6ef0a87b342d0d7f64f XSIZE (trytond_product_measurements-2.4.0.tar.gz) = 19187 87c5ca8b9644ddb695d12b76e7d0f4a5 echo x - trytond_product_measurements/pkg-descr sed 's/^X//' >trytond_product_measurements/pkg-descr << '1e58fd21227b092cf5fc575388071659' XThis port adds the Product Measurements Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 1e58fd21227b092cf5fc575388071659 echo x - trytond_product_measurements/pkg-plist sed 's/^X//' >trytond_product_measurements/pkg-plist << '1c3c549bb82106fda61015e713e69c66' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/tests/test_measurements.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/tests/test_measurements.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/tests/test_measurements.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_measurements X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 1c3c549bb82106fda61015e713e69c66 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 19:30:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52691106566B for ; Fri, 7 Sep 2012 19:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BCBA8FC15 for ; Fri, 7 Sep 2012 19:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87JU3pF050894 for ; Fri, 7 Sep 2012 19:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87JU2gY050868; Fri, 7 Sep 2012 19:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 19:30:02 GMT Resent-Message-Id: <201209071930.q87JU2gY050868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tomasz CEDRO Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DEDE106566B for ; Fri, 7 Sep 2012 19:22:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 39FEA8FC0C for ; Fri, 7 Sep 2012 19:22:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87JMc4o081572 for ; Fri, 7 Sep 2012 19:22:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87JMcZJ081571; Fri, 7 Sep 2012 19:22:38 GMT (envelope-from nobody) Message-Id: <201209071922.q87JMcZJ081571@red.freebsd.org> Date: Fri, 7 Sep 2012 19:22:38 GMT From: Tomasz CEDRO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171422: LibGL build error with python3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 19:30:03 -0000 >Number: 171422 >Category: ports >Synopsis: LibGL build error with python3.2 >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 Sep 07 19:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tomasz CEDRO >Release: FreeBSD 9.0-RELEASE-p3 >Organization: CeDeROM >Environment: FreeBSD mercury 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: ports/graphics/libGL/Makefile,v 1.20 2012/08/31 15:44:41 does not build when Python3.2 is set as default interpreter. With Python2.7 build is OK. >How-To-Repeat: Build LibGL port with Python3.2 set as default: Regenerating builtin_function.cpp... python -t -O -O builtins/tools/generate_builtins.py ./builtin_compiler > builtin_function.cpp || rm -f builtin_function.cpp File "builtins/tools/generate_builtins.py", line 20 print "Usage:", argv[0], "" ^ SyntaxError: invalid syntax c++ -c -I. -I../mesa -I../mapi -I../../include -I/usr/local/include -msse3 -mfpmath=sse -O2 -fno-strict-aliasing -Wall -fno-strict-aliasing -msse3 -mfpmath=sse -O2 -fno-strict-aliasing -fPIC -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DFEATURE_GL=1 -fvisibility=hidden -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DFEATURE_GL=1 builtin_function.cpp -o builtin_function.o c++: builtin_function.cpp: No such file or directory c++: No input files specified gmake[2]: *** [builtin_function.o] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.11.2/src/glsl' gmake[1]: *** [subdirs] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.11.2/src' gmake: *** [default] Error 1 *** Error code 1 >Fix: Restrict port to use Python2 or fix compatibility with Python3. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 20:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3151C106566C for ; Fri, 7 Sep 2012 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07A738FC0C for ; Fri, 7 Sep 2012 20:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87Ke2Le024403 for ; Fri, 7 Sep 2012 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87Ke2Gd024390; Fri, 7 Sep 2012 20:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 20:40:02 GMT Resent-Message-Id: <201209072040.q87Ke2Gd024390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81E33106564A for ; Fri, 7 Sep 2012 20:30:18 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 385978FC14 for ; Fri, 7 Sep 2012 20:30:18 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1TA5Bq-00079P-Bu; Sat, 08 Sep 2012 00:30:10 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 18E76B867; Sat, 8 Sep 2012 00:30:10 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 0F4C99F0; Sat, 8 Sep 2012 00:30:10 +0400 (MSK) Message-Id: <20120907203010.0F4C99F0@hades.panopticon> Date: Sat, 8 Sep 2012 00:30:10 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: aoyama@peach.ne.jp Subject: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 20:40:03 -0000 >Number: 171423 >Category: ports >Synopsis: [PATCH] net/istgt: fix dirrm of etc subdirectory >Confidential: no >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 Sep 07 20:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012 >Description: If the user creates istgt.conf (or other configs) in %%PREFIX%%/etc/istgt and the deinstalls istgt, an error will be given on being unable to remove non-empty directory %%PREFIX%%/etc/istgt. To fix that, use silent dirrmtry instead of dirrm, as other ports with user-modifiable configs do. Port maintainer (aoyama@peach.ne.jp) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- istgt-20120901.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile ./Makefile --- /usr/ports/net/istgt/Makefile 2012-09-03 23:27:45.000000000 +0400 +++ ./Makefile 2012-09-08 00:18:28.556753529 +0400 @@ -2,7 +2,7 @@ # Date created: 2009-02-23 # Whom: Daisuke Aoyama # -# $FreeBSD: ports/net/istgt/Makefile,v 1.35 2012/09/03 19:27:45 cs Exp $ +# $FreeBSD: head/net/istgt/Makefile 303614 2012-09-03 19:27:45Z cs $ # PORTNAME= istgt @@ -28,7 +28,7 @@ %%ETCDIR%%/istgt.conf.sample \ %%ETCDIR%%/istgt.large.conf.sample \ %%ETCDIR%%/istgtcontrol.conf.sample -PLIST_DIRS= %%ETCDIR%% +PLIST_DIRSTRY= %%ETCDIR%% PORTDOCS= ${DOCS:T} DOCS= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp --- istgt-20120901.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 20:40:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8E15106566C; Fri, 7 Sep 2012 20:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4A08FC16; Fri, 7 Sep 2012 20:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87KeKnV025307; Fri, 7 Sep 2012 20:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87KeKRa025282; Fri, 7 Sep 2012 20:40:20 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 20:40:20 GMT Message-Id: <201209072040.q87KeKRa025282@freefall.freebsd.org> To: amdmi3@amdmi3.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 20:40:20 -0000 Synopsis: [PATCH] net/istgt: fix dirrm of etc subdirectory State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Sep 7 20:40:18 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171423 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 20:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7F1A106564A for ; Fri, 7 Sep 2012 20:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92DCD8FC15 for ; Fri, 7 Sep 2012 20:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87KoAn3067163 for ; Fri, 7 Sep 2012 20:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87KoAU6067157; Fri, 7 Sep 2012 20:50:10 GMT (envelope-from gnats) Date: Fri, 7 Sep 2012 20:50:10 GMT Message-Id: <201209072050.q87KoAU6067157@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 20:50:10 -0000 The following reply was made to PR ports/171423; it has been noted by GNATS. From: Edwin Groothuis To: aoyama@peach.ne.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory Date: Fri, 7 Sep 2012 20:40:11 UT Maintainer of net/istgt, Please note that PR ports/171423 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/171423 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 21:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F139106566B for ; Fri, 7 Sep 2012 21:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 303FA8FC16 for ; Fri, 7 Sep 2012 21:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87Lo8BJ027689 for ; Fri, 7 Sep 2012 21:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87Lo8W0027654; Fri, 7 Sep 2012 21:50:08 GMT (envelope-from gnats) Date: Fri, 7 Sep 2012 21:50:08 GMT Message-Id: <201209072150.q87Lo8W0027654@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Daisuke Aoyama" Cc: Subject: Re: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daisuke Aoyama List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 21:50:09 -0000 The following reply was made to PR ports/171423; it has been noted by GNATS. From: "Daisuke Aoyama" To: Cc: Subject: Re: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory Date: Sat, 8 Sep 2012 06:43:25 +0900 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171423 I confirmed that this patch worked as expected. -- Daisuke Aoyama From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 22:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C56E1106564A for ; Fri, 7 Sep 2012 22:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9DCB98FC12 for ; Fri, 7 Sep 2012 22:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87MA2kO087972 for ; Fri, 7 Sep 2012 22:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87MA2Yl087959; Fri, 7 Sep 2012 22:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 22:10:02 GMT Resent-Message-Id: <201209072210.q87MA2Yl087959@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33CEB106564A for ; Fri, 7 Sep 2012 22:00:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 06EF38FC17 for ; Fri, 7 Sep 2012 22:00:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87M0Zpk025715 for ; Fri, 7 Sep 2012 22:00:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q87M0ZtW025714; Fri, 7 Sep 2012 22:00:35 GMT (envelope-from nobody) Message-Id: <201209072200.q87M0ZtW025714@red.freebsd.org> Date: Fri, 7 Sep 2012 22:00:35 GMT From: John Hixson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171425: pianobar version update (2012-09-07) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 22:10:02 -0000 >Number: 171425 >Category: ports >Synopsis: pianobar version update (2012-09-07) >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 Sep 07 22:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John Hixson >Release: 10.0-CURRENT >Organization: iXsystems, Inc. >Environment: FreeBSD thinkbsd 9.9-CURRENT FreeBSD 10.0-CURRENT #3 r239310: Wed Aug 15 14:41:09 PDT 2012 root@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 2012-07-11 08:47:23.000000000 -0700 +++ pianobar/Makefile 2012-09-07 14:17:39.340343512 -0700 @@ -6,7 +6,7 @@ # PORTNAME= pianobar -PORTVERSION= 2012.06.24 +PORTVERSION= 2012.09.07 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ diff -urN pianobar.orig/distinfo pianobar/distinfo --- pianobar.orig/distinfo 2012-07-11 08:47:23.000000000 -0700 +++ pianobar/distinfo 2012-09-07 14:17:52.920332828 -0700 @@ -1,2 +1,2 @@ -SHA256 (pianobar-2012.06.24.tar.bz2) = a80307dcfc8786c28d6025f54820664eca0cf26f888bd608c95d486762f908aa -SIZE (pianobar-2012.06.24.tar.bz2) = 47580 \ No newline at end of file +SHA256 (pianobar-2012.09.07.tar.bz2) = 1790d1f70f1516ddb3000ee95d43d42659530e8e786807edd4f4895bcbb2aa1c +SIZE (pianobar-2012.09.07.tar.bz2) = 49641 diff -urN pianobar.orig/files/patch-Makefile pianobar/files/patch-Makefile --- pianobar.orig/files/patch-Makefile 2011-12-18 00:57:07.000000000 -0800 +++ pianobar/files/patch-Makefile 2012-09-07 14:53:36.760336730 -0700 @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-12-11 10:39:27.000000000 -0800 -+++ Makefile 2011-12-17 22:41:34.000000000 -0800 +--- Makefile.orig 2012-09-07 07:44:39.000000000 -0700 ++++ Makefile 2012-09-07 14:52:09.940335486 -0700 @@ -4,7 +4,7 @@ BINDIR:=${PREFIX}/bin LIBDIR:=${PREFIX}/lib @@ -9,3 +9,20 @@ DYNLINK:=0 # Respect environment variables set by user; does not work with := +@@ -14,6 +14,7 @@ + ifeq (${CC},cc) + CC=c99 + endif ++DEPCC=cc + + PIANOBAR_DIR=src + PIANOBAR_SRC=\ +@@ -119,7 +120,7 @@ + # build dependency files + %.d: %.c + @set -e; rm -f $@; \ +- $(CC) -M ${CFLAGS} -I ${LIBPIANO_INCLUDE} -I ${LIBWAITRESS_INCLUDE} \ ++ $(DEPCC) -M ${CFLAGS} -I ${LIBPIANO_INCLUDE} -I ${LIBWAITRESS_INCLUDE} \ + ${LIBFAAD_CFLAGS} ${LIBMAD_CFLAGS} ${LIBGNUTLS_CFLAGS} \ + ${LIBGCRYPT_CFLAGS} ${LIBJSONC_CFLAGS} $< > $@.$$$$; \ + sed '1 s,^.*\.o[ :]*,$*.o $@ : ,g' < $@.$$$$ > $@; \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 22:49:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE86F106566B; Fri, 7 Sep 2012 22:49:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 949978FC0A; Fri, 7 Sep 2012 22:49:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87MngEL094513; Fri, 7 Sep 2012 22:49:42 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87MngYK094417; Fri, 7 Sep 2012 22:49:42 GMT (envelope-from bdrewery) Date: Fri, 7 Sep 2012 22:49:42 GMT Message-Id: <201209072249.q87MngYK094417@freefall.freebsd.org> To: aoyama@peach.ne.jp, bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Cc: Subject: Re: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 22:49:42 -0000 Synopsis: [PATCH] net/istgt: fix dirrm of etc subdirectory Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Fri Sep 7 22:49:41 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171423 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 23:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ACE3106566B for ; Fri, 7 Sep 2012 23:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF958FC0A for ; Fri, 7 Sep 2012 23:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87N0A8J008054 for ; Fri, 7 Sep 2012 23:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87N0AZa008042; Fri, 7 Sep 2012 23:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 23:00:10 GMT Resent-Message-Id: <201209072300.q87N0AZa008042@freefall.freebsd.org> 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 Merryweather Cooper" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A8D9106566B for ; Fri, 7 Sep 2012 22:58:00 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: from nm7.access.bullet.mail.mud.yahoo.com (nm7.access.bullet.mail.mud.yahoo.com [66.94.237.208]) by mx1.freebsd.org (Postfix) with SMTP id BD9B58FC0C for ; Fri, 7 Sep 2012 22:57:59 +0000 (UTC) Received: from [66.94.237.197] by nm7.access.bullet.mail.mud.yahoo.com with NNFMP; 07 Sep 2012 22:55:18 -0000 Received: from [98.139.221.60] by tm8.access.bullet.mail.mud.yahoo.com with NNFMP; 07 Sep 2012 22:55:18 -0000 Received: from [127.0.0.1] by smtp101.biz.mail.bf1.yahoo.com with NNFMP; 07 Sep 2012 22:55:18 -0000 Received: from g7-HP.borgsdemons.com (john_m_cooper@72.135.18.240 with login) by smtp101.biz.mail.bf1.yahoo.com with SMTP; 07 Sep 2012 15:55:18 -0700 PDT Message-Id: <1347058526.698328.6492@g7-HP.borgsdemons.com> Date: Fri, 7 Sep 2012 17:55:26 -0500 From: "John Merryweather Cooper" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/171426: multimedia/cuse4bsd-kmod now breaks rebuild of kmods during kernel or installkernel build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 23:00:10 -0000 >Number: 171426 >Category: ports >Synopsis: multimedia/cuse4bsd-kmod now breaks rebuild of kmods during kernel or installkernel build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 23:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 9.1-PRERELEASE #29: Fri Aug 24 07:07:47 CDT 2012 root@g7-HP.borgsdemons.com:/usr/obj/usr/src/sys/G7 >Description: Apparently, the kmod build in the kernel|installkernel target sets OSVERSION=. multimedia/cuse4bsd-kmod fails as follows: objcopy --only-keep-debug zlib.ko.debug zlib.ko.symbols objcopy --strip-debug --add-gnu-debuglink=zlib.ko.symbols zlib.ko.debug zlib.ko ===> Ports module multimedia/cuse4bsd-kmod (all) cd ${PORTSDIR:-/usr/ports}/multimedia/cuse4bsd-kmod; PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin SRC_BASE=/usr/src OSVERSION= WRKDIRPREFIX=/usr/obj/usr/src/sys/G7 make -B clean all ===> Cleaning for cuse4bsd-kmod-0.1.26 ===> cuse4bsd-kmod-0.1.26 requires FreeBSD 8.0-RELEASE or later. *** [all] Error code 1 Stop in /usr/ports/multimedia/cuse4bsd-kmod. *** [all] Error code 1 Stop in /usr/obj/usr/src/sys/G7. *** [buildkernel] Error code 1 Stop in /usr/src. *** [buildkernel] Error code 1 Stop in /usr/src. >How-To-Repeat: 1) have multimedia/cuse4bsd-kmod set to automatically rebuild when the kernel is updated; 2) do a "make kernel" or "make installkernel" >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 23:00:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB88106568C; Fri, 7 Sep 2012 23:00:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E51A8FC12; Fri, 7 Sep 2012 23:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87N0XeI015146; Fri, 7 Sep 2012 23:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87N0Xdn015129; Fri, 7 Sep 2012 23:00:33 GMT (envelope-from edwin) Date: Fri, 7 Sep 2012 23:00:33 GMT Message-Id: <201209072300.q87N0Xdn015129@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hselasky@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171426: multimedia/cuse4bsd-kmod now breaks rebuild of kmods during kernel or installkernel build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 23:00:34 -0000 Synopsis: multimedia/cuse4bsd-kmod now breaks rebuild of kmods during kernel or installkernel build Responsible-Changed-From-To: freebsd-ports-bugs->hselasky Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 7 23:00:33 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171426 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 23:20:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD3FA1065672; Fri, 7 Sep 2012 23:20:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC788FC08; Fri, 7 Sep 2012 23:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87NK0pq067299; Fri, 7 Sep 2012 23:20:00 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87NK0MO067193; Fri, 7 Sep 2012 23:20:00 GMT (envelope-from delphij) Date: Fri, 7 Sep 2012 23:20:00 GMT Message-Id: <201209072320.q87NK0MO067193@freefall.freebsd.org> To: kes-kes@yandex.ru, delphij@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: delphij@FreeBSD.org Cc: Subject: Re: ports/168141: faild to install lang/ezm3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 23:20:00 -0000 Synopsis: faild to install lang/ezm3 State-Changed-From-To: open->closed State-Changed-By: delphij State-Changed-When: Fri Sep 7 23:19:05 UTC 2012 State-Changed-Why: A workaround have been committed as r303838. http://www.freebsd.org/cgi/query-pr.cgi?pr=168141 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 23:28:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F14D1065670; Fri, 7 Sep 2012 23:28:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5F7B8FC14; Fri, 7 Sep 2012 23:28:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87NSP9u005866; Fri, 7 Sep 2012 23:28:25 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87NSP9T005846; Fri, 7 Sep 2012 23:28:25 GMT (envelope-from amdmi3) Date: Fri, 7 Sep 2012 23:28:25 GMT Message-Id: <201209072328.q87NSP9T005846@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/171273: [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 23:28:26 -0000 Synopsis: [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Fri Sep 7 23:28:25 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171273 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 00:04:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B9971065670; Sat, 8 Sep 2012 00:04:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E3D2A8FC0A; Sat, 8 Sep 2012 00:04:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8804wk8037065; Sat, 8 Sep 2012 00:04:58 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8804w6D037051; Sat, 8 Sep 2012 00:04:58 GMT (envelope-from amdmi3) Date: Sat, 8 Sep 2012 00:04:58 GMT Message-Id: <201209080004.q8804w6D037051@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/171363: [MAINTAINER] games/gottet: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 00:04:59 -0000 Synopsis: [MAINTAINER] games/gottet: Makefile simplified Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Sat Sep 8 00:04:57 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171363 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 00:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F1331065672 for ; Sat, 8 Sep 2012 00:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B65F8FC0C for ; Sat, 8 Sep 2012 00:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q880U2Qw055785 for ; Sat, 8 Sep 2012 00:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q880U1L8055771; Sat, 8 Sep 2012 00:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 00:30:01 GMT Resent-Message-Id: <201209080030.q880U1L8055771@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BA681065672; Sat, 8 Sep 2012 00:23:47 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 085D68FC08; Sat, 8 Sep 2012 00:23:46 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3XDGMr3Xqqz2Kd; Sat, 8 Sep 2012 08:18:48 +0800 (CST) Message-Id: <3XDGMr3Xqqz2Kd@sunpoet.net> Date: Sat, 8 Sep 2012 08:18:48 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lth@FreeBSD.org Subject: ports/171428: [PATCH] devel/p5-Parse-CPAN-Meta: fix *_DEPENDS for perl5.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 00:30:02 -0000 >Number: 171428 >Category: ports >Synopsis: [PATCH] devel/p5-Parse-CPAN-Meta: fix *_DEPENDS for perl5.16 >Confidential: no >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 Sep 08 00:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Sun Sep 2 03:56:34 CST >Description: - Fix *_DEPENDS: p5-JSON-PP >= 2.27200 is already in Perl 5.16.0+ Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- p5-Parse-CPAN-Meta-1.44.04.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 303847) +++ Makefile (working copy) @@ -16,13 +16,18 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Parse META.yml and other similar CPAN metadata files -BUILD_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML \ - p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP -RUN_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML \ - p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP +BUILD_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML +RUN_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML PERL_CONFIGURE= yes MAN3= Parse::CPAN::Meta.3 -.include +.include + +.if ${PERL_LEVEL} < 501600 +BUILD_DEPENDS+= p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP +RUN_DEPENDS+= p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP +.endif + +.include --- p5-Parse-CPAN-Meta-1.44.04.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 00:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBDEC106566C; Sat, 8 Sep 2012 00:30:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFBEF8FC15; Sat, 8 Sep 2012 00:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q880UI20059577; Sat, 8 Sep 2012 00:30:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q880UIRR059561; Sat, 8 Sep 2012 00:30:18 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 00:30:18 GMT Message-Id: <201209080030.q880UIRR059561@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lth@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171428: [PATCH] devel/p5-Parse-CPAN-Meta: fix *_DEPENDS for perl5.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 00:30:19 -0000 Synopsis: [PATCH] devel/p5-Parse-CPAN-Meta: fix *_DEPENDS for perl5.16 Responsible-Changed-From-To: freebsd-ports-bugs->lth Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 00:30:17 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171428 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 00:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 547D0106564A for ; Sat, 8 Sep 2012 00:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A6A48FC0A for ; Sat, 8 Sep 2012 00:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q880o8If091855 for ; Sat, 8 Sep 2012 00:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q880o8Ef091842; Sat, 8 Sep 2012 00:50:08 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 00:50:08 GMT Message-Id: <201209080050.q880o8Ef091842@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rob Navarro Cc: Subject: Re: ports/168861: devel/tkcvs: tkdiff no longer runs correctly - workaround found (needs package surgery) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Navarro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 00:50:08 -0000 The following reply was made to PR ports/168861; it has been noted by GNATS. From: Rob Navarro To: bug-followup@FreeBSD.org, sbruno@FreeBSD.org Cc: Subject: Re: ports/168861: devel/tkcvs: tkdiff no longer runs correctly - workaround found (needs package surgery) Date: Fri, 07 Sep 2012 17:40:06 -0700 Sirs, On system: FreeBSD 64-142-54-194.colo.sonic.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Having just installed port: tkdiff-4.2 via "portupgrade -N tkdiff-4.2" tkdiff then simply fails with: exec: *45023*/usr/local/bin/tkdiff: not found This is true even though /usr/local/bin/wish exists! Though "wish" exists in /usr/local/bin the system seems to depend upon /usr/local/bin/wish8.5 (found this out via pkg_info -L tk-8.5.12 |fgrep wish ) Cludged my local system via: cd /usr/local/bin mv wish broken.wish ln wish8.5 wish No idea where my broken /usr/local/bin/wish comes from. Kind regards, Rob From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:20:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E15B1106566C; Sat, 8 Sep 2012 01:20:36 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5B538FC0A; Sat, 8 Sep 2012 01:20:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881Ka8G040662; Sat, 8 Sep 2012 01:20:36 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881Ka7G040643; Sat, 8 Sep 2012 01:20:36 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:20:36 GMT Message-Id: <201209080120.q881Ka7G040643@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171170: New port: finance/trytond_account_de_skr03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:20:37 -0000 Synopsis: New port: finance/trytond_account_de_skr03 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:20:35 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171170 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:20:43 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A4B7106564A; Sat, 8 Sep 2012 01:20:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD968FC12; Sat, 8 Sep 2012 01:20:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881Kh9Z042161; Sat, 8 Sep 2012 01:20:43 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881KhZB042144; Sat, 8 Sep 2012 01:20:43 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:20:43 GMT Message-Id: <201209080120.q881KhZB042144@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171171: New port: finance/trytond_account_fr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:20:43 -0000 Synopsis: New port: finance/trytond_account_fr Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:20:42 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171171 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:20:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EF931065673; Sat, 8 Sep 2012 01:20:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 62EBA8FC08; Sat, 8 Sep 2012 01:20:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881KoHh043690; Sat, 8 Sep 2012 01:20:50 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881Koj5043673; Sat, 8 Sep 2012 01:20:50 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:20:50 GMT Message-Id: <201209080120.q881Koj5043673@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171172: New port: finance/trytond_account_be X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:20:50 -0000 Synopsis: New port: finance/trytond_account_be Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:20:49 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171172 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:20:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51E5110656B4; Sat, 8 Sep 2012 01:20:57 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25F6A8FC14; Sat, 8 Sep 2012 01:20:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881KvDR045224; Sat, 8 Sep 2012 01:20:57 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881KuQq045207; Sat, 8 Sep 2012 01:20:56 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:20:56 GMT Message-Id: <201209080120.q881KuQq045207@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171412: New port: finance/trytond_product_price_list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:20:57 -0000 Synopsis: New port: finance/trytond_product_price_list Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:20:56 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171412 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:21:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B7F106566C; Sat, 8 Sep 2012 01:21:03 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A9A718FC18; Sat, 8 Sep 2012 01:21:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881L3tB046718; Sat, 8 Sep 2012 01:21:03 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881L3Al046702; Sat, 8 Sep 2012 01:21:03 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:21:03 GMT Message-Id: <201209080121.q881L3Al046702@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171416: New port: finance/trytond_product_cost_history X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:21:03 -0000 Synopsis: New port: finance/trytond_product_cost_history Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:21:02 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171416 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:21:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87DA61065675; Sat, 8 Sep 2012 01:21:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1B78FC0A; Sat, 8 Sep 2012 01:21:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881LAJ9048266; Sat, 8 Sep 2012 01:21:10 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881LAgH048250; Sat, 8 Sep 2012 01:21:10 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:21:10 GMT Message-Id: <201209080121.q881LAgH048250@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171417: New port: finance/trytond_stock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:21:10 -0000 Synopsis: New port: finance/trytond_stock Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:21:09 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171417 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:21:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4232B1065721; Sat, 8 Sep 2012 01:21:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 163DA8FC16; Sat, 8 Sep 2012 01:21:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881LGGC049784; Sat, 8 Sep 2012 01:21:16 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881LGbo049769; Sat, 8 Sep 2012 01:21:16 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:21:16 GMT Message-Id: <201209080121.q881LGbo049769@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171419: New port: finance/trytond_product_cost_fifo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:21:17 -0000 Synopsis: New port: finance/trytond_product_cost_fifo Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:21:16 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171419 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:21:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16DAC10656B1; Sat, 8 Sep 2012 01:21:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDD788FC0C; Sat, 8 Sep 2012 01:21:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881LNfK051347; Sat, 8 Sep 2012 01:21:23 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881LNVl051331; Sat, 8 Sep 2012 01:21:23 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:21:23 GMT Message-Id: <201209080121.q881LNVl051331@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171420: New port: finance/trytond_product_measurements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:21:24 -0000 Synopsis: New port: finance/trytond_product_measurements Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:21:23 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171420 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:21:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF3BD106564A; Sat, 8 Sep 2012 01:21:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83B338FC19; Sat, 8 Sep 2012 01:21:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881LUYD052895; Sat, 8 Sep 2012 01:21:30 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881LUXe052877; Sat, 8 Sep 2012 01:21:30 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:21:30 GMT Message-Id: <201209080121.q881LUXe052877@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171365: New port: chinese/fcitx-table-extra - Table-based IMs for Fcitx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:21:30 -0000 Synopsis: New port: chinese/fcitx-table-extra - Table-based IMs for Fcitx Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:21:29 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171365 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:21:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56C2E10656B2; Sat, 8 Sep 2012 01:21:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 29E1F8FC1C; Sat, 8 Sep 2012 01:21:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881LaGM054341; Sat, 8 Sep 2012 01:21:36 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881Lacu054324; Sat, 8 Sep 2012 01:21:36 GMT (envelope-from wen) Date: Sat, 8 Sep 2012 01:21:36 GMT Message-Id: <201209080121.q881Lacu054324@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/171330: [UPDATE] chinese/libpinyin to 0.7.1 & chinese/fcitx-libpinyin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:21:37 -0000 Synopsis: [UPDATE] chinese/libpinyin to 0.7.1 & chinese/fcitx-libpinyin Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sat Sep 8 01:21:36 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171330 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B81F106564A for ; Sat, 8 Sep 2012 01:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EEE88FC0C for ; Sat, 8 Sep 2012 01:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881e2gZ083713 for ; Sat, 8 Sep 2012 01:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881e2gQ083700; Sat, 8 Sep 2012 01:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 01:40:02 GMT Resent-Message-Id: <201209080140.q881e2gQ083700@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EEED106566B for ; Sat, 8 Sep 2012 01:36:24 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 800C28FC12 for ; Sat, 8 Sep 2012 01:36:23 +0000 (UTC) Received: (qmail invoked by alias); 08 Sep 2012 01:36:21 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp071) with SMTP; 08 Sep 2012 03:36:21 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sat, 08 Sep 2012 03:36:20 +0200 Message-Id: <20120908013624.0EEED106566B@hub.freebsd.org> Date: Sat, 08 Sep 2012 03:36:20 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171429: [NEW PORT] games/pyspacewar: Two ships duel in a gravity field X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:40:02 -0000 >Number: 171429 >Category: ports >Synopsis: [NEW PORT] games/pyspacewar: Two ships duel in a gravity field >Confidential: no >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 Sep 08 01:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: PySpaceWar ========== Two ships duel in a gravity field. Gravity doesn't affect the ships themselves (which have spanking new anti-gravity devices), but it affects missiles launced by the ships. You can play against the computer, or two players can play with one keyboard. There is also a Gravity Wars mode, where the two ships do not move, and the players repeatedly specify the direction and velocity of their missiles. WWW: http://mg.pov.lt/pyspacewar/ Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pyspacewar # pyspacewar/Makefile # pyspacewar/distinfo # pyspacewar/pkg-descr # pyspacewar/pkg-plist # pyspacewar/files # pyspacewar/files/patch-setup.py # echo c - pyspacewar mkdir -p pyspacewar > /dev/null 2>&1 echo x - pyspacewar/Makefile sed 's/^X//' >pyspacewar/Makefile << 'f20454178068a1039ed31858edbda7f6' X# $FreeBSD$ X XPORTNAME= pyspacewar XPORTVERSION= 0.9.7 XCATEGORIES= games python XMASTER_SITES= http://mg.pov.lt/${PORTNAME}/ XDIST_SUBDIR= python X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Two ships duel in a gravity field X XLICENSE= GPLv2 X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XNO_BUILD= yes X XPORTDOCS= NEWS.txt README.txt TODO.txt performance-notes.txt X X.include X Xpost-install: X# Pixmaps X ${INSTALL_DATA} ${WRKSRC}/src/pyspacewar/icons/pyspacewar48.png ${PREFIX}/share/pixmaps/${PORTNAME}.png X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include f20454178068a1039ed31858edbda7f6 echo x - pyspacewar/distinfo sed 's/^X//' >pyspacewar/distinfo << 'c76fff281de696e158f58e521a3f2549' XSHA256 (python/pyspacewar-0.9.7.tar.gz) = 964d59ff8d42a6ba235ea1f616c576757ba3c232e349af78869e024b963c8b15 XSIZE (python/pyspacewar-0.9.7.tar.gz) = 229319 c76fff281de696e158f58e521a3f2549 echo x - pyspacewar/pkg-descr sed 's/^X//' >pyspacewar/pkg-descr << '3892e9b0153ddaf70a506f51807ed468' XPySpaceWar X========== X XTwo ships duel in a gravity field. Gravity doesn't affect the ships Xthemselves (which have spanking new anti-gravity devices), but it affects Xmissiles launced by the ships. X XYou can play against the computer, or two players can play with one keyboard. XThere is also a Gravity Wars mode, where the two ships do not move, and the Xplayers repeatedly specify the direction and velocity of their missiles. X XWWW: http://mg.pov.lt/pyspacewar/ 3892e9b0153ddaf70a506f51807ed468 echo x - pyspacewar/pkg-plist sed 's/^X//' >pyspacewar/pkg-plist << 'dc5d7fc12f5c261d3eddf62f658c128b' Xbin/pyspacewar X%%PYTHON_SITELIBDIR%%/pyspacewar/__init__.py X%%PYTHON_SITELIBDIR%%/pyspacewar/__init__.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/__init__.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/ai.py X%%PYTHON_SITELIBDIR%%/pyspacewar/ai.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/ai.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/game.py X%%PYTHON_SITELIBDIR%%/pyspacewar/game.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/game.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/README.txt X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar-gallery.png X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar16.png X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar16.svg X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar22.png X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar22.svg X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar32.png X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar32.svg X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar48.png X%%PYTHON_SITELIBDIR%%/pyspacewar/icons/pyspacewar48.svg X%%PYTHON_SITELIBDIR%%/pyspacewar/images/README.txt X%%PYTHON_SITELIBDIR%%/pyspacewar/images/background.jpg X%%PYTHON_SITELIBDIR%%/pyspacewar/images/planet_D3.png X%%PYTHON_SITELIBDIR%%/pyspacewar/images/planet_E0.png X%%PYTHON_SITELIBDIR%%/pyspacewar/images/planet_G0.png X%%PYTHON_SITELIBDIR%%/pyspacewar/images/planet_G2.png X%%PYTHON_SITELIBDIR%%/pyspacewar/images/planet_I0.png X%%PYTHON_SITELIBDIR%%/pyspacewar/images/title.png X%%PYTHON_SITELIBDIR%%/pyspacewar/main.py X%%PYTHON_SITELIBDIR%%/pyspacewar/main.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/main.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/music/README.txt X%%PYTHON_SITELIBDIR%%/pyspacewar/music/music.ini X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/Grenade2.au X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/Grenade2.wav X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/Gun_Silencer.wav X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/Pink_Noise1.au X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/Pink_Noise1.wav X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/README.txt X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/bomb.wav X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/briefcs1.wav X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/coin2.wav X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/electricshock.wav X%%PYTHON_SITELIBDIR%%/pyspacewar/sounds/sounds.ini X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/__init__.py X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_game.py X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_game.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_game.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_ui.py X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_ui.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_ui.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_world.py X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_world.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/tests/test_world.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/ui.py X%%PYTHON_SITELIBDIR%%/pyspacewar/ui.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/ui.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/version.py X%%PYTHON_SITELIBDIR%%/pyspacewar/version.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/version.pyo X%%PYTHON_SITELIBDIR%%/pyspacewar/world.py X%%PYTHON_SITELIBDIR%%/pyspacewar/world.pyc X%%PYTHON_SITELIBDIR%%/pyspacewar/world.pyo Xshare/pixmaps/pyspacewar.png X@dirrm %%PYTHON_SITELIBDIR%%/pyspacewar/tests X@dirrm %%PYTHON_SITELIBDIR%%/pyspacewar/sounds X@dirrm %%PYTHON_SITELIBDIR%%/pyspacewar/music X@dirrm %%PYTHON_SITELIBDIR%%/pyspacewar/images X@dirrm %%PYTHON_SITELIBDIR%%/pyspacewar/icons X@dirrm %%PYTHON_SITELIBDIR%%/pyspacewar X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry lib/python2.7 dc5d7fc12f5c261d3eddf62f658c128b echo c - pyspacewar/files mkdir -p pyspacewar/files > /dev/null 2>&1 echo x - pyspacewar/files/patch-setup.py sed 's/^X//' >pyspacewar/files/patch-setup.py << '676577bae82626ccb77a8417d9d8f3f8' X--- setup.py.orig 2010-03-07 23:25:26.000000000 +0100 X+++ setup.py 2012-09-08 01:53:26.000000000 +0200 X@@ -51,5 +51,5 @@ X scripts=['pyspacewar'], X packages=['pyspacewar'], X package_dir={'pyspacewar': 'src/pyspacewar'}, X- package_data={'pyspacewar': ['images/*', 'sounds/*', 'music/*']}, X+ package_data={'pyspacewar': ['icons/*', 'images/*', 'sounds/*', 'music/*', 'tests/*']}, X ) 676577bae82626ccb77a8417d9d8f3f8 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:52:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 338311065670; Sat, 8 Sep 2012 01:52:30 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 04BCA8FC12; Sat, 8 Sep 2012 01:52:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881qTea001261; Sat, 8 Sep 2012 01:52:29 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881qTOP001174; Sat, 8 Sep 2012 01:52:29 GMT (envelope-from eadler) Date: Sat, 8 Sep 2012 01:52:29 GMT Message-Id: <201209080152.q881qTOP001174@freefall.freebsd.org> To: citric@cubicone.tmetic.com, swills@FreeBSD.org, shurd@sasktel.net, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/162221: 9.0-RC1 new problem building lang/spidermonkey X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:52:30 -0000 Synopsis: 9.0-RC1 new problem building lang/spidermonkey State-Changed-From-To: open->closed State-Changed-By: eadler State-Changed-When: Sat Sep 8 01:52:29 UTC 2012 State-Changed-Why: this should have been fixed recently. if not ping me and I'll reopen http://www.freebsd.org/cgi/query-pr.cgi?pr=162221 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 01:53:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1159F106566B; Sat, 8 Sep 2012 01:53:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D79268FC0A; Sat, 8 Sep 2012 01:53:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q881rarb018864; Sat, 8 Sep 2012 01:53:36 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q881raBg018654; Sat, 8 Sep 2012 01:53:36 GMT (envelope-from eadler) Date: Sat, 8 Sep 2012 01:53:36 GMT Message-Id: <201209080153.q881raBg018654@freefall.freebsd.org> To: Joerg.Pulz@frm2.tum.de, vangyzen@stat.duke.edu, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/57498: HEIMDAL_HOME should be defined in src or ports Makefiles security/heimdal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 01:53:37 -0000 Synopsis: HEIMDAL_HOME should be defined in src or ports Makefiles security/heimdal State-Changed-From-To: feedback->closed State-Changed-By: eadler State-Changed-When: Sat Sep 8 01:53:35 UTC 2012 State-Changed-Why: feedback timeout, if this is still an issue please ping me http://www.freebsd.org/cgi/query-pr.cgi?pr=57498 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 02:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 766971065673 for ; Sat, 8 Sep 2012 02:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 435028FC0A for ; Sat, 8 Sep 2012 02:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q882U2ij029436 for ; Sat, 8 Sep 2012 02:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q882U22p029418; Sat, 8 Sep 2012 02:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 02:30:02 GMT Resent-Message-Id: <201209080230.q882U22p029418@freefall.freebsd.org> 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0034106566C for ; Sat, 8 Sep 2012 02:25:06 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id B4BD68FC15 for ; Sat, 8 Sep 2012 02:25:06 +0000 (UTC) Received: by iebc12 with SMTP id c12so267720ieb.13 for ; Fri, 07 Sep 2012 19:25:00 -0700 (PDT) Received: by 10.50.34.132 with SMTP id z4mr1028088igi.34.1347071100064; Fri, 07 Sep 2012 19:25:00 -0700 (PDT) Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id p8sm1312108igl.16.2012.09.07.19.24.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 19:24:59 -0700 (PDT) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 9710939EB8; Sat, 8 Sep 2012 12:24:53 +1000 (EST) Message-Id: <20120908022453.9710939EB8@freebsd-9-amd64.localdomain> Date: Sat, 8 Sep 2012 12:24:53 +1000 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171430: [MAINTAINER] www/py-requests: update to 0.14.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 02:30:02 -0000 >Number: 171430 >Category: ports >Synopsis: [MAINTAINER] www/py-requests: update to 0.14.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 02:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - Update to 0.14.0 - Tweak COMMENT according to handbook - Adjust Makefile header to new convention Changes: https://github.com/kennethreitz/requests/commits/v0.14.0/ ==[QA]== port lint: looks fine. unit tests: Ran 103 tests in 140.663s - OK redports build: https://redports.org/buildarchive/20120907143941-4320/ Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-requests-0.14.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/py-requests/Makefile ./Makefile --- /usr/ports/www/py-requests/Makefile 2012-08-27 22:40:41.000000000 +1000 +++ ./Makefile 2012-09-08 00:35:27.000000000 +1000 @@ -1,18 +1,13 @@ -# New ports collection makefile for: py-requests -# Date created: 2011-07-30 -# Whom: Olivier Duchateau -# # $FreeBSD: ports/www/py-requests/Makefile,v 1.21 2012/08/27 12:40:41 wen Exp $ -# PORTNAME= requests -PORTVERSION= 0.13.9 +PORTVERSION= 0.14.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs.freebsd@gmail.com -COMMENT= Requests is a HTTP library, written in Python, for human beings +COMMENT= HTTP library written in Python for human beings LICENSE= ISCL diff -ruN --exclude=CVS /usr/ports/www/py-requests/distinfo ./distinfo --- /usr/ports/www/py-requests/distinfo 2012-08-27 22:40:41.000000000 +1000 +++ ./distinfo 2012-09-08 00:22:49.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (requests-0.13.9.tar.gz) = d887bb1c06948a8930d6e73a1f942f9febe9157a299a984994c20c84b2c21e20 -SIZE (requests-0.13.9.tar.gz) = 522477 +SHA256 (requests-0.14.0.tar.gz) = 4e690ba0275ab4a8c9a5c7a6eb14e79e1adad0f84331fc638a18d7751f41ac3b +SIZE (requests-0.14.0.tar.gz) = 523133 --- py27-requests-0.14.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 02:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD818106566B; Sat, 8 Sep 2012 02:30:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A12128FC17; Sat, 8 Sep 2012 02:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q882UIhm032026; Sat, 8 Sep 2012 02:30:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q882UImP032014; Sat, 8 Sep 2012 02:30:18 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 02:30:18 GMT Message-Id: <201209080230.q882UImP032014@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171430: [MAINTAINER] www/py-requests: update to 0.14.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 02:30:18 -0000 Synopsis: [MAINTAINER] www/py-requests: update to 0.14.0 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sat Sep 8 02:30:17 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171430 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 02:30:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92732106566C; Sat, 8 Sep 2012 02:30:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66A5B8FC1D; Sat, 8 Sep 2012 02:30:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q882UTdd033648; Sat, 8 Sep 2012 02:30:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q882UT1n033635; Sat, 8 Sep 2012 02:30:29 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 02:30:29 GMT Message-Id: <201209080230.q882UT1n033635@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171430: [MAINTAINER] www/py-requests: update to 0.14.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 02:30:29 -0000 Synopsis: [MAINTAINER] www/py-requests: update to 0.14.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 02:30:28 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171430 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 03:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B90C01065670 for ; Sat, 8 Sep 2012 03:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B6DE8FC12 for ; Sat, 8 Sep 2012 03:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q883o2KL060625 for ; Sat, 8 Sep 2012 03:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q883o2GA060612; Sat, 8 Sep 2012 03:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 03:50:02 GMT Resent-Message-Id: <201209080350.q883o2GA060612@freefall.freebsd.org> 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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C4171065670 for ; Sat, 8 Sep 2012 03:46:13 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 71A298FC0A for ; Sat, 8 Sep 2012 03:46:11 +0000 (UTC) Received: (qmail invoked by alias); 08 Sep 2012 03:46:09 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp024) with SMTP; 08 Sep 2012 05:46:09 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sat, 08 Sep 2012 05:46:09 +0200 Message-Id: <20120908034613.3C4171065670@hub.freebsd.org> Date: Sat, 08 Sep 2012 05:46:09 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171431: [NEW PORT] games/asteroid: Modern version of the arcade classic Asteroid X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 03:50:02 -0000 >Number: 171431 >Category: ports >Synopsis: [NEW PORT] games/asteroid: Modern version of the arcade classic Asteroid >Confidential: no >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 Sep 08 03:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Asteroid (just one!) is a modern version of the arcade classic Asteroids, using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects, and infinite playability. Controls -------- Use the left and right arrows to turn the ship, x to accelerate, and z to shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes and unmutes the audio. There's also a right-click menu if you forget anything. Gameplay -------- I'm not going to explain how to play Asteroids. I will mention that the wireframe octahedra that sometimes drift across the screen are powerups. To collect the powerups, run over them; or you can shoot them for bonus points (if you don't want the benefit of the powerup). You'll have to play the game to figure out the different powerup types. WWW: http://chaoslizard.sourceforge.net/asteroid/ Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # asteroid # asteroid/Makefile # asteroid/pkg-descr # asteroid/distinfo # asteroid/pkg-plist # echo c - asteroid mkdir -p asteroid > /dev/null 2>&1 echo x - asteroid/Makefile sed 's/^X//' >asteroid/Makefile << 'a4e9a41710307caacdf65d39d6fad59e' X# $FreeBSD$ X XPORTNAME= asteroid XPORTVERSION= 1.2 XCATEGORIES= games XMASTER_SITES= SF/chaoslizard/${PORTNAME:S/a/A/}/v1.2%20%282012%20Apr.%2022%29/ X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Modern version of the arcade classic Asteroid X XLICENSE= GPLv3 X XBUILD_DEPENDS+= ${CMAKE_BIN}:${PORTSDIR}/devel/cmake X XUSE_GL= glut XUSE_SDL= mixer sdl XUSE_GNOME= gtk20 XUSE_XORG= xmu XINSTALLS_ICONS= yes XUSE_CMAKE= yes XCMAKE_VERBOSE= yes X XPORTDATA= * XPORTDOCS= AUTHORS NEWS README X X.include X Xpost-install: X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include a4e9a41710307caacdf65d39d6fad59e echo x - asteroid/pkg-descr sed 's/^X//' >asteroid/pkg-descr << '542fcad9854a83eaa2819f5551bf6dd9' XAsteroid (just one!) is a modern version of the arcade classic Asteroids, Xusing OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety Xof powerups, taunting aliens, 3D textured asteroids, face-melting sound effects, Xand infinite playability. X XControls X-------- XUse the left and right arrows to turn the ship, x to accelerate, and z to Xshoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes Xand unmutes the audio. There's also a right-click menu if you forget anything. X XGameplay X-------- XI'm not going to explain how to play Asteroids. I will mention that the Xwireframe octahedra that sometimes drift across the screen are powerups. To Xcollect the powerups, run over them; or you can shoot them for bonus points X(if you don't want the benefit of the powerup). You'll have to play the game Xto figure out the different powerup types. X X XWWW: http://chaoslizard.sourceforge.net/asteroid/ 542fcad9854a83eaa2819f5551bf6dd9 echo x - asteroid/distinfo sed 's/^X//' >asteroid/distinfo << 'd171b5fa1a96ee2a4e67e788c8df49f9' XSHA256 (asteroid-1.2.tar.gz) = e268985efd23e65ad0e96d93bcc711d48f9a58da419645eb20a24a6a0ceaabe1 XSIZE (asteroid-1.2.tar.gz) = 310346 d171b5fa1a96ee2a4e67e788c8df49f9 echo x - asteroid/pkg-plist sed 's/^X//' >asteroid/pkg-plist << 'e166329e1220a8a73f49868682b9ebe1' Xbin/asteroid Xshare/applications/asteroid.desktop Xshare/icons/hicolor/scalable/apps/asteroid.svg X@dirrmtry share/icons/hicolor/scalable/apps X@dirrmtry share/icons/hicolor/scalable X@dirrmtry share/icons/hicolor X@dirrmtry share/icons X@dirrmtry share/applications e166329e1220a8a73f49868682b9ebe1 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 04:10:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 685F91065672 for ; Sat, 8 Sep 2012 04:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22FAA8FC0C for ; Sat, 8 Sep 2012 04:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q884A4fi006091 for ; Sat, 8 Sep 2012 04:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q884A451006080; Sat, 8 Sep 2012 04:10:04 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 04:10:04 GMT Resent-Message-Id: <201209080410.q884A451006080@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mihail Timofeev <9267096@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12AB21065670 for ; Sat, 8 Sep 2012 04:06:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F1FD58FC08 for ; Sat, 8 Sep 2012 04:06:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88462nX089769 for ; Sat, 8 Sep 2012 04:06:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q884629Q089768; Sat, 8 Sep 2012 04:06:02 GMT (envelope-from nobody) Message-Id: <201209080406.q884629Q089768@red.freebsd.org> Date: Sat, 8 Sep 2012 04:06:02 GMT From: Mihail Timofeev <9267096@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171432: [maintainer update] russian/wordpress update to 3.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 04:10:05 -0000 >Number: 171432 >Category: ports >Synopsis: [maintainer update] russian/wordpress update to 3.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 04:10:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mihail Timofeev >Release: >Organization: >Environment: >Description: Update to 3.4.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN wordpress.bak/Makefile wordpress/Makefile --- wordpress.bak/Makefile 2012-09-08 10:57:16.000000000 +0700 +++ wordpress/Makefile 2012-09-08 10:57:43.000000000 +0700 @@ -7,7 +7,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU diff -ruN wordpress.bak/distinfo wordpress/distinfo --- wordpress.bak/distinfo 2012-09-08 10:57:16.000000000 +0700 +++ wordpress/distinfo 2012-09-08 10:59:57.000000000 +0700 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.4.1-ru_RU.zip) = dd9151e03e6a4c0b5e134b3703e62bb29e9b420cf1ed5eb2076c7fe382b77b75 -SIZE (wordpress-3.4.1-ru_RU.zip) = 5404760 +SHA256 (wordpress-3.4.2-ru_RU.zip) = b8fac1738839b17881f41b1b14904dc510c9353464544c7c84ef1c2542c9d7a4 +SIZE (wordpress-3.4.2-ru_RU.zip) = 5406188 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 07:52:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F4DA106566C; Sat, 8 Sep 2012 07:52:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6AA38FC08; Sat, 8 Sep 2012 07:52:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q887qIx7046346; Sat, 8 Sep 2012 07:52:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q887qIBf046331; Sat, 8 Sep 2012 07:52:18 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 07:52:18 GMT Message-Id: <201209080752.q887qIBf046331@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171422: graphics/libGL build error with python3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 07:52:19 -0000 Synopsis: graphics/libGL build error with python3.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 07:52:17 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171422 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 09:40:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A40E106566B for ; Sat, 8 Sep 2012 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0548FC0C for ; Sat, 8 Sep 2012 09:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q889e4Fw054936 for ; Sat, 8 Sep 2012 09:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q889e4Nc054918; Sat, 8 Sep 2012 09:40:04 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 09:40:04 GMT Resent-Message-Id: <201209080940.q889e4Nc054918@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, tcb Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E20106566C for ; Sat, 8 Sep 2012 09:31:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CC03D8FC08 for ; Sat, 8 Sep 2012 09:31:49 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q889VnlO081100 for ; Sat, 8 Sep 2012 09:31:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q889VnL0081099; Sat, 8 Sep 2012 09:31:49 GMT (envelope-from nobody) Message-Id: <201209080931.q889VnL0081099@red.freebsd.org> Date: Sat, 8 Sep 2012 09:31:49 GMT From: tcb To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171434: port polish/libgadu should be moved to net-im X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 09:40:04 -0000 >Number: 171434 >Category: ports >Synopsis: port polish/libgadu should be moved to net-im >Confidential: no >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 Sep 08 09:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: tcb >Release: current >Organization: - >Environment: FreeBSD noxon.firefly 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r240004: Sun Sep 2 13:10:42 CEST 2012 Tobias@noxon.firefly:/usr/obj/usr/src/sys/NOXON amd64 >Description: libgadu is an instant-messanger protocol and thus should be found in the category "net-im" and not under "polish". >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 09:40:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D31D9106566C; Sat, 8 Sep 2012 09:40:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6F538FC15; Sat, 8 Sep 2012 09:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q889eGnQ058522; Sat, 8 Sep 2012 09:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q889eG2r058501; Sat, 8 Sep 2012 09:40:16 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 09:40:16 GMT Message-Id: <201209080940.q889eG2r058501@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171434: port polish/libgadu should be moved to net-im X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 09:40:16 -0000 Synopsis: port polish/libgadu should be moved to net-im Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 09:40:15 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171434 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 09:50:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18588106564A for ; Sat, 8 Sep 2012 09:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 03A928FC0A for ; Sat, 8 Sep 2012 09:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q889oCbo041706 for ; Sat, 8 Sep 2012 09:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q889oCvi041693; Sat, 8 Sep 2012 09:50:12 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 09:50:12 GMT Message-Id: <201209080950.q889oCvi041693@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nemysis Cc: Subject: Re: ports/171359: [MAINTAINER] games/connectagram: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 09:50:13 -0000 The following reply was made to PR ports/171359; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171359: [MAINTAINER] games/connectagram: Makefile simplified Date: Sat, 8 Sep 2012 11:48:49 +0200 --Sig_/3=aYrlmfvL0Np4SlwYWFxTf Content-Type: multipart/mixed; boundary="MP_/dlwbzdPQ+6RidEe2KjJLQ6O" --MP_/dlwbzdPQ+6RidEe2KjJLQ6O Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --MP_/dlwbzdPQ+6RidEe2KjJLQ6O Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=connectagram.diff =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with more diff -ruN --exclude=3DCVS /usr/ports/games/connectagram/Makefile ./Makefile --- /usr/ports/games/connectagram/Makefile 2012-08-20 18:23:55.000000000 +0= 200 +++ ./Makefile 2012-09-08 11:42:03.000000000 +0200 @@ -10,48 +10,35 @@ PORTREVISION=3D 1 CATEGORIES=3D games MASTER_SITES=3D http://gottcode.org/${PORTNAME}/ -DISTNAME=3D ${PORTNAME}-${DISTVERSION}-src +EXTRACT_SUFX=3D -src.tar.bz2 =20 MAINTAINER=3D nemysis@gmx.ch COMMENT=3D Word unscrambling game =20 LICENSE=3D GPLv3 =20 -WRKSRC=3D ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_BZIP2=3D yes -USE_QT_VER=3D 4 -QT_COMPONENTS=3D moc_build qmake_build rcc_build corelib gui iconengines i= mageformats network +USE_QT4=3D moc_build qmake_build rcc_build corelib gui iconengines imagefo= rmats network INSTALLS_ICONS=3D yes - MAKE_JOBS_SAFE=3D yes =20 PORTDATA=3D * PORTDOCS=3D ChangeLog =20 -PLIST_FILES=3D bin/${PORTNAME} \ - share/applications/${PORTNAME}.desktop \ - share/icons/hicolor/48x48/apps/${PORTNAME}.png - -PLIST_DIRSTRY=3D share/icons/hicolor/48x48/apps \ - share/icons/hicolor/48x48 \ - share/icons/hicolor \ - share/icons \ - share/applications +.include =20 do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} - -.include + ${QMAKE} ${QMAKEFLAGS} PREFIX=3D${PREFIX} =20 post-install: +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + # Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif =20 .include diff -ruN --exclude=3DCVS /usr/ports/games/connectagram/pkg-plist ./pkg-pli= st --- /usr/ports/games/connectagram/pkg-plist 1970-01-01 01:00:00.000000000 += 0100 +++ ./pkg-plist 2012-09-08 11:44:12.000000000 +0200 @@ -0,0 +1,9 @@ +bin/connectagram +share/applications/connectagram.desktop +share/icons/hicolor/48x48/apps/connectagram.png +share/pixmaps/connectagram.png +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/applications =3D=3D=3D> Done --MP_/dlwbzdPQ+6RidEe2KjJLQ6O-- --Sig_/3=aYrlmfvL0Np4SlwYWFxTf Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iF4EAREIAAYFAlBLFIEACgkQSY5SjAQUAPtJiwD+PW+t95ZAKOr4SGtpa9Wz1lA1 5JD81GBKjnMWNYTt+aYA/3PAOBc2PmM0LE28wwv2vi3jHob5HJcJTcrSoqHdROfW =CnUh -----END PGP SIGNATURE----- --Sig_/3=aYrlmfvL0Np4SlwYWFxTf-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 10:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 849871065679 for ; Sat, 8 Sep 2012 10:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66B088FC19 for ; Sat, 8 Sep 2012 10:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88AA7rg079798 for ; Sat, 8 Sep 2012 10:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88AA7oO079784; Sat, 8 Sep 2012 10:10:07 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 10:10:07 GMT Message-Id: <201209081010.q88AA7oO079784@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nemysis Cc: Subject: Re: ports/171364: [MAINTAINER] games/tanglet: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 10:10:07 -0000 The following reply was made to PR ports/171364; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171364: [MAINTAINER] games/tanglet: Makefile simplified Date: Sat, 8 Sep 2012 12:08:04 +0200 --Sig_/czsfqORRA.QQ1x1Krc3W+eR Content-Type: multipart/mixed; boundary="MP_/ZoBNdXXQJ0s3ABQA1RJKFpV" --MP_/ZoBNdXXQJ0s3ABQA1RJKFpV Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --MP_/ZoBNdXXQJ0s3ABQA1RJKFpV Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=tanglet.diff =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with more diff -ruN --exclude=3DCVS /usr/ports/games/tanglet/Makefile ./Makefile --- /usr/ports/games/tanglet/Makefile 2012-08-25 08:42:58.000000000 +0200 +++ ./Makefile 2012-09-08 12:00:26.000000000 +0200 @@ -7,20 +7,19 @@ =20 PORTNAME=3D tanglet PORTVERSION=3D 1.2.1 -PORTREVISION=3D 1 +PORTREVISION=3D 2 CATEGORIES=3D games MASTER_SITES=3D http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX=3D -src.tar.bz2 =20 MAINTAINER=3D nemysis@gmx.ch -COMMENT=3D Tanglet is a single player word finding game based on Boggle +COMMENT=3D Single player word finding game based on Boggle =20 LICENSE=3D GPLv3 =20 USE_BZIP2=3D yes USE_QT4=3D moc_build qmake_build rcc_build corelib gui iconengines imagefo= rmats INSTALLS_ICONS=3D yes - MAKE_JOBS_SAFE=3D yes =20 PORTDATA=3D * @@ -30,25 +29,11 @@ =20 do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} + ${QMAKE} ${QMAKEFLAGS} PREFIX=3D${PREFIX} =20 -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# Data - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "data translations" ${DATADIR}) - -# Icons - cd ${WRKSRC}/icons && ${FIND} hicolor -type d -name apps -exec \ - ${MKDIR} ${PREFIX}/share/icons/{} \; - cd ${WRKSRC}/icons && ${FIND} hicolor -type f -exec \ - ${INSTALL_DATA} {} ${PREFIX}/share/icons/{} \; - -# Pixmaps and Desktop - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}_32.xpm ${PREFIX}/share/pixmap= s/ - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/appli= cations/ +post-install: +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREF= IX}/share/pixmaps/ =20 # Documentation .if ${PORT_OPTIONS:MDOCS} diff -ruN --exclude=3DCVS /usr/ports/games/tanglet/pkg-plist ./pkg-plist --- /usr/ports/games/tanglet/pkg-plist 2012-05-15 01:59:03.000000000 +0200 +++ ./pkg-plist 2012-09-08 11:57:36.000000000 +0200 @@ -9,6 +9,7 @@ share/icons/hicolor/48x48/apps/tanglet.png share/icons/hicolor/64x64/apps/tanglet.png share/icons/hicolor/scalable/apps/tanglet.svg +share/pixmaps/tanglet.png share/pixmaps/tanglet_32.xpm @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable =3D=3D=3D> Done --MP_/ZoBNdXXQJ0s3ABQA1RJKFpV-- --Sig_/czsfqORRA.QQ1x1Krc3W+eR Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iF4EAREIAAYFAlBLGQQACgkQSY5SjAQUAPvctwD+KZsmT2OsKYtvXP/u9oIX1/Wa XITyoEor7jxIG1B1TTYA/iw9jDm6SqSIcfk84ighXdeObAw6X6wv/t7mkVTE8TZY =VyQY -----END PGP SIGNATURE----- --Sig_/czsfqORRA.QQ1x1Krc3W+eR-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 11:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E48A106564A for ; Sat, 8 Sep 2012 11:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52A948FC0A for ; Sat, 8 Sep 2012 11:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88BA2Ls090535 for ; Sat, 8 Sep 2012 11:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88BA2ti090521; Sat, 8 Sep 2012 11:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 11:10:02 GMT Resent-Message-Id: <201209081110.q88BA2ti090521@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0665B106566C for ; Sat, 8 Sep 2012 11:04:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DA6308FC16 for ; Sat, 8 Sep 2012 11:04:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88B4b4e019223 for ; Sat, 8 Sep 2012 11:04:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88B4bYn019221; Sat, 8 Sep 2012 11:04:37 GMT (envelope-from nobody) Message-Id: <201209081104.q88B4bYn019221@red.freebsd.org> Date: Sat, 8 Sep 2012 11:04:37 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171435: New port: finance/trytond_stock_forecast X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 11:10:11 -0000 >Number: 171435 >Category: ports >Synopsis: New port: finance/trytond_stock_forecast >Confidential: no >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 Sep 08 11:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Forecast Module to the Tryton Application Platform. >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: # # trytond_stock_forecast # trytond_stock_forecast/Makefile # trytond_stock_forecast/distinfo # trytond_stock_forecast/pkg-descr # trytond_stock_forecast/pkg-plist # echo c - trytond_stock_forecast mkdir -p trytond_stock_forecast > /dev/null 2>&1 echo x - trytond_stock_forecast/Makefile sed 's/^X//' >trytond_stock_forecast/Makefile << 'b3348a0fbf8ceafded4ce7d70180b9f2' X# New ports collection makefile for: trytond_stock_forecast X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_forecast XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Forecast Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ X trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_company \ X trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include b3348a0fbf8ceafded4ce7d70180b9f2 echo x - trytond_stock_forecast/distinfo sed 's/^X//' >trytond_stock_forecast/distinfo << '669a78810255899ac7e46176a9788171' XSHA256 (trytond_stock_forecast-2.4.0.tar.gz) = 17358caf3050f687bbd89a2385f259873fc1970f9434ec37c8a2d4468f1b07ef XSIZE (trytond_stock_forecast-2.4.0.tar.gz) = 33936 669a78810255899ac7e46176a9788171 echo x - trytond_stock_forecast/pkg-descr sed 's/^X//' >trytond_stock_forecast/pkg-descr << '11c62b96d9c7da30227f029cafb875cd' XThis port adds the Stock Forecast Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 11c62b96d9c7da30227f029cafb875cd echo x - trytond_stock_forecast/pkg-plist sed 's/^X//' >trytond_stock_forecast/pkg-plist << '5b2cb41ff60b97d0bfdaaf0b68543e04' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/test_stock_forecast.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/test_stock_forecast.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/test_stock_forecast.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 5b2cb41ff60b97d0bfdaaf0b68543e04 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 11:37:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0C61065670; Sat, 8 Sep 2012 11:37:34 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 908518FC0A; Sat, 8 Sep 2012 11:37:33 +0000 (UTC) Received: by lage12 with SMTP id e12so396551lag.13 for ; Sat, 08 Sep 2012 04:37:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=pT4rt02oPgriuh86NBjfLZkSKUA4wXXeDiWXN4gpfl0=; b=Y8Ye5tBfBC4LpFmTe+rWqjbkO9K2+aUOfFdRe7rSXQNkwVpLJjuZgrMoLvvJGlx8eG ER54e36Xdfos6ET5z3YsZ3LEVTNrmRG3fVN7VjdA+Ymx7rCmNRBqSmhuurqfkaNUkzh0 Jlge5q98AvOcZ8gYPwXU6Wa05mPZ93NSAyg6U4bEiFkBR/W2UGmfKc+LDM1PycC6z87a DRh+jnMRjPBT7bDyZYnhVi6Ethlnijws+RRr+ne/yKz345KcakXukR0l195r6PkKJQt4 bK7Ht88UgCHfA+YKgcYM9G0KeXN9QbRCPkPa6g4eDpWeq1F36yeuRRIbydaozY7+PCfx yvhw== MIME-Version: 1.0 Received: by 10.152.123.140 with SMTP id ma12mr7741750lab.22.1347104252010; Sat, 08 Sep 2012 04:37:32 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.114.63.172 with HTTP; Sat, 8 Sep 2012 04:37:31 -0700 (PDT) In-Reply-To: <201208202000.q7KK0PGN020551@freefall.freebsd.org> References: <201208201953.q7KJr1xW094324@red.freebsd.org> <201208202000.q7KK0PGN020551@freefall.freebsd.org> Date: Sat, 8 Sep 2012 13:37:31 +0200 X-Google-Sender-Auth: b_vbEgNUCGUgbG9PvqrF8XrkJCA Message-ID: From: CeDeROM To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: ports/170788: PyQT applications crach Python 2.7 (core dump) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 11:37:34 -0000 The problem with PyQT was caused by PNG in QT-GUI. The PNG port MUST be reinstalled with "make deinstall install" not "make deinstall reinstall" then the problem is solved. Maybe is good to put some restrictions on png in qt-gui... Before: g++ -c -msse3 -mfpmath=sse -O2 -march=k8 -fno-strict-aliasing -I../../include/QtCore -I../../include/QtGui -I../../include/Qt -I../../include -I. -I/usr/local/include -D_REENTRANT -I/usr/local/include/glib-2.0 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -I/usr/local/include/freetype2 -I/usr/local/include -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/release-shared -I../3rdparty/xorg -Iimage -I/usr/local/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/local/include -I.uic/release-shared -I/usr/local/include/qt4 -I/usr/local/include -o .obj/release-shared/qblendfunctions.o painting/qblendfunctions.cpp image/qpnghandler.cpp:128: error: ISO C++ forbids declaration of 'png_struct' with no type image/qpnghandler.cpp:128: error: expected ';' before '*' token image/qpnghandler.cpp:129: error: ISO C++ forbids declaration of 'png_info' with no type image/qpnghandler.cpp:129: error: expected ';' before '*' token image/qpnghandler.cpp:130: error: ISO C++ forbids declaration of 'png_info' with no type image/qpnghandler.cpp:130: error: expected ';' before '*' token image/qpnghandler.cpp:135: error: 'png_info' has not been declared image/qpnghandler.cpp: In constructor 'QPngHandlerPrivate::QPngHandlerPrivate(QPngHandler*)': image/qpnghandler.cpp:119: error: class 'QPngHandlerPrivate' does not have any field named 'png_ptr' image/qpnghandler.cpp:119: error: class 'QPngHandlerPrivate' does not have any field named 'info_ptr' image/qpnghandler.cpp:120: error: class 'QPngHandlerPrivate' does not have any field named 'end_info' image/qpnghandler.cpp: At global scope: image/qpnghandler.cpp:179: error: variable or field 'iod_read_fn' declared void image/qpnghandler.cpp:179: error: 'png_structp' was not declared in this scope image/qpnghandler.cpp:179: error: expected primary-expression before 'data' image/qpnghandler.cpp:179: error: expected primary-expression before 'length' image/qpnghandler.cpp:1010: error: expected `}' at end of input *** Error code 1 1 error *** Error code 1 Stop in /mnt/stuff300/usr/ports/x11-toolkits/qt4-gui. After "make deinstall install": g++ -c -msse3 -mfpmath=sse -O2 -march=k8 -fno-strict-aliasing -I../../include/QtCore -I../../include/QtGui -I../../include/Qt -I../../include -I. -I/usr/local/include -D_REENTRANT -I/usr/local/include/glib-2.0 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -I/usr/local/include/freetype2 -I/usr/local/include -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/release-shared -I../3rdparty/xorg -Iimage -I/usr/local/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/local/include -I.uic/release-shared -I/usr/local/include/qt4 -I/usr/local/include -o .obj/release-shared/qprintdialog_unix.o dialogs/qprintdialog_unix.cpp rm -f libQtGui.so.4.8.2 libQtGui.so libQtGui.so.4 libQtGui.so.4.8 g++ -Wl,-rpath-link,/mnt/stuff300/usr/ports/x11-toolkits/qt4-gui/work/qt-everywhere-opensource-src-4.8.2/lib -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -Wl,-rpath,/usr/local/lib/qt4 -shared -Wl,-soname,libQtGui.so.4 -o libQtGui.so.4.8.2 .obj/release-shared/qdrawhelper_mmx.o .obj/release-shared/qdrawhelper_sse.o .obj/release-shared/qimage_sse2.o .obj/release-shared/qdrawhelper_sse2.o .obj/release-shared/qimage_ssse3.o .obj/release-shared/qdrawhelper_ssse3.o .obj/release-shared/qguivariantanimation.o .obj/release-shared/qaction.o .obj/release-shared/qactiongroup.o .obj/release-shared/qapplication.o .obj/release-shared/qboxlayout.o .obj/release-shared/qclipboard.o .obj/release-shared/qcursor.o .obj/release-shared/qdrag.o .obj/release-shared/qdnd.o .obj/release-shared/qevent.o .obj/release-shared/qformlayout.o .obj/release-shared/qgridlayout.o .obj/release-shared/qkeysequence.o .obj/release-shared/qlayout.o .obj/release-shared/qlayoutengine.o .obj/release-shared/qlayoutitem.o .obj/release-shared/qmime.o .obj/release-shared/qpalette.o .obj/release-shared/qshortcut.o .obj/release-shared/qshortcutmap.o .obj/release-shared/qstackedlayout.o .obj/release-shared/qtooltip.o .obj/release-shared/qguivariant.o .obj/release-shared/qwhatsthis.o .obj/release-shared/qwidget.o .obj/release-shared/qwidgetaction.o .obj/release-shared/qkeymapper.o .obj/release-shared/qgesture.o .obj/release-shared/qstandardgestures.o .obj/release-shared/qgesturerecognizer.o .obj/release-shared/qgesturemanager.o .obj/release-shared/qsoftkeymanager.o .obj/release-shared/qdesktopwidget.o .obj/release-shared/qguiplatformplugin.o .obj/release-shared/qapplication_x11.o .obj/release-shared/qclipboard_x11.o .obj/release-shared/qcursor_x11.o .obj/release-shared/qdnd_x11.o .obj/release-shared/qdesktopwidget_x11.o .obj/release-shared/qmotifdnd_x11.o .obj/release-shared/qsound_x11.o .obj/release-shared/qwidget_x11.o .obj/release-shared/qwidgetcreate_x11.o .obj/release-shared/qx11embed_x11.o .obj/release-shared/qx11info_x11.o .obj/release-shared/qkeymapper_x11.o .obj/release-shared/qkde.o .obj/release-shared/qguieventdispatcher_glib.o .obj/release-shared/qeventdispatcher_x11.o .obj/release-shared/qsound.o .obj/release-shared/qbitmap.o .obj/release-shared/qicon.o .obj/release-shared/qiconloader.o .obj/release-shared/qimage.o .obj/release-shared/qimageiohandler.o .obj/release-shared/qimagereader.o .obj/release-shared/qimagewriter.o .obj/release-shared/qpaintengine_pic.o .obj/release-shared/qpicture.o .obj/release-shared/qpictureformatplugin.o .obj/release-shared/qpixmap.o .obj/release-shared/qpixmapcache.o .obj/release-shared/qpixmapdata.o .obj/release-shared/qpixmapdatafactory.o .obj/release-shared/qpixmapfilter.o .obj/release-shared/qiconengine.o .obj/release-shared/qiconengineplugin.o .obj/release-shared/qmovie.o .obj/release-shared/qpixmap_raster.o .obj/release-shared/qpixmap_blitter.o .obj/release-shared/qnativeimage.o .obj/release-shared/qimagepixmapcleanuphooks.o .obj/release-shared/qvolatileimage.o .obj/release-shared/qpixmap_x11.o .obj/release-shared/qvolatileimagedata.o .obj/release-shared/qbmphandler.o .obj/release-shared/qppmhandler.o .obj/release-shared/qxbmhandler.o .obj/release-shared/qxpmhandler.o .obj/release-shared/qpnghandler.o .obj/release-shared/qbezier.o .obj/release-shared/qblendfunctions.o .obj/release-shared/qbrush.o .obj/release-shared/qcolor.o .obj/release-shared/qcolor_p.o .obj/release-shared/qcosmeticstroker.o .obj/release-shared/qcssutil.o .obj/release-shared/qdrawutil.o .obj/release-shared/qemulationpaintengine.o .obj/release-shared/qgraphicssystem.o .obj/release-shared/qmatrix.o .obj/release-shared/qmemrotate.o .obj/release-shared/qoutlinemapper.o .obj/release-shared/qpaintdevice.o .obj/release-shared/qpaintengine.o .obj/release-shared/qpaintengine_alpha.o .obj/release-shared/qpaintengine_preview.o .obj/release-shared/qpaintengineex.o .obj/release-shared/qpainter.o .obj/release-shared/qpainterpath.o .obj/release-shared/qpathclipper.o .obj/release-shared/qpdf.o .obj/release-shared/qpen.o .obj/release-shared/qpolygon.o .obj/release-shared/qprintengine_pdf.o .obj/release-shared/qprintengine_ps.o .obj/release-shared/qprinter.o .obj/release-shared/qprinterinfo.o .obj/release-shared/qrasterizer.o .obj/release-shared/qregion.o .obj/release-shared/qstroker.o .obj/release-shared/qstylepainter.o .obj/release-shared/qtessellator.o .obj/release-shared/qtextureglyphcache.o .obj/release-shared/qtransform.o .obj/release-shared/qwindowsurface.o .obj/release-shared/qpaintbuffer.o .obj/release-shared/qpaintengine_raster.o .obj/release-shared/qdrawhelper.o .obj/release-shared/qimagescale.o .obj/release-shared/qgrayraster.o .obj/release-shared/qpaintengine_blitter.o .obj/release-shared/qblittable.o .obj/release-shared/qgraphicssystem_raster.o .obj/release-shared/qgraphicssystem_runtime.o .obj/release-shared/qgraphicssystemfactory.o .obj/release-shared/qgraphicssystemplugin.o .obj/release-shared/qwindowsurface_raster.o .obj/release-shared/qcolormap_x11.o .obj/release-shared/qpaintdevice_x11.o .obj/release-shared/qpaintengine_x11.o .obj/release-shared/qprinterinfo_unix.o .obj/release-shared/qbackingstore.o .obj/release-shared/qcups.o .obj/release-shared/qwindowsurface_x11.o .obj/release-shared/qfont.o .obj/release-shared/qfontengine.o .obj/release-shared/qfontsubset.o .obj/release-shared/qfontmetrics.o .obj/release-shared/qfontdatabase.o .obj/release-shared/qtextcontrol.o .obj/release-shared/qtextengine.o .obj/release-shared/qtextlayout.o .obj/release-shared/qtextformat.o .obj/release-shared/qtextobject.o .obj/release-shared/qtextoption.o .obj/release-shared/qfragmentmap.o .obj/release-shared/qtextdocument.o .obj/release-shared/qtextdocument_p.o .obj/release-shared/qtexthtmlparser.o .obj/release-shared/qabstracttextdocumentlayout.o .obj/release-shared/qtextdocumentlayout.o .obj/release-shared/qtextcursor.o .obj/release-shared/qtextdocumentfragment.o .obj/release-shared/qtextimagehandler.o .obj/release-shared/qtexttable.o .obj/release-shared/qtextlist.o .obj/release-shared/qtextdocumentwriter.o .obj/release-shared/qsyntaxhighlighter.o .obj/release-shared/qcssparser.o .obj/release-shared/qzip.o .obj/release-shared/qtextodfwriter.o .obj/release-shared/qstatictext.o .obj/release-shared/qrawfont.o .obj/release-shared/qglyphrun.o .obj/release-shared/qfont_x11.o .obj/release-shared/qfontengine_x11.o .obj/release-shared/qfontengine_ft.o .obj/release-shared/qrawfont_ft.o .obj/release-shared/qstyle.o .obj/release-shared/qstylefactory.o .obj/release-shared/qstyleoption.o .obj/release-shared/qstyleplugin.o .obj/release-shared/qstylehelper.o .obj/release-shared/qcommonstyle.o .obj/release-shared/qproxystyle.o .obj/release-shared/qstylesheetstyle.o .obj/release-shared/qstylesheetstyle_default.o .obj/release-shared/qcdestyle.o .obj/release-shared/qplastiquestyle.o .obj/release-shared/qgtkstyle.o .obj/release-shared/qgtkpainter.o .obj/release-shared/qgtkstyle_p.o .obj/release-shared/qcleanlooksstyle.o .obj/release-shared/qwindowsstyle.o .obj/release-shared/qmotifstyle.o .obj/release-shared/qabstractbutton.o .obj/release-shared/qabstractslider.o .obj/release-shared/qabstractspinbox.o .obj/release-shared/qcalendarwidget.o .obj/release-shared/qcheckbox.o .obj/release-shared/qcombobox.o .obj/release-shared/qcommandlinkbutton.o .obj/release-shared/qdatetimeedit.o .obj/release-shared/qdial.o .obj/release-shared/qdialogbuttonbox.o .obj/release-shared/qdockwidget.o .obj/release-shared/qdockarealayout.o .obj/release-shared/qeffects.o .obj/release-shared/qfontcombobox.o .obj/release-shared/qframe.o .obj/release-shared/qgroupbox.o .obj/release-shared/qlabel.o .obj/release-shared/qlcdnumber.o .obj/release-shared/qlineedit_p.o .obj/release-shared/qlineedit.o .obj/release-shared/qlinecontrol.o .obj/release-shared/qmainwindow.o .obj/release-shared/qmainwindowlayout.o .obj/release-shared/qmdiarea.o .obj/release-shared/qmdisubwindow.o .obj/release-shared/qmenu.o .obj/release-shared/qmenubar.o .obj/release-shared/qmenudata.o .obj/release-shared/qprogressbar.o .obj/release-shared/qpushbutton.o .obj/release-shared/qradiobutton.o .obj/release-shared/qrubberband.o .obj/release-shared/qscrollbar.o .obj/release-shared/qsizegrip.o .obj/release-shared/qslider.o .obj/release-shared/qspinbox.o .obj/release-shared/qsplashscreen.o .obj/release-shared/qsplitter.o .obj/release-shared/qstackedwidget.o .obj/release-shared/qstatusbar.o .obj/release-shared/qtabbar.o .obj/release-shared/qtabwidget.o .obj/release-shared/qtextedit.o .obj/release-shared/qtextbrowser.o .obj/release-shared/qtoolbar.o .obj/release-shared/qtoolbarlayout.o .obj/release-shared/qtoolbarextension.o .obj/release-shared/qtoolbarseparator.o .obj/release-shared/qtoolbox.o .obj/release-shared/qtoolbutton.o .obj/release-shared/qvalidator.o .obj/release-shared/qabstractscrollarea.o .obj/release-shared/qwidgetresizehandler.o .obj/release-shared/qfocusframe.o .obj/release-shared/qscrollarea.o .obj/release-shared/qworkspace.o .obj/release-shared/qwidgetanimator.o .obj/release-shared/qtoolbararealayout.o .obj/release-shared/qplaintextedit.o .obj/release-shared/qprintpreviewwidget.o .obj/release-shared/qmenubar_x11.o .obj/release-shared/qprintdialog_unix.o .obj/release-shared/qpagesetupdialog_unix.o .obj/release-shared/qabstractprintdialog.o .obj/release-shared/qabstractpagesetupdialog.o .obj/release-shared/qcolordialog.o .obj/release-shared/qdialog.o .obj/release-shared/qerrormessage.o .obj/release-shared/qfiledialog.o .obj/release-shared/qfontdialog.o .obj/release-shared/qinputdialog.o .obj/release-shared/qmessagebox.o .obj/release-shared/qprogressdialog.o .obj/release-shared/qsidebar.o .obj/release-shared/qfilesystemmodel.o .obj/release-shared/qfileinfogatherer.o .obj/release-shared/qpagesetupdialog.o .obj/release-shared/qwizard.o .obj/release-shared/qprintpreviewdialog.o .obj/release-shared/qaccessible.o .obj/release-shared/qaccessible2.o .obj/release-shared/qaccessibleobject.o .obj/release-shared/qaccessiblewidget.o .obj/release-shared/qaccessibleplugin.o .obj/release-shared/qaccessible_unix.o .obj/release-shared/qaccessiblebridge.o .obj/release-shared/qabstractitemview.o .obj/release-shared/qheaderview.o .obj/release-shared/qidentityproxymodel.o .obj/release-shared/qlistview.o .obj/release-shared/qbsptree.o .obj/release-shared/qtableview.o .obj/release-shared/qtreeview.o .obj/release-shared/qabstractitemdelegate.o .obj/release-shared/qitemdelegate.o .obj/release-shared/qitemselectionmodel.o .obj/release-shared/qdirmodel.o .obj/release-shared/qlistwidget.o .obj/release-shared/qtablewidget.o .obj/release-shared/qtreewidget.o .obj/release-shared/qproxymodel.o .obj/release-shared/qabstractproxymodel.o .obj/release-shared/qsortfilterproxymodel.o .obj/release-shared/qitemeditorfactory.o .obj/release-shared/qstandarditemmodel.o .obj/release-shared/qstringlistmodel.o .obj/release-shared/qtreewidgetitemiterator.o .obj/release-shared/qdatawidgetmapper.o .obj/release-shared/qfileiconprovider.o .obj/release-shared/qcolumnview.o .obj/release-shared/qcolumnviewgrip.o .obj/release-shared/qstyleditemdelegate.o .obj/release-shared/qinputcontextfactory.o .obj/release-shared/qinputcontextplugin.o .obj/release-shared/qinputcontext.o .obj/release-shared/qximinputcontext_x11.o .obj/release-shared/qgraphicsgridlayout.o .obj/release-shared/qgraphicsitem.o .obj/release-shared/qgraphicsitemanimation.o .obj/release-shared/qgraphicslayout.o .obj/release-shared/qgraphicslayout_p.o .obj/release-shared/qgraphicslayoutitem.o .obj/release-shared/qgraphicslinearlayout.o .obj/release-shared/qgraphicsproxywidget.o .obj/release-shared/qgraphicsscene.o .obj/release-shared/qgraphicsscene_bsp.o .obj/release-shared/qgraphicsscenebsptreeindex.o .obj/release-shared/qgraphicssceneevent.o .obj/release-shared/qgraphicssceneindex.o .obj/release-shared/qgraphicsscenelinearindex.o .obj/release-shared/qgraphicstransform.o .obj/release-shared/qgraphicsview.o .obj/release-shared/qgraphicswidget.o .obj/release-shared/qgraphicswidget_p.o .obj/release-shared/qgridlayoutengine.o .obj/release-shared/qsimplex_p.o .obj/release-shared/qgraphicsanchorlayout_p.o .obj/release-shared/qgraphicsanchorlayout.o .obj/release-shared/qsystemtrayicon.o .obj/release-shared/qcompleter.o .obj/release-shared/qdesktopservices.o .obj/release-shared/qundogroup.o .obj/release-shared/qundostack.o .obj/release-shared/qundoview.o .obj/release-shared/qsystemtrayicon_x11.o .obj/release-shared/qguistatemachine.o .obj/release-shared/qkeyeventtransition.o .obj/release-shared/qmouseeventtransition.o .obj/release-shared/qbasickeyeventtransition.o .obj/release-shared/qbasicmouseeventtransition.o .obj/release-shared/qgenericmatrix.o .obj/release-shared/qmatrix4x4.o .obj/release-shared/qquaternion.o .obj/release-shared/qvector2d.o .obj/release-shared/qvector3d.o .obj/release-shared/qvector4d.o .obj/release-shared/qgraphicseffect.o .obj/release-shared/moc_qboxlayout.o .obj/release-shared/moc_qclipboard.o .obj/release-shared/moc_qdesktopwidget.o .obj/release-shared/moc_qdrag.o .obj/release-shared/moc_qdnd_p.o .obj/release-shared/moc_qformlayout.o .obj/release-shared/moc_qgridlayout.o .obj/release-shared/moc_qlayout.o .obj/release-shared/moc_qsessionmanager.o .obj/release-shared/moc_qshortcut.o .obj/release-shared/moc_qsizepolicy.o .obj/release-shared/moc_qpalette.o .obj/release-shared/moc_qstackedlayout.o .obj/release-shared/moc_qkeymapper_p.o .obj/release-shared/moc_qsoftkeymanager_p.o .obj/release-shared/moc_qguiplatformplugin_p.o .obj/release-shared/moc_qx11embed_x11.o .obj/release-shared/moc_qguieventdispatcher_glib_p.o .obj/release-shared/moc_qeventdispatcher_x11_p.o .obj/release-shared/moc_qsound.o .obj/release-shared/moc_qsound_p.o .obj/release-shared/moc_qiconengineplugin.o .obj/release-shared/moc_qimageiohandler.o .obj/release-shared/moc_qpictureformatplugin.o .obj/release-shared/moc_qpixmapfilter_p.o .obj/release-shared/moc_qbrush.o .obj/release-shared/moc_qpainter.o .obj/release-shared/moc_qpaintbuffer_p.o .obj/release-shared/moc_qgraphicssystemplugin_p.o .obj/release-shared/moc_qfont.o .obj/release-shared/moc_qfontdatabase.o .obj/release-shared/moc_qfont_p.o .obj/release-shared/moc_qtextformat.o .obj/release-shared/moc_qtextobject.o .obj/release-shared/moc_qtextdocument.o .obj/release-shared/moc_qtextimagehandler_p.o .obj/release-shared/moc_qtexttable.o .obj/release-shared/moc_qtextlist.o .obj/release-shared/moc_qstyle.o .obj/release-shared/moc_qstyleplugin.o .obj/release-shared/moc_qcommonstyle.o .obj/release-shared/moc_qproxystyle.o .obj/release-shared/moc_qcdestyle.o .obj/release-shared/moc_qplastiquestyle.o .obj/release-shared/moc_qgtkstyle.o .obj/release-shared/moc_qgtkstyle_p.o .obj/release-shared/moc_qcleanlooksstyle.o .obj/release-shared/moc_qwindowsstyle.o .obj/release-shared/moc_qmotifstyle.o .obj/release-shared/moc_qbuttongroup.o .obj/release-shared/moc_qabstractbutton.o .obj/release-shared/moc_qabstractslider.o .obj/release-shared/moc_qcalendartextnavigator_p.o .obj/release-shared/moc_qcheckbox.o .obj/release-shared/moc_qcombobox_p.o .obj/release-shared/moc_qcommandlinkbutton.o .obj/release-shared/moc_qdatetimeedit_p.o .obj/release-shared/moc_qdial.o .obj/release-shared/moc_qdockwidget_p.o .obj/release-shared/moc_qframe.o .obj/release-shared/moc_qlcdnumber.o .obj/release-shared/moc_qlinecontrol_p.o .obj/release-shared/moc_qmainwindow.o .obj/release-shared/moc_qmainwindowlayout_p.o .obj/release-shared/moc_qmenudata.o .obj/release-shared/moc_qprogressbar.o .obj/release-shared/moc_qradiobutton.o .obj/release-shared/moc_qrubberband.o .obj/release-shared/moc_qscrollbar.o .obj/release-shared/moc_qslider.o .obj/release-shared/moc_qspinbox.o .obj/release-shared/moc_qsplashscreen.o .obj/release-shared/moc_qsplitter.o .obj/release-shared/moc_qstackedwidget.o .obj/release-shared/moc_qstatusbar.o .obj/release-shared/moc_qtabbar_p.o .obj/release-shared/moc_qtoolbarlayout_p.o .obj/release-shared/moc_qtoolbarextension_p.o .obj/release-shared/moc_qtoolbarseparator_p.o .obj/release-shared/moc_qvalidator.o .obj/release-shared/moc_qwidgetresizehandler_p.o .obj/release-shared/moc_qfocusframe.o .obj/release-shared/moc_qscrollarea.o .obj/release-shared/moc_qwidgetanimator_p.o .obj/release-shared/moc_qabstractprintdialog.o .obj/release-shared/moc_qabstractpagesetupdialog.o .obj/release-shared/moc_qerrormessage.o .obj/release-shared/moc_qsidebar_p.o .obj/release-shared/moc_qfileinfogatherer_p.o .obj/release-shared/moc_qpagesetupdialog_unix_p.o .obj/release-shared/moc_qaccessibleplugin.o .obj/release-shared/moc_qaccessiblebridge.o .obj/release-shared/moc_qlistview.o .obj/release-shared/moc_qabstractitemdelegate.o .obj/release-shared/moc_qlistwidget_p.o .obj/release-shared/moc_qtablewidget_p.o .obj/release-shared/moc_qtreewidget_p.o .obj/release-shared/moc_qitemeditorfactory_p.o .obj/release-shared/moc_qstringlistmodel.o .obj/release-shared/moc_qcolumnviewgrip_p.o .obj/release-shared/moc_qinputcontextplugin.o .obj/release-shared/moc_qinputcontext.o .obj/release-shared/moc_qximinputcontext_p.o .obj/release-shared/moc_qgraphicsitemanimation.o .obj/release-shared/moc_qgraphicsscenelinearindex_p.o .obj/release-shared/moc_qgraphicsanchorlayout.o .obj/release-shared/moc_qsystemtrayicon.o .obj/release-shared/moc_qcompleter_p.o .obj/release-shared/moc_qsystemtrayicon_p.o .obj/release-shared/moc_qundogroup.o .obj/release-shared/moc_qundostack.o .obj/release-shared/moc_qundostack_p.o .obj/release-shared/moc_qundoview.o .obj/release-shared/moc_qkeyeventtransition.o .obj/release-shared/moc_qmouseeventtransition.o .obj/release-shared/moc_qbasickeyeventtransition_p.o .obj/release-shared/moc_qbasicmouseeventtransition_p.o .obj/release-shared/moc_qgraphicseffect.o .obj/release-shared/moc_qgraphicseffect_p.o .obj/release-shared/qrc_qstyle.o .obj/release-shared/qrc_qmessagebox.o -L/usr/local/lib -L/mnt/stuff300/usr/ports/x11-toolkits/qt4-gui/work/qt-everywhere-opensource-src-4.8.2/lib -L/usr/local/lib/qt4 -lQtCore -L/usr/local/lib -L/mnt/stuff300/usr/ports/x11-toolkits/qt4-gui/work/qt-everywhere-opensource-src-4.8.2/lib -L/usr/local/lib/qt4 -lgthread-2.0 -pthread -L/usr/local/lib -lglib-2.0 -lpng -lz -lfreetype -lSM -lICE -lXrender -lfontconfig -L/usr/local/lib -lfreetype -lXext -lX11 -lm ln -s libQtGui.so.4.8.2 libQtGui.so ln -s libQtGui.so.4.8.2 libQtGui.so.4 ln -s libQtGui.so.4.8.2 libQtGui.so.4.8 rm -f ../../lib/libQtGui.so.4.8.2 rm -f ../../lib/libQtGui.so rm -f ../../lib/libQtGui.so.4 rm -f ../../lib/libQtGui.so.4.8 mv -f libQtGui.so.4.8.2 libQtGui.so libQtGui.so.4 libQtGui.so.4.8 ../../lib/ Best regards :-) Tomek Cedro On Mon, Aug 20, 2012 at 10:00 PM, wrote: > Thank you very much for your problem report. > It has the internal identification `ports/170788'. > 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=170788 > >>Category: ports >>Responsible: freebsd-ports-bugs >>Synopsis: PyQT applications crach Python 2.7 (core dump) >>Arrival-Date: Mon Aug 20 20:00:25 UTC 2012 -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 11:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 273CA106564A for ; Sat, 8 Sep 2012 11:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6628FC0A for ; Sat, 8 Sep 2012 11:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Be6Z3013005 for ; Sat, 8 Sep 2012 11:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Be6ep012990; Sat, 8 Sep 2012 11:40:06 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 11:40:06 GMT Message-Id: <201209081140.q88Be6ep012990@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthias Petermann Cc: Subject: Re: ports/171435: New port: finance/trytond_stock_forecast X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Petermann List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 11:40:07 -0000 The following reply was made to PR ports/171435; it has been noted by GNATS. From: Matthias Petermann To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171435: New port: finance/trytond_stock_forecast Date: Sat, 8 Sep 2012 13:30:57 +0200 This is a multi-part message in MIME format. --Multipart=_Sat__8_Sep_2012_13_30_57_+0200_wpJUBvZw3ffyQEYC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit The original attachment had an error in the Makefile. The attached shar archive is the valid version. Sorry for the inconvenience. --Multipart=_Sat__8_Sep_2012_13_30_57_+0200_wpJUBvZw3ffyQEYC Content-Type: text/plain; name="trytond_stock_forecast.txt" Content-Disposition: attachment; filename="trytond_stock_forecast.txt" Content-Transfer-Encoding: 7bit # 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: # # trytond_stock_forecast # trytond_stock_forecast/Makefile # trytond_stock_forecast/distinfo # trytond_stock_forecast/pkg-descr # trytond_stock_forecast/pkg-plist # echo c - trytond_stock_forecast mkdir -p trytond_stock_forecast > /dev/null 2>&1 echo x - trytond_stock_forecast/Makefile sed 's/^X//' >trytond_stock_forecast/Makefile << 'b3348a0fbf8ceafded4ce7d70180b9f2' X# New ports collection makefile for: trytond_stock_forecast X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_forecast XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Forecast Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ X trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ X trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include b3348a0fbf8ceafded4ce7d70180b9f2 echo x - trytond_stock_forecast/distinfo sed 's/^X//' >trytond_stock_forecast/distinfo << '669a78810255899ac7e46176a9788171' XSHA256 (trytond_stock_forecast-2.4.0.tar.gz) = 17358caf3050f687bbd89a2385f259873fc1970f9434ec37c8a2d4468f1b07ef XSIZE (trytond_stock_forecast-2.4.0.tar.gz) = 33936 669a78810255899ac7e46176a9788171 echo x - trytond_stock_forecast/pkg-descr sed 's/^X//' >trytond_stock_forecast/pkg-descr << '11c62b96d9c7da30227f029cafb875cd' XThis port adds the Stock Forecast Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 11c62b96d9c7da30227f029cafb875cd echo x - trytond_stock_forecast/pkg-plist sed 's/^X//' >trytond_stock_forecast/pkg-plist << '5b2cb41ff60b97d0bfdaaf0b68543e04' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/forecast.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/test_stock_forecast.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/test_stock_forecast.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests/test_stock_forecast.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_forecast X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 5b2cb41ff60b97d0bfdaaf0b68543e04 exit --Multipart=_Sat__8_Sep_2012_13_30_57_+0200_wpJUBvZw3ffyQEYC-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 11:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA0E106566C for ; Sat, 8 Sep 2012 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52C8B8FC17 for ; Sat, 8 Sep 2012 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Bo2rJ006450 for ; Sat, 8 Sep 2012 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Bo2S0006438; Sat, 8 Sep 2012 11:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 11:50:02 GMT Resent-Message-Id: <201209081150.q88Bo2S0006438@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 593F01065692 for ; Sat, 8 Sep 2012 11:42:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 444D08FC15 for ; Sat, 8 Sep 2012 11:42:00 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Bg0QB080482 for ; Sat, 8 Sep 2012 11:42:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Bg0Ho080481; Sat, 8 Sep 2012 11:42:00 GMT (envelope-from nobody) Message-Id: <201209081142.q88Bg0Ho080481@red.freebsd.org> Date: Sat, 8 Sep 2012 11:42:00 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171436: New port: finance/trytond_stock_inventory_location X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 11:50:02 -0000 >Number: 171436 >Category: ports >Synopsis: New port: finance/trytond_stock_inventory_location >Confidential: no >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 Sep 08 11:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Inventory Location Module to the Tryton Application Platform. >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: # # trytond_stock_inventory_location # trytond_stock_inventory_location/Makefile # trytond_stock_inventory_location/distinfo # trytond_stock_inventory_location/pkg-descr # trytond_stock_inventory_location/pkg-plist # echo c - trytond_stock_inventory_location mkdir -p trytond_stock_inventory_location > /dev/null 2>&1 echo x - trytond_stock_inventory_location/Makefile sed 's/^X//' >trytond_stock_inventory_location/Makefile << 'e204e7c9f984f1608e4779cb310d86d3' X# New ports collection makefile for: trytond_stock_inventory_location X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_inventory_location XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Inventory Location Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include e204e7c9f984f1608e4779cb310d86d3 echo x - trytond_stock_inventory_location/distinfo sed 's/^X//' >trytond_stock_inventory_location/distinfo << '1d239002887f38995a842eae9737dfe2' XSHA256 (trytond_stock_inventory_location-2.4.0.tar.gz) = de7a765eb14c2c153e360d9cbdf8e2b7d9b3e28e97ca4fd3dffe4c5c8cc8d4da XSIZE (trytond_stock_inventory_location-2.4.0.tar.gz) = 20003 1d239002887f38995a842eae9737dfe2 echo x - trytond_stock_inventory_location/pkg-descr sed 's/^X//' >trytond_stock_inventory_location/pkg-descr << '2bb3d63ad849cf8c49628bf328d8994c' XThis port adds the Stock Inventory Location Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 2bb3d63ad849cf8c49628bf328d8994c echo x - trytond_stock_inventory_location/pkg-plist sed 's/^X//' >trytond_stock_inventory_location/pkg-plist << '4f0ca1c2cfdfc15984952edebfe6a16e' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/inventory.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/inventory.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/inventory.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/inventory.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/tests/test_stock_inventory_location.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/tests/test_stock_inventory_location.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/tests/test_stock_inventory_location.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_inventory_location X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 4f0ca1c2cfdfc15984952edebfe6a16e exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 12:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A010E106566B for ; Sat, 8 Sep 2012 12:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA0068FC0A for ; Sat, 8 Sep 2012 12:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88C0AdW017646 for ; Sat, 8 Sep 2012 12:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88C0AW6017639; Sat, 8 Sep 2012 12:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 12:00:10 GMT Resent-Message-Id: <201209081200.q88C0AW6017639@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EF40106566B for ; Sat, 8 Sep 2012 11:50:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8A8AC8FC16 for ; Sat, 8 Sep 2012 11:50:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88BoZPi095515 for ; Sat, 8 Sep 2012 11:50:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88BoZxr095514; Sat, 8 Sep 2012 11:50:35 GMT (envelope-from nobody) Message-Id: <201209081150.q88BoZxr095514@red.freebsd.org> Date: Sat, 8 Sep 2012 11:50:35 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171437: New port: finance/trytond_stock_location_sequence X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 12:00:25 -0000 >Number: 171437 >Category: ports >Synopsis: New port: finance/trytond_stock_location_sequence >Confidential: no >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 Sep 08 12:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Location Sequence Module to the Tryton Application Platform. >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: # # trytond_stock_location_sequence # trytond_stock_location_sequence/Makefile # trytond_stock_location_sequence/distinfo # trytond_stock_location_sequence/pkg-descr # trytond_stock_location_sequence/pkg-plist # echo c - trytond_stock_location_sequence mkdir -p trytond_stock_location_sequence > /dev/null 2>&1 echo x - trytond_stock_location_sequence/Makefile sed 's/^X//' >trytond_stock_location_sequence/Makefile << 'be72ccfdfe9c1fa878db418df7395f09' X# New ports collection makefile for: trytond_stock_location_sequence X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_location_sequence XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Location Sequence Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include be72ccfdfe9c1fa878db418df7395f09 echo x - trytond_stock_location_sequence/distinfo sed 's/^X//' >trytond_stock_location_sequence/distinfo << 'fedf075e10851fcce9329ecd7a695913' XSHA256 (trytond_stock_location_sequence-2.4.0.tar.gz) = 96186c47f5002870eb5fc381d2a17592d3c9edad39b82170b22d8d114f22dc36 XSIZE (trytond_stock_location_sequence-2.4.0.tar.gz) = 18043 fedf075e10851fcce9329ecd7a695913 echo x - trytond_stock_location_sequence/pkg-descr sed 's/^X//' >trytond_stock_location_sequence/pkg-descr << '27ff4200297823dae2f0b13a3102d013' XThis port adds the Stock Location Sequence Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 27ff4200297823dae2f0b13a3102d013 echo x - trytond_stock_location_sequence/pkg-plist sed 's/^X//' >trytond_stock_location_sequence/pkg-plist << '2d07304daeec244b73d89741d09a6437' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/tests/test_stock_location_sequence.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/tests/test_stock_location_sequence.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/tests/test_stock_location_sequence.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_location_sequence X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 2d07304daeec244b73d89741d09a6437 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 12:10:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0C1106566C for ; Sat, 8 Sep 2012 12:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1115F8FC17 for ; Sat, 8 Sep 2012 12:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88CA34s068689 for ; Sat, 8 Sep 2012 12:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88CA3t8068678; Sat, 8 Sep 2012 12:10:03 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 12:10:03 GMT Resent-Message-Id: <201209081210.q88CA3t8068678@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE97A106566C for ; Sat, 8 Sep 2012 12:02:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AFCE28FC28 for ; Sat, 8 Sep 2012 12:02:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88C2Hr5011122 for ; Sat, 8 Sep 2012 12:02:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88C2Hxu011121; Sat, 8 Sep 2012 12:02:17 GMT (envelope-from nobody) Message-Id: <201209081202.q88C2Hxu011121@red.freebsd.org> Date: Sat, 8 Sep 2012 12:02:17 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171438: New port: finance/trytond_stock_lot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 12:10:04 -0000 >Number: 171438 >Category: ports >Synopsis: New port: finance/trytond_stock_lot >Confidential: no >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 Sep 08 12:10:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Lot Module to the Tryton Application Platform. >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: # # trytond_stock_lot # trytond_stock_lot/Makefile # trytond_stock_lot/distinfo # trytond_stock_lot/pkg-descr # trytond_stock_lot/pkg-plist # echo c - trytond_stock_lot mkdir -p trytond_stock_lot > /dev/null 2>&1 echo x - trytond_stock_lot/Makefile sed 's/^X//' >trytond_stock_lot/Makefile << '4a2ba81f50cf2b23454b3bdd3dd17db3' X# New ports collection makefile for: trytond_stock_lot X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_lot XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Lot Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 4a2ba81f50cf2b23454b3bdd3dd17db3 echo x - trytond_stock_lot/distinfo sed 's/^X//' >trytond_stock_lot/distinfo << '517f1b900e21ede1177560f793b1eb0e' XSHA256 (trytond_stock_lot-2.4.0.tar.gz) = 4ecc3dbfba91a95134ef31dc04149de2f93e095cfb44f39c00c1eb560c2cd5ed XSIZE (trytond_stock_lot-2.4.0.tar.gz) = 20711 517f1b900e21ede1177560f793b1eb0e echo x - trytond_stock_lot/pkg-descr sed 's/^X//' >trytond_stock_lot/pkg-descr << 'd991519074b45fed189e398403c638aa' XThis port adds the Stock Lot Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ d991519074b45fed189e398403c638aa echo x - trytond_stock_lot/pkg-plist sed 's/^X//' >trytond_stock_lot/pkg-plist << '2042a7326736bcdffc5af3e717084fde' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/tests/test_stock_lot.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/tests/test_stock_lot.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/tests/test_stock_lot.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_lot X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 2042a7326736bcdffc5af3e717084fde exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 12:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3387106566B for ; Sat, 8 Sep 2012 12:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76D578FC0A for ; Sat, 8 Sep 2012 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88CK2lR049927 for ; Sat, 8 Sep 2012 12:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88CK2uB049914; Sat, 8 Sep 2012 12:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 12:20:02 GMT Resent-Message-Id: <201209081220.q88CK2uB049914@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A76791065672 for ; Sat, 8 Sep 2012 12:11:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9101A8FC0A for ; Sat, 8 Sep 2012 12:11:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88CBqlb026193 for ; Sat, 8 Sep 2012 12:11:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88CBq8r026192; Sat, 8 Sep 2012 12:11:52 GMT (envelope-from nobody) Message-Id: <201209081211.q88CBq8r026192@red.freebsd.org> Date: Sat, 8 Sep 2012 12:11:52 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171439: New port: finance/trytond_stock_product_location X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 12:20:02 -0000 >Number: 171439 >Category: ports >Synopsis: New port: finance/trytond_stock_product_location >Confidential: no >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 Sep 08 12:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Product Location Module to the Tryton Application Platform. >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: # # trytond_stock_product_location # trytond_stock_product_location/Makefile # trytond_stock_product_location/distinfo # trytond_stock_product_location/pkg-descr # trytond_stock_product_location/pkg-plist # echo c - trytond_stock_product_location mkdir -p trytond_stock_product_location > /dev/null 2>&1 echo x - trytond_stock_product_location/Makefile sed 's/^X//' >trytond_stock_product_location/Makefile << '5ada81dc0cb2c7a7e43931d83fa9031e' X# New ports collection makefile for: trytond_stock_product_location X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_product_location XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Product Location Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 5ada81dc0cb2c7a7e43931d83fa9031e echo x - trytond_stock_product_location/distinfo sed 's/^X//' >trytond_stock_product_location/distinfo << '1da106fb53d647e920810c9dca832871' XSHA256 (trytond_stock_product_location-2.4.0.tar.gz) = de97b40fc06ef03450fe4d2729983e02563fa9d9f0aee911394d646f29b23858 XSIZE (trytond_stock_product_location-2.4.0.tar.gz) = 20506 1da106fb53d647e920810c9dca832871 echo x - trytond_stock_product_location/pkg-descr sed 's/^X//' >trytond_stock_product_location/pkg-descr << '3b4d2ec9f0fc4a4914e146961325bf8b' XThis port adds the Stock Product Location Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 3b4d2ec9f0fc4a4914e146961325bf8b echo x - trytond_stock_product_location/pkg-plist sed 's/^X//' >trytond_stock_product_location/pkg-plist << '7d74f7d480a0b516bd3aae5c20e9ac26' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/location.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/location.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/location.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/location.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/tests/test_stock_product_location.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/tests/test_stock_product_location.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/tests/test_stock_product_location.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_product_location X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 7d74f7d480a0b516bd3aae5c20e9ac26 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 12:50:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A610106566B for ; Sat, 8 Sep 2012 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4C98FC18 for ; Sat, 8 Sep 2012 12:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Co3fN001823 for ; Sat, 8 Sep 2012 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Co3K5001815; Sat, 8 Sep 2012 12:50:03 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 12:50:03 GMT Resent-Message-Id: <201209081250.q88Co3K5001815@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C60A106564A for ; Sat, 8 Sep 2012 12:43:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0C0FC8FC0A for ; Sat, 8 Sep 2012 12:43:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Chtre072010 for ; Sat, 8 Sep 2012 12:43:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Chtsq072009; Sat, 8 Sep 2012 12:43:55 GMT (envelope-from nobody) Message-Id: <201209081243.q88Chtsq072009@red.freebsd.org> Date: Sat, 8 Sep 2012 12:43:55 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171440: New port: finance/trytond_stock_split X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 12:50:04 -0000 >Number: 171440 >Category: ports >Synopsis: New port: finance/trytond_stock_split >Confidential: no >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 Sep 08 12:50:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Split Module to the Tryton Application Platform. >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: # # trytond_stock_split # trytond_stock_split/Makefile # trytond_stock_split/distinfo # trytond_stock_split/pkg-descr # trytond_stock_split/pkg-plist # echo c - trytond_stock_split mkdir -p trytond_stock_split > /dev/null 2>&1 echo x - trytond_stock_split/Makefile sed 's/^X//' >trytond_stock_split/Makefile << 'cc5f3cd2f46a176fe830d2d4b5f5ea84' X# New ports collection makefile for: trytond_stock_split X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_split XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Split Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include cc5f3cd2f46a176fe830d2d4b5f5ea84 echo x - trytond_stock_split/distinfo sed 's/^X//' >trytond_stock_split/distinfo << '39aa50d36fc5649521b4c813ffd92b37' XSHA256 (trytond_stock_split-2.4.0.tar.gz) = 5210ccebaec2dfe25d0d08f5a5fd5b83e55776e1da8a88be2ee1f56bc39fb223 XSIZE (trytond_stock_split-2.4.0.tar.gz) = 19652 39aa50d36fc5649521b4c813ffd92b37 echo x - trytond_stock_split/pkg-descr sed 's/^X//' >trytond_stock_split/pkg-descr << '6c5580a49da89a009f9189cfc4a12c98' XThis port adds the Stock Split Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 6c5580a49da89a009f9189cfc4a12c98 echo x - trytond_stock_split/pkg-plist sed 's/^X//' >trytond_stock_split/pkg-plist << '4f3f93034a3e62985aff469c2d46ce9b' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/tests/test_stock_split.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/tests/test_stock_split.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/tests/test_stock_split.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_split X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 4f3f93034a3e62985aff469c2d46ce9b exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 13:00:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C00E3106564A for ; Sat, 8 Sep 2012 13:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 798668FC0A for ; Sat, 8 Sep 2012 13:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88D0AWe084702 for ; Sat, 8 Sep 2012 13:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88D0A5d084688; Sat, 8 Sep 2012 13:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 13:00:10 GMT Resent-Message-Id: <201209081300.q88D0A5d084688@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AE991065675 for ; Sat, 8 Sep 2012 12:56:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 063298FC16 for ; Sat, 8 Sep 2012 12:56:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Cu3gT089647 for ; Sat, 8 Sep 2012 12:56:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Cu3s1089643; Sat, 8 Sep 2012 12:56:03 GMT (envelope-from nobody) Message-Id: <201209081256.q88Cu3s1089643@red.freebsd.org> Date: Sat, 8 Sep 2012 12:56:03 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171441: New port: finance/trytond_purchase X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 13:00:12 -0000 >Number: 171441 >Category: ports >Synopsis: New port: finance/trytond_purchase >Confidential: no >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 Sep 08 13:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Purchase Module to the Tryton Application Platform. >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: # # trytond_purchase # trytond_purchase/Makefile # trytond_purchase/distinfo # trytond_purchase/pkg-descr # trytond_purchase/pkg-plist # echo c - trytond_purchase mkdir -p trytond_purchase > /dev/null 2>&1 echo x - trytond_purchase/Makefile sed 's/^X//' >trytond_purchase/Makefile << '438a217a4677eaabbcd671e6e9c5c186' X# New ports collection makefile for: trytond_purchase X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_purchase XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Purchase Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ X trytond_account_invoice>=2.4.0:${PORTSDIR}/finance/trytond_account_invoice X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 438a217a4677eaabbcd671e6e9c5c186 echo x - trytond_purchase/distinfo sed 's/^X//' >trytond_purchase/distinfo << '1fce8c0d05c58a7e50f36ed4ab05072e' XSHA256 (trytond_purchase-2.4.0.tar.gz) = 49daf884bfdf7252c429f69f30684d507db574994fbe160298a8d353a563dc58 XSIZE (trytond_purchase-2.4.0.tar.gz) = 74050 1fce8c0d05c58a7e50f36ed4ab05072e echo x - trytond_purchase/pkg-descr sed 's/^X//' >trytond_purchase/pkg-descr << 'f753646be41fbee6cefc65c9f77d11eb' XThis port adds the Purchase Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ f753646be41fbee6cefc65c9f77d11eb echo x - trytond_purchase/pkg-plist sed 's/^X//' >trytond_purchase/pkg-plist << 'f3315f6702f5545a2803f2bf7500f1ac' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/invoice.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/invoice.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/invoice.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.odt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/test_purchase.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/test_purchase.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/test_purchase.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% f3315f6702f5545a2803f2bf7500f1ac exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 13:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B41C1065674 for ; Sat, 8 Sep 2012 13:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A40B8FC08 for ; Sat, 8 Sep 2012 13:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DA7fB056579 for ; Sat, 8 Sep 2012 13:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88DA79U056566; Sat, 8 Sep 2012 13:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 13:10:07 GMT Resent-Message-Id: <201209081310.q88DA79U056566@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C733A1065670 for ; Sat, 8 Sep 2012 13:03:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AFFD68FC0C for ; Sat, 8 Sep 2012 13:03:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88D3dru002455 for ; Sat, 8 Sep 2012 13:03:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88D3d2X002454; Sat, 8 Sep 2012 13:03:39 GMT (envelope-from nobody) Message-Id: <201209081303.q88D3d2X002454@red.freebsd.org> Date: Sat, 8 Sep 2012 13:03:39 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171442: New port: finance/trytond_stock_supply X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 13:10:07 -0000 >Number: 171442 >Category: ports >Synopsis: New port: finance/trytond_stock_supply >Confidential: no >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 Sep 08 13:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Supply Module to the Tryton Application Platform. >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: # # trytond_stock_supply # trytond_stock_supply/Makefile # trytond_stock_supply/distinfo # trytond_stock_supply/pkg-descr # trytond_stock_supply/pkg-plist # echo c - trytond_stock_supply mkdir -p trytond_stock_supply > /dev/null 2>&1 echo x - trytond_stock_supply/Makefile sed 's/^X//' >trytond_stock_supply/Makefile << 'c065a5e58bde2ca1ffcdc936ea768f69' X# New ports collection makefile for: trytond_stock_supply X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_supply XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Supply Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ X trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include c065a5e58bde2ca1ffcdc936ea768f69 echo x - trytond_stock_supply/distinfo sed 's/^X//' >trytond_stock_supply/distinfo << 'f01d84841706ba383983f421896f9a08' XSHA256 (trytond_stock_supply-2.4.0.tar.gz) = 1215af6a815ad8d20226d68e26190d539468df7677ca616873aed5b6014c2557 XSIZE (trytond_stock_supply-2.4.0.tar.gz) = 38993 f01d84841706ba383983f421896f9a08 echo x - trytond_stock_supply/pkg-descr sed 's/^X//' >trytond_stock_supply/pkg-descr << '066014d0500ea5a3079c5a22a0c19598' XThis port adds the Stock Supply Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 066014d0500ea5a3079c5a22a0c19598 echo x - trytond_stock_supply/pkg-plist sed 's/^X//' >trytond_stock_supply/pkg-plist << '4d067fce448db335bfa6fe97f7e9d609' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/order_point.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/order_point.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/order_point.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/order_point.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/purchase_request.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/purchase_request.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/purchase_request.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/purchase_request.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/shipment.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/shipment.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/shipment.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/shipment.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/tests/test_stock_supply.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/tests/test_stock_supply.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/tests/test_stock_supply.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 4d067fce448db335bfa6fe97f7e9d609 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 13:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1285B106566B for ; Sat, 8 Sep 2012 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DBA408FC0A for ; Sat, 8 Sep 2012 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DK1pn047004 for ; Sat, 8 Sep 2012 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88DK1Zq046991; Sat, 8 Sep 2012 13:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 13:20:01 GMT Resent-Message-Id: <201209081320.q88DK1Zq046991@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 370C5106566B for ; Sat, 8 Sep 2012 13:14:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 16CC28FC08 for ; Sat, 8 Sep 2012 13:14:16 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DEEXl017872 for ; Sat, 8 Sep 2012 13:14:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88DEEi1017871; Sat, 8 Sep 2012 13:14:14 GMT (envelope-from nobody) Message-Id: <201209081314.q88DEEi1017871@red.freebsd.org> Date: Sat, 8 Sep 2012 13:14:14 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171443: New port: finance/trytond_stock_supply_day X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 13:20:02 -0000 >Number: 171443 >Category: ports >Synopsis: New port: finance/trytond_stock_supply_day >Confidential: no >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 Sep 08 13:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Stock Supply Day Module to the Tryton Application Platform. >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: # # trytond_stock_supply_day # trytond_stock_supply_day/Makefile # trytond_stock_supply_day/distinfo # trytond_stock_supply_day/pkg-descr # trytond_stock_supply_day/pkg-plist # echo c - trytond_stock_supply_day mkdir -p trytond_stock_supply_day > /dev/null 2>&1 echo x - trytond_stock_supply_day/Makefile sed 's/^X//' >trytond_stock_supply_day/Makefile << '2a8f47d3cf847098cad4a769c3720cc1' X# New ports collection makefile for: trytond_stock_supply_day X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_supply_day XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Supply Day Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 2a8f47d3cf847098cad4a769c3720cc1 echo x - trytond_stock_supply_day/distinfo sed 's/^X//' >trytond_stock_supply_day/distinfo << '9480f1497258138408be4820d57aa975' XSHA256 (trytond_stock_supply_day-2.4.0.tar.gz) = 70d4209873eae798b1a9639277d059d949b1313753ab46c1c7bf3baf90a58601 XSIZE (trytond_stock_supply_day-2.4.0.tar.gz) = 21744 9480f1497258138408be4820d57aa975 echo x - trytond_stock_supply_day/pkg-descr sed 's/^X//' >trytond_stock_supply_day/pkg-descr << '28b50129c9d688887a096e2efa32301b' XThis port adds the Stock Supply Day Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 28b50129c9d688887a096e2efa32301b echo x - trytond_stock_supply_day/pkg-plist sed 's/^X//' >trytond_stock_supply_day/pkg-plist << '3820b38161e916d0dce2ea08541e12dd' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/purchase.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/purchase.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/purchase.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/purchase.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/tests/test_stock_supply_day.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/tests/test_stock_supply_day.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/tests/test_stock_supply_day.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_day X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 3820b38161e916d0dce2ea08541e12dd exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 13:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66CA6106566C for ; Sat, 8 Sep 2012 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3ADD78FC12 for ; Sat, 8 Sep 2012 13:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DU2nh054115 for ; Sat, 8 Sep 2012 13:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88DU2XI054102; Sat, 8 Sep 2012 13:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 13:30:02 GMT Resent-Message-Id: <201209081330.q88DU2XI054102@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7561E106566B for ; Sat, 8 Sep 2012 13:21:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 608CE8FC0A for ; Sat, 8 Sep 2012 13:21:34 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DLYNT032699 for ; Sat, 8 Sep 2012 13:21:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88DLYDE032698; Sat, 8 Sep 2012 13:21:34 GMT (envelope-from nobody) Message-Id: <201209081321.q88DLYDE032698@red.freebsd.org> Date: Sat, 8 Sep 2012 13:21:34 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171444: New port: finance/trytond_stock_supply_forecast X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 13:30:02 -0000 >Number: 171444 >Category: ports >Synopsis: New port: finance/trytond_stock_supply_forecast >Confidential: no >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 Sep 08 13:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: >Organization: >Environment: >Description: This port adds the Stock Supply Forecast Module to the Tryton Application Platform. >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: # # trytond_stock_supply_forecast # trytond_stock_supply_forecast/Makefile # trytond_stock_supply_forecast/distinfo # trytond_stock_supply_forecast/pkg-descr # trytond_stock_supply_forecast/pkg-plist # echo c - trytond_stock_supply_forecast mkdir -p trytond_stock_supply_forecast > /dev/null 2>&1 echo x - trytond_stock_supply_forecast/Makefile sed 's/^X//' >trytond_stock_supply_forecast/Makefile << '950f08b2d2e5d6ad025e39b2c1fad242' X# New ports collection makefile for: trytond_stock_supply_forecast X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_stock_supply_forecast XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Stock Supply Forecast Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_stock_supply>=2.4.0:${PORTSDIR}/finance/trytond_stock_supply \ X trytond_stock_forecast>=2.4.0:${PORTSDIR}/finance/trytond_stock_forecast X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 950f08b2d2e5d6ad025e39b2c1fad242 echo x - trytond_stock_supply_forecast/distinfo sed 's/^X//' >trytond_stock_supply_forecast/distinfo << '9f6b8f444836dd823be5126a23d0f865' XSHA256 (trytond_stock_supply_forecast-2.4.0.tar.gz) = 368300c1d2c6825b79ddf188ae856d989a6df9c3b4ea028fa0a4d482dcfeaf18 XSIZE (trytond_stock_supply_forecast-2.4.0.tar.gz) = 16517 9f6b8f444836dd823be5126a23d0f865 echo x - trytond_stock_supply_forecast/pkg-descr sed 's/^X//' >trytond_stock_supply_forecast/pkg-descr << 'a60b80b35b6182ec82d9c7787a89aed6' XThis port adds the Stock Supply Forecast Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ a60b80b35b6182ec82d9c7787a89aed6 echo x - trytond_stock_supply_forecast/pkg-plist sed 's/^X//' >trytond_stock_supply_forecast/pkg-plist << '88d9a4720a6df0c395f67cf9479cb3a4' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/purchase_request.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/purchase_request.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast/purchase_request.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock_supply_forecast X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 88d9a4720a6df0c395f67cf9479cb3a4 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 13:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6215C106566C for ; Sat, 8 Sep 2012 13:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 355F48FC14 for ; Sat, 8 Sep 2012 13:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88De3Zv087544 for ; Sat, 8 Sep 2012 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88De3tD087532; Sat, 8 Sep 2012 13:40:03 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 13:40:03 GMT Resent-Message-Id: <201209081340.q88De3tD087532@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60657106566C for ; Sat, 8 Sep 2012 13:34:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 474818FC0A for ; Sat, 8 Sep 2012 13:34:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DY85L089335 for ; Sat, 8 Sep 2012 13:34:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88DY8ld089334; Sat, 8 Sep 2012 13:34:08 GMT (envelope-from nobody) Message-Id: <201209081334.q88DY8ld089334@red.freebsd.org> Date: Sat, 8 Sep 2012 13:34:08 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171445: New port: finance/trytond_account_invoice_line_standalone X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 13:40:03 -0000 >Number: 171445 >Category: ports >Synopsis: New port: finance/trytond_account_invoice_line_standalone >Confidential: no >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 Sep 08 13:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Account Invoice Line Standalone Module to the Tryton Application Platform. >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: # # trytond_account_invoice_line_standalone # trytond_account_invoice_line_standalone/Makefile # trytond_account_invoice_line_standalone/distinfo # trytond_account_invoice_line_standalone/pkg-descr # trytond_account_invoice_line_standalone/pkg-plist # echo c - trytond_account_invoice_line_standalone mkdir -p trytond_account_invoice_line_standalone > /dev/null 2>&1 echo x - trytond_account_invoice_line_standalone/Makefile sed 's/^X//' >trytond_account_invoice_line_standalone/Makefile << '80e3db32f515f074979bc57cb4ccf467' X# New ports collection makefile for: trytond_account_invoice_line_standalone X# Date created: 12 August, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_account_invoice_line_standalone XPORTVERSION= 2.4.1 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Account Invoice Line Standalone Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 80e3db32f515f074979bc57cb4ccf467 echo x - trytond_account_invoice_line_standalone/distinfo sed 's/^X//' >trytond_account_invoice_line_standalone/distinfo << '821af007fdd2585e9b256d229913164a' XSHA256 (trytond_account_invoice_line_standalone-2.4.1.tar.gz) = 056a0dcfc1e1b5b81498643889ce878ecabfa9ad2905875e816f39b6c1ba69f6 XSIZE (trytond_account_invoice_line_standalone-2.4.1.tar.gz) = 20002 821af007fdd2585e9b256d229913164a echo x - trytond_account_invoice_line_standalone/pkg-descr sed 's/^X//' >trytond_account_invoice_line_standalone/pkg-descr << '74441c397caaaf2bed95b2e27ce69a7c' XThis port adds the Account Invoice Line Standalone Module to the Tryton XApplication Platform. X XWWW: http://www.tryton.org/ 74441c397caaaf2bed95b2e27ce69a7c echo x - trytond_account_invoice_line_standalone/pkg-plist sed 's/^X//' >trytond_account_invoice_line_standalone/pkg-plist << '43f342e5c2f771745961b2cbc5eabd3d' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/invoice.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/invoice.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/invoice.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/invoice.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/tests/test_account_invoice_line_standalone.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/tests/test_account_invoice_line_standalone.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/tests/test_account_invoice_line_standalone.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_line_standalone X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 43f342e5c2f771745961b2cbc5eabd3d exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 13:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E04A9106564A for ; Sat, 8 Sep 2012 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0FAF8FC0A for ; Sat, 8 Sep 2012 13:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Do2F7058308 for ; Sat, 8 Sep 2012 13:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Do2QZ058294; Sat, 8 Sep 2012 13:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 13:50:02 GMT Resent-Message-Id: <201209081350.q88Do2QZ058294@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39202106564A for ; Sat, 8 Sep 2012 13:40:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 23DBF8FC08 for ; Sat, 8 Sep 2012 13:40:49 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DemIN090103 for ; Sat, 8 Sep 2012 13:40:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Demjt090102; Sat, 8 Sep 2012 13:40:48 GMT (envelope-from nobody) Message-Id: <201209081340.q88Demjt090102@red.freebsd.org> Date: Sat, 8 Sep 2012 13:40:48 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171446: New port: finance/trytond_purchase_invoice_line_standalone X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 13:50:03 -0000 >Number: 171446 >Category: ports >Synopsis: New port: finance/trytond_purchase_invoice_line_standalone >Confidential: no >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 Sep 08 13:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Purchase Invoice Line Standalone Module to the Tryton Application Platform. >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: # # trytond_purchase_invoice_line_standalone # trytond_purchase_invoice_line_standalone/Makefile # trytond_purchase_invoice_line_standalone/distinfo # trytond_purchase_invoice_line_standalone/pkg-descr # trytond_purchase_invoice_line_standalone/pkg-plist # echo c - trytond_purchase_invoice_line_standalone mkdir -p trytond_purchase_invoice_line_standalone > /dev/null 2>&1 echo x - trytond_purchase_invoice_line_standalone/Makefile sed 's/^X//' >trytond_purchase_invoice_line_standalone/Makefile << 'bd83c5abefc3c2d4c089634340f9e77a' X# New ports collection makefile for: trytond_purchase_invoice_line_standalone X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_purchase_invoice_line_standalone XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Purchase Invoice Line Standalone Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase \ X trytond_account_invoice_line_standalone>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice_line_standalone X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include bd83c5abefc3c2d4c089634340f9e77a echo x - trytond_purchase_invoice_line_standalone/distinfo sed 's/^X//' >trytond_purchase_invoice_line_standalone/distinfo << '76806e6a772f99edcb758479bfff352a' XSHA256 (trytond_purchase_invoice_line_standalone-2.4.0.tar.gz) = a8d7987d4f63a1d5b58c1a2c8e732e8a4d8540f645a826c1cd44a4654c84cd15 XSIZE (trytond_purchase_invoice_line_standalone-2.4.0.tar.gz) = 21682 76806e6a772f99edcb758479bfff352a echo x - trytond_purchase_invoice_line_standalone/pkg-descr sed 's/^X//' >trytond_purchase_invoice_line_standalone/pkg-descr << 'fc978bc82cb0e04a409ff2e57db5dcc1' XThis port adds the Purchase Invoice Line Standalone Module to the Tryton XApplication Platform. X XWWW: http://www.tryton.org/ fc978bc82cb0e04a409ff2e57db5dcc1 echo x - trytond_purchase_invoice_line_standalone/pkg-plist sed 's/^X//' >trytond_purchase_invoice_line_standalone/pkg-plist << '48faad2e2abe9a878efbb50a5433af56' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/invoice.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/invoice.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/invoice.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/purchase.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/purchase.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/purchase.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/purchase.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/tests/test_purchase_invoice_line_standalone.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/tests/test_purchase_invoice_line_standalone.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/tests/test_purchase_invoice_line_standalone.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_invoice_line_standalone X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 48faad2e2abe9a878efbb50a5433af56 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 14:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CE73106566B for ; Sat, 8 Sep 2012 14:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC8AC8FC14 for ; Sat, 8 Sep 2012 14:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88E096D068960 for ; Sat, 8 Sep 2012 14:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88E09K5068950; Sat, 8 Sep 2012 14:00:09 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 14:00:09 GMT Resent-Message-Id: <201209081400.q88E09K5068950@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8CCD1065673 for ; Sat, 8 Sep 2012 13:51:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AAB458FC14 for ; Sat, 8 Sep 2012 13:51:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DpxbO005592 for ; Sat, 8 Sep 2012 13:51:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Dpx4C005591; Sat, 8 Sep 2012 13:51:59 GMT (envelope-from nobody) Message-Id: <201209081351.q88Dpx4C005591@red.freebsd.org> Date: Sat, 8 Sep 2012 13:51:59 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171447: New port: finance/trytond_carrier X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 14:00:10 -0000 >Number: 171447 >Category: ports >Synopsis: New port: finance/trytond_carrier >Confidential: no >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 Sep 08 14:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Carrier Module to the Tryton Application Platform. >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: # # trytond_carrier # trytond_carrier/Makefile # trytond_carrier/distinfo # trytond_carrier/pkg-descr # trytond_carrier/pkg-plist # echo c - trytond_carrier mkdir -p trytond_carrier > /dev/null 2>&1 echo x - trytond_carrier/Makefile sed 's/^X//' >trytond_carrier/Makefile << '7bde63a42bc520f4db26cdfe6653d372' X# New ports collection makefile for: trytond_carrier X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_carrier XPORTVERSION= 2.4.1 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Carrier Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 7bde63a42bc520f4db26cdfe6653d372 echo x - trytond_carrier/distinfo sed 's/^X//' >trytond_carrier/distinfo << 'a1b407396bda51d984431f7d40c4b710' XSHA256 (trytond_carrier-2.4.1.tar.gz) = 8e65248ae1b44fe8695f255a4414caddcb895ad52d1d22b7a177d77095a8fec9 XSIZE (trytond_carrier-2.4.1.tar.gz) = 20009 a1b407396bda51d984431f7d40c4b710 echo x - trytond_carrier/pkg-descr sed 's/^X//' >trytond_carrier/pkg-descr << '20ac3e39501bb013f9e28c4abe8e239c' XThis port adds the Carrier Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 20ac3e39501bb013f9e28c4abe8e239c echo x - trytond_carrier/pkg-plist sed 's/^X//' >trytond_carrier/pkg-plist << '43f8cb38e6b1ae1390b3f94ae9391c8a' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/test_carrier.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/test_carrier.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/test_carrier.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 43f8cb38e6b1ae1390b3f94ae9391c8a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 14:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEF40106566C for ; Sat, 8 Sep 2012 14:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89EA48FC17 for ; Sat, 8 Sep 2012 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88E0Ate069052 for ; Sat, 8 Sep 2012 14:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88E0AJI069037; Sat, 8 Sep 2012 14:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 14:00:10 GMT Resent-Message-Id: <201209081400.q88E0AJI069037@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 525C6106564A for ; Sat, 8 Sep 2012 13:58:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0C08FC08 for ; Sat, 8 Sep 2012 13:58:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88DwMUs020341 for ; Sat, 8 Sep 2012 13:58:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88DwM3o020340; Sat, 8 Sep 2012 13:58:22 GMT (envelope-from nobody) Message-Id: <201209081358.q88DwM3o020340@red.freebsd.org> Date: Sat, 8 Sep 2012 13:58:22 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171448: New port: finance/trytond_purchase_shipment_cost X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 14:00:10 -0000 >Number: 171448 >Category: ports >Synopsis: New port: finance/trytond_purchase_shipment_cost >Confidential: no >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 Sep 08 14:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Purchase Shipment Cost Module to the Tryton Application Platform. >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: # # trytond_purchase_shipment_cost # trytond_purchase_shipment_cost/Makefile # trytond_purchase_shipment_cost/distinfo # trytond_purchase_shipment_cost/pkg-descr # trytond_purchase_shipment_cost/pkg-plist # echo c - trytond_purchase_shipment_cost mkdir -p trytond_purchase_shipment_cost > /dev/null 2>&1 echo x - trytond_purchase_shipment_cost/Makefile sed 's/^X//' >trytond_purchase_shipment_cost/Makefile << 'a3285c97b4b35076c741ae431b40d127' X# New ports collection makefile for: trytond_purchase_shipment_cost X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_purchase_shipment_cost XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Purchase Shipment Cost Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ X trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include a3285c97b4b35076c741ae431b40d127 echo x - trytond_purchase_shipment_cost/distinfo sed 's/^X//' >trytond_purchase_shipment_cost/distinfo << '74feea2936f5a5aa89ded53c5779d35f' XSHA256 (trytond_purchase_shipment_cost-2.4.0.tar.gz) = 50b86d944b335a5f336c8e220c1ba70c8501d7beec33dcb91ff2bb9eae725ee2 XSIZE (trytond_purchase_shipment_cost-2.4.0.tar.gz) = 21114 74feea2936f5a5aa89ded53c5779d35f echo x - trytond_purchase_shipment_cost/pkg-descr sed 's/^X//' >trytond_purchase_shipment_cost/pkg-descr << '860fa1e143d9a2f38f42370c07466af4' XThis port adds the Purchase Shipment Cost Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 860fa1e143d9a2f38f42370c07466af4 echo x - trytond_purchase_shipment_cost/pkg-plist sed 's/^X//' >trytond_purchase_shipment_cost/pkg-plist << 'fbced618b002652f5118b51c6be22789' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/carrier.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/carrier.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/carrier.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/carrier.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase_shipment_cost X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% fbced618b002652f5118b51c6be22789 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 14:52:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 778AD106566B; Sat, 8 Sep 2012 14:52:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 491108FC08; Sat, 8 Sep 2012 14:52:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88EqoPV003198; Sat, 8 Sep 2012 14:52:50 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Eqnv9003159; Sat, 8 Sep 2012 14:52:49 GMT (envelope-from zi) Date: Sat, 8 Sep 2012 14:52:49 GMT Message-Id: <201209081452.q88Eqnv9003159@freefall.freebsd.org> To: aweits@rit.edu, zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/170524: devel/ding-libs fails to build in tinderbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 14:52:50 -0000 Synopsis: devel/ding-libs fails to build in tinderbox Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Sat Sep 8 14:52:49 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=170524 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 14:53:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10B921065674; Sat, 8 Sep 2012 14:53:12 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D7DA28FC1C; Sat, 8 Sep 2012 14:53:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88ErB18007461; Sat, 8 Sep 2012 14:53:11 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88ErBT4007445; Sat, 8 Sep 2012 14:53:11 GMT (envelope-from zi) Date: Sat, 8 Sep 2012 14:53:11 GMT Message-Id: <201209081453.q88ErBT4007445@freefall.freebsd.org> To: aweits@rit.edu, zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/170502: security/sssd failed to connect Ldap server without SASL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 14:53:12 -0000 Synopsis: security/sssd failed to connect Ldap server without SASL Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Sat Sep 8 14:53:10 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=170502 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F1AB106566B for ; Sat, 8 Sep 2012 15:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30D198FC0A for ; Sat, 8 Sep 2012 15:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88F0Acs057225 for ; Sat, 8 Sep 2012 15:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88F0A2q057212; Sat, 8 Sep 2012 15:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:00:10 GMT Resent-Message-Id: <201209081500.q88F0A2q057212@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B9611065672 for ; Sat, 8 Sep 2012 14:50:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA8D8FC08 for ; Sat, 8 Sep 2012 14:50:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88EotY0001652 for ; Sat, 8 Sep 2012 14:50:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Eotck001651; Sat, 8 Sep 2012 14:50:55 GMT (envelope-from nobody) Message-Id: <201209081450.q88Eotck001651@red.freebsd.org> Date: Sat, 8 Sep 2012 14:50:55 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171449: New port: finance/trytond_account_invoice_history X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:00:10 -0000 >Number: 171449 >Category: ports >Synopsis: New port: finance/trytond_account_invoice_history >Confidential: no >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 Sep 08 15:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Account Invoice History Module to the Tryton Application Platform. >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: # # trytond_account_invoice_history # trytond_account_invoice_history/Makefile # trytond_account_invoice_history/distinfo # trytond_account_invoice_history/pkg-descr # trytond_account_invoice_history/pkg-plist # echo c - trytond_account_invoice_history mkdir -p trytond_account_invoice_history > /dev/null 2>&1 echo x - trytond_account_invoice_history/Makefile sed 's/^X//' >trytond_account_invoice_history/Makefile << 'ed4eb5fd0397e61891abbb4876c1c747' X# New ports collection makefile for: trytond_account_invoice_history X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_account_invoice_history XPORTVERSION= 2.4.1 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Account Invoice History Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include ed4eb5fd0397e61891abbb4876c1c747 echo x - trytond_account_invoice_history/distinfo sed 's/^X//' >trytond_account_invoice_history/distinfo << 'bed0da30c7baa230710964519435f59a' XSHA256 (trytond_account_invoice_history-2.4.1.tar.gz) = cbf651d35f3de769eba42c266f1b0117f095f5b1f6b9d1795052adb7211e485f XSIZE (trytond_account_invoice_history-2.4.1.tar.gz) = 18228 bed0da30c7baa230710964519435f59a echo x - trytond_account_invoice_history/pkg-descr sed 's/^X//' >trytond_account_invoice_history/pkg-descr << '02192834082a328660b31d725c07c6d2' XThis port adds the Account Invoice History Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 02192834082a328660b31d725c07c6d2 echo x - trytond_account_invoice_history/pkg-plist sed 's/^X//' >trytond_account_invoice_history/pkg-plist << '97a6cdfba9e4367c4a2279f154eb31c3' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/invoice.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/invoice.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/invoice.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/party.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/party.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/party.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/payment_term.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/payment_term.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/payment_term.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_invoice_history X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 97a6cdfba9e4367c4a2279f154eb31c3 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E52FE1065676 for ; Sat, 8 Sep 2012 15:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A68468FC15 for ; Sat, 8 Sep 2012 15:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88F0AWh057316 for ; Sat, 8 Sep 2012 15:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88F0Ad4057303; Sat, 8 Sep 2012 15:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:00:10 GMT Resent-Message-Id: <201209081500.q88F0Ad4057303@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32BF9106564A for ; Sat, 8 Sep 2012 14:56:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 13B608FC08 for ; Sat, 8 Sep 2012 14:56:06 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Eu5YC005024 for ; Sat, 8 Sep 2012 14:56:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Eu5BQ005018; Sat, 8 Sep 2012 14:56:05 GMT (envelope-from nobody) Message-Id: <201209081456.q88Eu5BQ005018@red.freebsd.org> Date: Sat, 8 Sep 2012 14:56:05 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171450: [update] devel/ding-libs to 0.2.91 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:00:11 -0000 >Number: 171450 >Category: ports >Synopsis: [update] devel/ding-libs to 0.2.91 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 15:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 9.0-RELEASE >Organization: Sourcefire, Inc. >Environment: >Description: - Update to 0.2.91 - Address issue reported in ports/170524 (NOPORTDOCS causes error) - Remove support for FreeBSD 7.x >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (revision 303830) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ding-libs-0.1.3.tar.gz) = 97c9c02fee77c8467d759dc4fe3a9136cd1349aa7abb29c9af1d36c6fb25e33e -SIZE (ding-libs-0.1.3.tar.gz) = 526095 +SHA256 (ding-libs-0.2.91.tar.gz) = 25b186688d62ef6ad1374bb9c71f91e8a13745d7ab52241c5ccdc2d37e286e41 +SIZE (ding-libs-0.2.91.tar.gz) = 584390 Index: pkg-plist =================================================================== --- pkg-plist (revision 303830) +++ pkg-plist (working copy) @@ -6,10 +6,15 @@ include/ini_config.h include/path_utils.h include/ref_array.h +include/simplebuffer.h +lib/libbasicobjects.a +lib/libbasicobjects.la +lib/libbasicobjects.so +lib/libbasicobjects.so.0 lib/libcollection.a lib/libcollection.la lib/libcollection.so -lib/libcollection.so.2 +lib/libcollection.so.3 lib/libdhash.a lib/libdhash.la lib/libdhash.so @@ -17,7 +22,7 @@ lib/libini_config.a lib/libini_config.la lib/libini_config.so -lib/libini_config.so.2 +lib/libini_config.so.3 lib/libpath_utils.a lib/libpath_utils.la lib/libpath_utils.so @@ -25,7 +30,8 @@ lib/libref_array.a lib/libref_array.la lib/libref_array.so -lib/libref_array.so.1 +lib/libref_array.so.2 +libdata/pkgconfig/basicobjects.pc libdata/pkgconfig/path_utils.pc libdata/pkgconfig/dhash.pc libdata/pkgconfig/collection.pc Index: Makefile =================================================================== --- Makefile (revision 303830) +++ Makefile (working copy) @@ -6,9 +6,10 @@ # PORTNAME= ding-libs -DISTVERSION= 0.1.3 +DISTVERSION= 0.2.91 CATEGORIES= devel -MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ +MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ + http://mirrors.rit.edu/zi/ MAINTAINER= aweits@rit.edu COMMENT= A collection of useful libraries for developers @@ -16,7 +17,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_GETTEXT= yes USE_GNOME= pkgconfig @@ -27,9 +28,15 @@ .if !defined(NOPORTDOCS) CONFIGURE_ARGS= --docdir=${DOCSDIR} .else -CONFIGURE_ARGS= --docdir=/dev/null +CONFIGURE_ARGS= --docdir=${WRKDIR}/docs .endif +.include + +.if ${OSVERSION} < 800107 +IGNORE= is not supported prior to 8.0-RELEASE +.endif + post-patch: @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/collection/collection_tools.c \ @@ -37,4 +44,4 @@ @${REINPLACE_CMD} -e 's|if git log -1 &>/dev/null; then|if true; then|g' \ ${WRKSRC}/configure -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:00:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 645C61065670 for ; Sat, 8 Sep 2012 15:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBE88FC17 for ; Sat, 8 Sep 2012 15:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88F0BtV057411 for ; Sat, 8 Sep 2012 15:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88F0Bi0057396; Sat, 8 Sep 2012 15:00:11 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:00:11 GMT Resent-Message-Id: <201209081500.q88F0Bi0057396@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5D7C106566C for ; Sat, 8 Sep 2012 14:57:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A08948FC0A for ; Sat, 8 Sep 2012 14:57:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Evdpg016941 for ; Sat, 8 Sep 2012 14:57:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88EvdVg016940; Sat, 8 Sep 2012 14:57:39 GMT (envelope-from nobody) Message-Id: <201209081457.q88EvdVg016940@red.freebsd.org> Date: Sat, 8 Sep 2012 14:57:39 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171451: New port: finance/trytond_account_statement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:00:11 -0000 >Number: 171451 >Category: ports >Synopsis: New port: finance/trytond_account_statement >Confidential: no >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 Sep 08 15:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Account Statement Module to the Tryton Application Platform. >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: # # trytond_account_statement # trytond_account_statement/Makefile # trytond_account_statement/distinfo # trytond_account_statement/pkg-descr # trytond_account_statement/pkg-plist # echo c - trytond_account_statement mkdir -p trytond_account_statement > /dev/null 2>&1 echo x - trytond_account_statement/Makefile sed 's/^X//' >trytond_account_statement/Makefile << '93c63e6bcb726265a1071244828a0167' X# New ports collection makefile for: trytond_account_statement X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_account_statement XPORTVERSION= 2.4.1 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Account Statement Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 93c63e6bcb726265a1071244828a0167 echo x - trytond_account_statement/distinfo sed 's/^X//' >trytond_account_statement/distinfo << '73ec34d7bb64a687dc13da5b67245c9a' XSHA256 (trytond_account_statement-2.4.1.tar.gz) = be8ff3c46e6fb69a0ec330c8fbe96d42cbe57019c8e1c0b607d8df0408a3ab5a XSIZE (trytond_account_statement-2.4.1.tar.gz) = 30900 73ec34d7bb64a687dc13da5b67245c9a echo x - trytond_account_statement/pkg-descr sed 's/^X//' >trytond_account_statement/pkg-descr << '831af4c8248fbe7a642fba0a13cb8560' XThis port adds the Account Statement Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 831af4c8248fbe7a642fba0a13cb8560 echo x - trytond_account_statement/pkg-plist sed 's/^X//' >trytond_account_statement/pkg-plist << 'c01420cc90af77b6883d5d8a685bb228' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/journal.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/journal.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/journal.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/journal.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/statement.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/statement.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/statement.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/statement.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/tests/test_account_statement.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/tests/test_account_statement.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/tests/test_account_statement.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_statement X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% c01420cc90af77b6883d5d8a685bb228 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:00:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04AC51065678 for ; Sat, 8 Sep 2012 15:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B37548FC19 for ; Sat, 8 Sep 2012 15:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88F0B21057506 for ; Sat, 8 Sep 2012 15:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88F0B1W057486; Sat, 8 Sep 2012 15:00:11 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:00:11 GMT Resent-Message-Id: <201209081500.q88F0B1W057486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1D10106566C for ; Sat, 8 Sep 2012 14:58:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8B2958FC08 for ; Sat, 8 Sep 2012 14:58:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88EwOQG017082 for ; Sat, 8 Sep 2012 14:58:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88EwOUq017081; Sat, 8 Sep 2012 14:58:24 GMT (envelope-from nobody) Message-Id: <201209081458.q88EwOUq017081@red.freebsd.org> Date: Sat, 8 Sep 2012 14:58:24 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171452: [update] security/sssd to 1.8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:00:12 -0000 >Number: 171452 >Category: ports >Synopsis: [update] security/sssd to 1.8.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: Sat Sep 08 15:00:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 9.0-RELEASE >Organization: Sourcefire, Inc. >Environment: >Description: - Update to 1.8.4 - Address issue reported in ports/170502 (sssd failed to connect Ldap server without SASL) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (revision 303829) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (sssd-1.6.1.tar.gz) = ba30d8cf7eae1fd66053b4f11e8e5b98bc6db113cf6d2f33e429f2e21d90ade9 -SIZE (sssd-1.6.1.tar.gz) = 1406047 +SHA256 (sssd-1.8.4.tar.gz) = d20845928c91fd66fadc404967089b21b6b64801b1288c789812be51521476a2 +SIZE (sssd-1.8.4.tar.gz) = 2161696 Index: files/patch-src__providers__proxy__proxy_init.c =================================================================== --- files/patch-src__providers__proxy__proxy_init.c (revision 303829) +++ files/patch-src__providers__proxy__proxy_init.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/providers/proxy/proxy_init.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/proxy/proxy_init.c 2011-10-13 12:15:03.000000000 -0400 -@@ -124,7 +124,7 @@ +--- ./src/providers/proxy/proxy_init.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/proxy/proxy_init.c 2012-09-07 17:48:42.000000000 -0400 +@@ -123,7 +123,7 @@ if (!ctx->handle) { DEBUG(0, ("Unable to load %s module with path, error: %s\n", libpath, dlerror())); @@ -9,7 +9,7 @@ goto done; } -@@ -132,7 +132,7 @@ +@@ -131,7 +131,7 @@ libname); if (!ctx->ops.getpwnam_r) { DEBUG(0, ("Failed to load NSS fns, error: %s\n", dlerror())); @@ -18,7 +18,7 @@ goto done; } -@@ -140,14 +140,14 @@ +@@ -139,14 +139,14 @@ libname); if (!ctx->ops.getpwuid_r) { DEBUG(0, ("Failed to load NSS fns, error: %s\n", dlerror())); @@ -35,7 +35,7 @@ goto done; } -@@ -155,14 +155,14 @@ +@@ -154,14 +154,14 @@ libname); if (!ctx->ops.getpwent_r) { DEBUG(0, ("Failed to load NSS fns, error: %s\n", dlerror())); @@ -52,7 +52,7 @@ goto done; } -@@ -170,7 +170,7 @@ +@@ -169,7 +169,7 @@ libname); if (!ctx->ops.getgrnam_r) { DEBUG(0, ("Failed to load NSS fns, error: %s\n", dlerror())); @@ -61,7 +61,7 @@ goto done; } -@@ -178,14 +178,14 @@ +@@ -177,14 +177,14 @@ libname); if (!ctx->ops.getgrgid_r) { DEBUG(0, ("Failed to load NSS fns, error: %s\n", dlerror())); @@ -78,7 +78,7 @@ goto done; } -@@ -193,14 +193,14 @@ +@@ -192,14 +192,14 @@ libname); if (!ctx->ops.getgrent_r) { DEBUG(0, ("Failed to load NSS fns, error: %s\n", dlerror())); Index: files/patch-src__util__server.c =================================================================== --- files/patch-src__util__server.c (revision 303829) +++ files/patch-src__util__server.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/util/server.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/util/server.c 2011-10-13 12:15:03.000000000 -0400 -@@ -296,14 +296,15 @@ +--- ./src/util/server.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/util/server.c 2012-09-07 17:48:42.000000000 -0400 +@@ -298,14 +298,15 @@ BlockSignals(false, SIGTERM); CatchSignal(SIGHUP, sig_hup); Index: files/patch-src__confdb__confdb.c =================================================================== --- files/patch-src__confdb__confdb.c (revision 303829) +++ files/patch-src__confdb__confdb.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/confdb/confdb.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/confdb/confdb.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/confdb/confdb.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/confdb/confdb.c 2012-09-07 17:48:42.000000000 -0400 @@ -28,6 +28,11 @@ #include "util/strtonum.h" #include "db/sysdb.h" Index: files/patch-src__util__crypto__libcrypto__crypto_sha512crypt.c =================================================================== --- files/patch-src__util__crypto__libcrypto__crypto_sha512crypt.c (revision 303829) +++ files/patch-src__util__crypto__libcrypto__crypto_sha512crypt.c (working copy) @@ -1,20 +1,38 @@ ---- ./src/util/crypto/libcrypto/crypto_sha512crypt.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/util/crypto/libcrypto/crypto_sha512crypt.c 2011-10-13 12:15:03.000000000 -0400 -@@ -265,7 +265,7 @@ - goto done; - } +--- ./src/util/crypto/libcrypto/crypto_sha512crypt.c.orig 2012-09-08 09:33:08.000000000 -0400 ++++ ./src/util/crypto/libcrypto/crypto_sha512crypt.c 2012-09-08 10:19:47.000000000 -0400 +@@ -10,7 +10,7 @@ + /* SHA512-based Unix crypt implementation. + Released into the Public Domain by Ulrich Drepper . */ -- cp = __stpncpy(buffer, sha512_salt_prefix, SALT_PREF_SIZE); -+ cp = stpncpy(buffer, sha512_salt_prefix, SALT_PREF_SIZE); - buflen -= SALT_PREF_SIZE; +-#include ++#include + #include + #include + #include +@@ -39,6 +39,8 @@ + #define ROUNDS_MIN 1000 + #define ROUNDS_MAX 999999999 - if (rounds_custom) { -@@ -283,7 +283,7 @@ - ret = ERANGE; - goto done; ++#define __stpncpy(x, y, z) stpncpy(x, y, z) ++ + /* Table with characters for base64 transformation. */ + const char b64t[64] = + "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; +@@ -197,7 +199,7 @@ + /* Create byte sequence P. */ + cp = p_bytes = alloca(key_len); + for (cnt = key_len; cnt >= 64; cnt -= 64) { +- cp = mempcpy(cp, temp_result, 64); ++ cp = (char *) memcpy(cp, temp_result, 64) + 64; } -- cp = __stpncpy(cp, salt, salt_len); -+ cp = stpncpy(cp, salt, salt_len); - *cp++ = '$'; - buflen -= salt_len + 1; + memcpy(cp, temp_result, cnt); +@@ -218,7 +220,7 @@ + /* Create byte sequence S. */ + cp = s_bytes = alloca(salt_len); + for (cnt = salt_len; cnt >= 64; cnt -= 64) { +- cp = mempcpy(cp, temp_result, 64); ++ cp = (char *) memcpy(cp, temp_result, 64) + 64; + } + memcpy(cp, temp_result, cnt); + Index: files/patch-configure.ac =================================================================== --- files/patch-configure.ac (revision 0) +++ files/patch-configure.ac (working copy) @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2012-09-08 09:57:34.000000000 -0400 ++++ ./configure.ac 2012-09-08 09:57:52.000000000 -0400 +@@ -23,6 +23,8 @@ + AM_GNU_GETTEXT([external]) + AM_GNU_GETTEXT_VERSION([0.14]) + ++AM_PROG_AR ++ + AC_SUBST([PRERELEASE_VERSION], + PRERELEASE_VERSION_NUMBER) + Property changes on: files/patch-configure.ac ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-src__sss_client__common.c =================================================================== --- files/patch-src__sss_client__common.c (revision 303829) +++ files/patch-src__sss_client__common.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/sss_client/common.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/sss_client/common.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/sss_client/common.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/sss_client/common.c 2012-09-07 17:48:42.000000000 -0400 @@ -26,6 +26,7 @@ #include "config.h" @@ -8,7 +8,7 @@ #include #include #include -@@ -111,7 +112,6 @@ +@@ -112,7 +113,6 @@ *errnop = error; break; case 0: @@ -16,7 +16,7 @@ break; case 1: if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { -@@ -216,7 +216,6 @@ +@@ -217,7 +217,6 @@ *errnop = error; break; case 0: @@ -24,7 +24,7 @@ break; case 1: if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { -@@ -638,7 +637,6 @@ +@@ -645,7 +644,6 @@ *errnop = error; break; case 0: @@ -32,7 +32,7 @@ break; case 1: if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { -@@ -688,23 +686,23 @@ +@@ -695,23 +693,23 @@ /* avoid looping in the nss daemon */ envval = getenv("_SSS_LOOPS"); if (envval && strcmp(envval, "NO") == 0) { Index: files/patch-src__providers__ldap__ldap_child.c =================================================================== --- files/patch-src__providers__ldap__ldap_child.c (revision 303829) +++ files/patch-src__providers__ldap__ldap_child.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/providers/ldap/ldap_child.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/ldap/ldap_child.c 2011-10-13 12:15:03.000000000 -0400 -@@ -165,7 +165,7 @@ +--- ./src/providers/ldap/ldap_child.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/ldap/ldap_child.c 2012-09-07 17:48:42.000000000 -0400 +@@ -176,7 +176,7 @@ } realm_name = talloc_strdup(memctx, default_realm); @@ -9,35 +9,3 @@ if (!realm_name) { krberr = KRB5KRB_ERR_GENERIC; goto done; -@@ -279,20 +279,20 @@ - goto done; - } - -- krberr = krb5_get_time_offsets(context, &kdc_time_offset, &kdc_time_offset_usec); -- if (krberr) { -- DEBUG(2, ("Failed to get KDC time offset: %s\n", -- sss_krb5_get_error_message(context, krberr))); -- kdc_time_offset = 0; -- } else { -- if (kdc_time_offset_usec > 0) { -- kdc_time_offset++; -- } -- } -+ // krberr = krb5_get_time_offsets(context, &kdc_time_offset, &kdc_time_offset_usec); -+ // if (krberr) { -+ // DEBUG(2, ("Failed to get KDC time offset: %s\n", -+ // sss_krb5_get_error_message(context, krberr))); -+ // kdc_time_offset = 0; -+ // } else { -+ // if (kdc_time_offset_usec > 0) { -+ // kdc_time_offset++; -+ // } -+ // } - - krberr = 0; - *ccname_out = ccname; -- *expire_time_out = my_creds.times.endtime - kdc_time_offset; -+ *expire_time_out = my_creds.times.endtime; - - done: - if (keytab) krb5_kt_close(context, keytab); Index: files/patch-src__responder__common__responder_packet.c =================================================================== --- files/patch-src__responder__common__responder_packet.c (revision 303829) +++ files/patch-src__responder__common__responder_packet.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/responder/common/responder_packet.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/responder/common/responder_packet.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/responder/common/responder_packet.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/responder/common/responder_packet.c 2012-09-07 17:48:42.000000000 -0400 @@ -192,7 +192,7 @@ } Index: files/patch-src__providers__fail_over.c =================================================================== --- files/patch-src__providers__fail_over.c (revision 303829) +++ files/patch-src__providers__fail_over.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/providers/fail_over.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/fail_over.c 2011-10-13 12:15:03.000000000 -0400 -@@ -1191,7 +1191,7 @@ +--- ./src/providers/fail_over.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/fail_over.c 2012-09-07 17:48:42.000000000 -0400 +@@ -1231,7 +1231,7 @@ *******************************************************************/ struct resolve_get_domain_state { char *fqdn; @@ -9,7 +9,7 @@ }; static void resolve_get_domain_done(struct tevent_req *subreq); -@@ -1211,13 +1211,13 @@ +@@ -1251,13 +1251,13 @@ return NULL; } Index: files/patch-src__sss_client__sss_nss.exports =================================================================== --- files/patch-src__sss_client__sss_nss.exports (revision 303829) +++ files/patch-src__sss_client__sss_nss.exports (working copy) @@ -1,5 +1,5 @@ ---- ./src/sss_client/sss_nss.exports.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/sss_client/sss_nss.exports 2011-10-13 12:13:42.000000000 -0400 +--- ./src/sss_client/sss_nss.exports.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/sss_client/sss_nss.exports 2012-09-07 17:48:42.000000000 -0400 @@ -3,6 +3,7 @@ # public functions global: Index: files/patch-src__sss_client__nss_group.c =================================================================== --- files/patch-src__sss_client__nss_group.c (revision 303829) +++ files/patch-src__sss_client__nss_group.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/sss_client/nss_group.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/sss_client/nss_group.c 2011-10-13 12:15:03.000000000 -0400 -@@ -248,6 +248,77 @@ +--- ./src/sss_client/nss_group.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/sss_client/nss_group.c 2012-09-07 17:48:42.000000000 -0400 +@@ -343,6 +343,77 @@ } Index: files/patch-src__util__find_uid.c =================================================================== --- files/patch-src__util__find_uid.c (revision 303829) +++ files/patch-src__util__find_uid.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/util/find_uid.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/util/find_uid.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/util/find_uid.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/util/find_uid.c 2012-09-07 17:48:42.000000000 -0400 @@ -67,7 +67,7 @@ uint32_t num=0; errno_t error; @@ -9,7 +9,7 @@ if (ret < 0) { DEBUG(1, ("snprintf failed")); return EINVAL; -@@ -204,7 +204,7 @@ +@@ -208,7 +208,7 @@ hash_key_t key; hash_value_t value; @@ -18,7 +18,7 @@ if (proc_dir == NULL) { ret = errno; DEBUG(1, ("Cannot open proc dir.\n")); -@@ -278,9 +278,8 @@ +@@ -282,9 +282,8 @@ errno_t get_uid_table(TALLOC_CTX *mem_ctx, hash_table_t **table) { Index: files/patch-src__providers__ldap__ldap_common.c =================================================================== --- files/patch-src__providers__ldap__ldap_common.c (revision 303829) +++ files/patch-src__providers__ldap__ldap_common.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/providers/ldap/ldap_common.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/ldap/ldap_common.c 2011-10-13 12:15:03.000000000 -0400 -@@ -749,7 +749,7 @@ +--- ./src/providers/ldap/ldap_common.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/ldap/ldap_common.c 2012-09-07 17:48:42.000000000 -0400 +@@ -1242,7 +1242,7 @@ } realm = talloc_strdup(mem_ctx, krb5_realm); Index: files/patch-src__monitor__monitor.c =================================================================== --- files/patch-src__monitor__monitor.c (revision 303829) +++ files/patch-src__monitor__monitor.c (working copy) @@ -1,17 +1,17 @@ ---- ./src/monitor/monitor.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/monitor/monitor.c 2011-10-13 12:15:03.000000000 -0400 -@@ -57,6 +57,10 @@ +--- ./src/monitor/monitor.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/monitor/monitor.c 2012-09-07 17:48:42.000000000 -0400 +@@ -69,6 +69,10 @@ + int cmdline_debug_timestamps; + int cmdline_debug_microseconds; - int cmdline_debug_level; - +errno_t monitor_config_file_fallback(TALLOC_CTX *mem_ctx, + struct mt_ctx *ctx, + const char *file, + monitor_reconf_fn fn); struct svc_spy; - struct mt_svc { -@@ -1606,10 +1610,6 @@ + enum mt_svc_type { +@@ -1582,10 +1586,6 @@ talloc_free(tmp_ctx); } Index: files/patch-src__sss_client__pam_test_client.c =================================================================== --- files/patch-src__sss_client__pam_test_client.c (revision 303829) +++ files/patch-src__sss_client__pam_test_client.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/sss_client/pam_test_client.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/sss_client/pam_test_client.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/sss_client/pam_test_client.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/sss_client/pam_test_client.c 2012-09-07 17:48:42.000000000 -0400 @@ -24,12 +24,13 @@ #include Index: files/patch-src__resolv__async_resolv.c =================================================================== --- files/patch-src__resolv__async_resolv.c (revision 303829) +++ files/patch-src__resolv__async_resolv.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/resolv/async_resolv.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/resolv/async_resolv.c 2011-10-13 12:15:03.000000000 -0400 -@@ -1073,7 +1073,6 @@ +--- ./src/resolv/async_resolv.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/resolv/async_resolv.c 2012-09-07 17:48:42.000000000 -0400 +@@ -1187,7 +1187,6 @@ hints.ai_flags = AI_NUMERICHOST; /* No network lookups */ ret = getaddrinfo(name, NULL, &hints, &res); @@ -8,7 +8,7 @@ if (ret != 0) { if (ret == -2) { DEBUG(9, ("[%s] does not look like an IP address\n", name)); -@@ -1081,6 +1080,8 @@ +@@ -1195,6 +1194,8 @@ DEBUG(2, ("getaddrinfo failed [%d]: %s\n", ret, gai_strerror(ret))); } Index: files/patch-src__responder__common__responder_common.c =================================================================== --- files/patch-src__responder__common__responder_common.c (revision 303829) +++ files/patch-src__responder__common__responder_common.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/responder/common/responder_common.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/responder/common/responder_common.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/responder/common/responder_common.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/responder/common/responder_common.c 2012-09-07 17:48:42.000000000 -0400 @@ -195,7 +195,7 @@ talloc_free(cctx); break; Index: files/patch-Makefile.am =================================================================== --- files/patch-Makefile.am (revision 303829) +++ files/patch-Makefile.am (working copy) @@ -1,22 +1,23 @@ ---- ./Makefile.am.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./Makefile.am 2011-10-13 12:13:42.000000000 -0400 -@@ -33,7 +33,7 @@ - systemdunitdir = @systemdunitdir@ - logpath = @logpath@ - pubconfpath = @pubconfpath@ --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig +--- ./Makefile.am.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./Makefile.am 2012-09-07 19:30:46.000000000 -0400 +@@ -547,7 +547,6 @@ + src/providers/data_provider_callbacks.c \ + $(SSSD_FAILOVER_OBJ) + sssd_be_LDADD = \ +- -ldl \ + $(SSSD_LIBS) \ + $(CARES_LIBS) \ + libsss_util.la +@@ -928,7 +927,7 @@ + endif - AM_CFLAGS = - if WANT_AUX_INFO -@@ -753,21 +753,22 @@ - - noinst_PROGRAMS = pam_test_client pam_test_client_SOURCES = src/sss_client/pam_test_client.c -pam_test_client_LDFLAGS = -lpam -lpam_misc +pam_test_client_LDFLAGS = -lpam - #################### + if BUILD_AUTOFS + autofs_test_client_SOURCES = src/sss_client/autofs/autofs_test_client.c \ +@@ -942,16 +941,17 @@ # Client Libraries # #################### @@ -29,6 +30,7 @@ src/sss_client/nss_passwd.c \ src/sss_client/nss_group.c \ src/sss_client/nss_netgroup.c \ + src/sss_client/nss_services.c \ src/sss_client/sss_cli.h \ src/sss_client/nss_compat.h -libnss_sss_la_LDFLAGS = \ @@ -36,26 +38,20 @@ -module \ -version-info 2:0:0 \ -Wl,--version-script,$(srcdir)/src/sss_client/sss_nss.exports -@@ -780,6 +781,7 @@ +@@ -964,6 +964,7 @@ src/sss_client/sss_pam_macros.h pam_sss_la_LDFLAGS = \ + -lintl \ -lpam \ + $(SELINUX_LIBS) \ -module \ - -avoid-version \ -@@ -1122,10 +1124,10 @@ +@@ -1402,7 +1403,7 @@ mkdir -p $(DESTDIR)$(initdir) endif -install-data-hook: -- rm $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 \ -- $(DESTDIR)/$(nsslibdir)/libnss_sss.so -- mv $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2.0.0 $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 -+notnotnotnotnotnotnotnotnotnotnotnotnotnotnotnotnotinstall-data-hook: -+ rm $(DESTDIR)/$(nsslibdir)/nss_sss.so.2 \ -+ $(DESTDIR)/$(nsslibdir)/nss_sss.so -+ mv $(DESTDIR)/$(nsslibdir)/nss_sss.so.2.0.0 $(DESTDIR)/$(nsslibdir)/nss_sss.so.2 - - uninstall-hook: - if [ -f $(abs_builddir)/src/config/.files ]; then \ ++nopenopeinstall-data-hook: + rm $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 \ + $(DESTDIR)/$(nsslibdir)/libnss_sss.so + mv $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2.0.0 $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 Index: files/pkg-message.in =================================================================== --- files/pkg-message.in (revision 0) +++ files/pkg-message.in (working copy) @@ -0,0 +1,21 @@ +================================================================================ +Copy %%PREFIX%%/etc/sssd/sssd.conf.sample to %%PREFIX%%/etc/sssd/sssd.conf +and edit %%PREFIX%%/etc/sssd/sssd.conf (see man sssd.conf for details) + +To load sssd at startup, add sssd_enable="YES" to /etc/rc.conf + +To enable pam integration, add a line similar to the following to +/etc/pam.d/system: + +login auth sufficient %%PREFIX%%/lib/pam_sss.so + +To enable NSS integration, update /etc/nsswitch.conf as follows: + +group: sss files +passwd: sss files + +For additional details, please see the man pages for pam.conf and nsswitch.conf + +An sssd HOWTO is also available: +https://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2 +================================================================================ Property changes on: files/pkg-message.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-src__providers__data_provider_be.c =================================================================== --- files/patch-src__providers__data_provider_be.c (revision 303829) +++ files/patch-src__providers__data_provider_be.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/providers/data_provider_be.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/data_provider_be.c 2011-10-13 12:15:03.000000000 -0400 -@@ -512,7 +512,7 @@ +--- ./src/providers/data_provider_be.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/data_provider_be.c 2012-09-07 17:48:42.000000000 -0400 +@@ -653,7 +653,7 @@ return EIO; } @@ -9,7 +9,7 @@ pd->domain = talloc_strdup(pd, becli->bectx->domain->name); if (pd->domain == NULL) { talloc_free(be_req); -@@ -1013,7 +1013,7 @@ +@@ -1772,7 +1772,7 @@ if (!handle) { DEBUG(0, ("Unable to load %s module with path (%s), error: %s\n", mod_name, path, dlerror())); @@ -18,7 +18,7 @@ goto done; } -@@ -1033,7 +1033,7 @@ +@@ -1792,7 +1792,7 @@ } else { DEBUG(0, ("Unable to load init fn %s from module %s, error: %s\n", mod_init_fn_name, mod_name, dlerror())); Index: files/patch-src__util__crypto__nss__nss_sha512crypt.c =================================================================== --- files/patch-src__util__crypto__nss__nss_sha512crypt.c (revision 303829) +++ files/patch-src__util__crypto__nss__nss_sha512crypt.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/util/crypto/nss/nss_sha512crypt.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/util/crypto/nss/nss_sha512crypt.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/util/crypto/nss/nss_sha512crypt.c.orig 2012-09-08 09:32:28.000000000 -0400 ++++ ./src/util/crypto/nss/nss_sha512crypt.c 2012-09-08 10:19:36.000000000 -0400 @@ -10,7 +10,7 @@ #include "config.h" @@ -9,21 +9,30 @@ #include #include #include -@@ -267,7 +267,7 @@ - goto done; +@@ -42,6 +42,8 @@ + #define ROUNDS_MIN 1000 + #define ROUNDS_MAX 999999999 + ++#define __stpncpy(x, y, z) stpncpy(x, y, z) ++ + /* Table with characters for base64 transformation. */ + const char b64t[64] = + "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; +@@ -205,7 +207,7 @@ + /* Create byte sequence P. */ + cp = p_bytes = alloca(key_len); + for (cnt = key_len; cnt >= 64; cnt -= 64) { +- cp = mempcpy(cp, temp_result, 64); ++ cp = (char *) memcpy(cp, temp_result, 64) + 64; } + memcpy(cp, temp_result, cnt); -- cp = __stpncpy(buffer, sha512_salt_prefix, SALT_PREF_SIZE); -+ cp = stpncpy(buffer, sha512_salt_prefix, SALT_PREF_SIZE); - buflen -= SALT_PREF_SIZE; - - if (rounds_custom) { -@@ -285,7 +285,7 @@ - ret = ERANGE; - goto done; +@@ -223,7 +225,7 @@ + /* Create byte sequence S. */ + cp = s_bytes = alloca(salt_len); + for (cnt = salt_len; cnt >= 64; cnt -= 64) { +- cp = mempcpy(cp, temp_result, 64); ++ cp = (char *) memcpy(cp, temp_result, 64) + 64; } -- cp = __stpncpy(cp, salt, salt_len); -+ cp = stpncpy(cp, salt, salt_len); - *cp++ = '$'; - buflen -= salt_len + 1; + memcpy(cp, temp_result, cnt); Index: files/patch-src__providers__ldap__ldap_auth.c =================================================================== --- files/patch-src__providers__ldap__ldap_auth.c (revision 303829) +++ files/patch-src__providers__ldap__ldap_auth.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/providers/ldap/ldap_auth.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/ldap/ldap_auth.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/providers/ldap/ldap_auth.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/ldap/ldap_auth.c 2012-09-07 17:48:42.000000000 -0400 @@ -37,7 +37,6 @@ #include #include @@ -8,15 +8,15 @@ #include #include "util/util.h" -@@ -46,6 +45,7 @@ - #include "providers/ldap/ldap_common.h" +@@ -47,6 +46,7 @@ #include "providers/ldap/sdap_async.h" + #include "providers/ldap/sdap_async_private.h" + /* MIT Kerberos has the same hardcoded warning interval of 7 days. Due to the * fact that using the expiration time of a Kerberos password with LDAP * authentication is presumably a rare case a separate config option is not -@@ -59,6 +59,22 @@ +@@ -60,6 +60,22 @@ PWEXPIRE_SHADOW }; @@ -39,7 +39,7 @@ static errno_t add_expired_warning(struct pam_data *pd, long exp_time) { int ret; -@@ -111,17 +127,16 @@ +@@ -112,17 +128,16 @@ return EINVAL; } @@ -61,7 +61,7 @@ if (difftime(now, expire_time) > 0.0) { DEBUG(4, ("Kerberos password expired.\n")); -@@ -742,7 +757,7 @@ +@@ -746,7 +761,7 @@ DEBUG(2, ("starting password change request for user [%s].\n", pd->user)); @@ -70,7 +70,7 @@ if (pd->cmd != SSS_PAM_CHAUTHTOK && pd->cmd != SSS_PAM_CHAUTHTOK_PRELIM) { DEBUG(2, ("chpass target was called by wrong pam command.\n")); -@@ -799,7 +814,7 @@ +@@ -805,7 +820,7 @@ &pw_expire_type, &pw_expire_data); talloc_zfree(req); if (ret) { @@ -79,7 +79,7 @@ goto done; } -@@ -819,7 +834,7 @@ +@@ -825,7 +840,7 @@ &result); if (ret != EOK) { DEBUG(1, ("check_pwexpire_shadow failed.\n")); @@ -88,7 +88,7 @@ goto done; } break; -@@ -828,14 +843,14 @@ +@@ -834,14 +849,14 @@ &result); if (ret != EOK) { DEBUG(1, ("check_pwexpire_kerberos failed.\n")); @@ -105,7 +105,7 @@ goto done; } break; -@@ -844,7 +859,7 @@ +@@ -850,7 +865,7 @@ break; default: DEBUG(1, ("Unknow pasword expiration type.\n")); @@ -114,7 +114,7 @@ goto done; } } -@@ -884,7 +899,7 @@ +@@ -890,7 +905,7 @@ dp_err = DP_ERR_OFFLINE; break; default: @@ -123,25 +123,43 @@ } done: -@@ -905,7 +920,7 @@ +@@ -913,7 +928,7 @@ ret = sdap_exop_modify_passwd_recv(req, state, &result, &user_error_message); talloc_zfree(req); - if (ret) { + if (ret && ret != EIO) { - state->pd->pam_status = PAM_SYSTEM_ERR; + state->pd->pam_status = PAM_SERVICE_ERR; goto done; } -@@ -964,7 +979,7 @@ +@@ -954,7 +969,7 @@ + state->dn, + lastchanged_name); + if (subreq == NULL) { +- state->pd->pam_status = PAM_SYSTEM_ERR; ++ state->pd->pam_status = PAM_SERVICE_ERR; + goto done; + } + +@@ -975,7 +990,7 @@ + + ret = sdap_modify_shadow_lastchange_recv(req); + if (ret != EOK) { +- state->pd->pam_status = PAM_SYSTEM_ERR; ++ state->pd->pam_status = PAM_SERVICE_ERR; goto done; } +@@ -1016,7 +1031,7 @@ + goto done; + } + - pd->pam_status = PAM_SYSTEM_ERR; + pd->pam_status = PAM_SERVICE_ERR; switch (pd->cmd) { case SSS_PAM_AUTHENTICATE: -@@ -1021,7 +1036,7 @@ +@@ -1073,7 +1088,7 @@ &pw_expire_type, &pw_expire_data); talloc_zfree(req); if (ret != EOK) { @@ -150,7 +168,7 @@ dp_err = DP_ERR_FATAL; goto done; } -@@ -1033,7 +1048,7 @@ +@@ -1085,7 +1100,7 @@ state->pd, &result); if (ret != EOK) { DEBUG(1, ("check_pwexpire_shadow failed.\n")); @@ -159,7 +177,7 @@ goto done; } break; -@@ -1042,7 +1057,7 @@ +@@ -1094,7 +1109,7 @@ state->pd, &result); if (ret != EOK) { DEBUG(1, ("check_pwexpire_kerberos failed.\n")); @@ -168,7 +186,7 @@ goto done; } break; -@@ -1050,7 +1065,7 @@ +@@ -1102,7 +1117,7 @@ ret = check_pwexpire_ldap(state->pd, pw_expire_data, &result); if (ret != EOK) { DEBUG(1, ("check_pwexpire_ldap failed.\n")); @@ -177,7 +195,7 @@ goto done; } break; -@@ -1058,7 +1073,7 @@ +@@ -1110,7 +1125,7 @@ break; default: DEBUG(1, ("Unknow pasword expiration type.\n")); @@ -186,7 +204,7 @@ goto done; } } -@@ -1080,7 +1095,7 @@ +@@ -1132,7 +1147,7 @@ state->pd->pam_status = PAM_NEW_AUTHTOK_REQD; break; default: Index: files/patch-src__providers__krb5__krb5_utils.c =================================================================== --- files/patch-src__providers__krb5__krb5_utils.c (revision 303829) +++ files/patch-src__providers__krb5__krb5_utils.c (working copy) @@ -1,17 +0,0 @@ ---- ./src/providers/krb5/krb5_utils.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/krb5/krb5_utils.c 2011-10-13 12:15:03.000000000 -0400 -@@ -435,10 +435,10 @@ - } - - server_name = talloc_asprintf(NULL, "krbtgt/%.*s@%.*s", -- krb5_princ_realm(ctx, client_princ)->length, -- krb5_princ_realm(ctx, client_princ)->data, -- krb5_princ_realm(ctx, client_princ)->length, -- krb5_princ_realm(ctx, client_princ)->data); -+ krb5_realm_length(krb5_princ_realm(ctx, client_princ)), -+ krb5_princ_realm(ctx, client_princ), -+ krb5_realm_length(krb5_princ_realm(ctx, client_princ)), -+ krb5_princ_realm(ctx, client_princ)); - if (server_name == NULL) { - kerr = KRB5_CC_NOMEM; - DEBUG(1, ("talloc_asprintf failed.\n")); Index: files/patch-src__providers__ldap__sdap_access.c =================================================================== --- files/patch-src__providers__ldap__sdap_access.c (revision 303829) +++ files/patch-src__providers__ldap__sdap_access.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/providers/ldap/sdap_access.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/ldap/sdap_access.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/providers/ldap/sdap_access.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/ldap/sdap_access.c 2012-09-07 17:48:42.000000000 -0400 @@ -22,9 +22,7 @@ along with this program. If not, see . */ @@ -10,7 +10,7 @@ #include #include #include -@@ -119,7 +117,7 @@ +@@ -109,7 +107,7 @@ pd); if (req == NULL) { DEBUG(1, ("Unable to start sdap_access request\n")); @@ -19,7 +19,7 @@ return; } -@@ -157,7 +155,7 @@ +@@ -148,7 +146,7 @@ state->be_ctx = be_ctx; state->pd = pd; @@ -28,7 +28,7 @@ state->ev = ev; state->access_ctx = access_ctx; state->current_rule = 0; -@@ -502,18 +500,17 @@ +@@ -488,18 +486,17 @@ return true; } @@ -51,7 +51,7 @@ if (difftime(now, expire_time) > 0.0) { DEBUG(4, ("NDS account expired.\n")); -@@ -663,7 +660,7 @@ +@@ -648,7 +645,7 @@ return NULL; } @@ -60,7 +60,7 @@ expire = dp_opt_get_cstring(access_ctx->id_ctx->opts->basic, SDAP_ACCOUNT_EXPIRE_POLICY); -@@ -747,7 +744,7 @@ +@@ -732,7 +729,7 @@ talloc_zfree(subreq); if (ret != EOK) { DEBUG(1, ("Error retrieving access check result.\n")); @@ -69,7 +69,7 @@ tevent_req_error(req, ret); return; } -@@ -807,7 +804,7 @@ +@@ -792,7 +789,7 @@ state->filter = NULL; state->be_ctx = be_ctx; state->username = username; @@ -78,8 +78,8 @@ state->sdap_ctx = access_ctx->id_ctx; state->ev = ev; state->access_ctx = access_ctx; -@@ -953,7 +950,7 @@ - SDAP_SEARCH_TIMEOUT)); +@@ -939,7 +936,7 @@ + false); if (subreq == NULL) { DEBUG(1, ("Could not start LDAP communication\n")); - state->pam_status = PAM_SYSTEM_ERR; @@ -87,7 +87,7 @@ tevent_req_error(req, EIO); return; } -@@ -984,13 +981,13 @@ +@@ -970,13 +967,13 @@ if (ret == EOK) { return; } @@ -103,7 +103,7 @@ } goto done; -@@ -1009,7 +1006,7 @@ +@@ -995,7 +992,7 @@ else if (results == NULL) { DEBUG(1, ("num_results > 0, but results is NULL\n")); ret = EIO; @@ -112,7 +112,7 @@ goto done; } else if (num_results > 1) { -@@ -1018,7 +1015,7 @@ +@@ -1004,7 +1001,7 @@ */ DEBUG(1, ("Received multiple replies\n")); ret = EIO; @@ -121,7 +121,7 @@ goto done; } else { /* Ok, we got a single reply */ -@@ -1106,7 +1103,7 @@ +@@ -1090,7 +1087,7 @@ talloc_zfree(subreq); if (ret != EOK) { DEBUG(1, ("Error retrieving access check result.\n")); @@ -130,7 +130,7 @@ tevent_req_error(req, ret); return; } -@@ -1247,7 +1244,7 @@ +@@ -1230,7 +1227,7 @@ talloc_zfree(subreq); if (ret != EOK) { DEBUG(1, ("Error retrieving access check result.\n")); @@ -139,7 +139,7 @@ tevent_req_error(req, ret); return; } -@@ -1274,7 +1271,7 @@ +@@ -1255,7 +1252,7 @@ struct ldb_message_element *el; unsigned int i; char *host; @@ -148,7 +148,7 @@ req = tevent_req_create(mem_ctx, &state, struct sdap_access_host_ctx); if (!req) { -@@ -1370,7 +1367,7 @@ +@@ -1351,7 +1348,7 @@ talloc_zfree(subreq); if (ret != EOK) { DEBUG(1, ("Error retrieving access check result.\n")); @@ -157,7 +157,7 @@ tevent_req_error(req, ret); return; } -@@ -1395,7 +1392,7 @@ +@@ -1377,7 +1374,7 @@ static void sdap_access_done(struct tevent_req *req) { errno_t ret; @@ -166,7 +166,7 @@ struct be_req *breq = tevent_req_callback_data(req, struct be_req); -@@ -1403,7 +1400,7 @@ +@@ -1385,7 +1382,7 @@ talloc_zfree(req); if (ret != EOK) { DEBUG(1, ("Error retrieving access check result.\n")); Index: files/patch-src__providers__ipa__ipa_common.c =================================================================== --- files/patch-src__providers__ipa__ipa_common.c (revision 303829) +++ files/patch-src__providers__ipa__ipa_common.c (working copy) @@ -1,6 +1,6 @@ ---- ./src/providers/ipa/ipa_common.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/ipa/ipa_common.c 2011-10-13 12:15:03.000000000 -0400 -@@ -191,7 +191,7 @@ +--- ./src/providers/ipa/ipa_common.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/ipa/ipa_common.c 2012-09-07 17:48:42.000000000 -0400 +@@ -251,7 +251,7 @@ char *ipa_hostname; int ret; int i; @@ -9,7 +9,7 @@ opts = talloc_zero(memctx, struct ipa_options); if (!opts) return ENOMEM; -@@ -220,14 +220,14 @@ +@@ -280,14 +280,14 @@ ipa_hostname = dp_opt_get_string(opts->basic, IPA_HOSTNAME); if (ipa_hostname == NULL) { Index: files/patch-src__util__murmurhash3.c =================================================================== --- files/patch-src__util__murmurhash3.c (revision 0) +++ files/patch-src__util__murmurhash3.c (working copy) @@ -0,0 +1,11 @@ +--- ./src/util/murmurhash3.c.orig 2012-09-07 18:32:20.000000000 -0400 ++++ ./src/util/murmurhash3.c 2012-09-07 18:32:26.000000000 -0400 +@@ -8,7 +8,7 @@ + + #include + #include +-#include ++#include + #include + + /* support RHEL5 lack of definitions */ Property changes on: files/patch-src__util__murmurhash3.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-src__responder__common__responder_dp.c =================================================================== --- files/patch-src__responder__common__responder_dp.c (revision 303829) +++ files/patch-src__responder__common__responder_dp.c (working copy) @@ -1,15 +1,6 @@ ---- ./src/responder/common/responder_dp.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/responder/common/responder_dp.c 2011-10-13 12:15:03.000000000 -0400 -@@ -210,7 +210,7 @@ - &sdp_req->err_min, - &sdp_req->err_msg); - if (ret != EOK) { -- if (ret == ETIME) { -+ if (ret == ETIMEDOUT) { - sdp_req->err_maj = DP_ERR_TIMEOUT; - sdp_req->err_min = ret; - sdp_req->err_msg = talloc_strdup(sdp_req, "Request timed out"); -@@ -569,7 +569,7 @@ +--- ./src/responder/common/responder_dp.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/responder/common/responder_dp.c 2012-09-07 17:48:42.000000000 -0400 +@@ -197,7 +197,7 @@ case DBUS_MESSAGE_TYPE_ERROR: if (strcmp(dbus_message_get_error_name(reply), DBUS_ERROR_NO_REPLY) == 0) { @@ -18,3 +9,12 @@ goto done; } DEBUG(0,("The Data Provider returned an error [%s]\n", +@@ -711,7 +711,7 @@ + &sdp_req->dp_ret, + &sdp_req->err_msg); + if (ret != EOK) { +- if (ret == ETIME) { ++ if (ret == ETIMEDOUT) { + sdp_req->dp_err = DP_ERR_TIMEOUT; + sdp_req->dp_ret = ret; + sdp_req->err_msg = talloc_strdup(sdp_req, "Request timed out"); Index: files/patch-src__providers__ipa__ipa_hbac.h =================================================================== --- files/patch-src__providers__ipa__ipa_hbac.h (revision 0) +++ files/patch-src__providers__ipa__ipa_hbac.h (working copy) @@ -0,0 +1,10 @@ +--- ./src/providers/ipa/ipa_hbac.h.orig 2012-09-07 18:27:41.000000000 -0400 ++++ ./src/providers/ipa/ipa_hbac.h 2012-09-07 18:28:52.000000000 -0400 +@@ -39,6 +39,7 @@ + + #include + #include ++#include + + /** Result of HBAC evaluation */ + enum hbac_eval_result { Property changes on: files/patch-src__providers__ipa__ipa_hbac.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-src__providers__krb5__krb5_child.c =================================================================== --- files/patch-src__providers__krb5__krb5_child.c (revision 303829) +++ files/patch-src__providers__krb5__krb5_child.c (working copy) @@ -1,5 +1,5 @@ ---- ./src/providers/krb5/krb5_child.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/providers/krb5/krb5_child.c 2011-10-13 12:15:03.000000000 -0400 +--- ./src/providers/krb5/krb5_child.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/providers/krb5/krb5_child.c 2012-09-07 19:51:51.000000000 -0400 @@ -39,6 +39,15 @@ #define SSSD_KRB5_CHANGEPW_PRINCIPAL "kadmin/changepw" @@ -16,21 +16,22 @@ struct krb5_child_ctx { /* opts taken from kinit */ /* in seconds */ -@@ -100,10 +109,10 @@ +@@ -100,11 +109,11 @@ static krb5_context krb5_error_ctx; static const char *__krb5_error_msg; -#define KRB5_DEBUG(level, krb5_error) do { \ - __krb5_error_msg = sss_krb5_get_error_message(krb5_error_ctx, krb5_error); \ -+#define KRB5_DEBUG(level, krb5_error, ctx) do { \ ++#define KRB5_DEBUG(level, krb5_error, ctx) do { \ + __krb5_error_msg = sss_krb5_get_error_message(ctx, krb5_error); \ DEBUG(level, ("%d: [%d][%s]\n", __LINE__, krb5_error, __krb5_error_msg)); \ + sss_log(SSS_LOG_ERR, "%s", __krb5_error_msg); \ - sss_krb5_free_error_message(krb5_error_ctx, __krb5_error_msg); \ -+ sss_krb5_free_error_message(ctx, __krb5_error_msg); \ - } while(0); ++ sss_krb5_free_error_message(ctx, __krb5_error_msg); \ + } while(0) static void sss_krb5_expire_callback_func(krb5_context context, void *data, -@@ -267,13 +276,13 @@ +@@ -271,13 +280,13 @@ kerr = krb5_cc_resolve(ctx, tmp_ccname, &tmp_cc); if (kerr != 0) { @@ -46,7 +47,7 @@ goto done; } if (fd != -1) { -@@ -284,7 +293,7 @@ +@@ -288,7 +297,7 @@ if (creds == NULL) { kerr = create_empty_cred(ctx, princ, &l_cred); if (kerr != 0) { @@ -55,7 +56,7 @@ goto done; } } else { -@@ -293,13 +302,13 @@ +@@ -297,13 +306,13 @@ kerr = krb5_cc_store_cred(ctx, tmp_cc, l_cred); if (kerr != 0) { @@ -71,7 +72,7 @@ goto done; } tmp_cc = NULL; -@@ -420,7 +429,7 @@ +@@ -424,7 +433,7 @@ talloc_zfree(msg); } } else { @@ -80,7 +81,7 @@ if (krb5_msg == NULL) { DEBUG(1, ("sss_krb5_get_error_message failed.\n")); return NULL; -@@ -429,7 +438,7 @@ +@@ -433,7 +442,7 @@ ret = pam_add_response(kr->pd, SSS_PAM_SYSTEM_INFO, strlen(krb5_msg) + 1, (const uint8_t *) krb5_msg); @@ -89,41 +90,33 @@ } if (ret != EOK) { DEBUG(1, ("pam_add_response failed.\n")); -@@ -527,7 +536,7 @@ +@@ -531,7 +540,7 @@ break; } -- kerr = krb5_free_keytab_entry_contents(kr->ctx, &entry); -+ kerr = krb5_kt_free_entry(kr->ctx, &entry); +- kerr = sss_krb5_free_keytab_entry_contents(kr->ctx, &entry); ++ kerr = krb5_kt_free_entry(kr->ctx, &entry); if (kerr != 0) { DEBUG(1, ("Failed to free keytab entry.\n")); } -@@ -575,7 +584,7 @@ - if (krb5_kt_close(kr->ctx, keytab) != 0) { - DEBUG(1, ("krb5_kt_close failed")); - } -- if (krb5_free_keytab_entry_contents(kr->ctx, &entry) != 0) { -+ if (krb5_kt_free_entry(kr->ctx, &entry) != 0) { - DEBUG(1, ("Failed to free keytab entry.\n")); - } - if (principal != NULL) { -@@ -605,13 +614,13 @@ +@@ -642,14 +651,14 @@ kerr = krb5_get_init_creds_keytab(ctx, &creds, princ, keytab, 0, NULL, &options); if (kerr != 0) { - KRB5_DEBUG(1, kerr); -+ KRB5_DEBUG(1, kerr, ctx); ++ KRB5_DEBUG(1, kerr, ctx); return kerr; } - kerr = create_ccache_file(ctx, princ, ccname, &creds); + /* Use the updated principal in the creds in case canonicalized */ + kerr = create_ccache_file(ctx, creds.client, ccname, &creds); if (kerr != 0) { - KRB5_DEBUG(1, kerr); -+ KRB5_DEBUG(1, kerr, ctx); ++ KRB5_DEBUG(1, kerr, ctx); goto done; } kerr = 0; -@@ -633,21 +642,21 @@ +@@ -672,21 +681,21 @@ sss_krb5_expire_callback_func, kr); if (kerr != 0) { @@ -148,16 +141,16 @@ return kerr; } -@@ -668,7 +677,7 @@ - - kerr = create_ccache_file(kr->ctx, kr->princ, kr->ccname, kr->creds); +@@ -710,7 +719,7 @@ + kr->creds ? kr->creds->client : kr->princ, + kr->ccname, kr->creds); if (kerr != 0) { - KRB5_DEBUG(1, kerr); + KRB5_DEBUG(1, kerr, kr->ctx); goto done; } -@@ -692,7 +701,7 @@ +@@ -734,7 +743,7 @@ krb5_error_code kerr = 0; char *pass_str = NULL; char *newpass_str = NULL; @@ -166,7 +159,7 @@ int result_code = -1; krb5_data result_code_string; krb5_data result_string; -@@ -734,7 +743,7 @@ +@@ -776,7 +785,7 @@ changepw_princ, kr->options); if (kerr != 0) { @@ -175,7 +168,7 @@ if (kerr == KRB5_KDC_UNREACH) { pam_status = PAM_AUTHINFO_UNAVAIL; } -@@ -773,7 +782,7 @@ +@@ -815,7 +824,7 @@ if (kerr != 0 || result_code != 0) { if (kerr != 0) { @@ -184,7 +177,7 @@ } else { kerr = KRB5KRB_ERR_GENERIC; } -@@ -825,7 +834,7 @@ +@@ -867,7 +876,7 @@ memset(kr->pd->newauthtok, 0, kr->pd->newauthtok_size); if (kerr != 0) { @@ -193,7 +186,7 @@ if (kerr == KRB5_KDC_UNREACH) { pam_status = PAM_AUTHINFO_UNAVAIL; } -@@ -846,7 +855,7 @@ +@@ -888,7 +897,7 @@ krb5_error_code kerr = 0; char *pass_str = NULL; char *changepw_princ = NULL; @@ -202,7 +195,7 @@ if (kr->pd->authtok_type != SSS_AUTHTOK_TYPE_PASSWORD) { pam_status = PAM_CRED_INSUFFICIENT; -@@ -881,7 +890,7 @@ +@@ -923,7 +932,7 @@ kr->options, NULL, NULL); if (kerr != 0) { @@ -211,7 +204,7 @@ DEBUG(1, ("Failed to unset expire callback, continue ...\n")); } kerr = krb5_get_init_creds_password(kr->ctx, kr->creds, kr->princ, -@@ -899,7 +908,7 @@ +@@ -941,7 +950,7 @@ memset(kr->pd->authtok, 0, kr->pd->authtok_size); if (kerr != 0) { @@ -220,7 +213,7 @@ switch (kerr) { case KRB5_KDC_UNREACH: pam_status = PAM_AUTHINFO_UNAVAIL; -@@ -911,7 +920,7 @@ +@@ -953,7 +962,7 @@ pam_status = PAM_CRED_ERR; break; default: @@ -229,7 +222,7 @@ } } -@@ -981,13 +990,13 @@ +@@ -1023,13 +1032,13 @@ kerr = krb5_cc_resolve(kr->ctx, ccname, &ccache); if (kerr != 0) { @@ -245,7 +238,7 @@ if (kerr == KRB5_KDC_UNREACH) { status = PAM_AUTHINFO_UNAVAIL; } -@@ -997,7 +1006,7 @@ +@@ -1039,7 +1048,7 @@ if (kr->validate) { kerr = validate_tgt(kr); if (kerr != 0) { @@ -254,7 +247,7 @@ goto done; } -@@ -1019,13 +1028,13 @@ +@@ -1061,13 +1070,13 @@ kerr = krb5_cc_initialize(kr->ctx, ccache, kr->princ); if (kerr != 0) { @@ -270,7 +263,7 @@ goto done; } -@@ -1059,8 +1068,8 @@ +@@ -1101,8 +1110,8 @@ ret = create_ccache_file(kr->ctx, kr->princ, kr->ccname, NULL); if (ret != 0) { @@ -281,7 +274,7 @@ } ret = sendresponse(fd, ret, pam_status, kr); -@@ -1375,19 +1384,20 @@ +@@ -1421,19 +1430,20 @@ kerr = krb5_init_context(&kr->ctx); if (kerr != 0) { @@ -305,32 +298,25 @@ goto failed; } -@@ -1400,18 +1410,18 @@ +@@ -1446,7 +1456,7 @@ kerr = sss_krb5_get_init_creds_opt_alloc(kr->ctx, &kr->options); if (kerr != 0) { - KRB5_DEBUG(1, kerr); -+ KRB5_DEBUG(1, kerr, kr->ctx); ++ KRB5_DEBUG(1, kerr, kr->ctx); goto failed; } - /* A prompter is used to catch messages about when a password will - * expired. The library shall not use the prompter to ask for a new password +@@ -1456,7 +1466,7 @@ * but shall return KRB5KDC_ERR_KEY_EXP. */ -- krb5_get_init_creds_opt_set_change_password_prompt(kr->options, 0); -- if (kerr != 0) { + krb5_get_init_creds_opt_set_change_password_prompt(kr->options, 0); + if (kerr != 0) { - KRB5_DEBUG(1, kerr); -- goto failed; -- } -+ // krb5_get_init_creds_opt_set_change_password_prompt(kr->options, 0); -+ // if (kerr != 0) { -+ // KRB5_DEBUG(1, kerr, kr->ctx); -+ // goto failed; -+ // } - - lifetime_str = getenv(SSSD_KRB5_RENEWABLE_LIFETIME); - if (lifetime_str == NULL) { -@@ -1422,7 +1432,7 @@ ++ KRB5_DEBUG(1, kerr, kr->ctx); + goto failed; + } + #endif +@@ -1470,7 +1480,7 @@ if (kerr != 0) { DEBUG(1, ("krb5_string_to_deltat failed for [%s].\n", lifetime_str)); @@ -339,7 +325,7 @@ goto failed; } krb5_get_init_creds_opt_set_renew_life(kr->options, lifetime); -@@ -1437,7 +1447,7 @@ +@@ -1485,7 +1495,7 @@ if (kerr != 0) { DEBUG(1, ("krb5_string_to_deltat failed for [%s].\n", lifetime_str)); @@ -348,7 +334,7 @@ goto failed; } krb5_get_init_creds_opt_set_tkt_life(kr->options, lifetime); -@@ -1486,7 +1496,7 @@ +@@ -1536,7 +1546,7 @@ kr, &kr->fast_ccname); if (kerr != 0) { DEBUG(1, ("check_fast_ccache failed.\n")); @@ -357,7 +343,7 @@ goto failed; } -@@ -1496,7 +1506,7 @@ +@@ -1546,7 +1556,7 @@ if (kerr != 0) { DEBUG(1, ("sss_krb5_get_init_creds_opt_set_fast_ccache_name " "failed.\n")); @@ -366,7 +352,7 @@ goto failed; } -@@ -1507,7 +1517,7 @@ +@@ -1557,7 +1567,7 @@ if (kerr != 0) { DEBUG(1, ("sss_krb5_get_init_creds_opt_set_fast_flags " "failed.\n")); Index: files/patch-src__util__sss_krb5.c =================================================================== --- files/patch-src__util__sss_krb5.c (revision 303829) +++ files/patch-src__util__sss_krb5.c (working copy) @@ -1,17 +1,6 @@ ---- ./src/util/sss_krb5.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/util/sss_krb5.c 2011-10-13 12:15:03.000000000 -0400 -@@ -165,8 +165,8 @@ - - if (_realm) { - *_realm = talloc_asprintf(mem_ctx, "%.*s", -- krb5_princ_realm(ctx, client_princ)->length, -- krb5_princ_realm(ctx, client_princ)->data); -+ krb5_realm_length(krb5_princ_realm(krb_ctx, client_princ)), -+ krb5_princ_realm(krb_ctx, client_princ)); - if (!*_realm) { - DEBUG(1, ("talloc_asprintf failed")); - if (_principal) talloc_zfree(*_principal); -@@ -243,7 +243,7 @@ +--- ./src/util/sss_krb5.c.orig 2012-05-30 12:36:51.000000000 -0400 ++++ ./src/util/sss_krb5.c 2012-09-07 19:27:09.000000000 -0400 +@@ -251,7 +251,7 @@ } realm_name = talloc_strdup(tmp_ctx, default_realm); @@ -20,34 +9,7 @@ if (!realm_name) { ret = ENOMEM; goto done; -@@ -322,7 +322,7 @@ - found = true; - } - free(kt_principal); -- krberr = krb5_free_keytab_entry_contents(context, &entry); -+ krberr = krb5_kt_free_entry(context, &entry); - if (krberr) { - /* This should never happen. The API docs for this function - * specify only success for this function -@@ -466,7 +466,7 @@ - break; - } - -- kerr = krb5_free_keytab_entry_contents(ctx, &entry); -+ kerr = krb5_kt_free_entry(ctx, &entry); - if (kerr != 0) { - DEBUG(1, ("Failed to free keytab entry.\n")); - } -@@ -504,7 +504,7 @@ - kerr = 0; - - done: -- kerr_d = krb5_free_keytab_entry_contents(ctx, &entry); -+ kerr_d = krb5_kt_free_entry(ctx, &entry); - if (kerr_d != 0) { - DEBUG(1, ("Failed to free keytab entry.\n")); - } -@@ -540,7 +540,7 @@ +@@ -554,7 +554,7 @@ void KRB5_CALLCONV sss_krb5_free_error_message(krb5_context ctx, const char *s) { #ifdef HAVE_KRB5_GET_ERROR_MESSAGE @@ -56,3 +18,29 @@ #else free(s); #endif +@@ -1060,7 +1060,7 @@ + break; + } + +- if (!krb5_c_valid_enctype(entry.key.enctype) || ++ if (!krb5_c_valid_enctype(entry.keyblock.keytype) || + !krb5_principal_compare(context, entry.principal, princ)) { + continue; + } +@@ -1085,13 +1085,13 @@ + break; + } + } +- etypes[count] = entry.key.enctype; ++ etypes[count] = entry.keyblock.keytype; + count++; + + /* All DES key types work with des-cbc-crc, which is more likely to be + * accepted by the KDC (since MIT KDCs refuse des-cbc-md5). */ +- if (entry.key.enctype == ENCTYPE_DES_CBC_MD5 || +- entry.key.enctype == ENCTYPE_DES_CBC_MD4) { ++ if (entry.keyblock.keytype == ENCTYPE_DES_CBC_MD5 || ++ entry.keyblock.keytype == ENCTYPE_DES_CBC_MD4) { + etypes[count] = ENCTYPE_DES_CBC_CRC; + count++; + } Index: pkg-message =================================================================== --- pkg-message (revision 303829) +++ pkg-message (working copy) @@ -1,21 +0,0 @@ -================================================================================ -Copy %%PREFIX%%/etc/sssd/sssd.conf.sample to %%PREFIX%%/etc/sssd/sssd.conf -and edit %%PREFIX%%/etc/sssd/sssd.conf (see man sssd.conf for details) - -To load sssd at startup, add sssd_enable="YES" to /etc/rc.conf - -To enable pam integration, add a line similar to the following to -/etc/pam.d/system: - -login auth sufficient %%PREFIX%%/lib/pam_sss.so - -To enable NSS integration, update /etc/nsswitch.conf as follows: - -group: sss files -passwd: sss files - -For additional details, please see the man pages for pam.conf and nsswitch.conf - -An sssd HOWTO is also available: -https://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2 -================================================================================ Index: pkg-plist =================================================================== --- pkg-plist (revision 303829) +++ pkg-plist (working copy) @@ -1,16 +1,3 @@ -share/locale/zh_TW/LC_MESSAGES/sssd.mo -share/locale/uk/LC_MESSAGES/sssd.mo -share/locale/sv/LC_MESSAGES/sssd.mo -share/locale/ru/LC_MESSAGES/sssd.mo -share/locale/pt/LC_MESSAGES/sssd.mo -share/locale/pl/LC_MESSAGES/sssd.mo -share/locale/nl/LC_MESSAGES/sssd.mo -share/locale/ja/LC_MESSAGES/sssd.mo -share/locale/it/LC_MESSAGES/sssd.mo -share/locale/id/LC_MESSAGES/sssd.mo -share/locale/fr/LC_MESSAGES/sssd.mo -share/locale/es/LC_MESSAGES/sssd.mo -share/locale/de/LC_MESSAGES/sssd.mo sbin/sssd sbin/sss_usermod sbin/sss_userdel @@ -20,6 +7,7 @@ sbin/sss_groupmod sbin/sss_groupdel sbin/sss_groupadd +sbin/sss_debuglevel sbin/sss_cache libexec/sssd/sssd_pam libexec/sssd/sssd_nss @@ -61,22 +49,15 @@ %%PYTHON_SITELIBDIR%%/SSSDConfig.py %%PYTHON_SITELIBDIR%%/SSSDConfig-1-py%%PYTHON_VER%%.egg-info include/ipa_hbac.h -etc/sssd/sssd.api.d/sssd-simple.conf -etc/sssd/sssd.api.d/sssd-proxy.conf -etc/sssd/sssd.api.d/sssd-local.conf -etc/sssd/sssd.api.d/sssd-ldap.conf -etc/sssd/sssd.api.d/sssd-krb5.conf -etc/sssd/sssd.api.d/sssd-ipa.conf -etc/sssd/sssd.api.conf etc/sssd/sssd.conf.sample @dirrmtry lib/pkgconfig @dirrmtry lib/ldb +@dirrm lib/sssd/modules +@dirrm lib/sssd @dirrmtry etc/sssd/sssd.api.d @dirrmtry etc/sssd -@dirrm share/sssd/introspect @dirrm share/sssd @dirrm libexec/sssd -@dirrm lib/sssd @unexec if cmp -s %D/etc/sssd/sssd.conf.sample %D/etc/sssd/sssd.conf; then rm -f %D/etc/sssd/sssd.conf; fi @exec if [ ! -f %D/etc/sssd/sssd.conf ]; then cp -p %D/%F %B/sssd.conf; fi @unexec if [ -d %%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf %%ETCDIR%%`` to remove any configuration files."; fi Index: Makefile =================================================================== --- Makefile (revision 303829) +++ Makefile (working copy) @@ -6,29 +6,29 @@ # PORTNAME= sssd -DISTVERSION= 1.6.1 -PORTREVISION= 1 +DISTVERSION= 1.8.4 CATEGORIES= security -MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ +MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ + http://mirrors.rit.edu/zi/ MAINTAINER= aweits@rit.edu COMMENT= System Security Services Daemon LICENSE= GPLv3 -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - talloc.2:${PORTSDIR}/devel/talloc \ - tevent.0:${PORTSDIR}/devel/tevent \ - xslt.2:${PORTSDIR}/textproc/libxslt \ - tdb.1:${PORTSDIR}/databases/tdb \ +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ + talloc:${PORTSDIR}/devel/talloc \ + tevent:${PORTSDIR}/devel/tevent \ + xslt:${PORTSDIR}/textproc/libxslt \ + tdb:${PORTSDIR}/databases/tdb \ ldb:${PORTSDIR}/databases/ldb \ - cares.2:${PORTSDIR}/dns/c-ares \ + cares:${PORTSDIR}/dns/c-ares \ dbus:${PORTSDIR}/devel/dbus \ - dhash.1:${PORTSDIR}/devel/ding-libs \ - pcre.1:${PORTSDIR}/devel/pcre \ - unistring.1:${PORTSDIR}/devel/libunistring \ - nss3.1:${PORTSDIR}/security/nss \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ + dhash:${PORTSDIR}/devel/ding-libs \ + pcre:${PORTSDIR}/devel/pcre \ + unistring:${PORTSDIR}/devel/libunistring \ + nss3:${PORTSDIR}/security/nss \ + sasl2:${PORTSDIR}/security/cyrus-sasl2 \ xml2:${PORTSDIR}/textproc/libxml2 BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl @@ -38,16 +38,18 @@ CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \ --with-ldb-lib-dir=${LOCALBASE}/lib/ldb \ --with-xml-catalog-path=${LOCALBASE}/share/xml/catalog \ - --with-libnl=no --with-init-dir=no \ + --with-libnl=no --with-init-dir=no --datadir=${DATADIR} \ --docdir=${WRKDIR}/docs --with-pid-path=/var/run \ --localstatedir=/var --enable-pammoddir=${PREFIX}/lib \ --with-db-path=/var/db/sss --with-pipe-path=/var/run/sss \ --with-pubconf-path=/var/run/sss CFLAGS+= -L${LOCALBASE}/lib -fstack-protector-all PLIST_SUB= PYTHON_VER=${PYTHON_VER} +MAKE_ENV+= LINGUAS="" +SUB_FILES= pkg-message #DEBUG_FLAGS= -g -USE_AUTOTOOLS= autoconf automake +USE_AUTOTOOLS= autoconf automake libtoolize USE_LDCONFIG= yes USE_PYTHON= yes USE_OPENLDAP= yes @@ -63,8 +65,10 @@ MAN8= pam_sss.8 sss_cache.8 sss_groupadd.8 sss_groupdel.8 \ sss_groupmod.8 sss_groupshow.8 sss_obfuscate.8 \ sss_useradd.8 sss_userdel.8 sss_usermod.8 sssd.8 \ - sssd_krb5_locator_plugin.8 + sssd_krb5_locator_plugin.8 sss_debuglevel.8 +PORTDATA= * + .include .if ${OSVERSION} < 800107 @@ -77,37 +81,47 @@ AUTOTOOLSFILES= aclocal.m4 post-patch: - @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \ + ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c - @${REINPLACE_CMD} -e '/#define SIZE_T_MAX ((size_t) -1)/d' ${WRKSRC}/src/util/util.h - @${REINPLACE_CMD} -e '/pam_misc/d' ${WRKSRC}/src/sss_client/pam_test_client.c - @${REINPLACE_CMD} -e '/ETIME/d' ${WRKSRC}/src/sss_client/common.c - @${REINPLACE_CMD} -e 's| -lpam_misc||g' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|security/pam_misc.h||g' ${WRKSRC}/configure* ${WRKSRC}/src/external/pam.m4 - @${REINPLACE_CMD} -e 's|NSS_STATUS_NOTFOUND|NS_NOTFOUND|g' ${WRKSRC}/src/sss_client/common.c - @${REINPLACE_CMD} -e 's|NSS_STATUS_UNAVAIL|NS_UNAVAIL|g' ${WRKSRC}/src/sss_client/common.c - @${REINPLACE_CMD} -e 's|NSS_STATUS_TRYAGAIN|NS_TRYAGAIN|g' ${WRKSRC}/src/sss_client/common.c - @${REINPLACE_CMD} -e 's|NSS_STATUS_SUCCESS|NS_SUCCESS|g' ${WRKSRC}/src/sss_client/common.c - @${REINPLACE_CMD} -e 's|security/pam_ext.h|security/pam_appl.h|g' ${WRKSRC}/src/sss_client/pam_sss.c - @${REINPLACE_CMD} -e 's|security/_pam_macros.h|pam_macros.h|g' ${WRKSRC}/src/sss_client/sss_pam_macros.h - @${REINPLACE_CMD} -e 's|#include ||g' ${WRKSRC}/src/sss_client/pam_sss.c - @${REINPLACE_CMD} -e 's|PAM_BAD_ITEM|PAM_USER_UNKNOWN|g' ${WRKSRC}/src/sss_client/pam_sss.c - @${REINPLACE_CMD} -e 's|pam_vsyslog(pamh,|vsyslog(|g' ${WRKSRC}/src/sss_client/pam_sss.c - @${REINPLACE_CMD} -e 's|pam_modutil_getlogin(pamh)|getlogin()|g' ${WRKSRC}/src/sss_client/pam_sss.c - @${REINPLACE_CMD} -e '/..MAKE. ..AM_MAKEFLAGS. install-data-hook/d' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|install-data-hook install-dist_initSCRIPTS|install-dist_initSCRIPTS|g' \ + @${REINPLACE_CMD} -e '/#define SIZE_T_MAX ((size_t) -1)/d' \ + ${WRKSRC}/src/util/util.h + @${REINPLACE_CMD} -e '/pam_misc/d' \ + ${WRKSRC}/src/sss_client/pam_test_client.c + @${REINPLACE_CMD} -e 's|security/pam_misc.h||g' \ + ${WRKSRC}/configure* ${WRKSRC}/src/external/pam.m4 + @${REINPLACE_CMD} -e 's|NSS_STATUS_NOTFOUND|NS_NOTFOUND|g' \ + -e 's|NSS_STATUS_UNAVAIL|NS_UNAVAIL|g' \ + -e 's|NSS_STATUS_TRYAGAIN|NS_TRYAGAIN|g' \ + -e '/ETIME/d' \ + -e 's|NSS_STATUS_SUCCESS|NS_SUCCESS|g' \ + ${WRKSRC}/src/sss_client/common.c + @${REINPLACE_CMD} -e 's|security/_pam_macros.h|pam_macros.h|g' \ + ${WRKSRC}/src/sss_client/sss_pam_macros.h + @${REINPLACE_CMD} -e 's|#include ||g' \ + -e 's|PAM_BAD_ITEM|PAM_USER_UNKNOWN|g' \ + -e 's|security/pam_ext.h|security/pam_appl.h|g' \ + -e 's|pam_modutil_getlogin(pamh)|getlogin()|g' \ + -e 's|pam_vsyslog(pamh,|vsyslog(|g' \ + ${WRKSRC}/src/sss_client/pam_sss.c + @${REINPLACE_CMD} -e '/..MAKE. ..AM_MAKEFLAGS. install-data-hook/d' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' \ + -e 's|install-data-hook install-dist_initSCRIPTS|install-dist_initSCRIPTS|g' \ + -e 's|install-data-hook|notinstall-data-hook|g' \ + -e 's| -lpam_misc||g' \ ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's|install-data-hook|notinstall-data-hook|g' ${WRKSRC}/Makefile.in \ - ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in \ - ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's|/etc/sssd/|${ETCDIR}/|g' ${WRKSRC}/src/man/*xml - @${REINPLACE_CMD} -e 's|/etc/openldap/|${PREFIX}/etc/openldap/|g' ${WRKSRC}/src/man/*xml + @${REINPLACE_CMD} -e 's|/etc/sssd/|${ETCDIR}/|g' \ + -e 's|/etc/openldap/|${LOCALBASE}/etc/openldap/|g' \ + ${WRKSRC}/src/man/*xml @${CP} ${FILESDIR}/pam_macros.h ${WRKSRC}/pam_macros.h @${CP} ${FILESDIR}/bsdnss.c ${WRKSRC}/src/sss_client/bsdnss.c +pre-configure: + (cd ${WRKSRC} && ${AUTORECONF} -i -f) + post-install: - ${INSTALL_DATA} ${WRKSRC}/src/examples/sssd.conf ${ETCDIR}/sssd.conf.sample + ${INSTALL_DATA} ${WRKSRC}/src/examples/sssd-example.conf ${ETCDIR}/sssd.conf.sample (cd ${PREFIX}/lib && ${LN} -s nss_sss.so.2 nss_sss.so.1) (cd ${PREFIX}/lib && ${LN} -s pam_sss.so pam_sss.so.5) @${RM} -f ${PREFIX}/lib/ldb/memberof.la >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78F9C106566C; Sat, 8 Sep 2012 15:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CDEB8FC1C; Sat, 8 Sep 2012 15:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88F0XiK064206; Sat, 8 Sep 2012 15:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88F0XoG064188; Sat, 8 Sep 2012 15:00:33 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 15:00:33 GMT Message-Id: <201209081500.q88F0XoG064188@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171450: [update] devel/ding-libs to 0.2.91 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:00:33 -0000 Synopsis: [update] devel/ding-libs to 0.2.91 Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 15:00:32 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171450 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:00:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE46D1065677; Sat, 8 Sep 2012 15:00:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B30418FC1F; Sat, 8 Sep 2012 15:00:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88F0xwJ070378; Sat, 8 Sep 2012 15:00:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88F0xJ9070362; Sat, 8 Sep 2012 15:00:59 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 15:00:59 GMT Message-Id: <201209081500.q88F0xJ9070362@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171452: [update] security/sssd to 1.8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:01:00 -0000 Synopsis: [update] security/sssd to 1.8.4 Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 15:00:58 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171452 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 890491065673 for ; Sat, 8 Sep 2012 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C9978FC12 for ; Sat, 8 Sep 2012 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FK2bh087822 for ; Sat, 8 Sep 2012 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88FK2lm087809; Sat, 8 Sep 2012 15:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:20:02 GMT Resent-Message-Id: <201209081520.q88FK2lm087809@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA89D106564A for ; Sat, 8 Sep 2012 15:15:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C5E438FC14 for ; Sat, 8 Sep 2012 15:15:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FFZd2033708 for ; Sat, 8 Sep 2012 15:15:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88FFZFc033703; Sat, 8 Sep 2012 15:15:35 GMT (envelope-from nobody) Message-Id: <201209081515.q88FFZFc033703@red.freebsd.org> Date: Sat, 8 Sep 2012 15:15:35 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171453: New port: finance/trytond_account_stock_continental X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:20:02 -0000 >Number: 171453 >Category: ports >Synopsis: New port: finance/trytond_account_stock_continental >Confidential: no >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 Sep 08 15:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Account Stock Continental Module to the Tryton Application Platform. >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: # # trytond_account_stock_continental # trytond_account_stock_continental/Makefile # trytond_account_stock_continental/distinfo # trytond_account_stock_continental/pkg-descr # trytond_account_stock_continental/pkg-plist # echo c - trytond_account_stock_continental mkdir -p trytond_account_stock_continental > /dev/null 2>&1 echo x - trytond_account_stock_continental/Makefile sed 's/^X//' >trytond_account_stock_continental/Makefile << 'a47d3c81ae185f7c90b5c88f45b95e23' X# New ports collection makefile for: trytond_account_stock_continental X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_account_stock_continental XPORTVERSION= 2.4.1 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Account Stock Continental Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include a47d3c81ae185f7c90b5c88f45b95e23 echo x - trytond_account_stock_continental/distinfo sed 's/^X//' >trytond_account_stock_continental/distinfo << '308422667c69158d30b07517a1288ca7' XSHA256 (trytond_account_stock_continental-2.4.1.tar.gz) = a42dc7bfd6939849e874d81ac5d0c97b9217c6039cbf7654ba2ba23b2803306b XSIZE (trytond_account_stock_continental-2.4.1.tar.gz) = 25449 308422667c69158d30b07517a1288ca7 echo x - trytond_account_stock_continental/pkg-descr sed 's/^X//' >trytond_account_stock_continental/pkg-descr << '0ef386fc45b1186e2017975d789e5a56' XThis port adds the Account Stock Continental Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 0ef386fc45b1186e2017975d789e5a56 echo x - trytond_account_stock_continental/pkg-plist sed 's/^X//' >trytond_account_stock_continental/pkg-plist << '54d08e54ed0d3863956fbf6ee15ee34b' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/account.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/account.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/account.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/account.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/tests/test_account_stock_continental.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/tests/test_account_stock_continental.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/tests/test_account_stock_continental.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_continental X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 54d08e54ed0d3863956fbf6ee15ee34b exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4EE91065670 for ; Sat, 8 Sep 2012 15:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96ED58FC15 for ; Sat, 8 Sep 2012 15:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FU2qY085510 for ; Sat, 8 Sep 2012 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88FU2lB085497; Sat, 8 Sep 2012 15:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:30:02 GMT Resent-Message-Id: <201209081530.q88FU2lB085497@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 096F0106566C for ; Sat, 8 Sep 2012 15:20:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E8A878FC1D for ; Sat, 8 Sep 2012 15:20:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FKjc4048000 for ; Sat, 8 Sep 2012 15:20:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88FKjYi047999; Sat, 8 Sep 2012 15:20:45 GMT (envelope-from nobody) Message-Id: <201209081520.q88FKjYi047999@red.freebsd.org> Date: Sat, 8 Sep 2012 15:20:45 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171454: New port: finance/trytond_account_stock_anglo_saxon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:30:02 -0000 >Number: 171454 >Category: ports >Synopsis: New port: finance/trytond_account_stock_anglo_saxon >Confidential: no >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 Sep 08 15:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Account Stock Anglo Saxon Module to the Tryton Application Platform. >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: # # trytond_account_stock_anglo_saxon # trytond_account_stock_anglo_saxon/Makefile # trytond_account_stock_anglo_saxon/distinfo # trytond_account_stock_anglo_saxon/pkg-descr # trytond_account_stock_anglo_saxon/pkg-plist # echo c - trytond_account_stock_anglo_saxon mkdir -p trytond_account_stock_anglo_saxon > /dev/null 2>&1 echo x - trytond_account_stock_anglo_saxon/Makefile sed 's/^X//' >trytond_account_stock_anglo_saxon/Makefile << '2878d2f22f9f4d4519d7786791d690b2' X# New ports collection makefile for: trytond_account_stock_anglo_saxon X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_account_stock_anglo_saxon XPORTVERSION= 2.4.1 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Account Stock Anglo Saxon Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ X trytond_account_stock_continental>=2.4.1:${PORTSDIR}/finance/trytond_account_stock_continental X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 2878d2f22f9f4d4519d7786791d690b2 echo x - trytond_account_stock_anglo_saxon/distinfo sed 's/^X//' >trytond_account_stock_anglo_saxon/distinfo << 'e682f151eb8479c2b098c287a9da0c2a' XSHA256 (trytond_account_stock_anglo_saxon-2.4.1.tar.gz) = 54fa51fca993223ad3847bd416632a5bda001ab20dcfc09a6866face156f4467 XSIZE (trytond_account_stock_anglo_saxon-2.4.1.tar.gz) = 21784 e682f151eb8479c2b098c287a9da0c2a echo x - trytond_account_stock_anglo_saxon/pkg-descr sed 's/^X//' >trytond_account_stock_anglo_saxon/pkg-descr << '1f504d63e7d7f6eb48b28dbb21bcb3ce' XThis port adds the Account Stock Anglo Saxon Module to the Tryton Application XPlatform. X XWWW: http://www.tryton.org/ 1f504d63e7d7f6eb48b28dbb21bcb3ce echo x - trytond_account_stock_anglo_saxon/pkg-plist sed 's/^X//' >trytond_account_stock_anglo_saxon/pkg-plist << '1d21ed6820b4cf8fe095ec39d2009d9f' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/account.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/invoice.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/invoice.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/invoice.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/tests/test_account_stock_anglo_saxon.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/tests/test_account_stock_anglo_saxon.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/tests/test_account_stock_anglo_saxon.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_stock_anglo_saxon X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 1d21ed6820b4cf8fe095ec39d2009d9f exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:30:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DBCF1065674 for ; Sat, 8 Sep 2012 15:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D45448FC18 for ; Sat, 8 Sep 2012 15:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FU8Pe086622 for ; Sat, 8 Sep 2012 15:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88FU820086607; Sat, 8 Sep 2012 15:30:08 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:30:08 GMT Resent-Message-Id: <201209081530.q88FU820086607@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74312106564A for ; Sat, 8 Sep 2012 15:28:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA5E8FC0A for ; Sat, 8 Sep 2012 15:28:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FSo3s062883 for ; Sat, 8 Sep 2012 15:28:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88FSojd062882; Sat, 8 Sep 2012 15:28:50 GMT (envelope-from nobody) Message-Id: <201209081528.q88FSojd062882@red.freebsd.org> Date: Sat, 8 Sep 2012 15:28:50 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171455: New port: finance/trytond_carrier_percentage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:30:09 -0000 >Number: 171455 >Category: ports >Synopsis: New port: finance/trytond_carrier_percentage >Confidential: no >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 Sep 08 15:30:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Carrier Percentage Module to the Tryton Application Platform. >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: # # trytond_carrier_percentage # trytond_carrier_percentage/Makefile # trytond_carrier_percentage/distinfo # trytond_carrier_percentage/pkg-descr # trytond_carrier_percentage/pkg-plist # echo c - trytond_carrier_percentage mkdir -p trytond_carrier_percentage > /dev/null 2>&1 echo x - trytond_carrier_percentage/Makefile sed 's/^X//' >trytond_carrier_percentage/Makefile << '3a70d9c989b141dc0664cff01c2b397f' X# New ports collection makefile for: trytond_carrier_percentage X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_carrier_percentage XPORTVERSION= 2.4.1 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Carrier Percentage Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ X trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 3a70d9c989b141dc0664cff01c2b397f echo x - trytond_carrier_percentage/distinfo sed 's/^X//' >trytond_carrier_percentage/distinfo << 'ff7f708bcc6000383d86b01c1cca888d' XSHA256 (trytond_carrier_percentage-2.4.1.tar.gz) = ca79ea0c032289deb562d0fb8503768515a5d9529cd656368a7cb9c336215269 XSIZE (trytond_carrier_percentage-2.4.1.tar.gz) = 19981 ff7f708bcc6000383d86b01c1cca888d echo x - trytond_carrier_percentage/pkg-descr sed 's/^X//' >trytond_carrier_percentage/pkg-descr << '95ff7ceaf60fbd9cf7308dfefb960234' XThis port adds the Carrier Percentage Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 95ff7ceaf60fbd9cf7308dfefb960234 echo x - trytond_carrier_percentage/pkg-plist sed 's/^X//' >trytond_carrier_percentage/pkg-plist << '73163e0fe20511725b17ae11a965930e' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/carrier.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/carrier.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/carrier.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/carrier.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/sale.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/sale.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/sale.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/tests/test_carrier_percentage.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/tests/test_carrier_percentage.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/tests/test_carrier_percentage.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_percentage X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 73163e0fe20511725b17ae11a965930e exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59574106564A for ; Sat, 8 Sep 2012 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA2A8FC0A for ; Sat, 8 Sep 2012 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Fe2hJ040033 for ; Sat, 8 Sep 2012 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Fe1sq040018; Sat, 8 Sep 2012 15:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:40:02 GMT Resent-Message-Id: <201209081540.q88Fe1sq040018@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "4721@hushmail.com" <4721@hushmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79F78106566C for ; Sat, 8 Sep 2012 15:29:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5960F8FC0A for ; Sat, 8 Sep 2012 15:29:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FTuEB062963 for ; Sat, 8 Sep 2012 15:29:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88FTuFH062962; Sat, 8 Sep 2012 15:29:56 GMT (envelope-from nobody) Message-Id: <201209081529.q88FTuFH062962@red.freebsd.org> Date: Sat, 8 Sep 2012 15:29:56 GMT From: "4721@hushmail.com" <4721@hushmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171456: [patch] upgrade graphics/ImageMagick to 6.7.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:40:02 -0000 >Number: 171456 >Category: ports >Synopsis: [patch] upgrade graphics/ImageMagick to 6.7.9.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: Sat Sep 08 15:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: 4721@hushmail.com >Release: >Organization: >Environment: >Description: * remove obsolete header lines * upgrade port version to latest * sync list of mirrors with official list * add LICENSE * testing fixed (ImageMagick now requires the current version to be completely installed before tests can succeed) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: graphics/ImageMagick/Makefile =================================================================== --- graphics/ImageMagick/Makefile (revision 303809) +++ graphics/ImageMagick/Makefile (working copy) @@ -1,21 +1,37 @@ -# New ports collection makefile for: ImageMagick -# Date created: 15 November 1994 -# Whom: torstenb -# # $FreeBSD$ -# PORTNAME= ImageMagick -DISTVERSION= 6.7.8-6 +DISTVERSION= 6.7.9-3 CATEGORIES= graphics perl5 -MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ +MASTER_SITES= http://www.imagemagick.org/download/ \ + http://servingzone.com/mirrors/ImageMagick/ \ + http://mirror.checkdomain.de/imagemagick/ \ http://image_magick.veidrodis.com/image_magick/ \ + http://imagemagick.spd.co.il/ \ + http://www.champground.com/imagemagick/ \ + http://ftp.surfnet.nl/pub/ImageMagick/ \ + http://mirror.searchdaimon.com/ImageMagick/ \ + http://mirror.is.co.za/pub/imagemagick/ \ + http://imagemagick.mirrorcatalogs.com/ \ + ftp://ftp.imagemagick.org/pub/ImageMagick/ \ + ftp://mirror.aarnet.edu.au/pub/imagemagick/ \ + ftp://mirror.checkdomain.de/imagemagick/ \ + ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ \ + ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org/ \ + ftp://ftp.nluug.nl/pub/ImageMagick/ \ + ftp://mirror.searchdaimon.com/ImageMagick/ \ + ftp://sunsite.icm.edu.pl/packages/ImageMagick/ \ + ftp://ftp.tpnet.pl/pub/graphics/ImageMagick/ \ ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \ - ftp://ftp.nluug.nl/pub/ImageMagick/ + ftp://ftp.is.co.za/pub/imagemagick/ \ + ftp://ftp.fifi.org/pub/ImageMagick/ MAINTAINER= ports@FreeBSD.org COMMENT= Image processing tools +LICENSE= AL2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_XZ= yes USE_PERL5= yes USE_PKGCONFIG= yes @@ -371,8 +387,6 @@ @${REINPLACE_CMD} -e '/PERL/s|install && \\$$|pure_install \&\& \\|' \ -e 's/install-docDATA install-filters/install-filters/' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's,!/bin/bash,!/bin/sh,g' -e 's,==,=,g' \ - ${WRKSRC}/tests/validate-colorspace.sh # remove the autogenerated Magick.c so it will be regenerated from # Magick.xs on _this_ system: @${RM} -f ${WRKSRC}/PerlMagick/Magick.c @@ -413,7 +427,7 @@ @${ECHO_CMD} NOTICE: SVG format support disabled, requires X11 .endif -post-install: +post-install: test .if ${PORT_OPTIONS:MPERL} @${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/perllocal.pod .endif @@ -428,13 +442,8 @@ .endif test check: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check - -.if !defined(_NO_IMAGEMAGICK_TESTS) -regression-test: test -. if !defined(PACKAGE_BUILDING) && ${PORT_OPTIONS:MTESTS} -post-build: regression-test -. endif +.if (${PORT_OPTIONS:MTESTS} || defined(PACKAGE_BUILDING)) && !defined(_NO_IMAGEMAGICK_TESTS) + -cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check .endif .include Index: graphics/ImageMagick/distinfo =================================================================== --- graphics/ImageMagick/distinfo (revision 303809) +++ graphics/ImageMagick/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.7.8-6.tar.xz) = cb7817516b891dd0c02c7370fff8dd873e75b6e20e5022834d24d35cde46a040 -SIZE (ImageMagick-6.7.8-6.tar.xz) = 7820384 +SHA256 (ImageMagick-6.7.9-3.tar.xz) = a33b56084e900656e62f1918fe421eea56c126a4920c8901617c001c5e40af57 +SIZE (ImageMagick-6.7.9-3.tar.xz) = 7842804 Index: graphics/ImageMagick/pkg-plist =================================================================== --- graphics/ImageMagick/pkg-plist (revision 303809) +++ graphics/ImageMagick/pkg-plist (working copy) @@ -103,6 +103,7 @@ include/ImageMagick/magick/option.h include/ImageMagick/magick/paint.h include/ImageMagick/magick/pixel.h +include/ImageMagick/magick/pixel-accessor.h include/ImageMagick/magick/policy.h include/ImageMagick/magick/prepress.h include/ImageMagick/magick/profile.h @@ -232,6 +233,8 @@ %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/ipl.so %%JBIG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jbig.la %%JBIG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jbig.so +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jnx.la +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jnx.so %%JPEG2000%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jp2.la %%JPEG2000%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jp2.so %%JPEG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jpeg.la >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFEB61065673 for ; Sat, 8 Sep 2012 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3AC18FC12 for ; Sat, 8 Sep 2012 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Fe2dh040132 for ; Sat, 8 Sep 2012 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Fe2xR040117; Sat, 8 Sep 2012 15:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 15:40:02 GMT Resent-Message-Id: <201209081540.q88Fe2xR040117@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85B581065704 for ; Sat, 8 Sep 2012 15:38:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 175208FC15 for ; Sat, 8 Sep 2012 15:38:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Fc3YO077808 for ; Sat, 8 Sep 2012 15:38:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Fc3Na077807; Sat, 8 Sep 2012 15:38:03 GMT (envelope-from nobody) Message-Id: <201209081538.q88Fc3Na077807@red.freebsd.org> Date: Sat, 8 Sep 2012 15:38:03 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171457: New port: finance/trytond_carrier_weight X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:40:02 -0000 >Number: 171457 >Category: ports >Synopsis: New port: finance/trytond_carrier_weight >Confidential: no >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 Sep 08 15:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Carrier Weight Module to the Tryton Application Platform. >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: # # trytond_carrier_weight # trytond_carrier_weight/Makefile # trytond_carrier_weight/distinfo # trytond_carrier_weight/pkg-descr # trytond_carrier_weight/pkg-plist # echo c - trytond_carrier_weight mkdir -p trytond_carrier_weight > /dev/null 2>&1 echo x - trytond_carrier_weight/Makefile sed 's/^X//' >trytond_carrier_weight/Makefile << '991ef5afaa5c23febe759e199d06b8e4' X# New ports collection makefile for: trytond_carrier_weight X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_carrier_weight XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Carrier Weight Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_product_measurements>=2.4.0:${PORTSDIR}/finance/trytond_product_measurements \ X trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 991ef5afaa5c23febe759e199d06b8e4 echo x - trytond_carrier_weight/distinfo sed 's/^X//' >trytond_carrier_weight/distinfo << '0e5385137fa4bea5156700a65c6cc85a' XSHA256 (trytond_carrier_weight-2.4.0.tar.gz) = 42c10c58916fe98c020402ba92efc909e6594c5898e4bf8851a5f3aafee3472c XSIZE (trytond_carrier_weight-2.4.0.tar.gz) = 22242 0e5385137fa4bea5156700a65c6cc85a echo x - trytond_carrier_weight/pkg-descr sed 's/^X//' >trytond_carrier_weight/pkg-descr << '6c7b41662103c02b76820bd089e68c67' XThis port adds the Carrier Weight Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 6c7b41662103c02b76820bd089e68c67 echo x - trytond_carrier_weight/pkg-plist sed 's/^X//' >trytond_carrier_weight/pkg-plist << '7c767ff205440043a4e3856c795ce576' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/carrier.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/carrier.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/carrier.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/carrier.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/sale.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/sale.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/sale.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/tests/test_carrier_weight.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/tests/test_carrier_weight.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/tests/test_carrier_weight.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier_weight X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 7c767ff205440043a4e3856c795ce576 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 15:54:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC61D106566B; Sat, 8 Sep 2012 15:54:40 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1D3118FC12; Sat, 8 Sep 2012 15:54:39 +0000 (UTC) Received: by lbbgg13 with SMTP id gg13so652337lbb.13 for ; Sat, 08 Sep 2012 08:54:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=vuX/PKT55bpkbF7MLVslIa9LVkxQMeJaRYGKpQB0V8c=; b=TeKc4LBykMJd1z1kDnh/KhC4HuiUGN0hqvPb1vt4WwNEf8L6iz2TeMHFjz4/XA2k52 YklG8t9yuad2CIUgN78wJCLSEOs74BDJAobetavPC8efXbUZSr3Qmfg7G78g4+Qnmwrs eN8bXLGUnVdib0Efaez4iQOFZizIwDEymIx+jHcUKmlWPYR+rZM1788WQgIE2/Zl1laZ j7tjWb9nDeSj4V2+5HReHxxyz1ebdnzLYBLcc0mPYC8v31UZZB4SeUYcuxMgrJCM9v/C p75XRV9Mhp+tpjaE899r6vA9ggvZ2VGhOeaECkKssSpsQSjexh7BDdO4q3K6jK/Fx/vm T47A== MIME-Version: 1.0 Received: by 10.152.104.172 with SMTP id gf12mr8124759lab.56.1347119678325; Sat, 08 Sep 2012 08:54:38 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.114.63.172 with HTTP; Sat, 8 Sep 2012 08:54:38 -0700 (PDT) In-Reply-To: References: <201208201953.q7KJr1xW094324@red.freebsd.org> <201208202000.q7KK0PGN020551@freefall.freebsd.org> Date: Sat, 8 Sep 2012 17:54:38 +0200 X-Google-Sender-Auth: YvCva3QhqtqLfqmGe6ag-SH38Xc Message-ID: From: CeDeROM To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: ports/170788: PyQT applications crach Python 2.7 (core dump) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:54:41 -0000 Rebuilding PyQT4 and QT4 packages with success did not solve the issue. I will try to see the SIP details... %python nowy.py Segmentation fault (core dumped) %gdb python 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"...(no debugging symbols found)... (gdb) run nowy.py Starting program: /usr/local/bin/python nowy.py (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New LWP 101272] (no debugging symbols found)...(no debugging symbols found)...[New Thread 801407400 (LWP 101272/python)] (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 801407400 (LWP 101272/python)] 0x0000000816012540 in sip_api_init_module () from /usr/local/lib/python2.7/site-packages/sip.so (gdb) bt #0 0x0000000816012540 in sip_api_init_module () from /usr/local/lib/python2.7/site-packages/sip.so #1 0x0000000817595fc3 in initQtGui () from /usr/local/lib/python2.7/site-packages/PyQt4/QtGui.so #2 0x00000000004966ce in _PyImport_LoadDynamicModule () #3 0x0000000000494854 in PyImport_ReloadModule () #4 0x0000000000494af9 in PyImport_ReloadModule () #5 0x0000000000495a2f in PyImport_ImportModuleLevel () #6 0x000000000047d3b9 in _PyBuiltin_Init () #7 0x0000000000418e6c in PyObject_Call () #8 0x000000000047d8a5 in PyEval_CallObjectWithKeywords () #9 0x00000000004809ed in PyEval_EvalFrameEx () #10 0x00000000004847e0 in PyEval_EvalCodeEx () #11 0x0000000000484ae2 in PyEval_EvalCode () #12 0x000000000049e902 in Py_CompileString () #13 0x000000000049e9d6 in PyRun_FileExFlags () #14 0x000000000049fe6f in PyRun_SimpleFileExFlags () #15 0x0000000000414c07 in Py_Main () #16 0x0000000000413eca in main () (gdb) q -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95AC7106566C for ; Sat, 8 Sep 2012 16:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D67E8FC14 for ; Sat, 8 Sep 2012 16:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88G0AEk049149 for ; Sat, 8 Sep 2012 16:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88G0Au1049132; Sat, 8 Sep 2012 16:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:00:10 GMT Resent-Message-Id: <201209081600.q88G0Au1049132@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E70106564A for ; Sat, 8 Sep 2012 15:50:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 43D3F8FC0A for ; Sat, 8 Sep 2012 15:50:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88FoPpa093437 for ; Sat, 8 Sep 2012 15:50:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88FoPPg093436; Sat, 8 Sep 2012 15:50:25 GMT (envelope-from nobody) Message-Id: <201209081550.q88FoPPg093436@red.freebsd.org> Date: Sat, 8 Sep 2012 15:50:25 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171458: New port: finance/trytond_company_work_time X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:00:10 -0000 >Number: 171458 >Category: ports >Synopsis: New port: finance/trytond_company_work_time >Confidential: no >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 Sep 08 16:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Company Work Time Module to the Tryton Application Platform. >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: # # trytond_company_work_time # trytond_company_work_time/Makefile # trytond_company_work_time/distinfo # trytond_company_work_time/pkg-descr # trytond_company_work_time/pkg-plist # echo c - trytond_company_work_time mkdir -p trytond_company_work_time > /dev/null 2>&1 echo x - trytond_company_work_time/Makefile sed 's/^X//' >trytond_company_work_time/Makefile << 'd4d1d56de89633117c81ad90794e7118' X# New ports collection makefile for: trytond_company_work_time X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_company_work_time XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Company Work Time Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include d4d1d56de89633117c81ad90794e7118 echo x - trytond_company_work_time/distinfo sed 's/^X//' >trytond_company_work_time/distinfo << '33f87a6d74542e50492f3a4c27b1eec2' XSHA256 (trytond_company_work_time-2.4.0.tar.gz) = 55b8fddba7962d59318294a6e102b04f8cc52b89fa78ef6a5fe2f525eb748e2a XSIZE (trytond_company_work_time-2.4.0.tar.gz) = 18668 33f87a6d74542e50492f3a4c27b1eec2 echo x - trytond_company_work_time/pkg-descr sed 's/^X//' >trytond_company_work_time/pkg-descr << '82b1f9bea4431fe6d0f61eb4f6a1181a' XThis port adds the Company Work Time Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 82b1f9bea4431fe6d0f61eb4f6a1181a echo x - trytond_company_work_time/pkg-plist sed 's/^X//' >trytond_company_work_time/pkg-plist << '0b76c731f9408b1d54c7d4146b1f9b83' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/res.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/res.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/res.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/test_company_work_time.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/test_company_work_time.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/test_company_work_time.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 0b76c731f9408b1d54c7d4146b1f9b83 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:00:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D333B106567C for ; Sat, 8 Sep 2012 16:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 85F888FC18 for ; Sat, 8 Sep 2012 16:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88G0J5B051288 for ; Sat, 8 Sep 2012 16:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88G0JQc051275; Sat, 8 Sep 2012 16:00:19 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:00:19 GMT Resent-Message-Id: <201209081600.q88G0JQc051275@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87301106566C for ; Sat, 8 Sep 2012 15:55:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 67ECB8FC17 for ; Sat, 8 Sep 2012 15:55:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Ftvum096042 for ; Sat, 8 Sep 2012 15:55:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88FtvMQ096038; Sat, 8 Sep 2012 15:55:57 GMT (envelope-from nobody) Message-Id: <201209081555.q88FtvMQ096038@red.freebsd.org> Date: Sat, 8 Sep 2012 15:55:57 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171459: New port: finance/trytond_timesheet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:00:19 -0000 >Number: 171459 >Category: ports >Synopsis: New port: finance/trytond_timesheet >Confidential: no >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 Sep 08 16:00:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Timesheet Module to the Tryton Application Platform. >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: # # trytond_timesheet # trytond_timesheet/Makefile # trytond_timesheet/distinfo # trytond_timesheet/pkg-descr # trytond_timesheet/pkg-plist # echo c - trytond_timesheet mkdir -p trytond_timesheet > /dev/null 2>&1 echo x - trytond_timesheet/Makefile sed 's/^X//' >trytond_timesheet/Makefile << 'b9d3c2bb14db2cdb1b0787128da9ce26' X# New ports collection makefile for: trytond_timesheet X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_timesheet XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Timesheet Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_company_work_time>=2.4.0:${PORTSDIR}/finance/trytond_company_work_time X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include b9d3c2bb14db2cdb1b0787128da9ce26 echo x - trytond_timesheet/distinfo sed 's/^X//' >trytond_timesheet/distinfo << '357284377ddd3df56f8ccedb7fe54a77' XSHA256 (trytond_timesheet-2.4.0.tar.gz) = 756b0d879ab87c3396d2a2dc69cedf8cd92d9e7042df76408648227424a8bf5d XSIZE (trytond_timesheet-2.4.0.tar.gz) = 32539 357284377ddd3df56f8ccedb7fe54a77 echo x - trytond_timesheet/pkg-descr sed 's/^X//' >trytond_timesheet/pkg-descr << 'cc3d1a434d161245006b25628d5fc8d0' XThis port adds the Timesheet Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ cc3d1a434d161245006b25628d5fc8d0 echo x - trytond_timesheet/pkg-plist sed 's/^X//' >trytond_timesheet/pkg-plist << 'e9a3e3d020e72f48032f0a4d9d387a3d' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/test_timesheet.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/test_timesheet.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/test_timesheet.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/timesheet.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.xml X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% e9a3e3d020e72f48032f0a4d9d387a3d exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:09:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DD521065670; Sat, 8 Sep 2012 16:09:17 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 630038FC08; Sat, 8 Sep 2012 16:09:16 +0000 (UTC) Received: by lbbgg13 with SMTP id gg13so659876lbb.13 for ; Sat, 08 Sep 2012 09:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=+KGVEOkPBITUP+EGxXxESneHXI82qZhCro5I+PwUI3c=; b=evwDY8gnCvvJOJOs5GiGiwzTxC9DvPEC7E0x5aA4vnvIREZ2Bnb9qTXB5b/wQ7hE3x rZiuJcKwMhK/ltN26WtZzaviGLfld6PCsrpSoePPOB9Tc9LeiNnrg4RcM6qXHgU6ME9i eeFmpOc0tklM+o4wRxz/YgaMVc18V89zrM5Fq29T0dSoz6Nrvv4vIAdBOJD7DqWGg1kf nHFrs1WU/ziUdgcW2TyokWAWF8LZI4lSUoPwZBRP94YMM51vUnsgBw1cuROcV2JZk+zA 5zuAGrZ4B+XemghaJ3HNtdeFDr6+XH0iNv7ZwccjYB40LjZJvCCmyI3WBcgDlovecHCo U3+w== MIME-Version: 1.0 Received: by 10.112.102.68 with SMTP id fm4mr3262800lbb.19.1347120555260; Sat, 08 Sep 2012 09:09:15 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.114.63.172 with HTTP; Sat, 8 Sep 2012 09:09:15 -0700 (PDT) In-Reply-To: References: <201208201953.q7KJr1xW094324@red.freebsd.org> <201208202000.q7KK0PGN020551@freefall.freebsd.org> Date: Sat, 8 Sep 2012 18:09:15 +0200 X-Google-Sender-Auth: pyljtGjXa6K4gmLyanXto10wfdM Message-ID: From: CeDeROM To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: ports/170788: PyQT applications crach Python 2.7 (core dump) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:09:17 -0000 Rebuilding py27-sip-4.13.2,1 with success does not help... -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EFAE1065670 for ; Sat, 8 Sep 2012 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB408FC14 for ; Sat, 8 Sep 2012 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GA2rM095100 for ; Sat, 8 Sep 2012 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88GA2KR095089; Sat, 8 Sep 2012 16:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:10:02 GMT Resent-Message-Id: <201209081610.q88GA2KR095089@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 955081065676 for ; Sat, 8 Sep 2012 16:00:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 52D948FC19 for ; Sat, 8 Sep 2012 16:00:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88G0L1N009211 for ; Sat, 8 Sep 2012 16:00:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88G0LM4009210; Sat, 8 Sep 2012 16:00:21 GMT (envelope-from nobody) Message-Id: <201209081600.q88G0LM4009210@red.freebsd.org> Date: Sat, 8 Sep 2012 16:00:21 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171460: New port: finance/trytond_project X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:10:02 -0000 >Number: 171460 >Category: ports >Synopsis: New port: finance/trytond_project >Confidential: no >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 Sep 08 16:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Project Module to the Tryton Application Platform. >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: # # trytond_project # trytond_project/Makefile # trytond_project/distinfo # trytond_project/pkg-descr # trytond_project/pkg-plist # echo c - trytond_project mkdir -p trytond_project > /dev/null 2>&1 echo x - trytond_project/Makefile sed 's/^X//' >trytond_project/Makefile << 'dbcb4a2b897fb5e669bf9350f54bc4b1' X# New ports collection makefile for: trytond_project X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_project XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Project Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_timesheet>=2.4.0:${PORTSDIR}/finance/trytond_timesheet \ X trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include dbcb4a2b897fb5e669bf9350f54bc4b1 echo x - trytond_project/distinfo sed 's/^X//' >trytond_project/distinfo << '0829f469bd3b74544dcf2ea883b59f81' XSHA256 (trytond_project-2.4.0.tar.gz) = 6bb77e89496354a15c9308a0aa35d171d5c230e6f98a967f54a681e87774ff8a XSIZE (trytond_project-2.4.0.tar.gz) = 30868 0829f469bd3b74544dcf2ea883b59f81 echo x - trytond_project/pkg-descr sed 's/^X//' >trytond_project/pkg-descr << 'ec33957954ac0c5cbedf9b13ed2c04ec' XThis port adds the Project Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ ec33957954ac0c5cbedf9b13ed2c04ec echo x - trytond_project/pkg-plist sed 's/^X//' >trytond_project/pkg-plist << 'f707d9cc44059bad9e75ed940240c044' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/icons/tryton-project.svg X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/project.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/test_project.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/test_project.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/test_project.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.xml X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/icons X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% f707d9cc44059bad9e75ed940240c044 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AC71106567F for ; Sat, 8 Sep 2012 16:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E75858FC1C for ; Sat, 8 Sep 2012 16:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GA7Bm096085 for ; Sat, 8 Sep 2012 16:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88GA7Q0096072; Sat, 8 Sep 2012 16:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:10:07 GMT Resent-Message-Id: <201209081610.q88GA7Q0096072@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E48A106564A for ; Sat, 8 Sep 2012 16:06:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1278FC14 for ; Sat, 8 Sep 2012 16:06:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88G65R1011278 for ; Sat, 8 Sep 2012 16:06:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88G658F011273; Sat, 8 Sep 2012 16:06:05 GMT (envelope-from nobody) Message-Id: <201209081606.q88G658F011273@red.freebsd.org> Date: Sat, 8 Sep 2012 16:06:05 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171461: New port: finance/trytond_project_plan X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:10:08 -0000 >Number: 171461 >Category: ports >Synopsis: New port: finance/trytond_project_plan >Confidential: no >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 Sep 08 16:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Project Plan Module to the Tryton Application Platform. >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: # # trytond_project_plan # trytond_project_plan/Makefile # trytond_project_plan/distinfo # trytond_project_plan/pkg-descr # trytond_project_plan/pkg-plist # echo c - trytond_project_plan mkdir -p trytond_project_plan > /dev/null 2>&1 echo x - trytond_project_plan/Makefile sed 's/^X//' >trytond_project_plan/Makefile << 'cad7c3ad02fca0686d9f50ea484ee6e4' X# New ports collection makefile for: trytond_project_plan X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_project_plan XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Project Plan Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_timesheet>=2.4.0:${PORTSDIR}/finance/trytond_timesheet \ X trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include cad7c3ad02fca0686d9f50ea484ee6e4 echo x - trytond_project_plan/distinfo sed 's/^X//' >trytond_project_plan/distinfo << '08060f77585aa8fd737663330e559765' XSHA256 (trytond_project_plan-2.4.0.tar.gz) = 3eeb08cf45698a9c4c5be1625fcb55db4dc0de89b4d387e761d4b09c9ead8caf XSIZE (trytond_project_plan-2.4.0.tar.gz) = 27872 08060f77585aa8fd737663330e559765 echo x - trytond_project_plan/pkg-descr sed 's/^X//' >trytond_project_plan/pkg-descr << '759d85d217d9d9f92cb1fed853ced731' XThis port adds the Project Plan Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 759d85d217d9d9f92cb1fed853ced731 echo x - trytond_project_plan/pkg-plist sed 's/^X//' >trytond_project_plan/pkg-plist << '6051e733091b4589d95b952aa9c2e978' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/test_project_plan.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/test_project_plan.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/test_project_plan.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.xml X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 6051e733091b4589d95b952aa9c2e978 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 704DC106566B for ; Sat, 8 Sep 2012 16:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 43AC48FC0C for ; Sat, 8 Sep 2012 16:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GK2FC074360 for ; Sat, 8 Sep 2012 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88GK2VB074348; Sat, 8 Sep 2012 16:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:20:02 GMT Resent-Message-Id: <201209081620.q88GK2VB074348@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D50A1065670 for ; Sat, 8 Sep 2012 16:13:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 283D08FC16 for ; Sat, 8 Sep 2012 16:13:01 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GD0In024760 for ; Sat, 8 Sep 2012 16:13:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88GD0Pt024759; Sat, 8 Sep 2012 16:13:00 GMT (envelope-from nobody) Message-Id: <201209081613.q88GD0Pt024759@red.freebsd.org> Date: Sat, 8 Sep 2012 16:13:00 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171462: New port: finance/trytond_project_revenue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:20:02 -0000 >Number: 171462 >Category: ports >Synopsis: New port: finance/trytond_project_revenue >Confidential: no >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 Sep 08 16:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Project Revenue Module to the Tryton Application Platform. >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: # # trytond_project_revenue # trytond_project_revenue/Makefile # trytond_project_revenue/distinfo # trytond_project_revenue/pkg-descr # trytond_project_revenue/pkg-plist # echo c - trytond_project_revenue mkdir -p trytond_project_revenue > /dev/null 2>&1 echo x - trytond_project_revenue/Makefile sed 's/^X//' >trytond_project_revenue/Makefile << '681111ab5034e82acf057f298d3dbe01' X# New ports collection makefile for: trytond_project_revenue X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_project_revenue XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Project Revenue Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project \ X trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 681111ab5034e82acf057f298d3dbe01 echo x - trytond_project_revenue/distinfo sed 's/^X//' >trytond_project_revenue/distinfo << '4b7d6fb1903ee346a80202adaa45839d' XSHA256 (trytond_project_revenue-2.4.0.tar.gz) = 199b177f4d5ec3ac4886cac76013e987311c9ec330b468e0569d6634007ddcc1 XSIZE (trytond_project_revenue-2.4.0.tar.gz) = 22978 4b7d6fb1903ee346a80202adaa45839d echo x - trytond_project_revenue/pkg-descr sed 's/^X//' >trytond_project_revenue/pkg-descr << '016c5ee76e54329488d8bc9bd98443a4' XThis port adds the Project Revenue Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 016c5ee76e54329488d8bc9bd98443a4 echo x - trytond_project_revenue/pkg-plist sed 's/^X//' >trytond_project_revenue/pkg-plist << 'ee35034271c083fb3c27a4207a68f9ae' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/test_project_revenue.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/test_project_revenue.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/test_project_revenue.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.xml X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% ee35034271c083fb3c27a4207a68f9ae exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B1061065672 for ; Sat, 8 Sep 2012 16:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 197678FC14 for ; Sat, 8 Sep 2012 16:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GK2BW074455 for ; Sat, 8 Sep 2012 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88GK2QW074442; Sat, 8 Sep 2012 16:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:20:02 GMT Resent-Message-Id: <201209081620.q88GK2QW074442@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD09106564A for ; Sat, 8 Sep 2012 16:19:52 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD828FC0A for ; Sat, 8 Sep 2012 16:19:51 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.5/8.14.5) with ESMTP id q88GJjNn061945 for ; Sat, 8 Sep 2012 11:19:45 -0500 (CDT) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9); 8 Sep 2012 11:19:44 -0500 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.5/8.14.5/Submit) id q88GJhOo061944; Sat, 8 Sep 2012 11:19:43 -0500 (CDT) (envelope-from rnejdl) Message-Id: Date: Sat, 8 Sep 2012 11:19:43 -0500 (CDT) From: Rusty Nejdl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171463: Update port deskutils/calibre to 0.8.68 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:20:03 -0000 >Number: 171463 >Category: ports >Synopsis: Update port deskutils/calibre to 0.8.68 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 16:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Aug 8 12:21:36 CDT 2012 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update port deskutils to 0.8.68 (latest) version. >How-To-Repeat: >Fix: --- calibre-0.8.68.diff begins here --- diff -ruN calibre/Makefile calibre.new/Makefile --- calibre/Makefile 2012-07-31 11:07:54.000000000 -0500 +++ calibre.new/Makefile 2012-09-08 10:48:52.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= calibre -PORTVERSION= 0.8.61 -PORTREVISION= 1 +PORTVERSION= 0.8.68 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -42,6 +41,7 @@ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0:${PORTSDIR}/net/py-netifaces \ pdftohtml:${PORTSDIR}/graphics/poppler-utils \ lshal:${PORTSDIR}/sysutils/hal diff -ruN calibre/distinfo calibre.new/distinfo --- calibre/distinfo 2012-07-25 13:31:39.000000000 -0500 +++ calibre.new/distinfo 2012-09-07 14:46:46.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (calibre-0.8.61.tar.xz) = fbbf54d952a13939557b57c5e13d673ed24b5b395fc550c2842d0bca49d3f380 -SIZE (calibre-0.8.61.tar.xz) = 25077408 +SHA256 (calibre-0.8.68.tar.xz) = dd5f6ce36d0a013e3043abf543a86f8eac0f842e8c97d702960e1ff9e0bf4b04 +SIZE (calibre-0.8.68.tar.xz) = 26852296 diff -ruN calibre/pkg-plist calibre.new/pkg-plist --- calibre/pkg-plist 2012-07-26 12:53:20.000000000 -0500 +++ calibre.new/pkg-plist 2012-09-08 08:40:14.000000000 -0500 @@ -18,7 +18,6 @@ bin/lrfviewer bin/lrs2lrf bin/markdown-calibre -bin/pdfmanipulate bin/web2disk etc/bash_completion.d/calibre %%PYTHON_SITELIBDIR%%/init_calibre.py @@ -46,6 +45,7 @@ lib/calibre/calibre/devices/blackberry/driver.py lib/calibre/calibre/devices/boeye/__init__.py lib/calibre/calibre/devices/boeye/driver.py +lib/calibre/calibre/devices/cli.py lib/calibre/calibre/devices/cybook/__init__.py lib/calibre/calibre/devices/cybook/driver.py lib/calibre/calibre/devices/cybook/t2b.py @@ -79,28 +79,35 @@ lib/calibre/calibre/devices/kobo/books.py lib/calibre/calibre/devices/kobo/driver.py lib/calibre/calibre/devices/kobo/bookmark.py -lib/calibre/calibre/devices/libusb.py lib/calibre/calibre/devices/manager.py lib/calibre/calibre/devices/mime.py lib/calibre/calibre/devices/misc.py +lib/calibre/calibre/devices/mtp/books.py +lib/calibre/calibre/devices/mtp/__init__.py +lib/calibre/calibre/devices/mtp/driver.py +lib/calibre/calibre/devices/mtp/test.py +lib/calibre/calibre/devices/mtp/base.py +lib/calibre/calibre/devices/mtp/filesystem_cache.py +lib/calibre/calibre/devices/mtp/unix/__init__.py +lib/calibre/calibre/devices/mtp/unix/driver.py +lib/calibre/calibre/devices/mtp/unix/upstream/update.py +lib/calibre/calibre/devices/mtp/windows/__init__.py +lib/calibre/calibre/devices/mtp/windows/driver.py +lib/calibre/calibre/devices/mtp/windows/remote.py lib/calibre/calibre/devices/nokia/__init__.py lib/calibre/calibre/devices/nokia/driver.py lib/calibre/calibre/devices/nook/__init__.py lib/calibre/calibre/devices/nook/driver.py lib/calibre/calibre/devices/nuut2/__init__.py lib/calibre/calibre/devices/nuut2/driver.py -lib/calibre/calibre/devices/prs500/__init__.py -lib/calibre/calibre/devices/prs500/books.py -lib/calibre/calibre/devices/prs500/cli/__init__.py -lib/calibre/calibre/devices/prs500/cli/main.py -lib/calibre/calibre/devices/prs500/driver.py -lib/calibre/calibre/devices/prs500/prstypes.py lib/calibre/calibre/devices/prs505/__init__.py lib/calibre/calibre/devices/prs505/driver.py lib/calibre/calibre/devices/prs505/sony_cache.py lib/calibre/calibre/devices/prst1/__init__.py lib/calibre/calibre/devices/prst1/driver.py lib/calibre/calibre/devices/scanner.py +lib/calibre/calibre/devices/smart_device_app/__init__.py +lib/calibre/calibre/devices/smart_device_app/driver.py lib/calibre/calibre/devices/sne/__init__.py lib/calibre/calibre/devices/sne/driver.py lib/calibre/calibre/devices/teclast/__init__.py @@ -115,6 +122,7 @@ lib/calibre/calibre/devices/usbms/deviceconfig.py lib/calibre/calibre/devices/usbms/driver.py lib/calibre/calibre/devices/usbobserver/test.py +lib/calibre/calibre/devices/utils.py lib/calibre/calibre/db/__init__.py lib/calibre/calibre/db/backend.py lib/calibre/calibre/db/locking.py @@ -401,20 +409,10 @@ lib/calibre/calibre/ebooks/pdb/ztxt/writer.py lib/calibre/calibre/ebooks/pdf/__init__.py lib/calibre/calibre/ebooks/pdf/from_comic.py -lib/calibre/calibre/ebooks/pdf/manipulate/__init__.py -lib/calibre/calibre/ebooks/pdf/manipulate/cli.py -lib/calibre/calibre/ebooks/pdf/manipulate/crop.py -lib/calibre/calibre/ebooks/pdf/manipulate/decrypt.py -lib/calibre/calibre/ebooks/pdf/manipulate/encrypt.py -lib/calibre/calibre/ebooks/pdf/manipulate/info.py -lib/calibre/calibre/ebooks/pdf/manipulate/merge.py -lib/calibre/calibre/ebooks/pdf/manipulate/reverse.py -lib/calibre/calibre/ebooks/pdf/manipulate/rotate.py -lib/calibre/calibre/ebooks/pdf/manipulate/split.py +lib/calibre/calibre/ebooks/pdf/outline_writer.py lib/calibre/calibre/ebooks/pdf/pageoptions.py lib/calibre/calibre/ebooks/pdf/pdftohtml.py lib/calibre/calibre/ebooks/pdf/reflow.py -lib/calibre/calibre/ebooks/pdf/verify.py lib/calibre/calibre/ebooks/pdf/writer.py lib/calibre/calibre/ebooks/pml/__init__.py lib/calibre/calibre/ebooks/pml/pmlconverter.py @@ -628,6 +626,7 @@ lib/calibre/calibre/gui2/device_drivers/__init__.py lib/calibre/calibre/gui2/device_drivers/configwidget.py lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py +lib/calibre/calibre/gui2/device_drivers/mtp_config.py lib/calibre/calibre/gui2/dialogs/__init__.py lib/calibre/calibre/gui2/dialogs/add_empty_book.py lib/calibre/calibre/gui2/dialogs/add_from_isbn.py @@ -684,6 +683,8 @@ lib/calibre/calibre/gui2/dialogs/search_item_ui.py lib/calibre/calibre/gui2/dialogs/search_ui.py lib/calibre/calibre/gui2/dialogs/select_formats.py +lib/calibre/calibre/gui2/dialogs/smartdevice_ui.py +lib/calibre/calibre/gui2/dialogs/smartdevice.py lib/calibre/calibre/gui2/dialogs/tag_categories.py lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py lib/calibre/calibre/gui2/dialogs/tag_editor.py @@ -794,6 +795,7 @@ lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py lib/calibre/calibre/gui2/store/stores/biblio_plugin.py lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py +lib/calibre/calibre/gui2/store/stores/ebooksgratuits_plugin.py lib/calibre/calibre/gui2/store/stores/escapemagazine_plugin.py lib/calibre/calibre/gui2/store/stores/gandalf_plugin.py lib/calibre/calibre/gui2/store/stores/litres_plugin.py @@ -886,6 +888,7 @@ lib/calibre/calibre/gui2/viewer/documentview.py lib/calibre/calibre/gui2/viewer/javascript.py lib/calibre/calibre/gui2/viewer/flip.py +lib/calibre/calibre/gui2/viewer/image_popup.py lib/calibre/calibre/gui2/viewer/keys.py lib/calibre/calibre/gui2/viewer/main.py lib/calibre/calibre/gui2/viewer/main_ui.py @@ -959,7 +962,6 @@ lib/calibre/calibre/test_build.py lib/calibre/calibre/trac/__init__.py lib/calibre/calibre/trac/bzr_commit_plugin.py -lib/calibre/calibre/trac/setup.py lib/calibre/calibre/translations/__init__.py lib/calibre/calibre/translations/dynamic.py lib/calibre/calibre/translations/msgfmt.py @@ -1207,12 +1209,6 @@ lib/calibre/odf/thumbnail.py lib/calibre/odf/userfield.py lib/calibre/odf/xforms.py -lib/calibre/pyPdf/__init__.py -lib/calibre/pyPdf/filters.py -lib/calibre/pyPdf/generic.py -lib/calibre/pyPdf/pdf.py -lib/calibre/pyPdf/utils.py -lib/calibre/pyPdf/xmp.py lib/calibre/qtcurve/test_rendering.py lib/calibre/routes/__init__.py lib/calibre/routes/base.py @@ -1340,6 +1336,7 @@ %%DATADIR%%/images/devices/itunes.png %%DATADIR%%/images/devices/kindle.jpg %%DATADIR%%/images/devices/nook.jpg +%%DATADIR%%/images/devices/galaxy_s3.png %%DATADIR%%/images/dialog_error.png %%DATADIR%%/images/dialog_information.png %%DATADIR%%/images/dialog_question.png @@ -1482,6 +1479,8 @@ %%DATADIR%%/images/drm-unlocked.png %%DATADIR%%/images/cover_texture.png %%DATADIR%%/images/scroll.png +%%DATADIR%%/images/dot_green.png +%%DATADIR%%/images/dot_red.png %%DATADIR%%/jacket/stylesheet.css %%DATADIR%%/jacket/template.xhtml %%DATADIR%%/jquery.simulate.js @@ -1512,8 +1511,247 @@ %%DATADIR%%/viewer/hyphenation.js %%DATADIR%%/viewer/images.js %%DATADIR%%/viewer/jquery_scrollTo.js +%%DATADIR%%/viewer/mathjax/extensions/FontWarnings.js +%%DATADIR%%/viewer/mathjax/extensions/v1.0-warning.js +%%DATADIR%%/viewer/mathjax/extensions/mml2jax.js +%%DATADIR%%/viewer/mathjax/extensions/asciimath2jax.js +%%DATADIR%%/viewer/mathjax/extensions/tex2jax.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/HTML.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/unicode.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/mathchoice.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/begingroup.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/cancel.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/AMSsymbols.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/autoload-all.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/enclose.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/extpfeil.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/color.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/noErrors.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/mhchem.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/noUndefined.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/verb.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/bbox.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/AMSmath.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/newcommand.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/boldsymbol.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/autobold.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/action.js +%%DATADIR%%/viewer/mathjax/extensions/toMathML.js +%%DATADIR%%/viewer/mathjax/extensions/MathZoom.js +%%DATADIR%%/viewer/mathjax/extensions/MathMenu.js +%%DATADIR%%/viewer/mathjax/extensions/jsMath2jax.js +%%DATADIR%%/viewer/mathjax/extensions/MathEvents.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/jax.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsB.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscTechnical.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsA.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/Dingbats.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/Latin1Supplement.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/CombDiactForSymbols.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/Arrows.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/maction.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/mtable.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/ms.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/mglyph.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/annotation-xml.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/multiline.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/menclose.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/mmultiscripts.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/config.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/jax.js +%%DATADIR%%/viewer/mathjax/jax/input/AsciiMath/config.js +%%DATADIR%%/viewer/mathjax/jax/input/AsciiMath/jax.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/v.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/d.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/j.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/x.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/m.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/w.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/n.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/e.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/opf.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/z.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/g.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/h.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/q.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/o.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/y.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/t.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/a.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/p.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/b.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/s.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/fr.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/scr.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/c.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/r.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/l.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/f.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/i.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/k.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/u.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/config.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/jax.js +%%DATADIR%%/viewer/mathjax/jax/input/TeX/config.js +%%DATADIR%%/viewer/mathjax/jax/input/TeX/jax.js +%%DATADIR%%/viewer/mathjax/MathJax.js %%DATADIR%%/viewer/referencing.js @dirrm %%DATADIR%%/viewer/hyphenate +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/MathML/entities +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/MathML +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/AsciiMath +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/TeX +@dirrm %%DATADIR%%/viewer/mathjax/jax/input +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG +@dirrm %%DATADIR%%/viewer/mathjax/jax/output +@dirrm %%DATADIR%%/viewer/mathjax/jax/element/mml/optable +@dirrm %%DATADIR%%/viewer/mathjax/jax/element/mml +@dirrm %%DATADIR%%/viewer/mathjax/jax/element +@dirrm %%DATADIR%%/viewer/mathjax/jax +@dirrm %%DATADIR%%/viewer/mathjax/extensions/TeX +@dirrm %%DATADIR%%/viewer/mathjax/extensions +@dirrm %%DATADIR%%/viewer/mathjax @dirrm %%DATADIR%%/viewer @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%%/localization/pykakasi @@ -1539,7 +1777,6 @@ @dirrm lib/calibre/templite @dirrm lib/calibre/routes @dirrm lib/calibre/qtcurve -@dirrm lib/calibre/pyPdf @dirrm lib/calibre/odf @dirrm lib/calibre/chardet @dirrm lib/calibre/cherrypy/wsgiserver @@ -1600,7 +1837,6 @@ @dirrm lib/calibre/calibre/ebooks/readability @dirrm lib/calibre/calibre/ebooks/rb @dirrm lib/calibre/calibre/ebooks/pml -@dirrm lib/calibre/calibre/ebooks/pdf/manipulate @dirrm lib/calibre/calibre/ebooks/pdf @dirrm lib/calibre/calibre/ebooks/pdb/ztxt @dirrm lib/calibre/calibre/ebooks/pdb/plucker @@ -1653,13 +1889,16 @@ @dirrm lib/calibre/calibre/devices/user_defined @dirrm lib/calibre/calibre/devices/teclast @dirrm lib/calibre/calibre/devices/sne +@dirrm lib/calibre/calibre/devices/smart_device_app @dirrm lib/calibre/calibre/devices/prs505 -@dirrm lib/calibre/calibre/devices/prs500/cli -@dirrm lib/calibre/calibre/devices/prs500 @dirrm lib/calibre/calibre/devices/prst1 @dirrm lib/calibre/calibre/devices/nuut2 @dirrm lib/calibre/calibre/devices/nook @dirrm lib/calibre/calibre/devices/nokia +@dirrm lib/calibre/calibre/devices/mtp/unix/upstream +@dirrm lib/calibre/calibre/devices/mtp/unix +@dirrm lib/calibre/calibre/devices/mtp/windows +@dirrm lib/calibre/calibre/devices/mtp @dirrm lib/calibre/calibre/devices/kobo @dirrm lib/calibre/calibre/devices/kindle @dirrm lib/calibre/calibre/devices/jetbook --- calibre-0.8.68.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:20:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AE611065674; Sat, 8 Sep 2012 16:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D2F5F8FC15; Sat, 8 Sep 2012 16:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GKLuT078790; Sat, 8 Sep 2012 16:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88GKL8I078778; Sat, 8 Sep 2012 16:20:21 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 16:20:21 GMT Message-Id: <201209081620.q88GKL8I078778@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171463: Update port deskutils/calibre to 0.8.68 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:20:22 -0000 Synopsis: Update port deskutils/calibre to 0.8.68 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sat Sep 8 16:20:21 UTC 2012 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171463 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B66106564A for ; Sat, 8 Sep 2012 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9ACED8FC0C for ; Sat, 8 Sep 2012 16:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GU2kF080228 for ; Sat, 8 Sep 2012 16:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88GU2T5080218; Sat, 8 Sep 2012 16:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:30:02 GMT Resent-Message-Id: <201209081630.q88GU2T5080218@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89302106566C for ; Sat, 8 Sep 2012 16:21:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 693E18FC19 for ; Sat, 8 Sep 2012 16:21:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GLHYK039954 for ; Sat, 8 Sep 2012 16:21:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88GLH2t039953; Sat, 8 Sep 2012 16:21:17 GMT (envelope-from nobody) Message-Id: <201209081621.q88GLH2t039953@red.freebsd.org> Date: Sat, 8 Sep 2012 16:21:17 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171464: New port: finance/trytond_sale X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:30:02 -0000 >Number: 171464 >Category: ports >Synopsis: New port: finance/trytond_sale >Confidential: no >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 Sep 08 16:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Sale Module to the Tryton Application Platform. >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: # # trytond_sale # trytond_sale/Makefile # trytond_sale/distinfo # trytond_sale/pkg-descr # trytond_sale/pkg-plist # echo c - trytond_sale mkdir -p trytond_sale > /dev/null 2>&1 echo x - trytond_sale/Makefile sed 's/^X//' >trytond_sale/Makefile << '08b53cbb59675eaab74fecc3259ffcf1' X# New ports collection makefile for: trytond_sale X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_sale XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Sale Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 08b53cbb59675eaab74fecc3259ffcf1 echo x - trytond_sale/distinfo sed 's/^X//' >trytond_sale/distinfo << '6b8c4c97c0f0b39ac7ed201b5af0d79d' XSHA256 (trytond_sale-2.4.0.tar.gz) = 636a0fa8e8cf535db1c3a55e629f177ac370ba421a5f9081df77d2a4b6842b54 XSIZE (trytond_sale-2.4.0.tar.gz) = 69054 6b8c4c97c0f0b39ac7ed201b5af0d79d echo x - trytond_sale/pkg-descr sed 's/^X//' >trytond_sale/pkg-descr << '9dcb46026528222af81d1f64e77b4a41' XThis port adds the Sale Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 9dcb46026528222af81d1f64e77b4a41 echo x - trytond_sale/pkg-plist sed 's/^X//' >trytond_sale/pkg-plist << 'a0caa6ad05375d769d384259a0dc2a06' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/invoice.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/invoice.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/invoice.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/product.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.odt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/test_sale.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/test_sale.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/test_sale.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% a0caa6ad05375d769d384259a0dc2a06 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:30:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57F781065672 for ; Sat, 8 Sep 2012 16:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5F68FC15 for ; Sat, 8 Sep 2012 16:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GU3Eh080315 for ; Sat, 8 Sep 2012 16:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88GU2Ua080303; Sat, 8 Sep 2012 16:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:30:02 GMT Resent-Message-Id: <201209081630.q88GU2Ua080303@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F870106564A for ; Sat, 8 Sep 2012 16:27:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E4C6C8FC08 for ; Sat, 8 Sep 2012 16:27:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GRX0H054937 for ; Sat, 8 Sep 2012 16:27:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88GRXlM054936; Sat, 8 Sep 2012 16:27:33 GMT (envelope-from nobody) Message-Id: <201209081627.q88GRXlM054936@red.freebsd.org> Date: Sat, 8 Sep 2012 16:27:33 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171465: New port: finance/trytond_sale_opportunity X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:30:03 -0000 >Number: 171465 >Category: ports >Synopsis: New port: finance/trytond_sale_opportunity >Confidential: no >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 Sep 08 16:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: FreeBSD 9.0-RELEASE-p3 >Organization: >Environment: >Description: This port adds the Sale Opportunity Module to the Tryton Application Platform. >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: # # trytond_sale_opportunity # trytond_sale_opportunity/Makefile # trytond_sale_opportunity/distinfo # trytond_sale_opportunity/pkg-descr # trytond_sale_opportunity/pkg-plist # echo c - trytond_sale_opportunity mkdir -p trytond_sale_opportunity > /dev/null 2>&1 echo x - trytond_sale_opportunity/Makefile sed 's/^X//' >trytond_sale_opportunity/Makefile << 'd8636c2e593d58eec50aafd7712057bf' X# New ports collection makefile for: trytond_sale_opportunity X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_sale_opportunity XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Sale Opportunity Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include d8636c2e593d58eec50aafd7712057bf echo x - trytond_sale_opportunity/distinfo sed 's/^X//' >trytond_sale_opportunity/distinfo << '6f7e2a85001aaefd88c5ae821ea5babc' XSHA256 (trytond_sale_opportunity-2.4.0.tar.gz) = dbf9a1866bef82c923327e706914886fd60248d9fd5d623c83354a1053340f97 XSIZE (trytond_sale_opportunity-2.4.0.tar.gz) = 38902 6f7e2a85001aaefd88c5ae821ea5babc echo x - trytond_sale_opportunity/pkg-descr sed 's/^X//' >trytond_sale_opportunity/pkg-descr << '3514d6d3bd98eedabbef96342505cf19' XThis port adds the Sale Opportunity Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 3514d6d3bd98eedabbef96342505cf19 echo x - trytond_sale_opportunity/pkg-plist sed 's/^X//' >trytond_sale_opportunity/pkg-plist << '2e5ad59e61cfee0a2a66f89d4f91d9c0' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/opportunity.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/opportunity.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/opportunity.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/opportunity.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/tests/test_sale_opportunity.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/tests/test_sale_opportunity.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/tests/test_sale_opportunity.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_opportunity X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 2e5ad59e61cfee0a2a66f89d4f91d9c0 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:40:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 825C31065678 for ; Sat, 8 Sep 2012 16:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E7928FC0C for ; Sat, 8 Sep 2012 16:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Ge41P024666 for ; Sat, 8 Sep 2012 16:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Ge4NM024650; Sat, 8 Sep 2012 16:40:04 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:40:04 GMT Resent-Message-Id: <201209081640.q88Ge4NM024650@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B1F51065670 for ; Sat, 8 Sep 2012 16:34:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 25CEA8FC08 for ; Sat, 8 Sep 2012 16:34:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GYnNT055771 for ; Sat, 8 Sep 2012 16:34:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88GYnEL055770; Sat, 8 Sep 2012 16:34:49 GMT (envelope-from nobody) Message-Id: <201209081634.q88GYnEL055770@red.freebsd.org> Date: Sat, 8 Sep 2012 16:34:49 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171466: New port: finance/trytond_sale_price_list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:40:04 -0000 >Number: 171466 >Category: ports >Synopsis: New port: finance/trytond_sale_price_list >Confidential: no >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 Sep 08 16:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: >Organization: >Environment: >Description: This port adds the Sale Price List Module to the Tryton Application Platform. >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: # # trytond_sale_price_list # trytond_sale_price_list/Makefile # trytond_sale_price_list/distinfo # trytond_sale_price_list/pkg-descr # trytond_sale_price_list/pkg-plist # echo c - trytond_sale_price_list mkdir -p trytond_sale_price_list > /dev/null 2>&1 echo x - trytond_sale_price_list/Makefile sed 's/^X//' >trytond_sale_price_list/Makefile << '9befddfe44be366a221b4077a2e51214' X# New ports collection makefile for: trytond_sale_price_list X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_sale_price_list XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Sale Price List Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ X trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ X trytond_product_price_list>=2.4.0:${PORTSDIR}/finance/trytond_product_price_list X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 9befddfe44be366a221b4077a2e51214 echo x - trytond_sale_price_list/distinfo sed 's/^X//' >trytond_sale_price_list/distinfo << '0453ea038af3f4ab1b901e7b9e86bfa4' XSHA256 (trytond_sale_price_list-2.4.0.tar.gz) = 6ae0fc549575d24e893d45a0f8e2b490e5a0ebd32f47bda789e46fe7957b1d8c XSIZE (trytond_sale_price_list-2.4.0.tar.gz) = 19118 0453ea038af3f4ab1b901e7b9e86bfa4 echo x - trytond_sale_price_list/pkg-descr sed 's/^X//' >trytond_sale_price_list/pkg-descr << '35b839b30d3e428264454051f3b7cb47' XThis port adds the Sale Price List Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 35b839b30d3e428264454051f3b7cb47 echo x - trytond_sale_price_list/pkg-plist sed 's/^X//' >trytond_sale_price_list/pkg-plist << 'b634e306a0e1e86ab0772e185017aa20' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/party.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/party.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/party.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/product.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/product.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/product.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/sale.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/sale.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/sale.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/sale.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/tests/test_sale_price_list.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/tests/test_sale_price_list.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/tests/test_sale_price_list.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_price_list X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% b634e306a0e1e86ab0772e185017aa20 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 16:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2CB810656AC for ; Sat, 8 Sep 2012 16:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B557A8FC17 for ; Sat, 8 Sep 2012 16:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Go29V016742 for ; Sat, 8 Sep 2012 16:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Go2iV016728; Sat, 8 Sep 2012 16:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 16:50:02 GMT Resent-Message-Id: <201209081650.q88Go2iV016728@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 494B31065672 for ; Sat, 8 Sep 2012 16:42:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 332CA8FC0A for ; Sat, 8 Sep 2012 16:42:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88GgfAD070676 for ; Sat, 8 Sep 2012 16:42:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88Gge5d070675; Sat, 8 Sep 2012 16:42:40 GMT (envelope-from nobody) Message-Id: <201209081642.q88Gge5d070675@red.freebsd.org> Date: Sat, 8 Sep 2012 16:42:40 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171467: New port: finance/trytond_sale_shipment_cost X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 16:50:03 -0000 >Number: 171467 >Category: ports >Synopsis: New port: finance/trytond_sale_shipment_cost >Confidential: no >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 Sep 08 16:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: >Organization: >Environment: >Description: This port adds the Sale Shipment Cost Module to the Tryton Application Platform. >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: # # trytond_sale_shipment_cost # trytond_sale_shipment_cost/Makefile # trytond_sale_shipment_cost/distinfo # trytond_sale_shipment_cost/pkg-descr # trytond_sale_shipment_cost/pkg-plist # echo c - trytond_sale_shipment_cost mkdir -p trytond_sale_shipment_cost > /dev/null 2>&1 echo x - trytond_sale_shipment_cost/Makefile sed 's/^X//' >trytond_sale_shipment_cost/Makefile << 'f0fdd7e4a6af92fd695a40cd454d6c31' X# New ports collection makefile for: trytond_sale_shipment_cost X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_sale_shipment_cost XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Sale Shipment Cost Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ X trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ X trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ X trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include f0fdd7e4a6af92fd695a40cd454d6c31 echo x - trytond_sale_shipment_cost/distinfo sed 's/^X//' >trytond_sale_shipment_cost/distinfo << '03d9979de46254d6d6f61651855f98b0' XSHA256 (trytond_sale_shipment_cost-2.4.0.tar.gz) = 61822f0b9b9a767f6ffa874ff46b921df0f6418f2e41a19165a182b9d73040bd XSIZE (trytond_sale_shipment_cost-2.4.0.tar.gz) = 23115 03d9979de46254d6d6f61651855f98b0 echo x - trytond_sale_shipment_cost/pkg-descr sed 's/^X//' >trytond_sale_shipment_cost/pkg-descr << 'd948b60da29bf98f93566bfad487258c' XThis port adds the Sale Shipment Cost Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ d948b60da29bf98f93566bfad487258c echo x - trytond_sale_shipment_cost/pkg-plist sed 's/^X//' >trytond_sale_shipment_cost/pkg-plist << '26036ff9dd151e50facc8d03d466852c' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/sale.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/sale.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/sale.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/sale.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/stock.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/stock.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/stock.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/stock.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/tests/test_sale_shipment_cost.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/tests/test_sale_shipment_cost.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/tests/test_sale_shipment_cost.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale_shipment_cost X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 26036ff9dd151e50facc8d03d466852c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 17:30:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41ACC1065672 for ; Sat, 8 Sep 2012 17:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F5078FC14 for ; Sat, 8 Sep 2012 17:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88HU6Nc065490 for ; Sat, 8 Sep 2012 17:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88HU6Rk065475; Sat, 8 Sep 2012 17:30:06 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 17:30:06 GMT Resent-Message-Id: <201209081730.q88HU6Rk065475@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FAD21065670; Sat, 8 Sep 2012 17:26:49 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80D008FC16; Sat, 8 Sep 2012 17:26:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88HQnHR080358; Sat, 8 Sep 2012 17:26:49 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88HQnR4080342; Sat, 8 Sep 2012 17:26:49 GMT (envelope-from ohauer) Message-Id: <201209081726.q88HQnR4080342@freefall.freebsd.org> Date: Sat, 8 Sep 2012 17:26:49 GMT From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wen@FreeBSD.org Subject: ports/171468: [patch] graphics/mapserver port use already options NG so use PORT_OPTIONS:M instead WITH_... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 17:30:07 -0000 >Number: 171468 >Category: ports >Synopsis: [patch] graphics/mapserver port use already options NG so use PORT_OPTIONS:M instead WITH_... >Confidential: no >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 Sep 08 17:30:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: The port use already options NG framework, so WITH_(PERL|PHP|...) should be replaced by PORT_OPTIONS:M... Additional use bsd.port.pre.mk so there is no need to use - .include <../../Mk/bsd.python.mk> - .include "${PORTSDIR}/Mk/bsd.apache.mk" Seems the port use apache only during runtime to serve a cgi script so replace USE_APACHE with USE_APACHE_RUN (not verified by testing the port) Patch is only a suggestion, please review. >How-To-Repeat: >Fix: --- mapserver.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 303916) +++ Makefile (working copy) @@ -42,6 +42,25 @@ .include +.if ${PORT_OPTIONS:MMAPSERV} +USE_APACHE_RUN= 22+ +PLIST_SUB+= MAPSERV="" +PLIST_DIRSTRY= www/cgi-bin +.else +PLIST_SUB+= MAPSERV="@comment " +.endif + +.if ${PORT_OPTIONS:MPYTHON} +USE_PYTHON= 2.6 +PLIST_SUB+= PYTHON="" +MAP_EGG= MapScript-${PORTVERSION}-${PYTHON_VERSION:S/thon//} +PLIST_SUB+= MAP_EGG=${MAP_EGG} +.else +PLIST_SUB+= PYTHON="@comment " +.endif + +.include + .if ${PORT_OPTIONS:MAGG} LIB_DEPENDS+= agg:${PORTSDIR}/graphics/agg CONFIGURE_ARGS+= --with-agg=${LOCALBASE} --with-freetype=${LOCALBASE} @@ -108,42 +127,23 @@ CONFIGURE_ARGS+= --with-php=${LOCALBASE}/include/php/ PHP_EXTENSION_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e 's,/usr/local/,,' PLIST_SUB+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} -PLIST_SUB+= WITH_PHP="" +PLIST_SUB+= PHP="" .else -PLIST_SUB+= WITH_PHP="@comment " +PLIST_SUB+= PHP="@comment " .endif .if ${PORT_OPTIONS:MPERL} USE_PERL5=yes -PLIST_SUB+= WITH_PERL="" +PLIST_SUB+= PERL="" .else -PLIST_SUB+= WITH_PERL="@comment " +PLIST_SUB+= PERL="@comment " .endif -.if ${PORT_OPTIONS:MPYTHON} -BUILD_DEPENDS+= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python26 -PLIST_SUB+= WITH_PYTHON="" -.include <../../Mk/bsd.python.mk> -MAP_EGG= MapScript-${PORTVERSION}-${PYTHON_VERSION:S/thon//} -PLIST_SUB+= MAP_EGG=${MAP_EGG} -.else -PLIST_SUB+= WITH_PYTHON="@comment " -.endif - .if ${PORT_OPTIONS:MCURL} LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --with-curl=${LOCALBASE} .endif -.if ${PORT_OPTIONS:MMAPSERV} -USE_APACHE= 22+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" -PLIST_SUB+= WITH_MAPSERV="" -PLIST_DIRSTRY= www/cgi-bin -.else -PLIST_SUB+= WITH_MAPSERV="@comment " -.endif - .if ${PORT_OPTIONS:MFASTCGI} BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE} @@ -156,13 +156,13 @@ PROG_FILES= legend scalebar shp2img shptree shptreetst shptreevis sortshp post-patch: -.if defined(WITH_MING) +.if ${PORT_OPTIONS:MMING} ${REINPLACE_CMD} -e 's#with_ming/include#with_ming/include/ming#g' \ ${WRKSRC}/configure .endif post-build: -.if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} (cd ${WRKSRC}/mapscript/perl && ${PERL5} Makefile.PL && make) .endif @@ -171,27 +171,27 @@ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/shp2mysql.pl ${PREFIX}/bin/shp2mysql -.if defined(WITH_MAPSERV) +.if ${PORT_OPTIONS:MMAPSERV} ${MKDIR} ${LOCALBASE}/www/cgi-bin/ ${INSTALL_PROGRAM} ${WRKSRC}/mapserv ${LOCALBASE}/www/cgi-bin/mapserv .endif -.if defined(WITH_PHP) +.if ${PORT_OPTIONS:MPHP} @${MKDIR} ${LOCALBASE}/${PHP_EXTENSION_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/mapscript/php/php_mapscript.so ${LOCALBASE}/${PHP_EXTENSION_DIR}/ .endif -.if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} (cd ${WRKSRC}/mapscript/perl && make install) .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} (cd ${WRKSRC}/mapscript/python && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install) .endif post-install: -.if defined(WITH_PHP) +.if ${PORT_OPTIONS:MPHP} @${ECHO_MSG} "Please add the line extension=php_mapscript.so to ${LOCALBASE}/etc/php/extensions.ini" .endif -.include +.include Index: pkg-plist =================================================================== --- pkg-plist (revision 303916) +++ pkg-plist (working copy) @@ -6,17 +6,17 @@ bin/shptreetst bin/shptreevis bin/sortshp -%%WITH_MAPSERV%%www/cgi-bin/mapserv -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/mapscript.pm -%%WITH_PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript -%%WITH_PHP%%%%PHP_EXTENSION_DIR%%/php_mapscript.so -%%WITH_PHP%%@dirrmtry %%PHP_EXTENSION_DIR%% -%%WITH_PHP%%@dirrmtry etc/php -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/_mapscript.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/%%MAP_EGG%%.egg-info +%%MAPSERV%%www/cgi-bin/mapserv +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.so +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.bs +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/.packlist +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/mapscript.pm +%%PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod +%%PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript +%%PHP%%%%PHP_EXTENSION_DIR%%/php_mapscript.so +%%PHP%%@dirrmtry %%PHP_EXTENSION_DIR%% +%%PHP%%@dirrmtry etc/php +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_mapscript.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/%%MAP_EGG%%.egg-info --- mapserver.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 17:30:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91013106566B; Sat, 8 Sep 2012 17:30:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 63B8E8FC1A; Sat, 8 Sep 2012 17:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88HUKjU068595; Sat, 8 Sep 2012 17:30:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88HUKWh068577; Sat, 8 Sep 2012 17:30:20 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 17:30:20 GMT Message-Id: <201209081730.q88HUKWh068577@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171468: [patch] graphics/mapserver port use already options NG so use PORT_OPTIONS:M instead WITH_... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 17:30:20 -0000 Synopsis: [patch] graphics/mapserver port use already options NG so use PORT_OPTIONS:M instead WITH_... Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 17:30:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171468 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 18:19:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6449106564A; Sat, 8 Sep 2012 18:19:53 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 79B2C8FC0C; Sat, 8 Sep 2012 18:19:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88IJruH058441; Sat, 8 Sep 2012 18:19:53 GMT (envelope-from tj@freefall.freebsd.org) Received: (from tj@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88IJrSX058425; Sat, 8 Sep 2012 18:19:53 GMT (envelope-from tj) Date: Sat, 8 Sep 2012 18:19:53 GMT Message-Id: <201209081819.q88IJrSX058425@freefall.freebsd.org> To: tj@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tj@FreeBSD.org From: tj@FreeBSD.org Cc: Subject: Re: ports/171456: [patch] upgrade graphics/ImageMagick to 6.7.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 18:19:53 -0000 Synopsis: [patch] upgrade graphics/ImageMagick to 6.7.9.3 Responsible-Changed-From-To: freebsd-ports-bugs->tj Responsible-Changed-By: tj Responsible-Changed-When: Sat Sep 8 18:19:52 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171456 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 18:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0100106566B for ; Sat, 8 Sep 2012 18:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53CE28FC14 for ; Sat, 8 Sep 2012 18:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88IU81n061434 for ; Sat, 8 Sep 2012 18:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88IU8VH061422; Sat, 8 Sep 2012 18:30:08 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 18:30:08 GMT Resent-Message-Id: <201209081830.q88IU8VH061422@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E246B106568D for ; Sat, 8 Sep 2012 18:23:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CDF0B8FC08 for ; Sat, 8 Sep 2012 18:23:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88INDQS026296 for ; Sat, 8 Sep 2012 18:23:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88INDP8026295; Sat, 8 Sep 2012 18:23:13 GMT (envelope-from nobody) Message-Id: <201209081823.q88INDP8026295@red.freebsd.org> Date: Sat, 8 Sep 2012 18:23:13 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171469: [PATCH] Update graphics/darktable to 1.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 18:30:08 -0000 >Number: 171469 >Category: ports >Synopsis: [PATCH] Update graphics/darktable to 1.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 18:30:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: FreeBSD 10.0-CURRENT amd64 >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r240144M: Wed Sep 5 21:01:29 CEST 2012 root@magellan.dumbbell.fr:/usr/obj/home/dumbbell/Projects/freebsd/SVN/head/sys/MAGELLAN amd64 >Description: The patch is attached to this PR. No particular changes, beside the updated version in Makefile. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: graphics/darktable/Makefile =================================================================== --- graphics/darktable/Makefile (revision 303913) +++ graphics/darktable/Makefile (working copy) @@ -6,8 +6,7 @@ # PORTNAME= darktable -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} Index: graphics/darktable/distinfo =================================================================== --- graphics/darktable/distinfo (revision 303913) +++ graphics/darktable/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (darktable-1.0.4.tar.gz) = eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b -SIZE (darktable-1.0.4.tar.gz) = 2547099 +SHA256 (darktable-1.0.5.tar.gz) = 0c18530446d2f2459fe533a1ef6fc2711300efe7466f36c23168ec2230fb5fbd +SIZE (darktable-1.0.5.tar.gz) = 2568221 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 18:30:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 716D7106564A; Sat, 8 Sep 2012 18:30:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45A2A8FC14; Sat, 8 Sep 2012 18:30:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88IUPju064387; Sat, 8 Sep 2012 18:30:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88IUPfG064370; Sat, 8 Sep 2012 18:30:25 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 18:30:25 GMT Message-Id: <201209081830.q88IUPfG064370@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171469: [PATCH] Update graphics/darktable to 1.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 18:30:25 -0000 Synopsis: [PATCH] Update graphics/darktable to 1.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 18:30:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171469 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 19:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6C3D1065670 for ; Sat, 8 Sep 2012 19:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 989048FC15 for ; Sat, 8 Sep 2012 19:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88JU2Tp029322 for ; Sat, 8 Sep 2012 19:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88JU2No029302; Sat, 8 Sep 2012 19:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 19:30:02 GMT Resent-Message-Id: <201209081930.q88JU2No029302@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75335106566C for ; Sat, 8 Sep 2012 19:22:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 55CCA8FC12 for ; Sat, 8 Sep 2012 19:22:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88JMKnE020358 for ; Sat, 8 Sep 2012 19:22:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88JMK5k020357; Sat, 8 Sep 2012 19:22:20 GMT (envelope-from nobody) Message-Id: <201209081922.q88JMK5k020357@red.freebsd.org> Date: Sat, 8 Sep 2012 19:22:20 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171470: New port: finance/trytond_party_siret X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 19:30:02 -0000 >Number: 171470 >Category: ports >Synopsis: New port: finance/trytond_party_siret >Confidential: no >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 Sep 08 19:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: >Organization: >Environment: >Description: This port adds the Party Siret Module to the Tryton Application Platform. >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: # # trytond_party_siret # trytond_party_siret/Makefile # trytond_party_siret/distinfo # trytond_party_siret/pkg-descr # trytond_party_siret/pkg-plist # echo c - trytond_party_siret mkdir -p trytond_party_siret > /dev/null 2>&1 echo x - trytond_party_siret/Makefile sed 's/^X//' >trytond_party_siret/Makefile << 'fd9d038e73b9d42f5841d3b3a7b448e7' X# New ports collection makefile for: trytond_party_siret X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_party_siret XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Party Siret Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include fd9d038e73b9d42f5841d3b3a7b448e7 echo x - trytond_party_siret/distinfo sed 's/^X//' >trytond_party_siret/distinfo << '0ec2bf133fff1ff00250bc8e5c1d3efd' XSHA256 (trytond_party_siret-2.4.0.tar.gz) = 449d001b8605aa5312935671a6407ce8ab91679f3d2a3817d6c3b28edd75e27e XSIZE (trytond_party_siret-2.4.0.tar.gz) = 19629 0ec2bf133fff1ff00250bc8e5c1d3efd echo x - trytond_party_siret/pkg-descr sed 's/^X//' >trytond_party_siret/pkg-descr << '29a8ab015c4da9e1b5ea8f1239e7571e' XThis port adds the Party Siret Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 29a8ab015c4da9e1b5ea8f1239e7571e echo x - trytond_party_siret/pkg-plist sed 's/^X//' >trytond_party_siret/pkg-plist << 'bc33f827a84b7ae4d3c3aa1827c573ce' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/address.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/address.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/address.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/address.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/luhn.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/luhn.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/luhn.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/party.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/party.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/party.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/tests/test_party_siret.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/tests/test_party_siret.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/tests/test_party_siret.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_siret X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% bc33f827a84b7ae4d3c3aa1827c573ce exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 19:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62D1B106566C for ; Sat, 8 Sep 2012 19:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 363E08FC1A for ; Sat, 8 Sep 2012 19:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Je2cL083351 for ; Sat, 8 Sep 2012 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Je2W7083337; Sat, 8 Sep 2012 19:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 19:40:02 GMT Resent-Message-Id: <201209081940.q88Je2W7083337@freefall.freebsd.org> 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 Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A13E106566B for ; Sat, 8 Sep 2012 19:38:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4AF108FC0A for ; Sat, 8 Sep 2012 19:38:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88JcEnA051613 for ; Sat, 8 Sep 2012 19:38:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88JcE2R051611; Sat, 8 Sep 2012 19:38:14 GMT (envelope-from nobody) Message-Id: <201209081938.q88JcE2R051611@red.freebsd.org> Date: Sat, 8 Sep 2012 19:38:14 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171471: New port: finance/trytond_party_vcarddav X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 19:40:02 -0000 >Number: 171471 >Category: ports >Synopsis: New port: finance/trytond_party_vcarddav >Confidential: no >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 Sep 08 19:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthias Petermann >Release: >Organization: >Environment: >Description: This port adds the Party VCardDAV Module to the Tryton Application Platform. >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: # # trytond_party_vcarddav # trytond_party_vcarddav/Makefile # trytond_party_vcarddav/distinfo # trytond_party_vcarddav/pkg-descr # trytond_party_vcarddav/pkg-plist # echo c - trytond_party_vcarddav mkdir -p trytond_party_vcarddav > /dev/null 2>&1 echo x - trytond_party_vcarddav/Makefile sed 's/^X//' >trytond_party_vcarddav/Makefile << '4bbd388bd5d7fef1086b0a9ac3cc9a2e' X# New ports collection makefile for: trytond_party_vcarddav X# Date created: 08 September, 2012 X# Whom: Matthias Petermann X# X# $FreeBSD$ X# X XPORTNAME= trytond_party_vcarddav XPORTVERSION= 2.4.0 XCATEGORIES= finance python XMASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ X XMAINTAINER= matthias@petermann.it XCOMMENT= Tryton Application Platform (Party VCardDAV Module) X XLICENSE= GPLv3 X XRUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ X trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ X ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \ X ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install X X.include 4bbd388bd5d7fef1086b0a9ac3cc9a2e echo x - trytond_party_vcarddav/distinfo sed 's/^X//' >trytond_party_vcarddav/distinfo << '52a5657112f37c3a3a2e028dac22c147' XSHA256 (trytond_party_vcarddav-2.4.0.tar.gz) = 4785a9b77390093eb3ae7b85448e53a072cc8383c1bb1f7e79e72705f2b65151 XSIZE (trytond_party_vcarddav-2.4.0.tar.gz) = 23359 52a5657112f37c3a3a2e028dac22c147 echo x - trytond_party_vcarddav/pkg-descr sed 's/^X//' >trytond_party_vcarddav/pkg-descr << '529853eb0a1167cb3d71b26f616b5e5d' XThis port adds the Party VCardDAV Module to the Tryton Application Platform. X XWWW: http://www.tryton.org/ 529853eb0a1167cb3d71b26f616b5e5d echo x - trytond_party_vcarddav/pkg-plist sed 's/^X//' >trytond_party_vcarddav/pkg-plist << 'f1be44ee2a91a065888ae26a51c3e4dd' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/__tryton__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/__tryton__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/__tryton__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/carddav.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/carddav.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/carddav.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/bg_BG.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/ca_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/cs_CZ.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/de_DE.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/es_AR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/es_CO.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/es_ES.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/fr_FR.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/nl_NL.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale/ru_RU.po X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/party.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/party.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/party.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/party.xml X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/webdav.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/webdav.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/webdav.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav/locale X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/party_vcarddav X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% f1be44ee2a91a065888ae26a51c3e4dd exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 20:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B96D106566B for ; Sat, 8 Sep 2012 20:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF3EF8FC15 for ; Sat, 8 Sep 2012 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88KA9D9040633 for ; Sat, 8 Sep 2012 20:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88KA9F4040625; Sat, 8 Sep 2012 20:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 20:10:09 GMT Resent-Message-Id: <201209082010.q88KA9F4040625@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heath Nielson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09569106566C for ; Sat, 8 Sep 2012 20:06:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E931D8FC12 for ; Sat, 8 Sep 2012 20:06:16 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88K6GSk086819 for ; Sat, 8 Sep 2012 20:06:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88K6GRv086813; Sat, 8 Sep 2012 20:06:16 GMT (envelope-from nobody) Message-Id: <201209082006.q88K6GRv086813@red.freebsd.org> Date: Sat, 8 Sep 2012 20:06:16 GMT From: Heath Nielson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171473: [PATCH] multimedia/handbrake doesn't load dvdcss library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 20:10:10 -0000 >Number: 171473 >Category: ports >Synopsis: [PATCH] multimedia/handbrake doesn't load dvdcss library >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 Sep 08 20:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Heath Nielson >Release: FreeBSD 9.1-PRERELEASE >Organization: >Environment: FreeBSD hershey.bar.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #18: Sun Aug 19 20:47:50 MDT 2012 root@hershey.bar.net:/usr/obj/usr/src/sys/HERSHEY amd64 >Description: Handbrake tries to dlopen libdvdcss.so.2. The library the libdvdcss pacakge installs is actually libdvdcss.so.3 so the call always fails and handbrake fails to properly read CSS-encoded DVDs. >How-To-Repeat: cd /usr/ports/multimedia/handbrake; make install Try to encode a CSS-encoded DVD. Garbled output is the result. >Fix: dlopen the correct library. Patch is attached. Patch attached with submission follows: --- build/contrib/libdvdread/libdvdread/src/dvd_input.c.orig 2012-09-06 18:23:47.000000000 -0600 +++ build/contrib/libdvdread/libdvdread/src/dvd_input.c 2012-09-06 18:24:10.000000000 -0600 @@ -291,7 +291,7 @@ #elif defined(__OS2__) #define CSS_LIB "dvdcss.dll" #else - #define CSS_LIB "libdvdcss.so.2" + #define CSS_LIB "libdvdcss.so.3" #endif dvdcss_library = dlopen(CSS_LIB, RTLD_LAZY); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 20:10:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C28E41065673; Sat, 8 Sep 2012 20:10:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95DFE8FC12; Sat, 8 Sep 2012 20:10:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88KANZb042864; Sat, 8 Sep 2012 20:10:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88KANJT042852; Sat, 8 Sep 2012 20:10:23 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 20:10:23 GMT Message-Id: <201209082010.q88KANJT042852@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dmarion@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171473: [PATCH] multimedia/handbrake doesn't load dvdcss library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 20:10:23 -0000 Synopsis: [PATCH] multimedia/handbrake doesn't load dvdcss library Responsible-Changed-From-To: freebsd-ports-bugs->dmarion Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 20:10:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171473 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 21:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA6DC106566C for ; Sat, 8 Sep 2012 21:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 920728FC08 for ; Sat, 8 Sep 2012 21:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LA721020398 for ; Sat, 8 Sep 2012 21:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LA7fa020385; Sat, 8 Sep 2012 21:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 21:10:07 GMT Resent-Message-Id: <201209082110.q88LA7fa020385@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92758106566C for ; Sat, 8 Sep 2012 21:07:27 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 723458FC14; Sat, 8 Sep 2012 21:07:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88L7Rg7073455; Sat, 8 Sep 2012 21:07:27 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88L7RZ1073406; Sat, 8 Sep 2012 21:07:27 GMT (envelope-from ohauer) Message-Id: <201209082107.q88L7RZ1073406@freefall.freebsd.org> Date: Sat, 8 Sep 2012 21:07:27 GMT From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: brock@cotcomsol.com Subject: ports/171475: [patch] net-mgmt/argus-monitor rewrite port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 21:10:07 -0000 >Number: 171475 >Category: ports >Synopsis: [patch] net-mgmt/argus-monitor rewrite 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: Sat Sep 08 21:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: - rewrite for options NG framework - /USE_APACHE/USE_APACHE_RUN/ - make usage of ETCDIR, WWWDIR instead PREFIX/(etc|www)/PORTNAME - add pkg-install script to adjust directory file mode, else they differ when installed by package - bump PORTREVISION >How-To-Repeat: >Fix: --- argus-monitor.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 303916) +++ Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= argus-monitor PORTVERSION= 20100109 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.tcp4me.com/code/argus-archive/ DISTNAME= argus-dev-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= brock@cotcomsol.com COMMENT= Argus - The All Seeing System and Network Monitoring Software -SUB_FILES= pkg-message apache.conf +SUB_FILES= pkg-message apache.conf pkg-install SUB_LIST= PORTNAME=${PORTNAME} APACHEETCDIR=${APACHEETCDIR} PKGMESSAGE= ${WRKDIR}/pkg-message EXTRA_PATCHES= ${FILESDIR}/patch.001 @@ -27,44 +27,47 @@ USE_PERL5= yes USE_RC_SUBR= argusd HAS_CONFIGURE= yes -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS= --bin_dir=${PREFIX}/bin --sbin_dir=${PREFIX}/sbin \ - --lib_dir=${PREFIX}/lib/argus-monitor --data_dir=${PREFIX}/etc/argus-monitor \ - --cgi_dir=${PREFIX}/www/${PORTNAME}/cgi-bin -OPTIONS= QPAGE "qpage support" Off \ - FPING "fping support" Off \ - GD "GD graphics support" On +OPTIONS_DEFINE= QPAGE FPING GD +OPTIONS_DEFAULT=GD -.include +QPAGE_DESC= qpage support +FPING_DESC= fping support -.if defined(WITH_QPAGE) +.include + +.if ${PORT_OPTIONS:MQPAGE} +BUILD_DEPENDS+= qpage:${PORTSDIR}/comms/qpage RUN_DEPENDS+= qpage:${PORTSDIR}/comms/qpage -BUILD_DEPENDS+= qpage:${PORTSDIR}/comms/qpage .endif -.if defined(WITH_FPING) +.if ${PORT_OPTIONS:MFPING} +BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping RUN_DEPENDS+= fping:${PORTSDIR}/net/fping -BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping .endif -.if !defined(WITHOUT_GD) +.if ${PORT_OPTIONS:MGD} BUILD_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD .endif +CONFIGURE_ARGS= --bin_dir=${PREFIX}/bin \ + --sbin_dir=${PREFIX}/sbin \ + --lib_dir=${PREFIX}/lib/argus-monitor \ + --data_dir=${ETCDIR} \ + --cgi_dir=${WWWDIR}/cgi-bin + post-install: - ${MKDIR} ${PREFIX}/www/${PORTNAME} ${PREFIX}/www/${PORTNAME}/docroot ${PREFIX}/www/${PORTNAME}/docroot/img ${PREFIX}/www/${PORTNAME}/docroot/sound ${PREFIX}/etc/argus-monitor/notify - ${CP} ${WRKSRC}/misc/argus.css ${WRKSRC}/misc/argus.js ${PREFIX}/www/${PORTNAME}/docroot - ${CP} ${WRKSRC}/misc/argus.logo.gif ${WRKSRC}/misc/nospkr.gif ${WRKSRC}/misc/sad.gif ${WRKSRC}/misc/sadred.gif ${WRKSRC}/misc/smile.gif ${PREFIX}/www/${PORTNAME}/docroot/img - ${CP} ${WRKSRC}/misc/whoopwhoop.wav ${PREFIX}/www/${PORTNAME}/docroot/sound - ${TOUCH} ${PREFIX}/etc/argus-monitor/notno ${PREFIX}/etc/argus-monitor/log - ${CHMOD} 755 ${PREFIX}/www/${PORTNAME} ${PREFIX}/www/${PORTNAME}/docroot ${PREFIX}/www/${PORTNAME}/docroot/img ${PREFIX}/www/${PORTNAME}/docroot/sound ${PREFIX}/etc/argus-monitor/notify - ${CHMOD} 644 ${PREFIX}/www/${PORTNAME}/docroot/argus.* ${PREFIX}/www/${PORTNAME}/docroot/img/*.gif ${PREFIX}/www/${PORTNAME}/docroot/sound/*.wav ${PREFIX}/etc/argus-monitor/notno ${PREFIX}/etc/argus-monitor/log + ${INSTALL} -m 755 -d ${WWWDIR} ${WWWDIR}/docroot ${WWWDIR}/docroot/img ${WWWDIR}/docroot/sound ${ETCDIR}/notify + ${CP} ${WRKSRC}/misc/argus.css ${WRKSRC}/misc/argus.js ${WWWDIR}/docroot/ + ${CP} ${WRKSRC}/misc/argus.logo.gif ${WRKSRC}/misc/nospkr.gif ${WRKSRC}/misc/sad.gif ${WRKSRC}/misc/sadred.gif ${WRKSRC}/misc/smile.gif ${WWWDIR}/docroot/img/ + ${CP} ${WRKSRC}/misc/whoopwhoop.wav ${WWWDIR}/docroot/sound/ ${MKDIR} ${PREFIX}/${APACHEETCDIR}/Includes ${INSTALL_DATA} ${WRKDIR}/apache.conf ${PREFIX}/${APACHEETCDIR}/Includes/${PORTNAME}.conf.sample + ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_CMD} @${CAT} ${PKGMESSAGE} -.include +.include Index: files/pkg-message.in =================================================================== --- files/pkg-message.in (revision 303916) +++ files/pkg-message.in (working copy) @@ -2,16 +2,15 @@ An apache configuration file has been created which maps /%%PORTNAME%%/: %%PREFIX%%/%%APACHEETCDIR%%/Includes/%%PORTNAME%%.conf.sample - %%PREFIX%%/%%APACHEETCDIR%%/Includes/%%PORTNAME%%.conf.sample Edit it, move it in place. Next move and edit - %%PREFIX%%/etc/%%PORTNAME%%/config.example - %%PREFIX%%/etc/%%PORTNAME%%/users.example + %%ETCDIR%%/config.example + %%ETCDIR%%/users.example into place, then restart apache. -Ensure that ensure that argus_enable=YES is set in your rc.conf prior to +Ensure that argus_enable=YES is set in your rc.conf prior to starting the argusd daemon. ================================================================================ Index: files/argusd.in =================================================================== --- files/argusd.in (revision 303916) +++ files/argusd.in (working copy) @@ -17,14 +17,14 @@ command=%%PREFIX%%/sbin/${name} # pidfile=/var/run/${name}.pid required_files=" - %%PREFIX%%/etc/argus-monitor/log \ - %%PREFIX%%/etc/argus-monitor/notno \ - %%PREFIX%%/etc/argus-monitor/config \ - %%PREFIX%%/etc/argus-monitor/users" + %%ETCDIR%%/log \ + %%ETCDIR%%/notno \ + %%ETCDIR%%/config \ + %%ETCDIR%%/users" stop_cmd="%%PREFIX%%/sbin/argusctl shutdown reason=\"rc.argusd stop\"" -start_precmd="/usr/bin/touch %%PREFIX%%/etc/argus-monitor/log" +start_precmd="/usr/bin/touch %%ETCDIR%%/log" extra_commands="console hup" console_cmd="%%PREFIX%%/sbin/argusctl -k console" hup_cmd="%%PREFIX%%/sbin/argusctl -k hup" Index: files/apache.conf.in =================================================================== --- files/apache.conf.in (revision 303916) +++ files/apache.conf.in (working copy) @@ -4,10 +4,10 @@ # cgi-bin directory; we single this URL out from # the normal alias parsing below. # -ScriptAliasMatch ^/argus/$ "%%PREFIX%%/www/%%PORTNAME%%/cgi-bin/arguscgi" -ScriptAlias ^/argus/cgi-bin/$ "%%PREFIX%%/www/%%PORTNAME%%/cgi-bin/" +ScriptAliasMatch ^/argus/$ "%%WWWDIR%%/cgi-bin/arguscgi" +ScriptAlias ^/argus/cgi-bin/$ "%%WWWDIR%%/cgi-bin/" - + options ExecCGI AllowOverride none allow from all @@ -18,9 +18,9 @@ # /img/sad.gif, /img/nospkr.gif and on top level /argus.css and # optionally /argus.js. # -Alias /argus/ "%%PREFIX%%/www/%%PORTNAME%%/docroot/" +Alias /argus/ "%%WWWDIR%%/docroot/" - + options none AllowOverride none allow from all Index: files/pkg-install.in =================================================================== --- files/pkg-install.in (revision 0) +++ files/pkg-install.in (working copy) @@ -0,0 +1,23 @@ +#!/bin/sh +# +# $FreeBSD$ + +ETCDIR=%%ETCDIR%% +WWWDIR=%%WWWDIR%% + +if [ "$2" = "POST-INSTALL" ]; then + [ ! -d ${ETCDIR}/gcache ] && mkdir ${ETCDIR}/gcache + [ ! -d ${ETCDIR}/gdata ] && mkdir ${ETCDIR}/gdata + [ ! -d ${ETCDIR}/html ] && mkdir ${ETCDIR}/html + [ ! -d ${ETCDIR}/locale ] && mkdir ${ETCDIR}/locale + [ ! -d ${ETCDIR}/perl ] && mkdir ${ETCDIR}/perl + + touch ${ETCDIR}/notno ${ETCDIR}/log + chmod a+rwx ${ETCDIR}/gcache ${ETCDIR}/gdata ${ETCDIR}/perl + chmod a+rx ${ETCDIR}/locale + chmod a+r ${ETCDIR}/html + chmod 755 ${WWWDIR} ${WWWDIR}/docroot ${WWWDIR}/docroot/img \ + ${WWWDIR}/docroot/sound ${ETCDIR} ${ETCDIR}/notify + chmod 644 ${WWWDIR}/docroot/argus.* ${WWWDIR}/docroot/img/*.gif \ + ${WWWDIR}/docroot/sound/*.wav ${ETCDIR}/notno ${ETCDIR}/log +fi Property changes on: files/pkg-install.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 303916) +++ pkg-plist (working copy) @@ -1,29 +1,44 @@ bin/argus-config -etc/argus-monitor/config.example -etc/argus-monitor/locale/de_DE -etc/argus-monitor/locale/el_gr -etc/argus-monitor/locale/fr_fr -etc/argus-monitor/locale/lt_LT -etc/argus-monitor/locale/nl_NL -etc/argus-monitor/locale/ru_RU -etc/argus-monitor/locale/piglatin -etc/argus-monitor/locale/sp_ar -etc/argus-monitor/locale/template -etc/argus-monitor/log -etc/argus-monitor/notno -etc/argus-monitor/users.example +%%APACHEETCDIR%%/Includes/argus-monitor.conf.sample +%%ETCDIR%%/config.example +%%ETCDIR%%/locale/de_DE +%%ETCDIR%%/locale/el_gr +%%ETCDIR%%/locale/fr_fr +%%ETCDIR%%/locale/lt_LT +%%ETCDIR%%/locale/nl_NL +%%ETCDIR%%/locale/piglatin +%%ETCDIR%%/locale/ru_RU +%%ETCDIR%%/locale/sp_ar +%%ETCDIR%%/locale/template +%%ETCDIR%%/log +%%ETCDIR%%/notno +%%ETCDIR%%/users.example lib/argus-monitor/Alias.pm lib/argus-monitor/Argus/Agent.pm +lib/argus-monitor/Argus/Archive.pm +lib/argus-monitor/Argus/Archivist.pm lib/argus-monitor/Argus/Asterisk.pm +lib/argus-monitor/Argus/Compute.pm lib/argus-monitor/Argus/Ctl.pm lib/argus-monitor/Argus/Encode.pm +lib/argus-monitor/Argus/Freeswitch.pm +lib/argus-monitor/Argus/Graph/Data.pm +lib/argus-monitor/Argus/HashDir.pm lib/argus-monitor/Argus/IP.pm +lib/argus-monitor/Argus/MonEl/Expand.pm +lib/argus-monitor/Argus/MonEl/Noise.pm +lib/argus-monitor/Argus/MonEl/Trans.pm lib/argus-monitor/Argus/RPC.pm lib/argus-monitor/Argus/RPC/TCP.pm lib/argus-monitor/Argus/RPC/UDP.pm +lib/argus-monitor/Argus/ReadConfig.pm lib/argus-monitor/Argus/SIP.pm lib/argus-monitor/Argus/SIP/TCP.pm lib/argus-monitor/Argus/SIP/UDP.pm +lib/argus-monitor/Argus/SNMP.pm +lib/argus-monitor/Argus/SNMP/Helper.pm +lib/argus-monitor/Argus/Schedule.pm +lib/argus-monitor/Argus/Web/Overview.pm lib/argus-monitor/Artistic lib/argus-monitor/BaseIO.pm lib/argus-monitor/Chart/Strip.pm @@ -32,11 +47,20 @@ lib/argus-monitor/Configable.pm lib/argus-monitor/Control.pm lib/argus-monitor/Cron.pm +lib/argus-monitor/DARP.pm +lib/argus-monitor/DARP/Conf.pm +lib/argus-monitor/DARP/Master.pm +lib/argus-monitor/DARP/Misc.pm +lib/argus-monitor/DARP/Service.pm +lib/argus-monitor/DARP/Slave.pm +lib/argus-monitor/DARP/Watch.pm lib/argus-monitor/DNS.pm lib/argus-monitor/DNS/TCP.pm lib/argus-monitor/DNS/UDP.pm lib/argus-monitor/DataBase.pm lib/argus-monitor/Doc.pm +lib/argus-monitor/Encoding/BER.pm +lib/argus-monitor/Encoding/BER/SNMP.pm lib/argus-monitor/Error.pm lib/argus-monitor/Graph.pm lib/argus-monitor/Group.pm @@ -77,68 +101,44 @@ lib/argus-monitor/web_override.pl lib/argus-monitor/web_page.pl lib/argus-monitor/web_utils.pl -lib/argus-monitor/Argus/HashDir.pm -lib/argus-monitor/Argus/MonEl/Expand.pm -lib/argus-monitor/Argus/MonEl/Noise.pm -lib/argus-monitor/Argus/MonEl/Trans.pm -lib/argus-monitor/Argus/Archivist.pm -lib/argus-monitor/Argus/Archive.pm -lib/argus-monitor/Argus/Web/Overview.pm -lib/argus-monitor/Argus/ReadConfig.pm -lib/argus-monitor/Argus/Schedule.pm -lib/argus-monitor/Argus/SNMP.pm -lib/argus-monitor/Argus/SNMP/Helper.pm -lib/argus-monitor/Argus/Freeswitch.pm -lib/argus-monitor/Argus/Compute.pm -lib/argus-monitor/Argus/Graph/Data.pm -lib/argus-monitor/Encoding/BER.pm -lib/argus-monitor/Encoding/BER/SNMP.pm -lib/argus-monitor/DARP.pm -lib/argus-monitor/DARP/Master.pm -lib/argus-monitor/DARP/Slave.pm -lib/argus-monitor/DARP/Service.pm -lib/argus-monitor/DARP/Conf.pm -lib/argus-monitor/DARP/Watch.pm -lib/argus-monitor/DARP/Misc.pm lib/argus-monitor/web_web20.pl sbin/argus-agent sbin/argusctl sbin/argusd -%%APACHEETCDIR%%/Includes/argus-monitor.conf.sample -www/argus-monitor/docroot/argus.css -www/argus-monitor/docroot/argus.js -www/argus-monitor/docroot/img/argus.logo.gif -www/argus-monitor/docroot/img/nospkr.gif -www/argus-monitor/docroot/img/sad.gif -www/argus-monitor/docroot/img/sadred.gif -www/argus-monitor/docroot/img/smile.gif -www/argus-monitor/docroot/sound/whoopwhoop.wav -www/argus-monitor/cgi-bin/arguscgi -www/argus-monitor/cgi-bin/argusvxml -@dirrmtry %%APACHEETCDIR%%/Includes +%%WWWDIR%%/cgi-bin/arguscgi +%%WWWDIR%%/cgi-bin/argusvxml +%%WWWDIR%%/docroot/argus.css +%%WWWDIR%%/docroot/argus.js +%%WWWDIR%%/docroot/img/argus.logo.gif +%%WWWDIR%%/docroot/img/nospkr.gif +%%WWWDIR%%/docroot/img/sad.gif +%%WWWDIR%%/docroot/img/sadred.gif +%%WWWDIR%%/docroot/img/smile.gif +%%WWWDIR%%/docroot/sound/whoopwhoop.wav +@dirrm %%WWWDIR%%/docroot/sound +@dirrm %%WWWDIR%%/docroot/img +@dirrm %%WWWDIR%%/docroot +@dirrm %%WWWDIR%%/cgi-bin +@dirrmtry %%WWWDIR%% +@dirrm lib/argus-monitor/Encoding/BER +@dirrm lib/argus-monitor/Encoding @dirrm lib/argus-monitor/DNS +@dirrm lib/argus-monitor/DARP @dirrm lib/argus-monitor/Chart +@dirrm lib/argus-monitor/Argus/Web +@dirrm lib/argus-monitor/Argus/SNMP @dirrm lib/argus-monitor/Argus/SIP @dirrm lib/argus-monitor/Argus/RPC @dirrm lib/argus-monitor/Argus/MonEl -@dirrm lib/argus-monitor/Argus/Web -@dirrm lib/argus-monitor/Argus/SNMP @dirrm lib/argus-monitor/Argus/Graph @dirrm lib/argus-monitor/Argus -@dirrm lib/argus-monitor/DARP -@dirrm lib/argus-monitor/Encoding/BER -@dirrm lib/argus-monitor/Encoding @dirrm lib/argus-monitor -@dirrm etc/argus-monitor/stats -@dirrm etc/argus-monitor/perl -@dirrm etc/argus-monitor/notify -@dirrm etc/argus-monitor/locale -@dirrm etc/argus-monitor/html -@dirrm etc/argus-monitor/gdata -@dirrm etc/argus-monitor/gcache -@dirrm etc/argus-monitor -@dirrm www/argus-monitor/docroot/img -@dirrm www/argus-monitor/docroot/sound -@dirrm www/argus-monitor/docroot -@dirrm www/argus-monitor/cgi-bin -@dirrm www/argus-monitor +@dirrmtry %%ETCDIR%%/stats +@dirrmtry %%ETCDIR%%/perl +@dirrmtry %%ETCDIR%%/notify +@dirrm %%ETCDIR%%/locale +@dirrmtry %%ETCDIR%%/html +@dirrmtry %%ETCDIR%%/gdata +@dirrmtry %%ETCDIR%%/gcache +@dirrmtry %%ETCDIR%% +@dirrmtry %%APACHEETCDIR%%/Includes --- argus-monitor.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 21:10:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5E97106566C; Sat, 8 Sep 2012 21:10:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 79A0C8FC12; Sat, 8 Sep 2012 21:10:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LAMMi024760; Sat, 8 Sep 2012 21:10:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LAMeK024743; Sat, 8 Sep 2012 21:10:22 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 21:10:22 GMT Message-Id: <201209082110.q88LAMeK024743@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ohauer@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171475: [patch] net-mgmt/argus-monitor rewrite port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 21:10:22 -0000 Synopsis: [patch] net-mgmt/argus-monitor rewrite port Responsible-Changed-From-To: freebsd-ports-bugs->ohauer Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 21:10:21 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171475 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 21:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49209106566C for ; Sat, 8 Sep 2012 21:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 332FB8FC0C for ; Sat, 8 Sep 2012 21:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LKDKg008380 for ; Sat, 8 Sep 2012 21:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LKDjL008366; Sat, 8 Sep 2012 21:20:13 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 21:20:13 GMT Message-Id: <201209082120.q88LKDjL008366@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= Cc: Subject: Re: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Micka=EBl_Maillot?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 21:20:13 -0000 The following reply was made to PR ports/171395; it has been noted by GNATS. From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: bug-followup@FreeBSD.org, bsdkaffee@gmail.com Cc: Subject: Re: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8 Date: Sat, 8 Sep 2012 23:15:46 +0200 there is a conflict with uint typedef in /usr/local/include/taglib/taglib.h:81 xbmc members try to use new taglib 1.8 features and i can't compile because of the conflict. i get this error: error: reference to 'uint' is ambiguous /usr/include/sys/types.h:56: error: candidates are: typedef unsigned int uint /usr/local/include/taglib/taglib.h:81: error: typedef unsigned int TagLib::uint if i comment the ligne 81, i get this errors like this: /usr/local/include/taglib/tlist.tcc:195: error: expected constructor, destructor, or type conversion before 'List' so this update make the lib unusable. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 21:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8F011065674 for ; Sat, 8 Sep 2012 21:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A96488FC14 for ; Sat, 8 Sep 2012 21:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LKDL2008474 for ; Sat, 8 Sep 2012 21:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LKDUE008461; Sat, 8 Sep 2012 21:20:13 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 21:20:13 GMT Resent-Message-Id: <201209082120.q88LKDUE008461@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E719E106566C; Sat, 8 Sep 2012 21:19:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D11E98FC15; Sat, 8 Sep 2012 21:19:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LJYP0098933; Sat, 8 Sep 2012 21:19:34 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LJY40098916; Sat, 8 Sep 2012 21:19:34 GMT (envelope-from ohauer) Message-Id: <201209082119.q88LJY40098916@freefall.freebsd.org> Date: Sat, 8 Sep 2012 21:19:34 GMT From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lme@FreeBSD.org Subject: ports/171476: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 21:20:14 -0000 >Number: 171476 >Category: ports >Synopsis: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/ >Confidential: no >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 Sep 08 21:20:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: apache is optional and not a a build dependency, so switch /USE_APACHE/USE_APACHE_RUN/ >How-To-Repeat: >Fix: --- icinga.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 303916) +++ Makefile (working copy) @@ -130,7 +130,7 @@ .endif .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra INSTALL_TARGET+= install-webconf PLIST_SUB+= APACHE="" --- icinga.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 21:20:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 447011065670; Sat, 8 Sep 2012 21:20:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 181488FC08; Sat, 8 Sep 2012 21:20:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88LKU6I012950; Sat, 8 Sep 2012 21:20:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88LKUve012934; Sat, 8 Sep 2012 21:20:30 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 21:20:30 GMT Message-Id: <201209082120.q88LKUve012934@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lme@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171476: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 21:20:31 -0000 Synopsis: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/ Responsible-Changed-From-To: freebsd-ports-bugs->lme Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 21:20:30 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171476 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 22:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BF09106566B for ; Sat, 8 Sep 2012 22:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E65D8FC0A for ; Sat, 8 Sep 2012 22:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MK279095910 for ; Sat, 8 Sep 2012 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88MK2dg095897; Sat, 8 Sep 2012 22:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 22:20:02 GMT Resent-Message-Id: <201209082220.q88MK2dg095897@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tomasz CEDRO Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF294106564A for ; Sat, 8 Sep 2012 22:14:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C8EE58FC0C for ; Sat, 8 Sep 2012 22:14:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MEgrs083209 for ; Sat, 8 Sep 2012 22:14:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88MEgV0083208; Sat, 8 Sep 2012 22:14:42 GMT (envelope-from nobody) Message-Id: <201209082214.q88MEgV0083208@red.freebsd.org> Date: Sat, 8 Sep 2012 22:14:42 GMT From: Tomasz CEDRO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171477: devel/openocd port update 0.5.0 -> 0.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 22:20:02 -0000 >Number: 171477 >Category: ports >Synopsis: devel/openocd port update 0.5.0 -> 0.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: Sat Sep 08 22:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tomasz CEDRO >Release: 9.0-RELEASE-p3 >Organization: CeDeROM >Environment: FreeBSD hexagon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Maintainer update of devel/openocd port to 0.6.0 >How-To-Repeat: >Fix: Apply provided patch. There is a patch file (provided within the patch) mandatory for proper build, use -p0 when patching to create patch under files/ directory. Patch attached with submission follows: diff -Naur openocd/Makefile openocd-0.6.0-port/Makefile --- openocd/Makefile 2012-08-08 17:05:36.000000000 +0200 +++ openocd-0.6.0-port/Makefile 2012-09-08 23:08:59.000000000 +0200 @@ -1,66 +1,73 @@ # New ports collection makefile for: openocd # Date created: 16 August 2009 -# Whom: Tomek CeDeROM Cedro (http://www.tomek.cedro.info) +# Whom: Tomasz "CeDeROM" CEDRO (http://www.tomek.cedro.info) # # $FreeBSD: ports/devel/openocd/Makefile,v 1.9 2012/08/08 15:05:36 bdrewery Exp $ # PORTNAME= openocd -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.6.0 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= tomek.cedro@gmail.com +MAINTAINER= cederom@tlen.pl COMMENT= Open On-Chip Debugger GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-werror --enable-doxygen-pdf -OPTIONS= VERBOSE "Enable verbose JTAG I/O messages" off \ - JTAG_IO "Enable verbose JTAG I/O messages" off \ - USB_IO "Enable verbose USB I/O messages" off \ - USB_COMMS "Enable verbose USB communication messages" off \ - DUMMY "Dummy driver support" on \ - FT2232 "FT2232 based USB devices (using libftdi)" on \ - EP93XX "EP93xx based SBCs" on \ - AT91RM9200 "AT91RM9200 based SBCs" on \ - PRESTO "ASIX Presto Programmer (using libftdi)" on \ - USBPROG "Usbprog JTAG Programmer" on \ - JLINK "Segger J-Link JTAG Programmer" on \ - VSLLINK "Versaloon-Link JTAG Programmer" on \ - RLINK "Raisonance RLink JTAG Programmer" on \ - ARMJTAGEW "Olimex ARM-JTAG-EW Programmer" on \ - MINIDRIVER "Dummy minidriver (will exclude others!)" off +CONFIGURE_ARGS+= --disable-werror +OPTIONS= DOC "Build HTML and PDF documentation with Doxygen" on \ + JIMTCL "Build with internal JimTCL interpreter" on \ + VERBOSE "Enable verbose JTAG I/O messages" off \ + JTAG_IO "Enable verbose JTAG I/O messages" off \ + USB_IO "Enable verbose USB I/O messages" off \ + PARPORT "Support Parallel Port based drivers" on \ + DUMMY "Support Dummy Driver" on \ + FT2232 "Support FT2232 based USB devices (using libftdi)" on \ + FTDI "Support experimental FTDI+MPSSE+libusb-1.0 async." on \ + USBBLASTER "Support USB-Blaster Programmer (using libftdi)" on \ + EP93XX "Support EP93xx based SBCs" on \ + AT91RM9200 "Support AT91RM9200 based SBCs" on \ + PRESTO "Support ASIX Presto Programmer (using libftdi)" on \ + USBPROG "Support USB-Prog JTAG Programmer" on \ + JLINK "Support Segger J-Link JTAG Programmer" on \ + VSLLINK "Support Versaloon-Link JTAG Programmer" on \ + RLINK "Support Raisonance RLink JTAG Programmer" on \ + ULINK "Support Keil ULINK-JTAG Programmer" on \ + ARMJTAGEW "Support Olimex ARM-JTAG-EW Programmer" on \ + BUSPIRATE "Support BusPirate Programmer" on \ + STLINK "Support STLink Programmer" on \ + OSBDM "Support OSBDM Programmer (JTAG only)" on \ + OPENDOUS "Support EStick/OpenDous Programmer" on \ + RMTBITBANG "Support Remote-Bitbang Driver" on \ + MINIDRIVER "Dummy minidriver only (will exclude others!)" off MAN1= ${PORTNAME}.1 INFO= ${PORTNAME} USE_GMAKE= yes +USE_BZIP2= yes MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -#Below are the interfaces that need source rewitre to work with FreeBSD -# They are hidden because they break a build. Patches are welcome :-) -# Type: make WITH_{OPTION}=1 to try the broken build (ie: make WITH_PARPORT=1) -# PARPORT "PC parallel port driver" off\ -# Parport: parport.c:68:20: error: sys/io.h: No such file or directory -# AMTJTAGACCEL "Amontec JTAG-Accelerator driver" off \ -# AMTJtagAccel: amt_jtagaccel.c:29:27: error: linux/parport.h: No such file or directory -# MALLOC "Include free space in logging messages" off \ -# Malloc: log.c:41:2: error: #error "malloc.h is required to use --enable-malloc-logging" -# ECOSBOARD "eCos based JTAG debugger" off \ -# Ecosboard: replacements.h:36:28: error: pkgconf/system.h: No such file or directory -# HTTPD "Enable builtin httpd server" off\ -# Zy1000: Requires working microhttpd -# ZY1000 "ZY1000 minidriver (will exclude others!)" off \ -# microhttpd does not link properly, used by some Zyli cable -# GW16012 "Gateworks GW16012 JTAG Programmer" off \ -# Gw16012: gw16012.c:67:20: error: sys/io.h: No such file or directory -# IOUTIL "Enable ioutil functions" off -# OOCDTRACE "OpenOCD+trace ETM capture device" off\ -# Oocdtrace: ocd_trace.c:127: error: 'B2500000' undeclared (first use in this function) +# IMPORTANT INFORMATION FOR DEVELOPERS: +# Some Interfaces and Options are not on the list because they break a build. +# If you need them working on FreeeBSD, code, patches are welcome :-) .include +.if defined(WITH_DOC) +CONFIGURE_ARGS+= --enable-doxygen-pdf +WITH_DOXYGEN= yes +.else +CONFIGURE_ARGS+= --disable-doxygen-pdf --disable-doxygen-html +.endif + +.if defined(WITH_JIMTCL) +CONFIGURE_ARGS+= --enable-internal-jimtcl +.else +CONFIGURE_ARGS+= --disable-internal-jimtcl +.endif + .if defined(WITH_VERBOSE) CONFIGURE_ARGS+= --enable-verbose .else @@ -91,18 +98,18 @@ CONFIGURE_ARGS+= --disable-malloc-logging .endif -.if defined(WITH_DUMMY) -CONFIGURE_ARGS+= --enable-dummy -.else -CONFIGURE_ARGS+= --disable-dummy -.endif - .if defined(WITH_PARPORT) CONFIGURE_ARGS+= --enable-parport .else CONFIGURE_ARGS+= --disable-parport .endif +.if defined(WITH_DUMMY) +CONFIGURE_ARGS+= --enable-dummy +.else +CONFIGURE_ARGS+= --disable-dummy +.endif + .if defined(WITH_FT2232) CONFIGURE_ARGS+= --enable-ft2232_libftdi WITH_LIBFTDI= yes @@ -110,6 +117,18 @@ CONFIGURE_ARGS+= --disable-ft2232_libftdi .endif +.if defined(WITH_FTDI) +CONFIGURE_ARGS+= --enable-ftdi +.else +CONFIGURE_ARGS+= --disable-ftdi +.endif + +.if defined(WITH_USBBLASTER) +CONFIGURE_ARGS+= --enable-usb_blaster_libftdi +.else +CONFIGURE_ARGS+= --disable-usb_blaster_libftdi +.endif + .if defined(WITH_AMTJTAGACCEL) CONFIGURE_ARGS+= --enable-amtjtagaccel .else @@ -134,14 +153,6 @@ CONFIGURE_ARGS+= --disable-ioutil .endif -.if defined(WITH_HTTPD) -CONFIGURE_ARGS+= --enable-httpd -BUILD_DEPENDS+= libmicrohttpd:${PORTSDIR}/www/libmicrohttpd -LIB_DEPENDS+= microhttpd:${PORTSDIR}/www/libmicrohttpd -.else -CONFIGURE_ARGS+= --disable-httpd -.endif - .if defined(WITH_EP93XX) CONFIGURE_ARGS+= --enable-ep93xx .else @@ -201,6 +212,12 @@ CONFIGURE_ARGS+= --disable-rlink .endif +.if defined (WITH_ULINK) +CONFIGURE_ARGS+= --enable-ulink +.else +CONFIGURE_ARGS+= --disable-ulink +.endif + .if defined(WITH_ARMJTAGEW) CONFIGURE_ARGS+= --enable-arm-jtag-ew WITH_LIBUSB= yes @@ -208,6 +225,36 @@ CONFIGURE_ARGS+= --disable-arm-jtag-ew .endif +.if defined(WITH_BUSPIRATE) +CONFIGURE_ARGS+= --enable-buspirate +.else +CONFIGURE_ARGS+= --disable-buspirate +.endif + +.if defined(WITH_STLINK) +CONFIGURE_ARGS+= --enable-stlink +.else +CONFIGURE_ARGS+= --disable-stlink +.endif + +.if defined(WITH_OSBDM) +CONFIGURE_ARGS+= --enable-osbdm +.else +CONFIGURE_ARGS+= --disable-osbdm +.endif + +.if defined(WITH_OPENDOUS) +CONFIGURE_ARGS+= --enable-opendous +.else +CONFIGURE_ARGS+= --disable-opendous +.endif + +.if defined(WITH_RMTBITBANG) +CONFIGURE_ARGS+= --enable-remote-bitbang +.else +CONFIGURE_ARGS+= --disable-remote-bitbang +.endif + .if defined(WITH_MINIDRIVER) CONFIGURE_ARGS+= --enable-minidriver-dummy .else @@ -224,6 +271,10 @@ LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi .endif +.if defined(WITH_DOXYGEN) +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +.endif + post-install: @${CAT} ${PKGMESSAGE} diff -Naur openocd/distinfo openocd-0.6.0-port/distinfo --- openocd/distinfo 2011-12-05 18:11:24.000000000 +0100 +++ openocd-0.6.0-port/distinfo 2012-09-08 22:13:58.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (openocd-0.5.0.tar.gz) = efb99e0394249cbd518b51b052eea150d5f14557e9a2e0ddfae198792dca51c6 -SIZE (openocd-0.5.0.tar.gz) = 2813319 +SHA256 (openocd-0.6.0.tar.bz2) = d693df8a1eac18f34d25ee6057971e68a74cd1591722528a1563094231d961ff +SIZE (openocd-0.6.0.tar.bz2) = 3437702 diff -Naur openocd/files/patch-src-jtag-drivers-mpsse.c openocd-0.6.0-port/files/patch-src-jtag-drivers-mpsse.c --- openocd/files/patch-src-jtag-drivers-mpsse.c 1970-01-01 01:00:00.000000000 +0100 +++ openocd-0.6.0-port/files/patch-src-jtag-drivers-mpsse.c 2012-09-08 22:23:37.000000000 +0200 @@ -0,0 +1,11 @@ +--- src/jtag/drivers/mpsse.c.orig 2012-09-08 22:22:04.000000000 +0200 ++++ src/jtag/drivers/mpsse.c 2012-09-08 22:22:14.000000000 +0200 +@@ -24,7 +24,7 @@ + + #include "mpsse.h" + #include "helper/log.h" +-#include ++#include + + /* Compatibility define for older libusb-1.0 */ + #ifndef LIBUSB_CALL diff -Naur openocd/pkg-descr openocd-0.6.0-port/pkg-descr --- openocd/pkg-descr 2011-12-05 18:11:24.000000000 +0100 +++ openocd-0.6.0-port/pkg-descr 2012-09-08 20:27:22.000000000 +0200 @@ -1,15 +1,10 @@ The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system -programming and boundary-scan testing for embedded target devices. OpenOCD uses -a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1) +programming and boundary-scan testing for embedded target devices. OpenOCD +uses a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1) compliant taps on your target board. OpenOCD currently supports many types of hardware dongles: USB based, parallel port based, and other standalone boxes -that run OpenOCD internally. It allows ARM7 (ARM7TDMI and ARM720t), -ARM9 (ARM920T, ARM922T, ARM926EJ-S, ARM966E-S), XScale (PXA25x, IXP42x) and -Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be debugged -via the GDB protocol. Flash writing is supported for external CFI compatible -NOR flashes (Intel and AMD/Spansion command set) and several internal flashes -(LPC2000, AT91SAM7, STR7x, STR9x, LM3, and STM32x). Preliminary support for -various NAND flash controllers (LPC3180, Orion, S3C24xx, more) controller is -included. +that run OpenOCD internally. It allows MIPS, ARM7, ARM9, XScale and Cortex +based cores to be debugged via the GDB protocol. Flash writing is supported +for external CFI compatible NOR flashes, NAND and several internal flashes. WWW: http://openocd.sf.net/ diff -Naur openocd/pkg-message openocd-0.6.0-port/pkg-message --- openocd/pkg-message 2011-12-05 18:11:24.000000000 +0100 +++ openocd-0.6.0-port/pkg-message 2012-09-08 20:32:19.000000000 +0200 @@ -12,13 +12,13 @@ add him/her to the operator group (pw groupmod operator -m username), then setup the devfs subsystem by adding these lines to the following files: - ***/etc/devfs.rules (FreeBSD 8.x): + ***/etc/devfs.rules (FreeBSD >= 8): [localrules=10] add path 'ugen*' mode 0660 group operator add path 'usb/*' mode 0660 group operator add path 'usb' mode 0770 group operator - ***/etc/devfs.rules (FreeBSD 7.x): + ***/etc/devfs.rules (FreeBSD <= 7): [localrules=10] add path 'ugen*' mode 0660 group operator diff -Naur openocd/pkg-plist openocd-0.6.0-port/pkg-plist --- openocd/pkg-plist 2011-12-05 18:11:24.000000000 +0100 +++ openocd-0.6.0-port/pkg-plist 2012-09-08 23:17:44.000000000 +0200 @@ -1,7 +1,7 @@ bin/openocd lib/libopenocd.a lib/libopenocd.la -lib/openocd/ecos/at91eb40a.elf +lib/openocd/OpenULINK/ulink_firmware.hex share/openocd/contrib/libdcc/README share/openocd/contrib/libdcc/dcc_stdio.c share/openocd/contrib/libdcc/dcc_stdio.h @@ -21,8 +21,11 @@ share/openocd/scripts/board/atmel_at91sam7s-ek.cfg share/openocd/scripts/board/atmel_at91sam9260-ek.cfg share/openocd/scripts/board/atmel_at91sam9rl-ek.cfg +share/openocd/scripts/board/atmel_sam3n_ek.cfg share/openocd/scripts/board/atmel_sam3s_ek.cfg share/openocd/scripts/board/atmel_sam3u_ek.cfg +share/openocd/scripts/board/atmel_sam3x_ek.cfg +share/openocd/scripts/board/atmel_sam4s_ek.cfg share/openocd/scripts/board/balloon3-cpu.cfg share/openocd/scripts/board/colibri.cfg share/openocd/scripts/board/crossbow_tech_imote2.cfg @@ -30,6 +33,7 @@ share/openocd/scripts/board/csb732.cfg share/openocd/scripts/board/da850evm.cfg share/openocd/scripts/board/digi_connectcore_wi-9c.cfg +share/openocd/scripts/board/diolan_lpc4350-db1.cfg share/openocd/scripts/board/dm355evm.cfg share/openocd/scripts/board/dm365evm.cfg share/openocd/scripts/board/dm6446evm.cfg @@ -38,10 +42,13 @@ share/openocd/scripts/board/ek-lm3s1968.cfg share/openocd/scripts/board/ek-lm3s3748.cfg share/openocd/scripts/board/ek-lm3s6965.cfg +share/openocd/scripts/board/ek-lm3s811-revb.cfg share/openocd/scripts/board/ek-lm3s811.cfg share/openocd/scripts/board/ek-lm3s9b9x.cfg +share/openocd/scripts/board/ek-lm4f232.cfg share/openocd/scripts/board/embedded-artists_lpc2478-32.cfg share/openocd/scripts/board/ethernut3.cfg +share/openocd/scripts/board/glyn_tonga2.cfg share/openocd/scripts/board/hammer.cfg share/openocd/scripts/board/hilscher_nxdb500sys.cfg share/openocd/scripts/board/hilscher_nxeb500hmi.cfg @@ -49,17 +56,23 @@ share/openocd/scripts/board/hilscher_nxhx50.cfg share/openocd/scripts/board/hilscher_nxhx500.cfg share/openocd/scripts/board/hilscher_nxsb100.cfg +share/openocd/scripts/board/hitex_lpc1768stick.cfg share/openocd/scripts/board/hitex_lpc2929.cfg share/openocd/scripts/board/hitex_stm32-performancestick.cfg share/openocd/scripts/board/hitex_str9-comstick.cfg share/openocd/scripts/board/iar_lpc1768.cfg share/openocd/scripts/board/iar_str912_sk.cfg +share/openocd/scripts/board/icnova_imx53_sodimm.cfg +share/openocd/scripts/board/icnova_sam9g45_sodimm.cfg share/openocd/scripts/board/imx27ads.cfg share/openocd/scripts/board/imx27lnst.cfg +share/openocd/scripts/board/imx28evk.cfg share/openocd/scripts/board/imx31pdk.cfg share/openocd/scripts/board/imx35pdk.cfg +share/openocd/scripts/board/imx53loco.cfg share/openocd/scripts/board/keil_mcb1700.cfg share/openocd/scripts/board/keil_mcb2140.cfg +share/openocd/scripts/board/kwikstik.cfg share/openocd/scripts/board/linksys_nslu2.cfg share/openocd/scripts/board/lisa-l.cfg share/openocd/scripts/board/logicpd_imx27.cfg @@ -74,37 +87,60 @@ share/openocd/scripts/board/olimex_sam9_l9260.cfg share/openocd/scripts/board/olimex_stm32_h103.cfg share/openocd/scripts/board/olimex_stm32_h107.cfg +share/openocd/scripts/board/olimex_stm32_p107.cfg share/openocd/scripts/board/omap2420_h4.cfg share/openocd/scripts/board/open-bldc.cfg share/openocd/scripts/board/openrd.cfg share/openocd/scripts/board/osk5912.cfg +share/openocd/scripts/board/phone_se_j100i.cfg share/openocd/scripts/board/phytec_lpc3250.cfg share/openocd/scripts/board/pic-p32mx.cfg share/openocd/scripts/board/propox_mmnet1001.cfg share/openocd/scripts/board/pxa255_sst.cfg -share/openocd/scripts/board/redbee-econotag.cfg -share/openocd/scripts/board/redbee-usb.cfg +share/openocd/scripts/board/redbee.cfg share/openocd/scripts/board/rsc-w910.cfg share/openocd/scripts/board/sheevaplug.cfg share/openocd/scripts/board/smdk6410.cfg +share/openocd/scripts/board/spear300evb.cfg +share/openocd/scripts/board/spear300evb_mod.cfg share/openocd/scripts/board/spear310evb20.cfg share/openocd/scripts/board/spear310evb20_mod.cfg +share/openocd/scripts/board/spear320cpu.cfg +share/openocd/scripts/board/spear320cpu_mod.cfg +share/openocd/scripts/board/steval_pcc010.cfg +share/openocd/scripts/board/stm320518_eval_stlink.cfg share/openocd/scripts/board/stm32100b_eval.cfg share/openocd/scripts/board/stm3210b_eval.cfg share/openocd/scripts/board/stm3210c_eval.cfg share/openocd/scripts/board/stm3210e_eval.cfg share/openocd/scripts/board/stm3220g_eval.cfg +share/openocd/scripts/board/stm3220g_eval_stlink.cfg +share/openocd/scripts/board/stm3241g_eval.cfg +share/openocd/scripts/board/stm3241g_eval_stlink.cfg +share/openocd/scripts/board/stm32f0discovery.cfg +share/openocd/scripts/board/stm32f4discovery.cfg +share/openocd/scripts/board/stm32ldiscovery.cfg +share/openocd/scripts/board/stm32vldiscovery.cfg share/openocd/scripts/board/str910-eval.cfg share/openocd/scripts/board/telo.cfg +share/openocd/scripts/board/ti_am335xevm.cfg share/openocd/scripts/board/ti_beagleboard.cfg share/openocd/scripts/board/ti_beagleboard_xm.cfg +share/openocd/scripts/board/ti_beaglebone.cfg share/openocd/scripts/board/ti_blaze.cfg share/openocd/scripts/board/ti_pandaboard.cfg +share/openocd/scripts/board/ti_pandaboard_es.cfg share/openocd/scripts/board/topas910.cfg share/openocd/scripts/board/topasa900.cfg +share/openocd/scripts/board/twr-k60f120m.cfg +share/openocd/scripts/board/twr-k60n512.cfg +share/openocd/scripts/board/tx25_stk5.cfg +share/openocd/scripts/board/tx27_stk5.cfg share/openocd/scripts/board/unknown_at91sam9260.cfg share/openocd/scripts/board/uptech_2410.cfg +share/openocd/scripts/board/verdex.cfg share/openocd/scripts/board/voipac.cfg +share/openocd/scripts/board/voltcraft_dso-3062c.cfg share/openocd/scripts/board/x300t.cfg share/openocd/scripts/board/zy1000.cfg share/openocd/scripts/chip/atmel/at91/aic.tcl @@ -127,12 +163,14 @@ share/openocd/scripts/chip/atmel/at91/sam9_smc.cfg share/openocd/scripts/chip/atmel/at91/usarts.tcl share/openocd/scripts/chip/st/spear/quirk_no_srst.tcl -share/openocd/scripts/chip/st/spear/spear310.tcl share/openocd/scripts/chip/st/spear/spear3xx.tcl share/openocd/scripts/chip/st/spear/spear3xx_ddr.tcl share/openocd/scripts/chip/st/stm32/stm32.tcl share/openocd/scripts/chip/st/stm32/stm32_rcc.tcl share/openocd/scripts/chip/st/stm32/stm32_regs.tcl +share/openocd/scripts/chip/ti/lm3s/lm3s.tcl +share/openocd/scripts/chip/ti/lm3s/lm3s_regs.tcl +share/openocd/scripts/cpld/lattice-lc4032ze.cfg share/openocd/scripts/cpld/xilinx-xcr3256.cfg share/openocd/scripts/cpu/arm/arm7tdmi.tcl share/openocd/scripts/cpu/arm/arm920.tcl @@ -141,20 +179,72 @@ share/openocd/scripts/cpu/arm/cortex_m3.tcl share/openocd/scripts/interface/altera-usb-blaster.cfg share/openocd/scripts/interface/arm-jtag-ew.cfg -share/openocd/scripts/interface/arm-usb-ocd.cfg share/openocd/scripts/interface/at91rm9200.cfg share/openocd/scripts/interface/axm0432.cfg +share/openocd/scripts/interface/busblaster.cfg share/openocd/scripts/interface/buspirate.cfg share/openocd/scripts/interface/calao-usb-a9260-c01.cfg share/openocd/scripts/interface/calao-usb-a9260-c02.cfg share/openocd/scripts/interface/calao-usb-a9260.cfg share/openocd/scripts/interface/chameleon.cfg share/openocd/scripts/interface/cortino.cfg +share/openocd/scripts/interface/digilent-hs1.cfg +share/openocd/scripts/interface/dlp-usb1232h.cfg share/openocd/scripts/interface/dummy.cfg +share/openocd/scripts/interface/estick.cfg share/openocd/scripts/interface/flashlink.cfg share/openocd/scripts/interface/flossjtag-noeeprom.cfg share/openocd/scripts/interface/flossjtag.cfg share/openocd/scripts/interface/flyswatter.cfg +share/openocd/scripts/interface/flyswatter2.cfg +share/openocd/scripts/interface/ftdi/axm0432.cfg +share/openocd/scripts/interface/ftdi/calao-usb-a9260-c01.cfg +share/openocd/scripts/interface/ftdi/calao-usb-a9260-c02.cfg +share/openocd/scripts/interface/ftdi/cortino.cfg +share/openocd/scripts/interface/ftdi/dlp-usb1232h.cfg +share/openocd/scripts/interface/ftdi/dp_busblaster.cfg +share/openocd/scripts/interface/ftdi/flossjtag-noeeprom.cfg +share/openocd/scripts/interface/ftdi/flossjtag.cfg +share/openocd/scripts/interface/ftdi/flyswatter.cfg +share/openocd/scripts/interface/ftdi/flyswatter2.cfg +share/openocd/scripts/interface/ftdi/hilscher_nxhx10_etm.cfg +share/openocd/scripts/interface/ftdi/hilscher_nxhx500_etm.cfg +share/openocd/scripts/interface/ftdi/hilscher_nxhx500_re.cfg +share/openocd/scripts/interface/ftdi/hilscher_nxhx50_etm.cfg +share/openocd/scripts/interface/ftdi/hilscher_nxhx50_re.cfg +share/openocd/scripts/interface/ftdi/hitex_lpc1768stick.cfg +share/openocd/scripts/interface/ftdi/hitex_str9-comstick.cfg +share/openocd/scripts/interface/ftdi/icebear.cfg +share/openocd/scripts/interface/ftdi/jtag-lock-pick_tiny_2.cfg +share/openocd/scripts/interface/ftdi/jtagkey.cfg +share/openocd/scripts/interface/ftdi/jtagkey2.cfg +share/openocd/scripts/interface/ftdi/jtagkey2p.cfg +share/openocd/scripts/interface/ftdi/kt-link.cfg +share/openocd/scripts/interface/ftdi/lisa-l.cfg +share/openocd/scripts/interface/ftdi/luminary-icdi.cfg +share/openocd/scripts/interface/ftdi/luminary-lm3s811.cfg +share/openocd/scripts/interface/ftdi/luminary.cfg +share/openocd/scripts/interface/ftdi/minimodule.cfg +share/openocd/scripts/interface/ftdi/neodb.cfg +share/openocd/scripts/interface/ftdi/ngxtech.cfg +share/openocd/scripts/interface/ftdi/olimex-arm-usb-ocd-h.cfg +share/openocd/scripts/interface/ftdi/olimex-arm-usb-ocd.cfg +share/openocd/scripts/interface/ftdi/olimex-arm-usb-tiny-h.cfg +share/openocd/scripts/interface/ftdi/olimex-jtag-tiny.cfg +share/openocd/scripts/interface/ftdi/oocdlink.cfg +share/openocd/scripts/interface/ftdi/openocd-usb-hs.cfg +share/openocd/scripts/interface/ftdi/openocd-usb.cfg +share/openocd/scripts/interface/ftdi/openrd.cfg +share/openocd/scripts/interface/ftdi/redbee-econotag.cfg +share/openocd/scripts/interface/ftdi/redbee-usb.cfg +share/openocd/scripts/interface/ftdi/sheevaplug.cfg +share/openocd/scripts/interface/ftdi/signalyzer-lite.cfg +share/openocd/scripts/interface/ftdi/signalyzer.cfg +share/openocd/scripts/interface/ftdi/stm32-stick.cfg +share/openocd/scripts/interface/ftdi/turtelizer2-revB.cfg +share/openocd/scripts/interface/ftdi/turtelizer2-revC.cfg +share/openocd/scripts/interface/ftdi/vpaclink.cfg +share/openocd/scripts/interface/ftdi/xds100v2.cfg share/openocd/scripts/interface/hilscher_nxhx10_etm.cfg share/openocd/scripts/interface/hilscher_nxhx500_etm.cfg share/openocd/scripts/interface/hilscher_nxhx500_re.cfg @@ -163,6 +253,7 @@ share/openocd/scripts/interface/hitex_str9-comstick.cfg share/openocd/scripts/interface/icebear.cfg share/openocd/scripts/interface/jlink.cfg +share/openocd/scripts/interface/jtag-lock-pick_tiny_2.cfg share/openocd/scripts/interface/jtagkey-tiny.cfg share/openocd/scripts/interface/jtagkey.cfg share/openocd/scripts/interface/jtagkey2.cfg @@ -180,16 +271,23 @@ share/openocd/scripts/interface/olimex-arm-usb-tiny-h.cfg share/openocd/scripts/interface/olimex-jtag-tiny.cfg share/openocd/scripts/interface/oocdlink.cfg +share/openocd/scripts/interface/opendous.cfg +share/openocd/scripts/interface/openocd-usb-hs.cfg share/openocd/scripts/interface/openocd-usb.cfg share/openocd/scripts/interface/openrd.cfg +share/openocd/scripts/interface/osbdm.cfg share/openocd/scripts/interface/parport.cfg share/openocd/scripts/interface/parport_dlc5.cfg +share/openocd/scripts/interface/redbee-econotag.cfg +share/openocd/scripts/interface/redbee-usb.cfg share/openocd/scripts/interface/rlink.cfg share/openocd/scripts/interface/sheevaplug.cfg share/openocd/scripts/interface/signalyzer-h2.cfg share/openocd/scripts/interface/signalyzer-h4.cfg share/openocd/scripts/interface/signalyzer-lite.cfg share/openocd/scripts/interface/signalyzer.cfg +share/openocd/scripts/interface/stlink-v1.cfg +share/openocd/scripts/interface/stlink-v2.cfg share/openocd/scripts/interface/stm32-stick.cfg share/openocd/scripts/interface/turtelizer2.cfg share/openocd/scripts/interface/ulink.cfg @@ -202,12 +300,17 @@ share/openocd/scripts/memory.tcl share/openocd/scripts/mmr_helpers.tcl share/openocd/scripts/target/aduc702x.cfg +share/openocd/scripts/target/am335x.cfg share/openocd/scripts/target/amdm37x.cfg share/openocd/scripts/target/ar71xx.cfg share/openocd/scripts/target/at32ap7000.cfg share/openocd/scripts/target/at91r40008.cfg share/openocd/scripts/target/at91rm9200.cfg share/openocd/scripts/target/at91sam3XXX.cfg +share/openocd/scripts/target/at91sam3ax_4x.cfg +share/openocd/scripts/target/at91sam3ax_8x.cfg +share/openocd/scripts/target/at91sam3ax_xx.cfg +share/openocd/scripts/target/at91sam3nXX.cfg share/openocd/scripts/target/at91sam3sXX.cfg share/openocd/scripts/target/at91sam3u1c.cfg share/openocd/scripts/target/at91sam3u1e.cfg @@ -215,10 +318,13 @@ share/openocd/scripts/target/at91sam3u2e.cfg share/openocd/scripts/target/at91sam3u4c.cfg share/openocd/scripts/target/at91sam3u4e.cfg -share/openocd/scripts/target/at91sam3uXX.cfg +share/openocd/scripts/target/at91sam3uxx.cfg +share/openocd/scripts/target/at91sam4XXX.cfg +share/openocd/scripts/target/at91sam4sXX.cfg share/openocd/scripts/target/at91sam7se512.cfg share/openocd/scripts/target/at91sam7sx.cfg share/openocd/scripts/target/at91sam7x256.cfg +share/openocd/scripts/target/at91sam7x512.cfg share/openocd/scripts/target/at91sam9.cfg share/openocd/scripts/target/at91sam9260.cfg share/openocd/scripts/target/at91sam9260_ext_RAM_ext_flash.cfg @@ -252,13 +358,29 @@ share/openocd/scripts/target/imx21.cfg share/openocd/scripts/target/imx25.cfg share/openocd/scripts/target/imx27.cfg +share/openocd/scripts/target/imx28.cfg share/openocd/scripts/target/imx31.cfg share/openocd/scripts/target/imx35.cfg share/openocd/scripts/target/imx51.cfg share/openocd/scripts/target/imx53.cfg share/openocd/scripts/target/is5114.cfg share/openocd/scripts/target/ixp42x.cfg +share/openocd/scripts/target/k40.cfg +share/openocd/scripts/target/k60.cfg +share/openocd/scripts/target/lpc1751.cfg +share/openocd/scripts/target/lpc1752.cfg +share/openocd/scripts/target/lpc1754.cfg +share/openocd/scripts/target/lpc1756.cfg +share/openocd/scripts/target/lpc1758.cfg +share/openocd/scripts/target/lpc1759.cfg +share/openocd/scripts/target/lpc1763.cfg +share/openocd/scripts/target/lpc1764.cfg +share/openocd/scripts/target/lpc1765.cfg +share/openocd/scripts/target/lpc1766.cfg +share/openocd/scripts/target/lpc1767.cfg share/openocd/scripts/target/lpc1768.cfg +share/openocd/scripts/target/lpc1769.cfg +share/openocd/scripts/target/lpc17xx.cfg share/openocd/scripts/target/lpc2103.cfg share/openocd/scripts/target/lpc2124.cfg share/openocd/scripts/target/lpc2129.cfg @@ -271,17 +393,20 @@ share/openocd/scripts/target/lpc2xxx.cfg share/openocd/scripts/target/lpc3131.cfg share/openocd/scripts/target/lpc3250.cfg +share/openocd/scripts/target/lpc4350.cfg share/openocd/scripts/target/mc13224v.cfg share/openocd/scripts/target/nuc910.cfg share/openocd/scripts/target/omap2420.cfg share/openocd/scripts/target/omap3530.cfg share/openocd/scripts/target/omap4430.cfg +share/openocd/scripts/target/omap4460.cfg share/openocd/scripts/target/omap5912.cfg share/openocd/scripts/target/omapl138.cfg share/openocd/scripts/target/pic32mx.cfg share/openocd/scripts/target/pxa255.cfg share/openocd/scripts/target/pxa270.cfg share/openocd/scripts/target/pxa3xx.cfg +share/openocd/scripts/target/readme.txt share/openocd/scripts/target/samsung_s3c2410.cfg share/openocd/scripts/target/samsung_s3c2440.cfg share/openocd/scripts/target/samsung_s3c2450.cfg @@ -291,10 +416,18 @@ share/openocd/scripts/target/smp8634.cfg share/openocd/scripts/target/spear3xx.cfg share/openocd/scripts/target/stellaris.cfg -share/openocd/scripts/target/stm32.cfg +share/openocd/scripts/target/stm32_stlink.cfg +share/openocd/scripts/target/stm32f0x_stlink.cfg share/openocd/scripts/target/stm32f1x.cfg +share/openocd/scripts/target/stm32f1x_stlink.cfg share/openocd/scripts/target/stm32f2x.cfg -share/openocd/scripts/target/stm32f2xxx.cfg +share/openocd/scripts/target/stm32f2x_stlink.cfg +share/openocd/scripts/target/stm32f3x.cfg +share/openocd/scripts/target/stm32f3x_stlink.cfg +share/openocd/scripts/target/stm32f4x.cfg +share/openocd/scripts/target/stm32f4x_stlink.cfg +share/openocd/scripts/target/stm32l.cfg +share/openocd/scripts/target/stm32lx_stlink.cfg share/openocd/scripts/target/stm32xl.cfg share/openocd/scripts/target/str710.cfg share/openocd/scripts/target/str730.cfg @@ -303,6 +436,7 @@ share/openocd/scripts/target/swj-dp.tcl share/openocd/scripts/target/test_reset_syntax_error.cfg share/openocd/scripts/target/test_syntax_error.cfg +share/openocd/scripts/target/ti_calypso.cfg share/openocd/scripts/target/ti_dm355.cfg share/openocd/scripts/target/ti_dm365.cfg share/openocd/scripts/target/ti_dm6446.cfg @@ -313,10 +447,13 @@ share/openocd/scripts/test/syntax1.cfg @dirrm share/openocd/scripts/test @dirrm share/openocd/scripts/target +@dirrm share/openocd/scripts/interface/ftdi @dirrm share/openocd/scripts/interface @dirrm share/openocd/scripts/cpu/arm @dirrm share/openocd/scripts/cpu @dirrm share/openocd/scripts/cpld +@dirrm share/openocd/scripts/chip/ti/lm3s +@dirrm share/openocd/scripts/chip/ti @dirrm share/openocd/scripts/chip/st/stm32 @dirrm share/openocd/scripts/chip/st/spear @dirrm share/openocd/scripts/chip/st @@ -328,5 +465,5 @@ @dirrm share/openocd/contrib/libdcc @dirrm share/openocd/contrib @dirrm share/openocd -@dirrm lib/openocd/ecos +@dirrm lib/openocd/OpenULINK @dirrm lib/openocd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 22:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 159FE1065672 for ; Sat, 8 Sep 2012 22:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C330A8FC14 for ; Sat, 8 Sep 2012 22:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MK2ji095984 for ; Sat, 8 Sep 2012 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88MK2I9095973; Sat, 8 Sep 2012 22:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 22:20:02 GMT Resent-Message-Id: <201209082220.q88MK2I9095973@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FCFD1065678 for ; Sat, 8 Sep 2012 22:16:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2278FC18 for ; Sat, 8 Sep 2012 22:16:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MGE2X086369 for ; Sat, 8 Sep 2012 22:16:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88MGEOr086364; Sat, 8 Sep 2012 22:16:14 GMT (envelope-from nobody) Message-Id: <201209082216.q88MGEOr086364@red.freebsd.org> Date: Sat, 8 Sep 2012 22:16:14 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171478: [PATCH] multimedia/avidemux2: Fix default options selection X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 22:20:03 -0000 >Number: 171478 >Category: ports >Synopsis: [PATCH] multimedia/avidemux2: Fix default options selection >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 Sep 08 22:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: FreeBSD 10.0-CURRENT amd64 >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r240144M: Wed Sep 5 21:01:29 CEST 2012 root@magellan.dumbbell.fr:/usr/obj/home/dumbbell/Projects/freebsd/SVN/head/sys/MAGELLAN amd64 >Description: The following snippet in multimedia/avidemux2/Makefile.common seems incorrect: OPTIONS_DEFAULT= GTK2 FREETYPE FONTCONFIG OSS XVIDEO VPX XVID SDL FAAD VORBIS .if !defined(PACKAGE_BUILDING) OPTIONS_DEFAULT= LAME FAAC AMR .endif The second "OPTIONS_DEFAULT=" overwrites the first one. I attached a patch that simply transforms it to a "OPTIONS_DEFAULT+=". >How-To-Repeat: >Fix: Patch attached with submission follows: Index: multimedia/avidemux2/Makefile.common =================================================================== --- multimedia/avidemux2/Makefile.common (revision 303913) +++ multimedia/avidemux2/Makefile.common (working copy) @@ -41,7 +41,7 @@ OPTIONS_DEFAULT= GTK2 FREETYPE FONTCONFIG OSS XVIDEO VPX XVID SDL FAAD VORBIS .if !defined(PACKAGE_BUILDING) -OPTIONS_DEFAULT= LAME FAAC AMR +OPTIONS_DEFAULT+= LAME FAAC AMR .endif .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 22:20:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A915106566C; Sat, 8 Sep 2012 22:20:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2F098FC0A; Sat, 8 Sep 2012 22:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MKGd3098975; Sat, 8 Sep 2012 22:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88MKG5c098959; Sat, 8 Sep 2012 22:20:16 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 22:20:16 GMT Message-Id: <201209082220.q88MKG5c098959@freefall.freebsd.org> To: cederom@tlen.pl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171477: devel/openocd port update 0.5.0 -> 0.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 22:20:17 -0000 Synopsis: devel/openocd port update 0.5.0 -> 0.6.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 8 22:20:16 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171477 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 22:20:56 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E90C110656EC; Sat, 8 Sep 2012 22:20:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA9798FC0C; Sat, 8 Sep 2012 22:20:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MKtPQ009346; Sat, 8 Sep 2012 22:20:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88MKtnh009328; Sat, 8 Sep 2012 22:20:55 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 22:20:55 GMT Message-Id: <201209082220.q88MKtnh009328@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171478: [PATCH] multimedia/avidemux2: Fix default options selection X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 22:20:56 -0000 Synopsis: [PATCH] multimedia/avidemux2: Fix default options selection Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 22:20:54 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171478 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 22:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BCD6106564A for ; Sat, 8 Sep 2012 22:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41BF58FC15 for ; Sat, 8 Sep 2012 22:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MU8DX001464 for ; Sat, 8 Sep 2012 22:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88MU8at001447; Sat, 8 Sep 2012 22:30:08 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 22:30:08 GMT Message-Id: <201209082230.q88MU8at001447@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/171477: devel/openocd port update 0.5.0 -> 0.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2012 22:30:08 -0000 The following reply was made to PR ports/171477; it has been noted by GNATS. From: Edwin Groothuis To: tomek.cedro@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/171477: devel/openocd port update 0.5.0 -> 0.6.0 Date: Sat, 8 Sep 2012 22:20:11 UT Maintainer of devel/openocd, Please note that PR ports/171477 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/171477 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 22:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DE0F1065670 for ; Sat, 8 Sep 2012 22:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 888178FC16 for ; Sat, 8 Sep 2012 22:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88MUDbv002421 for ; Sat, 8 Sep 2012 22:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88MUD1f002402; Sat, 8 Sep 2012 22:30:13 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 22:30:13 GMT Message-Id: <201209082230.q88MUD1f002402@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tomek CEDRO Cc: Subject: Re: ports/171477: devel/openocd port update 0.5.0 -> 0.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tomek CEDRO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 22:30:13 -0000 The following reply was made to PR ports/171477; it has been noted by GNATS. From: Tomek CEDRO To: bug-followup@freebsd.org Cc: Subject: Re: ports/171477: devel/openocd port update 0.5.0 -> 0.6.0 Date: Sun, 9 Sep 2012 00:22:02 +0200 Yes this is my work :-) I have updated my email to cederom@tlen.pl :-) Best regards :-) Tomek On Sun, Sep 9, 2012 at 12:20 AM, Edwin Groothuis wrote: > Maintainer of devel/openocd, > > Please note that PR ports/171477 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/171477 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 23:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E34C1065670 for ; Sat, 8 Sep 2012 23:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C086C8FC0C for ; Sat, 8 Sep 2012 23:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88NK282097758 for ; Sat, 8 Sep 2012 23:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88NK2nH097745; Sat, 8 Sep 2012 23:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 23:20:02 GMT Resent-Message-Id: <201209082320.q88NK2nH097745@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F073106566B for ; Sat, 8 Sep 2012 23:12:35 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EDD558FC18 for ; Sat, 8 Sep 2012 23:12:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88NCYiv050474 for ; Sat, 8 Sep 2012 23:12:34 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88NCYKV050456; Sat, 8 Sep 2012 23:12:34 GMT (envelope-from ohauer) Message-Id: <201209082312.q88NCYKV050456@freefall.freebsd.org> Date: Sat, 8 Sep 2012 23:12:34 GMT From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171479: [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 23:20:03 -0000 >Number: 171479 >Category: ports >Synopsis: [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/ >Confidential: no >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 Sep 08 23:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: apache is only used during runtime, so change s/USE_APACHE/USE_APACHE_RUN/ >How-To-Repeat: >Fix: --- dansguardian.diff begins here --- Index: dansguardian/Makefile =================================================================== --- dansguardian/Makefile (revision 303930) +++ dansguardian/Makefile (working copy) @@ -53,7 +53,7 @@ .include .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} Index: dansguardian-devel/Makefile =================================================================== --- dansguardian-devel/Makefile (revision 303930) +++ dansguardian-devel/Makefile (working copy) @@ -53,7 +53,7 @@ .include .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} --- dansguardian.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 23:20:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7158D10656E8; Sat, 8 Sep 2012 23:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F44A8FC16; Sat, 8 Sep 2012 23:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88NKGfk000114; Sat, 8 Sep 2012 23:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88NKG2w099997; Sat, 8 Sep 2012 23:20:16 GMT (envelope-from edwin) Date: Sat, 8 Sep 2012 23:20:16 GMT Message-Id: <201209082320.q88NKG2w099997@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171479: [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 23:20:16 -0000 Synopsis: [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/ Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 8 23:20:15 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171479 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 23:30:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB9DE106566B for ; Sat, 8 Sep 2012 23:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95CA58FC08 for ; Sat, 8 Sep 2012 23:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88NUE2Z074668 for ; Sat, 8 Sep 2012 23:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88NUEjc074650; Sat, 8 Sep 2012 23:30:14 GMT (envelope-from gnats) Date: Sat, 8 Sep 2012 23:30:14 GMT Message-Id: <201209082330.q88NUEjc074650@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Jason E. Hale" Cc: Subject: Re: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 23:30:15 -0000 The following reply was made to PR ports/171395; it has been noted by GNATS. From: "Jason E. Hale" To: =?ISO-8859-1?Q?Micka=EBl?= Maillot Cc: bug-followup@freebsd.org Subject: Re: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8 Date: Sat, 08 Sep 2012 19:23:58 -0400 On Saturday, September 08, 2012 23:15:46 Micka=EBl Maillot wrote: > there is a conflict with uint typedef in > /usr/local/include/taglib/taglib.h:81 >=20 > xbmc members try to use new taglib 1.8 features and i can't compile > because of the conflict. > i get this error: > error: reference to 'uint' is ambiguous > /usr/include/sys/types.h:56: error: candidates are: typedef unsigned = int > uint /usr/local/include/taglib/taglib.h:81: error: ty= pedef > unsigned int TagLib::uint >=20 > if i comment the ligne 81, i get this errors like this: > /usr/local/include/taglib/tlist.tcc:195: error: expected constructor,= > destructor, or type conversion before 'List' >=20 > so this update make the lib unusable. I'm not really seeing the issue here. Taglib 1.8-beta had a problem li= ke this=20 because some of the new features didn't reference uint in the Taglib=20= namespace, but that should be corrected in 1.8. I also don't see anywh= ere in=20 the xbmc source where taglib is referenced. I've built a number of por= ts that=20 depend on taglib without issue, so I need some more context on this. F= reeBSD=20 version/arch? Compiler? Steps to reproduce the error? - Jason From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 8 23:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDC9F106564A for ; Sat, 8 Sep 2012 23:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C539B8FC12 for ; Sat, 8 Sep 2012 23:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q88Ne7R4027916 for ; Sat, 8 Sep 2012 23:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q88Ne7Ch027902; Sat, 8 Sep 2012 23:40:07 GMT (envelope-from gnats) Resent-Date: Sat, 8 Sep 2012 23:40:07 GMT Resent-Message-Id: <201209082340.q88Ne7Ch027902@freefall.freebsd.org> 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 Harmening Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A19BE1065673 for ; Sat, 8 Sep 2012 23:32:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8CE5E8FC12 for ; Sat, 8 Sep 2012 23:32:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q88NWMf0010756 for ; Sat, 8 Sep 2012 23:32:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q88NWMg7010755; Sat, 8 Sep 2012 23:32:22 GMT (envelope-from nobody) Message-Id: <201209082332.q88NWMg7010755@red.freebsd.org> Date: Sat, 8 Sep 2012 23:32:22 GMT From: Jason Harmening To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171480: Update port multimedia/cx88 to 1.4.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 23:40:08 -0000 >Number: 171480 >Category: ports >Synopsis: Update port multimedia/cx88 to 1.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 23:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Harmening >Release: 9.1-PRERELEASE >Organization: >Environment: FreeBSD corona.austin.rr.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239715M: Sun Aug 26 12:41:03 CDT 2012 root@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: --enable MSIs by default for PCIe devices --add dynamic port and timer configuration to capture app --add cx88d rc script to automatically create DVB interfaces >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN cx88.orig/Makefile cx88/Makefile --- cx88.orig/Makefile 2012-06-17 18:38:12.000000000 -0500 +++ cx88/Makefile 2012-09-08 18:31:15.000000000 -0500 @@ -2,11 +2,11 @@ # Date created: 7 September 2008 # Whom: jah # -# $FreeBSD: ports/multimedia/cx88/Makefile,v 1.20 2012/06/17 23:38:12 sylvio Exp $ +# $FreeBSD$ # PORTNAME= cx88 -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -24,40 +24,42 @@ MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL +OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL -DEBUG_DESC= Build with debugging and verbose output enabled -LINUX_COMPAT_DESC= Support for Linux DVB and radio devices (requires FreeBSD 8.1+) -HAL_DESC= Register Linux DVB devices with HAL +DEBUG_DESC= Build with debugging and verbose output enabled +LINUX_COMPAT_DESC= Support for Linux DVB and radio devices (requires FreeBSD 8.1+) +HAL_DESC= Register Linux DVB devices with HAL -OPTIONS_DEFAULT= LINUX_COMPAT +OPTIONS_DEFAULT= LINUX_COMPAT .include .include .if ${PORT_OPTIONS:MDEBUG} -MAKE_ARGS+= DIAGNOSTIC=0x7f +MAKE_ARGS+= DIAGNOSTIC=0x7f .endif .if (${OSVERSION} >= 801000) .if ${PORT_OPTIONS:MLINUX_COMPAT} -LIB_DEPENDS+= cuse4bsd.1:${PORTSDIR}/multimedia/cuse4bsd-kmod -BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat \ - cuse4bsd-kmod>=0.1.12:${PORTSDIR}/multimedia/cuse4bsd-kmod -MAKE_ARGS+= -D WITH_LINUX_COMPAT +LIB_DEPENDS+= cuse4bsd.1:${PORTSDIR}/multimedia/cuse4bsd-kmod +BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat \ + cuse4bsd-kmod>=0.1.12:${PORTSDIR}/multimedia/cuse4bsd-kmod +MAKE_ARGS+= -D WITH_LINUX_COMPAT .if ${PORT_OPTIONS:MHAL} -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal \ - dbus-1:${PORTSDIR}/devel/dbus -BUILD_DEPENDS+= hal>=0.5.14:${PORTSDIR}/sysutils/hal \ - dbus>=1.4.0:${PORTSDIR}/devel/dbus -MAKE_ARGS+= -D WITH_HAL +LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal \ + dbus-1:${PORTSDIR}/devel/dbus +BUILD_DEPENDS+= hal>=0.5.14:${PORTSDIR}/sysutils/hal \ + dbus>=1.4.0:${PORTSDIR}/devel/dbus +MAKE_ARGS+= -D WITH_HAL .endif .endif .endif +MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" + .if (${OSVERSION} < 704000) || ((${OSVERSION} >= 800000) && (${OSVERSION} < 801000)) -IGNORE= requires kernel support for kmem_alloc_attr() (FreeBSD 7.4+, FreeBSD 8.1+) +IGNORE= requires kernel support for kmem_alloc_attr() (FreeBSD 7.4+, FreeBSD 8.1+) .endif .if !exists(${SRC_BASE}/sys/Makefile) diff -ruN cx88.orig/distinfo cx88/distinfo --- cx88.orig/distinfo 2012-06-17 18:38:12.000000000 -0500 +++ cx88/distinfo 2012-09-08 18:31:15.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.3.tar.gz) = 5955ea85157faa049ac1977c11815f967b6006ebe7e9b4602b71452087834411 -SIZE (cx88-1.4.3.tar.gz) = 186964 +SHA256 (cx88-1.4.4.tar.gz) = 57a04ab9639ed8b09d00859c69ca0eafe1ab62f668fc93b236f1d28533aed995 +SIZE (cx88-1.4.4.tar.gz) = 189060 diff -ruN cx88.orig/pkg-plist cx88/pkg-plist --- cx88.orig/pkg-plist 2010-11-21 08:24:16.000000000 -0600 +++ cx88/pkg-plist 2012-09-08 18:31:15.000000000 -0500 @@ -8,6 +8,7 @@ %%EXAMPLESDIR%%/cx88_audio_client.cpp %%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp %%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp +etc/rc.d/cx88d include/iicdev/iicdev_ioctl.h include/cx88/cx88_common_ioctl.h include/cx88/cx88_mpeg_ioctl.h >Release-Note: >Audit-Trail: >Unformatted: