From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 00:30:12 2011 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 138741065670 for ; Sun, 29 May 2011 00:30: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 E10268FC13 for ; Sun, 29 May 2011 00:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4T0UBZ3077950 for ; Sun, 29 May 2011 00:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4T0UBZq077946; Sun, 29 May 2011 00:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 00:30:11 GMT Resent-Message-Id: <201105290030.p4T0UBZq077946@freefall.freebsd.org> 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 9259C106566C for ; Sun, 29 May 2011 00:20:08 +0000 (UTC) (envelope-from tota@rtfm.jp) Received: from rtfm.jp (rtfm.jp [49.212.40.125]) by mx1.freebsd.org (Postfix) with ESMTP id 3248A8FC0C for ; Sun, 29 May 2011 00:20:07 +0000 (UTC) Received: from rtfm.jp (localhost [127.0.0.1]) by rtfm.jp (8.14.4/8.14.4) with ESMTP id p4T0K4u2068438; Sun, 29 May 2011 09:20:04 +0900 (JST) (envelope-from tota@rtfm.jp) Received: (from tota@localhost) by rtfm.jp (8.14.4/8.14.4/Submit) id p4T0K49E068437; Sun, 29 May 2011 09:20:04 +0900 (JST) (envelope-from tota) Message-Id: <201105290020.p4T0K49E068437@rtfm.jp> Date: Sun, 29 May 2011 09:20:04 +0900 (JST) From: TAKATSU Tomonari To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wenheping@gmail.com Subject: ports/157388: [PATCH] security/ruby18-hmac: update to 0.4.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: Sun, 29 May 2011 00:30:12 -0000 >Number: 157388 >Category: ports >Synopsis: [PATCH] security/ruby18-hmac: update to 0.4.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: Sun May 29 00:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 8.2-RELEASE amd64 >Organization: none (private) >Environment: System: FreeBSD photon.local.lan 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Update to 0.4.0 Port maintainer (wenheping@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ruby18-hmac-0.4.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/ruby-hmac/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 6 Dec 2008 15:07:10 -0000 1.5 +++ Makefile 28 May 2011 22:10:34 -0000 @@ -6,9 +6,9 @@ # PORTNAME= hmac -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= security ruby -MASTER_SITES= RF/ruby-hmac +MASTER_SITES= RG PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} @@ -17,14 +17,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes GEM_NAME= ${DISTNAME} -post-install: - @${ECHO} ${GEM_CACHE} > ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} - @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} - .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/ruby-hmac/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 6 Dec 2008 15:07:10 -0000 1.4 +++ distinfo 28 May 2011 22:09:20 -0000 @@ -1,3 +1,2 @@ -MD5 (rubygem/ruby-hmac-0.3.2.gem) = 783599ce1320380f08acd6440c1e8669 -SHA256 (rubygem/ruby-hmac-0.3.2.gem) = 6cc3b6becf7a4f54a705dc7deaeea3c9408915b5e68f9c31d68f6593b54d653b -SIZE (rubygem/ruby-hmac-0.3.2.gem) = 7168 +SHA256 (rubygem/ruby-hmac-0.4.0.gem) = a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07 +SIZE (rubygem/ruby-hmac-0.4.0.gem) = 7168 --- ruby18-hmac-0.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 00:30:54 2011 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 A3754106566B; Sun, 29 May 2011 00:30: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 7C6E18FC08; Sun, 29 May 2011 00:30:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4T0UsbC082551; Sun, 29 May 2011 00:30:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4T0UsFt082542; Sun, 29 May 2011 00:30:54 GMT (envelope-from edwin) Date: Sun, 29 May 2011 00:30:54 GMT Message-Id: <201105290030.p4T0UsFt082542@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157388: [PATCH] security/ruby18-hmac: update to 0.4.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: Sun, 29 May 2011 00:30:54 -0000 Synopsis: [PATCH] security/ruby18-hmac: update to 0.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 29 00:30:53 UTC 2011 Responsible-Changed-Why: wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157388 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 05:44:05 2011 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 21623106564A; Sun, 29 May 2011 05:44:05 +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 EC7158FC08; Sun, 29 May 2011 05:44:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4T5i4wf074119; Sun, 29 May 2011 05:44:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4T5i4cg074115; Sun, 29 May 2011 05:44:04 GMT (envelope-from linimon) Date: Sun, 29 May 2011 05:44:04 GMT Message-Id: <201105290544.p4T5i4cg074115@freefall.freebsd.org> To: adimcev@carbonwind.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/156987: www/apache22: Harden SSL cipher suites strength and SSL protocol support of /usr/local/etc/apache/extra/httpd-ssl.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 05:44:05 -0000 Old Synopsis: Harden SSL cipher suites strength and SSL protocol support of /usr/local/etc/apache/extra/httpd-ssl.conf New Synopsis: www/apache22: Harden SSL cipher suites strength and SSL protocol support of /usr/local/etc/apache/extra/httpd-ssl.conf State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun May 29 05:43:30 UTC 2011 State-Changed-Why: reclassify. Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 05:43:30 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=156987 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 06:00:03 2011 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 477A6106564A; Sun, 29 May 2011 06:00:03 +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 118468FC0A; Sun, 29 May 2011 06:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4T602uc083004; Sun, 29 May 2011 06:00:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4T602p2083000; Sun, 29 May 2011 06:00:02 GMT (envelope-from linimon) Date: Sun, 29 May 2011 06:00:02 GMT Message-Id: <201105290600.p4T602p2083000@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157001: [PATCH] net/bird: add multiple fibs 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: Sun, 29 May 2011 06:00:03 -0000 Synopsis: [PATCH] net/bird: add multiple fibs support Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 05:59:51 UTC 2011 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=157001 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 06:02:39 2011 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 9BF9C106566B; Sun, 29 May 2011 06:02:39 +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 73FBB8FC0C; Sun, 29 May 2011 06:02:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4T62dhM091351; Sun, 29 May 2011 06:02:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4T62dGL091347; Sun, 29 May 2011 06:02:39 GMT (envelope-from linimon) Date: Sun, 29 May 2011 06:02:39 GMT Message-Id: <201105290602.p4T62dGL091347@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jkim@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/155417: [patch] www/nspluginwrapper: NSPlugin Viewer WARNING: unhandled variable 18 () in NPN_GetValue() X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 06:02:39 -0000 Synopsis: [patch] www/nspluginwrapper: NSPlugin Viewer WARNING: unhandled variable 18 () in NPN_GetValue() Responsible-Changed-From-To: freebsd-ports-bugs->jkim Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 06:02:12 UTC 2011 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=155417 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 06:04:49 2011 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 0B09D106564A; Sun, 29 May 2011 06:04:49 +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 D75718FC15; Sun, 29 May 2011 06:04:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4T64mFo091666; Sun, 29 May 2011 06:04:48 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4T64mnc091662; Sun, 29 May 2011 06:04:48 GMT (envelope-from linimon) Date: Sun, 29 May 2011 06:04:48 GMT Message-Id: <201105290604.p4T64mnc091662@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stas@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157369: [PATCH] x11-toolkits/ocaml-lablgtk2: add an option for gtksourceview2 support, clean-up X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 06:04:49 -0000 Old Synopsis: [PATCH] x11-toolkits/lablgtk2: add an option for gtksourceview2 support, clean-up New Synopsis: [PATCH] x11-toolkits/ocaml-lablgtk2: add an option for gtksourceview2 support, clean-up Responsible-Changed-From-To: freebsd-ports-bugs->stas Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 06:03:49 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=157369 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 07:05:37 2011 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 09DD8106566B; Sun, 29 May 2011 07:05:37 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D6E378FC12; Sun, 29 May 2011 07:05:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4T75a3W049927; Sun, 29 May 2011 07:05:36 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4T75ajM049923; Sun, 29 May 2011 07:05:36 GMT (envelope-from culot) Date: Sun, 29 May 2011 07:05:36 GMT Message-Id: <201105290705.p4T75ajM049923@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157387: [MAINTAINER] www/extjs: update to 4.0.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: Sun, 29 May 2011 07:05:37 -0000 Synopsis: [MAINTAINER] www/extjs: update to 4.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Sun May 29 07:05:36 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157387 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 10:30:14 2011 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 9A450106566C for ; Sun, 29 May 2011 10: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 7612C8FC13 for ; Sun, 29 May 2011 10:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TAUEsZ058293 for ; Sun, 29 May 2011 10:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TAUEVM058288; Sun, 29 May 2011 10:30:14 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 10:30:14 GMT Resent-Message-Id: <201105291030.p4TAUEVM058288@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mario Pavlov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33AFC106564A for ; Sun, 29 May 2011 10:28: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 09F5F8FC0C for ; Sun, 29 May 2011 10:28: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 p4TAScqZ031762 for ; Sun, 29 May 2011 10:28:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4TASccG031761; Sun, 29 May 2011 10:28:38 GMT (envelope-from nobody) Message-Id: <201105291028.p4TASccG031761@red.freebsd.org> Date: Sun, 29 May 2011 10:28:38 GMT From: Mario Pavlov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157391: [maintainer update] update to version 0.4 of ports-mgmt/portrac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 10:30:14 -0000 >Number: 157391 >Category: ports >Synopsis: [maintainer update] update to version 0.4 of ports-mgmt/portrac >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 May 29 10:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mario Pavlov >Release: 8.2-STABLE >Organization: e-soul.org >Environment: FreeBSD host 8.2-STABLE FreeBSD 8.2-STABLE #1: Sun Apr 17 12:58:02 EEST 2011 user@host:/usr/obj/usr/src/sys/RELENG_8 amd64 >Description: Minor usability improvements. >How-To-Repeat: n\a >Fix: n\a Patch attached with submission follows: diff -ruN 0.3/portrac/Makefile 0.4/portrac/Makefile --- 0.3/portrac/Makefile 2010-12-12 11:29:57.000000000 +0200 +++ 0.4/portrac/Makefile 2010-12-12 11:29:57.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= portrac -PORTVERSION= 0.3 +PORTVERSION= 0.4 PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://e-soul.org/distfiles/ \ @@ -15,6 +15,8 @@ MAINTAINER= mgp@e-soul.org COMMENT= A simple GUI tool for tracking port updates. +LICENSE= BSD + PLIST_FILES= bin/portrac \ share/portrac/portrac.png \ share/portrac/up-to-date.png \ @@ -27,7 +29,7 @@ USE_QT_VER= 4 QT_COMPONENTS= gui moc_build qmake_build -do-configure: +do-build: @cd ${WRKDIR}/${DISTNAME} && ${QMAKE} portrac.pro do-install: diff -ruN 0.3/portrac/distinfo 0.4/portrac/distinfo --- 0.3/portrac/distinfo 2010-12-12 11:29:57.000000000 +0200 +++ 0.4/portrac/distinfo 2011-05-29 12:56:47.000000000 +0300 @@ -1,3 +1,2 @@ -MD5 (portrac-0.3.tar.bz2) = f1c683e18dbeafb961efdd2ba37d5679 -SHA256 (portrac-0.3.tar.bz2) = b5d8dc30d446a72e7d182b66ade40f71ddb4dc226dccce40a98e6a79e7890ecd -SIZE (portrac-0.3.tar.bz2) = 6874 +SHA256 (portrac-0.4.tar.bz2) = 32febad78b8de271b05c718e694168c56b46390ce02df587018469e5dfa85b11 +SIZE (portrac-0.4.tar.bz2) = 7590 diff -ruN 0.3/portrac/pkg-descr 0.4/portrac/pkg-descr --- 0.3/portrac/pkg-descr 2010-12-12 11:29:57.000000000 +0200 +++ 0.4/portrac/pkg-descr 2010-12-12 11:29:57.000000000 +0200 @@ -10,4 +10,6 @@ portrac. The default check interval is 3 hours, it's recommended that you don't set it to less. -http://portrac.e-soul.org/ +LICENSE: BSD 2-clause + +WWW: http://portrac.e-soul.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 10:50:11 2011 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 29DCA1065673 for ; Sun, 29 May 2011 10: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 E17018FC1B for ; Sun, 29 May 2011 10:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TAoAd9077045 for ; Sun, 29 May 2011 10:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TAoASR077044; Sun, 29 May 2011 10:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 10:50:10 GMT Resent-Message-Id: <201105291050.p4TAoASR077044@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Grzegorz Blach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 935CF106566C for ; Sun, 29 May 2011 10:44:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8362D8FC0C for ; Sun, 29 May 2011 10:44:26 +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 p4TAiQZd049261 for ; Sun, 29 May 2011 10:44:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4TAiQgX049260; Sun, 29 May 2011 10:44:26 GMT (envelope-from nobody) Message-Id: <201105291044.p4TAiQgX049260@red.freebsd.org> Date: Sun, 29 May 2011 10:44:26 GMT From: Grzegorz Blach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157392: sysutils/cdrtools can't burn DVDs correctly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 10:50:11 -0000 >Number: 157392 >Category: ports >Synopsis: sysutils/cdrtools can't burn DVDs correctly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 29 10:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: 8.2 amd64 >Organization: >Environment: FreeBSD silver.nine 8.2-RELEASE FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011 magik@silver.nine:/usr/obj/usr/src/sys/SILVER amd64 >Description: When I try to burn DVD using sysutils/cdrtools or sysutils/cdrtools-devel. Writing process looks fine, but after this I can't read disk. Whatever this is a data or video disk. I'm using Plextor PS-880SA recorder on SATA wire. Note, that when I wrote DVD using sysutils/cdrkit or sysutils/dvd+rw-tools, I can read this disks. >How-To-Repeat: Simply write DVD with sysutils/cdrtools and try to read it. Best on my recorder. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 10:50:26 2011 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 8775F1065670; Sun, 29 May 2011 10: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 5F5198FC17; Sun, 29 May 2011 10:50:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TAoQeF078553; Sun, 29 May 2011 10:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TAoQFP078539; Sun, 29 May 2011 10:50:26 GMT (envelope-from edwin) Date: Sun, 29 May 2011 10:50:26 GMT Message-Id: <201105291050.p4TAoQFP078539@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marius@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157392: sysutils/cdrtools can't burn DVDs correctly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 10:50:26 -0000 Synopsis: sysutils/cdrtools can't burn DVDs correctly Responsible-Changed-From-To: freebsd-ports-bugs->marius Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 29 10:50:25 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157392 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 11:20:11 2011 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 A6A1B106566B for ; Sun, 29 May 2011 11: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 7C9868FC12 for ; Sun, 29 May 2011 11:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TBKBu5004061 for ; Sun, 29 May 2011 11:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TBKB2S004060; Sun, 29 May 2011 11:20:11 GMT (envelope-from gnats) Date: Sun, 29 May 2011 11:20:11 GMT Message-Id: <201105291120.p4TBKB2S004060@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mario Pavlov Cc: Subject: Re: ports/157391: [maintainer update] update to version 0.4 of ports-mgmt/portrac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mario Pavlov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 11:20:11 -0000 The following reply was made to PR ports/157391; it has been noted by GNATS. From: Mario Pavlov To: bug-followup@freebsd.org, mgp@e-soul.org Cc: Subject: Re: ports/157391: [maintainer update] update to version 0.4 of ports-mgmt/portrac Date: Sun, 29 May 2011 13:53:53 +0300 --Boundary-00=_CXi4NPQHvq0q5Z6 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Unfortunately I accidentally sent the wrong patch, I'm attaching the right one. Sorry about that. --Boundary-00=_CXi4NPQHvq0q5Z6 Content-Type: text/plain; charset="cp 1251"; name="portrac-0.4.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="portrac-0.4.patch.txt" diff -ruN 0.3/portrac/Makefile 0.4/portrac/Makefile --- 0.3/portrac/Makefile 2010-12-12 11:29:57.000000000 +0200 +++ 0.4/portrac/Makefile 2011-05-29 13:37:06.000000000 +0300 @@ -6,8 +6,7 @@ # PORTNAME= portrac -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= ports-mgmt MASTER_SITES= http://e-soul.org/distfiles/ \ http://home.e-soul.org/~mgp/distfiles/ @@ -15,6 +14,8 @@ MAINTAINER= mgp@e-soul.org COMMENT= A simple GUI tool for tracking port updates. +LICENSE= BSD + PLIST_FILES= bin/portrac \ share/portrac/portrac.png \ share/portrac/up-to-date.png \ diff -ruN 0.3/portrac/distinfo 0.4/portrac/distinfo --- 0.3/portrac/distinfo 2010-12-12 11:29:57.000000000 +0200 +++ 0.4/portrac/distinfo 2011-05-29 12:56:47.000000000 +0300 @@ -1,3 +1,2 @@ -MD5 (portrac-0.3.tar.bz2) = f1c683e18dbeafb961efdd2ba37d5679 -SHA256 (portrac-0.3.tar.bz2) = b5d8dc30d446a72e7d182b66ade40f71ddb4dc226dccce40a98e6a79e7890ecd -SIZE (portrac-0.3.tar.bz2) = 6874 +SHA256 (portrac-0.4.tar.bz2) = 32febad78b8de271b05c718e694168c56b46390ce02df587018469e5dfa85b11 +SIZE (portrac-0.4.tar.bz2) = 7590 diff -ruN 0.3/portrac/pkg-descr 0.4/portrac/pkg-descr --- 0.3/portrac/pkg-descr 2010-12-12 11:29:57.000000000 +0200 +++ 0.4/portrac/pkg-descr 2010-12-12 11:29:57.000000000 +0200 @@ -10,4 +10,6 @@ portrac. The default check interval is 3 hours, it's recommended that you don't set it to less. -http://portrac.e-soul.org/ +LICENSE: BSD 2-clause + +WWW: http://portrac.e-soul.org/ --Boundary-00=_CXi4NPQHvq0q5Z6-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 11:40:09 2011 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 AF1CE1065672 for ; Sun, 29 May 2011 11: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 8BDCD8FC18 for ; Sun, 29 May 2011 11:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TBe9nP025405 for ; Sun, 29 May 2011 11:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TBe9LA025404; Sun, 29 May 2011 11:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 11:40:09 GMT Resent-Message-Id: <201105291140.p4TBe9LA025404@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janne Snabb Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 187431065679 for ; Sun, 29 May 2011 11:39:26 +0000 (UTC) (envelope-from snabb@tiktik.epipe.com) Received: from tiktik.epipe.com (tiktik.epipe.com [IPv6:2001:1828:0:3::2]) by mx1.freebsd.org (Postfix) with ESMTP id D373A8FC1A for ; Sun, 29 May 2011 11:39:25 +0000 (UTC) Received: from tiktik.epipe.com (localhost [127.0.0.1]) by tiktik.epipe.com (8.14.4/8.14.4) with ESMTP id p4TBdL7L060971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 29 May 2011 11:39:24 GMT (envelope-from snabb@tiktik.epipe.com) Received: (from snabb@localhost) by tiktik.epipe.com (8.14.4/8.14.4/Submit) id p4TBdLjG060694; Sun, 29 May 2011 11:39:21 GMT (envelope-from snabb) Message-Id: <201105291139.p4TBdLjG060694@tiktik.epipe.com> Date: Sun, 29 May 2011 11:39:21 GMT From: Janne Snabb To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157393: [MAINTAINER] sysutils/downtimed: update to 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: Sun, 29 May 2011 11:40:09 -0000 >Number: 157393 >Category: ports >Synopsis: [MAINTAINER] sysutils/downtimed: update to 0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 29 11:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Janne Snabb >Release: FreeBSD 8.2-RELEASE i386 >Organization: EPIPE Communications >Environment: System: FreeBSD tiktik.epipe.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Mon Feb 28 12:16:42 UTC 2011 >Description: - Update to 0.5 * on FreeBSD fixes a bug with -S option, no other significant changes - Add MAKE_JOBS_SAFE Added file(s): - downtimed-0.5.tbz Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- downtimed-0.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/downtimed/Makefile /usr/home/snabb/src/downtimed/freebsd/downtimed/Makefile --- /usr/ports/sysutils/downtimed/Makefile 2011-01-24 03:34:40.000000000 +0000 +++ /usr/home/snabb/src/downtimed/freebsd/downtimed/Makefile 2011-05-29 11:32:28.583878000 +0000 @@ -6,10 +6,10 @@ # PORTNAME= downtimed -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= sysutils MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \ - http://launchpadlibrarian.net/61230833/ + http://launchpadlibrarian.net/65433766/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= snabb@epipe.com @@ -23,6 +23,7 @@ MAN8= downtimed.8 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes post-install: @${MKDIR} /var/db/downtimed diff -ruN --exclude=CVS /usr/ports/sysutils/downtimed/distinfo /usr/home/snabb/src/downtimed/freebsd/downtimed/distinfo --- /usr/ports/sysutils/downtimed/distinfo 2011-01-24 03:34:40.000000000 +0000 +++ /usr/home/snabb/src/downtimed/freebsd/downtimed/distinfo 2011-05-29 11:32:28.583878000 +0000 @@ -1,2 +1,2 @@ -SHA256 (downtimed-0.4.tar.xz) = 1f9f7f21c3f89ae5675575001fc0b3c6ed6b365d664d92d08507ccdc2c3d9017 -SIZE (downtimed-0.4.tar.xz) = 75912 +SHA256 (downtimed-0.5.tar.xz) = 82e7a70fce96ffde74e7d6960505801a61364bbf0bdf4bb348726ff7390da2cf +SIZE (downtimed-0.5.tar.xz) = 80816 Files /usr/ports/sysutils/downtimed/downtimed-0.5.tbz and /usr/home/snabb/src/downtimed/freebsd/downtimed/downtimed-0.5.tbz differ --- downtimed-0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 12:10:10 2011 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 A1EE81065672 for ; Sun, 29 May 2011 12: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 78F488FC1A for ; Sun, 29 May 2011 12:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TCAA07050963 for ; Sun, 29 May 2011 12:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TCAAhW050962; Sun, 29 May 2011 12:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 12:10:10 GMT Resent-Message-Id: <201105291210.p4TCAAhW050962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Armin Pirkovitsch Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCE1F106566B for ; Sun, 29 May 2011 12:03: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 AAC8E8FC0A for ; Sun, 29 May 2011 12:03: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 p4TC3qgm015250 for ; Sun, 29 May 2011 12:03:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4TC3qoo015242; Sun, 29 May 2011 12:03:52 GMT (envelope-from nobody) Message-Id: <201105291203.p4TC3qoo015242@red.freebsd.org> Date: Sun, 29 May 2011 12:03:52 GMT From: Armin Pirkovitsch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157394: [PATCH] multimedia/miro update to 4.0.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: Sun, 29 May 2011 12:10:10 -0000 >Number: 157394 >Category: ports >Synopsis: [PATCH] multimedia/miro update to 4.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 29 12:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Armin Pirkovitsch >Release: >Organization: >Environment: >Description: Patch from tcberner _AT_ gmail.com to update multimedia/miro to 4.0.1 - slightly modified. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/Makefile multimedia/miro/Makefile --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/Makefile 2010-12-28 12:57:30.000000000 +0100 +++ multimedia/miro/Makefile 2011-05-29 13:57:29.000000000 +0200 @@ -6,21 +6,24 @@ # PORTNAME= miro -PORTVERSION= 3.5.1 +PORTVERSION= 4.0.1 CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ +MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ MAINTAINER= armin@frozen-zone.org COMMENT= A video player to get internet TV broadcasts -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \ +BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \ ${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk \ update-mime-database:${PORTSDIR}/misc/shared-mime-info -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ - ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite23 \ - ${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \ + +LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ + ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite23 \ + ${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \ ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ @@ -53,7 +56,7 @@ .SILENT: post-patch: -.for file in setup.py plat/resources.py +.for file in setup.py plat/resources.py plat/options.py ${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PREFIX%%|${PREFIX}|g ; \ diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/distinfo multimedia/miro/distinfo --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/distinfo 2010-12-28 12:57:30.000000000 +0100 +++ multimedia/miro/distinfo 2011-05-28 12:46:04.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (miro-3.5.1.tar.gz) = 1d1cba35e5e113f18c47dff01b3f6141ca962032e797b26e537bfc5b268d0635 -SIZE (miro-3.5.1.tar.gz) = 10707983 +SHA256 (miro-4.0.1.tar.gz) = bac2d579350517590a2f38d3be40da25bca3b331969b03046c1ba545984a6881 +SIZE (miro-4.0.1.tar.gz) = 12806477 diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-lib__startup.py multimedia/miro/files/patch-lib__startup.py --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-lib__startup.py 1970-01-01 01:00:00.000000000 +0100 +++ multimedia/miro/files/patch-lib__startup.py 2011-05-28 00:31:35.000000000 +0200 @@ -0,0 +1,13 @@ +--- ./lib/startup.py.orig 2011-05-25 00:30:12.000000000 +0200 ++++ ./lib/startup.py 2011-05-25 17:53:57.000000000 +0200 +@@ -407,8 +407,8 @@ + yield None + commandline.startup() + yield None +- autoupdate.check_for_updates() +- yield None ++ # autoupdate.check_for_updates() ++ # yield None + # Delay running high CPU/IO operations for a bit + eventloop.add_timeout(5, downloader.startup_downloader, + "start downloader daemon") diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-lib_startup.py multimedia/miro/files/patch-lib_startup.py --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-lib_startup.py 2010-11-04 14:02:57.000000000 +0100 +++ multimedia/miro/files/patch-lib_startup.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- lib/startup.py.orig 2010-10-24 14:40:03.000000000 +0200 -+++ lib/startup.py 2010-10-24 14:40:38.000000000 +0200 -@@ -370,7 +370,7 @@ - yield None - commandline.startup() - yield None -- autoupdate.check_for_updates() -+ # autoupdate.check_for_updates() - yield None - # Wait a bit before starting the downloader daemon. It can cause a bunch - # of disk/CPU load, so try to avoid it slowing other stuff down. diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__plat__options.py multimedia/miro/files/patch-linux__plat__options.py --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__plat__options.py 1970-01-01 01:00:00.000000000 +0100 +++ multimedia/miro/files/patch-linux__plat__options.py 2011-05-28 00:31:38.000000000 +0200 @@ -0,0 +1,18 @@ +--- ./linux/plat/options.py.orig 2011-05-25 17:56:13.000000000 +0200 ++++ ./linux/plat/options.py 2011-05-25 17:56:57.000000000 +0200 +@@ -51,13 +51,13 @@ + + FFMPEG_BINARY = LinuxPref( + key="ffmpegBinary", +- default="/usr/bin/ffmpeg", ++ default="%%LOCALBASE%%/bin/ffmpeg", + alias="ffmpeg", + helptext="Absolute path for ffmpeg binary.") + + FFMPEG2THEORA_BINARY = LinuxPref( + key="ffmpeg2TheoraBinary", +- default="/usr/bin/ffmpeg2theora", ++ default="%%LOCALBASE%%/bin/ffmpeg2theora", + alias="ffmpeg2theora", + helptext="Absolute path for ffmpeg2theora binary.") + diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__plat__resources.py multimedia/miro/files/patch-linux__plat__resources.py --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__plat__resources.py 1970-01-01 01:00:00.000000000 +0100 +++ multimedia/miro/files/patch-linux__plat__resources.py 2011-05-28 00:31:42.000000000 +0200 @@ -0,0 +1,23 @@ +--- ./linux/plat/resources.py.orig 2011-05-25 00:30:12.000000000 +0200 ++++ ./linux/plat/resources.py 2011-05-25 17:53:57.000000000 +0200 +@@ -45,9 +45,9 @@ + import platform + + RESOURCE_ROOT = os.path.abspath( +- os.environ.get('MIRO_RESOURCE_ROOT', '/usr/share/miro/resources/')) ++ os.environ.get('MIRO_RESOURCE_ROOT', '%%PREFIX%%/share/miro/resources/')) + SHARE_ROOT = os.path.abspath( +- os.environ.get('MIRO_SHARE_ROOT', '/usr/share/')) ++ os.environ.get('MIRO_SHARE_ROOT', '%%PREFIX%%/share')) + + + def root(): +@@ -81,7 +81,7 @@ + + + def theme_path(theme, relative_path): +- return os.path.join('/usr/share/miro/themes', theme, relative_path) ++ return os.path.join('%%PREFIX%%/share/miro/themes', theme, relative_path) + + + def check_kde(): diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__setup.py multimedia/miro/files/patch-linux__setup.py --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__setup.py 1970-01-01 01:00:00.000000000 +0100 +++ multimedia/miro/files/patch-linux__setup.py 2011-05-29 10:14:17.000000000 +0200 @@ -0,0 +1,131 @@ +--- ./linux/setup.py.orig 2011-05-25 00:30:12.000000000 +0200 ++++ ./linux/setup.py 2011-05-25 17:53:57.000000000 +0200 +@@ -259,7 +259,7 @@ + fi + + $GDB -ex 'set breakpoint pending on' \ +- -ex 'run' --args $PYTHON ./miro.real --sync "$@" ++ -ex 'run' --args $PYTHON %%PREFIX%%/bin/miro.real --sync "$@" + else + miro.real "$@" + fi +@@ -276,7 +276,7 @@ + xlib_ext = \ + Extension("miro.plat.xlibhelper", + [os.path.join(platform_package_dir, 'xlibhelper.pyx')], +- library_dirs=['/usr/X11R6/lib'], ++ library_dirs=['%%LOCALBASE%%/lib'], + libraries=['X11'], + ) + +@@ -324,7 +324,7 @@ + # filter out app.config.template (which is handled specially) + files = [f for f in listfiles(resource_dir) \ + if os.path.basename(f) != 'app.config.template'] +-data_files.append(('/usr/share/miro/resources/', files)) ++data_files.append(('%%PREFIX%%/share/miro/resources/', files)) + + # handle the sub directories. + for dir in ('searchengines', +@@ -341,7 +341,7 @@ + os.path.join('testdata', 'metadata'), + os.path.join('testdata', 'locale', 'fr', 'LC_MESSAGES')): + source_dir = os.path.join(resource_dir, dir) +- dest_dir = os.path.join('/usr/share/miro/resources/', dir) ++ dest_dir = os.path.join('%%PREFIX%%/share/miro/resources/', dir) + data_files.append((dest_dir, listfiles(source_dir))) + + # add core extension files +@@ -350,7 +350,7 @@ + files = [os.path.join(root, f) for f in files + if (not f.endswith("~") and not "#" in f)] + data_files.append(( +- os.path.join('/usr/share/miro/resources/extensions/', extroot), ++ os.path.join('%%PREFIX%%/share/miro/resources/extensions/', extroot), + files)) + + # add core platform extension files +@@ -359,28 +359,28 @@ + files = [os.path.join(root, f) for f in files + if (not f.endswith("~") and not "#" in f)] + data_files.append(( +- os.path.join('/usr/share/miro/resources/extensions/', extroot), ++ os.path.join('%%PREFIX%%/share/miro/resources/extensions/', extroot), + files)) + + for mem in ["24", "48", "72", "128"]: + d = os.path.join("icons", "hicolor", "%sx%s" % (mem, mem), "apps") + source = os.path.join(platform_dir, d, "miro.png") +- dest = os.path.join("/usr/share/", d) ++ dest = os.path.join("%%PREFIX%%/share/", d) + data_files.append((dest, [source])) + + # add the desktop file, mime data, and man page + data_files += [ +- ('/usr/share/miro/resources', ++ ('%%PREFIX%%/share/miro/resources', + [os.path.join(root_dir, 'CREDITS')]), +- ('/usr/share/pixmaps', ++ ('%%PREFIX%%/share/pixmaps', + glob(os.path.join(platform_dir, 'miro.xpm'))), +- ('/usr/share/applications', ++ ('%%PREFIX%%/share/applications', + [os.path.join(platform_dir, 'miro.desktop')]), +- ('/usr/share/mime/packages', ++ ('%%PREFIX%%/share/mime/packages', + [os.path.join(platform_dir, 'miro.xml')]), +- ('/usr/share/man/man1', ++ ('%%PREFIX%%/man/man1', + [os.path.join(platform_dir, 'miro.1.gz')]), +- ('/usr/share/man/man1', ++ ('%%PREFIX%%/man/man1', + [os.path.join(platform_dir, 'miro.real.1.gz')]), + ] + +@@ -407,7 +407,7 @@ + + def install_app_config(self): + source = os.path.join(resource_dir, 'app.config.template') +- dest = '/usr/share/miro/resources/app.config' ++ dest = '%%PREFIX%%/share/miro/resources/app.config' + + config_file = util.read_simple_config_file(source) + print "Trying to figure out the git revision...." +@@ -449,7 +449,7 @@ + lang = os.path.basename(source)[:-3] + if 'LINGUAS' in os.environ and lang not in os.environ['LINGUAS']: + continue +- dest = '/usr/share/locale/%s/LC_MESSAGES/miro.mo' % lang ++ dest = '%%PREFIX%%/share/locale/%s/LC_MESSAGES/miro.mo' % lang + if self.root: + dest = change_root(self.root, dest) + self.mkpath(os.path.dirname(dest)) +@@ -469,7 +469,9 @@ + cc.add_library('avcodec') + # Fedora places ffmpeg include into this directory rather than + # root /usr/include. +- cc.add_include_dir('/usr/include/ffmpeg') ++ cc.add_include_dir('%%LOCALBASE%%/include') ++ cc.add_include_dir('%%LOCALBASE%%/include/ffmpeg') ++ cc.add_library_dir('%%LOCALBASE%%/lib') + output_dir = os.path.join(self.build_base, 'miro-segmenter') + segmenter_objs = cc.compile([segmenter_src], + output_dir=output_dir) +@@ -502,7 +504,7 @@ + + #### install_theme installs a specified theme .zip + class install_theme(Command): +- description = 'Install a provided theme to /usr/share/miro/themes' ++ description = 'Install a provided theme to %%PREFIX%%/share/miro/themes' + user_options = [("theme=", None, 'ZIP file containing the theme')] + + def initialize_options(self): +@@ -530,7 +532,7 @@ + raise DistutilsOptionError("invalid theme file") + self.zipfile = zf + self.theme_name = themeName +- self.theme_dir = '/usr/share/miro/themes/%s' % themeName ++ self.theme_dir = '%%PREFIX%%/share/miro/themes/%s' % themeName + + def run(self): + if os.path.exists(self.theme_dir): diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux_plat_resources.py multimedia/miro/files/patch-linux_plat_resources.py --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux_plat_resources.py 2010-11-04 14:02:57.000000000 +0100 +++ multimedia/miro/files/patch-linux_plat_resources.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ ---- linux/plat/resources.py.orig 2010-10-24 14:34:46.000000000 +0200 -+++ linux/plat/resources.py 2010-10-24 14:35:12.000000000 +0200 -@@ -44,9 +44,9 @@ - import platform - - RESOURCE_ROOT = os.path.abspath( -- os.environ.get('MIRO_RESOURCE_ROOT', '/usr/share/miro/resources/')) -+ os.environ.get('MIRO_RESOURCE_ROOT', '%%PREFIX%%/share/miro/resources/')) - SHARE_ROOT = os.path.abspath( -- os.environ.get('MIRO_SHARE_ROOT', '/usr/share/')) -+ os.environ.get('MIRO_SHARE_ROOT', '%%PREFIX%%/share/')) - - def root(): - return RESOURCE_ROOT -@@ -67,7 +67,7 @@ - return u'file://%s' % urllib.quote(path(relative_path)) - - def theme_path(theme, relative_path): -- return os.path.join('/usr/share/miro/themes', theme, relative_path) -+ return os.path.join('%%PREFIX%%/share/miro/themes', theme, relative_path) - - def check_kde(): - return os.environ.get("KDE_FULL_SESSION", None) != None diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux_setup.py multimedia/miro/files/patch-linux_setup.py --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux_setup.py 2010-11-04 14:02:57.000000000 +0100 +++ multimedia/miro/files/patch-linux_setup.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,114 +0,0 @@ ---- linux/setup.py.orig 2010-10-21 18:46:03.000000000 +0200 -+++ linux/setup.py 2010-10-24 15:22:13.000000000 +0200 -@@ -199,6 +199,9 @@ - options_dict['library_dirs'].append(rest) - elif prefix == '-l': - options_dict['libraries'].append(rest) -+ elif prefix == '-W': -+ # throw away, it breaks cc1 -+ continue - else: - options_dict['extra_compile_args'].append(comp) - -@@ -242,7 +245,7 @@ - exit; - fi - -- $GDB -ex 'set breakpoint pending on' -ex 'run' --args $PYTHON ./miro.real --sync "$@" -+ $GDB -ex 'set breakpoint pending on' -ex 'run' --args $PYTHON %%PREFIX%%/bin/miro.real --sync "$@" - else - miro.real "$@" - fi -@@ -254,7 +257,7 @@ - xlib_ext = \ - Extension("miro.plat.xlibhelper", - [os.path.join(platform_package_dir, 'xlibhelper.pyx')], -- library_dirs = ['/usr/X11R6/lib'], -+ library_dirs = ['%%LOCALBASE%%/lib'], - libraries = ['X11'], - ) - -@@ -283,37 +286,37 @@ - # filter out app.config.template (which is handled specially) - files = [f for f in listfiles(resource_dir) \ - if os.path.basename(f) != 'app.config.template'] --data_files.append(('/usr/share/miro/resources/', files)) -+data_files.append(('%%PREFIX%%/share/miro/resources/', files)) - # handle the sub directories. - for dir in ('searchengines', 'images', 'testdata', 'conversions', - os.path.join('testdata', 'stripperdata'), - os.path.join('testdata', 'httpserver'), - os.path.join('testdata', 'locale', 'fr', 'LC_MESSAGES')): - source_dir = os.path.join(resource_dir, dir) -- dest_dir = os.path.join('/usr/share/miro/resources/', dir) -+ dest_dir = os.path.join('%%PREFIX%%/share/miro/resources/', dir) - data_files.append((dest_dir, listfiles(source_dir))) - - for mem in ["24", "48", "72", "128"]: - d = os.path.join("icons", "hicolor", "%sx%s" % (mem, mem), "apps") - source = os.path.join(platform_dir, d, "miro.png") -- dest = os.path.join("/usr/share/", d) -+ dest = os.path.join("%%PREFIX%%/share/", d) - data_files.append((dest, [source])) - - # add ADOPTERS file, the desktop file, mime data, and man page - data_files += [ -- ('/usr/share/miro/resources', -+ ('%%PREFIX%%/share/miro/resources', - [os.path.join(root_dir, 'CREDITS')]), -- ('/usr/share/miro/resources', -+ ('%%PREFIX%%/share/miro/resources', - [os.path.join(root_dir, 'ADOPTERS')]), -- ('/usr/share/pixmaps', -+ ('%%PREFIX%%/share/pixmaps', - glob(os.path.join(platform_dir, 'miro.xpm'))), -- ('/usr/share/applications', -+ ('%%PREFIX%%/share/applications', - [os.path.join(platform_dir, 'miro.desktop')]), -- ('/usr/share/mime/packages', -+ ('%%PREFIX%%/share/mime/packages', - [os.path.join(platform_dir, 'miro.xml')]), -- ('/usr/share/man/man1', -+ ('%%PREFIX%%/man/man1', - [os.path.join(platform_dir, 'miro.1.gz')]), -- ('/usr/share/man/man1', -+ ('%%PREFIX%%/man/man1', - [os.path.join(platform_dir, 'miro.real.1.gz')]), - ] - -@@ -336,7 +339,7 @@ - - def install_app_config(self): - source = os.path.join(resource_dir, 'app.config.template') -- dest = '/usr/share/miro/resources/app.config' -+ dest = '%%PREFIX%%/share/miro/resources/app.config' - - config_file = util.read_simple_config_file(source) - print "Trying to figure out the git revision...." -@@ -378,7 +381,7 @@ - lang = os.path.basename(source)[:-3] - if 'LINGUAS' in os.environ and lang not in os.environ['LINGUAS']: - continue -- dest = '/usr/share/locale/%s/LC_MESSAGES/miro.mo' % lang -+ dest = '%%PREFIX%%/share/locale/%s/LC_MESSAGES/miro.mo' % lang - if self.root: - dest = change_root(self.root, dest) - self.mkpath(os.path.dirname(dest)) -@@ -407,7 +410,7 @@ - - #### install_theme installs a specified theme .zip - class install_theme(Command): -- description = 'Install a provided theme to /usr/share/miro/themes' -+ description = 'Install a provided theme to %%PREFIX%%/share/miro/themes' - user_options = [("theme=", None, 'ZIP file containing the theme')] - - def initialize_options(self): -@@ -435,7 +438,7 @@ - raise DistutilsOptionError, "invalid theme file" - self.zipfile = zf - self.theme_name = themeName -- self.theme_dir = '/usr/share/miro/themes/%s' % themeName -+ self.theme_dir = '%%PREFIX%%/share/miro/themes/%s' % themeName - - def run(self): - if os.path.exists(self.theme_dir): diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/pkg-plist multimedia/miro/pkg-plist --- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/pkg-plist 2010-12-28 12:57:30.000000000 +0100 +++ multimedia/miro/pkg-plist 2011-05-29 10:58:16.000000000 +0200 @@ -1,5 +1,6 @@ bin/miro bin/miro.real +bin/miro-segmenter %%PYTHON_SITELIBDIR%%/miro/__init__.py %%PYTHON_SITELIBDIR%%/miro/__init__.pyc %%PYTHON_SITELIBDIR%%/miro/__init__.pyo @@ -66,9 +67,6 @@ %%PYTHON_SITELIBDIR%%/miro/displaytext.py %%PYTHON_SITELIBDIR%%/miro/displaytext.pyc %%PYTHON_SITELIBDIR%%/miro/displaytext.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/Democracy_Downloader.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/Democracy_Downloader.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/Democracy_Downloader.pyo %%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.py %%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.pyc %%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.pyo @@ -84,9 +82,6 @@ %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.py %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.pyc %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/config.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/config.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/config.pyo %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.py %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.pyc %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.pyo @@ -362,9 +357,6 @@ %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.py %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.pyc %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videoconversionscontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videoconversionscontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videoconversionscontroller.pyo %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.py %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.pyc %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.pyo @@ -377,9 +369,6 @@ %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.py %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.pyc %%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.pyo -%%PYTHON_SITELIBDIR%%/miro/frontendstate.py -%%PYTHON_SITELIBDIR%%/miro/frontendstate.pyc -%%PYTHON_SITELIBDIR%%/miro/frontendstate.pyo %%PYTHON_SITELIBDIR%%/miro/gtcache.py %%PYTHON_SITELIBDIR%%/miro/gtcache.pyc %%PYTHON_SITELIBDIR%%/miro/gtcache.pyo @@ -597,9 +586,6 @@ %%PYTHON_SITELIBDIR%%/miro/test/signalstest.py %%PYTHON_SITELIBDIR%%/miro/test/signalstest.pyc %%PYTHON_SITELIBDIR%%/miro/test/signalstest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/sparkletest.py -%%PYTHON_SITELIBDIR%%/miro/test/sparkletest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/sparkletest.pyo %%PYTHON_SITELIBDIR%%/miro/test/storedatabasetest.py %%PYTHON_SITELIBDIR%%/miro/test/storedatabasetest.pyc %%PYTHON_SITELIBDIR%%/miro/test/storedatabasetest.pyo @@ -633,13 +619,223 @@ %%PYTHON_SITELIBDIR%%/miro/util.py %%PYTHON_SITELIBDIR%%/miro/util.pyc %%PYTHON_SITELIBDIR%%/miro/util.pyo -%%PYTHON_SITELIBDIR%%/miro/videoconversion.py -%%PYTHON_SITELIBDIR%%/miro/videoconversion.pyc -%%PYTHON_SITELIBDIR%%/miro/videoconversion.pyo %%PYTHON_SITELIBDIR%%/miro/xhtmltools.py %%PYTHON_SITELIBDIR%%/miro/xhtmltools.pyc %%PYTHON_SITELIBDIR%%/miro/xhtmltools.pyo - +%%PYTHON_SITELIBDIR%%/miro/conversions.py +%%PYTHON_SITELIBDIR%%/miro/devices.py +%%PYTHON_SITELIBDIR%%/miro/transcode.py +%%PYTHON_SITELIBDIR%%/miro/api.py +%%PYTHON_SITELIBDIR%%/miro/filetags.py +%%PYTHON_SITELIBDIR%%/miro/bootstrap.py +%%PYTHON_SITELIBDIR%%/miro/iteminfocache.py +%%PYTHON_SITELIBDIR%%/miro/coverart.py +%%PYTHON_SITELIBDIR%%/miro/importmedia.py +%%PYTHON_SITELIBDIR%%/miro/metadata.py +%%PYTHON_SITELIBDIR%%/miro/des.py +%%PYTHON_SITELIBDIR%%/miro/errors.py +%%PYTHON_SITELIBDIR%%/miro/fileobject.py +%%PYTHON_SITELIBDIR%%/miro/extensionmanager.py +%%PYTHON_SITELIBDIR%%/miro/itemsource.py +%%PYTHON_SITELIBDIR%%/miro/amazon.py +%%PYTHON_SITELIBDIR%%/miro/directorywatch.py +%%PYTHON_SITELIBDIR%%/miro/widgetstate.py +%%PYTHON_SITELIBDIR%%/miro/metadataprogress.py +%%PYTHON_SITELIBDIR%%/miro/sharing.py +%%PYTHON_SITELIBDIR%%/miro/startfrontend.py +%%PYTHON_SITELIBDIR%%/miro/libdaap +%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.py +%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.py +%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.py +%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.py +%%PYTHON_SITELIBDIR%%/miro/libdaap/const.py +%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.py +%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.pyc +%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.pyc +%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.pyc +%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.pyc +%%PYTHON_SITELIBDIR%%/miro/libdaap/const.pyc +%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.pyc +%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.pyo +%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.pyo +%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.pyo +%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.pyo +%%PYTHON_SITELIBDIR%%/miro/libdaap/const.pyo +%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.pyo +%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.py +%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.pyc +%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.pyo +%%PYTHON_SITELIBDIR%%/miro/test/tableselectiontest.py +%%PYTHON_SITELIBDIR%%/miro/test/moviedatatest.py +%%PYTHON_SITELIBDIR%%/miro/test/performancetest.py +%%PYTHON_SITELIBDIR%%/miro/test/filetagstest.py +%%PYTHON_SITELIBDIR%%/miro/test/metadatatest.py +%%PYTHON_SITELIBDIR%%/miro/test/importtest.py +%%PYTHON_SITELIBDIR%%/miro/test/infolisttest.py +%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.py +%%PYTHON_SITELIBDIR%%/miro/test/mock.py +%%PYTHON_SITELIBDIR%%/miro/test/searchtest.py +%%PYTHON_SITELIBDIR%%/miro/test/widgetstateconstantstest.py +%%PYTHON_SITELIBDIR%%/miro/test/fileobjecttest.py +%%PYTHON_SITELIBDIR%%/miro/test/devicestest.py +%%PYTHON_SITELIBDIR%%/miro/test/osxsparkletest.py +%%PYTHON_SITELIBDIR%%/miro/test/httpauthtoolstest.py +%%PYTHON_SITELIBDIR%%/miro/test/watchedfoldertest.py +%%PYTHON_SITELIBDIR%%/miro/test/tableselectiontest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/moviedatatest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/performancetest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/filetagstest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/metadatatest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/importtest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/infolisttest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/mock.pyc +%%PYTHON_SITELIBDIR%%/miro/test/searchtest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/widgetstateconstantstest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/fileobjecttest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/devicestest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/osxsparkletest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/httpauthtoolstest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/watchedfoldertest.pyc +%%PYTHON_SITELIBDIR%%/miro/test/tableselectiontest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/moviedatatest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/performancetest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/filetagstest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/metadatatest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/importtest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/infolisttest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/mock.pyo +%%PYTHON_SITELIBDIR%%/miro/test/searchtest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/widgetstateconstantstest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/fileobjecttest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/devicestest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/osxsparkletest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/httpauthtoolstest.pyo +%%PYTHON_SITELIBDIR%%/miro/test/watchedfoldertest.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.py +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.py +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.py +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.py +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.py +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.pyc +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.pyo +%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.pyo +%%PYTHON_SITELIBDIR%%/miro/plat/associate.py +%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.py +%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.py +%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.py +%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.py +%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.pyc +%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.pyc +%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.pyo +%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.pyo +%%PYTHON_SITELIBDIR%%/miro/plat/associate.pyc +%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.pyc +%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.pyc +%%PYTHON_SITELIBDIR%%/miro/plat/associate.pyo +%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.pyo +%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.pyo +%%PYTHON_SITELIBDIR%%/miro/ngrams.so +%%PYTHON_SITELIBDIR%%/miro/infolist.so +%%PYTHON_SITELIBDIR%%/miro/conversions.pyc +%%PYTHON_SITELIBDIR%%/miro/devices.pyc +%%PYTHON_SITELIBDIR%%/miro/transcode.pyc +%%PYTHON_SITELIBDIR%%/miro/api.pyc +%%PYTHON_SITELIBDIR%%/miro/filetags.pyc +%%PYTHON_SITELIBDIR%%/miro/bootstrap.pyc +%%PYTHON_SITELIBDIR%%/miro/iteminfocache.pyc +%%PYTHON_SITELIBDIR%%/miro/coverart.pyc +%%PYTHON_SITELIBDIR%%/miro/importmedia.pyc +%%PYTHON_SITELIBDIR%%/miro/metadata.pyc +%%PYTHON_SITELIBDIR%%/miro/des.pyc +%%PYTHON_SITELIBDIR%%/miro/errors.pyc +%%PYTHON_SITELIBDIR%%/miro/fileobject.pyc +%%PYTHON_SITELIBDIR%%/miro/extensionmanager.pyc +%%PYTHON_SITELIBDIR%%/miro/itemsource.pyc +%%PYTHON_SITELIBDIR%%/miro/amazon.pyc +%%PYTHON_SITELIBDIR%%/miro/directorywatch.pyc +%%PYTHON_SITELIBDIR%%/miro/widgetstate.pyc +%%PYTHON_SITELIBDIR%%/miro/metadataprogress.pyc +%%PYTHON_SITELIBDIR%%/miro/sharing.pyc +%%PYTHON_SITELIBDIR%%/miro/startfrontend.pyc +%%PYTHON_SITELIBDIR%%/miro/conversions.pyo +%%PYTHON_SITELIBDIR%%/miro/devices.pyo +%%PYTHON_SITELIBDIR%%/miro/transcode.pyo +%%PYTHON_SITELIBDIR%%/miro/api.pyo +%%PYTHON_SITELIBDIR%%/miro/filetags.pyo +%%PYTHON_SITELIBDIR%%/miro/bootstrap.pyo +%%PYTHON_SITELIBDIR%%/miro/iteminfocache.pyo +%%PYTHON_SITELIBDIR%%/miro/coverart.pyo +%%PYTHON_SITELIBDIR%%/miro/importmedia.pyo +%%PYTHON_SITELIBDIR%%/miro/metadata.pyo +%%PYTHON_SITELIBDIR%%/miro/des.pyo +%%PYTHON_SITELIBDIR%%/miro/errors.pyo +%%PYTHON_SITELIBDIR%%/miro/fileobject.pyo +%%PYTHON_SITELIBDIR%%/miro/extensionmanager.pyo +%%PYTHON_SITELIBDIR%%/miro/itemsource.pyo +%%PYTHON_SITELIBDIR%%/miro/amazon.pyo +%%PYTHON_SITELIBDIR%%/miro/directorywatch.pyo +%%PYTHON_SITELIBDIR%%/miro/widgetstate.pyo +%%PYTHON_SITELIBDIR%%/miro/metadataprogress.pyo +%%PYTHON_SITELIBDIR%%/miro/sharing.pyo +%%PYTHON_SITELIBDIR%%/miro/startfrontend.pyo share/applications/miro.desktop share/icons/hicolor/128x128/apps/miro.png share/icons/hicolor/24x24/apps/miro.png @@ -730,8 +926,12 @@ share/locale/zh_HK/LC_MESSAGES/miro.mo share/locale/zh_TW/LC_MESSAGES/miro.mo share/locale/zu/LC_MESSAGES/miro.mo +share/locale/dv/LC_MESSAGES/miro.mo +share/locale/jv/LC_MESSAGES/miro.mo +share/locale/ltg/LC_MESSAGES/miro.mo +share/locale/swch/LC_MESSAGES/miro.mo +share/locale/ta_LK/LC_MESSAGES/miro.mo share/mime/packages/miro.xml -%%DATADIR%%/resources/ADOPTERS %%DATADIR%%/resources/CREDITS %%DATADIR%%/resources/app.config %%DATADIR%%/resources/conversions/android.conv @@ -742,36 +942,22 @@ %%DATADIR%%/resources/images/channelguide-icon-tablist.png %%DATADIR%%/resources/images/clear-image.png %%DATADIR%%/resources/images/download-arrow.png -%%DATADIR%%/resources/images/feedicon.png %%DATADIR%%/resources/images/folder-icon-tablist.png %%DATADIR%%/resources/images/folder-icon.png %%DATADIR%%/resources/images/fullscreen_enter.png %%DATADIR%%/resources/images/fullscreen_exit.png %%DATADIR%%/resources/images/icon-audio.png -%%DATADIR%%/resources/images/icon-audio_large.png -%%DATADIR%%/resources/images/icon-channel-title.png -%%DATADIR%%/resources/images/icon-conversions.png -%%DATADIR%%/resources/images/icon-conversions_large.png %%DATADIR%%/resources/images/icon-downloading.png -%%DATADIR%%/resources/images/icon-downloading_large.png %%DATADIR%%/resources/images/icon-folder.png %%DATADIR%%/resources/images/icon-guide.png -%%DATADIR%%/resources/images/icon-guide_large.png %%DATADIR%%/resources/images/icon-individual.png -%%DATADIR%%/resources/images/icon-individual_large.png %%DATADIR%%/resources/images/icon-library.png -%%DATADIR%%/resources/images/icon-library_large.png %%DATADIR%%/resources/images/icon-new.png -%%DATADIR%%/resources/images/icon-new_large.png %%DATADIR%%/resources/images/icon-other.png -%%DATADIR%%/resources/images/icon-other_large.png %%DATADIR%%/resources/images/icon-playlist.png -%%DATADIR%%/resources/images/icon-rss.png %%DATADIR%%/resources/images/icon-search.png %%DATADIR%%/resources/images/icon-search_large.png -%%DATADIR%%/resources/images/icon-site.png %%DATADIR%%/resources/images/icon-streaming.png -%%DATADIR%%/resources/images/icon-streaming_large.png %%DATADIR%%/resources/images/icon-updating-0.png %%DATADIR%%/resources/images/icon-updating-1.png %%DATADIR%%/resources/images/icon-updating-10.png @@ -785,8 +971,6 @@ %%DATADIR%%/resources/images/icon-updating-8.png %%DATADIR%%/resources/images/icon-updating-9.png %%DATADIR%%/resources/images/icon-video.png -%%DATADIR%%/resources/images/icon-video_large.png -%%DATADIR%%/resources/images/list-view-button-icon.png %%DATADIR%%/resources/images/load-indicator.gif %%DATADIR%%/resources/images/mini-icon-audio.png %%DATADIR%%/resources/images/mini-icon-video.png @@ -805,12 +989,9 @@ %%DATADIR%%/resources/images/navstop.png %%DATADIR%%/resources/images/navstop_active.png %%DATADIR%%/resources/images/navstop_disabled.png -%%DATADIR%%/resources/images/normal-view-button-icon.png %%DATADIR%%/resources/images/pause-button.png -%%DATADIR%%/resources/images/pause-item-button.png %%DATADIR%%/resources/images/pause.png %%DATADIR%%/resources/images/pause_active.png -%%DATADIR%%/resources/images/play-button.png %%DATADIR%%/resources/images/play.png %%DATADIR%%/resources/images/play_active.png %%DATADIR%%/resources/images/play_fullscreen.png @@ -825,18 +1006,10 @@ %%DATADIR%%/resources/images/playlist-icon.png %%DATADIR%%/resources/images/popin.png %%DATADIR%%/resources/images/popout.png -%%DATADIR%%/resources/images/pref-tab-conversions.png -%%DATADIR%%/resources/images/pref-tab-disk-space.png -%%DATADIR%%/resources/images/pref-tab-downloads.png -%%DATADIR%%/resources/images/pref-tab-feeds.png -%%DATADIR%%/resources/images/pref-tab-folders.png -%%DATADIR%%/resources/images/pref-tab-general.png -%%DATADIR%%/resources/images/pref-tab-playback.png %%DATADIR%%/resources/images/resume-button.png %%DATADIR%%/resources/images/search_icon_5min.png %%DATADIR%%/resources/images/search_icon_all.png %%DATADIR%%/resources/images/search_icon_bliptv.png -%%DATADIR%%/resources/images/search_icon_blogdigger.png %%DATADIR%%/resources/images/search_icon_dailymotion.png %%DATADIR%%/resources/images/search_icon_google.png %%DATADIR%%/resources/images/search_icon_mefeedia.png @@ -858,7 +1031,6 @@ %%DATADIR%%/resources/images/segmented-on-far-right.png %%DATADIR%%/resources/images/segmented-on-middle-left.png %%DATADIR%%/resources/images/segmented-on-middle-right.png -%%DATADIR%%/resources/images/separator.png %%DATADIR%%/resources/images/share-delicious.png %%DATADIR%%/resources/images/share-digg.png %%DATADIR%%/resources/images/share-email.png @@ -870,29 +1042,20 @@ %%DATADIR%%/resources/images/skip_forward_active.png %%DATADIR%%/resources/images/skip_previous.png %%DATADIR%%/resources/images/skip_previous_active.png -%%DATADIR%%/resources/images/status-icon-alert.png %%DATADIR%%/resources/images/status-icon-downloading.png %%DATADIR%%/resources/images/status-icon-new.png -%%DATADIR%%/resources/images/status-icon-newly-downloaded.png %%DATADIR%%/resources/images/stop.png %%DATADIR%%/resources/images/stop_active.png %%DATADIR%%/resources/images/subtitles_down.png %%DATADIR%%/resources/images/thumb-default-audio.png %%DATADIR%%/resources/images/thumb-default-folder.png %%DATADIR%%/resources/images/thumb-default-video.png -%%DATADIR%%/resources/images/thumb-overlay.png -%%DATADIR%%/resources/images/video-download-cancel.png -%%DATADIR%%/resources/images/video-download-pause.png -%%DATADIR%%/resources/images/video-download-resume.png %%DATADIR%%/resources/images/volume.png %%DATADIR%%/resources/images/volume_active.png %%DATADIR%%/resources/images/volume_knob.png %%DATADIR%%/resources/images/volume_track.png -%%DATADIR%%/resources/images/wtexture.png -%%DATADIR%%/resources/images/wtexture_inactive.png %%DATADIR%%/resources/searchengines/5min.xml %%DATADIR%%/resources/searchengines/bliptv.xml -%%DATADIR%%/resources/searchengines/blogdigger.xml %%DATADIR%%/resources/searchengines/dailymotion.xml %%DATADIR%%/resources/searchengines/google.xml %%DATADIR%%/resources/searchengines/metavid.xml @@ -955,15 +1118,413 @@ %%DATADIR%%/resources/testdata/stripperdata/testburma.expected %%DATADIR%%/resources/testdata/stripperdata/testburma.in %%DATADIR%%/resources/testdata/translation-result +%%DATADIR%%/resources/device-sync_inactive_center.png +%%DATADIR%%/resources/device-sync_inactive_right.png +%%DATADIR%%/resources/device-sync_inactive_left.png +%%DATADIR%%/resources/images/item-renderer-background-left.png +%%DATADIR%%/resources/images/device-sync_inactive_center.png +%%DATADIR%%/resources/images/icon-guide_active.png +%%DATADIR%%/resources/images/throbber.gif +%%DATADIR%%/resources/images/progress_timeline_right.png +%%DATADIR%%/resources/images/item-renderer-download-button-large-right.png +%%DATADIR%%/resources/images/feed-settings_active.png +%%DATADIR%%/resources/images/download-cancel.png +%%DATADIR%%/resources/images/item-renderer-saved.png +%%DATADIR%%/resources/images/item-renderer-status-icon-alert.png +%%DATADIR%%/resources/images/item-renderer-expiring-cap.png +%%DATADIR%%/resources/images/device-size-bg_right.png +%%DATADIR%%/resources/images/green-bubble_left.png +%%DATADIR%%/resources/images/icon-converting_active.png +%%DATADIR%%/resources/images/icon-podcast.png +%%DATADIR%%/resources/images/autodownload-all.png +%%DATADIR%%/resources/images/list-view_active.png +%%DATADIR%%/resources/images/icon-playlist-small.png +%%DATADIR%%/resources/images/sync-cancel_active.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-7-middle.png +%%DATADIR%%/resources/images/item-renderer-track-left.png +%%DATADIR%%/resources/images/repeat-on.png +%%DATADIR%%/resources/images/filigree-right.png +%%DATADIR%%/resources/images/download-resume_active.png +%%DATADIR%%/resources/images/filigree-left.png +%%DATADIR%%/resources/images/icon-other_active.png +%%DATADIR%%/resources/images/connect-toggle-bg.png +%%DATADIR%%/resources/images/icon-source_large.png +%%DATADIR%%/resources/images/icon-device-audio_active.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-10-left.png +%%DATADIR%%/resources/images/playback_track_inactive_center.png +%%DATADIR%%/resources/images/item-renderer-download-button-large-middle-pressed.png +%%DATADIR%%/resources/images/filter_right.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-right.png +%%DATADIR%%/resources/images/icon-search_active.png +%%DATADIR%%/resources/images/device-size-bg_left.png +%%DATADIR%%/resources/images/icon-watched-folder_active.png +%%DATADIR%%/resources/images/skip_previous_disabled.png +%%DATADIR%%/resources/images/guide-sidebar-arrow-open.png +%%DATADIR%%/resources/images/connect-toggle-on.png +%%DATADIR%%/resources/images/shuffle_active.png +%%DATADIR%%/resources/images/progress_timeline_left.png +%%DATADIR%%/resources/images/orange-bubble_left.png +%%DATADIR%%/resources/images/device-off-far-right.png +%%DATADIR%%/resources/images/toggle-button-active_center.png +%%DATADIR%%/resources/images/feed-remove-podcast_active.png +%%DATADIR%%/resources/images/item-renderer-expiring-middle.png +%%DATADIR%%/resources/images/icon-podcast-small.png +%%DATADIR%%/resources/images/feed-settings.png +%%DATADIR%%/resources/images/item-renderer-background-right.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-6-middle.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-2-right.png +%%DATADIR%%/resources/images/device-on-far-right.png +%%DATADIR%%/resources/images/navdownload_active.png +%%DATADIR%%/resources/images/item-renderer-selected-background-left.png +%%DATADIR%%/resources/images/download-settings_active.png +%%DATADIR%%/resources/images/torrent-info-eta.png +%%DATADIR%%/resources/images/icon-video_active.png +%%DATADIR%%/resources/images/autodownload-new.png +%%DATADIR%%/resources/images/cc-available.png +%%DATADIR%%/resources/images/titlebar-right.png +%%DATADIR%%/resources/images/item-renderer-pause-pressed.png +%%DATADIR%%/resources/images/icon-store_active.png +%%DATADIR%%/resources/images/device-sync_right.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-5-middle.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-4-left.png +%%DATADIR%%/resources/images/item-renderer-unplayed-cap.png +%%DATADIR%%/resources/images/item-renderer-remove-playlist.png +%%DATADIR%%/resources/images/repeat.png +%%DATADIR%%/resources/images/connect-appstore.png +%%DATADIR%%/resources/images/sync-unknown.png +%%DATADIR%%/resources/images/up.png +%%DATADIR%%/resources/images/device-size-fg_center.png +%%DATADIR%%/resources/images/sharing.png +%%DATADIR%%/resources/images/item-renderer-download-stop.png +%%DATADIR%%/resources/images/item-renderer-failed-cap.png +%%DATADIR%%/resources/images/star-yes.png +%%DATADIR%%/resources/images/item-renderer-queued-cap.png +%%DATADIR%%/resources/images/item-renderer-conversion-progress-left.png +%%DATADIR%%/resources/images/progress_timeline_inactive_center.png +%%DATADIR%%/resources/images/pref_tab_conversions.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-middle.png +%%DATADIR%%/resources/images/item-details-empty-thumb.png +%%DATADIR%%/resources/images/autodownload-all_active.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-8-middle.png +%%DATADIR%%/resources/images/torrent-info-down-rate.png +%%DATADIR%%/resources/images/guide-sidebar-arrow-close.png +%%DATADIR%%/resources/images/item-renderer-play.png +%%DATADIR%%/resources/images/icon-store_large.png +%%DATADIR%%/resources/images/pref_tab_extensions.png +%%DATADIR%%/resources/images/icon-playlist_active.png +%%DATADIR%%/resources/images/device-on-middle-left.png +%%DATADIR%%/resources/images/item-renderer-resume-cap.png +%%DATADIR%%/resources/images/device-size-bg_center.png +%%DATADIR%%/resources/images/device-sync_active_right.png +%%DATADIR%%/resources/images/pref_tab_feeds.png +%%DATADIR%%/resources/images/repeat-1.png +%%DATADIR%%/resources/images/resume-playback-button-pressed.png +%%DATADIR%%/resources/images/item-renderer-selected-background-middle.png +%%DATADIR%%/resources/images/save-as-playlist_active.png +%%DATADIR%%/resources/images/item-renderer-time-left.png +%%DATADIR%%/resources/images/green-bubble_center.png +%%DATADIR%%/resources/images/item-renderer-queued-middle.png +%%DATADIR%%/resources/images/star-unset.png +%%DATADIR%%/resources/images/icon-device-hd_active.png +%%DATADIR%%/resources/images/item-renderer-menu-pressed.png +%%DATADIR%%/resources/images/device-on-middle-right.png +%%DATADIR%%/resources/images/playback_track_progress_inactive_center.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-2-left.png +%%DATADIR%%/resources/images/item-renderer-progress-left-cap.png +%%DATADIR%%/resources/images/navseparator.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-1-left.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-left-pressed.png +%%DATADIR%%/resources/images/icon-device-hd.png +%%DATADIR%%/resources/images/toggle-button-inactive_left.png +%%DATADIR%%/resources/images/list-view.png +%%DATADIR%%/resources/images/icon-connect.png +%%DATADIR%%/resources/images/filter_left.png +%%DATADIR%%/resources/images/autodownload-new_active.png +%%DATADIR%%/resources/images/icon-source-small.png +%%DATADIR%%/resources/images/sync-cancel.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-4-right.png +%%DATADIR%%/resources/images/playback_track_inactive_left.png +%%DATADIR%%/resources/images/download-pause_active.png +%%DATADIR%%/resources/images/blue-bubble_left.png +%%DATADIR%%/resources/images/device-sync_left.png +%%DATADIR%%/resources/images/list-view_pressed.png +%%DATADIR%%/resources/images/icon-eject.png +%%DATADIR%%/resources/images/icon-downloading_active.png +%%DATADIR%%/resources/images/resume-playback-title-middle.png +%%DATADIR%%/resources/images/repeat-on_active.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-10-right.png +%%DATADIR%%/resources/images/item-renderer-download-icon.png +%%DATADIR%%/resources/images/device-off-middle-left.png +%%DATADIR%%/resources/images/item-renderer-remove.png +%%DATADIR%%/resources/images/device-on-center.png +%%DATADIR%%/resources/images/icon-podcast_active.png +%%DATADIR%%/resources/images/autodownload-off_active.png +%%DATADIR%%/resources/images/save-as-podcast_active.png +%%DATADIR%%/resources/images/guide-sidebar-play.png +%%DATADIR%%/resources/images/headertoolbar_active.png +%%DATADIR%%/resources/images/progress_timeline_inactive_right.png +%%DATADIR%%/resources/images/device-off-far-left.png +%%DATADIR%%/resources/images/item-renderer-download-button-large-left-pressed.png +%%DATADIR%%/resources/images/device-sync_inactive_right.png +%%DATADIR%%/resources/images/hard-drive.png +%%DATADIR%%/resources/images/item-renderer-drm-cap.png +%%DATADIR%%/resources/images/icon-store-small_active.png +%%DATADIR%%/resources/images/download-settings.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-5-left.png +%%DATADIR%%/resources/images/pref_tab_playback.png +%%DATADIR%%/resources/images/white-bubble_right.png +%%DATADIR%%/resources/images/toggle-button-inactive_right.png +%%DATADIR%%/resources/images/navbg.png +%%DATADIR%%/resources/images/toggle-button-active_right.png +%%DATADIR%%/resources/images/item-renderer-keep-pressed.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-left.png +%%DATADIR%%/resources/images/item-renderer-download-button-large-left.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-middle-selected.png +%%DATADIR%%/resources/images/save-as-playlist.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-1-middle.png +%%DATADIR%%/resources/images/device-sync_center.png +%%DATADIR%%/resources/images/play_disabled.png +%%DATADIR%%/resources/images/item-renderer-progress-track.png +%%DATADIR%%/resources/images/pref_tab_disk_space.png +%%DATADIR%%/resources/images/item-renderer-newly-middle.png +%%DATADIR%%/resources/images/playback_track_progress_inactive_right.png +%%DATADIR%%/resources/images/icon-device_active.png +%%DATADIR%%/resources/images/playback_cursor_inactive.png +%%DATADIR%%/resources/images/green-bubble_right.png +%%DATADIR%%/resources/images/titlebar-middle.png +%%DATADIR%%/resources/images/icon-device.png +%%DATADIR%%/resources/images/device-off-center.png +%%DATADIR%%/resources/images/item-renderer-dl-stats-selected-left-cap.png +%%DATADIR%%/resources/images/item-renderer-selected-background-right.png +%%DATADIR%%/resources/images/delete.png +%%DATADIR%%/resources/images/pref_tab_folders.png +%%DATADIR%%/resources/images/pause_disabled.png +%%DATADIR%%/resources/images/item-renderer-keep.png +%%DATADIR%%/resources/images/connect-toggle-off.png +%%DATADIR%%/resources/images/down.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-1-right.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-3-right.png +%%DATADIR%%/resources/images/autodownload-off.png +%%DATADIR%%/resources/images/pref_panel_error.png +%%DATADIR%%/resources/images/icon-device-video_active.png +%%DATADIR%%/resources/images/icon-playlist_large.png +%%DATADIR%%/resources/images/download-cancel_active.png +%%DATADIR%%/resources/images/status-icon-playing.png +%%DATADIR%%/resources/images/download-pause.png +%%DATADIR%%/resources/images/white-bubble_left.png +%%DATADIR%%/resources/images/standard-view.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-4-middle.png +%%DATADIR%%/resources/images/item-details-image-bg.png +%%DATADIR%%/resources/images/progress_timeline_center.png +%%DATADIR%%/resources/images/item-renderer-download-resume.png +%%DATADIR%%/resources/images/item-renderer-menu.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-10-middle.png +%%DATADIR%%/resources/images/pref_tab_stores.png +%%DATADIR%%/resources/images/icon-playlist-small_active.png +%%DATADIR%%/resources/images/navopen_active.png +%%DATADIR%%/resources/images/device-size-fg_right.png +%%DATADIR%%/resources/images/item-renderer-download-button-large-middle.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-6-right.png +%%DATADIR%%/resources/images/keep-button.png +%%DATADIR%%/resources/images/icon-connect_large.png +%%DATADIR%%/resources/images/titlebar-right_active.png +%%DATADIR%%/resources/images/toggle-button-active_left.png +%%DATADIR%%/resources/images/item-renderer-dl-stats-selected-right-cap.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-2-middle.png +%%DATADIR%%/resources/images/item-renderer-drm-middle.png +%%DATADIR%%/resources/images/feed-remove-podcast.png +%%DATADIR%%/resources/images/item-renderer-remove-playlist-pressed.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-3-middle.png +%%DATADIR%%/resources/images/shuffle-on.png +%%DATADIR%%/resources/images/item-details-expander-arrow-down.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-8-left.png +%%DATADIR%%/resources/images/pref_tab_general.png +%%DATADIR%%/resources/images/orange-bubble_center.png +%%DATADIR%%/resources/images/item-renderer-failed-middle.png +%%DATADIR%%/resources/images/guide-sidebar-play_active.png +%%DATADIR%%/resources/images/item-renderer-dl-stats-right-cap.png +%%DATADIR%%/resources/images/device-size-fg_left.png +%%DATADIR%%/resources/images/guide-sidebar.png +%%DATADIR%%/resources/images/item-renderer-ul-speed.png +%%DATADIR%%/resources/images/titlebar-left.png +%%DATADIR%%/resources/images/item-renderer-resume-middle.png +%%DATADIR%%/resources/images/item-renderer-conversion-progress-right.png +%%DATADIR%%/resources/images/item-renderer-play-pressed.png +%%DATADIR%%/resources/images/icon-source_active.png +%%DATADIR%%/resources/images/shuffle-on_active.png +%%DATADIR%%/resources/images/device-sync_active_center.png +%%DATADIR%%/resources/images/connect-help.png +%%DATADIR%%/resources/images/item-renderer-progress-middle.png +%%DATADIR%%/resources/images/icon-audio_active.png +%%DATADIR%%/resources/images/tab-collapsed.png +%%DATADIR%%/resources/images/star-no.png +%%DATADIR%%/resources/images/cc-on.png +%%DATADIR%%/resources/images/connect-android.png +%%DATADIR%%/resources/images/item-details-expander-arrow.png +%%DATADIR%%/resources/images/item-renderer-unplayed-middle.png +%%DATADIR%%/resources/images/item-renderer-pause.png +%%DATADIR%%/resources/images/resume-playback-button.png +%%DATADIR%%/resources/images/status-icon-normal.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-8-right.png +%%DATADIR%%/resources/images/resume-playback-title-right.png +%%DATADIR%%/resources/images/blue-bubble_center.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-5-right.png +%%DATADIR%%/resources/images/item-renderer-download-resume-pressed.png +%%DATADIR%%/resources/images/toggle-button-inactive_center.png +%%DATADIR%%/resources/images/device-on-far-left.png +%%DATADIR%%/resources/images/icon-store.png +%%DATADIR%%/resources/images/standard-view_pressed.png +%%DATADIR%%/resources/images/playback_track_progress_inactive_left.png +%%DATADIR%%/resources/images/device-sync_active_left.png +%%DATADIR%%/resources/images/icon-device-video.png +%%DATADIR%%/resources/images/icon-connect_active.png +%%DATADIR%%/resources/images/icon-podcast-small_active.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-7-right.png +%%DATADIR%%/resources/images/item-renderer-newly-cap.png +%%DATADIR%%/resources/images/item-renderer-progress-right-cap.png +%%DATADIR%%/resources/images/skip_forward_disabled.png +%%DATADIR%%/resources/images/icon-watched-folder.png +%%DATADIR%%/resources/images/item-renderer-conversion-progress-middle.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-6-left.png +%%DATADIR%%/resources/images/blue-bubble_right.png +%%DATADIR%%/resources/images/orange-bubble_right.png +%%DATADIR%%/resources/images/download-started.png +%%DATADIR%%/resources/images/pref_tab_downloads.png +%%DATADIR%%/resources/images/shuffle.png +%%DATADIR%%/resources/images/stop_disabled.png +%%DATADIR%%/resources/images/download-resume.png +%%DATADIR%%/resources/images/device-sync_inactive_left.png +%%DATADIR%%/resources/images/icon-source-small_active.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-3-left.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-left-selected.png +%%DATADIR%%/resources/images/navopen.png +%%DATADIR%%/resources/images/sync-unmounted.png +%%DATADIR%%/resources/images/pref_tab_sharing.png +%%DATADIR%%/resources/images/item-renderer-dl-stats-middle.png +%%DATADIR%%/resources/images/titlebar-left_active.png +%%DATADIR%%/resources/images/repeat-1_active.png +%%DATADIR%%/resources/images/white-bubble_center.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-9-right.png +%%DATADIR%%/resources/images/repeat_active.png +%%DATADIR%%/resources/images/headertoolbar.png +%%DATADIR%%/resources/images/icon-device-audio.png +%%DATADIR%%/resources/images/item-renderer-remove-pressed.png +%%DATADIR%%/resources/images/item-renderer-dl-speed.png +%%DATADIR%%/resources/images/icon-converting.png +%%DATADIR%%/resources/images/tab-expanded.png +%%DATADIR%%/resources/images/item-renderer-download-pause.png +%%DATADIR%%/resources/images/device-off-middle-right.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-7-left.png +%%DATADIR%%/resources/images/item-renderer-dl-stats-selected-middle.png +%%DATADIR%%/resources/images/standard-view_active.png +%%DATADIR%%/resources/images/item-renderer-keep-selected.png +%%DATADIR%%/resources/images/titlebar-middle_active.png +%%DATADIR%%/resources/images/progress_timeline_inactive_left.png +%%DATADIR%%/resources/images/item-renderer-download-pause-pressed.png +%%DATADIR%%/resources/images/icon-store-small.png +%%DATADIR%%/resources/images/item-renderer-background-middle.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-9-left.png +%%DATADIR%%/resources/images/save-as-podcast.png +%%DATADIR%%/resources/images/icon-source.png +%%DATADIR%%/resources/images/navdownload.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-right-pressed.png +%%DATADIR%%/resources/images/playback_track_inactive_right.png +%%DATADIR%%/resources/images/star-probably.png +%%DATADIR%%/resources/images/filter_center.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-right-selected.png +%%DATADIR%%/resources/images/item-renderer-download-stop-pressed.png +%%DATADIR%%/resources/images/status-icon-unplayed.png +%%DATADIR%%/resources/images/item-renderer-progress-throbber-9-middle.png +%%DATADIR%%/resources/images/item-renderer-dl-stats-left-cap.png +%%DATADIR%%/resources/images/item-renderer-rounded-button-middle-pressed.png +%%DATADIR%%/resources/images/torrent-info-up-rate.png +%%DATADIR%%/resources/images/item-renderer-download-button-large-right-pressed.png +%%DATADIR%%/resources/testdata/moviedata.json +%%DATADIR%%/resources/testdata/pop.mp3 +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test4.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test6.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.17325mp3.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test5.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test14.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test12.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test2.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg.unknown_encoder.txt +%%DATADIR%%/resources/testdata/conversions/README +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test11.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test10.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg.mp4.mp3.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test3.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test9.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test1.txt +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test1.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test12.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test3.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test10.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test14.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test4.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test8.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test9.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.17325mp3.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test5.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test13.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test2.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test11.txt.output +%%DATADIR%%/resources/testdata/conversions/output/ffmpeg_info.test6.txt.output +%%DATADIR%%/resources/testdata/conversions/ffmpeg2theora.mp4.oggtheora.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg.error_while_decoding_stream.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test8.txt +%%DATADIR%%/resources/testdata/conversions/ffmpeg_info.test13.txt +%%DATADIR%%/resources/testdata/feedparsertests/feeds/http___vodo_net_feeds_promoted.xml +%%DATADIR%%/resources/testdata/feedparsertests/feeds/http___www_linktv_org_rss_hq_globalpulse.xml +%%DATADIR%%/resources/testdata/feedparsertests/feeds/http___feeds_feedburner_com_earth-touch_podcast_720p.xml +%%DATADIR%%/resources/testdata/feedparsertests/feeds/ooze.rss +%%DATADIR%%/resources/testdata/feedparsertests/feeds/http___feeds_miroguide_com_miroguide_featured.xml +%%DATADIR%%/resources/testdata/feedparsertests/feeds/usvideo.xml +%%DATADIR%%/resources/testdata/feedparsertests/feeds/http___feeds_miroguide_com_miroguide_new.xml +%%DATADIR%%/resources/testdata/feedparsertests/feeds/http___feeds_thisamericanlife_org_talpodcast.xml +%%DATADIR%%/resources/testdata/feedparsertests/output +%%DATADIR%%/resources/testdata/feedparsertests/output/ooze.rss.output +%%DATADIR%%/resources/testdata/feedparsertests/output/http___feeds_feedburner_com_earth-touch_podcast_720p.xml.output +%%DATADIR%%/resources/testdata/feedparsertests/output/http___feeds_thisamericanlife_org_talpodcast.xml.output +%%DATADIR%%/resources/testdata/feedparsertests/output/http___feeds_miroguide_com_miroguide_featured.xml.output +%%DATADIR%%/resources/testdata/feedparsertests/output/http___vodo_net_feeds_promoted.xml.output +%%DATADIR%%/resources/testdata/feedparsertests/output/http___www_linktv_org_rss_hq_globalpulse.xml.output +%%DATADIR%%/resources/testdata/feedparsertests/output/usvideo.xml.output +%%DATADIR%%/resources/testdata/feedparsertests/output/http___feeds_miroguide_com_miroguide_new.xml.output +%%DATADIR%%/resources/testdata/httpserver/auth-failed.txt +%%DATADIR%%/resources/testdata/metadata/mp3-0.mp3 +%%DATADIR%%/resources/testdata/metadata/mp3-1.mp3 +%%DATADIR%%/resources/testdata/metadata/mp4-0.mp4 +%%DATADIR%%/resources/testdata/metadata/drm.m4v +%%DATADIR%%/resources/testdata/metadata/webm-0.webm +%%DATADIR%%/resources/testdata/metadata/mp3-2.mp3 +%%DATADIR%%/resources/testdata/metadata/theora_with_ogg_extension.ogg +%%DATADIR%%/resources/devices/generic_phone.py +%%DATADIR%%/resources/devices/android.py +%%DATADIR%%/resources/extensions/testharness.py +%%DATADIR%%/resources/extensions/README +%%DATADIR%%/resources/extensions/__init__.py +%%DATADIR%%/resources/extensions/watchhistory.miroext +%%DATADIR%%/resources/extensions/watchhistory/__init__.py +%%DATADIR%%/resources/extensions/watchhistory/main.py share/pixmaps/miro.xpm @dirrm %%DATADIR%%/resources/testdata/stripperdata @dirrm %%DATADIR%%/resources/testdata/locale/fr/LC_MESSAGES @dirrm %%DATADIR%%/resources/testdata/locale/fr @dirrm %%DATADIR%%/resources/testdata/locale @dirrm %%DATADIR%%/resources/testdata/httpserver +@dirrm %%DATADIR%%/resources/testdata/conversions/output +@dirrm %%DATADIR%%/resources/testdata/conversions +@dirrm %%DATADIR%%/resources/testdata/feedparsertests/feeds +@dirrm %%DATADIR%%/resources/testdata/feedparsertests/output +@dirrm %%DATADIR%%/resources/testdata/feedparsertests +@dirrm %%DATADIR%%/resources/testdata/metadata @dirrm %%DATADIR%%/resources/testdata @dirrm %%DATADIR%%/resources/searchengines @dirrm %%DATADIR%%/resources/images +@dirrm %%DATADIR%%/resources/extensions/watchhistory +@dirrm %%DATADIR%%/resources/extensions +@dirrm %%DATADIR%%/resources/devices @dirrm %%DATADIR%%/resources/conversions @dirrm %%DATADIR%%/resources @dirrm %%DATADIR%% @@ -1005,6 +1566,16 @@ @dirrmtry share/locale/zh_HK @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu +@dirrmtry share/locale/dv/LC_MESSAGES +@dirrmtry share/locale/dv +@dirrmtry share/locale/jv/LC_MESSAGES +@dirrmtry share/locale/jv +@dirrmtry share/locale/ltg/LC_MESSAGES +@dirrmtry share/locale/ltg +@dirrmtry share/locale/swch/LC_MESSAGES +@dirrmtry share/locale/swch +@dirrmtry share/locale/ta_LK/LC_MESSAGES +@dirrmtry share/locale/ta_LK @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/miro/test @dirrm %%PYTHON_SITELIBDIR%%/miro/plat/renderers @@ -1018,6 +1589,9 @@ @dirrm %%PYTHON_SITELIBDIR%%/miro/frontends @dirrm %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private @dirrm %%PYTHON_SITELIBDIR%%/miro/dl_daemon +@dirrm %%PYTHON_SITELIBDIR%%/miro/libdaap +@dirrm %%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets +@dirrm %%PYTHON_SITELIBDIR%%/miro/frontends @dirrm %%PYTHON_SITELIBDIR%%/miro @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 12:30:11 2011 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 4CB83106566C for ; Sun, 29 May 2011 12: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 1C9598FC17 for ; Sun, 29 May 2011 12:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TCUAqG069036 for ; Sun, 29 May 2011 12:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TCUATO069033; Sun, 29 May 2011 12:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 12:30:10 GMT Resent-Message-Id: <201105291230.p4TCUATO069033@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9518A1065672 for ; Sun, 29 May 2011 12:29:03 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (unknown [IPv6:2001:380:e06:127::53]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB058FC24 for ; Sun, 29 May 2011 12:29:02 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id 627AC39D54 for ; Sun, 29 May 2011 21:28:57 +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 4722C39D53 for ; Sun, 29 May 2011 21:28:57 +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 p4TCSupG087224 for ; Sun, 29 May 2011 21:28:56 +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 p4TCSuTF087223; Sun, 29 May 2011 21:28:56 +0900 (JST) (envelope-from aoyama) Message-Id: <201105291228.p4TCSuTF087223@hera.peach.ne.jp.private> Date: Sun, 29 May 2011 21:28:56 +0900 (JST) From: Daisuke Aoyama To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157395: [MAINTAINER] net/istgt: update to 20110529 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 12:30:11 -0000 >Number: 157395 >Category: ports >Synopsis: [MAINTAINER] net/istgt: update to 20110529 >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 May 29 12:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Daisuke Aoyama >Release: FreeBSD 7.3-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD hera.peach.ne.jp.private 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #0: Fri Mar 25 04:15:43 JST 2011 >Description: - Update to 20110529 This archive contains ports/156117 patch. Removed file(s): - files/patch-etc__istgt.sh.in Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- istgt-20110529.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile /home/aoyama/ports/net/istgt/Makefile --- /usr/ports/net/istgt/Makefile 2011-04-19 02:16:29.000000000 +0900 +++ /home/aoyama/ports/net/istgt/Makefile 2011-05-29 21:17:39.059970392 +0900 @@ -6,8 +6,8 @@ # PORTNAME= istgt -PORTVERSION= 20110223 -PORTREVISION= 1 +PORTVERSION= 20110529 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ diff -ruN --exclude=CVS /usr/ports/net/istgt/distinfo /home/aoyama/ports/net/istgt/distinfo --- /usr/ports/net/istgt/distinfo 2011-02-24 03:09:53.000000000 +0900 +++ /home/aoyama/ports/net/istgt/distinfo 2011-05-29 21:19:18.865579992 +0900 @@ -1,2 +1,2 @@ -SHA256 (istgt-20110223.tar.gz) = 5ef5663f37932290d973954dc683b64938989ccc856eca08b4075699a22916aa -SIZE (istgt-20110223.tar.gz) = 223384 +SHA256 (istgt-20110529.tar.gz) = 51a3bde2177780f1a9cd0b32d3949f5db5e614f8d2c520e408e329778f7c49e0 +SIZE (istgt-20110529.tar.gz) = 224527 diff -ruN --exclude=CVS /usr/ports/net/istgt/files/patch-etc__istgt.sh.in /home/aoyama/ports/net/istgt/files/patch-etc__istgt.sh.in --- /usr/ports/net/istgt/files/patch-etc__istgt.sh.in 2011-04-19 02:16:29.000000000 +0900 +++ /home/aoyama/ports/net/istgt/files/patch-etc__istgt.sh.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- ./etc/istgt.sh.in.orig 2009-04-20 02:46:41.000000000 -0700 -+++ ./etc/istgt.sh.in 2011-04-01 10:54:21.980657627 -0700 -@@ -9,6 +9,7 @@ - - name="istgt" - rcvar=`set_rcvar` -+extra_commands="reload" - - load_rc_config $name - --- istgt-20110529.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:30:15 2011 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 819111065675 for ; Sun, 29 May 2011 13: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 642FF8FC16 for ; Sun, 29 May 2011 13:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDUFOQ025081 for ; Sun, 29 May 2011 13:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDUF0L025076; Sun, 29 May 2011 13:30:15 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 13:30:15 GMT Resent-Message-Id: <201105291330.p4TDUF0L025076@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 65795106566B; Sun, 29 May 2011 13:22:54 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QQfxF-000Lui-Dv; Sun, 29 May 2011 15:22:53 +0200 Message-Id: Date: Sun, 29 May 2011 15:22:53 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Greg Larkin , Gerald Pfeifer Subject: ports/157396: print/pdftk does not build with lang/gcc46 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 13:30:15 -0000 >Number: 157396 >Category: ports >Synopsis: print/pdftk does not build with lang/gcc46 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 29 13:30:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 8.2-STABLE FreeBSD 8.2-STABLE #67: Fri May 27 21:36:00 CEST 2011 toor@apollo.emma.line.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Greg, Gerald, Please help - I can't seem to build print/pdftk with GCC 4.6 (pdftk wants USE_GCC=4.5+). GCC 4.5 used to work, however I've tried to consolidate my installation and all other USE_GCC ports I've got installed are happy with 4.6. (details to reproduce below), and am getting tons of these errors: gcjh46 cannot find/execute the ecj1 command. I'm not too much into GCC-for-Java, so I have zero clue what's up here beyond GCJ missing Eclipse's Java Compiler. Call my understanding eclipsed ;) Questions: A: Can pdftk be modified so I can use openjdk? Not sure - if we want native code, that might not work. B: Why does pdftk ignore compiler errors, rather than abort up front? C: Can GCC46 be modified so that it either makes ends meet without ecj1, or pull in the required dependencies? Build log excerpt: ... ===> Building for pdftk-1.44 gmake -f Makefile -iC ../java all gmake[1]: Entering directory `/usr/tmp/usr/ports/print/pdftk/work/pdftk-1.44-dist/java' /usr/local/bin/gcj46 -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc46 -w -Wall -Wextra -fsource=1.3 -O2 --encoding=UTF-8 --classpath=":/usr/tmp/usr/ports/print/pdftk/work/pdftk-1.44-dist/java:." -C com/lowagie/text/ElementTags.java gcj46: error trying to exec 'ecj1': execvp: No such file or directory gmake[1]: [com/lowagie/text/ElementTags.class] Error 1 (ignored) /usr/local/bin/gcjh46 -force --classpath=":/usr/tmp/usr/ports/print/pdftk/work/pdftk-1.44-dist/java:." com/lowagie/text/ElementTags Exception in thread "main" java.io.IOException: can't find class file com/lowagie/text/ElementTags.class in java.net.URLClassLoader{urls=[file:/usr/tmp/usr/ports/print/pdftk/work/pdftk-1.44-dist/java/,file:/usr/tmp/usr/ports/print/pdftk/work/pdftk-1.44-dist/java/./,file:/usr/local/share/java/libgcj-4.6.1.jar], parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}} at gnu.classpath.tools.javah.Main.getClass(Unknown Source) at gnu.classpath.tools.javah.Main.run(Unknown Source) at gnu.classpath.tools.javah.GcjhMain.main(Unknown Source) gmake[1]: [com/lowagie/text/ElementTags.h] Error 1 (ignored) ... /usr/local/bin/gcj46 -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc46 -w -Wall - Wextra -fsource=1.3 -O2 --encoding=UTF-8 --classpath=":/usr/tmp/usr/ports/print/ pdftk/work/pdftk-1.44-dist/java:." -c java_lib.jar In file included from :0:0: java_lib.jar:0:0: fatal error: bad zip/jar file java_lib.jar compilation terminated. gmake[1]: [java_lib.o] Error 1 (ignored) gmake[1]: Leaving directory `/usr/tmp/usr/ports/print/pdftk/work/pdftk-1.44-dist /java' /usr/local/bin/g++46 -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGN ALS -fdollars-in-identifiers -DPDFTK_VER=\"1.44\" -Wall -Wextra -Weffc++ -O2 -I. ./java pdftk.cc -c pdftk.cc:60:39: fatal error: com/lowagie/text/Document.h: No such file or direct ory compilation terminated. gmake: *** [pdftk.o] Error 1 *** Error code 1 Stop in /usr/ports/print/pdftk. >How-To-Repeat: 1. deinstall GCC-4.5* if installed 2. install GCC 4.6 with JAVA option cd /usr/ports/print/pdftk make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:30:28 2011 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 1556F1065670; Sun, 29 May 2011 13:30: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 E23B78FC16; Sun, 29 May 2011 13:30:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDURsA026200; Sun, 29 May 2011 13:30:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDURiV026186; Sun, 29 May 2011 13:30:27 GMT (envelope-from edwin) Date: Sun, 29 May 2011 13:30:27 GMT Message-Id: <201105291330.p4TDURiV026186@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157396: print/pdftk does not build with lang/gcc46 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 13:30:28 -0000 Synopsis: print/pdftk does not build with lang/gcc46 Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 29 13:30:26 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157396 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:53:28 2011 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 82923106564A; Sun, 29 May 2011 13:53:28 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8D78FC08; Sun, 29 May 2011 13:53:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDrStQ052608; Sun, 29 May 2011 13:53:28 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDrS4Q052604; Sun, 29 May 2011 13:53:28 GMT (envelope-from wxs) Date: Sun, 29 May 2011 13:53:28 GMT Message-Id: <201105291353.p4TDrS4Q052604@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157393: [MAINTAINER] sysutils/downtimed: update to 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: Sun, 29 May 2011 13:53:28 -0000 Synopsis: [MAINTAINER] sysutils/downtimed: update to 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 13:53:27 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157393 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:53:58 2011 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 D3717106564A; Sun, 29 May 2011 13:53:58 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC2898FC18; Sun, 29 May 2011 13:53:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDrwBw052706; Sun, 29 May 2011 13:53:58 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDrwOI052702; Sun, 29 May 2011 13:53:58 GMT (envelope-from wxs) Date: Sun, 29 May 2011 13:53:58 GMT Message-Id: <201105291353.p4TDrwOI052702@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157391: [maintainer update] update to version 0.4 of ports-mgmt/portrac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 13:53:58 -0000 Synopsis: [maintainer update] update to version 0.4 of ports-mgmt/portrac Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 13:53:58 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157391 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:54:30 2011 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 9580E106564A; Sun, 29 May 2011 13:54:30 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8FA8FC08; Sun, 29 May 2011 13:54:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDsUG8052810; Sun, 29 May 2011 13:54:30 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDsULB052806; Sun, 29 May 2011 13:54:30 GMT (envelope-from wxs) Date: Sun, 29 May 2011 13:54:30 GMT Message-Id: <201105291354.p4TDsULB052806@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157394: [PATCH] multimedia/miro update to 4.0.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: Sun, 29 May 2011 13:54:30 -0000 Synopsis: [PATCH] multimedia/miro update to 4.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 13:54:30 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157394 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:55:07 2011 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 B4BFD106566B; Sun, 29 May 2011 13:55:07 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 84E4B8FC15; Sun, 29 May 2011 13:55:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDt7Pd052919; Sun, 29 May 2011 13:55:07 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDt7fv052914; Sun, 29 May 2011 13:55:07 GMT (envelope-from wxs) Date: Sun, 29 May 2011 13:55:07 GMT Message-Id: <201105291355.p4TDt7fv052914@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157395: [MAINTAINER] net/istgt: update to 20110529 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 13:55:07 -0000 Synopsis: [MAINTAINER] net/istgt: update to 20110529 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 13:55:07 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157395 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:56:45 2011 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 027961065678; Sun, 29 May 2011 13:56:45 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFB6B8FC1F; Sun, 29 May 2011 13:56:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDuiLL053075; Sun, 29 May 2011 13:56:44 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDuifU053071; Sun, 29 May 2011 13:56:44 GMT (envelope-from wxs) Date: Sun, 29 May 2011 13:56:44 GMT Message-Id: <201105291356.p4TDuifU053071@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157353: [PATCH] print/xdvik-tetex: remove duplicate conflict line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 13:56:45 -0000 Synopsis: [PATCH] print/xdvik-tetex: remove duplicate conflict line Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 13:56:30 UTC 2011 Responsible-Changed-Why: Over to maintainer (hrs@). http://www.freebsd.org/cgi/query-pr.cgi?pr=157353 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 13:58:19 2011 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 F2717106564A; Sun, 29 May 2011 13:58:19 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB74E8FC16; Sun, 29 May 2011 13:58:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TDwJTS053194; Sun, 29 May 2011 13:58:19 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TDwJKP053190; Sun, 29 May 2011 13:58:19 GMT (envelope-from wxs) Date: Sun, 29 May 2011 13:58:19 GMT Message-Id: <201105291358.p4TDwJKP053190@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157325: [NEW PORT] devel/czmq: High-level C binding for zmq X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 13:58:20 -0000 Synopsis: [NEW PORT] devel/czmq: High-level C binding for zmq Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 13:58:19 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157325 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 15:20:10 2011 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 83853106564A for ; Sun, 29 May 2011 15: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 73BC88FC15 for ; Sun, 29 May 2011 15:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TFKAaT028892 for ; Sun, 29 May 2011 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TFKALv028888; Sun, 29 May 2011 15:20:10 GMT (envelope-from gnats) Date: Sun, 29 May 2011 15:20:10 GMT Message-Id: <201105291520.p4TFKALv028888@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pavel Volkov Cc: Subject: Re: ports/157330: [MAINTAINER] databases/sqlite3: modified dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pavel Volkov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 15:20:10 -0000 The following reply was made to PR ports/157330; it has been noted by GNATS. From: Pavel Volkov To: Baptiste Daroussin Cc: bug-followup@freebsd.org, mi+thun@aldan.algebra.com Subject: Re: ports/157330: [MAINTAINER] databases/sqlite3: modified dependency Date: Sun, 29 May 2011 19:10:51 +0400 Hello. Yes, but it was not always so. I checked, during installation port, or creating a package, dependence from the name and version of the library ICU is stored. Despite the fact, that the port itself does not specified of the version. This allows the user to take into account the existing dependencies. On Fri, May 27, 2011 at 22:29, Baptiste Daroussin wrote: > 2011/5/27 Pavel Volkov : >> Hello. >> Maybe you're right. But, sqlite works equally well when the user has alr= eady >> installed ICU.3 or ICU.4. Depending sqlite in this case does not require= the >> user to update ICU library at the same time upgrading sqlite. >> > =C2=A0There is no more ICU 3 now only icu 4 and the link library is > (currently :) ) libicu.so.46 so if upgrade occurs and sqlite is not > bumped sqlite will just fail. > > Bapt > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 17:00:17 2011 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 B8C101065670 for ; Sun, 29 May 2011 17: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 87C368FC1D for ; Sun, 29 May 2011 17:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TH0HYC018825 for ; Sun, 29 May 2011 17:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TH0H2p018824; Sun, 29 May 2011 17:00:17 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 17:00:17 GMT Resent-Message-Id: <201105291700.p4TH0H2p018824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ismail YENIGUL Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F089106566C for ; Sun, 29 May 2011 16:51: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 659008FC12 for ; Sun, 29 May 2011 16:51: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 p4TGpgjC028576 for ; Sun, 29 May 2011 16:51:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4TGpgII028575; Sun, 29 May 2011 16:51:42 GMT (envelope-from nobody) Message-Id: <201105291651.p4TGpgII028575@red.freebsd.org> Date: Sun, 29 May 2011 16:51:42 GMT From: Ismail YENIGUL To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157398: open-vm-tools is broken on FreeBSD 8.2 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, 29 May 2011 17:00:17 -0000 >Number: 157398 >Category: ports >Synopsis: open-vm-tools is broken on FreeBSD 8.2 amd64 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 29 17:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ismail YENIGUL >Release: FreeBSD 8.2 >Organization: SurGATE Labs >Environment: FreeBSD devel.myserver.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I got the following error during the configuration stage of the port. 1.cc1: warnings being treated as errors 2. Unknown architecture. 3. make install command install vmware-tools to under /etc directory. The solutions: Error 1: I disabled -Werror flag from configure and configure.in Error 2: I added the following lines to configure.ac. The current patch add these lines in configure only. + amd64) + userSpaceBitness="64" + ;; Error 3: I apllied to the following patch to scripts/Makefile.am(current patch changes only scripts/Makefile) --- scripts/Makefile.am.orig 2011-05-29 17:46:51.000000000 +0300 +++ scripts/Makefile.am 2011-05-29 17:47:00.000000000 +0300 @@ -3,7 +3,7 @@ defaultscripts += suspend-vm-default defaultscripts += resume-vm-default -confdir = /etc/vmware-tools +confdir = ${prefix}/share/vmware-tools conf_SCRIPTS = ./common/vm-support conf_SCRIPTS += ./common/statechange.subr >How-To-Repeat: cd /usr/ports/emulators/open-vm-tools make install >Fix: Here is the patch: diff -ruN open-vm-tools.orig/files/patch-arch open-vm-tools/files/patch-arch --- open-vm-tools.orig/files/patch-arch 2010-01-02 18:29:44.000000000 +0200 +++ open-vm-tools/files/patch-arch 2011-05-29 18:05:39.000000000 +0300 @@ -1,6 +1,6 @@ ---- configure.orig 2008-03-28 10:36:13.000000000 +0100 -+++ configure 2008-03-28 10:36:45.000000000 +0100 -@@ -2259,6 +2259,9 @@ +--- configure.orig 2010-10-19 23:20:02.000000000 +0300 ++++ configure 2011-05-29 17:17:13.000000000 +0300 +@@ -2925,6 +2925,9 @@ x86_64) userSpaceBitness="64" ;; @@ -8,5 +8,35 @@ + userSpaceBitness="64" + ;; *) - { { echo "$as_me:$LINENO: error: Unknown architecture." >&5 - echo "$as_me: error: Unknown architecture." >&2;} + as_fn_error "Unknown architecture." "$LINENO" 5 + ;; +@@ -22414,7 +22417,7 @@ + + ### General flags / actions + CFLAGS="$CFLAGS -Wall" +-CFLAGS="$CFLAGS -Werror" ++#CFLAGS="$CFLAGS -Werror" + + # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident' in Xlib.h on OpenSolaris. + for TEST_CFLAG in -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing \ +--- configure.ac.orig 2010-10-19 23:19:54.000000000 +0300 ++++ configure.ac 2011-05-29 17:17:27.000000000 +0300 +@@ -82,6 +82,9 @@ + [x86_64]) + userSpaceBitness="64" + ;; ++ [amd64]) ++ userSpaceBitness="64" ++ ;; + [*]) + AC_MSG_ERROR([Unknown architecture.]) + ;; +@@ -880,7 +883,7 @@ + + ### General flags / actions + CFLAGS="$CFLAGS -Wall" +-CFLAGS="$CFLAGS -Werror" ++#CFLAGS="$CFLAGS -Werror" + + # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident' in Xlib.h on OpenSolaris. + for TEST_CFLAG in -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing \ diff -ruN open-vm-tools.orig/files/patch-scripts-Makefile open-vm-tools/files/patch-scripts-Makefile --- open-vm-tools.orig/files/patch-scripts-Makefile 2010-06-06 17:55:58.000000000 +0300 +++ open-vm-tools/files/patch-scripts-Makefile 2011-05-29 18:05:40.000000000 +0300 @@ -9,3 +9,14 @@ conf_SCRIPTS = ./common/vm-support ./common/statechange.subr \ $(defaultscripts) vmwsrcdir = $(confdir)/scripts/vmware +--- scripts/Makefile.am.orig 2011-05-29 17:46:51.000000000 +0300 ++++ scripts/Makefile.am 2011-05-29 17:47:00.000000000 +0300 +@@ -3,7 +3,7 @@ + defaultscripts += suspend-vm-default + defaultscripts += resume-vm-default + +-confdir = /etc/vmware-tools ++confdir = ${prefix}/share/vmware-tools + + conf_SCRIPTS = ./common/vm-support + conf_SCRIPTS += ./common/statechange.subr >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 17:05:40 2011 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 92A8B106566C; Sun, 29 May 2011 17:05:40 +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 6B95E8FC19; Sun, 29 May 2011 17:05:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TH5eIP027542; Sun, 29 May 2011 17:05:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TH5eRw027538; Sun, 29 May 2011 17:05:40 GMT (envelope-from linimon) Date: Sun, 29 May 2011 17:05:40 GMT Message-Id: <201105291705.p4TH5eRw027538@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mbr@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157398: emulation/open-vm-tools is broken on FreeBSD 8.2 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, 29 May 2011 17:05:40 -0000 Old Synopsis: open-vm-tools is broken on FreeBSD 8.2 amd64 New Synopsis: emulation/open-vm-tools is broken on FreeBSD 8.2 amd64 Responsible-Changed-From-To: freebsd-ports-bugs->mbr Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 17:05:23 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=157398 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 20:40:03 2011 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 6CEAD106566B for ; Sun, 29 May 2011 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 40A618FC08 for ; Sun, 29 May 2011 20:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TKe2AO019487 for ; Sun, 29 May 2011 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TKe2qC019486; Sun, 29 May 2011 20:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 20:40:02 GMT Resent-Message-Id: <201105292040.p4TKe2qC019486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sevan Janiyan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DC7F106564A for ; Sun, 29 May 2011 20:36:30 +0000 (UTC) (envelope-from sevan@moner.lab.venture37.net) Received: from moner.lab.venture37.net (moner.lab.venture37.net [91.103.132.220]) by mx1.freebsd.org (Postfix) with ESMTP id A3F878FC12 for ; Sun, 29 May 2011 20:36:29 +0000 (UTC) Received: from moner.lab.venture37.net (moner.lab.venture37.net [91.103.132.220]) by moner.lab.venture37.net (8.14.4/8.14.4) with ESMTP id p4TKaIF0065763; Sun, 29 May 2011 20:36:18 GMT (envelope-from sevan@moner.lab.venture37.net) Received: (from sevan@localhost) by moner.lab.venture37.net (8.14.4/8.14.4/Submit) id p4TKaHpX065762; Sun, 29 May 2011 20:36:17 GMT (envelope-from sevan) Message-Id: <201105292036.p4TKaHpX065762@moner.lab.venture37.net> Date: Sun, 29 May 2011 20:36:17 GMT From: Sevan Janiyan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157400: [PATCH] net/freeradius: Run under an unprivileged user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 20:40:03 -0000 >Number: 157400 >Category: ports >Synopsis: [PATCH] net/freeradius: Run under an unprivileged user >Confidential: no >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 May 29 20:40:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sevan Janiyan >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Venture 37 Ltd >Environment: System: FreeBSD somebox 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: Run under an unprivileged user (freeradius) Rework the make file utilise bsd.port.options.mk remove Makefile hack for python change the ownership of files & directories to new user A note will need to be added for existing users to UPDATING the user & group ownership of /usr/local/etc/raddb /var/run/radiusd /var/log/radacct /var/log/radius.log needs to be set to freeradius Added file(s): - files/patch-raddb_radiusd.conf.in - files/radiusd.in Removed file(s): - files/radiusd.sh.in Port maintainer (rpsfa@rit.edu) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- freeradius-1.1.8_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/freeradius.orig/Makefile /usr/ports/net/freeradius/Makefile --- /usr/ports/net/freeradius.orig/Makefile 2011-05-29 15:11:25.332448784 +0000 +++ /usr/ports/net/freeradius/Makefile 2011-05-29 19:48:19.890683698 +0000 @@ -15,38 +15,67 @@ http://ftp.cc.uoc.gr/mirrors/ftp.freeradius.org/%SUBDIR%/ \ http://freeradius.portal-to-web.de/%SUBDIR%/ MASTER_SITE_SUBDIR= . old +# If FREERADIUS_SLAVE_MYSQL is defined, we want to build the +# freeradius-mysql slave port +.ifdef(FREERADIUS_SLAVE_MYSQL) +PKGNAMESUFFIX= -mysql +.endif MAINTAINER?= rpsfa@rit.edu COMMENT?= A free RADIUS server implementation -USE_BZIP2= yes -WANT_PERL= yes - LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm -LOGDIR?= /var/log - +CONFLICTS= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].* # If FREERADIUS_SLAVE_MYSQL is defined, we want to build the # freeradius-mysql slave port - -CONFLICTS= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].* .ifdef(FREERADIUS_SLAVE_MYSQL) CONFLICTS+= freeradius-[0-9].* freeradius-mysql-[02-9].* -PKGNAMESUFFIX= -mysql .else CONFLICTS+= freeradius-mysql-[0-9].* freeradius-[02-9].* .endif + +MAN1= radclient.1 radeapclient.1 radlast.1 radtest.1 radwho.1 \ + radzap.1 +MAN5= acct_users.5 clients.5 clients.conf.5 dictionary.5 naslist.5 \ + radiusd.conf.5 rlm_acct_unique.5 rlm_always.5 \ + rlm_attr_filter.5 rlm_attr_rewrite.5 rlm_chap.5 rlm_counter.5 \ + rlm_detail.5 rlm_expr.5 rlm_files.5 rlm_mschap.5 rlm_pap.5 \ + rlm_passwd.5 rlm_realm.5 rlm_sql.5 rlm_sql_log.5 rlm_unix.5 \ + users.5 +MAN8= radiusd.8 radrelay.8 radsqlrelay.8 radwatch.8 rlm_ippool_tool.8 + +USE_BZIP2= yes +WANT_PERL= yes + +LOGDIR?= /var/log + NO_LATEST_LINK= yes -USE_RC_SUBR= radiusd.sh +USE_RC_SUBR= radiusd USE_AUTOTOOLS= libltdl libtool autoconf USE_GMAKE= yes USE_OPENSSL= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --quiet \ + --prefix=${PREFIX} \ + --localstatedir=/var \ + --with-system-libtool \ + --with-logdir=${LOGDIR} \ + --with-large-files \ + --with-openssl-includes=${OPENSSLINC} \ + --without-rlm_sql_db2 \ + --without-rlm_sql_freetds \ + --without-rlm_sql_iodbc \ + --without-rlm_sql_oracle \ + --without-rlm_sql_sybase MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +USERS= freeradius +GROUPS= freeradius OPTIONS= KERBEROS "With Kerberos support" off \ HEIMDAL "With Heimdal Kerberos support" off \ @@ -62,19 +91,15 @@ NOPERL "Do not require perl (use only if necessary)" off \ EXPERIMENTAL "Build experimental modules" off -.include - # Default requirements for rc script _REQUIRE= NETWORKING SERVERS +.include + .ifdef(FREERADIUS_SLAVE_MYSQL) WITH_MYSQL= yes .endif -CONFIGURE_ARGS= --quiet \ - --prefix=${PREFIX} \ - --localstatedir=/var \ - --with-system-libtool .ifdef(NOPORTDOCS) CONFIGURE_ARGS+=--without-docdir PLIST_SUB+= PORTDOCS="@comment " @@ -82,23 +107,6 @@ CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} PLIST_SUB+= PORTDOCS="" .endif -CONFIGURE_ARGS+=--with-logdir=${LOGDIR} \ - --with-large-files \ - --with-openssl-includes=${OPENSSLINC} -# This conditionality avoids -L/usr/lib in the radiusd build step when -# building with base system OpenSSL -.if ${OPENSSLLIB} != "/usr/lib" -CONFIGURE_ARGS+=--with-openssl-libraries=${OPENSSLLIB} -.endif -CONFIGURE_ARGS+=--without-rlm_sql_db2 \ - --without-rlm_sql_freetds \ - --without-rlm_sql_iodbc \ - --without-rlm_sql_oracle \ - --without-rlm_sql_sybase - -.if ${ARCH} == amd64 -CONFIGURE_ARGS+= --with-pic -.endif .if defined(WITH_HEIMDAL) && !defined(WITH_KERBEROS) WITH_KERBEROS= yes @@ -187,8 +195,6 @@ .ifdef(WITH_EXPERIMENTAL) USE_PYTHON= yes -# hack to get the dependency -.include "${PORTSDIR}/Mk/bsd.python.mk" CONFIGURE_ARGS+=--with-experimental-modules PLIST_SUB+= EXPM="" .else @@ -208,19 +214,19 @@ PLIST_SUB+= RLMPERL="" .endif -USE_LDCONFIG= yes +SUB_LIST+= REQUIRE="${_REQUIRE}" -MAN1= radclient.1 radeapclient.1 radlast.1 radtest.1 radwho.1 \ - radzap.1 -MAN5= acct_users.5 clients.5 clients.conf.5 dictionary.5 naslist.5 \ - radiusd.conf.5 rlm_acct_unique.5 rlm_always.5 \ - rlm_attr_filter.5 rlm_attr_rewrite.5 rlm_chap.5 rlm_counter.5 \ - rlm_detail.5 rlm_expr.5 rlm_files.5 rlm_mschap.5 rlm_pap.5 \ - rlm_passwd.5 rlm_realm.5 rlm_sql.5 rlm_sql_log.5 rlm_unix.5 \ - users.5 -MAN8= radiusd.8 radrelay.8 radsqlrelay.8 radwatch.8 rlm_ippool_tool.8 +.include -SUB_LIST+= REQUIRE="${_REQUIRE}" +# This conditionality avoids -L/usr/lib in the radiusd build step when +# building with base system OpenSSL +.if ${OPENSSLLIB} != "/usr/lib" +CONFIGURE_ARGS+=--with-openssl-libraries=${OPENSSLLIB} +.endif + +.if ${ARCH} == amd64 +CONFIGURE_ARGS+= --with-pic +.endif post-patch: # Patch Makefile / Makefile.in throughout the source tree to install raddb @@ -263,5 +269,11 @@ # Set ${PREFIX}/etc/raddb and all the files and folders in it to g-w,o-rwx # (FreeRADIUS will probably complain if this is not done) @${CHMOD} -R g-w,o-rwx ${PREFIX}/etc/raddb + @${CHOWN} -R ${USERS}:${GROUPS} ${PREFIX}/etc/raddb + + @${TOUCH} ${LOGDIR}/radius.log + @${CHOWN} ${USERS}:${GROUPS} ${LOGDIR}/radius.log + @${CHOWN} ${USERS}:${GROUPS} ${LOGDIR}/radacct + @${CHOWN} ${USERS}:${GROUPS} /var/run/radiusd .include diff -ruN --exclude=CVS /usr/ports/net/freeradius.orig/files/patch-raddb_radiusd.conf.in /usr/ports/net/freeradius/files/patch-raddb_radiusd.conf.in --- /usr/ports/net/freeradius.orig/files/patch-raddb_radiusd.conf.in 1970-01-01 00:00:00.000000000 +0000 +++ /usr/ports/net/freeradius/files/patch-raddb_radiusd.conf.in 2011-05-29 19:25:50.755014780 +0000 @@ -0,0 +1,13 @@ +--- raddb/radiusd.conf.in.orig 2011-05-29 19:22:10.091905921 +0000 ++++ raddb/radiusd.conf.in 2011-05-29 19:22:36.633918942 +0000 +@@ -106,8 +106,8 @@ pidfile = ${run_dir}/radiusd.pid + # that the debugging mode server is running as a user that can read the + # shadow info, and the user listed below can not. + # +-#user = nobody +-#group = nobody ++user = freeradius ++group = freeradius + + # max_request_time: The maximum time (in seconds) to handle a request. + # diff -ruN --exclude=CVS /usr/ports/net/freeradius.orig/files/radiusd.in /usr/ports/net/freeradius/files/radiusd.in --- /usr/ports/net/freeradius.orig/files/radiusd.in 1970-01-01 00:00:00.000000000 +0000 +++ /usr/ports/net/freeradius/files/radiusd.in 2011-05-29 16:45:15.101239510 +0000 @@ -0,0 +1,34 @@ +#!/bin/sh + +# PROVIDE: radiusd +# REQUIRE: %%REQUIRE%% +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable radiusd: +# +# radiusd_enable="YES" +# + +. /etc/rc.subr + +name=radiusd +rcvar=`set_rcvar` +load_rc_config $name + +command=%%PREFIX%%/sbin/radiusd +pidfile=/var/run/radiusd/radiusd.pid + +# The radiusd_config parameter is now obsolete. Instead, derive the +# configuration directory name from radiusd_flags if possible, otherwise +# default to %%PREFIX%%/etc/raddb +required_dirs=`echo ${radiusd_flags} | sed -Ene 's:.*\-[^[:space:]d]*d[[:space:]]*([^[:space:]]+).*:\1:p'` +required_dirs=${required_dirs:-"%%PREFIX%%/etc/raddb"} + +required_files="${required_dirs}/radiusd.conf" + +radiusd_enable=${radiusd_enable-"NO"} + +command_args="&" + +run_rc_command "$1" diff -ruN --exclude=CVS /usr/ports/net/freeradius.orig/files/radiusd.sh.in /usr/ports/net/freeradius/files/radiusd.sh.in --- /usr/ports/net/freeradius.orig/files/radiusd.sh.in 2011-05-29 15:11:25.322448630 +0000 +++ /usr/ports/net/freeradius/files/radiusd.sh.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -#!/bin/sh - -# PROVIDE: radiusd -# REQUIRE: %%REQUIRE%% -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable radiusd: -# -# radiusd_enable="YES" -# - -. /etc/rc.subr - -name=radiusd -rcvar=`set_rcvar` -load_rc_config $name - -command=%%PREFIX%%/sbin/radiusd -pidfile=/var/run/radiusd/radiusd.pid - -# The radiusd_config parameter is now obsolete. Instead, derive the -# configuration directory name from radiusd_flags if possible, otherwise -# default to %%PREFIX%%/etc/raddb -required_dirs=`echo ${radiusd_flags} | sed -Ene 's:.*\-[^[:space:]d]*d[[:space:]]*([^[:space:]]+).*:\1:p'` -required_dirs=${required_dirs:-"%%PREFIX%%/etc/raddb"} - -required_files="${required_dirs}/radiusd.conf" - -radiusd_enable=${radiusd_enable-"NO"} - -command_args="&" - -run_rc_command "$1" --- freeradius-1.1.8_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 20:40:04 2011 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 E5B801065670 for ; Sun, 29 May 2011 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 BB85A8FC0C for ; Sun, 29 May 2011 20:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TKe3eJ019540 for ; Sun, 29 May 2011 20:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TKe3ec019539; Sun, 29 May 2011 20:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 20:40:03 GMT Resent-Message-Id: <201105292040.p4TKe3ec019539@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6923C106564A for ; Sun, 29 May 2011 20:39:32 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 1CD8C8FC0A for ; Sun, 29 May 2011 20:39:31 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TKdVlJ011065 for ; Sun, 29 May 2011 15:39:31 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TKdUoj011064; Sun, 29 May 2011 15:39:30 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292039.p4TKdUoj011064@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 15:39:30 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157401: port update octave-forge-nan X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 20:40:04 -0000 >Number: 157401 >Category: ports >Synopsis: port update octave-forge-nan >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 May 29 20:40:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-nan >How-To-Repeat: >Fix: This includes a new file files/patch-xptopen.cpp diff -urN /usr/ports/math/octave-forge-nan/Makefile octave-forge-nan/Makefile --- /usr/ports/math/octave-forge-nan/Makefile 2010-06-02 16:23:45.000000000 +0000 +++ octave-forge-nan/Makefile 2011-05-29 20:17:53.000000000 +0000 @@ -6,14 +6,20 @@ # PORTNAME= octave-forge-nan -PORTVERSION= 1.0.9 -PORTREVISION= 3 +PORTVERSION= 2.4.4 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/NaN/src .include .include "${PORTSDIR}/Mk/bsd.octave.mk" + +ALL_TARGET= octave + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz NaN + .include diff -urN /usr/ports/math/octave-forge-nan/distinfo octave-forge-nan/distinfo --- /usr/ports/math/octave-forge-nan/distinfo 2011-03-20 19:53:15.000000000 +0000 +++ octave-forge-nan/distinfo 2011-05-27 22:52:05.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/nan-1.0.9.tar.gz) = 4b8c8d8c1e3418dc1b60ec1e7f7ac22df5a5347890e6764c841c85313b11548a -SIZE (octave-forge/nan-1.0.9.tar.gz) = 80145 +SHA256 (octave-forge/nan-2.4.4.tar.gz) = e0f0969b334134df8147b315970bf4e07b069d82bedaa5eeb497a633710b695a +SIZE (octave-forge/nan-2.4.4.tar.gz) = 1021577 diff -urN /usr/ports/math/octave-forge-nan/files/patch-xptopen.cpp octave-forge-nan/files/patch-xptopen.cpp --- /usr/ports/math/octave-forge-nan/files/patch-xptopen.cpp 1970-01-01 00:00:00.000000000 +0000 +++ octave-forge-nan/files/patch-xptopen.cpp 2011-05-27 23:35:25.000000000 +0000 @@ -0,0 +1,17 @@ +--- xptopen.cpp-orig 2011-05-27 18:23:08.000000000 -0500 ++++ xptopen.cpp 2011-05-27 18:34:19.000000000 -0500 +@@ -77,6 +77,14 @@ + #include + #endif + ++#include ++#if (defined(BSD) && (BSD >= 199103)) ++#include ++#define __BIG_ENDIAN _BIG_ENDIAN ++#define __LITTLE_ENDIAN _LITTLE_ENDIAN ++#define __BYTE_ORDER _BYTE_ORDER ++#endif ++ + #ifdef _WIN32 + #define __LITTLE_ENDIAN 1234 + #define __BIG_ENDIAN 4321 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 20:40:16 2011 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 EA1C31065686; Sun, 29 May 2011 20: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 C2EA18FC14; Sun, 29 May 2011 20:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TKeGE1020525; Sun, 29 May 2011 20:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TKeG34020516; Sun, 29 May 2011 20:40:16 GMT (envelope-from edwin) Date: Sun, 29 May 2011 20:40:16 GMT Message-Id: <201105292040.p4TKeG34020516@freefall.freebsd.org> To: venture37@geeklan.co.uk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157400: [PATCH] net/freeradius: Run under an unprivileged user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 20:40:17 -0000 Synopsis: [PATCH] net/freeradius: Run under an unprivileged user State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun May 29 20:40:16 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157400 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 20:50:10 2011 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 D74AA106564A for ; Sun, 29 May 2011 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 C7C6D8FC17 for ; Sun, 29 May 2011 20:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TKoA75028423 for ; Sun, 29 May 2011 20:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TKoAPC028422; Sun, 29 May 2011 20:50:10 GMT (envelope-from gnats) Date: Sun, 29 May 2011 20:50:10 GMT Message-Id: <201105292050.p4TKoAPC028422@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157400: [PATCH] net/freeradius: Run under an unprivileged user 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, 29 May 2011 20:50:10 -0000 The following reply was made to PR ports/157400; it has been noted by GNATS. From: Edwin Groothuis To: rpsfa@rit.edu Cc: bug-followup@FreeBSD.org Subject: Re: ports/157400: [PATCH] net/freeradius: Run under an unprivileged user Date: Sun, 29 May 2011 20:40:14 UT Maintainer of net/freeradius, Please note that PR ports/157400 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/157400 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 21:10:10 2011 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 5BDB51065674 for ; Sun, 29 May 2011 21: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 333FC8FC15 for ; Sun, 29 May 2011 21:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TLAAcc045302 for ; Sun, 29 May 2011 21:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TLAAsu045301; Sun, 29 May 2011 21:10:10 GMT (envelope-from gnats) Date: Sun, 29 May 2011 21:10:10 GMT Message-Id: <201105292110.p4TLAAsu045301@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Venture37 Cc: Subject: Re: ports/156786: [PATCH] databases/jrrd: update to 1.0.4 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: Sun, 29 May 2011 21:10:10 -0000 The following reply was made to PR ports/156786; it has been noted by GNATS. From: Venture37 To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156786: [PATCH] databases/jrrd: update to 1.0.4 Date: Sun, 29 May 2011 22:03:38 +0100 Hi Ryan, You might want to try the fix in ports/156674, I was unable to build OpenJDK on a fresh system until I made that change. Sevan From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 21:50:04 2011 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 45EEF106564A for ; Sun, 29 May 2011 21: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 198AB8FC13 for ; Sun, 29 May 2011 21:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TLo3cK082309 for ; Sun, 29 May 2011 21:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TLo3j8082308; Sun, 29 May 2011 21:50:03 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 21:50:03 GMT Resent-Message-Id: <201105292150.p4TLo3j8082308@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68717106564A for ; Sun, 29 May 2011 21:47:21 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 361CC8FC13 for ; Sun, 29 May 2011 21:47:20 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TLlKOn015495 for ; Sun, 29 May 2011 16:47:20 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TLlK5H015493; Sun, 29 May 2011 16:47:20 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292147.p4TLlK5H015493@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 16:47:20 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157402: port update octave-force-tsa X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 21:50:04 -0000 >Number: 157402 >Category: ports >Synopsis: port update octave-force-tsa >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 May 29 21:50:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-force-tsa >How-To-Repeat: >Fix: diff -urN /usr/ports/math/octave-forge-tsa/Makefile octave-forge-tsa/Makefile --- /usr/ports/math/octave-forge-tsa/Makefile 2010-06-02 16:23:51.000000000 +0000 +++ octave-forge-tsa/Makefile 2011-05-29 20:48:25.000000000 +0000 @@ -6,16 +6,22 @@ # PORTNAME= octave-forge-tsa -PORTVERSION= 4.0.1 -PORTREVISION= 3 +PORTVERSION= 4.1.1 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +EXTRACT_SUFX= .tgz RUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz:${PORTSDIR}/math/octave-forge-nan .include .include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + .include diff -urN /usr/ports/math/octave-forge-tsa/distinfo octave-forge-tsa/distinfo --- /usr/ports/math/octave-forge-tsa/distinfo 2011-03-20 19:53:16.000000000 +0000 +++ octave-forge-tsa/distinfo 2011-05-29 20:46:44.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/tsa-4.0.1.tar.gz) = a6af486ade77164a3aa1f16a7bdc178987d2552428b92d1cdf9baf2b34b9be12 -SIZE (octave-forge/tsa-4.0.1.tar.gz) = 92130 +SHA256 (octave-forge/tsa-4.1.1.tgz) = 76e024e971d63b3208c4297e639210b927643117c04ad28f29cf5c2c90cdd383 +SIZE (octave-forge/tsa-4.1.1.tgz) = 76238 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 21:50:04 2011 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 993751065672 for ; Sun, 29 May 2011 21: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 6FC528FC15 for ; Sun, 29 May 2011 21:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TLo42Y082318 for ; Sun, 29 May 2011 21:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TLo4ta082317; Sun, 29 May 2011 21:50:04 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 21:50:04 GMT Resent-Message-Id: <201105292150.p4TLo4ta082317@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0650106566C for ; Sun, 29 May 2011 21:49:34 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id ADE298FC08 for ; Sun, 29 May 2011 21:49:34 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TLnYrV015707 for ; Sun, 29 May 2011 16:49:34 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TLnYeH015706; Sun, 29 May 2011 16:49:34 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292149.p4TLnYeH015706@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 16:49:34 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157403: port update octave-forge-octproj X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 21:50:04 -0000 >Number: 157403 >Category: ports >Synopsis: port update octave-forge-octproj >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 May 29 21:50:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-octproj >How-To-Repeat: >Fix: Don't forget to remove the directory files and its contents diff -ur /usr/ports/math/octave-forge-octproj/Makefile octave-forge-octproj/Makefile --- /usr/ports/math/octave-forge-octproj/Makefile 2010-06-29 11:53:37.000000000 +0000 +++ octave-forge-octproj/Makefile 2011-05-29 21:35:41.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= octave-forge-octproj -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.2 CATEGORIES= math MAINTAINER= stephen@missouri.edu @@ -18,6 +18,9 @@ .include .include "${PORTSDIR}/Mk/bsd.octave.mk" +post-extract: + ${REINPLACE_CMD} s/CC/CCC/ ${WRKSRC}/Makefile + post-build: cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} diff -ur /usr/ports/math/octave-forge-octproj/distinfo octave-forge-octproj/distinfo --- /usr/ports/math/octave-forge-octproj/distinfo 2011-03-20 19:53:15.000000000 +0000 +++ octave-forge-octproj/distinfo 2011-05-29 21:04:39.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/octproj-1.0.0.tar.gz) = 1c69fd45d48385c790d25537b2c472d7aa0327981721da1cf8d1b7f3aeee6bb4 -SIZE (octave-forge/octproj-1.0.0.tar.gz) = 222454 +SHA256 (octave-forge/octproj-1.0.2.tar.gz) = 25dd529fcd278cc5649f7281d974978447909f85e5f4bef25868a625025a9472 +SIZE (octave-forge/octproj-1.0.2.tar.gz) = 221527 Only in /usr/ports/math/octave-forge-octproj: files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 22:10:04 2011 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 B219C106564A for ; Sun, 29 May 2011 22: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 881D98FC19 for ; Sun, 29 May 2011 22:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TMA4Qw099487 for ; Sun, 29 May 2011 22:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TMA45n099486; Sun, 29 May 2011 22:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 22:10:04 GMT Resent-Message-Id: <201105292210.p4TMA45n099486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5F4D1065672 for ; Sun, 29 May 2011 22:08:35 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id B21928FC18 for ; Sun, 29 May 2011 22:08:35 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TM8YhS017010 for ; Sun, 29 May 2011 17:08:34 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TM8YMV017009; Sun, 29 May 2011 17:08:34 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292208.p4TM8YMV017009@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 17:08:34 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157404: port update octave-forge-msh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 22:10:04 -0000 >Number: 157404 >Category: ports >Synopsis: port update octave-forge-msh >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 May 29 22:10:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-msh >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-msh/Makefile octave-forge-msh/Makefile --- /usr/ports/math/octave-forge-msh/Makefile 2010-06-05 20:14:44.000000000 +0000 +++ octave-forge-msh/Makefile 2011-05-29 21:59:18.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= octave-forge-msh -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= math MAINTAINER= stephen@missouri.edu @@ -21,6 +21,6 @@ @${DO_NADA} post-build: - cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} .include diff -ur /usr/ports/math/octave-forge-msh/distinfo octave-forge-msh/distinfo --- /usr/ports/math/octave-forge-msh/distinfo 2011-03-20 19:53:15.000000000 +0000 +++ octave-forge-msh/distinfo 2011-05-29 21:57:47.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/msh-1.0.1.tar.gz) = 27ba569d7eccedba9a316742500483e22eb6094aac7d5379873bffe8401e5c40 -SIZE (octave-forge/msh-1.0.1.tar.gz) = 28388 +SHA256 (octave-forge/msh-1.0.2.tar.gz) = a60b17a9021dde6b90ea6dbead96cd478dbc78ea86d99944f390937e79a0a742 +SIZE (octave-forge/msh-1.0.2.tar.gz) = 29109 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 22:14:46 2011 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 BE23F1065672; Sun, 29 May 2011 22:14:46 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96E228FC1C; Sun, 29 May 2011 22:14:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TMEkmC009117; Sun, 29 May 2011 22:14:46 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TMEk7M009113; Sun, 29 May 2011 22:14:46 GMT (envelope-from wxs) Date: Sun, 29 May 2011 22:14:46 GMT Message-Id: <201105292214.p4TMEk7M009113@freefall.freebsd.org> To: rpsfa@rit.edu, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157400: [PATCH] net/freeradius: Run under an unprivileged user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 22:14:46 -0000 Synopsis: [PATCH] net/freeradius: Run under an unprivileged user Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 22:14:46 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157400 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 22:15:36 2011 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 7FD761065674; Sun, 29 May 2011 22:15:36 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58BAE8FC12; Sun, 29 May 2011 22:15:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TMFauR009293; Sun, 29 May 2011 22:15:36 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TMFa25009289; Sun, 29 May 2011 22:15:36 GMT (envelope-from wxs) Date: Sun, 29 May 2011 22:15:36 GMT Message-Id: <201105292215.p4TMFa25009289@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157331: [new port] math/py-graphtool, Python module for complex network based on 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: Sun, 29 May 2011 22:15:36 -0000 Synopsis: [new port] math/py-graphtool, Python module for complex network based on C++ Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 22:15:35 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157331 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 22:16:16 2011 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 BB6C41065675; Sun, 29 May 2011 22:16:16 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 941498FC1E; Sun, 29 May 2011 22:16:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TMGGiS009511; Sun, 29 May 2011 22:16:16 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TMGGaW009506; Sun, 29 May 2011 22:16:16 GMT (envelope-from wxs) Date: Sun, 29 May 2011 22:16:16 GMT Message-Id: <201105292216.p4TMGGaW009506@freefall.freebsd.org> To: tony@pc-tony.com, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157318: bugfix and feature addition for security/py-fail2ban X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 22:16:16 -0000 Synopsis: bugfix and feature addition for security/py-fail2ban Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 22:16:15 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157318 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 22:19:00 2011 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 2282D106566C; Sun, 29 May 2011 22:19:00 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F03D48FC19; Sun, 29 May 2011 22:18:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TMIxR3009981; Sun, 29 May 2011 22:18:59 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TMIxxw009977; Sun, 29 May 2011 22:18:59 GMT (envelope-from wxs) Date: Sun, 29 May 2011 22:18:59 GMT Message-Id: <201105292218.p4TMIxxw009977@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/156902: net-mgmt/collectd memory leak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 22:19:00 -0000 Synopsis: net-mgmt/collectd memory leak Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Sun May 29 22:18:59 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156902 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 22:50:12 2011 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 BFE1F106566B for ; Sun, 29 May 2011 22: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 9B1EF8FC0C for ; Sun, 29 May 2011 22:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TMoCHY037721 for ; Sun, 29 May 2011 22:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TMoCj8037720; Sun, 29 May 2011 22:50:12 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 22:50:12 GMT Resent-Message-Id: <201105292250.p4TMoCj8037720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99D001065670 for ; Sun, 29 May 2011 22:46:04 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD9C8FC13 for ; Sun, 29 May 2011 22:46:03 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TMk3U1019465 for ; Sun, 29 May 2011 17:46:03 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TMk39p019464; Sun, 29 May 2011 17:46:03 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292246.p4TMk39p019464@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 17:46:03 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157407: port update octave-forge-optiminterp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 22:50:12 -0000 >Number: 157407 >Category: ports >Synopsis: port update octave-forge-optiminterp >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 May 29 22:50:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-optiminterp >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-optiminterp/Makefile octave-forge-optiminterp/Makefile --- /usr/ports/math/octave-forge-optiminterp/Makefile 2010-06-02 16:23:46.000000000 +0000 +++ octave-forge-optiminterp/Makefile 2011-05-29 22:40:14.000000000 +0000 @@ -6,14 +6,22 @@ # PORTNAME= octave-forge-optiminterp -PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTVERSION= 0.3.3 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src .include .include "${PORTSDIR}/Mk/bsd.octave.mk" + +MAKE_ENV+= MKOCTFILE_FORTRAN_90=yes MKOCTFILE=mkoctfile +OCTAVE_INCLUDE!=${SED} -n -e 's/"//g' -e s/^DEFAULT_OCTINCLUDEDIR=//p ${PREFIX}/bin/mkoctfile +CXXFLAGS+= -I${OCTAVE_INCLUDE} -I${OCTAVE_INCLUDE}/.. -fPIC + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + .include diff -ur /usr/ports/math/octave-forge-optiminterp/distinfo octave-forge-optiminterp/distinfo --- /usr/ports/math/octave-forge-optiminterp/distinfo 2011-03-20 19:53:16.000000000 +0000 +++ octave-forge-optiminterp/distinfo 2011-05-29 22:03:16.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/optiminterp-0.3.2.tar.gz) = 6f3ad34ffa85ca9423582557389b6fb1fe131b9c946ed7307061d38663a5d2fb -SIZE (octave-forge/optiminterp-0.3.2.tar.gz) = 67135 +SHA256 (octave-forge/optiminterp-0.3.3.tar.gz) = cad5e1d6a32eb685a1a3a69fec9bbe3446d2837cb120dc099f4d532418f63129 +SIZE (octave-forge/optiminterp-0.3.3.tar.gz) = 86859 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:00:26 2011 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 0CBD91065675 for ; Sun, 29 May 2011 23: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 14CB48FC16 for ; Sun, 29 May 2011 23:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TN0KwT045899 for ; Sun, 29 May 2011 23:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TN0KTT045898; Sun, 29 May 2011 23:00:20 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 23:00:20 GMT Resent-Message-Id: <201105292300.p4TN0KTT045898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 095C21065670 for ; Sun, 29 May 2011 22:56:08 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id CA61F8FC08 for ; Sun, 29 May 2011 22:56:07 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TMu6PB020191 for ; Sun, 29 May 2011 17:56:06 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TMu6S9020190; Sun, 29 May 2011 17:56:06 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292256.p4TMu6S9020190@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 17:56:06 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157408: port update octave-forge-control X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:00:26 -0000 >Number: 157408 >Category: ports >Synopsis: port update octave-forge-control >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 May 29 23:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-control >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-control/Makefile octave-forge-control/Makefile --- /usr/ports/math/octave-forge-control/Makefile 2010-06-02 16:23:41.000000000 +0000 +++ octave-forge-control/Makefile 2011-05-29 22:48:34.000000000 +0000 @@ -6,14 +6,17 @@ # PORTNAME= octave-forge-control -PORTVERSION= 1.0.11 -PORTREVISION= 3 +PORTVERSION= 2.0.2 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src .include .include "${PORTSDIR}/Mk/bsd.octave.mk" +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + .include diff -ur /usr/ports/math/octave-forge-control/distinfo octave-forge-control/distinfo --- /usr/ports/math/octave-forge-control/distinfo 2011-03-20 19:53:14.000000000 +0000 +++ octave-forge-control/distinfo 2011-05-29 22:46:57.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/control-1.0.11.tar.gz) = 01f9af55094bf291a26aba5ce7f966e50881ba90962b4330013b708f436fbd8a -SIZE (octave-forge/control-1.0.11.tar.gz) = 462100 +SHA256 (octave-forge/control-2.0.2.tar.gz) = 51809ced54ea1a05d6733637896ecea4b40e65c18ebce8949d6e2840289c0572 +SIZE (octave-forge/control-2.0.2.tar.gz) = 457851 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:10:06 2011 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 43A0B1065672 for ; Sun, 29 May 2011 23: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 169A98FC14 for ; Sun, 29 May 2011 23:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNA5XI054708 for ; Sun, 29 May 2011 23:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNA5O2054707; Sun, 29 May 2011 23:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 23:10:05 GMT Resent-Message-Id: <201105292310.p4TNA5O2054707@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D72EE1065670 for ; Sun, 29 May 2011 23:09:14 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id A4C998FC18 for ; Sun, 29 May 2011 23:09:14 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TN9Dxd021101 for ; Sun, 29 May 2011 18:09:13 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TN9D8G021100; Sun, 29 May 2011 18:09:13 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292309.p4TN9D8G021100@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 18:09:13 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157409: port update octave-forge-io X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:10:06 -0000 >Number: 157409 >Category: ports >Synopsis: port update octave-forge-io >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 May 29 23:10:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-io >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-io/Makefile octave-forge-io/Makefile --- /usr/ports/math/octave-forge-io/Makefile 2010-09-14 07:54:58.000000000 +0000 +++ octave-forge-io/Makefile 2011-05-29 23:00:20.000000000 +0000 @@ -6,16 +6,17 @@ # PORTNAME= octave-forge-io -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src - .include .include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + post-build: cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} diff -ur /usr/ports/math/octave-forge-io/distinfo octave-forge-io/distinfo --- /usr/ports/math/octave-forge-io/distinfo 2011-03-20 19:53:14.000000000 +0000 +++ octave-forge-io/distinfo 2011-05-29 22:59:00.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/io-1.0.13.tar.gz) = 90a884738f587dbdcc693263789b9ed10741373eb42e2991cad4feb80f947a31 -SIZE (octave-forge/io-1.0.13.tar.gz) = 80320 +SHA256 (octave-forge/io-1.0.14.tar.gz) = d79c784ef0c6f1710dd754f9be33097717652b1328fcd9476961fbabe9b8a3b9 +SIZE (octave-forge/io-1.0.14.tar.gz) = 88692 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:30:10 2011 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 81265106566B for ; Sun, 29 May 2011 23: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 5C01E8FC12 for ; Sun, 29 May 2011 23:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNUAXp073010 for ; Sun, 29 May 2011 23:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNUArv073007; Sun, 29 May 2011 23:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 23:30:10 GMT Resent-Message-Id: <201105292330.p4TNUArv073007@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E58091065673 for ; Sun, 29 May 2011 23:26:35 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id B231C8FC08 for ; Sun, 29 May 2011 23:26:35 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TNQYrV022284 for ; Sun, 29 May 2011 18:26:34 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TNQYHc022283; Sun, 29 May 2011 18:26:34 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292326.p4TNQYHc022283@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 18:26:34 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157411: port update octave-forge-miscellaneous X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:30:10 -0000 >Number: 157411 >Category: ports >Synopsis: port update octave-forge-miscellaneous >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 May 29 23:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-miscellaneous >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-miscellaneous/Makefile octave-forge-miscellaneous/Makefile --- /usr/ports/math/octave-forge-miscellaneous/Makefile 2010-06-02 16:23:44.000000000 +0000 +++ octave-forge-miscellaneous/Makefile 2011-05-29 23:13:13.000000000 +0000 @@ -6,14 +6,20 @@ # PORTNAME= octave-forge-miscellaneous -PORTVERSION= 1.0.9 -PORTREVISION= 3 +PORTVERSION= 1.0.11 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/src .include .include "${PORTSDIR}/Mk/bsd.octave.mk" + +MAKE_ENV+= MKOCTFILE=mkoctfile + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} + .include diff -ur /usr/ports/math/octave-forge-miscellaneous/distinfo octave-forge-miscellaneous/distinfo --- /usr/ports/math/octave-forge-miscellaneous/distinfo 2011-03-20 19:53:15.000000000 +0000 +++ octave-forge-miscellaneous/distinfo 2011-05-29 23:10:37.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/miscellaneous-1.0.9.tar.gz) = 7e74ca2e01bba89cd46096cd6253f4d25a21d9cd66a1107388be83da701c2793 -SIZE (octave-forge/miscellaneous-1.0.9.tar.gz) = 155714 +SHA256 (octave-forge/miscellaneous-1.0.11.tar.gz) = b81319484e003943d2c3e2b21ddbf50ab44565d2ee7cbd1967abc88b4b3f9fff +SIZE (octave-forge/miscellaneous-1.0.11.tar.gz) = 181510 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:30:11 2011 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 0B2711065672 for ; Sun, 29 May 2011 23: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 C0D5C8FC14 for ; Sun, 29 May 2011 23:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNUAkS073034 for ; Sun, 29 May 2011 23:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNUAow073033; Sun, 29 May 2011 23:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 23:30:10 GMT Resent-Message-Id: <201105292330.p4TNUAow073033@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 018741065672 for ; Sun, 29 May 2011 23:27:59 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id C2F668FC14 for ; Sun, 29 May 2011 23:27:58 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TNRwdS022446 for ; Sun, 29 May 2011 18:27:58 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TNRwJP022445; Sun, 29 May 2011 18:27:58 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292327.p4TNRwJP022445@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 18:27:58 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157412: port update octave-forge-optim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:30:11 -0000 >Number: 157412 >Category: ports >Synopsis: port update octave-forge-optim >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 May 29 23:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-optim >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-optim/Makefile octave-forge-optim/Makefile --- /usr/ports/math/octave-forge-optim/Makefile 2010-06-09 08:30:01.000000000 +0000 +++ octave-forge-optim/Makefile 2011-05-29 23:15:25.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= octave-forge-optim -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.16 CATEGORIES= math MAINTAINER= stephen@missouri.edu diff -ur /usr/ports/math/octave-forge-optim/distinfo octave-forge-optim/distinfo --- /usr/ports/math/octave-forge-optim/distinfo 2011-03-20 19:53:16.000000000 +0000 +++ octave-forge-optim/distinfo 2011-05-29 23:15:31.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/optim-1.0.12.tar.gz) = 2b7d6ff1c6f9dc6553bc0470ff35d9df448af9f83568463feb9915dc6df8b605 -SIZE (octave-forge/optim-1.0.12.tar.gz) = 123593 +SHA256 (octave-forge/optim-1.0.16.tar.gz) = 158728069af1c0bbf256d7bd8ab29c0cb914f9002d42130305a4eb28e65b29e2 +SIZE (octave-forge/optim-1.0.16.tar.gz) = 166997 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:31:02 2011 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 06BCC106566C; Sun, 29 May 2011 23:31:02 +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 D41EF8FC18; Sun, 29 May 2011 23:31:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNV1A6078403; Sun, 29 May 2011 23:31:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNV1oa078394; Sun, 29 May 2011 23:31:01 GMT (envelope-from linimon) Date: Sun, 29 May 2011 23:31:01 GMT Message-Id: <201105292331.p4TNV1oa078394@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157407: port update math/octave-forge-optiminterp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 23:31:02 -0000 Old Synopsis: port update octave-forge-optiminterp New Synopsis: port update math/octave-forge-optiminterp Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 23:29:12 UTC 2011 Responsible-Changed-Why: Fix synopsis. http://www.freebsd.org/cgi/query-pr.cgi?pr=157407 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:31:59 2011 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 4810D106566B; Sun, 29 May 2011 23:31:59 +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 20BB58FC0C; Sun, 29 May 2011 23:31:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNVxvt082700; Sun, 29 May 2011 23:31:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNVwDY082696; Sun, 29 May 2011 23:31:58 GMT (envelope-from linimon) Date: Sun, 29 May 2011 23:31:58 GMT Message-Id: <201105292331.p4TNVwDY082696@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157408: port update math/octave-forge-control X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 23:31:59 -0000 Old Synopsis: port update octave-forge-control New Synopsis: port update math/octave-forge-control Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 23:29:12 UTC 2011 Responsible-Changed-Why: Fix synopsis. http://www.freebsd.org/cgi/query-pr.cgi?pr=157408 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:32:11 2011 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 067ED1065670; Sun, 29 May 2011 23:32:11 +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 D386C8FC1D; Sun, 29 May 2011 23:32:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNWAq4082769; Sun, 29 May 2011 23:32:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNWAVl082765; Sun, 29 May 2011 23:32:10 GMT (envelope-from linimon) Date: Sun, 29 May 2011 23:32:10 GMT Message-Id: <201105292332.p4TNWAVl082765@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157409: port update math/octave-forge-io X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2011 23:32:11 -0000 Old Synopsis: port update octave-forge-io New Synopsis: port update math/octave-forge-io Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 29 23:29:12 UTC 2011 Responsible-Changed-Why: Fix synopsis. http://www.freebsd.org/cgi/query-pr.cgi?pr=157409 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 23:40:14 2011 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 A9FA11065695 for ; Sun, 29 May 2011 23:40: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 832098FC20 for ; Sun, 29 May 2011 23:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TNeAjk083889 for ; Sun, 29 May 2011 23:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TNeAni083888; Sun, 29 May 2011 23:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 May 2011 23:40:10 GMT Resent-Message-Id: <201105292340.p4TNeAni083888@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA8CB106566B for ; Sun, 29 May 2011 23:35:16 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 778E28FC14 for ; Sun, 29 May 2011 23:35:16 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4TNZFYX023008 for ; Sun, 29 May 2011 18:35:15 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p4TNZF8U023007; Sun, 29 May 2011 18:35:15 -0500 (CDT) (envelope-from stephen) Message-Id: <201105292335.p4TNZF8U023007@wilberforce.math.missouri.edu> Date: Sun, 29 May 2011 18:35:15 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157413: port update octave-forge-octcdf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:40:14 -0000 >Number: 157413 >Category: ports >Synopsis: port update octave-forge-octcdf >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 May 29 23:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: port update octave-forge-octcdf >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-octcdf/Makefile octave-forge-octcdf/Makefile --- /usr/ports/math/octave-forge-octcdf/Makefile 2010-06-02 16:23:46.000000000 +0000 +++ octave-forge-octcdf/Makefile 2011-05-29 23:30:23.000000000 +0000 @@ -6,16 +6,19 @@ # PORTNAME= octave-forge-octcdf -PORTVERSION= 1.0.13 -PORTREVISION= 2 +PORTVERSION= 1.1.2 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf .include .include "${PORTSDIR}/Mk/bsd.octave.mk" +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + .include diff -ur /usr/ports/math/octave-forge-octcdf/distinfo octave-forge-octcdf/distinfo --- /usr/ports/math/octave-forge-octcdf/distinfo 2011-03-20 19:53:15.000000000 +0000 +++ octave-forge-octcdf/distinfo 2011-05-29 23:28:59.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (octave-forge/octcdf-1.0.13.tar.gz) = 8e4520f3935e6ab556ee5c93cc41b39f7f285dc359157f66860028d117a584d7 -SIZE (octave-forge/octcdf-1.0.13.tar.gz) = 89656 +SHA256 (octave-forge/octcdf-1.1.2.tar.gz) = 6684ff7753fed6c1b2393655f493627dd7062ee9d0f236d447728478fc5308e3 +SIZE (octave-forge/octcdf-1.1.2.tar.gz) = 107908 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 00:00:31 2011 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 A812D1065670 for ; Mon, 30 May 2011 00: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 981D28FC0A for ; Mon, 30 May 2011 00:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U00V2d001333 for ; Mon, 30 May 2011 00:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U00VZv001331; Mon, 30 May 2011 00:00:31 GMT (envelope-from gnats) Date: Mon, 30 May 2011 00:00:31 GMT Message-Id: <201105300000.p4U00VZv001331@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eitan Adler Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eitan Adler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 00:00:31 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: Eitan Adler To: bug-followup@freebsd.org, fabian@wenks.ch Cc: "Klaus T. Aehlig" Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) Date: Sun, 29 May 2011 23:58:13 +0000 Hi, Fabian: Would it be possible for you to build the port with debugging symbols (WITH_DEBUG="yes" in /etc/make.conf or -DWITH_DEBUG as an argument to make) in order to get a useful backtrace? We are unable to reproduce the problem and this would help us to fix the issue. Klaus: the automailer didn't kick in, but this PR relates to your port: misc/findutils. -- Eitan Adler From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 00:40:08 2011 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 260161065670 for ; Mon, 30 May 2011 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 051E98FC08 for ; Mon, 30 May 2011 00:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U0e71N041349 for ; Mon, 30 May 2011 00:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U0e7QD041348; Mon, 30 May 2011 00:40:07 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 00:40:07 GMT Resent-Message-Id: <201105300040.p4U0e7QD041348@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Felder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8435B106566C for ; Mon, 30 May 2011 00:35:55 +0000 (UTC) (envelope-from root@mwi1.coffeenet.org) Received: from mwi1.coffeenet.org (mwi1.coffeenet.org [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 65DCD8FC08 for ; Mon, 30 May 2011 00:35:55 +0000 (UTC) Received: from root by mwi1.coffeenet.org with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QQq43-00041A-3g; Sun, 29 May 2011 19:10:35 -0500 Message-Id: Date: Sun, 29 May 2011 19:10:35 -0500 From: Mark Felder To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rnejdl@ringofsaturn.com Subject: ports/157414: [PATCH] mail/assp: update to 1.9.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, 30 May 2011 00:40:08 -0000 >Number: 157414 >Category: ports >Synopsis: [PATCH] mail/assp: update to 1.9.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 30 00:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #4: Fri May 6 17:32:14 CDT >Description: - Update to 1.9.1.0 Port maintainer (rnejdl@ringofsaturn.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- assp-1.9.1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/assp.orig/Makefile /usr/ports/mail/assp/Makefile --- /usr/ports/mail/assp.orig/Makefile 2011-05-29 13:10:51.317727877 -0500 +++ /usr/ports/mail/assp/Makefile 2011-05-29 19:09:59.344202470 -0500 @@ -6,9 +6,9 @@ # PORTNAME= assp -PORTVERSION= 1.8.5.6 +PORTVERSION= 1.9.1.0 CATEGORIES= mail -MASTER_SITES= http://www.ringofsaturn.com/distfiles/ +MASTER_SITES= SF/assp/ASSP%20Installation/${DISTNAME} DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install MAINTAINER= rnejdl@ringofsaturn.com diff -ruN --exclude=CVS /usr/ports/mail/assp.orig/distinfo /usr/ports/mail/assp/distinfo --- /usr/ports/mail/assp.orig/distinfo 2011-05-29 13:10:51.337727626 -0500 +++ /usr/ports/mail/assp/distinfo 2011-05-29 13:23:23.531096057 -0500 @@ -1,2 +1,2 @@ -SHA256 (ASSP_1.8.5.6-Install.zip) = 995bcaffe65f3e52cd3f9edd306ae53a3304bff80c9a4310a4ebd18debd2543e -SIZE (ASSP_1.8.5.6-Install.zip) = 735818 +SHA256 (ASSP_1.9.1.0-Install.zip) = ee66424e037c7a7e0b3d4e751a40bfd3ce48894416253e7c039bf0dc74147757 +SIZE (ASSP_1.9.1.0-Install.zip) = 759814 diff -ruN --exclude=CVS /usr/ports/mail/assp.orig/files/patch-assp.pl /usr/ports/mail/assp/files/patch-assp.pl --- /usr/ports/mail/assp.orig/files/patch-assp.pl 2011-05-29 13:10:51.277728939 -0500 +++ /usr/ports/mail/assp/files/patch-assp.pl 2011-05-29 13:30:20.000000000 -0500 @@ -1,17 +1,17 @@ ---- assp.pl.orig 2010-08-08 14:29:19.000000000 -0500 -+++ assp.pl 2010-08-08 14:30:13.000000000 -0500 -@@ -2029,11 +2029,11 @@ +--- assp.pl.orig 2011-05-29 13:27:11.672116773 -0500 ++++ assp.pl 2011-05-29 13:29:43.102794974 -0500 +@@ -2533,11 +2533,11 @@ 'Set the characterset/codepage for the maillog output to your local needs. Default (and best) on non Windows systems is "UTF-8" if available or "System Default" - no conversion. On Windows systems set it to your local codepage or UTF-8 (chcp 65001). To display nonASCII characters in the subject line and maillog files names setup decodeMIME2UTF8 . Restart is required!'], ['decodeMIME2UTF8','Decode MIME Words To UTF-8',1,\&checkbox,'1','(.*)',undef,'If selected, ASSP decodes MIME encoded words to UTF8. This enables support for national languages to be used in Bombs , Scripts , Spamdb , Logging. If not selected, only US-ASCII characters will be used for this functions. This requires an installed Email::MIME::Modifier module in PERL.'], ['AsAService','Run ASSP as a Windows Service',0,\&checkbox,'','(.*)',undef,'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the Quick Start for Win32 doku page.
Information about the Win32::Daemon module which which is necessary can be found here: The Official Win32::Daemon Home Page
requires ASSP restart'], -['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.
-+['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,1,'(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.
- requires ASSP restart'], ++['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'1','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.
+ Changing this requires a restart of ASSP.'], -['runAsUser','Run as UID',20,\&textinput,'','(\S*)',undef,'The *nix user name to assume after startup (*nix only).

Examples: assp, nobody

+['runAsUser','Run as UID',20,\&textinput,'assp','(\S*)',undef,'The *nix user name to assume after startup (*nix only).

Examples: assp, nobody

- requires ASSP restart'], + Changing this requires a restart of ASSP.'], -['runAsGroup','Run as GID',20,\&textinput,'','(\S*)',undef,'The *nix group to assume after startup (*nix only).

Examples: assp, nobody

+['runAsGroup','Run as GID',20,\&textinput,'assp','(\S*)',undef,'The *nix group to assume after startup (*nix only).

Examples: assp, nobody

- requires ASSP restart'], + Changing this requires a restart of ASSP.'], ['ChangeRoot','Change Root',40,\&textinput,'','(.*)',undef,'The new root directory to which ASSP should chroot (*nix only). If blank, no chroot jail will be used. Note: if you use this feature, be sure to copy or link the etc/protocols file in your chroot jail.
- requires ASSP restart'], + Changing this requires a restart of ASSP.'], --- assp-1.9.1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 00:40:21 2011 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 6702D106568A; Mon, 30 May 2011 00: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 3297E8FC16; Mon, 30 May 2011 00:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U0eLJn042359; Mon, 30 May 2011 00:40:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U0eLZl042348; Mon, 30 May 2011 00:40:21 GMT (envelope-from edwin) Date: Mon, 30 May 2011 00:40:21 GMT Message-Id: <201105300040.p4U0eLZl042348@freefall.freebsd.org> To: feld@feld.me, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157414: [PATCH] mail/assp: update to 1.9.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, 30 May 2011 00:40:21 -0000 Synopsis: [PATCH] mail/assp: update to 1.9.1.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 30 00:40:20 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157414 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 00:43:32 2011 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 1DAB21065672; Mon, 30 May 2011 00:43:32 +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 EA6038FC08; Mon, 30 May 2011 00:43:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U0hVVL049612; Mon, 30 May 2011 00:43:31 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U0hVm1049608; Mon, 30 May 2011 00:43:31 GMT (envelope-from eadler) Date: Mon, 30 May 2011 00:43:31 GMT Message-Id: <201105300043.p4U0hVm1049608@freefall.freebsd.org> To: fabian@wenks.ch, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/157274: misc/findutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 00:43:32 -0000 Synopsis: misc/findutils: gfind segmentation fault: 11 (core dumped) State-Changed-From-To: open->feedback State-Changed-By: eadler State-Changed-When: Mon May 30 00:43:24 UTC 2011 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=157274 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 00:50:09 2011 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 967E7106566B for ; Mon, 30 May 2011 00: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 86AEB8FC0C for ; Mon, 30 May 2011 00:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U0o9iu050412 for ; Mon, 30 May 2011 00:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U0o91s050411; Mon, 30 May 2011 00:50:09 GMT (envelope-from gnats) Date: Mon, 30 May 2011 00:50:09 GMT Message-Id: <201105300050.p4U0o91s050411@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157414: [PATCH] mail/assp: update to 1.9.1.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: Mon, 30 May 2011 00:50:09 -0000 The following reply was made to PR ports/157414; it has been noted by GNATS. From: Edwin Groothuis To: rnejdl@ringofsaturn.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/157414: [PATCH] mail/assp: update to 1.9.1.0 Date: Mon, 30 May 2011 00:40:18 UT Maintainer of mail/assp, Please note that PR ports/157414 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/157414 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 00:50:11 2011 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 A1DB0106564A for ; Mon, 30 May 2011 00: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 78B628FC12 for ; Mon, 30 May 2011 00:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U0oBpR050424 for ; Mon, 30 May 2011 00:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U0oBFu050423; Mon, 30 May 2011 00:50:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 00:50:11 GMT Message-Id: <201105300050.p4U0oBFu050423@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Takefu Cc: Subject: Re: ports/156972: [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conversion X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takefu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 00:50:11 -0000 The following reply was made to PR ports/156972; it has been noted by GNATS. From: Takefu To: TAKATSU Tomonari Cc: bug-followup@FreeBSD.org Subject: Re: ports/156972: [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conversion Date: Mon, 30 May 2011 09:44:49 +0900 Hi It is possible to coexist. It confirmed it. TAKATSU Tomonari $B$5$s$O=q$-$^$7$?(B (2011/05/28 19:14): > I think that jacode.pl can coexist with jcode.pl as a patch in this e-mail. > Could you confirm it? $B$* 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 76D211065672 for ; Mon, 30 May 2011 01: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 490518FC14 for ; Mon, 30 May 2011 01:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U10LHl058610 for ; Mon, 30 May 2011 01:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U10LOC058609; Mon, 30 May 2011 01:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 01:00:21 GMT Resent-Message-Id: <201105300100.p4U10LOC058609@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jesse Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94EA0106566C for ; Mon, 30 May 2011 00:59: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 845278FC0A for ; Mon, 30 May 2011 00:59: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 p4U0xrVx078337 for ; Mon, 30 May 2011 00:59:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4U0xrAr078335; Mon, 30 May 2011 00:59:53 GMT (envelope-from nobody) Message-Id: <201105300059.p4U0xrAr078335@red.freebsd.org> Date: Mon, 30 May 2011 00:59:53 GMT From: Jesse To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157415: New port: games/openssn Submarine simulator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 01:00:21 -0000 >Number: 157415 >Category: ports >Synopsis: New port: games/openssn Submarine simulator >Confidential: no >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 May 30 01:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jesse >Release: 8.1 >Organization: RM >Environment: FreeBSD 8.1 32-bit >Description: Please find attached my port for a new program, OpenSSN. This is a submarine simulator game, which provides a simple 2D graphical interface to the player. The port relies on SDL. Upstream website: http://openssn.sourceforge.net >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # openssn # openssn/pkg-descr # openssn/files # openssn/files/patch-sonar.cpp # openssn/Makefile # openssn/pkg-plist # openssn/distinfo # echo c - openssn mkdir -p openssn > /dev/null 2>&1 echo x - openssn/pkg-descr sed 's/^X//' >openssn/pkg-descr << 'f6743a5e14be031610025e59e8058893' XOpenSSN is a modern submarine simulator which focuses on keeping control of the submarine simple, letting the player focus on the tactical situation. X XWWW: http://openssn.sourceforge.net/ f6743a5e14be031610025e59e8058893 echo c - openssn/files mkdir -p openssn/files > /dev/null 2>&1 echo x - openssn/files/patch-sonar.cpp sed 's/^X//' >openssn/files/patch-sonar.cpp << 'cd6ddd3322ae221c75387d6a31535d36' X--- ./sonar.cpp.orig 2011-05-29 21:42:19.000000000 -0300 X+++ ./sonar.cpp 2011-05-29 21:42:56.000000000 -0300 X@@ -366,7 +366,7 @@ X int relative_bearing = bearing_to_target - recipbearing; X if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; X if (!sensordeaf){ X- noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) abs((flowandambientnoise - RandInt(40))) , 0); X+ noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) fabs((flowandambientnoise - RandInt(40))) , 0); X DPixel(sonarscreen, nbp, 0, noisecolor); X } X else{ X@@ -407,7 +407,7 @@ X int relative_bearing = bearing_to_target - recipbearing; X if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; X if (!sensordeaf){ X- noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) abs((flowandambientnoise - RandInt(40))) , 0); X+ noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) fabs((flowandambientnoise - RandInt(40))) , 0); X DPixel(sonarscreen, nbp, 70, noisecolor); X } X else{ X@@ -448,7 +448,7 @@ X int relative_bearing = bearing_to_target - recipbearing; X if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; X if (!sensordeaf){ X- noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) abs((flowandambientnoise - RandInt(40))) , 0); X+ noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) fabs((flowandambientnoise - RandInt(40))) , 0); X DPixel(sonarscreen, nbp, 140, noisecolor); X } X else{ X@@ -507,7 +507,7 @@ X int relative_bearing = bearing_to_target - array_heading; X if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; X if(!sensordeaf){ X- noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)abs((flowandambientnoise - RandInt(40))), 0); X+ noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)fabs((flowandambientnoise - RandInt(40))), 0); X DPixel(towedarrayscreen, nbp, 0, noisecolor); X } X else{ X@@ -549,7 +549,7 @@ X int relative_bearing = bearing_to_target - array_heading; X if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; X if(!sensordeaf){ X- noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)abs((flowandambientnoise - RandInt(40))), 0); X+ noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)fabs((flowandambientnoise - RandInt(40))), 0); X DPixel(towedarrayscreen, nbp, 70, noisecolor); X } X else{ X@@ -589,7 +589,7 @@ X int relative_bearing = bearing_to_target - array_heading; X if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; X if(!sensordeaf){ X- noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)abs((flowandambientnoise - RandInt(40))), 0); X+ noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)fabs((flowandambientnoise - RandInt(40))), 0); X DPixel(towedarrayscreen, nbp, 140, noisecolor); X } X else{ cd6ddd3322ae221c75387d6a31535d36 echo x - openssn/Makefile sed 's/^X//' >openssn/Makefile << 'c6cb4dcb7febd1d8a826ca72497850c3' X# New ports collection makefile for: OpenSSN X# Date created: 30, May 2011 X# Whom: Jesse Smith X# X# $FreeBSD: X# X XPORTNAME= openssn XPORTVERSION= 0.3 XCATEGORIES= games XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} X XMAINTAINER= jessefrgsmith@yahoo.ca XCOMMENT= A modern submarine simulator. X XUSE_SDL= sdl gfx image XUSE_XORG= x11 xau xdmcp xext xmu xpm xxf86vm XWRKSRC= ${WRKDIR}/${PORTNAME}/src X X.include c6cb4dcb7febd1d8a826ca72497850c3 echo x - openssn/pkg-plist sed 's/^X//' >openssn/pkg-plist << '56c6a225ded0c1994f9ce54def3e9dd8' Xbin/openssn Xshare/games/openssn/data/font.dat Xshare/games/openssn/data/largefont.dat Xshare/games/openssn/data/ships0.dat Xshare/games/openssn/images/A13off.png Xshare/games/openssn/images/A13on.png Xshare/games/openssn/images/A23off.png Xshare/games/openssn/images/A23on.png Xshare/games/openssn/images/AFLKoff.png Xshare/games/openssn/images/AFLKon.png Xshare/games/openssn/images/AFULLoff.png Xshare/games/openssn/images/AFULLon.png Xshare/games/openssn/images/ASTDoff.png Xshare/games/openssn/images/ASTDon.png Xshare/games/openssn/images/ClearControl.png Xshare/games/openssn/images/ClearEsm.png Xshare/games/openssn/images/ClearEsm2.png Xshare/games/openssn/images/ClearRadar.png Xshare/games/openssn/images/ClearRadar2.png Xshare/games/openssn/images/Constructionscreen.png Xshare/games/openssn/images/ControlScreen.png Xshare/games/openssn/images/ESMScreen.png Xshare/games/openssn/images/Mapscreen.png Xshare/games/openssn/images/RadarScreen.png Xshare/games/openssn/images/STOPoff.png Xshare/games/openssn/images/STOPon.png Xshare/games/openssn/images/Sonarscreen.png Xshare/games/openssn/images/arial_small_12.png Xshare/games/openssn/images/assigntrackeroff.png Xshare/games/openssn/images/assigntrackeron.png Xshare/games/openssn/images/blip.png Xshare/games/openssn/images/centerbuttondown.png Xshare/games/openssn/images/centerbuttonup.png Xshare/games/openssn/images/depthdownoff.png Xshare/games/openssn/images/depthdownon.png Xshare/games/openssn/images/depthupoff.png Xshare/games/openssn/images/depthupon.png Xshare/games/openssn/images/downbuttondown.png Xshare/games/openssn/images/downbuttonup.png Xshare/games/openssn/images/emptystationtile.png Xshare/games/openssn/images/emptytile.png Xshare/games/openssn/images/esmdown.png Xshare/games/openssn/images/esmup.png Xshare/games/openssn/images/extendtb16off.png Xshare/games/openssn/images/extendtb16on.png Xshare/games/openssn/images/font.dat Xshare/games/openssn/images/font.png Xshare/games/openssn/images/font2.png Xshare/games/openssn/images/font3.png Xshare/games/openssn/images/largefont.dat Xshare/games/openssn/images/largefont.png Xshare/games/openssn/images/leftbuttondown.png Xshare/games/openssn/images/leftbuttonup.png Xshare/games/openssn/images/lo32-app-linuxssn.png Xshare/games/openssn/images/lowercrtoff.png Xshare/games/openssn/images/lowercrton.png Xshare/games/openssn/images/loweresmoff.png Xshare/games/openssn/images/mapdown.png Xshare/games/openssn/images/mapup.png Xshare/games/openssn/images/mastdownoff.png Xshare/games/openssn/images/mastdownon.png Xshare/games/openssn/images/mastupoff.png Xshare/games/openssn/images/mastupon.png Xshare/games/openssn/images/minusbuttondown.png Xshare/games/openssn/images/minusbuttonup.png Xshare/games/openssn/images/nc_scale.png Xshare/games/openssn/images/noisemaker.png Xshare/games/openssn/images/plusbuttondown.png Xshare/games/openssn/images/plusbuttonup.png Xshare/games/openssn/images/quitbuttondown.png Xshare/games/openssn/images/quitbuttonup.png Xshare/games/openssn/images/radardown.png Xshare/games/openssn/images/radarup.png Xshare/games/openssn/images/range10off.png Xshare/games/openssn/images/range10on.png Xshare/games/openssn/images/range20off.png Xshare/games/openssn/images/range20on.png Xshare/games/openssn/images/range30off.png Xshare/games/openssn/images/range30on.png Xshare/games/openssn/images/range40off.png Xshare/games/openssn/images/range40on.png Xshare/games/openssn/images/range50off.png Xshare/games/openssn/images/range50on.png Xshare/games/openssn/images/range60off.png Xshare/games/openssn/images/range60on.png Xshare/games/openssn/images/rel_true.png Xshare/games/openssn/images/retracttb16off.png Xshare/games/openssn/images/retracttb16on.png Xshare/games/openssn/images/rightbuttondown.png Xshare/games/openssn/images/rightbuttonup.png Xshare/games/openssn/images/ring0off.png Xshare/games/openssn/images/ring0on.png Xshare/games/openssn/images/ring10off.png Xshare/games/openssn/images/ring10on.png Xshare/games/openssn/images/ring15off.png Xshare/games/openssn/images/ring15on.png Xshare/games/openssn/images/ring20off.png Xshare/games/openssn/images/ring20on.png Xshare/games/openssn/images/ring25off.png Xshare/games/openssn/images/ring25on.png Xshare/games/openssn/images/ring5off.png Xshare/games/openssn/images/ring5on.png Xshare/games/openssn/images/sc_scale.png Xshare/games/openssn/images/shipcontroldown.png Xshare/games/openssn/images/shipcontrolup.png Xshare/games/openssn/images/sonardown.png Xshare/games/openssn/images/sonarup.png Xshare/games/openssn/images/sphericaltowed.png Xshare/games/openssn/images/styllus.png Xshare/games/openssn/images/sweep0.png Xshare/games/openssn/images/sweep1.png Xshare/games/openssn/images/sweep10.png Xshare/games/openssn/images/sweep11.png Xshare/games/openssn/images/sweep12.png Xshare/games/openssn/images/sweep13.png Xshare/games/openssn/images/sweep14.png Xshare/games/openssn/images/sweep15.png Xshare/games/openssn/images/sweep16.png Xshare/games/openssn/images/sweep17.png Xshare/games/openssn/images/sweep18.png Xshare/games/openssn/images/sweep19.png Xshare/games/openssn/images/sweep2.png Xshare/games/openssn/images/sweep20.png Xshare/games/openssn/images/sweep21.png Xshare/games/openssn/images/sweep22.png Xshare/games/openssn/images/sweep23.png Xshare/games/openssn/images/sweep24.png Xshare/games/openssn/images/sweep25.png Xshare/games/openssn/images/sweep26.png Xshare/games/openssn/images/sweep27.png Xshare/games/openssn/images/sweep28.png Xshare/games/openssn/images/sweep29.png Xshare/games/openssn/images/sweep3.png Xshare/games/openssn/images/sweep30.png Xshare/games/openssn/images/sweep31.png Xshare/games/openssn/images/sweep32.png Xshare/games/openssn/images/sweep33.png Xshare/games/openssn/images/sweep34.png Xshare/games/openssn/images/sweep35.png Xshare/games/openssn/images/sweep4.png Xshare/games/openssn/images/sweep5.png Xshare/games/openssn/images/sweep6.png Xshare/games/openssn/images/sweep7.png Xshare/games/openssn/images/sweep8.png Xshare/games/openssn/images/sweep9.png Xshare/games/openssn/images/tb16winchoff.png Xshare/games/openssn/images/tb16winchon.png Xshare/games/openssn/images/tittle.png Xshare/games/openssn/images/tmadown.png Xshare/games/openssn/images/tmaup.png Xshare/games/openssn/images/torpedo.png Xshare/games/openssn/images/towedspherical.png Xshare/games/openssn/images/track1.png Xshare/games/openssn/images/track1assigned.png Xshare/games/openssn/images/track2.png Xshare/games/openssn/images/track2assigned.png Xshare/games/openssn/images/track3.png Xshare/games/openssn/images/track3assigned.png Xshare/games/openssn/images/track4.png Xshare/games/openssn/images/track4assigned.png Xshare/games/openssn/images/true_rel.png Xshare/games/openssn/images/upbuttondown.png Xshare/games/openssn/images/upbuttonup.png Xshare/games/openssn/images/uppercrtoff.png Xshare/games/openssn/images/uppercrton.png X@dirrm share/games/openssn/images X@dirrm share/games/openssn/data X@dirrm share/games/openssn X@dirrm share/games 56c6a225ded0c1994f9ce54def3e9dd8 echo x - openssn/distinfo sed 's/^X//' >openssn/distinfo << '4b9f8eb32ad0d0b52c7fc1cbec38f62f' XSHA256 (openssn-0.3.tar.gz) = 10a0514a0d99f0a3b7343bba3eb56124c6f992ca030fce4d4ad9a9e018d6be04 XSIZE (openssn-0.3.tar.gz) = 1669161 4b9f8eb32ad0d0b52c7fc1cbec38f62f exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 05:00:21 2011 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 3B26B1065670 for ; Mon, 30 May 2011 05: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 1779C8FC0C for ; Mon, 30 May 2011 05:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U50K5j076498 for ; Mon, 30 May 2011 05:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U50KfF076497; Mon, 30 May 2011 05:00:20 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 05:00:20 GMT Resent-Message-Id: <201105300500.p4U50KfF076497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joerg Wunsch Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3E4A106564A for ; Mon, 30 May 2011 04:57:29 +0000 (UTC) (envelope-from j@uriah.heep.sax.de) Received: from uriah.heep.sax.de (uriah.heep.sax.de [213.240.137.9]) by mx1.freebsd.org (Postfix) with ESMTP id 99C148FC1C for ; Mon, 30 May 2011 04:57:29 +0000 (UTC) Received: by uriah.heep.sax.de (Postfix, from userid 107) id 065931E; Mon, 30 May 2011 06:57:26 +0200 (MET DST) Message-Id: <20110530045727.065931E@uriah.heep.sax.de> Date: Mon, 30 May 2011 06:57:26 +0200 (MET DST) From: Joerg Wunsch To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157416: print/system-config-printer appears to lack dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joerg Wunsch List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 05:00:21 -0000 >Number: 157416 >Category: ports >Synopsis: print/system-config-printer appears to lack dependency >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: Mon May 30 05:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Joerg Wunsch >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD uriah.heep.sax.de 8.2-STABLE FreeBSD 8.2-STABLE #7: Wed May 25 08:21:28 MET DST 2011 j@uriah.heep.sax.de:/usr/obj/usr/src/sys/URIAH i386 >Description: When trying to build print/system-config-printer on a freshly installed machine which does not have direct internet access, I get: ===> Building for system-config-printer-1.1.16_3 Making all in po gmake[1]: Entering directory `/usr/ports/print/system-config-printer/work/system-config-printer-1.1.16/po' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/print/system-config-printer/work/system-config-printer-1.1.16/po' gmake[1]: Entering directory `/usr/ports/print/system-config-printer/work/system-config-printer-1.1.16' xmlto man -o man man/system-config-printer.xml xmlto: /usr/ports/print/system-config-printer/work/system-config-printer-1.1.16/man/system-config-printer.xml does not validate (status 3) xmlto: Fix document syntax or use --skip-validation option I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd /usr/ports/print/system-config-printer/work/system-config-printer-1.1.16/man/system-config-printer.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> ^ I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" Document /usr/ports/print/system-config-printer/work/system-config-printer-1.1.16/man/system-config-printer.xml does not validate gmake[1]: *** [man/system-config-printer.1] Error 13 >How-To-Repeat: Install the kde4 meta-port on an otherwise empty machine. >Fix: Installing textproc/docbook-sk installs the missing catalogue for docbook-4.1.2 that is being validated against, so this should probably be made a prerequisite for that port. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 05:00:33 2011 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 59E351065674; Mon, 30 May 2011 05: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 327B88FC0A; Mon, 30 May 2011 05:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U50Xa7077260; Mon, 30 May 2011 05:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U50XrX077250; Mon, 30 May 2011 05:00:33 GMT (envelope-from edwin) Date: Mon, 30 May 2011 05:00:33 GMT Message-Id: <201105300500.p4U50XrX077250@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157416: print/system-config-printer appears to lack 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: Mon, 30 May 2011 05:00:33 -0000 Synopsis: print/system-config-printer appears to lack dependency Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 05:00:32 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157416 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 05:20:03 2011 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 99C0D1065672 for ; Mon, 30 May 2011 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 70B088FC16 for ; Mon, 30 May 2011 05:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U5K38S000597 for ; Mon, 30 May 2011 05:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U5K3mX000595; Mon, 30 May 2011 05:20:03 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 05:20:03 GMT Resent-Message-Id: <201105300520.p4U5K3mX000595@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Terry Sposato Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A06F106566B for ; Mon, 30 May 2011 05:16: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 8B07B8FC0A for ; Mon, 30 May 2011 05:16: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 p4U5Gx1K063880 for ; Mon, 30 May 2011 05:16:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4U5GxJR063879; Mon, 30 May 2011 05:16:59 GMT (envelope-from nobody) Message-Id: <201105300516.p4U5GxJR063879@red.freebsd.org> Date: Mon, 30 May 2011 05:16:59 GMT From: Terry Sposato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157417: www/mybb Update to 1.6.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, 30 May 2011 05:20:03 -0000 >Number: 157417 >Category: ports >Synopsis: www/mybb Update to 1.6.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 May 30 05:20:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Terry Sposato >Release: 8.2-RELEASE >Organization: >Environment: >Description: Update www/mypbb port to latest >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru mybb-old/Makefile mybb/Makefile --- mybb-old/Makefile 2011-05-30 15:04:22.000000000 +1000 +++ mybb/Makefile 2011-05-30 15:06:32.000000000 +1000 @@ -6,10 +6,10 @@ # PORTNAME= mybb -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.3 CATEGORIES= www MASTER_SITES= http://www.mybb.com/download/latest/ -DISTNAME= ${PORTNAME}_1601 +DISTNAME= ${PORTNAME}_1603 MAINTAINER= miwi@FreeBSD.org COMMENT= A PHP-based bulletin board / discussion forum system diff -Nru mybb-old/distinfo mybb/distinfo --- mybb-old/distinfo 2011-05-30 15:04:22.000000000 +1000 +++ mybb/distinfo 2011-05-30 15:06:38.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (mybb_1601.zip) = 0153dd568fa5efae5c5da5fd1ea425d0f9ae767c04c8ac7b4cf2760ab07ae467 -SIZE (mybb_1601.zip) = 1872882 +SHA256 (mybb_1603.zip) = fa676bd3977b320533d3c141be68e450ca8803941c1d6cc5882da78af4d16d4e +SIZE (mybb_1603.zip) = 1831131 diff -Nru mybb-old/pkg-plist mybb/pkg-plist --- mybb-old/pkg-plist 2011-05-30 15:04:22.000000000 +1000 +++ mybb/pkg-plist 2011-05-30 15:06:06.000000000 +1000 @@ -703,6 +703,7 @@ %%WWWDIR%%/install/resources/upgrade16.php %%WWWDIR%%/install/resources/upgrade17.php %%WWWDIR%%/install/resources/upgrade18.php +%%WWWDIR%%/install/resources/upgrade19.php %%WWWDIR%%/install/resources/upgrade2.php %%WWWDIR%%/install/resources/upgrade3.php %%WWWDIR%%/install/resources/upgrade4.php >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 05:20:14 2011 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 31E89106566B; Mon, 30 May 2011 05:20: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 0B0B88FC17; Mon, 30 May 2011 05:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U5KDUs001064; Mon, 30 May 2011 05:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U5KD5x001055; Mon, 30 May 2011 05:20:13 GMT (envelope-from edwin) Date: Mon, 30 May 2011 05:20:13 GMT Message-Id: <201105300520.p4U5KD5x001055@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157417: www/mybb Update to 1.6.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, 30 May 2011 05:20:14 -0000 Synopsis: www/mybb Update to 1.6.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 05:20:13 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157417 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 08:50:06 2011 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 8B0281065674 for ; Mon, 30 May 2011 08:50: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 5B7238FC0C for ; Mon, 30 May 2011 08:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U8o6LB022485 for ; Mon, 30 May 2011 08:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U8o6kw022484; Mon, 30 May 2011 08:50:06 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 08:50:06 GMT Resent-Message-Id: <201105300850.p4U8o6kw022484@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiroto Kagotani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A65F8106566B for ; Mon, 30 May 2011 08:44:10 +0000 (UTC) (envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp) Received: from luna3.auto.infsys.cne.okayama-u.ac.jp (luna3.auto.infsys.cne.okayama-u.ac.jp [150.46.6.78]) by mx1.freebsd.org (Postfix) with ESMTP id 13A8B8FC08 for ; Mon, 30 May 2011 08:44:09 +0000 (UTC) Received: from luna3.auto.infsys.cne.okayama-u.ac.jp (localhost [127.0.0.1]) by luna3.auto.infsys.cne.okayama-u.ac.jp (8.14.4/8.14.4) with ESMTP id p4U8GMxf027652 for ; Mon, 30 May 2011 17:16:23 +0900 (JST) (envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp) Received: (from root@localhost) by luna3.auto.infsys.cne.okayama-u.ac.jp (8.14.4/8.14.4/Submit) id p4U8GMN0027651; Mon, 30 May 2011 17:16:22 +0900 (JST) (envelope-from kagotani) Message-Id: <201105300816.p4U8GMN0027651@luna3.auto.infsys.cne.okayama-u.ac.jp> Date: Mon, 30 May 2011 17:16:22 +0900 (JST) From: Hiroto Kagotani To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157419: [PATCH] japanese/ddskk: update to 14.2 and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 08:50:06 -0000 >Number: 157419 >Category: ports >Synopsis: [PATCH] japanese/ddskk: update to 14.2 and unbreak >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 May 30 08:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hiroto Kagotani >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD myhost.mydomain 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 >Description: - Update to 14.2 - Make PREFIX-safe - Unbreak Added file(s): - files/patch-Makefile Also, I would like to take maintainership if anyone is not currently maintaining this port. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ja-ddskk-emacs23-14.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/japanese/ddskk13/Makefile /usr/ports/japanese/ddskk/Makefile --- /usr/ports/japanese/ddskk13/Makefile 2011-05-30 12:44:47.000000000 +0900 +++ /usr/ports/japanese/ddskk/Makefile 2011-05-30 12:45:05.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= ddskk -PORTVERSION= 13.1 -PORTREVISION= 5 +PORTVERSION= 14.2 CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ \ ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \ @@ -17,27 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple Kana to Kanji conversion program on Emacsen -BROKEN= Does not fetch - USE_EMACS= yes .include -.if defined(EMACS_PORT_NAME) -.if (${EMACS_PORT_NAME} == "emacs23") -DEPPORT_SUFFIX= -.else -DEPPORT_SUFFIX= -${EMACS_PORT_NAME} -.endif -BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} -RUN_DEPENDS= ${BUILD_DEPENDS} -.else -.BEGIN: - @${ECHO} "Error: Bad port." - @${ECHO} "You must define EMACS_PORT_NAME." - @${FALSE} -.endif - INFO= skk SKK_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/skk @@ -47,6 +29,10 @@ ALL_TARGET= elc info MAKE_ARGS+= SKK_LISPDIR=${PREFIX}/${SKK_LISPDIR} +pre-install: + # required for non-standard PREFIX + ${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + post-install: .for i in skk-jisx0213 skk-lookup ${INSTALL_DATA} ${WRKSRC}/${i}.el ${PREFIX}/${SKK_LISPDIR} diff -ruN --exclude=CVS /usr/ports/japanese/ddskk13/distinfo /usr/ports/japanese/ddskk/distinfo --- /usr/ports/japanese/ddskk13/distinfo 2011-03-19 02:59:11.000000000 +0900 +++ /usr/ports/japanese/ddskk/distinfo 2011-05-27 18:21:02.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ddskk-13.1.tar.gz) = d2b1bcf7f4e6b41afb126bbde4e119a16cd4f5507ae984154250dd8a19801582 -SIZE (ddskk-13.1.tar.gz) = 720490 +SHA256 (ddskk-14.2.tar.gz) = ddf1f892b0b41e163b29cbbc00eae1ca3eef512dc3b5217ede329d414252fdf1 +SIZE (ddskk-14.2.tar.gz) = 794060 diff -ruN --exclude=CVS /usr/ports/japanese/ddskk13/files/patch-Makefile /usr/ports/japanese/ddskk/files/patch-Makefile --- /usr/ports/japanese/ddskk13/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/japanese/ddskk/files/patch-Makefile 2011-05-30 12:27:48.000000000 +0900 @@ -0,0 +1,11 @@ +--- ./Makefile.orig 2011-01-01 06:00:41.000000000 +0900 ++++ ./Makefile 2011-05-30 11:56:18.000000000 +0900 +@@ -11,7 +11,7 @@ + DATE = date + EMACS = emacs + ETAGS = etags +-FLAGS = -batch -q -no-site-file -l SKK-MK ++FLAGS = -batch -q -no-site-file --eval '(setq PREFIX "${PREFIX}")' -l SKK-MK + GZIP = gzip -9 + MD5 = md5 + RM = /bin/rm -f diff -ruN --exclude=CVS /usr/ports/japanese/ddskk13/pkg-plist /usr/ports/japanese/ddskk/pkg-plist --- /usr/ports/japanese/ddskk13/pkg-plist 2008-03-03 01:26:54.000000000 +0900 +++ /usr/ports/japanese/ddskk/pkg-plist 2011-05-30 12:17:59.000000000 +0900 @@ -1,5 +1,7 @@ %%EMACS_VERSION_SITE_LISPDIR%%/skk/ccc.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/ccc.elc +%%EMACS_VERSION_SITE_LISPDIR%%/skk/cdb.el +%%EMACS_VERSION_SITE_LISPDIR%%/skk/cdb.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/context-skk.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/context-skk.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/queue-m.el @@ -17,6 +19,8 @@ %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-autoloads.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-azik.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-azik.elc +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-cdb.el +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-cdb.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-comp.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-comp.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-cursor.el @@ -27,14 +31,14 @@ %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-dcomp.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-develop.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-develop.elc -%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-dic.el -%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-dic.elc -%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-e21.el -%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-e21.elc +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-emacs.el +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-emacs.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-gadget.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-gadget.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-hint.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-hint.elc +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-inline.el +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-inline.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-isearch.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-isearch.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-jisx0201.el @@ -57,13 +61,13 @@ %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-macs.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-num.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-num.elc -%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-obsolete.el -%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-obsolete.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-server-completion.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-server-completion.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-server.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-server.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-setup.el +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-sticky.el +%%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-sticky.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-study.el %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-study.elc %%EMACS_VERSION_SITE_LISPDIR%%/skk/skk-tankan.el @@ -84,14 +88,14 @@ share/skk/SKK.tut.E share/skk/skk.xpm @dirrmtry share/skk -share/examples/ddskk/Emacs.ad -share/examples/ddskk/dot.emacs -share/examples/ddskk/dot.skk -@dirrm share/examples/ddskk -%%PORTDOCS%%share/doc/ddskk/AUTHORS.ja -%%PORTDOCS%%share/doc/ddskk/CODENAME.ja -%%PORTDOCS%%share/doc/ddskk/Contributors -%%PORTDOCS%%share/doc/ddskk/FAQ.ja -%%PORTDOCS%%share/doc/ddskk/NEWS.ja -%%PORTDOCS%%share/doc/ddskk/README -%%PORTDOCS%%@dirrm share/doc/ddskk +%%EXAMPLESDIR%%/Emacs.ad +%%EXAMPLESDIR%%/dot.emacs +%%EXAMPLESDIR%%/dot.skk +@dirrm %%EXAMPLESDIR%%/ddskk +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.ja +%%PORTDOCS%%%%DOCSDIR%%/CODENAME.ja +%%PORTDOCS%%%%DOCSDIR%%/Contributors +%%PORTDOCS%%%%DOCSDIR%%/FAQ.ja +%%PORTDOCS%%%%DOCSDIR%%/NEWS.ja +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- ja-ddskk-emacs23-14.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 09:40:08 2011 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 94E2D1065670 for ; Mon, 30 May 2011 09: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 51D9A8FC1F for ; Mon, 30 May 2011 09:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U9e8f2068373 for ; Mon, 30 May 2011 09:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U9e83S068372; Mon, 30 May 2011 09:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 09:40:08 GMT Resent-Message-Id: <201105300940.p4U9e83S068372@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, skv@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57369106566B for ; Mon, 30 May 2011 09:31:19 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4783B8FC1A for ; Mon, 30 May 2011 09:31:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U9VJAT064168 for ; Mon, 30 May 2011 09:31:19 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U9VJ8a064162; Mon, 30 May 2011 09:31:19 GMT (envelope-from skv) Message-Id: <201105300931.p4U9VJ8a064162@freefall.freebsd.org> Date: Mon, 30 May 2011 09:31:19 GMT From: skv@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Cc: Subject: ports/157420: Repocopy: copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to russian/bugzilla3-ru; japanese/bugzilla to japanese/bugzilla3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: skv@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 09:40:08 -0000 >Number: 157420 >Category: ports >Synopsis: Repocopy: copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to russian/bugzilla3-ru; japanese/bugzilla to japanese/bugzilla3 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 30 09:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: >Description: Repocopy: devel/bugzilla to devel/bugzilla3 russian/bugzilla-ru to russian/bugzilla3-ru japanese/bugzilla to japanese/bugzilla3 Reason: introduce Bugzilla 4.0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 09:40:29 2011 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 48527106566C; Mon, 30 May 2011 09:40: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 1FA358FC08; Mon, 30 May 2011 09:40:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U9eSbg069546; Mon, 30 May 2011 09:40:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U9eShV069540; Mon, 30 May 2011 09:40:28 GMT (envelope-from edwin) Date: Mon, 30 May 2011 09:40:28 GMT Message-Id: <201105300940.p4U9eShV069540@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/157420: Repocopy: copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to russian/bugzilla3-ru; japanese/bugzilla to japanese/bugzilla3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 09:40:29 -0000 Synopsis: Repocopy: copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to russian/bugzilla3-ru; japanese/bugzilla to japanese/bugzilla3 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Mon May 30 09:40:28 UTC 2011 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157420 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 09:40:33 2011 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 B8BF0106566C; Mon, 30 May 2011 09: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 90AD58FC1A; Mon, 30 May 2011 09:40:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4U9eXnP070148; Mon, 30 May 2011 09:40:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4U9eXKO070137; Mon, 30 May 2011 09:40:33 GMT (envelope-from edwin) Date: Mon, 30 May 2011 09:40:33 GMT Message-Id: <201105300940.p4U9eXKO070137@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157420: Repocopy: copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to russian/bugzilla3-ru; japanese/bugzilla to japanese/bugzilla3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 09:40:33 -0000 Synopsis: Repocopy: copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to russian/bugzilla3-ru; japanese/bugzilla to japanese/bugzilla3 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 09:40:33 UTC 2011 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=157420 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 10:50:07 2011 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 AB19E106566B for ; Mon, 30 May 2011 10: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 7E5618FC0A for ; Mon, 30 May 2011 10:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UAo7sS032662 for ; Mon, 30 May 2011 10:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UAo717032661; Mon, 30 May 2011 10:50:07 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 10:50:07 GMT Resent-Message-Id: <201105301050.p4UAo717032661@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joris Vandalon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D1E5106564A for ; Mon, 30 May 2011 10:42:10 +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 F1B428FC13 for ; Mon, 30 May 2011 10:42:09 +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 p4UAg9Ob071081 for ; Mon, 30 May 2011 10:42:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UAg94x071080; Mon, 30 May 2011 10:42:09 GMT (envelope-from nobody) Message-Id: <201105301042.p4UAg94x071080@red.freebsd.org> Date: Mon, 30 May 2011 10:42:09 GMT From: Joris Vandalon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157421: New port: archivers/libunrar4 Version 4 of libunrar X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 10:50:07 -0000 >Number: 157421 >Category: ports >Synopsis: New port: archivers/libunrar4 Version 4 of libunrar >Confidential: no >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 May 30 10:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Joris Vandalon >Release: Freebsd 8.2 >Organization: >Environment: FreeBSD collected.vandalon.nl 8.2-RELEASE FreeBSD 8.2-RELEASE #7: Thu Mar 31 13:58:26 CEST 2011 root@Collected.local:/usr/obj/usr/src/sys/COLLECTED amd64 >Description: Since there is only a libunrar3 port in freebsd and it does not seem to get an update any time soon, I created libunrar4. Mainly because I also want to make a port for rar2fs (http://code.google.com/p/rar2fs/) which depends on libunrar 4.0.7 among others. >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: # # libunrar4 # libunrar4/pkg-descr # libunrar4/pkg-plist # libunrar4/files # libunrar4/files/patch-makefile.unix # libunrar4/Makefile # libunrar4/distinfo # echo c - libunrar4 mkdir -p libunrar4 > /dev/null 2>&1 echo x - libunrar4/pkg-descr sed 's/^X//' >libunrar4/pkg-descr << 'accc5a455cdf546073ad56ef34b54266' X The UnRAR library is a minor part of the RAR archiver and contains X RAR uncompression algorithm. UnRAR requires very small volume of X memory to operate. X UnRAR library can be used by other programs to extract RAR archives. X This package contains small fixes from the http://mcmcc.bat.ru/clamav/. X XWWW: http://www.rarsoft.com/ accc5a455cdf546073ad56ef34b54266 echo x - libunrar4/pkg-plist sed 's/^X//' >libunrar4/pkg-plist << 'c432de07141839a6080327ce6b14b968' Xlib/libunrar.so Xlib/libunrar.so.3 Xinclude/libunrar4/dll.hpp X@dirrm include/libunrar4 c432de07141839a6080327ce6b14b968 echo c - libunrar4/files mkdir -p libunrar4/files > /dev/null 2>&1 echo x - libunrar4/files/patch-makefile.unix sed 's/^X//' >libunrar4/files/patch-makefile.unix << 'f0082f18c7c536d111ec49bd377f50ab' X--- makefile.unix.orig 2008-10-09 15:43:06.000000000 +0200 X+++ makefile.unix 2008-11-06 01:43:52.000000000 +0100 X@@ -7,10 +7,11 @@ X X # Linux using GCC X #CXX=g++ X-#CXXFLAGS=-O2 X-DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE X+CXXFLAGS=$(CFLAGS) -fPIC -DPIC X+DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DGUI -DSILENT X STRIP=strip X DESTDIR=/usr X+RANLIB=ranlib X X # Linux using LCC X #CXX=lcc X@@ -100,7 +101,7 @@ X WHAT=UNRAR X X UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o X-LIB_OBJ=filestr.o scantree.o dll.o X+LIB_OBJ=dll.o X X OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savepos.o global.o file.o filefn.o filcreat.o \ X archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \ X@@ -131,9 +132,15 @@ X $(STRIP) default.sfx X X lib: WHAT=RARDLL X-lib: $(OBJECTS) $(LIB_OBJ) X- @rm -f libunrar.so X- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ) X+lib: $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ) X+ @rm -f libunrar.so.3 X+ $(LINK) -shared -o libunrar.so.3 $(LDFLAGS) $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ) X+ X+liba: WHAT=RARDLL X+liba: $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ) X+ @rm -f libunrar.a X+ $(AR) rc libunrar.a $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ) X+ $(RANLIB) libunrar.a X X install-unrar: X install unrar $(DESTDIR)/bin f0082f18c7c536d111ec49bd377f50ab echo x - libunrar4/Makefile sed 's/^X//' >libunrar4/Makefile << '1703f0413ef7cf36bb0cb698e51e44c1' X# New ports collection makefile for: unrar4 X# Date created: 30 May 2011 X# Whom: Joris Vandalon X# X# $FreeBSD$ X# X XPORTNAME= libunrar4 XPORTVERSION= 4.0.7 XPORTEPOCH= 1 XCATEGORIES= archivers XMASTER_SITES= http://www.rarlab.com/rar/ XDISTNAME= unrarsrc-${PORTVERSION} X XMAINTAINER= joris@vandalon.nl XCOMMENT= Library to work with RAR archivies X XWRKSRC= ${WRKDIR}/unrar X XUSE_GMAKE= yes XMAKEFILE= makefile.unix XMAKE_ENV= LDFLAGS="${LDFLAGS}" XALL_TARGET= lib XUSE_LDCONFIG= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/libunrar.so.3 ${PREFIX}/lib/ X cd ${PREFIX}/lib && ${LN} -sf libunrar.so.3 libunrar.so X ${MKDIR} ${PREFIX}/include/libunrar4 X ${INSTALL_DATA} ${WRKSRC}/dll.hpp ${PREFIX}/include/libunrar4/dll.hpp X X.include 1703f0413ef7cf36bb0cb698e51e44c1 echo x - libunrar4/distinfo sed 's/^X//' >libunrar4/distinfo << '749eb8cba8e695f567034246b52ef7ad' XSHA256 (unrarsrc-4.0.7.tar.gz) = eac9ed7493870ca7f67b23e9208aef1db701c381123ac462e97f703777a33071 XSIZE (unrarsrc-4.0.7.tar.gz) = 152853 749eb8cba8e695f567034246b52ef7ad exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:10:13 2011 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 0ED6D1065675 for ; Mon, 30 May 2011 12: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 DE3438FC20 for ; Mon, 30 May 2011 12:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCA9lO010127 for ; Mon, 30 May 2011 12:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCA9AG010126; Mon, 30 May 2011 12:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 12:10:09 GMT Resent-Message-Id: <201105301210.p4UCA9AG010126@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine van Gelder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7A3F106566B for ; Mon, 30 May 2011 12:04: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 C89FF8FC16 for ; Mon, 30 May 2011 12:04:37 +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 p4UC4bpa054107 for ; Mon, 30 May 2011 12:04:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UC4bKs054106; Mon, 30 May 2011 12:04:37 GMT (envelope-from nobody) Message-Id: <201105301204.p4UC4bKs054106@red.freebsd.org> Date: Mon, 30 May 2011 12:04:37 GMT From: Antoine van Gelder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157422: net/rabbitmq port compilation 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: Mon, 30 May 2011 12:10:13 -0000 >Number: 157422 >Category: ports >Synopsis: net/rabbitmq port compilation error >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: Mon May 30 12:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Antoine van Gelder >Release: 8.2 >Organization: >Environment: FreeBSD phi.7degrees.co.za 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Compiling rabbitmq fails with: -- erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin src/rabbit_networking.erl src/rabbit_networking.erl:58: type hostname() undefined src/rabbit_networking.erl:80: type ip_port() undefined gmake: *** [ebin/rabbit_networking.beam] Error 1 *** Error code 1 Stop in /usr/ports/net/rabbitmq. >How-To-Repeat: cd /usr/ports/net/rabbitmq make >Fix: The problem is being caused by missing type declarations for hostname/0 and ip_port/0 in src/rabbitmq_networking.erl It looks like the problem has already been fixed in the rabbitmq mercurial repository. The attached patch sorts it out. Patch attached with submission follows: --- src/rabbit_networking.erl.orig 2011-02-03 14:47:35.000000000 +0200 +++ src/rabbit_networking.erl 2011-05-30 13:51:28.000000000 +0200 @@ -52,6 +52,9 @@ -export_type([ip_port/0, hostname/0]). +-type(hostname() :: inet:hostname()). +-type(ip_port() :: inet:ip_port()). + -type(family() :: atom()). -type(listener_config() :: ip_port() | {hostname(), ip_port()} | >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:10:22 2011 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 8EA89106566C; Mon, 30 May 2011 12: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 67A898FC12; Mon, 30 May 2011 12:10:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCAM47011011; Mon, 30 May 2011 12:10:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCAMCQ011007; Mon, 30 May 2011 12:10:22 GMT (envelope-from edwin) Date: Mon, 30 May 2011 12:10:22 GMT Message-Id: <201105301210.p4UCAMCQ011007@freefall.freebsd.org> To: antoine@artifactual.org.za, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157422: net/rabbitmq port compilation 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: Mon, 30 May 2011 12:10:22 -0000 Synopsis: net/rabbitmq port compilation error State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 30 12:10:21 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157422 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:20:11 2011 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 4636B106566B for ; Mon, 30 May 2011 12: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 36EE38FC18 for ; Mon, 30 May 2011 12:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCKBJY020264 for ; Mon, 30 May 2011 12:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCKBpU020263; Mon, 30 May 2011 12:20:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 12:20:11 GMT Message-Id: <201105301220.p4UCKBpU020263@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157422: net/rabbitmq port compilation error 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, 30 May 2011 12:20:11 -0000 The following reply was made to PR ports/157422; it has been noted by GNATS. From: Edwin Groothuis To: pneumann@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/157422: net/rabbitmq port compilation error Date: Mon, 30 May 2011 12:10:19 UT Maintainer of net/rabbitmq, Please note that PR ports/157422 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/157422 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:30:13 2011 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 049461065675 for ; Mon, 30 May 2011 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 D40448FC22 for ; Mon, 30 May 2011 12:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCUAgg028405 for ; Mon, 30 May 2011 12:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCUAMj028403; Mon, 30 May 2011 12:30:10 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 12:30:10 GMT Resent-Message-Id: <201105301230.p4UCUAMj028403@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, rodrigo@bebik.net Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D24981065673 for ; Mon, 30 May 2011 12:21:32 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtpfb1-g21.free.fr (smtpfb1-g21.free.fr [212.27.42.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6289E8FC15 for ; Mon, 30 May 2011 12:21:30 +0000 (UTC) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by smtpfb1-g21.free.fr (Postfix) with ESMTP id 69F1F2D8FE for ; Mon, 30 May 2011 14:03:34 +0200 (CEST) Received: from hodja.bebik.net (unknown [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id A035EA60E4 for ; Mon, 30 May 2011 14:03:27 +0200 (CEST) Received: by hodja.bebik.net (Postfix, from userid 1001) id 0DB3428485; Mon, 30 May 2011 14:03:26 +0200 (CEST) Message-Id: <20110530120326.0DB3428485@hodja.bebik.net> Date: Mon, 30 May 2011 14:03:26 +0200 (CEST) From: <"rodrigo OSORIO"@bebik.net>, rodrigo@bebik.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157423: mail/ecartis distfile update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rodrigo@bebik.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 12:30:13 -0000 >Number: 157423 >Category: ports >Synopsis: mail/ecartis distfile update >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 30 12:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: rodrigo OSORIO >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD ws-osorio.ipanema.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This patch updates the mail/ecartis port MASTER_SITES after the main project website disappear from the internet. I also add a mirror location pointing to my personal website (with large bandwidth) for safety.. >How-To-Repeat: >Fix: --- ecartis.patch begins here --- --- ecartis/Makefile.old 2011-05-30 13:41:39.000000000 +0200 +++ ecartis/Makefile 2011-05-30 13:43:56.000000000 +0200 @@ -9,7 +9,8 @@ PORTVERSION= 1.0.0.s20060813 PORTEPOCH= 1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ +MASTER_SITES= http://conducive.net/tarballs/ \ + http://rodrigo.osorio.free.fr/freebsd/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.s/-snap/} MAINTAINER= jtrigg@spamcop.net --- ecartis.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:30:24 2011 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 D232810656B4; Mon, 30 May 2011 12:30: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 A9A4B8FC13; Mon, 30 May 2011 12:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCUOLQ029399; Mon, 30 May 2011 12:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCUOoD029389; Mon, 30 May 2011 12:30:24 GMT (envelope-from edwin) Date: Mon, 30 May 2011 12:30:24 GMT Message-Id: <201105301230.p4UCUOoD029389@freefall.freebsd.org> To: rodrigo@bebik.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157423: mail/ecartis distfile 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, 30 May 2011 12:30:24 -0000 Synopsis: mail/ecartis distfile update State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 30 12:30:23 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157423 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:40:07 2011 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 297151065672 for ; Mon, 30 May 2011 12: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 135D28FC16 for ; Mon, 30 May 2011 12:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCe6lD039248 for ; Mon, 30 May 2011 12:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCe6oC039245; Mon, 30 May 2011 12:40:06 GMT (envelope-from gnats) Date: Mon, 30 May 2011 12:40:06 GMT Message-Id: <201105301240.p4UCe6oC039245@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157423: mail/ecartis distfile update 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, 30 May 2011 12:40:07 -0000 The following reply was made to PR ports/157423; it has been noted by GNATS. From: Edwin Groothuis To: jtrigg@spamcop.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/157423: mail/ecartis distfile update Date: Mon, 30 May 2011 12:30:19 UT Maintainer of mail/ecartis, Please note that PR ports/157423 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/157423 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:50:11 2011 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 88A5C106566C for ; Mon, 30 May 2011 12: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 784BF8FC20 for ; Mon, 30 May 2011 12:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCoAJV048000 for ; Mon, 30 May 2011 12:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCoAYP047999; Mon, 30 May 2011 12:50:10 GMT (envelope-from gnats) Date: Mon, 30 May 2011 12:50:10 GMT Message-Id: <201105301250.p4UCoAYP047999@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Menshikov Konstantin Cc: Subject: Re: ports/152982: [patch] net/nss_ldap, ignore option nss_initgroups_ignoreusers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Menshikov Konstantin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 12:50:11 -0000 The following reply was made to PR ports/152982; it has been noted by GNATS. From: Menshikov Konstantin To: bug-followup@FreeBSD.org, kmenshikov@peterhost.ru Cc: Subject: Re: ports/152982: [patch] net/nss_ldap, ignore option nss_initgroups_ignoreusers Date: Mon, 30 May 2011 16:27:58 +0400 This is a cryptographically signed message in MIME format. --------------ms090309070601020206090102 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 SGkuCgpUaGlzIFBSIGV4cGVjdCBvdmVyIDUgbW9udGguClBsZWFzZSwgcmVzb2x2ZSBpdC4K Ci0tIArQnNC10L3RjNGI0LjQutC+0LIg0JrQvtC90YHRgtCw0L3RgtC40L0KCg== --------------ms090309070601020206090102 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIPlDCC BIowggNyoAMCAQICECf06hH0eobEbp27bqkXBwcwDQYJKoZIhvcNAQEFBQAwbzELMAkGA1UE BhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9vdDAeFw0w NTA2MDcwODA5MTBaFw0yMDA1MzAxMDQ4MzhaMIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMC VVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5l dHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UEAxMtVVRO LVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWlsMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjmFpPJ9q0E7YkY3rs3BYHW8OWX5ShpHornMSMxqmNVN NRm5pELlzkniii8efNIxB8dOtINknS4p1aJkxIW9hVE1eaROaJB7HHqkkqgX8pgV8pPMyaQy lbsMTzC9mKALi+VuG6JG+ni8om+rWV6lL8/K2m2qL+usobNqqrcuZzWLeeEeaYji5kbNoKXq vgvOdjp6Dpvq/NonWz1zHyLmSGHGTPNpsaguG7bUMSAsvIKKjqQOpdeJQ/wWWq8dcdcRWdq6 hw2v+vPhwvCkxWeM1tZUOt4KpLoDd7NlyP0e03RiqhjKaJMeoYV+9Udly/hNVyh00jT/MLbu 9mIwFIws6wIDAQABo4HhMIHeMB8GA1UdIwQYMBaAFK29mHo0tCb3+sQmVO8DveAky1QaMB0G A1UdDgQWBBSJgmd9xJ0mcABLtFBIfN49rgRufTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ BAUwAwEB/zB7BgNVHR8EdDByMDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9BZGRU cnVzdEV4dGVybmFsQ0FSb290LmNybDA2oDSgMoYwaHR0cDovL2NybC5jb21vZG8ubmV0L0Fk ZFRydXN0RXh0ZXJuYWxDQVJvb3QuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQAZ2IkRbyispgCi 54fBm5AD236hEv0e8+LwAamUVEJrmgnEoG3XkJIEA2Z5Q3H8+G+v23ZF4jcaPd3kWQR4rBz0 g0bzes9bhHIt5UbBuhgRKfPLSXmHPLptBZ2kbWhPrXIUNqi5sf2/z3/wpGqUNVCPz4FtVbHd WTBK322gnGQfSXzvNrv042n0+DmPWq1LhTq3Du3Tzw1EovsEv+QvcI4l+1pUBrPQxLxtjftz Mizpm4QkLdZ/kXpoAlAfDj9N6cz1u2fo3BwuO/xOzf4CjuOoEwqlJkRl6RDyTVKnrtw+ymsy XEFs/vVdoOr/0fqbhlhtPZZH5f4ulQTCAMyOofK7MIIFfzCCBGegAwIBAgIRAL3od7DYc3Ay /8YK1tD55TUwDQYJKoZIhvcNAQEFBQAwga4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJVVDEX MBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29y azEhMB8GA1UECxMYaHR0cDovL3d3dy51c2VydHJ1c3QuY29tMTYwNAYDVQQDEy1VVE4tVVNF UkZpcnN0LUNsaWVudCBBdXRoZW50aWNhdGlvbiBhbmQgRW1haWwwHhcNMTAxMTI2MDAwMDAw WhcNMTExMTI2MjM1OTU5WjApMScwJQYJKoZIhvcNAQkBFhhrLm1lbnNoaWtvdkBwZXRlcmhv c3QucnUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDgLg/9HFovY74tWwoS9tpp RauaguHLMbmZgjbujOolulzornpXUUmIccQxRHTogpzaw2u+XyU51HD1zGxPi/gV7RDQH47M /wPv3UsqP+RysaRw3/wqeSDmj7rYMKQpRo+FaE2nOd+IVKAK5l0r2f7XymjL3k75ZNthpWra KKkESNd28t6Q/MRhh/3ABUSFU1run+DWH4CJeOIoePPaaB5yhSg6PdR6tWs4H10nvk98JzFz 1TK+pLMPKpqxZQf5z6kXQGyyHd3ra+8tAnBd4fpMsIKF2VkzMvnbXxrWGO5symDfKUJ+lPIW 7XXp6AXv0zTKwZ6vVaZ7GD6PUlN12qMZAgMBAAGjggIaMIICFjAfBgNVHSMEGDAWgBSJgmd9 xJ0mcABLtFBIfN49rgRufTAdBgNVHQ4EFgQURts0y+ilmIzJaDXuCa/a7KrY6bgwDgYDVR0P AQH/BAQDAgWgMAwGA1UdEwEB/wQCMAAwIAYDVR0lBBkwFwYIKwYBBQUHAwQGCysGAQQBsjEB AwUCMBEGCWCGSAGG+EIBAQQEAwIFIDBGBgNVHSAEPzA9MDsGDCsGAQQBsjEBAgEBATArMCkG CCsGAQUFBwIBFh1odHRwczovL3NlY3VyZS5jb21vZG8ubmV0L0NQUzCBpQYDVR0fBIGdMIGa MEygSqBIhkZodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9VVE4tVVNFUkZpcnN0LUNsaWVudEF1 dGhlbnRpY2F0aW9uYW5kRW1haWwuY3JsMEqgSKBGhkRodHRwOi8vY3JsLmNvbW9kby5uZXQv VVROLVVTRVJGaXJzdC1DbGllbnRBdXRoZW50aWNhdGlvbmFuZEVtYWlsLmNybDBsBggrBgEF BQcBAQRgMF4wNgYIKwYBBQUHMAKGKmh0dHA6Ly9jcnQuY29tb2RvY2EuY29tL1VUTkFBQUNs aWVudENBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29tMCMGA1Ud EQQcMBqBGGsubWVuc2hpa292QHBldGVyaG9zdC5ydTANBgkqhkiG9w0BAQUFAAOCAQEADQ2u jsTO69dhYQALvkukDorEf+fbUaqbGz+KdITeDKOLDE1Wel26DR8krbPeTdw5NT50iMU3yCtb z7b+JYsKsJblldhRtbILassjOWzCNYRovBCxfdXDQNaKLvMp2KZtCetikL5zbmIlvYAy8Tdg /9C6kwxk4xZg0nXkuzrMQxEu+ENybqJPuB3F90a2hMxk7Z2WQfiERcFfP/WVHcmSNPDvWqLY kzXCkqZYyJ5JR5auZcIvK6XJlvzrQc7p9T+Gi6UF2Bg+MjEpU8Rr+hxR7sKxjYi+TnutvXIp B/i4+t5yTLVAYJSK6oCmbs+1iTYKdBzLQTiu4Vd2MxIw6gCdfTCCBX8wggRnoAMCAQICEQC9 6Hew2HNwMv/GCtbQ+eU1MA0GCSqGSIb3DQEBBQUAMIGuMQswCQYDVQQGEwJVUzELMAkGA1UE CBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNU IE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UEAxMt VVROLVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWlsMB4XDTEwMTEy NjAwMDAwMFoXDTExMTEyNjIzNTk1OVowKTEnMCUGCSqGSIb3DQEJARYYay5tZW5zaGlrb3ZA cGV0ZXJob3N0LnJ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4C4P/RxaL2O+ LVsKEvbaaUWrmoLhyzG5mYI27ozqJbpc6K56V1FJiHHEMUR06IKc2sNrvl8lOdRw9cxsT4v4 Fe0Q0B+OzP8D791LKj/kcrGkcN/8Knkg5o+62DCkKUaPhWhNpznfiFSgCuZdK9n+18poy95O +WTbYaVq2iipBEjXdvLekPzEYYf9wAVEhVNa7p/g1h+AiXjiKHjz2mgecoUoOj3UerVrOB9d J75PfCcxc9UyvqSzDyqasWUH+c+pF0Bssh3d62vvLQJwXeH6TLCChdlZMzL5218a1hjubMpg 3ylCfpTyFu116egF79M0ysGer1Wmexg+j1JTddqjGQIDAQABo4ICGjCCAhYwHwYDVR0jBBgw FoAUiYJnfcSdJnAAS7RQSHzePa4Ebn0wHQYDVR0OBBYEFEbbNMvopZiMyWg17gmv2uyq2Om4 MA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMCAGA1UdJQQZMBcGCCsGAQUFBwMEBgsr BgEEAbIxAQMFAjARBglghkgBhvhCAQEEBAMCBSAwRgYDVR0gBD8wPTA7BgwrBgEEAbIxAQIB AQEwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLm5ldC9DUFMwgaUGA1Ud HwSBnTCBmjBMoEqgSIZGaHR0cDovL2NybC5jb21vZG9jYS5jb20vVVROLVVTRVJGaXJzdC1D bGllbnRBdXRoZW50aWNhdGlvbmFuZEVtYWlsLmNybDBKoEigRoZEaHR0cDovL2NybC5jb21v ZG8ubmV0L1VUTi1VU0VSRmlyc3QtQ2xpZW50QXV0aGVudGljYXRpb25hbmRFbWFpbC5jcmww bAYIKwYBBQUHAQEEYDBeMDYGCCsGAQUFBzAChipodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9V VE5BQUFDbGllbnRDQS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNv bTAjBgNVHREEHDAagRhrLm1lbnNoaWtvdkBwZXRlcmhvc3QucnUwDQYJKoZIhvcNAQEFBQAD ggEBAA0Nro7EzuvXYWEAC75LpA6KxH/n21Gqmxs/inSE3gyjiwxNVnpdug0fJK2z3k3cOTU+ dIjFN8grW8+2/iWLCrCW5ZXYUbWyC2rLIzlswjWEaLwQsX3Vw0DWii7zKdimbQnrYpC+c25i Jb2AMvE3YP/QupMMZOMWYNJ15Ls6zEMRLvhDcm6iT7gdxfdGtoTMZO2dlkH4hEXBXz/1lR3J kjTw71qi2JM1wpKmWMieSUeWrmXCLyulyZb860HO6fU/houlBdgYPjIxKVPEa/ocUe7CsY2I vk57rb1yKQf4uPrecky1QGCUiuqApm7PtYk2CnQcy0E4ruFXdjMSMOoAnX0xggRgMIIEXAIB ATCBxDCBrjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8v d3d3LnVzZXJ0cnVzdC5jb20xNjA0BgNVBAMTLVVUTi1VU0VSRmlyc3QtQ2xpZW50IEF1dGhl bnRpY2F0aW9uIGFuZCBFbWFpbAIRAL3od7DYc3Ay/8YK1tD55TUwCQYFKw4DAhoFAKCCAnAw GAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTEwNTMwMTIyNzU4 WjAjBgkqhkiG9w0BCQQxFgQUXvCDIKFZh74RLQJSQl4PSgFsH84wXwYJKoZIhvcNAQkPMVIw UDALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMC AgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIHVBgkrBgEEAYI3EAQxgccwgcQwga4xCzAJ BgNVBAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAcBgNV BAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3dy51c2VydHJ1 c3QuY29tMTYwNAYDVQQDEy1VVE4tVVNFUkZpcnN0LUNsaWVudCBBdXRoZW50aWNhdGlvbiBh bmQgRW1haWwCEQC96Hew2HNwMv/GCtbQ+eU1MIHXBgsqhkiG9w0BCRACCzGBx6CBxDCBrjEL MAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEeMBwG A1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8vd3d3LnVzZXJ0 cnVzdC5jb20xNjA0BgNVBAMTLVVUTi1VU0VSRmlyc3QtQ2xpZW50IEF1dGhlbnRpY2F0aW9u IGFuZCBFbWFpbAIRAL3od7DYc3Ay/8YK1tD55TUwDQYJKoZIhvcNAQEBBQAEggEAq+j1JZK5 p/DOkBjZ2WeQOoPHGKODntpfyFNbAlNU1znqzcGf+uSR1wqfoHyl3kkpV5u8sgtOjiEJ8LM9 5wrdbgUVPbjm+3nT8gCd/tqeQZ6iCZp5JwB2NfGK0/8QmY7BkiYpFGDfZQKXQo2pBXrzYjpr ut21mo/cxh5EyloI8jAoiSm3LoO7LAp3bwWrZwYBUK7ETsdjkiJUNw/O14taJm6GJDYO/OS8 GS6CMXi4xJ00eFzidsbikecjl6KhkWN6HnqgIMxVFa7cOCwJ3TgPzScwq5PSRE1lHO2d9dGl rTab+oCL8IWFMWaOE0pnCQ0utrcDHgNrqHMe1qMH4AbjjQAAAAAAAA== --------------ms090309070601020206090102-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:50:12 2011 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 008DF1065676 for ; Mon, 30 May 2011 12: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 D34E78FC24 for ; Mon, 30 May 2011 12:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCoBxF048015 for ; Mon, 30 May 2011 12:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCoBvE048013; Mon, 30 May 2011 12:50:11 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 12:50:11 GMT Resent-Message-Id: <201105301250.p4UCoBvE048013@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Sergey V. Dyatko" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 395EB106566B for ; Mon, 30 May 2011 12:45: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 2A5BE8FC14 for ; Mon, 30 May 2011 12:45:12 +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 p4UCjBZ7092351 for ; Mon, 30 May 2011 12:45:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UCjBDC092350; Mon, 30 May 2011 12:45:11 GMT (envelope-from nobody) Message-Id: <201105301245.p4UCjBDC092350@red.freebsd.org> Date: Mon, 30 May 2011 12:45:11 GMT From: "Sergey V. Dyatko" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157425: [UPDATE] deskutils/xfce4-xkb-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 12:50:12 -0000 >Number: 157425 >Category: ports >Synopsis: [UPDATE] deskutils/xfce4-xkb-plugin >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 30 12:50:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sergey V. Dyatko >Release: HEAD,8.2-STABLE >Organization: >Environment: FreeBSD laptop.minsk.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #26 r222209: Mon May 23 14:34:42 EEST 2011 root@laptop.minsk.domain:/usr/obj/usr/src/sys/b450 i386 >Description: Code cleanup and fixing memory leaks 0.5.4.1 eat SIZE ~180M and ~40M RES vs 2G and 900M (0.5.4.0) >How-To-Repeat: * install deskutils/xfce4-xkb-plugin * add panel->add plugin * see top(1) after some time. >Fix: current# diff -Nura /usr/ports/deskutils/xfce4-xkb-plugin/ /tank/share/tinderbox/portstrees/FreeBSD/ports/deskutils/xfce4-xkb-plugin/ diff -Nura /usr/ports/deskutils/xfce4-xkb-plugin/Makefile /tank/share/tinderbox/portstrees/FreeBSD/ports/deskutils/xfce4-xkb-plugin/Makefile --- /usr/ports/deskutils/xfce4-xkb-plugin/Makefile 2011-05-10 11:50:26.000000000 +0300 +++ /tank/share/tinderbox/portstrees/FreeBSD/ports/deskutils/xfce4-xkb-plugin/Makefile 2011-05-27 09:21:27.235426605 +0300 @@ -6,7 +6,7 @@ # PORTNAME= xfce4-xkb-plugin -PORTVERSION= 0.5.4.0 +PORTVERSION= 0.5.4.1 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff -Nura /usr/ports/deskutils/xfce4-xkb-plugin/distinfo /tank/share/tinderbox/portstrees/FreeBSD/ports/deskutils/xfce4-xkb-plugin/distinfo --- /usr/ports/deskutils/xfce4-xkb-plugin/distinfo 2011-05-10 11:50:26.000000000 +0300 +++ /tank/share/tinderbox/portstrees/FreeBSD/ports/deskutils/xfce4-xkb-plugin/distinfo 2011-05-27 09:21:44.227435296 +0300 @@ -1,2 +1,2 @@ -SHA256 (xfce4-xkb-plugin-0.5.4.0.tar.bz2) = 6f1c508ffcc0409b3c75673772009474d0b7feeb0be9558f6af20c177f34cde7 -SIZE (xfce4-xkb-plugin-0.5.4.0.tar.bz2) = 770012 +SHA256 (xfce4-xkb-plugin-0.5.4.1.tar.bz2) = 3eef349860fe1e0955a17a209cfa5231dfdb30dcf0a5c31c216dd7ddd115a65a +SIZE (xfce4-xkb-plugin-0.5.4.1.tar.bz2) = 770074 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:50:27 2011 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 C8ADA106566C; Mon, 30 May 2011 12: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 A1A378FC1C; Mon, 30 May 2011 12:50:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCoRuO049680; Mon, 30 May 2011 12:50:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCoRVM049668; Mon, 30 May 2011 12:50:27 GMT (envelope-from edwin) Date: Mon, 30 May 2011 12:50:27 GMT Message-Id: <201105301250.p4UCoRVM049668@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157425: [UPDATE] deskutils/xfce4-xkb-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 12:50:27 -0000 Synopsis: [UPDATE] deskutils/xfce4-xkb-plugin Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 12:50:27 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157425 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 13:00:26 2011 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 51974106567A for ; Mon, 30 May 2011 13: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 2659B8FC17 for ; Mon, 30 May 2011 13:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UD0LMD056207 for ; Mon, 30 May 2011 13:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UD0KZQ056206; Mon, 30 May 2011 13:00:20 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 13:00:20 GMT Resent-Message-Id: <201105301300.p4UD0KZQ056206@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joris Vandalon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADD201065673 for ; Mon, 30 May 2011 12:58: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 9DFAB8FC16 for ; Mon, 30 May 2011 12:58:30 +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 p4UCwUHs002010 for ; Mon, 30 May 2011 12:58:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UCwU3c002009; Mon, 30 May 2011 12:58:30 GMT (envelope-from nobody) Message-Id: <201105301258.p4UCwU3c002009@red.freebsd.org> Date: Mon, 30 May 2011 12:58:30 GMT From: Joris Vandalon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157426: New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 13:00:26 -0000 >Number: 157426 >Category: ports >Synopsis: New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem >Confidential: no >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 May 30 13:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Joris Vandalon >Release: Freebsd 8.2 >Organization: >Environment: FreeBSD collected.vandalon.nl 8.2-RELEASE FreeBSD 8.2-RELEASE #7: Thu Mar 31 13:58:26 CEST 2011 root@Collected.local:/usr/obj/usr/src/sys/COLLECTED amd64 >Description: rar2fs is a FUSE based file system that can mount a source RAR archive/volume or a directory containing any number of RAR archives and access (read only) the contents as plain files/directories. Other files located in the source directory are handled transparently. Both compressed and non-compressed archives/volumes are supported but full media seek support (aka. indexing) is only available for non-compressed plaintext archives. WWW: http://code.google.com/p/rar2fs/ Note: This port depends on archivers/libunrar4 which I submitted earlier today. >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: # # fusefs-rar2fs # fusefs-rar2fs/pkg-descr # fusefs-rar2fs/distinfo # fusefs-rar2fs/Makefile # fusefs-rar2fs/pkg-plist # fusefs-rar2fs/files # fusefs-rar2fs/files/patch-config.mk # fusefs-rar2fs/files/patch-Makefile # echo c - fusefs-rar2fs mkdir -p fusefs-rar2fs > /dev/null 2>&1 echo x - fusefs-rar2fs/pkg-descr sed 's/^X//' >fusefs-rar2fs/pkg-descr << '1649a5673d057703c25bddddd5458880' Xrar2fs is a FUSE based file system that can mount a source RAR Xarchive/volume or a directory containing any number of RAR Xarchives and access (read only) the contents as plain files/directories. XOther files located in the source directory are handled transparently. XBoth compressed and non-compressed archives/volumes are supported but Xfull media seek support (aka. indexing) is only available for Xnon-compressed plaintext archives. X XWWW: http://code.google.com/p/rar2fs/ 1649a5673d057703c25bddddd5458880 echo x - fusefs-rar2fs/distinfo sed 's/^X//' >fusefs-rar2fs/distinfo << '3937a2cf1a5ea12bdee5e89f09f8f370' XSHA256 (rar2fs-1.12.0.tar.gz) = cc8bd73536972b72dec366afdad9d140ed7649ab7bc2b798f8420ec259b2bd42 XSIZE (rar2fs-1.12.0.tar.gz) = 68893 XSHA256 (unrarsrc-4.0.7.tar.gz) = eac9ed7493870ca7f67b23e9208aef1db701c381123ac462e97f703777a33071 XSIZE (unrarsrc-4.0.7.tar.gz) = 152853 3937a2cf1a5ea12bdee5e89f09f8f370 echo x - fusefs-rar2fs/Makefile sed 's/^X//' >fusefs-rar2fs/Makefile << '679879aa0e331a6d72987015ba86af34' X# New ports collection makefile for: rar2fs X# Date created: 30 May 2011 X# Whom: Joris Vandalon X# X# $FreeBSD$ X# X XPORTNAME= rar2fs XPORTVERSION= 1.12.0 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}:rar2fs http://www.rarlab.com/rar/:unrarsrc XMASTER_SITE_SUBDIR= rar2fs XPKGNAMEPREFIX= fusefs- XDISTNAME= rar2fs-${PORTVERSION} XDISTFILES= rar2fs-1.12.0.tar.gz:rar2fs unrarsrc-4.0.7.tar.gz:unrarsrc X XMAINTAINER= joris@vandalon.nl XCOMMENT= Mount rar archives as filesystem X XLIB_DEPENDS= unrar.3:${PORTSDIR}/archivers/libunrar4 X XMAN1= rar2fs.1 XUSE_GMAKE= yes X X.include 679879aa0e331a6d72987015ba86af34 echo x - fusefs-rar2fs/pkg-plist sed 's/^X//' >fusefs-rar2fs/pkg-plist << 'a44c89161da3044aec58f3bfc2befbc8' Xbin/rar2fs a44c89161da3044aec58f3bfc2befbc8 echo c - fusefs-rar2fs/files mkdir -p fusefs-rar2fs/files > /dev/null 2>&1 echo x - fusefs-rar2fs/files/patch-config.mk sed 's/^X//' >fusefs-rar2fs/files/patch-config.mk << 'f41109531514cd9b3b554be63f9692db' X--- config.mk.orig 2011-05-17 21:17:09.000000000 +0200 X+++ config.mk 2011-05-30 14:11:09.689753703 +0200 X@@ -1,37 +1,39 @@ X # Change below to match current configuration X ########################## X X+DESTDIR=/usr/local X+ X ########################## X # This is the path (absolute or relative) to the folder containing X # the full portable "Unrar C++ library" (libunrar) sources X-UNRAR_SRC=./unrar X+UNRAR_SRC=../unrar X X ########################## X # This is the path (absolute or relative) to the folder containing X # the compiled libunrar.so. X # This can be left blank if the system already points out the location X # of a compatible unrarlib.so, eg. /lib. X-UNRAR_LIB= X+UNRAR_LIB=/usr/lcoal/lib X X ########################## X # This is the path (absolute or relative) to the folder containing X # the FUSE development header files. X # This can be left blank if the header files are already placed in X # some default location such as /usr/include. X-FUSE_SRC= X+FUSE_SRC=/usr/local/include X X ########################## X # This is the path (absolute or relative) to the folder containing X # the FUSE library files. X # This can be left blank if the system already points out the location X # of a compatible FUSE library, eg. /lib. X-FUSE_LIB= X+FUSE_LIB=/usr/local/lib X X ########################## X # Does the host support glibc custom streams? X # If unsure try 'y' here. If linker fails to find e.g. fmemopen() X # your answer was most likely incorrect. X-HAS_GLIBC_CUSTOM_STREAMS=y X+HAS_GLIBC_CUSTOM_STREAMS=n X X ########################## X # For Mac OS X, choose if 64-bit inodes (file serial number) should f41109531514cd9b3b554be63f9692db echo x - fusefs-rar2fs/files/patch-Makefile sed 's/^X//' >fusefs-rar2fs/files/patch-Makefile << '765df0bbc1a0cf37ba2457726ee88f29' X--- Makefile.orig 2011-05-30 14:09:15.390484811 +0200 X+++ Makefile 2011-05-30 14:10:53.240988212 +0200 X@@ -102,4 +102,8 @@ X mv $*.P $(DEPS); \ X rm -f $*.d X X+install: X+ install rar2fs $(DESTDIR)/bin X+ install rar2fs.1 $(DESTDIR)/man/man1 X+ X -include $(OBJECTS:%.o=$(DEPS)/%.P) 765df0bbc1a0cf37ba2457726ee88f29 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 13:10:14 2011 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 BDF3D1065686 for ; Mon, 30 May 2011 13: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 9BC788FC17 for ; Mon, 30 May 2011 13:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UDAEor065213 for ; Mon, 30 May 2011 13:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UDAEq2065212; Mon, 30 May 2011 13:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 13:10:14 GMT Resent-Message-Id: <201105301310.p4UDAEq2065212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 611B9106566C for ; Mon, 30 May 2011 13:04:42 +0000 (UTC) (envelope-from mohacsi@csoki.ki.iif.hu) Received: from csoki.ki.iif.hu (csoki.ki.iif.hu [IPv6:2001:738:0:401::3]) by mx1.freebsd.org (Postfix) with ESMTP id EC85A8FC16 for ; Mon, 30 May 2011 13:04:41 +0000 (UTC) Received: from csoki.ki.iif.hu (localhost [127.0.0.1]) by csoki.ki.iif.hu (8.14.4/8.14.4) with ESMTP id p4UD4dAi002786 for ; Mon, 30 May 2011 15:04:40 +0200 (CEST) (envelope-from mohacsi@csoki.ki.iif.hu) Received: (from root@localhost) by csoki.ki.iif.hu (8.14.4/8.14.4/Submit) id p4UD4dIV002785; Mon, 30 May 2011 15:04:39 +0200 (CEST) (envelope-from mohacsi) Message-Id: <201105301304.p4UD4dIV002785@csoki.ki.iif.hu> Date: Mon, 30 May 2011 15:04:39 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157427: [MAINTAINER] net/p5-IO-Socket-INET6: update to 2.67 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 13:10:14 -0000 >Number: 157427 >Category: ports >Synopsis: [MAINTAINER] net/p5-IO-Socket-INET6: update to 2.67 >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 May 30 13:10:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 7.3-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD csoki.ki.iif.hu 7.3-STABLE FreeBSD 7.3-STABLE #1: Thu Nov 11 14:34:26 CET 2010 >Description: - Update to 2.67 - fixes poroblem various depending ports e.g. /net/sendemail Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-IO-Socket-INET6-2.67.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/p5-IO-Socket-INET6.orig/Makefile /usr/ports/net/p5-IO-Socket-INET6/Makefile --- /usr/ports/net/p5-IO-Socket-INET6.orig/Makefile 2010-08-12 18:08:34.000000000 +0200 +++ /usr/ports/net/p5-IO-Socket-INET6/Makefile 2011-05-30 15:02:27.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= IO-Socket-INET6 -PORTVERSION= 2.65 +PORTVERSION= 2.67 CATEGORIES= net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ COMMENT= Perl module with object interface to AF_INET6 domain sockets BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 MAN3= IO::Socket::INET6.3 diff -ruN --exclude=CVS /usr/ports/net/p5-IO-Socket-INET6.orig/distinfo /usr/ports/net/p5-IO-Socket-INET6/distinfo --- /usr/ports/net/p5-IO-Socket-INET6.orig/distinfo 2011-04-19 18:15:42.000000000 +0200 +++ /usr/ports/net/p5-IO-Socket-INET6/distinfo 2011-05-30 14:55:33.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-INET6-2.65.tar.gz) = 05aeeb3effaa1f9f3fa07410a5b2cfc3d07aa366327028ffa427f5c0b2bfb925 -SIZE (IO-Socket-INET6-2.65.tar.gz) = 17686 +SHA256 (IO-Socket-INET6-2.67.tar.gz) = dd90e417cbd37047b71469ec99e79fe89a3bb5103769fc9c76b3c87d8cb019b2 +SIZE (IO-Socket-INET6-2.67.tar.gz) = 18096 --- p5-IO-Socket-INET6-2.67.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 13:10:26 2011 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 22B6E106566C; Mon, 30 May 2011 13:10: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 EF7FD8FC1D; Mon, 30 May 2011 13:10:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UDAPFS066211; Mon, 30 May 2011 13:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UDAPCu066199; Mon, 30 May 2011 13:10:25 GMT (envelope-from edwin) Date: Mon, 30 May 2011 13:10:25 GMT Message-Id: <201105301310.p4UDAPCu066199@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157427: [MAINTAINER] net/p5-IO-Socket-INET6: update to 2.67 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 13:10:26 -0000 Synopsis: [MAINTAINER] net/p5-IO-Socket-INET6: update to 2.67 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 13:10:25 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157427 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 13:30:11 2011 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 D5462106566B for ; Mon, 30 May 2011 13: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 9F3888FC0C for ; Mon, 30 May 2011 13:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UDUB7K083446 for ; Mon, 30 May 2011 13:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UDUBrR083442; Mon, 30 May 2011 13:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 13:30:11 GMT Resent-Message-Id: <201105301330.p4UDUBrR083442@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jimmy Olgeni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 662901065670 for ; Mon, 30 May 2011 13:25:05 +0000 (UTC) (envelope-from g.olgeni@colby.it) Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58]) by mx1.freebsd.org (Postfix) with ESMTP id D87D58FC08 for ; Mon, 30 May 2011 13:25:04 +0000 (UTC) Received: from server.colby.local (localhost [127.0.0.1]) by server.colby.local (8.14.4/8.14.4) with ESMTP id p4UDP234089255; Mon, 30 May 2011 15:25:02 +0200 (CEST) (envelope-from g.olgeni@colby.it) Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by server.colby.local; 30 May 2011 15:25:02 +0200 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 30 May 2011 15:25:02 +0200 Received: from backoffice.colby.local (localhost [127.0.0.1]) by backoffice.colby.local (8.14.4/8.14.4) with ESMTP id p4UDP2WJ083213; Mon, 30 May 2011 15:25:02 +0200 (CEST) (envelope-from olgeni@backoffice.colby.local) Received: (from olgeni@localhost) by backoffice.colby.local (8.14.4/8.14.4/Submit) id p4UDP2YX083212; Mon, 30 May 2011 15:25:02 +0200 (CEST) (envelope-from olgeni) Message-Id: <201105301325.p4UDP2YX083212@backoffice.colby.local> Date: Mon, 30 May 2011 15:25:02 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skreuzer@FreeBSD.org Subject: ports/157428: [PATCH] emulators/mtools: respect WITHOUT_X11 in 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: Mon, 30 May 2011 13:30:11 -0000 >Number: 157428 >Category: ports >Synopsis: [PATCH] emulators/mtools: respect WITHOUT_X11 in 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: Mon May 30 13:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: >Description: When WITHOUT_X11 is set, floppyd and floppyd_installtest are not installed. However, the relevant man pages are still installed *but* not included in the plist, causing tinderbox to complain. The attached patch passes WITHOUT_X11 to the port's Makefile to set MAN1 accordingly. Port maintainer (skreuzer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mtools-4.0.10_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/mtools/Makefile,v retrieving revision 1.69 diff -u -u -r1.69 Makefile --- Makefile 7 Apr 2009 17:28:52 -0000 1.69 +++ Makefile 30 May 2011 13:22:10 -0000 @@ -7,7 +7,7 @@ PORTNAME= mtools PORTVERSION= 4.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= mtools @@ -43,6 +43,7 @@ .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --without-x PLIST_SUB= X11="@comment " +MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} .else USE_XORG= x11 sm ice xau PLIST_SUB= X11="" Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/mtools/distinfo,v retrieving revision 1.26 diff -u -u -r1.26 distinfo --- distinfo 24 Mar 2009 14:45:55 -0000 1.26 +++ distinfo 30 May 2011 13:22:10 -0000 @@ -1,3 +1,2 @@ -MD5 (mtools-4.0.10.tar.bz2) = 750c2beba968a5d46dbaae24551a82b9 SHA256 (mtools-4.0.10.tar.bz2) = 860fee13acb39365bd28763070e24011ea55f381f96714d2841937525aa02ded SIZE (mtools-4.0.10.tar.bz2) = 381481 Index: files/patch-a =================================================================== RCS file: /home/pcvs/ports/emulators/mtools/files/patch-a,v retrieving revision 1.10 diff -u -u -r1.10 patch-a --- files/patch-a 29 May 2006 10:02:22 -0000 1.10 +++ files/patch-a 30 May 2011 13:22:10 -0000 @@ -1,6 +1,24 @@ ---- Makefile.in.orig Sat May 27 06:56:01 2006 -+++ Makefile.in Sat May 27 07:07:37 2006 -@@ -116,7 +116,7 @@ + +$FreeBSD$ + +--- Makefile.in.orig ++++ Makefile.in +@@ -72,10 +72,13 @@ + .SUFFIXES: .o .c + .SUFFIXES: .o .c + +-MAN1 = floppyd.1 floppyd_installtest.1 mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ ++MAN1 = mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ + mclasserase.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 mdu.1 mformat.1 minfo.1 \ + mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \ + mrd.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 mzip.1 ++ifndef WITHOUT_X11 ++MAN1 += floppyd.1 floppyd_installtest.1 ++endif + MAN1EXT = 1 + MAN1DIR = $(DESTDIR)$(mandir)/man${MAN1EXT} + MAN5 = mtools.5 +@@ -132,7 +135,7 @@ xdf_io.c mkmanifest.c @@ -9,7 +27,7 @@ LINKS=mattrib mcat mcd mclasserase mcopy mdel mdeltree mdir mdu mformat minfo \ mlabel mmd mmount mmove mpartition mrd mren mtype mtoolstest mshowfat \ -@@ -257,11 +257,11 @@ +@@ -269,11 +272,11 @@ install-scripts: $(DESTDIR)$(bindir)/mtools @$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) @for j in $(SCRIPTS) ; do \ --- mtools-4.0.10_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 13:30:24 2011 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 6B9621065672; Mon, 30 May 2011 13:30: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 443C18FC08; Mon, 30 May 2011 13:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UDUOVB084490; Mon, 30 May 2011 13:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UDUOj2084479; Mon, 30 May 2011 13:30:24 GMT (envelope-from edwin) Date: Mon, 30 May 2011 13:30:24 GMT Message-Id: <201105301330.p4UDUOj2084479@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skreuzer@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157428: [PATCH] emulators/mtools: respect WITHOUT_X11 in 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: Mon, 30 May 2011 13:30:24 -0000 Synopsis: [PATCH] emulators/mtools: respect WITHOUT_X11 in plist Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 13:30:23 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157428 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 13:35:28 2011 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 A904B1065672; Mon, 30 May 2011 13:35:28 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81BBB8FC15; Mon, 30 May 2011 13:35:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UDZS2R094085; Mon, 30 May 2011 13:35:28 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UDZS2x094081; Mon, 30 May 2011 13:35:28 GMT (envelope-from jadawin) Date: Mon, 30 May 2011 13:35:28 GMT Message-Id: <201105301335.p4UDZS2x094081@freefall.freebsd.org> To: jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: jadawin@FreeBSD.org Cc: Subject: Re: ports/157278: net/p5-IO-Socket-INET6: error with perl5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 13:35:28 -0000 Synopsis: net/p5-IO-Socket-INET6: error with perl5.14 Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Mon May 30 13:35:28 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157278 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 13:50:12 2011 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 56566106566C for ; Mon, 30 May 2011 13: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 459948FC1D for ; Mon, 30 May 2011 13:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UDoBmw003380 for ; Mon, 30 May 2011 13:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UDoBAZ003379; Mon, 30 May 2011 13:50:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 13:50:11 GMT Message-Id: <201105301350.p4UDoBAZ003379@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Joris Vandalon Cc: Subject: Re: ports/157426: New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joris Vandalon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 13:50:12 -0000 The following reply was made to PR ports/157426; it has been noted by GNATS. From: Joris Vandalon To: bug-followup@FreeBSD.org, joris@vandalon.nl Cc: Subject: Re: ports/157426: New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem Date: Mon, 30 May 2011 15:20:29 +0200 --Apple-Mail-2--110568908 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Updated the shar file. Removed Makefile line. --Apple-Mail-2--110568908 Content-Disposition: attachment; filename=fusefs-rar2fs.txt Content-Type: text/plain; x-unix-mode=0644; name="fusefs-rar2fs.txt" Content-Transfer-Encoding: quoted-printable # 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: # # fusefs-rar2fs # fusefs-rar2fs/pkg-descr # fusefs-rar2fs/distinfo # fusefs-rar2fs/Makefile # fusefs-rar2fs/pkg-plist # fusefs-rar2fs/files # fusefs-rar2fs/files/patch-config.mk # fusefs-rar2fs/files/patch-Makefile # echo c - fusefs-rar2fs mkdir -p fusefs-rar2fs > /dev/null 2>&1 echo x - fusefs-rar2fs/pkg-descr sed 's/^X//' >fusefs-rar2fs/pkg-descr << = '1649a5673d057703c25bddddd5458880' Xrar2fs is a FUSE based file system that can mount a source RAR Xarchive/volume or a directory containing any number of RAR Xarchives and access (read only) the contents as plain = files/directories. XOther files located in the source directory are handled transparently. XBoth compressed and non-compressed archives/volumes are supported but Xfull media seek support (aka. indexing) is only available for Xnon-compressed plaintext archives. X XWWW: http://code.google.com/p/rar2fs/ 1649a5673d057703c25bddddd5458880 echo x - fusefs-rar2fs/distinfo sed 's/^X//' >fusefs-rar2fs/distinfo << = '3937a2cf1a5ea12bdee5e89f09f8f370' XSHA256 (rar2fs-1.12.0.tar.gz) =3D = cc8bd73536972b72dec366afdad9d140ed7649ab7bc2b798f8420ec259b2bd42 XSIZE (rar2fs-1.12.0.tar.gz) =3D 68893 XSHA256 (unrarsrc-4.0.7.tar.gz) =3D = eac9ed7493870ca7f67b23e9208aef1db701c381123ac462e97f703777a33071 XSIZE (unrarsrc-4.0.7.tar.gz) =3D 152853 3937a2cf1a5ea12bdee5e89f09f8f370 echo x - fusefs-rar2fs/Makefile sed 's/^X//' >fusefs-rar2fs/Makefile << = '679879aa0e331a6d72987015ba86af34' X# New ports collection makefile for: rar2fs X# Date created: 30 May 2011 X# Whom: Joris Vandalon X# X# $FreeBSD$ X# X XPORTNAME=3D rar2fs XPORTVERSION=3D 1.12.0 XCATEGORIES=3D sysutils XMASTER_SITES=3D ${MASTER_SITE_GOOGLE_CODE}:rar2fs = http://www.rarlab.com/rar/:unrarsrc XPKGNAMEPREFIX=3D fusefs- XDISTNAME=3D rar2fs-${PORTVERSION} XDISTFILES=3D rar2fs-1.12.0.tar.gz:rar2fs = unrarsrc-4.0.7.tar.gz:unrarsrc X XMAINTAINER=3D joris@vandalon.nl XCOMMENT=3D Mount rar archives as filesystem X XLIB_DEPENDS=3D unrar.3:${PORTSDIR}/archivers/libunrar4 X XMAN1=3D rar2fs.1 XUSE_GMAKE=3D yes X X.include 679879aa0e331a6d72987015ba86af34 echo x - fusefs-rar2fs/pkg-plist sed 's/^X//' >fusefs-rar2fs/pkg-plist << = 'a44c89161da3044aec58f3bfc2befbc8' Xbin/rar2fs a44c89161da3044aec58f3bfc2befbc8 echo c - fusefs-rar2fs/files mkdir -p fusefs-rar2fs/files > /dev/null 2>&1 echo x - fusefs-rar2fs/files/patch-config.mk sed 's/^X//' >fusefs-rar2fs/files/patch-config.mk << = 'f41109531514cd9b3b554be63f9692db' X--- config.mk.orig 2011-05-17 21:17:09.000000000 +0200 X+++ config.mk 2011-05-30 14:11:09.689753703 +0200 X@@ -1,37 +1,39 @@ X # Change below to match current configuration X ########################## X=20 X+DESTDIR=3D/usr/local X+ X ########################## X # This is the path (absolute or relative) to the folder containing X # the full portable "Unrar C++ library" (libunrar) sources=20 X-UNRAR_SRC=3D./unrar X+UNRAR_SRC=3D../unrar X=20 X ########################## X # This is the path (absolute or relative) to the folder containing X # the compiled libunrar.so. X # This can be left blank if the system already points out the location X # of a compatible unrarlib.so, eg. /lib. X-UNRAR_LIB=3D X+UNRAR_LIB=3D/usr/lcoal/lib X=20 X ########################## X # This is the path (absolute or relative) to the folder containing X # the FUSE development header files. X # This can be left blank if the header files are already placed in X # some default location such as /usr/include. X-FUSE_SRC=3D X+FUSE_SRC=3D/usr/local/include X=20 X ########################## X # This is the path (absolute or relative) to the folder containing X # the FUSE library files. X # This can be left blank if the system already points out the location X # of a compatible FUSE library, eg. /lib. X-FUSE_LIB=3D X+FUSE_LIB=3D/usr/local/lib X=20 X ########################## X # Does the host support glibc custom streams? X # If unsure try 'y' here. If linker fails to find e.g. fmemopen() X # your answer was most likely incorrect. X-HAS_GLIBC_CUSTOM_STREAMS=3Dy X+HAS_GLIBC_CUSTOM_STREAMS=3Dn X=20 X ########################## X # For Mac OS X, choose if 64-bit inodes (file serial number) should f41109531514cd9b3b554be63f9692db echo x - fusefs-rar2fs/files/patch-Makefile sed 's/^X//' >fusefs-rar2fs/files/patch-Makefile << = '765df0bbc1a0cf37ba2457726ee88f29' X--- Makefile.orig 2011-05-30 14:09:15.390484811 +0200 X+++ Makefile 2011-05-30 14:10:53.240988212 +0200 X@@ -102,4 +102,8 @@ X mv $*.P $(DEPS); \ X rm -f $*.d X=20 X+install: X+ install rar2fs $(DESTDIR)/bin X+ install rar2fs.1 $(DESTDIR)/man/man1 X+ X -include $(OBJECTS:%.o=3D$(DEPS)/%.P) 765df0bbc1a0cf37ba2457726ee88f29 exit --Apple-Mail-2--110568908-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 14:40:10 2011 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 E0C5A106566C; Mon, 30 May 2011 14:40:10 +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 B8BDB8FC08; Mon, 30 May 2011 14:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UEeAfh049441; Mon, 30 May 2011 14:40:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UEeAXA049435; Mon, 30 May 2011 14:40:10 GMT (envelope-from linimon) Date: Mon, 30 May 2011 14:40:10 GMT Message-Id: <201105301440.p4UEeAXA049435@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157176: [patch] sysutils/heartbeat crashes when clock_t (signed 32bit int) rolls over X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 14:40:11 -0000 Old Synopsis: [kernel] [patch] Heartbeat crashes when clock_t (signed 32bit int) rolls over New Synopsis: [patch] sysutils/heartbeat crashes when clock_t (signed 32bit int) rolls over Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 30 14:39:04 UTC 2011 Responsible-Changed-Why: Apparently this really applies to the sysutils/heartbeat port. The PR confused me. http://www.freebsd.org/cgi/query-pr.cgi?pr=157176 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 15:10:10 2011 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 22D0A1065670 for ; Mon, 30 May 2011 15: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 EC9EE8FC08 for ; Mon, 30 May 2011 15:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UFA9Ll074980 for ; Mon, 30 May 2011 15:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UFA97L074979; Mon, 30 May 2011 15:10:09 GMT (envelope-from gnats) Date: Mon, 30 May 2011 15:10:09 GMT Message-Id: <201105301510.p4UFA97L074979@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Klaus T. Aehlig" Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Klaus T. Aehlig" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 15:10:10 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: "Klaus T. Aehlig" To: Eitan Adler Cc: bug-followup@freebsd.org, fabian@wenks.ch Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) Date: Mon, 30 May 2011 15:33:37 +0100 Hi, I finally managed to reproduce the bug. It seems to be base-system specific; at least, all my attempts to reproduce it on my 8.2-STABLE amd64 machine failed. However, the following "worked". I took a fresh virtual machine and installed a minimal 7.3-RELEASE amd64[1]. Taking an up-to-date ports tree (as of this morning[2]) and installing misc/findutils from there produced a /usr/local/bin/gfind that would core dump. I got the following stack backtrace. # gdb /usr/local/bin/gfind gfind.core 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"... Core was generated by `gfind'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libintl.so.9...done. Loaded symbols for /usr/local/lib/libintl.so.9 Reading symbols from /usr/local/lib/libiconv.so.3...done. Loaded symbols for /usr/local/lib/libiconv.so.3 Reading symbols from /lib/libm.so.5...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800b6f620 in telldir () from /lib/libc.so.7 (gdb) where #0 0x0000000800b6f620 in telldir () from /lib/libc.so.7 #1 0x000000000042467d in fts_build (sp=0x800d0e080, type=3) at fts.c:1356 #2 0x000000000042338f in fts_read (sp=0x800d0e080) at fts.c:891 #3 0x000000000040420a in find (arg=0x7fffffffeb40 ".") at ftsfind.c:567 #4 0x000000000040431f in process_all_startpoints (argc=0, argv=0x7fffffffebe8) at ftsfind.c:632 #5 0x000000000040448a in main (argc=1, argv=0x7fffffffebe0) at ftsfind.c:725 (gdb) I'll investigate further. Best, Klaus [1] Using FreeBSD-7.3-RELEASE-amd64-disc1.iso MD5 (FreeBSD-7.3-RELEASE-amd64-disc1.iso) = 7c5049d15a95d9e0dd5eca013d1086b8 [2] ctm cvs-cur 17507 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 15:11:37 2011 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 DC1501065672; Mon, 30 May 2011 15:11: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 B4AEF8FC1B; Mon, 30 May 2011 15:11:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UFBbl7083025; Mon, 30 May 2011 15:11:37 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UFBbLD083021; Mon, 30 May 2011 15:11:37 GMT (envelope-from eadler) Date: Mon, 30 May 2011 15:11:37 GMT Message-Id: <201105301511.p4UFBbLD083021@freefall.freebsd.org> To: fabian@wenks.ch, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/157274: misc/findutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 15:11:37 -0000 Synopsis: misc/findutils: gfind segmentation fault: 11 (core dumped) State-Changed-From-To: feedback->open State-Changed-By: eadler State-Changed-When: Mon May 30 15:11:36 UTC 2011 State-Changed-Why: feedback received http://www.freebsd.org/cgi/query-pr.cgi?pr=157274 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 15:19:28 2011 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 20E201065672; Mon, 30 May 2011 15:19:28 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECD2A8FC18; Mon, 30 May 2011 15:19:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UFJRt8084953; Mon, 30 May 2011 15:19:27 GMT (envelope-from tota@freefall.freebsd.org) Received: (from tota@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UFJRhw084949; Mon, 30 May 2011 15:19:27 GMT (envelope-from tota) Date: Mon, 30 May 2011 15:19:27 GMT Message-Id: <201105301519.p4UFJRhw084949@freefall.freebsd.org> To: takefu@airport.fm, tota@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: tota@FreeBSD.org Cc: Subject: Re: ports/156972: [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conversion X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 15:19:28 -0000 Synopsis: [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conversion State-Changed-From-To: open->closed State-Changed-By: tota State-Changed-When: Mon May 30 15:16:58 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=156972 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 15:20:09 2011 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 8F485106564A for ; Mon, 30 May 2011 15: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 7C54A8FC08 for ; Mon, 30 May 2011 15:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UFK9L3085078 for ; Mon, 30 May 2011 15:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UFK9aD085077; Mon, 30 May 2011 15:20:09 GMT (envelope-from gnats) Date: Mon, 30 May 2011 15:20:09 GMT Message-Id: <201105301520.p4UFK9aD085077@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156972: 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: Mon, 30 May 2011 15:20:09 -0000 The following reply was made to PR ports/156972; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156972: commit references a PR Date: Mon, 30 May 2011 15:12:59 +0000 (UTC) tota 2011-05-30 15:12:45 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/jacode.pl Makefile distinfo pkg-descr Log: - Add a new port: japanese/jacode.pl jacode.pl - Perl library for Japanese character code conversion This software has upper compatibility to jcode.pl. * jcode.pl upper compatible * Perl4 script * Acts as a wrapper to Encode::from_to * Support HALFWIDTH KATAKANA * Support UTF-8 by cp932 to Unicode table http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT http://support.microsoft.com/kb/170559/ja (JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE) * Hidden UTF8 flag * No Object oriented * Possible to re-use past code and how to WWW: http://search.cpan.org/dist/jacode/ PR: ports/156972 Submitted by: Takefu Revision Changes Path 1.767 +1 -0 ports/japanese/Makefile 1.1 +32 -0 ports/japanese/jacode.pl/Makefile (new) 1.1 +2 -0 ports/japanese/jacode.pl/distinfo (new) 1.1 +17 -0 ports/japanese/jacode.pl/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 15:20:11 2011 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 70CE21065672 for ; Mon, 30 May 2011 15: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 471AB8FC0A for ; Mon, 30 May 2011 15:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UFKBhV085089 for ; Mon, 30 May 2011 15:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UFKBRQ085088; Mon, 30 May 2011 15:20:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 15:20:11 GMT Message-Id: <201105301520.p4UFKBRQ085088@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eitan Adler Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eitan Adler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 15:20:11 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: Eitan Adler To: bug-followup@freebsd.org Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) Date: Mon, 30 May 2011 15:13:37 +0000 ---------- Forwarded message ---------- From: Klaus T. Aehlig Date: Mon, May 30, 2011 at 2:33 PM Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) To: Eitan Adler Cc: bug-followup@freebsd.org, fabian@wenks.ch Hi, I finally managed to reproduce the bug. It seems to be base-system specific; at least, all my attempts to reproduce it on my 8.2-STABLE amd64 machine failed. However, the following "worked". I took a fresh virtual machine and installed a minimal 7.3-RELEASE amd64[1]. Taking an up-to-date ports tree (as of this morning[2]) and installing misc/findutils from there produced a /usr/local/bin/gfind that would core dump. I got the following stack backtrace. # gdb /usr/local/bin/gfind gfind.core 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 ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. =C2=A0Type "show warranty" for det= ails. This GDB was configured as "amd64-marcel-freebsd"... Core was generated by `gfind'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libintl.so.9...done. Loaded symbols for /usr/local/lib/libintl.so.9 Reading symbols from /usr/local/lib/libiconv.so.3...done. Loaded symbols for /usr/local/lib/libiconv.so.3 Reading symbols from /lib/libm.so.5...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 =C2=A00x0000000800b6f620 in telldir () from /lib/libc.so.7 (gdb) where #0 =C2=A00x0000000800b6f620 in telldir () from /lib/libc.so.7 #1 =C2=A00x000000000042467d in fts_build (sp=3D0x800d0e080, type=3D3) at ft= s.c:1356 #2 =C2=A00x000000000042338f in fts_read (sp=3D0x800d0e080) at fts.c:891 #3 =C2=A00x000000000040420a in find (arg=3D0x7fffffffeb40 ".") at ftsfind.c= :567 #4 =C2=A00x000000000040431f in process_all_startpoints (argc=3D0, argv=3D0x7fffffffebe8) at ftsfind.c:632 #5 =C2=A00x000000000040448a in main (argc=3D1, argv=3D0x7fffffffebe0) at ft= sfind.c:725 (gdb) I'll investigate further. Best, Klaus [1] Using FreeBSD-7.3-RELEASE-amd64-disc1.iso MD5 (FreeBSD-7.3-RELEASE-amd64-disc1.iso) =3D 7c5049d15a95d9e0dd5eca013d108= 6b8 [2] ctm cvs-cur 17507 --=20 Eitan Adler From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 16:00:23 2011 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 AD9CD1065674 for ; Mon, 30 May 2011 16: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 6C6058FC16 for ; Mon, 30 May 2011 16:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UG0NVO020327 for ; Mon, 30 May 2011 16:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UG0NB9020325; Mon, 30 May 2011 16:00:23 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 16:00:23 GMT Resent-Message-Id: <201105301600.p4UG0NB9020325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Felder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC604106566B for ; Mon, 30 May 2011 15:51:57 +0000 (UTC) (envelope-from root@mwi1.coffeenet.org) Received: from mwi1.coffeenet.org (mwi1.coffeenet.org [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id B24258FC18 for ; Mon, 30 May 2011 15:51:57 +0000 (UTC) Received: from root by mwi1.coffeenet.org with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QR4lH-0000sO-P7; Mon, 30 May 2011 10:52:11 -0500 Message-Id: Date: Mon, 30 May 2011 10:52:11 -0500 From: Mark Felder To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@christianserving.org Subject: ports/157430: [PATCH] mail/imapsync: update to 1.434 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 16:00:23 -0000 >Number: 157430 >Category: ports >Synopsis: [PATCH] mail/imapsync: update to 1.434 >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 May 30 16:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #4: Fri May 6 17:32:14 CDT >Description: - Update to 1.434 Port maintainer (ports@christianserving.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- imapsync-1.434.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/imapsync.orig/Makefile /usr/ports/mail/imapsync/Makefile --- /usr/ports/mail/imapsync.orig/Makefile 2011-05-30 10:49:06.446479712 -0500 +++ /usr/ports/mail/imapsync/Makefile 2011-05-30 10:50:27.086845178 -0500 @@ -6,7 +6,7 @@ # PORTNAME= imapsync -PORTVERSION= 1.411 +PORTVERSION= 1.434 CATEGORIES= mail perl5 MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ EXTRACT_SUFX= .tgz diff -ruN --exclude=CVS /usr/ports/mail/imapsync.orig/distinfo /usr/ports/mail/imapsync/distinfo --- /usr/ports/mail/imapsync.orig/distinfo 2011-05-30 10:49:06.436479559 -0500 +++ /usr/ports/mail/imapsync/distinfo 2011-05-30 10:50:31.016858909 -0500 @@ -1,2 +1,2 @@ -SHA256 (imapsync-1.411.tgz) = adab46f52cbf425ab8a17f8d0bd9ef4991857b9d2e0742725de51ac6033eb17c -SIZE (imapsync-1.411.tgz) = 5055478 +SHA256 (imapsync-1.434.tgz) = c22c5f2d81cef605c034a1b1139fec143d3cc1ecaef457cb97030cde9fb63a4b +SIZE (imapsync-1.434.tgz) = 995836 --- imapsync-1.434.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 16:00:34 2011 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 CAF021065686; Mon, 30 May 2011 16: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 A34EF8FC0A; Mon, 30 May 2011 16:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UG0Y7Q020639; Mon, 30 May 2011 16:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UG0Y14020630; Mon, 30 May 2011 16:00:34 GMT (envelope-from edwin) Date: Mon, 30 May 2011 16:00:34 GMT Message-Id: <201105301600.p4UG0Y14020630@freefall.freebsd.org> To: feld@feld.me, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157430: [PATCH] mail/imapsync: update to 1.434 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 16:00:34 -0000 Synopsis: [PATCH] mail/imapsync: update to 1.434 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 30 16:00:33 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157430 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 16:10:11 2011 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 EA2CC1065686 for ; Mon, 30 May 2011 16: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 D9C088FC22 for ; Mon, 30 May 2011 16:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UGAB89029300 for ; Mon, 30 May 2011 16:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UGABUg029299; Mon, 30 May 2011 16:10:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 16:10:11 GMT Message-Id: <201105301610.p4UGABUg029299@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157430: [PATCH] mail/imapsync: update to 1.434 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, 30 May 2011 16:10:12 -0000 The following reply was made to PR ports/157430; it has been noted by GNATS. From: Edwin Groothuis To: ports@christianserving.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/157430: [PATCH] mail/imapsync: update to 1.434 Date: Mon, 30 May 2011 16:00:31 UT Maintainer of mail/imapsync, Please note that PR ports/157430 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/157430 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 16:40:07 2011 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 B7F4B1065670 for ; Mon, 30 May 2011 16: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 7A2B98FC1E for ; Mon, 30 May 2011 16:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UGe70P057961 for ; Mon, 30 May 2011 16:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UGe7YU057960; Mon, 30 May 2011 16:40:07 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 16:40:07 GMT Resent-Message-Id: <201105301640.p4UGe7YU057960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECB7F106564A for ; Mon, 30 May 2011 16:35:57 +0000 (UTC) (envelope-from markun@daemon.onohara.to) Received: from daemon.onohara.to (daemon.onohara.to [204.109.63.90]) by mx1.freebsd.org (Postfix) with ESMTP id D55178FC13 for ; Mon, 30 May 2011 16:35:57 +0000 (UTC) Received: by daemon.onohara.to (Postfix, from userid 1000) id 9CDB428439; Tue, 31 May 2011 01:18:35 +0900 (JST) Message-Id: <20110530161835.9CDB428439@daemon.onohara.to> Date: Tue, 31 May 2011 01:18:35 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157431: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 16:40:07 -0000 >Number: 157431 >Category: ports >Synopsis: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 30 16:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD daemon.onohara.to 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 0.30 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-WWW-Mixi-Scraper-0.30.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mixi-Scraper/Makefile /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/Makefile --- /usr/ports/www/p5-WWW-Mixi-Scraper/Makefile 2010-07-03 23:41:07.000000000 +0900 +++ /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/Makefile 2011-05-31 01:18:04.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mixi-Scraper -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mixi-Scraper/distinfo /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/distinfo --- /usr/ports/www/p5-WWW-Mixi-Scraper/distinfo 2011-03-19 21:36:11.000000000 +0900 +++ /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/distinfo 2011-05-31 01:18:04.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (WWW-Mixi-Scraper-0.29.tar.gz) = dc37e393d9b0114692a6ba567dcbab72448b4c6e1fbd07b9218d57594e625388 -SIZE (WWW-Mixi-Scraper-0.29.tar.gz) = 19035 +SHA256 (WWW-Mixi-Scraper-0.30.tar.gz) = bc0f619c99268cfae4feb272f1503033c2752c28db70c309620be69ece48e85d +SIZE (WWW-Mixi-Scraper-0.30.tar.gz) = 19032 --- p5-WWW-Mixi-Scraper-0.30.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 16:40:17 2011 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 B79CE1065678; Mon, 30 May 2011 16:40: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 8FE7A8FC25; Mon, 30 May 2011 16:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UGeHlL058595; Mon, 30 May 2011 16:40:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UGeHcs058582; Mon, 30 May 2011 16:40:17 GMT (envelope-from edwin) Date: Mon, 30 May 2011 16:40:17 GMT Message-Id: <201105301640.p4UGeHcs058582@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157431: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 16:40:17 -0000 Synopsis: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.30 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 16:40:17 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157431 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 17:50:09 2011 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 876921065677 for ; Mon, 30 May 2011 17: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 64EB18FC15 for ; Mon, 30 May 2011 17:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UHo9hm021632 for ; Mon, 30 May 2011 17:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UHo9Yf021631; Mon, 30 May 2011 17:50:09 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 17:50:09 GMT Resent-Message-Id: <201105301750.p4UHo9Yf021631@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64D681065670 for ; Mon, 30 May 2011 17: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 4A09E8FC08 for ; Mon, 30 May 2011 17: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 p4UHglLw023901 for ; Mon, 30 May 2011 17: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 p4UHglcX023893; Mon, 30 May 2011 17:42:47 GMT (envelope-from nobody) Message-Id: <201105301742.p4UHglcX023893@red.freebsd.org> Date: Mon, 30 May 2011 17:42:47 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157432: [PATCH] math/gnuplot: update to 4.4.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, 30 May 2011 17:50:09 -0000 >Number: 157432 >Category: ports >Synopsis: [PATCH] math/gnuplot: update to 4.4.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 30 17:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: bf >Release: >Organization: >Environment: >Description: New features, changes and fixes in gnuplot version 4.4.3 ======================================================== * NEW set key maxcolumns N maxrows M * NEW value("varname") returns the value of the named variable * NEW encoding cp1251 - 8-bit Cyrillic * NEW Implement pan and zoom via mouse wheel. * CHANGE backport emf terminal driver from version 4.5 * FIX better estimation of latex string lengths * FIX colorbar representation of discrete color palettes is pixel accurate * FIX NaN initialization and tests working on more (all?) platforms * FIX configuration script tests for readline+ncurses * FIX prevent out-of-range boxes from creating degenerate ghosts on the border * FIX missing alpha channel flag for pdfcairo terminal * FIX font initialization in windows terminal New features, changes and fixes in gnuplot version 4.4.2 ======================================================== * FIX error in clipping filled curves to plot boundary * FIX regression in colorspec parsing ("lc N" not recognized) * FIX prevent segfault if refresh follows interrupted replot New features, changes and fixes in gnuplot version 4.4.1 ======================================================== * NEW Support the "%s" format specifier in strftime() * NEW Optional 6th data column in candlesticks style to specific box width * NEW If integer arithmetic i*j or i**j would overflow, return value as a real * NEW "set style circle radius " * FIX autoconfiguration of readline support in OSX * FIX font problems in win terminal * FIX Protect against runaway recursion by limiting depth of nested functions * FIX metapost terminal: Fix inheritance of line thickness by text strings * FIX cairo terminals could segfault on certain enhanced text strings * FIX pdfcairo output to stdout now works * FIX font ",size" in non-enhanced mode postscript terminals * FIX Do a better job of estimating the width of UTF-8 encoded strings * FIX baseline bug in canvas terminal rotation of enhanced text * FIX Allow "with labels" to work for binary input data * FIX update user GPVAL variables after plot in table mode * CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot * CHANGE 3D impulses are now always drawn from z=0 * CHANGE Enable HIDDEN_QUADTREE by default * CHANGE Enable "set fit errorvariables" by default * CHANGE Regardless of current timefmt, read time from binary files as a binary * CHANGE do not limit 3D rotation to 0How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/gnuplot/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 2 May 2011 12:44:43 -0000 1.87 +++ Makefile 29 May 2011 20:41:32 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnuplot -PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTVERSION= 4.4.3 CATEGORIES= math graphics MASTER_SITES= SF @@ -127,7 +126,7 @@ cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${DOCSDIR}/psdoc .endif -test: build +check test: build @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/gnuplot/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- distinfo 20 Mar 2011 12:50:08 -0000 1.20 +++ distinfo 29 May 2011 20:23:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (gnuplot-4.4.0.tar.gz) = 00de2c54a05920a5d2dc68f668990b0b84a96105d92a932d91600dd53f156b2a -SIZE (gnuplot-4.4.0.tar.gz) = 3291622 +SHA256 (gnuplot-4.4.3.tar.gz) = 6faa236ed5c744f34a9ac58ef89dab6177a15c5835dc3644a0a12779439426e6 +SIZE (gnuplot-4.4.3.tar.gz) = 3305912 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/math/gnuplot/pkg-plist,v retrieving revision 1.22 diff -u -r1.22 pkg-plist --- pkg-plist 12 Jul 2010 03:41:40 -0000 1.22 +++ pkg-plist 29 May 2011 20:41:22 -0000 @@ -188,6 +188,7 @@ %%DATADIR%%/4.4/PostScript/8859-9.ps %%DATADIR%%/4.4/PostScript/aglfn.txt %%DATADIR%%/4.4/PostScript/cp1250.ps +%%DATADIR%%/4.4/PostScript/cp1251.ps %%DATADIR%%/4.4/PostScript/cp437.ps %%DATADIR%%/4.4/PostScript/cp850.ps %%DATADIR%%/4.4/PostScript/cp852.ps >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 17:50:11 2011 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 BA6B3106566B for ; Mon, 30 May 2011 17: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 A98A08FC16 for ; Mon, 30 May 2011 17:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UHoB40021698 for ; Mon, 30 May 2011 17:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UHoBs0021697; Mon, 30 May 2011 17:50:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 17:50:11 GMT Message-Id: <201105301750.p4UHoBs0021697@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Klaus T. Aehlig" Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Klaus T. Aehlig" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 17:50:11 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: "Klaus T. Aehlig" To: Eitan Adler Cc: bug-followup@freebsd.org, fabian@wenks.ch Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) Date: Mon, 30 May 2011 18:46:12 +0100 Hi, further investigations (thanks to Helmut Grohne who helped me) on my 7.3-RELEASE virtual machine showed that gfind does the following sequence of libc-calls, which seg faults on 7.3-RELEASE, but not on 8.2-STABLE: open, fdopendir, readdir. I could construct the following minimal example, which I belive should not cause a segmentation fault, but does on 7.3-RELEASE. # uname -a FreeBSD 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sun Mar 21 05:25:24 UTC 2010 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 # cat testfdopendir.c #include #include #include int main(int argc, char **argv) { DIR *dirp; int fd; fd = open(".", O_RDONLY); dirp = fdopendir(fd); (void) readdir(dirp); } # cc testfdopendir.c testfdopendir.c: In function 'main': testfdopendir.c:10: warning: assignment makes pointer from integer without a cast # ./a.out Segmentation fault (core dumped) # Also note the compiler warning, that suggests that including and does not seem to suffice---as opposed what the man page tells---to get the fdopendir prototype. I believe that is a bug in RELENG_7_3_0. Eitan: can you please inform the appropriate maintainer about this bug (if it is not fixed already in an errata for 7.3-RELEASE)? Unfortunately, the obvious patch does not yet solve the problem, so I have to investigate further. But I thought, I'd still report back the problem with the libc headers. Best, Klaus From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 17:50:18 2011 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 D63DA106566C; Mon, 30 May 2011 17: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 AEB4D8FC1B; Mon, 30 May 2011 17:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UHoIT0022126; Mon, 30 May 2011 17:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UHoIbx022118; Mon, 30 May 2011 17:50:18 GMT (envelope-from edwin) Date: Mon, 30 May 2011 17:50:18 GMT Message-Id: <201105301750.p4UHoIbx022118@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157432: [PATCH] math/gnuplot: update to 4.4.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, 30 May 2011 17:50:18 -0000 Synopsis: [PATCH] math/gnuplot: update to 4.4.3 Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 17:50:18 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157432 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 18:00:29 2011 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 71719106566B for ; Mon, 30 May 2011 18: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 4B9558FC17 for ; Mon, 30 May 2011 18:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UI0Tua030005 for ; Mon, 30 May 2011 18:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UI0T7E030002; Mon, 30 May 2011 18:00:29 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 18:00:29 GMT Resent-Message-Id: <201105301800.p4UI0T7E030002@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lowell Gilbert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95490106566B for ; Mon, 30 May 2011 17:57:36 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by mx1.freebsd.org (Postfix) with ESMTP id 738768FC13 for ; Mon, 30 May 2011 17:57:36 +0000 (UTC) Received: (qmail 7910 invoked from network); 30 May 2011 17:30:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 30 May 2011 17:30:55 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E48FE5082B; Mon, 30 May 2011 13:30:54 -0400 (EDT) Message-Id: <20110530173054.E48FE5082B@be-well.ilk.org> Date: Mon, 30 May 2011 13:30:54 -0400 (EDT) From: Lowell Gilbert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: danfe@FreeBSD.org Subject: ports/157433: [PATCH] un-break audio/rezound for 64 bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lowell Gilbert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 18:00:29 -0000 >Number: 157433 >Category: ports >Synopsis: [PATCH] un-break audio/rezound for 64 bit >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 May 30 18:00:28 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lowell Gilbert >Release: FreeBSD 8.2-STABLE i386 >Organization: FreeBSD user >Environment: System: FreeBSD be-well.ilk.org 8.2-STABLE FreeBSD 8.2-STABLE #10: Fri May 27 09:25:55 EDT 2011 root@lowell-desk.lan:/usr/obj/usr/src/sys/BE-WELL i386 >Description: The "rezound" port has been broken for a while on amd64 and sparc64 because of a bunch of "pointer can fit in an integer" assumptions. I checked that in each case, the data in the pointer had come from an integer in the first place, so a quick and easy hack will get it rolling again. I didn't try to come up with clean solutions, because I wasn't sure they would work on other platforms. For that matter, I didn't test the sparc64 case. >How-To-Repeat: >From port's makefile: .if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif >Fix: --- ./work/rezound-0.12.3beta/src/misc/AThread.h~ 2003-07-08 14:31:57.000000000 -0400 +++ ./work/rezound-0.12.3beta/src/misc/AThread.h 2011-05-30 12:39:18.000000000 -0400 @@ -129,17 +129,17 @@ thread->running=false; } catch(exception &e) { thread->running=false; - fprintf(stderr,"exception was thrown within thread -- ID: 0x%x;\nmessage: %s\naborting\n",(unsigned)thread->threadID,e.what());fflush(stderr); + fprintf(stderr,"exception was thrown within thread -- ID: 0x%Lx;\nmessage: %s\naborting\n",(unsigned long)thread->threadID,e.what());fflush(stderr); abort(); } catch(...) { thread->running=false; - fprintf(stderr,"unhandled exception was thrown within thread -- ID: 0x%x; aborting\n",(unsigned)thread->threadID);fflush(stderr); + fprintf(stderr,"unhandled exception was thrown within thread -- ID: 0x%Lx; aborting\n",(unsigned long)thread->threadID);fflush(stderr); abort(); } return(NULL); } --- ./work/rezound-0.12.3beta/src/frontend_fox/CMainWindow.cpp~ 2007-01-13 18:48:07.000000000 -0500 +++ ./work/rezound-0.12.3beta/src/frontend_fox/CMainWindow.cpp 2011-05-30 12:58:16.000000000 -0400 @@ -436,11 +436,11 @@ } long CMainWindow::onSoundListChange(FXObject *sender,FXSelector sel,void *ptr) { - FXint index=(FXint)ptr; + FXint index=(unsigned long)(ptr); if(index>=0 && indexgetNumItems()) { ((CSoundWindow *)soundList->getItemData(index))->setActiveState(true); @@ -1851,17 +1851,17 @@ FXint pos=shuttleDial->getValue(); if(pos==0 && FXSELID(sel)==ID_SHUTTLE_BACKWARD) { - if((unsigned)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ + if((unsigned long)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ shuttleDial->setValue(pos-inc); onShuttleChange(sender,sel,ptr); } else if(pos==0 && FXSELID(sel)==ID_SHUTTLE_FORWARD) { - if((unsigned)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ + if((unsigned long)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ shuttleDial->setValue(pos+inc); onShuttleChange(sender,sel,ptr); } else if(pos!=0 && FXSELID(sel)==ID_SHUTTLE_INCREASE_RATE) { --- ./work/rezound-0.12.3beta/src/frontend_fox/CPasteChannelsDialog.cpp~ 2005-02-09 03:17:36.000000000 -0500 +++ ./work/rezound-0.12.3beta/src/frontend_fox/CPasteChannelsDialog.cpp 2011-05-30 12:59:33.000000000 -0400 @@ -204,11 +204,11 @@ if(execute(PLACEMENT_CURSOR)) { pasteChannels.clear(); - actionParameters->setValue(_("MixMethod"),(unsigned)(mixTypeComboBox->getItemData(mixTypeComboBox->getCurrentItem()))); + actionParameters->setValue(_("MixMethod"),(unsigned long)(mixTypeComboBox->getItemData(mixTypeComboBox->getCurrentItem()))); if(repeatTypeComboBox->getCurrentItem()==0) { // repeating it a given number of times actionParameters->setValue(_("Repeat Count"),repeatCountSlider->getValue()); } --- ./work/rezound-0.12.3beta/src/frontend_fox/COggDialog.cpp~ 2004-02-11 00:11:17.000000000 -0500 +++ ./work/rezound-0.12.3beta/src/frontend_fox/COggDialog.cpp 2011-05-30 13:00:21.000000000 -0400 @@ -134,11 +134,11 @@ setEnable(t->childAtIndex(i),enabled); } long COggDialog::onRadioButton(FXObject *sender,FXSelector sel,void *ptr) { - if((int)ptr==0) // only act when ptr==1 when it's getting checked + if((long int)ptr==0) // only act when ptr==1 when it's getting checked return 1; // turn off all buttons CBRButton->setCheck(FALSE); setEnable((FXWindow *)CBRFrame,false); --- ./work/rezound-0.12.3beta/src/frontend_fox/CMp3Dialog.cpp~ 2004-06-18 23:53:18.000000000 -0400 +++ ./work/rezound-0.12.3beta/src/frontend_fox/CMp3Dialog.cpp 2011-05-30 13:00:56.000000000 -0400 @@ -168,11 +168,11 @@ setEnable(t->childAtIndex(i),enabled); } long CMp3Dialog::onRadioButton(FXObject *sender,FXSelector sel,void *ptr) { - if((int)ptr==0) // only act when ptr==1 when it's getting checked + if((long int)ptr==0) // only act when ptr==1 when it's getting checked return 1; // turn off all buttons CBRButton->setCheck(FALSE); setEnable((FXWindow *)CBRFrame,false); --- ./Makefile~ 2010-06-06 16:43:39.000000000 -0400 +++ ./Makefile 2011-05-30 12:27:03.000000000 -0400 @@ -37,11 +37,11 @@ .include .if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 +#BROKEN= Does not compile with GCC 4.2 .endif .endif .if defined(WITH_LARGEFILE) CONFIGURE_ARGS+= --enable-largefile >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 18:00:40 2011 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 34C48106564A; Mon, 30 May 2011 18: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 0CE278FC19; Mon, 30 May 2011 18:00:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UI0d5J030997; Mon, 30 May 2011 18:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UI0dEl030990; Mon, 30 May 2011 18:00:39 GMT (envelope-from edwin) Date: Mon, 30 May 2011 18:00:39 GMT Message-Id: <201105301800.p4UI0dEl030990@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157433: [PATCH] un-break audio/rezound for 64 bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 18:00:40 -0000 Synopsis: [PATCH] un-break audio/rezound for 64 bit Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 18:00:39 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157433 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 18:50:11 2011 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 9AFCC106566C for ; Mon, 30 May 2011 18: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 8AE7C8FC12 for ; Mon, 30 May 2011 18:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UIoBkJ075784 for ; Mon, 30 May 2011 18:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UIoB0v075783; Mon, 30 May 2011 18:50:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 18:50:11 GMT Message-Id: <201105301850.p4UIoB0v075783@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jim Trigg Cc: Subject: Re: ports/157423: mail/ecartis distfile update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jim Trigg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 18:50:11 -0000 The following reply was made to PR ports/157423; it has been noted by GNATS. From: Jim Trigg To: bug-followup@freebsd.org Cc: Subject: Re: ports/157423: mail/ecartis distfile update Date: Mon, 30 May 2011 14:16:05 -0400 Approved. Jim Trigg On Mon, May 30, 2011 at 8:30 AM, Edwin Groothuis wrote: > Maintainer of mail/ecartis, > > Please note that PR ports/157423 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/157423 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 19:40:09 2011 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 455CC1065673 for ; Mon, 30 May 2011 19: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 2240B8FC12 for ; Mon, 30 May 2011 19:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UJe9aP020969 for ; Mon, 30 May 2011 19:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UJe8Zv020968; Mon, 30 May 2011 19:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 19:40:08 GMT Resent-Message-Id: <201105301940.p4UJe8Zv020968@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28CB4106566B for ; Mon, 30 May 2011 19:30:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 17D4D8FC0A for ; Mon, 30 May 2011 19:30:26 +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 p4UJUPRe025578 for ; Mon, 30 May 2011 19:30:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UJUP7B025577; Mon, 30 May 2011 19:30:25 GMT (envelope-from nobody) Message-Id: <201105301930.p4UJUP7B025577@red.freebsd.org> Date: Mon, 30 May 2011 19:30:25 GMT From: Chris Rees To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157434: [MAINTAINER] Update port: security/gorilla to 1.5.3.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, 30 May 2011 19:40:09 -0000 >Number: 157434 >Category: ports >Synopsis: [MAINTAINER] Update port: security/gorilla to 1.5.3.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 30 19:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: >Organization: >Environment: >Description: - Update to 1.5.3.4 - Use explicit WISH version in start script - Update dependencies - Include PORTDOCS >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/security/gorilla/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 26 Jan 2011 21:12:02 -0000 1.14 +++ Makefile 30 May 2011 19:26:18 -0000 @@ -6,19 +6,16 @@ # PORTNAME= gorilla -PORTVERSION= 1.5.3.1 -DISTVERSIONSUFFIX= c05eb4e -PORTREVISION= 1 +PORTVERSION= 1.5.3.4 +DISTVERSIONSUFFIX= 7c3e819 CATEGORIES= security -MASTER_SITES= http://www.bayofrum.net/dist/gorilla/ \ - http://cerberus.bayofrum.net/dist/gorilla/ +MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ DISTNAME= zdia-${PORTNAME}-v${DISTVERSION}-0-g${DISTVERSIONSUFFIX} MAINTAINER= utisoft@gmail.com COMMENT= Password Gorilla is a cross-platform Password Manager -RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget \ - itcl>=3.4:${PORTSDIR}/lang/itcl \ +RUN_DEPENDS= itcl>=3.4:${PORTSDIR}/lang/itcl \ wish:${PORTSDIR}/x11-toolkits/tk-wrapper LICENSE= GPLv2 @@ -28,20 +25,40 @@ USE_TK= 85+ NO_BUILD= yes SUB_FILES= gorilla -SUB_LIST= WISH=wish +SUB_LIST= WISH=${WISH} +PORTDOCS= * + +SRC_DIRS= blowfish msgs pics pwsafe sha1 sha256c tooltip twofish + +post-patch: +# We don't want Linux/Windows/Darwin binaries thank you + ${FIND} ${WRKSRC} \( \ + -name "*.so" \ + -or -name "*.dll" \ + -or -name "*.dylib" \ + \) -delete do-install: @${MKDIR} ${PREFIX}/lib/gorilla @${INSTALL_SCRIPT} ${WRKSRC}/sources/*.tcl ${PREFIX}/lib/gorilla - ${TAR} -C ${WRKSRC}/sources -cf - blowfish pics pwsafe twofish sha1 | \ - ${TAR} -C ${PREFIX}/lib/gorilla --unlink -xf - +.for dir in ${SRC_DIRS} + @${MKDIR} ${PREFIX}/lib/${PORTNAME}/${dir} + @cd ${WRKSRC}/sources/${dir} \ + && ${COPYTREE_SHARE} \* \ + ${PREFIX}/lib/${PORTNAME}/${dir} +.endfor @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/gorilla - @${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/blowfish/*.tcl - @${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/pwsafe/*.tcl - @${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/twofish/*.tcl - @${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/sha1/*.tcl + @${FIND} ${PREFIX}/lib/${PORTNAME}/ -name "*.tcl" \ + | ${XARGS} ${CHMOD} ${BINMODE} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README \ + ${WRKSRC}/sources/README.install-from-source \ + ${WRKSRC}/sources/CHANGES.txt \ + ${DOCSDIR} +.endif .include Index: distinfo =================================================================== RCS file: /exports/cvsroot-freebsd/ports/security/gorilla/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 9 Aug 2010 22:51:54 -0000 1.4 +++ distinfo 30 May 2011 19:26:18 -0000 @@ -1,3 +1,2 @@ -MD5 (zdia-gorilla-v1.5.3.1-0-gc05eb4e.tar.gz) = 8b96ae606e0808e7e89b32dc84e67c3f -SHA256 (zdia-gorilla-v1.5.3.1-0-gc05eb4e.tar.gz) = 7762d4a238b7917d496237c800f340be69ef0d3712173731f224f7c4e718c750 -SIZE (zdia-gorilla-v1.5.3.1-0-gc05eb4e.tar.gz) = 353151 +SHA256 (zdia-gorilla-v1.5.3.4-0-g7c3e819.tar.gz) = a97755e0c7005f8ee192905c1fbd9a97f5b235e5f24336f394c84c5aa7a596a0 +SIZE (zdia-gorilla-v1.5.3.4-0-g7c3e819.tar.gz) = 450557 Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/security/gorilla/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 12 Jul 2010 03:04:21 -0000 1.4 +++ pkg-plist 30 May 2011 19:26:18 -0000 @@ -2,10 +2,14 @@ bin/gorilla lib/gorilla/gorilla.tcl lib/gorilla/isaac.tcl +lib/gorilla/non-modal.tcl +lib/gorilla/viewhelp.tcl lib/gorilla/blowfish/LICENSE.txt lib/gorilla/blowfish/blowfish.tcl lib/gorilla/blowfish/blowtest.tcl lib/gorilla/blowfish/pkgIndex.tcl +lib/gorilla/msgs/de.msg +lib/gorilla/msgs/ru.msg lib/gorilla/pics/browse.gif lib/gorilla/pics/gorilla-16x16.gif lib/gorilla/pics/gorilla-32x32.gif @@ -23,16 +27,49 @@ lib/gorilla/pwsafe/pwtest.tcl lib/gorilla/pwsafe/pwsafe-v2.tcl lib/gorilla/pwsafe/pwsafe-v3.tcl +lib/gorilla/sha1/ChangeLog lib/gorilla/sha1/LICENSE.txt lib/gorilla/sha1/pkgIndex.tcl +lib/gorilla/sha1/sha1.c +lib/gorilla/sha1/sha1v1.test +lib/gorilla/sha1/sha1.man +lib/gorilla/sha1/sha1v1.tcl +lib/gorilla/sha1/sha256.c +lib/gorilla/sha1/sha1c.tcl +lib/gorilla/sha1/sha1.bench +lib/gorilla/sha1/sha256c.tcl +lib/gorilla/sha1/sha1.h +lib/gorilla/sha1/sha1.tcl +lib/gorilla/sha1/sha1.test +lib/gorilla/sha1/sha256.bench +lib/gorilla/sha1/sha256.h +lib/gorilla/sha1/sha256.man lib/gorilla/sha1/sha256.tcl +lib/gorilla/sha1/sha256.test +lib/gorilla/sha256c/critcl.tcl +lib/gorilla/sha256c/pkgIndex.tcl +lib/gorilla/sha256c/Darwin-x86/critcl.tcl +lib/gorilla/sha256c/Linux-x86/critcl.tcl +lib/gorilla/sha256c/Linux-x86_64/critcl.tcl +lib/gorilla/sha256c/Windows-x86/critcl.tcl +lib/gorilla/tooltip/pkgIndex.tcl +lib/gorilla/tooltip/tipstack.tcl +lib/gorilla/tooltip/tooltip.tcl +lib/gorilla/twofish/f32-critcl.tcl lib/gorilla/twofish/twofish.tcl lib/gorilla/twofish/twotest.tcl lib/gorilla/twofish/pkgIndex.tcl lib/gorilla/twofish/LICENSE.txt @dirrm lib/gorilla/blowfish +@dirrm lib/gorilla/msgs @dirrm lib/gorilla/pics -@dirrm lib/gorilla/twofish @dirrm lib/gorilla/pwsafe @dirrm lib/gorilla/sha1 +@dirrm lib/gorilla/sha256c/Darwin-x86 +@dirrm lib/gorilla/sha256c/Linux-x86 +@dirrm lib/gorilla/sha256c/Linux-x86_64 +@dirrm lib/gorilla/sha256c/Windows-x86 +@dirrm lib/gorilla/sha256c +@dirrm lib/gorilla/tooltip +@dirrm lib/gorilla/twofish @dirrm lib/gorilla >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 19:58:38 2011 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 A4D00106566B; Mon, 30 May 2011 19:58:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7C62A8FC0A; Mon, 30 May 2011 19:58:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UJwc7n037946; Mon, 30 May 2011 19:58:38 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UJwcaa037942; Mon, 30 May 2011 19:58:38 GMT (envelope-from dougb) Date: Mon, 30 May 2011 19:58:38 GMT Message-Id: <201105301958.p4UJwcaa037942@freefall.freebsd.org> To: pavelivolkov@googlemail.com, dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: dougb@FreeBSD.org Cc: Subject: Re: ports/157330: [MAINTAINER] databases/sqlite3: modified 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: Mon, 30 May 2011 19:58:38 -0000 Synopsis: [MAINTAINER] databases/sqlite3: modified dependency State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Mon May 30 19:56:35 UTC 2011 State-Changed-Why: This is a non-functional change since a bump in icu's shlib number will require a PORTREVISION bump anyway. There would be no harm in removing the specific version from LIB_DEPENDS at that time, but there is no point in doing it now. Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Mon May 30 19:56:35 UTC 2011 Responsible-Changed-Why: I'm closing this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=157330 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 20:20:43 2011 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 33268106566B; Mon, 30 May 2011 20:20:43 +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 0AE568FC13; Mon, 30 May 2011 20:20:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UKKgqV061257; Mon, 30 May 2011 20:20:42 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UKKgvg061238; Mon, 30 May 2011 20:20:42 GMT (envelope-from linimon) Date: Mon, 30 May 2011 20:20:42 GMT Message-Id: <201105302020.p4UKKgvg061238@freefall.freebsd.org> To: jtrigg@spamcop.net, rodrigo@bebik.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157423: mail/ecartis distfile 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, 30 May 2011 20:20:43 -0000 Synopsis: mail/ecartis distfile update State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon May 30 20:20:35 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=157423 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 20:50:08 2011 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 DA07F1065673 for ; Mon, 30 May 2011 20: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 771528FC1D for ; Mon, 30 May 2011 20:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UKo873085181 for ; Mon, 30 May 2011 20:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UKo8a9085180; Mon, 30 May 2011 20:50:08 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 20:50:08 GMT Resent-Message-Id: <201105302050.p4UKo8a9085180@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AA5C106566B for ; Mon, 30 May 2011 20:42:51 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm27.access.bullet.mail.mud.yahoo.com (nm27.access.bullet.mail.mud.yahoo.com [66.94.237.92]) by mx1.freebsd.org (Postfix) with SMTP id C77D78FC17 for ; Mon, 30 May 2011 20:42:50 +0000 (UTC) Received: from [66.94.237.127] by nm27.access.bullet.mail.mud.yahoo.com with NNFMP; 30 May 2011 20:42:50 -0000 Received: from [66.94.237.99] by tm2.access.bullet.mail.mud.yahoo.com with NNFMP; 30 May 2011 20:42:50 -0000 Received: from [127.0.0.1] by omp1004.access.mail.mud.yahoo.com with NNFMP; 30 May 2011 20:42:50 -0000 Received: (qmail 64688 invoked from network); 30 May 2011 20:42:49 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp104.rog.mail.bf1.yahoo.com with SMTP; 30 May 2011 13:42:48 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Mon, 30 May 2011 16:42:47 -0400 Message-Id: <499895.63546.qm@smtp104.rog.mail.bf1.yahoo.com> Date: Mon, 30 May 2011 16:42:47 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157435: Update Port: www/drood => 2.4 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: Mon, 30 May 2011 20:50:09 -0000 >Number: 157435 >Category: ports >Synopsis: Update Port: www/drood => 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 30 20:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 8.2-STABLE FreeBSD 8.2-STABLE #10: Sun May 15 19:08:52 EDT 2011 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- drood.diff begins here --- diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile --- /usr/ports/www/drood/Makefile 2011-05-23 23:09:03.000000000 -0400 +++ ./drood/Makefile 2011-05-23 10:55:24.000000000 -0400 @@ -2,11 +2,11 @@ # Date created: Sat, 07 Jul 2007 22:47:06 EDT # Whom: James Bailie # -# $FreeBSD: ports/www/drood/Makefile,v 1.59 2011/05/24 03:09:03 tabthorpe Exp $ +# $FreeBSD: ports/www/drood/Makefile,v 1.58 2011/04/29 23:51:07 tabthorpe Exp $ # PORTNAME= drood -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo --- /usr/ports/www/drood/distinfo 2011-05-23 23:09:03.000000000 -0400 +++ ./drood/distinfo 2011-05-24 14:37:43.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (drood-2.3.tar.gz) = 021c4d752a8ba4a65f8103088ca4cf8d7f48f2d9ddd4e1397fed43b2506c1994 -SIZE (drood-2.3.tar.gz) = 50771 +SHA256 (drood-2.4.tar.gz) = 318faeb0033d67d91c70c906fa32eac381d4f4d4ada8ac501b155fc3afb81671 +SIZE (drood-2.4.tar.gz) = 50795 --- drood.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 20:50:09 2011 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 0DC721065675 for ; Mon, 30 May 2011 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 C665E8FC20 for ; Mon, 30 May 2011 20:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UKo8np085190 for ; Mon, 30 May 2011 20:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UKo8GM085189; Mon, 30 May 2011 20:50:08 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 20:50:08 GMT Resent-Message-Id: <201105302050.p4UKo8GM085189@freefall.freebsd.org> 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 07F7F106564A for ; Mon, 30 May 2011 20:42: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 EC2358FC18 for ; Mon, 30 May 2011 20:42: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 p4UKgrmh092057 for ; Mon, 30 May 2011 20:42:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UKgr9G092048; Mon, 30 May 2011 20:42:53 GMT (envelope-from nobody) Message-Id: <201105302042.p4UKgr9G092048@red.freebsd.org> Date: Mon, 30 May 2011 20:42:53 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157436: [update] www/p5-WWW-Contact to 0.43 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 20:50:09 -0000 >Number: 157436 >Category: ports >Synopsis: [update] www/p5-WWW-Contact to 0.43 >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 May 30 20:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 0.43 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/www/p5-WWW-Contact/Makefile ./p5-WWW-Contact/Makefile --- /usr/ports/www/p5-WWW-Contact/Makefile 2010-08-08 06:02:12.000000000 -0400 +++ ./p5-WWW-Contact/Makefile 2011-05-30 16:38:00.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Contact -PORTVERSION= 0.41 +PORTVERSION= 0.43 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/F/FA/FAYLAND/ diff -urN /usr/ports/www/p5-WWW-Contact/distinfo ./p5-WWW-Contact/distinfo --- /usr/ports/www/p5-WWW-Contact/distinfo 2011-03-19 08:36:07.000000000 -0400 +++ ./p5-WWW-Contact/distinfo 2011-05-30 16:38:24.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (WWW-Contact-0.41.tar.gz) = 75662375ce6a8c4831e5569c4b7eab0434d84e9373ac1e5e49c5ce553d35f28c -SIZE (WWW-Contact-0.41.tar.gz) = 23625 +SHA256 (WWW-Contact-0.43.tar.gz) = 0b575fbe094ad05b5fb267e811d3a8540ffa249d990ecdfaafc134658bc93219 +SIZE (WWW-Contact-0.43.tar.gz) = 24181 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 20:50:09 2011 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 4F5B61065677 for ; Mon, 30 May 2011 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 26B8F8FC22 for ; Mon, 30 May 2011 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UKo9nP085216 for ; Mon, 30 May 2011 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UKo9Vg085208; Mon, 30 May 2011 20:50:09 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 20:50:09 GMT Resent-Message-Id: <201105302050.p4UKo9Vg085208@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12014106566B for ; Mon, 30 May 2011 20:44:01 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm28-vm0.access.bullet.mail.mud.yahoo.com (nm28-vm0.access.bullet.mail.mud.yahoo.com [66.94.236.229]) by mx1.freebsd.org (Postfix) with SMTP id BDEAF8FC17 for ; Mon, 30 May 2011 20:44:00 +0000 (UTC) Received: from [66.94.237.194] by nm28.access.bullet.mail.mud.yahoo.com with NNFMP; 30 May 2011 20:44:00 -0000 Received: from [66.94.237.114] by tm5.access.bullet.mail.mud.yahoo.com with NNFMP; 30 May 2011 20:44:00 -0000 Received: from [127.0.0.1] by omp1019.access.mail.mud.yahoo.com with NNFMP; 30 May 2011 20:44:00 -0000 Received: (qmail 43782 invoked from network); 30 May 2011 20:44:00 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp101.rog.mail.bf1.yahoo.com with SMTP; 30 May 2011 13:43:58 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Mon, 30 May 2011 16:43:58 -0400 Message-Id: <983314.40306.qm@smtp101.rog.mail.bf1.yahoo.com> Date: Mon, 30 May 2011 16:43:58 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157437: Update Port: lang/munger => 4.189 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: Mon, 30 May 2011 20:50:09 -0000 >Number: 157437 >Category: ports >Synopsis: Update Port: lang/munger => 4.189 >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 May 30 20:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 8.2-STABLE FreeBSD 8.2-STABLE #10: Sun May 15 19:08:52 EDT 2011 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- munger.diff begins here --- diff -ruN /usr/ports/lang/munger/Makefile ./munger/Makefile --- /usr/ports/lang/munger/Makefile 2011-05-23 23:06:48.000000000 -0400 +++ ./munger/Makefile 2011-05-30 15:51:08.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= munger -PORTVERSION= 4.186 +PORTVERSION= 4.189 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/lang/munger/distinfo ./munger/distinfo --- /usr/ports/lang/munger/distinfo 2011-05-23 23:06:48.000000000 -0400 +++ ./munger/distinfo 2011-05-30 16:01:00.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (munger-4.186.tar.gz) = 9fee512c4ea5c5385aea43e7b9729dca207cc248aa286763cc24b1200114c3e5 -SIZE (munger-4.186.tar.gz) = 217218 +SHA256 (munger-4.189.tar.gz) = aedcf43d74d538b75f9cfcc4d7b16912576f0e04da6a67876f8af64964e0057e +SIZE (munger-4.189.tar.gz) = 219318 diff -ruN /usr/ports/lang/munger/pkg-plist ./munger/pkg-plist --- /usr/ports/lang/munger/pkg-plist 2011-05-23 23:06:48.000000000 -0400 +++ ./munger/pkg-plist 2011-05-30 14:32:44.000000000 -0400 @@ -1,5 +1,5 @@ bin/munger -lib/libmunger.so.71 +lib/libmunger.so.74 %%DATADIR%%/httpd.munger %%DATADIR%%/echo.munger %%DATADIR%%/xml2alist.munger --- munger.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 20:50:19 2011 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 25076106566C; Mon, 30 May 2011 20: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 F14798FC0C; Mon, 30 May 2011 20:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UKoIJQ085886; Mon, 30 May 2011 20:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UKoIva085878; Mon, 30 May 2011 20:50:18 GMT (envelope-from edwin) Date: Mon, 30 May 2011 20:50:18 GMT Message-Id: <201105302050.p4UKoIva085878@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157435: Update Port: www/drood => 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, 30 May 2011 20:50:19 -0000 Synopsis: Update Port: www/drood => 2.4 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 20:50:18 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157435 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 20:50:24 2011 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 564241065673; Mon, 30 May 2011 20:50: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 2E6528FC15; Mon, 30 May 2011 20:50:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UKoOiY086540; Mon, 30 May 2011 20:50:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UKoOgk086536; Mon, 30 May 2011 20:50:24 GMT (envelope-from edwin) Date: Mon, 30 May 2011 20:50:24 GMT Message-Id: <201105302050.p4UKoOgk086536@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157436: [update] www/p5-WWW-Contact to 0.43 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 20:50:24 -0000 Synopsis: [update] www/p5-WWW-Contact to 0.43 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 20:50:23 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157436 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 20:50:38 2011 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 44AF4106564A; Mon, 30 May 2011 20:50: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 1CE7C8FC0C; Mon, 30 May 2011 20:50:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UKobWX088631; Mon, 30 May 2011 20:50:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UKobQR088627; Mon, 30 May 2011 20:50:37 GMT (envelope-from edwin) Date: Mon, 30 May 2011 20:50:37 GMT Message-Id: <201105302050.p4UKobQR088627@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157437: Update Port: lang/munger => 4.189 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 20:50:38 -0000 Synopsis: Update Port: lang/munger => 4.189 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 20:50:37 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157437 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:00:25 2011 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 BC28D1065674 for ; Mon, 30 May 2011 21: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 998A28FC15 for ; Mon, 30 May 2011 21:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UL0PNo093819 for ; Mon, 30 May 2011 21:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UL0PRD093818; Mon, 30 May 2011 21:00:25 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 21:00:25 GMT Resent-Message-Id: <201105302100.p4UL0PRD093818@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Grzegorz Blach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A26541065670 for ; Mon, 30 May 2011 20:54: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 922CB8FC17 for ; Mon, 30 May 2011 20:54:21 +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 p4UKsLW7008471 for ; Mon, 30 May 2011 20:54:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UKsLTL008470; Mon, 30 May 2011 20:54:21 GMT (envelope-from nobody) Message-Id: <201105302054.p4UKsLTL008470@red.freebsd.org> Date: Mon, 30 May 2011 20:54:21 GMT From: Grzegorz Blach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157438: Missing dependecy in multimedia/miro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:00:25 -0000 >Number: 157438 >Category: ports >Synopsis: Missing dependecy in multimedia/miro >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 30 21:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: 8.2 amd64 >Organization: >Environment: FreeBSD silver.nine 8.2-RELEASE FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011 magik@silver.nine:/usr/obj/usr/src/sys/SILVER amd64 >Description: After update miro to 4.0.1, miro crash during startup. I need install audio/py-mutagen to run. miro output: Traceback (most recent call last): File "/usr/local/bin/miro.real", line 172, in import miro.storedatabase File "/usr/local/lib/python2.7/site-packages/miro/storedatabase.py", line 68, in from miro import convert20database File "/usr/local/lib/python2.7/site-packages/miro/convert20database.py", line 52, in from miro import databaseupgrade File "/usr/local/lib/python2.7/site-packages/miro/databaseupgrade.py", line 49, in from miro import schema File "/usr/local/lib/python2.7/site-packages/miro/schema.py", line 361, in from miro.feed import (Feed, FeedImpl, RSSFeedImpl, SavedSearchFeedImpl, File "/usr/local/lib/python2.7/site-packages/miro/feed.py", line 72, in from miro.item import FeedParserValues File "/usr/local/lib/python2.7/site-packages/miro/item.py", line 67, in from miro import metadata File "/usr/local/lib/python2.7/site-packages/miro/metadata.py", line 39, in from miro import coverart File "/usr/local/lib/python2.7/site-packages/miro/coverart.py", line 38, in from mutagen import id3, mp4, flac ImportError: No module named mutagen >How-To-Repeat: Install miro on system without py-mutagen and try to run it. >Fix: Add audio/py-mutagen to miro dependency >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:00:40 2011 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 479B51065672; Mon, 30 May 2011 21: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 1F8478FC16; Mon, 30 May 2011 21:00:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UL0d7F094881; Mon, 30 May 2011 21:00:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UL0dRp094875; Mon, 30 May 2011 21:00:39 GMT (envelope-from edwin) Date: Mon, 30 May 2011 21:00:39 GMT Message-Id: <201105302100.p4UL0dRp094875@freefall.freebsd.org> To: magik@roorback.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157438: Missing dependecy in multimedia/miro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:00:40 -0000 Synopsis: Missing dependecy in multimedia/miro State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 30 21:00:39 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157438 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:10:10 2011 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 E381F1065674 for ; Mon, 30 May 2011 21: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 D31D88FC18 for ; Mon, 30 May 2011 21:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULAAMY002784 for ; Mon, 30 May 2011 21:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULAAjj002783; Mon, 30 May 2011 21:10:10 GMT (envelope-from gnats) Date: Mon, 30 May 2011 21:10:10 GMT Message-Id: <201105302110.p4ULAAjj002783@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157438: Missing dependecy in multimedia/miro 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, 30 May 2011 21:10:11 -0000 The following reply was made to PR ports/157438; it has been noted by GNATS. From: Edwin Groothuis To: armin@frozen-zone.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/157438: Missing dependecy in multimedia/miro Date: Mon, 30 May 2011 21:00:37 UT Maintainer of multimedia/miro, Please note that PR ports/157438 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/157438 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:10:11 2011 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 68D12106564A for ; Mon, 30 May 2011 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 2E3248FC0A for ; Mon, 30 May 2011 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULABEU002796 for ; Mon, 30 May 2011 21:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULAB50002795; Mon, 30 May 2011 21:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 21:10:11 GMT Resent-Message-Id: <201105302110.p4ULAB50002795@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49684106564A for ; Mon, 30 May 2011 21:06:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 39C328FC08 for ; Mon, 30 May 2011 21:06:28 +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 p4UL6RZg017895 for ; Mon, 30 May 2011 21:06:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UL6RdS017894; Mon, 30 May 2011 21:06:27 GMT (envelope-from nobody) Message-Id: <201105302106.p4UL6RdS017894@red.freebsd.org> Date: Mon, 30 May 2011 21:06:27 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157439: [UPDATE] www/hiawatha X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:10:11 -0000 >Number: 157439 >Category: ports >Synopsis: [UPDATE] www/hiawatha >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 May 30 21:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: hiawatha (7.5) stable: * OldBrowser option added to URL toolkit. * Improved mimetype configuration. * Do-not-track HTTP header support. * Password file entries can now be created with Wigwam. * Small bugfixes and improvements. * Bugfix: sent one byte too few for Range -XX. * Bugfix: possible crash when using PreventSQLi. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN hiawatha.orig/Makefile hiawatha/Makefile --- hiawatha.orig/Makefile 2011-05-30 21:25:58.342335088 +0200 +++ hiawatha/Makefile 2011-05-30 21:26:06.767326756 +0200 @@ -6,7 +6,7 @@ # PORTNAME= hiawatha -PORTVERSION= 7.4.1 +PORTVERSION= 7.5 CATEGORIES= www MASTER_SITES= http://www.hiawatha-webserver.org/files/ \ http://www.c-s.li/ports/ diff -ruN hiawatha.orig/distinfo hiawatha/distinfo --- hiawatha.orig/distinfo 2011-05-30 21:25:58.342335088 +0200 +++ hiawatha/distinfo 2011-05-30 21:26:06.767326756 +0200 @@ -1,2 +1,2 @@ -SHA256 (hiawatha-7.4.1.tar.gz) = d541447c9d8cfec5f306772a8f67449cd456d8a34243b8e0a7a8efc6f3975d35 -SIZE (hiawatha-7.4.1.tar.gz) = 275573 +SHA256 (hiawatha-7.5.tar.gz) = 2f85a0c9e429b3ad9c885fc44c89199d7c5ff68325688c781bbd63c941455a5e +SIZE (hiawatha-7.5.tar.gz) = 276464 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:10:26 2011 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 6A0D9106568B; Mon, 30 May 2011 21:10: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 423358FC1F; Mon, 30 May 2011 21:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULAQYi004223; Mon, 30 May 2011 21:10:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULAQAo004210; Mon, 30 May 2011 21:10:26 GMT (envelope-from edwin) Date: Mon, 30 May 2011 21:10:26 GMT Message-Id: <201105302110.p4ULAQAo004210@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157439: [UPDATE] www/hiawatha X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:10:26 -0000 Synopsis: [UPDATE] www/hiawatha Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 21:10:25 UTC 2011 Responsible-Changed-Why: glarkin@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157439 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:40:10 2011 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 4BA41106564A for ; Mon, 30 May 2011 21: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 281808FC16 for ; Mon, 30 May 2011 21:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULeATg031900 for ; Mon, 30 May 2011 21:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULeATq031899; Mon, 30 May 2011 21:40:10 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 21:40:10 GMT Resent-Message-Id: <201105302140.p4ULeATq031899@freefall.freebsd.org> 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 A1132106564A for ; Mon, 30 May 2011 21:31:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 90A558FC17 for ; Mon, 30 May 2011 21:31:11 +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 p4ULVBFu036849 for ; Mon, 30 May 2011 21:31:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4ULVBsf036848; Mon, 30 May 2011 21:31:11 GMT (envelope-from nobody) Message-Id: <201105302131.p4ULVBsf036848@red.freebsd.org> Date: Mon, 30 May 2011 21:31:11 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157440: [update] net-mgmt/sdig to 0.45 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:40:10 -0000 >Number: 157440 >Category: ports >Synopsis: [update] net-mgmt/sdig to 0.45 >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 May 30 21:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 0.45 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/net-mgmt/sdig/Makefile sdig/Makefile --- /usr/ports/net-mgmt/sdig/Makefile 2010-06-02 15:14:14.000000000 -0400 +++ sdig/Makefile 2011-05-30 17:22:38.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= sdig -PORTVERSION= 0.43 -PORTREVISION= 4 +PORTVERSION= 0.45 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -21,6 +20,17 @@ MAN5= sdig.conf.5 MAN8= sdig.8 -PLIST_FILES= bin/sdig etc/sdig.conf-sample etc/mactable-sample +PLIST_FILES= bin/sdig etc/sdig.conf etc/mactable + +post-patch: + @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/sdig.conf + @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/sdig.conf.5 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/sdig ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/sdig.conf ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/mactable ${PREFIX}/etc + ${INSTALL_MAN} ${WRKSRC}/sdig.8 ${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/sdig.conf.5 ${PREFIX}/man/man5 .include diff -urN /usr/ports/net-mgmt/sdig/distinfo sdig/distinfo --- /usr/ports/net-mgmt/sdig/distinfo 2011-03-20 08:54:10.000000000 -0400 +++ sdig/distinfo 2011-05-30 16:46:32.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (sdig-0.43.tar.gz) = f12c265c443f8fd363db80077180aacd041aabc0a3ffdcc78c7c948a88077800 -SIZE (sdig-0.43.tar.gz) = 114754 +SHA256 (sdig-0.45.tar.gz) = 1af5a67d7ba0e804508d1492140ad48d61a8c253657666e110257e704e3bb73d +SIZE (sdig-0.45.tar.gz) = 140398 diff -urN /usr/ports/net-mgmt/sdig/files/patch-sdig.conf sdig/files/patch-sdig.conf --- /usr/ports/net-mgmt/sdig/files/patch-sdig.conf 1969-12-31 19:00:00.000000000 -0500 +++ sdig/files/patch-sdig.conf 2011-05-30 17:19:26.000000000 -0400 @@ -0,0 +1,20 @@ +--- sdig.conf.orig 2011-05-30 17:18:03.000000000 -0400 ++++ sdig.conf 2011-05-30 17:18:25.000000000 -0400 +@@ -55,7 +55,7 @@ + # + # Usual path is /usr/local/samba/bin + +-NMBLOOKUP /usr/local/samba/bin/nmblookup ++NMBLOOKUP %%PREFIX%%/bin/nmblookup + + # --------------------------------------------------------------------------- + # MACTABLE +@@ -68,7 +68,7 @@ + # rarely changes. If you want to use this feature, get it from the + # main web site: http://www.exploits.org/sdig/ + +-MACTABLE /etc/mactable ++MACTABLE %%PREFIX%%/etc/mactable + + # --------------------------------------------------------------------------- + # HOSTINFO diff -urN /usr/ports/net-mgmt/sdig/files/patch-sdig.conf.5 sdig/files/patch-sdig.conf.5 --- /usr/ports/net-mgmt/sdig/files/patch-sdig.conf.5 1969-12-31 19:00:00.000000000 -0500 +++ sdig/files/patch-sdig.conf.5 2011-05-30 17:21:56.000000000 -0400 @@ -0,0 +1,20 @@ +--- sdig.conf.5.orig 2011-05-30 17:21:10.000000000 -0400 ++++ sdig.conf.5 2011-05-30 17:21:34.000000000 -0400 +@@ -109,7 +109,7 @@ + This program is optional, and is provided to augment DNS lookups in + environments laden with Windows machines. + +- NMBLOOKUP /usr/local/samba/bin/nmblookup ++ NMBLOOKUP %%PREFIX%%/bin/nmblookup + + .IP "MACTABLE \fIpath\fR" + +@@ -122,7 +122,7 @@ + source distribution. You can get it on the main sdig web site - + http://www.exploits.org/sdig/ + +- MACTABLE /etc/mactable ++ MACTABLE %%PREFIX%%/etc/mactable + + .IP "HOSTINFO \fIpath\fR" + diff -urN /usr/ports/net-mgmt/sdig/files/patch-src-output.c sdig/files/patch-src-output.c --- /usr/ports/net-mgmt/sdig/files/patch-src-output.c 1969-12-31 19:00:00.000000000 -0500 +++ sdig/files/patch-src-output.c 2011-05-30 16:53:45.000000000 -0400 @@ -0,0 +1,14 @@ +--- src/output.c.orig 2011-05-30 16:52:55.000000000 -0400 ++++ src/output.c 2011-05-30 16:53:21.000000000 -0400 +@@ -22,11 +22,6 @@ + #ifdef SDIG_USE_SEMS + + enum ops { UNLOCK = (int)1, LOCK = (int)(-1) }; +-union semun { +- int val; +- struct semid_ds *buf; +- ushort *array; +-}; + + int lock = 0; + // int pad = 0; diff -urN /usr/ports/net-mgmt/sdig/pkg-message sdig/pkg-message --- /usr/ports/net-mgmt/sdig/pkg-message 1969-12-31 19:00:00.000000000 -0500 +++ sdig/pkg-message 2011-05-30 17:28:29.000000000 -0400 @@ -0,0 +1,2 @@ +If you wish to use the NMBLOOKUP option within sdig, you must +install net/samba-nmblookup (or net/samba). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:40:10 2011 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 B714C1065675 for ; Mon, 30 May 2011 21: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 7B5418FC18 for ; Mon, 30 May 2011 21:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULeAIj031909 for ; Mon, 30 May 2011 21:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULeA3o031908; Mon, 30 May 2011 21:40:10 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 21:40:10 GMT Resent-Message-Id: <201105302140.p4ULeA3o031908@freefall.freebsd.org> 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 282C4106566B for ; Mon, 30 May 2011 21:34: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 181888FC08 for ; Mon, 30 May 2011 21:34:13 +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 p4ULYCFm045508 for ; Mon, 30 May 2011 21:34:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4ULYCr7045507; Mon, 30 May 2011 21:34:12 GMT (envelope-from nobody) Message-Id: <201105302134.p4ULYCr7045507@red.freebsd.org> Date: Mon, 30 May 2011 21:34:12 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157441: [update] devel/p5-Config-Properties to 0.71 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:40:10 -0000 >Number: 157441 >Category: ports >Synopsis: [update] devel/p5-Config-Properties to 0.71 >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 May 30 21:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 0.71 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/devel/p5-Config-Properties/Makefile p5-Config-Properties/Makefile --- /usr/ports/devel/p5-Config-Properties/Makefile 2009-12-15 16:09:01.000000000 -0500 +++ p5-Config-Properties/Makefile 2011-05-30 17:32:13.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= Config-Properties -PORTVERSION= 1.70 +PORTVERSION= 1.71 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -urN /usr/ports/devel/p5-Config-Properties/distinfo p5-Config-Properties/distinfo --- /usr/ports/devel/p5-Config-Properties/distinfo 2009-12-15 16:09:01.000000000 -0500 +++ p5-Config-Properties/distinfo 2011-05-30 17:32:23.000000000 -0400 @@ -1,3 +1,2 @@ -MD5 (Config-Properties-1.70.tar.gz) = 7fa65789562f3b9833a82ebc052b0a7a -SHA256 (Config-Properties-1.70.tar.gz) = afb0e7a20a95f0e8004296fdecd1c320ec7d296cbdb5ce7bbc0a1f75266d7e84 -SIZE (Config-Properties-1.70.tar.gz) = 11509 +SHA256 (Config-Properties-1.71.tar.gz) = 2be19bd3ecebee6fe63eab5a077c9fedaacc81ff94f10a2542e642ec46a940c6 +SIZE (Config-Properties-1.71.tar.gz) = 11563 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:40:20 2011 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 4F9251065687; Mon, 30 May 2011 21: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 281C88FC1A; Mon, 30 May 2011 21:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULeKam032517; Mon, 30 May 2011 21:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULeKEN032505; Mon, 30 May 2011 21:40:20 GMT (envelope-from edwin) Date: Mon, 30 May 2011 21:40:20 GMT Message-Id: <201105302140.p4ULeKEN032505@freefall.freebsd.org> To: rpsfa@rit.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157440: [update] net-mgmt/sdig to 0.45 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:40:20 -0000 Synopsis: [update] net-mgmt/sdig to 0.45 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 30 21:40:19 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157440 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:40:29 2011 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 E45501065680; Mon, 30 May 2011 21:40: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 BC8858FC0A; Mon, 30 May 2011 21:40:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULeTr1033792; Mon, 30 May 2011 21:40:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULeTbX033780; Mon, 30 May 2011 21:40:29 GMT (envelope-from edwin) Date: Mon, 30 May 2011 21:40:29 GMT Message-Id: <201105302140.p4ULeTbX033780@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157441: [update] devel/p5-Config-Properties to 0.71 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 21:40:30 -0000 Synopsis: [update] devel/p5-Config-Properties to 0.71 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 21:40:29 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157441 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:50:16 2011 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 901001065677 for ; Mon, 30 May 2011 21:50: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 159358FC1E for ; Mon, 30 May 2011 21:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULoCFB041057 for ; Mon, 30 May 2011 21:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULoCKs041056; Mon, 30 May 2011 21:50:12 GMT (envelope-from gnats) Date: Mon, 30 May 2011 21:50:12 GMT Message-Id: <201105302150.p4ULoCKs041056@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157440: [update] net-mgmt/sdig to 0.45 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, 30 May 2011 21:50:16 -0000 The following reply was made to PR ports/157440; it has been noted by GNATS. From: Edwin Groothuis To: raj@cserv62.csub.edu Cc: bug-followup@FreeBSD.org Subject: Re: ports/157440: [update] net-mgmt/sdig to 0.45 Date: Mon, 30 May 2011 21:40:17 UT Maintainer of net-mgmt/sdig, Please note that PR ports/157440 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/157440 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 21:50:16 2011 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 BC15C106579F for ; Mon, 30 May 2011 21:50: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 A5ADE8FC0A for ; Mon, 30 May 2011 21:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ULoGLb041078 for ; Mon, 30 May 2011 21:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ULoG3n041077; Mon, 30 May 2011 21:50:16 GMT (envelope-from gnats) Date: Mon, 30 May 2011 21:50:16 GMT Message-Id: <201105302150.p4ULoG3n041077@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Klaus T. Aehlig" Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Klaus T. Aehlig" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 21:50:17 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: "Klaus T. Aehlig" To: Eitan Adler Cc: bug-followup@freebsd.org, fabian@wenks.ch Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) Date: Mon, 30 May 2011 22:47:23 +0100 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi again, the misssing prototype _was_ the problem. I just got confused by the various #ifdef's in that file. On my 7.3-RELEASE adding the attached patch to the files directory (and bumping PORTREVISION) solves the problem. Fabian: can you please verify that this solves the problem for you as well? Eitan: can you please assign this PR to someone so that the change gets committed (or commit it yourself)? Best, Klaus PS: The incomplete header on 7.3-RELEASE should be fixed nevertheless. Whom to forward this observation? --yrj/dFKFPuw6o+aM Content-Type: text/x-csrc; charset=us-ascii Content-Disposition: attachment; filename="patch-gnulib__lib__fdopendir.c" --- gnulib/lib/fdopendir.c.orig 2011-04-02 15:37:38.000000000 +0000 +++ gnulib/lib/fdopendir.c 2011-05-30 21:05:02.000000000 +0000 @@ -182,9 +182,11 @@ # include # include +# include # undef fdopendir +extern DIR *fdopendir(int); /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */ DIR * --yrj/dFKFPuw6o+aM-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 22:00:23 2011 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 85B3C106566B for ; Mon, 30 May 2011 22: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 580CD8FC18 for ; Mon, 30 May 2011 22:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UM0NW5049189 for ; Mon, 30 May 2011 22:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UM0NgD049188; Mon, 30 May 2011 22:00:23 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 22:00:23 GMT Resent-Message-Id: <201105302200.p4UM0NgD049188@freefall.freebsd.org> 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 CE971106566B for ; Mon, 30 May 2011 21:59: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 B41188FC18 for ; Mon, 30 May 2011 21:59:44 +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 p4ULxiuH064966 for ; Mon, 30 May 2011 21:59:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4ULxi0f064965; Mon, 30 May 2011 21:59:44 GMT (envelope-from nobody) Message-Id: <201105302159.p4ULxi0f064965@red.freebsd.org> Date: Mon, 30 May 2011 21:59:44 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157442: [update] net-mgmt/fetchconfig to 0.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 22:00:23 -0000 >Number: 157442 >Category: ports >Synopsis: [update] net-mgmt/fetchconfig to 0.19 >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 May 30 22:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 0.19 -Honor PREFIX -Fix RUN_DEPENDS >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/net-mgmt/fetchconfig/Makefile fetchconfig/Makefile --- /usr/ports/net-mgmt/fetchconfig/Makefile 2009-09-12 22:54:16.000000000 -0400 +++ fetchconfig/Makefile 2011-05-30 17:50:49.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= fetchconfig -PORTVERSION= 0.17 +PORTVERSION= 0.19 CATEGORIES= net-mgmt MASTER_SITES= SAVANNAH @@ -14,7 +14,7 @@ COMMENT= Perl script for retrieving configuration of various network devices BUILD_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes NO_BUILD= yes @@ -22,7 +22,8 @@ MODULES= model/Abstract.pm model/CiscoCAT.pm model/CiscoIOS.pm \ model/Dell.pm model/Detector.pm model/FortiGate.pm \ model/Parks.pm model/ProCurve.pm model/Riverstone.pm \ - model/DmSwitch.pm model/Terayon.pm Constants.pm Logger.pm + model/DmSwitch.pm model/Terayon.pm Constants.pm Logger.pm \ + model/3ComMSR.pm model/CiscoASA.pm model/MikroTik.pm PORTDOCS= CHANGES README device_table.example post-patch: @@ -30,9 +31,9 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} - ${MKDIR} ${SITE_PERL}/${PORTNAME}/model + ${MKDIR} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}/model .for f in ${MODULES} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${f} ${SITE_PERL}/${PORTNAME}/${f} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${f} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}/${f} .endfor .if !defined(NOPORTDOCS) diff -urN /usr/ports/net-mgmt/fetchconfig/distinfo fetchconfig/distinfo --- /usr/ports/net-mgmt/fetchconfig/distinfo 2011-03-20 08:53:48.000000000 -0400 +++ fetchconfig/distinfo 2011-05-30 17:39:31.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (fetchconfig-0.17.tar.gz) = eaabbb7a6fb75e2de285cc12561403ccdd3e0dc0285067d9201fe62213173bad -SIZE (fetchconfig-0.17.tar.gz) = 24231 +SHA256 (fetchconfig-0.19.tar.gz) = ef3cc41291d0d4ef6fd926b26bedc7e3f24d48671ba9e3d3c5c4545ecc20c885 +SIZE (fetchconfig-0.19.tar.gz) = 25700 diff -urN /usr/ports/net-mgmt/fetchconfig/pkg-descr fetchconfig/pkg-descr --- /usr/ports/net-mgmt/fetchconfig/pkg-descr 2008-02-27 17:09:37.000000000 -0500 +++ fetchconfig/pkg-descr 2011-05-30 17:57:13.000000000 -0400 @@ -1,9 +1,12 @@ Fetchconfig is a Perl script for retrieving configurations of various network devices. It currently supports a variety of devices, such as: + * 3Com MSR * Cisco IOS + * Cisco ASA * Cisco Catalyst * FortiGate + * MikroTik * ProCurve * Parks * Alcatel Ethernet Routers (Riverstone) diff -urN /usr/ports/net-mgmt/fetchconfig/pkg-plist fetchconfig/pkg-plist --- /usr/ports/net-mgmt/fetchconfig/pkg-plist 2008-05-20 21:58:49.000000000 -0400 +++ fetchconfig/pkg-plist 2011-05-30 17:52:31.000000000 -0400 @@ -1,11 +1,14 @@ bin/fetchconfig +%%SITE_PERL%%/fetchconfig/model/3ComMSR.pm %%SITE_PERL%%/fetchconfig/model/Abstract.pm +%%SITE_PERL%%/fetchconfig/model/CiscoASA.pm %%SITE_PERL%%/fetchconfig/model/CiscoCAT.pm %%SITE_PERL%%/fetchconfig/model/CiscoIOS.pm %%SITE_PERL%%/fetchconfig/model/Dell.pm %%SITE_PERL%%/fetchconfig/model/Detector.pm %%SITE_PERL%%/fetchconfig/model/DmSwitch.pm %%SITE_PERL%%/fetchconfig/model/FortiGate.pm +%%SITE_PERL%%/fetchconfig/model/MikroTik.pm %%SITE_PERL%%/fetchconfig/model/Parks.pm %%SITE_PERL%%/fetchconfig/model/ProCurve.pm %%SITE_PERL%%/fetchconfig/model/Riverstone.pm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 22:00:34 2011 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 790911065672; Mon, 30 May 2011 22: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 50A418FC08; Mon, 30 May 2011 22:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UM0YuX049722; Mon, 30 May 2011 22:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UM0Yb4049713; Mon, 30 May 2011 22:00:34 GMT (envelope-from edwin) Date: Mon, 30 May 2011 22:00:34 GMT Message-Id: <201105302200.p4UM0Yb4049713@freefall.freebsd.org> To: rpsfa@rit.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157442: [update] net-mgmt/fetchconfig to 0.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 22:00:34 -0000 Synopsis: [update] net-mgmt/fetchconfig to 0.19 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 30 22:00:33 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157442 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 22:10:10 2011 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 925CA106566B for ; Mon, 30 May 2011 22: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 81CF68FC0A for ; Mon, 30 May 2011 22:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UMAAjx058205 for ; Mon, 30 May 2011 22:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UMAA4E058204; Mon, 30 May 2011 22:10:10 GMT (envelope-from gnats) Date: Mon, 30 May 2011 22:10:10 GMT Message-Id: <201105302210.p4UMAA4E058204@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157442: [update] net-mgmt/fetchconfig to 0.19 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, 30 May 2011 22:10:10 -0000 The following reply was made to PR ports/157442; it has been noted by GNATS. From: Edwin Groothuis To: salexanov@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/157442: [update] net-mgmt/fetchconfig to 0.19 Date: Mon, 30 May 2011 22:00:30 UT Maintainer of net-mgmt/fetchconfig, Please note that PR ports/157442 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/157442 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 22:10:11 2011 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 1E15C1065670 for ; Mon, 30 May 2011 22: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 D644F8FC12 for ; Mon, 30 May 2011 22:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UMAA0k058217 for ; Mon, 30 May 2011 22:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UMAA2x058216; Mon, 30 May 2011 22:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 22:10:10 GMT Resent-Message-Id: <201105302210.p4UMAA2x058216@freefall.freebsd.org> 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 6A641106566B for ; Mon, 30 May 2011 22:03: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 5AA748FC13 for ; Mon, 30 May 2011 22:03:34 +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 p4UM3YRA068439 for ; Mon, 30 May 2011 22:03:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UM3Y1O068435; Mon, 30 May 2011 22:03:34 GMT (envelope-from nobody) Message-Id: <201105302203.p4UM3Y1O068435@red.freebsd.org> Date: Mon, 30 May 2011 22:03:34 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157443: [update] devel/rubygem-rspec to 1.3.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: Mon, 30 May 2011 22:10:11 -0000 >Number: 157443 >Category: ports >Synopsis: [update] devel/rubygem-rspec to 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 30 22:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 1.3.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/devel/rubygem-rspec/Makefile rubygem-rspec/Makefile --- /usr/ports/devel/rubygem-rspec/Makefile 2010-12-27 10:10:28.000000000 -0500 +++ rubygem-rspec/Makefile 2011-05-30 18:01:56.000000000 -0400 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/rubygem-rspec/Makefile,v 1.12 2010/12/27 15:10:28 pgollucci Exp $ PORTNAME= rspec -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff -urN /usr/ports/devel/rubygem-rspec/distinfo rubygem-rspec/distinfo --- /usr/ports/devel/rubygem-rspec/distinfo 2010-12-27 10:10:28.000000000 -0500 +++ rubygem-rspec/distinfo 2011-05-30 18:02:06.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-1.3.1.gem) = 266599abc471df01c09506e4d88e667bb623f762e3c62d794852416ba7cc93c0 -SIZE (rubygem/rspec-1.3.1.gem) = 214528 +SHA256 (rubygem/rspec-1.3.2.gem) = cced85c55b92477272d157ea92b925676db76c373f8040a62b8dbe1365296aba +SIZE (rubygem/rspec-1.3.2.gem) = 214016 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 22:10:12 2011 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 E6CD41065675 for ; Mon, 30 May 2011 22:10: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 BD0EA8FC14 for ; Mon, 30 May 2011 22:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UMACSX058226 for ; Mon, 30 May 2011 22:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UMACDw058225; Mon, 30 May 2011 22:10:12 GMT (envelope-from gnats) Date: Mon, 30 May 2011 22:10:12 GMT Message-Id: <201105302210.p4UMACDw058225@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: ports/157403: port update math/octave-forge-octproj X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 22:10:13 -0000 The following reply was made to PR ports/157403; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, stephen@missouri.edu Cc: Subject: Re: ports/157403: port update math/octave-forge-octproj Date: Mon, 30 May 2011 17:08:08 -0500 In Makefile, the lines: post-extract: ${REINPLACE_CMD} s/CC/CCC/ ${WRKSRC}/Makefile should probably be changed to post-extract: ${REINPLACE_CMD} s/CC/MKOCTFILE/ ${WRKSRC}/Makefile But this is purely a style issue. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 22:10:25 2011 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 1E53B106564A; Mon, 30 May 2011 22:10: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 EA9F28FC13; Mon, 30 May 2011 22:10:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UMAOaA059559; Mon, 30 May 2011 22:10:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UMAOUP059547; Mon, 30 May 2011 22:10:24 GMT (envelope-from edwin) Date: Mon, 30 May 2011 22:10:24 GMT Message-Id: <201105302210.p4UMAOUP059547@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157443: [update] devel/rubygem-rspec to 1.3.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: Mon, 30 May 2011 22:10:25 -0000 Synopsis: [update] devel/rubygem-rspec to 1.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 22:10:24 UTC 2011 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157443 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 22:59:36 2011 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 4678C106566B for ; Mon, 30 May 2011 22:59:36 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C2FB68FC12 for ; Mon, 30 May 2011 22:59:35 +0000 (UTC) Received: by fxm11 with SMTP id 11so3845118fxm.13 for ; Mon, 30 May 2011 15:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=eDSzZXPU9v/YkmvwNBk1qxMoY6O6KZ/10m9M9Mzjnk0=; b=CN6YBZUdFyEwTEh0fjYshl+mIuRl/Z/YAwaSBIQTowLzmXxhicsGPeiB87bIxAhsrA CJUk5VJtY1GoIPxDHSe9gy+tU5fd9AWLECT6Z0QO+6P8fQvUc30NaMY1cozfDJY+TQXa XyV5TzVQSZGEaW3il7npPPUPX0g5O96Cda8VU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=DdgRwxreX58Mh1QYFYbtYjn6wPsFD6mpHf4pF2OFAfysLaYTWG2s1JJ9qP9dkFOJDJ 6qM9DhMXylzad7YcgXBKIRCbR19Kgff4dY330v/EwCoijnT30lsul4MiBzsukRClFoc8 S7NHW/i+IvdxjLw2pIFz01bgGyC8NA8cJU1q4= Received: by 10.223.57.5 with SMTP id a5mr1007656fah.90.1306794660090; Mon, 30 May 2011 15:31:00 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.223.100.150 with HTTP; Mon, 30 May 2011 15:30:40 -0700 (PDT) In-Reply-To: <201105302131.p4ULV5Jl026649@freefall.freebsd.org> References: <201105302131.p4ULV5Jl026649@freefall.freebsd.org> From: Baptiste Daroussin Date: Mon, 30 May 2011 22:30:40 +0000 X-Google-Sender-Auth: gKjmWsMjJHGE85HQoBU0xIeENMU Message-ID: To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: ports/157273: [bsd.port.mk] [patch] some cleanup on bsd.port.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 22:59:36 -0000 2011/5/30 : > Synopsis: [bsd.port.mk] [patch] some cleanup on bsd.port.mk > > Responsible-Changed-From-To: pav->bapt > Responsible-Changed-By: pav > Responsible-Changed-When: Mon May 30 21:30:24 UTC 2011 > Responsible-Changed-Why: > Your patch breaks "mid-target action dependencies" -- see here for exampl= e > > =3D=3D=3D> =A0 c-nocem-3.7_3 depends on file: /work/a/ports/news/c-nocem/= ../../news/cnews/work/conf/substitutions - not found > =3D=3D=3D> =A0 =A0Verifying install for /work/a/ports/news/c-nocem/../../= news/cnews/work/conf/substitutions in configure > =A0 =A0 =3D> No directory for /work/a/ports/news/c-nocem/../../news/cnews= /work/conf/substitutions. =A0Skipping.. > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8-exp.2011052713= 0722/c-nocem-3.7_3.log > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D157273 > Here is a fixed version of the patch, hope this time this is ok. Sorry for previous patch. http://people.freebsd.org/~bapt/cleanup-b.p.mk-r2.patch Bapt From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 23:08:28 2011 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 412C0106566C; Mon, 30 May 2011 23:08:28 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 177E38FC15; Mon, 30 May 2011 23:08:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UN8RTn012646; Mon, 30 May 2011 23:08:27 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UN8Rfi012642; Mon, 30 May 2011 23:08:27 GMT (envelope-from wxs) Date: Mon, 30 May 2011 23:08:27 GMT Message-Id: <201105302308.p4UN8Rfi012642@freefall.freebsd.org> To: raj@cserv62.csub.edu, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157440: [update] net-mgmt/sdig to 0.45 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 23:08:28 -0000 Synopsis: [update] net-mgmt/sdig to 0.45 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Mon May 30 23:08:27 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157440 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 23:09:11 2011 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 5742B1065672; Mon, 30 May 2011 23:09:11 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F7DB8FC13; Mon, 30 May 2011 23:09:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UN9BA1012747; Mon, 30 May 2011 23:09:11 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UN9AV4012743; Mon, 30 May 2011 23:09:10 GMT (envelope-from wxs) Date: Mon, 30 May 2011 23:09:10 GMT Message-Id: <201105302309.p4UN9AV4012743@freefall.freebsd.org> To: salexanov@gmail.com, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157442: [update] net-mgmt/fetchconfig to 0.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 23:09:11 -0000 Synopsis: [update] net-mgmt/fetchconfig to 0.19 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Mon May 30 23:09:10 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157442 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 23:20:09 2011 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 EC340106566C for ; Mon, 30 May 2011 23: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 C46F98FC1D for ; Mon, 30 May 2011 23:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UNK9xV022733 for ; Mon, 30 May 2011 23:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UNK9HV022732; Mon, 30 May 2011 23:20:09 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2011 23:20:09 GMT Resent-Message-Id: <201105302320.p4UNK9HV022732@freefall.freebsd.org> 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 AB052106566B for ; Mon, 30 May 2011 23:16: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 9AF748FC1A for ; Mon, 30 May 2011 23:16: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 p4UNGpJQ037844 for ; Mon, 30 May 2011 23:16:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UNGpKf037843; Mon, 30 May 2011 23:16:51 GMT (envelope-from nobody) Message-Id: <201105302316.p4UNGpKf037843@red.freebsd.org> Date: Mon, 30 May 2011 23:16:51 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157445: [new port] dns/p5-Net-DNS-Check X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 23:20:10 -0000 >Number: 157445 >Category: ports >Synopsis: [new port] dns/p5-Net-DNS-Check >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 30 23:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: New Port: dns/p5-Net-DNS-Check: Net::DNS::Check is a collection of OOP Perl modules allowing easy implementation of applications for domain name checking. The Net::DNS::Check was built to be as easy as possible to use and highly configurable and flexible: it allow easy implementation of your custom test and deeper configuration of what you want to check and how. WWW: http://search.cpan.org/dist/Net-DNS-Check/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-DNS-Check/ # p5-Net-DNS-Check/Makefile # p5-Net-DNS-Check/pkg-descr # p5-Net-DNS-Check/pkg-plist # p5-Net-DNS-Check/distinfo # echo c - p5-Net-DNS-Check/ mkdir -p p5-Net-DNS-Check/ > /dev/null 2>&1 echo x - p5-Net-DNS-Check/Makefile sed 's/^X//' >p5-Net-DNS-Check/Makefile << 'c3b47ef791085984c44d39f2cf07681e' X# New ports collection makefile for: dns/p5-Net-DNS-Check X# Date created: 30 May 2011 X# Whom: Ryan Steinmetz X# X# $FreeBSD$ X# X XPORTNAME= Net-DNS-Check XPORTVERSION= 0.45 XCATEGORIES= dns perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= rpsfa@rit.edu XCOMMENT= Module for easy domain name checking X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS X XPERL_CONFIGURE= yes X XMAN3= Net::DNS::Check::Test::ns_count.3 Net::DNS::Check::Test::soa_expire_compare.3 \ X Net::DNS::Check::NSQuery.3 Net::DNS::Check::Test::soa_master_compare.3 \ X Net::DNS::Check::Test::mx_present.3 Net::DNS::Check::Test::mx_compare.3 \ X Net::DNS::Check::Test::soa_retry_compare.3 Net::DNS::Check::Test::unknown.3 \ X Net::DNS::Check::Test::host_ip_vs_ip_orig.3 Net::DNS::Check::Test::ns_vs_delegated.3 \ X Net::DNS::Check::Test::soa_serial_compare.3 Net::DNS::Check::Test::soa_retry_range.3 \ X Net::DNS::Check::HostsList.3 Net::DNS::Check::Test::host_ip_private.3 \ X Net::DNS::Check::Test::soa_expire_range.3 Net::DNS::Check::Config.3 \ X Net::DNS::Check::Test::soa_master_in_ns.3 Net::DNS::Check::Test::host_syntax.3 \ X Net::DNS::Check::Test::soa_refresh_range.3 Net::DNS::Check::Test::host_not_cname.3 \ X Net::DNS::Check::Test::ns_compare.3 Net::DNS::Check::Host.3 \ X Net::DNS::Check::Test.3 Net::DNS::Check::Test::soa_refresh_compare.3 \ X Net::DNS::Check::Test::soa_serial_syntax.3 Net::DNS::Check.3 X X.include c3b47ef791085984c44d39f2cf07681e echo x - p5-Net-DNS-Check/pkg-descr sed 's/^X//' >p5-Net-DNS-Check/pkg-descr << '366371defc1ef5092b09af7caf810bda' XNet::DNS::Check is a collection of OOP Perl modules allowing easy Ximplementation of applications for domain name checking. X XThe Net::DNS::Check was built to be as easy as possible to use and Xhighly configurable and flexible: it allow easy implementation Xof your custom test and deeper configuration of what you want Xto check and how. X XWWW: http://search.cpan.org/dist/Net-DNS-Check/ 366371defc1ef5092b09af7caf810bda echo x - p5-Net-DNS-Check/pkg-plist sed 's/^X//' >p5-Net-DNS-Check/pkg-plist << '1ac11ea62352f67487fd41d71e39ab5f' X%%SITE_PERL%%/Net/DNS/Check/Test/ns_count.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_expire_compare.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_master_compare.pm X%%SITE_PERL%%/Net/DNS/Check/Test/mx_compare.pm X%%SITE_PERL%%/Net/DNS/Check/Test/mx_present.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_retry_compare.pm X%%SITE_PERL%%/Net/DNS/Check/Test/unknown.pm X%%SITE_PERL%%/Net/DNS/Check/Test/host_ip_vs_ip_orig.pm X%%SITE_PERL%%/Net/DNS/Check/Test/ns_vs_delegated.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_retry_range.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_serial_compare.pm X%%SITE_PERL%%/Net/DNS/Check/Test/host_ip_private.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_expire_range.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_master_in_ns.pm X%%SITE_PERL%%/Net/DNS/Check/Test/host_syntax.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_refresh_range.pm X%%SITE_PERL%%/Net/DNS/Check/Test/ns_compare.pm X%%SITE_PERL%%/Net/DNS/Check/Test/host_not_cname.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_refresh_compare.pm X%%SITE_PERL%%/Net/DNS/Check/Test/soa_serial_syntax.pm X%%SITE_PERL%%/Net/DNS/Check/NSQuery.pm X%%SITE_PERL%%/Net/DNS/Check/HostsList.pm X%%SITE_PERL%%/Net/DNS/Check/Config.pm X%%SITE_PERL%%/Net/DNS/Check/Host.pm X%%SITE_PERL%%/Net/DNS/Check/Test.pm X%%SITE_PERL%%/Net/DNS/Check.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Check/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Check X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net X@dirrmtry %%SITE_PERL%%/Net/DNS/Check/Test X@dirrmtry %%SITE_PERL%%/Net/DNS/Check X@dirrmtry %%SITE_PERL%%/Net/DNS X@dirrmtry %%SITE_PERL%%/Net 1ac11ea62352f67487fd41d71e39ab5f echo x - p5-Net-DNS-Check/distinfo sed 's/^X//' >p5-Net-DNS-Check/distinfo << 'cf13da89608d5fd1ba4cf9ec7e0521ae' XSHA256 (Net-DNS-Check-0.45.tar.gz) = 13a7eefb660426d0fcc3b3ddb7ea1848e4d919f112df16f33384b88b25476de1 XSIZE (Net-DNS-Check-0.45.tar.gz) = 23466 cf13da89608d5fd1ba4cf9ec7e0521ae exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 23:20:21 2011 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 14EB51065674; Mon, 30 May 2011 23: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 E1E3C8FC08; Mon, 30 May 2011 23:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UNKKkX023424; Mon, 30 May 2011 23:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UNKKh2023416; Mon, 30 May 2011 23:20:20 GMT (envelope-from edwin) Date: Mon, 30 May 2011 23:20:20 GMT Message-Id: <201105302320.p4UNKKh2023416@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157445: [new port] dns/p5-Net-DNS-Check X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2011 23:20:21 -0000 Synopsis: [new port] dns/p5-Net-DNS-Check Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 30 23:20:20 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157445 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 00:20:04 2011 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 A42501065672 for ; Tue, 31 May 2011 00: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 7E7D08FC15 for ; Tue, 31 May 2011 00:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V0K4bl079448 for ; Tue, 31 May 2011 00:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V0K4wo079447; Tue, 31 May 2011 00:20:04 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 00:20:04 GMT Resent-Message-Id: <201105310020.p4V0K4wo079447@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Felder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C2D9106566B for ; Tue, 31 May 2011 00:19:41 +0000 (UTC) (envelope-from root@mwi1.coffeenet.org) Received: from mwi1.coffeenet.org (mwi1.coffeenet.org [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4D40B8FC13 for ; Tue, 31 May 2011 00:19:40 +0000 (UTC) Received: from root by mwi1.coffeenet.org with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QRCgd-000Lih-4s; Mon, 30 May 2011 19:19:55 -0500 Message-Id: Date: Mon, 30 May 2011 19:19:55 -0500 From: Mark Felder To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sergei@FreeBSD.org Subject: ports/157447: [PATCH] mail/offlineimap: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 00:20:04 -0000 >Number: 157447 >Category: ports >Synopsis: [PATCH] mail/offlineimap: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 31 00:20:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #4: Fri May 6 17:32:14 CDT >Description: OfflineIMAP has a new maintainer. I can't seem to get `port test` to finish completely -- hangs while checking for leftover files, but I cannot locate any. Also, I had to enable PYDISTUTILS_NOEGGINFO=yes because otherwise it tries to use an egg-info with a version 6.3 in the name instead of 6.3.3 and I've no idea what's required to fix that. Otherwise this updated port has no issues as far as I can tell. Port maintainer (sergei@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- offlineimap-6.3.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/offlineimap.orig/Makefile /usr/ports/mail/offlineimap/Makefile --- /usr/ports/mail/offlineimap.orig/Makefile 2011-05-30 18:35:55.781884071 -0500 +++ /usr/ports/mail/offlineimap/Makefile 2011-05-30 19:15:49.822600978 -0500 @@ -6,25 +6,26 @@ # PORTNAME= offlineimap -DISTVERSION= 6.2.0.2 -DISTVERSIONSUFFIX=-0-g6b1cb5e +DISTVERSION= 6.3.3 +DISTVERSIONSUFFIX=-0-g3b09695 CATEGORIES= mail python MASTER_SITES= http://download.github.com/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sergei -DISTNAME= jgoerzen-${PORTNAME}-debian-${DISTVERSION}${DISTVERSIONSUFFIX} +MASTER_SITE_SUBDIR= nicolas33 +DISTNAME= nicolas33-${PORTNAME}-v${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= sergei@FreeBSD.org COMMENT= Powerful IMAP/Maildir synchronization and reader support -WRKSRC= ${WRKDIR}/jgoerzen-${PORTNAME}-0f1a667 +WRKSRC= ${WRKDIR}/nicolas33-${PORTNAME}-cf325d5 SUB_FILES= pkg-message USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION=${PORTVERSION:R} +PYDISTUTILS_NOEGGINFO= yes -DOCS= COPYING COPYRIGHT FAQ.html UPGRADING +DOCS= COPYING COPYRIGHT EXAMPLES= offlineimap.conf offlineimap.conf.minimal post-install: diff -ruN --exclude=CVS /usr/ports/mail/offlineimap.orig/distinfo /usr/ports/mail/offlineimap/distinfo --- /usr/ports/mail/offlineimap.orig/distinfo 2011-05-30 18:35:55.781884071 -0500 +++ /usr/ports/mail/offlineimap/distinfo 2011-05-30 18:36:07.581939944 -0500 @@ -1,3 +1,2 @@ -MD5 (jgoerzen-offlineimap-debian-6.2.0.2-0-g6b1cb5e.tar.gz) = e1a01b6b1c1a70a1afaefb0a20634bc1 -SHA256 (jgoerzen-offlineimap-debian-6.2.0.2-0-g6b1cb5e.tar.gz) = 04b5757db2447164c43424f68b774c1e6ef6883c9b776ce48dd3109815569b85 -SIZE (jgoerzen-offlineimap-debian-6.2.0.2-0-g6b1cb5e.tar.gz) = 103955 +SHA256 (nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz) = 762591144f13423da6020ba840e2eb216c4ed45839f1881ac90d9e3dd57f4eca +SIZE (nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz) = 117153 diff -ruN --exclude=CVS /usr/ports/mail/offlineimap.orig/pkg-plist /usr/ports/mail/offlineimap/pkg-plist --- /usr/ports/mail/offlineimap.orig/pkg-plist 2011-05-30 18:35:55.781884071 -0500 +++ /usr/ports/mail/offlineimap/pkg-plist 2011-05-30 19:11:49.641524891 -0500 @@ -65,9 +65,6 @@ %%PYTHON_SITELIBDIR%%/offlineimap/ui/debuglock.py %%PYTHON_SITELIBDIR%%/offlineimap/ui/debuglock.pyc %%PYTHON_SITELIBDIR%%/offlineimap/ui/debuglock.pyo -%%PYTHON_SITELIBDIR%%/offlineimap/ui/detector.py -%%PYTHON_SITELIBDIR%%/offlineimap/ui/detector.pyc -%%PYTHON_SITELIBDIR%%/offlineimap/ui/detector.pyo @dirrm %%PYTHON_SITELIBDIR%%/offlineimap/ui %%PYTHON_SITELIBDIR%%/offlineimap/__init__.py %%PYTHON_SITELIBDIR%%/offlineimap/__init__.pyc @@ -78,6 +75,9 @@ %%PYTHON_SITELIBDIR%%/offlineimap/accounts.py %%PYTHON_SITELIBDIR%%/offlineimap/accounts.pyc %%PYTHON_SITELIBDIR%%/offlineimap/accounts.pyo +%%PYTHON_SITELIBDIR%%/offlineimap/imaplib2.py +%%PYTHON_SITELIBDIR%%/offlineimap/imaplib2.pyc +%%PYTHON_SITELIBDIR%%/offlineimap/imaplib2.pyo %%PYTHON_SITELIBDIR%%/offlineimap/imaplibutil.py %%PYTHON_SITELIBDIR%%/offlineimap/imaplibutil.pyc %%PYTHON_SITELIBDIR%%/offlineimap/imaplibutil.pyo @@ -102,14 +102,10 @@ %%PYTHON_SITELIBDIR%%/offlineimap/threadutil.py %%PYTHON_SITELIBDIR%%/offlineimap/threadutil.pyc %%PYTHON_SITELIBDIR%%/offlineimap/threadutil.pyo -%%PYTHON_SITELIBDIR%%/offlineimap/version.py -%%PYTHON_SITELIBDIR%%/offlineimap/version.pyc -%%PYTHON_SITELIBDIR%%/offlineimap/version.pyo @dirrm %%PYTHON_SITELIBDIR%%/offlineimap +%%PYTHON_SITELIBDIR%%/offlineimap-6.3.3-py2.7.egg-info %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/UPGRADING %%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/offlineimap.conf %%EXAMPLESDIR%%/offlineimap.conf.minimal --- offlineimap-6.3.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 00:20:14 2011 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 D69C9106564A; Tue, 31 May 2011 00:20: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 AF1548FC0C; Tue, 31 May 2011 00:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V0KEU0080001; Tue, 31 May 2011 00:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V0KEa3079992; Tue, 31 May 2011 00:20:14 GMT (envelope-from edwin) Date: Tue, 31 May 2011 00:20:14 GMT Message-Id: <201105310020.p4V0KEa3079992@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157447: [PATCH] mail/offlineimap: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 00:20:14 -0000 Synopsis: [PATCH] mail/offlineimap: [SUMMARIZE CHANGES] Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 00:20:14 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157447 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 00:37:05 2011 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 4A2AD1065673 for ; Tue, 31 May 2011 00:37: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 275238FC1A for ; Tue, 31 May 2011 00:37:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V0b5Rh099514 for ; Tue, 31 May 2011 00:37:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V0b4Un099513; Tue, 31 May 2011 00:37:05 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 00:37:05 GMT Resent-Message-Id: <201105310037.p4V0b4Un099513@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Samorodov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB428106564A for ; Tue, 31 May 2011 00:33: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 9B26D8FC12 for ; Tue, 31 May 2011 00:33:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V0XDPt097827 for ; Tue, 31 May 2011 00:33:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V0XDak097826; Tue, 31 May 2011 00:33:13 GMT (envelope-from gnats) Message-Id: <201105310033.p4V0XDak097826@freefall.freebsd.org> Date: Tue, 31 May 2011 00:33:13 GMT From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157448: [patch] www/groupoffice: update to version 3.7.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 00:37:05 -0000 >Number: 157448 >Category: ports >Synopsis: [patch] www/groupoffice: update to version 3.7.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 31 00:37:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 9.0-CURRENT i386 >Organization: InPharmTech, Co. >Environment: System: FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r222487: Mon May 30 15:43:30 MSD 2011 bsam@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: A new version is available. >How-To-Repeat: >Fix: --- groupoffice.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/groupoffice/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 4 Sep 2009 22:57:00 -0000 1.11 +++ Makefile 30 May 2011 14:08:25 -0000 @@ -6,9 +6,9 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 2.18-stable-21 +DISTVERSION= 3.7.20 CATEGORIES= www -MASTER_SITES= SF/group-office/2.18 +MASTER_SITES= SF/group-office/3.7 MAINTAINER= as@bsdgroup.de COMMENT= A modular web application framework vor office @@ -20,7 +20,7 @@ USE_MYSQL= yes IGNORE_WITH_MYSQL= 323 -WWWDIR?= ${PREFIX}/www/${PORTNAME}2 +WWWDIR?= ${PREFIX}/www/${PORTNAME}3 SUB_FILES= pkg-message Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/groupoffice/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 19 Mar 2011 12:34:16 -0000 1.10 +++ distinfo 30 May 2011 14:08:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (groupoffice-com-2.18-stable-21.tar.gz) = 322c5fac58e516daa5877263a065e741b013fe662672891a987c960cec6e59f8 -SIZE (groupoffice-com-2.18-stable-21.tar.gz) = 6948211 +SHA256 (groupoffice-com-3.7.20.tar.gz) = fb30b09a45a36e7350a71dd32d558a78f26c62d85dbd6ac8ddcc8e73fc3f12e1 +SIZE (groupoffice-com-3.7.20.tar.gz) = 11917039 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 00:37:14 2011 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 34BCD106564A; Tue, 31 May 2011 00:37: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 0D8888FC13; Tue, 31 May 2011 00:37:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V0bDQT099596; Tue, 31 May 2011 00:37:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V0bDxh099592; Tue, 31 May 2011 00:37:13 GMT (envelope-from edwin) Date: Tue, 31 May 2011 00:37:13 GMT Message-Id: <201105310037.p4V0bDxh099592@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bsam@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157448: [patch] www/groupoffice: update to version 3.7.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 00:37:14 -0000 Synopsis: [patch] www/groupoffice: update to version 3.7.20 Responsible-Changed-From-To: freebsd-ports-bugs->bsam Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 00:37:13 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157448 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 02:03:45 2011 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 75A24106564A; Tue, 31 May 2011 02:03:45 +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 4D0428FC19; Tue, 31 May 2011 02:03:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V23jSL079452; Tue, 31 May 2011 02:03:45 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V23jEL079448; Tue, 31 May 2011 02:03:45 GMT (envelope-from vanilla) Date: Tue, 31 May 2011 02:03:45 GMT Message-Id: <201105310203.p4V23jEL079448@freefall.freebsd.org> To: root@anbcs.com, vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: vanilla@FreeBSD.org Cc: Subject: Re: ports/157099: New port: devel/protobuf-c - This package provides a pure C (not C++) interface to protobuf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 02:03:45 -0000 Synopsis: New port: devel/protobuf-c - This package provides a pure C (not C++) interface to protobuf State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue May 31 02:03:14 UTC 2011 State-Changed-Why: Closed, thanks. next time, try to run 'portlint' before send-pr. http://www.freebsd.org/cgi/query-pr.cgi?pr=157099 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 02:10:11 2011 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 E1916106566B for ; Tue, 31 May 2011 02: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 D19AB8FC18 for ; Tue, 31 May 2011 02:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V2ABWB079848 for ; Tue, 31 May 2011 02:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V2ABTF079847; Tue, 31 May 2011 02:10:11 GMT (envelope-from gnats) Date: Tue, 31 May 2011 02:10:11 GMT Message-Id: <201105310210.p4V2ABTF079847@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157099: 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: Tue, 31 May 2011 02:10:12 -0000 The following reply was made to PR ports/157099; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157099: commit references a PR Date: Tue, 31 May 2011 02:01:41 +0000 (UTC) vanilla 2011-05-31 02:01:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/protobuf-c Makefile distinfo pkg-descr pkg-plist Log: Add protobuf-c 0.15, this package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). PR: ports/157099 Submitted by: Aaron Hurt Revision Changes Path 1.4351 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/protobuf-c/Makefile (new) 1.1 +2 -0 ports/devel/protobuf-c/distinfo (new) 1.1 +5 -0 ports/devel/protobuf-c/pkg-descr (new) 1.1 +12 -0 ports/devel/protobuf-c/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 02:20:09 2011 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 466BE1065672 for ; Tue, 31 May 2011 02: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 23BC08FC0C for ; Tue, 31 May 2011 02:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V2K91V089744 for ; Tue, 31 May 2011 02:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V2K86V089743; Tue, 31 May 2011 02:20:09 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 02:20:09 GMT Resent-Message-Id: <201105310220.p4V2K86V089743@freefall.freebsd.org> 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 98534106566C for ; Tue, 31 May 2011 02:17: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 88B7A8FC1D for ; Tue, 31 May 2011 02:17:43 +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 p4V2Hh2F053692 for ; Tue, 31 May 2011 02:17:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4V2HhEh053691; Tue, 31 May 2011 02:17:43 GMT (envelope-from nobody) Message-Id: <201105310217.p4V2HhEh053691@red.freebsd.org> Date: Tue, 31 May 2011 02:17:43 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157450: [update] security/bsmtrace to 1.2.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, 31 May 2011 02:20:09 -0000 >Number: 157450 >Category: ports >Synopsis: [update] security/bsmtrace to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 31 02:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: - Update to 1.2.0: --Fixed bug which resulted in "status" being ignored for single state sequences --Added support for logging channels. --Added support for state triggers. --Fixed bug where alerts were being produced for state machines that have been expired. (Alerts have already been generated). --Fixed two memory leaks which could really impact systems with high volumes audit records. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/security/bsmtrace/Makefile bsmtrace/Makefile --- /usr/ports/security/bsmtrace/Makefile 2007-10-23 21:08:36.000000000 -0400 +++ bsmtrace/Makefile 2011-05-30 22:08:16.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= bsmtrace -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= csjp diff -urN /usr/ports/security/bsmtrace/distinfo bsmtrace/distinfo --- /usr/ports/security/bsmtrace/distinfo 2007-10-23 21:08:36.000000000 -0400 +++ bsmtrace/distinfo 2011-05-30 22:09:00.000000000 -0400 @@ -1,3 +1,2 @@ -MD5 (bsmtrace-1.1.0.tar.gz) = badeb03b0bdc60c1f0a7e8c48ab72da8 -SHA256 (bsmtrace-1.1.0.tar.gz) = cf4299d2a08cf4f884f1788fe668682878015d83d1e9b1e64da897d91fc31206 -SIZE (bsmtrace-1.1.0.tar.gz) = 23893 +SHA256 (bsmtrace-1.2.0.tar.gz) = 6db95240fd9f831183cd6a0281ff31438b6cefc17ecfd09b38a1ca429de7bc2d +SIZE (bsmtrace-1.2.0.tar.gz) = 27378 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 02:20:18 2011 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 4E564106564A; Tue, 31 May 2011 02:20: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 26B508FC14; Tue, 31 May 2011 02:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V2KI9w090158; Tue, 31 May 2011 02:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V2KIcr090152; Tue, 31 May 2011 02:20:18 GMT (envelope-from edwin) Date: Tue, 31 May 2011 02:20:18 GMT Message-Id: <201105310220.p4V2KIcr090152@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, alm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157450: [update] security/bsmtrace to 1.2.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, 31 May 2011 02:20:18 -0000 Synopsis: [update] security/bsmtrace to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->alm Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 02:20:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157450 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 02:58:49 2011 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 E91DD1065670; Tue, 31 May 2011 02:58:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C18818FC16; Tue, 31 May 2011 02:58:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V2wnnX025445; Tue, 31 May 2011 02:58:49 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V2wnuG025441; Tue, 31 May 2011 02:58:49 GMT (envelope-from miwi) Date: Tue, 31 May 2011 02:58:49 GMT Message-Id: <201105310258.p4V2wnuG025441@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157402: port update math/octave-force-tsa X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 02:58:50 -0000 Synopsis: port update math/octave-force-tsa State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 02:58:49 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157402 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:00:11 2011 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 308711065711; Tue, 31 May 2011 03:00:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E76B28FC1D; Tue, 31 May 2011 03:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V30A5e025592; Tue, 31 May 2011 03:00:10 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V309Nn025588; Tue, 31 May 2011 03:00:09 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:00:09 GMT Message-Id: <201105310300.p4V309Nn025588@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157401: port update math/octave-forge-nan X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:00:11 -0000 Synopsis: port update math/octave-forge-nan State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:00:09 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157401 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:01:10 2011 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 5348C1065670; Tue, 31 May 2011 03:01:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D5398FC18; Tue, 31 May 2011 03:01:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V319V5029718; Tue, 31 May 2011 03:01:09 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V319kD029699; Tue, 31 May 2011 03:01:09 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:01:09 GMT Message-Id: <201105310301.p4V319kD029699@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157403: port update math/octave-forge-octproj X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:01:10 -0000 Synopsis: port update math/octave-forge-octproj State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:01:09 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157403 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:01:56 2011 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 388A81065705; Tue, 31 May 2011 03:01:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0FAC98FC1E; Tue, 31 May 2011 03:01:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V31t9M032884; Tue, 31 May 2011 03:01:55 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V31tJ9032875; Tue, 31 May 2011 03:01:55 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:01:55 GMT Message-Id: <201105310301.p4V31tJ9032875@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157404: port update math/octave-forge-msh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:01:56 -0000 Synopsis: port update math/octave-forge-msh State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:01:55 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157404 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:03:12 2011 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 9AB98106567D; Tue, 31 May 2011 03:03:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7302F8FC08; Tue, 31 May 2011 03:03:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V33CwT034319; Tue, 31 May 2011 03:03:12 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V33Cl1034315; Tue, 31 May 2011 03:03:12 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:03:12 GMT Message-Id: <201105310303.p4V33Cl1034315@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157408: port update math/octave-forge-control X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:03:12 -0000 Synopsis: port update math/octave-forge-control State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:03:11 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157408 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:04:36 2011 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 8F9BE106566C; Tue, 31 May 2011 03:04:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67E0E8FC15; Tue, 31 May 2011 03:04:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V34aDh034560; Tue, 31 May 2011 03:04:36 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V34aqx034556; Tue, 31 May 2011 03:04:36 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:04:36 GMT Message-Id: <201105310304.p4V34aqx034556@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157409: port update math/octave-forge-io X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:04:36 -0000 Synopsis: port update math/octave-forge-io State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:04:35 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157409 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:05:56 2011 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 932FC106567E; Tue, 31 May 2011 03:05:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5E18FC08; Tue, 31 May 2011 03:05:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V35uL9034800; Tue, 31 May 2011 03:05:56 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V35uNS034796; Tue, 31 May 2011 03:05:56 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:05:56 GMT Message-Id: <201105310305.p4V35uNS034796@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157411: port update math/octave-forge-miscellaneous X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:05:56 -0000 Synopsis: port update math/octave-forge-miscellaneous State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:05:55 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157411 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:07:16 2011 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 765931065675; Tue, 31 May 2011 03:07:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4EEFF8FC13; Tue, 31 May 2011 03:07:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V37GfQ035034; Tue, 31 May 2011 03:07:16 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V37Gf0035030; Tue, 31 May 2011 03:07:16 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:07:16 GMT Message-Id: <201105310307.p4V37Gf0035030@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157412: port update math/octave-forge-optim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:07:16 -0000 Synopsis: port update math/octave-forge-optim State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:07:15 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157412 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:08:52 2011 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 BA4BD1065675; Tue, 31 May 2011 03:08:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92D3E8FC0C; Tue, 31 May 2011 03:08:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V38qAg035234; Tue, 31 May 2011 03:08:52 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V38qw5035230; Tue, 31 May 2011 03:08:52 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:08:52 GMT Message-Id: <201105310308.p4V38qw5035230@freefall.freebsd.org> To: stephen@missouri.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157413: port update math/octave-forge-octcdf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:08:52 -0000 Synopsis: port update math/octave-forge-octcdf State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:08:52 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157413 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:13 2011 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 A2E31106566B for ; Tue, 31 May 2011 03: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 92C688FC1B for ; Tue, 31 May 2011 03:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3ADA1035336 for ; Tue, 31 May 2011 03:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3ADKf035335; Tue, 31 May 2011 03:10:13 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:13 GMT Message-Id: <201105310310.p4V3ADKf035335@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157401: 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: Tue, 31 May 2011 03:10:13 -0000 The following reply was made to PR ports/157401; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157401: commit references a PR Date: Tue, 31 May 2011 03:00:35 +0000 (UTC) miwi 2011-05-31 03:00:03 UTC FreeBSD ports repository Modified files: math/octave-forge-nan Makefile distinfo Added files: math/octave-forge-nan/files patch-xptopen.cpp Log: - Update to 2.4.4 PR: 157401 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.10 +9 -3 ports/math/octave-forge-nan/Makefile 1.5 +2 -2 ports/math/octave-forge-nan/distinfo 1.1 +17 -0 ports/math/octave-forge-nan/files/patch-xptopen.cpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:15 2011 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 D3DBA106564A for ; Tue, 31 May 2011 03:10: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 C405A8FC0A for ; Tue, 31 May 2011 03:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3AFNB035344 for ; Tue, 31 May 2011 03:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3AFJi035343; Tue, 31 May 2011 03:10:15 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:15 GMT Message-Id: <201105310310.p4V3AFJi035343@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157403: 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: Tue, 31 May 2011 03:10:15 -0000 The following reply was made to PR ports/157403; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157403: commit references a PR Date: Tue, 31 May 2011 03:01:20 +0000 (UTC) miwi 2011-05-31 03:01:00 UTC FreeBSD ports repository Modified files: math/octave-forge-octproj Makefile distinfo Log: - Update to 1.0.2 PR: 157403 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.2 +4 -1 ports/math/octave-forge-octproj/Makefile 1.3 +2 -2 ports/math/octave-forge-octproj/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:17 2011 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 7B7C8106564A for ; Tue, 31 May 2011 03:10: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 6BAAC8FC12 for ; Tue, 31 May 2011 03:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3AHdT035353 for ; Tue, 31 May 2011 03:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3AHNW035352; Tue, 31 May 2011 03:10:17 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:17 GMT Message-Id: <201105310310.p4V3AHNW035352@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157404: 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: Tue, 31 May 2011 03:10:17 -0000 The following reply was made to PR ports/157404; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157404: commit references a PR Date: Tue, 31 May 2011 03:02:04 +0000 (UTC) miwi 2011-05-31 03:01:47 UTC FreeBSD ports repository Modified files: math/octave-forge-msh Makefile distinfo Log: - Update to 1.0.2 PR: 157404 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.12 +2 -2 ports/math/octave-forge-msh/Makefile 1.6 +2 -2 ports/math/octave-forge-msh/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:19 2011 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 A7062106566B for ; Tue, 31 May 2011 03:10: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 972EB8FC13 for ; Tue, 31 May 2011 03:10:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3AJIu035388 for ; Tue, 31 May 2011 03:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3AJZN035387; Tue, 31 May 2011 03:10:19 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:19 GMT Message-Id: <201105310310.p4V3AJZN035387@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157408: 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: Tue, 31 May 2011 03:10:19 -0000 The following reply was made to PR ports/157408; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157408: commit references a PR Date: Tue, 31 May 2011 03:03:15 +0000 (UTC) miwi 2011-05-31 03:03:03 UTC FreeBSD ports repository Modified files: math/octave-forge-control Makefile distinfo Log: - Update to 2.0.2 PR: 157408 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.10 +6 -3 ports/math/octave-forge-control/Makefile 1.5 +2 -2 ports/math/octave-forge-control/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:21 2011 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 92C58106564A for ; Tue, 31 May 2011 03:10: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 82D2F8FC08 for ; Tue, 31 May 2011 03:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3ALQG035399 for ; Tue, 31 May 2011 03:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3ALlF035398; Tue, 31 May 2011 03:10:21 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:21 GMT Message-Id: <201105310310.p4V3ALlF035398@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157409: 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: Tue, 31 May 2011 03:10:21 -0000 The following reply was made to PR ports/157409; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157409: commit references a PR Date: Tue, 31 May 2011 03:04:42 +0000 (UTC) miwi 2011-05-31 03:04:27 UTC FreeBSD ports repository Modified files: math/octave-forge-io Makefile distinfo Log: - Update to 1.0.14 PR: 157409 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.12 +4 -3 ports/math/octave-forge-io/Makefile 1.7 +2 -2 ports/math/octave-forge-io/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:23 2011 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 BC28D106566B for ; Tue, 31 May 2011 03:10: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 AC3538FC14 for ; Tue, 31 May 2011 03:10:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3ANGK035486 for ; Tue, 31 May 2011 03:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3AN27035485; Tue, 31 May 2011 03:10:23 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:23 GMT Message-Id: <201105310310.p4V3AN27035485@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157411: 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: Tue, 31 May 2011 03:10:23 -0000 The following reply was made to PR ports/157411; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157411: commit references a PR Date: Tue, 31 May 2011 03:05:51 +0000 (UTC) miwi 2011-05-31 03:05:43 UTC FreeBSD ports repository Modified files: math/octave-forge-miscellaneous Makefile distinfo Log: - Update to 1.0.11 PR: 157411 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.10 +9 -3 ports/math/octave-forge-miscellaneous/Makefile 1.5 +2 -2 ports/math/octave-forge-miscellaneous/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:26 2011 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 4037B106566B for ; Tue, 31 May 2011 03:10: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 3035B8FC19 for ; Tue, 31 May 2011 03:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3AQrI035656 for ; Tue, 31 May 2011 03:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3AQAM035655; Tue, 31 May 2011 03:10:26 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:26 GMT Message-Id: <201105310310.p4V3AQAM035655@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157412: 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: Tue, 31 May 2011 03:10:26 -0000 The following reply was made to PR ports/157412; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157412: commit references a PR Date: Tue, 31 May 2011 03:07:16 +0000 (UTC) miwi 2011-05-31 03:07:07 UTC FreeBSD ports repository Modified files: math/octave-forge-optim Makefile distinfo Log: - Update to 1.0.16 PR: 157412 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.11 +1 -1 ports/math/octave-forge-optim/Makefile 1.6 +2 -2 ports/math/octave-forge-optim/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:10:28 2011 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 94E5B1065670 for ; Tue, 31 May 2011 03:10:28 +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 84EA68FC16 for ; Tue, 31 May 2011 03:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3AS36035843 for ; Tue, 31 May 2011 03:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3AS0v035836; Tue, 31 May 2011 03:10:28 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:10:28 GMT Message-Id: <201105310310.p4V3AS0v035836@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157413: 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: Tue, 31 May 2011 03:10:28 -0000 The following reply was made to PR ports/157413; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157413: commit references a PR Date: Tue, 31 May 2011 03:08:58 +0000 (UTC) miwi 2011-05-31 03:08:44 UTC FreeBSD ports repository Modified files: math/octave-forge-octcdf Makefile distinfo Log: - Update to 1.1.2 PR: 157413 Submitted by: Stephen Montgomery-Smith (maintainer) Revision Changes Path 1.10 +6 -3 ports/math/octave-forge-octcdf/Makefile 1.5 +2 -2 ports/math/octave-forge-octcdf/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:12:12 2011 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 E048E1065677; Tue, 31 May 2011 03:12:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7F648FC15; Tue, 31 May 2011 03:12:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3CCUX043444; Tue, 31 May 2011 03:12:12 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3CC0J043440; Tue, 31 May 2011 03:12:12 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:12:12 GMT Message-Id: <201105310312.p4V3CC0J043440@freefall.freebsd.org> To: m.seaman@infracaninophile.co.uk, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157377: [maintainer] databases/mysql-connector-java -- update to 5.1.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: Tue, 31 May 2011 03:12:13 -0000 Synopsis: [maintainer] databases/mysql-connector-java -- update to 5.1.16 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:12:11 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157377 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:20:12 2011 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 79E25106566C for ; Tue, 31 May 2011 03:20: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 69EA58FC19 for ; Tue, 31 May 2011 03:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3KCUb045586 for ; Tue, 31 May 2011 03:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3KCTB045585; Tue, 31 May 2011 03:20:12 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:20:12 GMT Message-Id: <201105310320.p4V3KCTB045585@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157377: 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: Tue, 31 May 2011 03:20:12 -0000 The following reply was made to PR ports/157377; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157377: commit references a PR Date: Tue, 31 May 2011 03:12:17 +0000 (UTC) miwi 2011-05-31 03:12:01 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Log: - Update to 5.1.16 PR: 157377 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.57 +1 -1 ports/databases/mysql-connector-java/Makefile 1.35 +2 -2 ports/databases/mysql-connector-java/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:49:18 2011 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 1AAD11065794; Tue, 31 May 2011 03:49:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6DED8FC14; Tue, 31 May 2011 03:49:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3nHFS073398; Tue, 31 May 2011 03:49:17 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3nHEO073393; Tue, 31 May 2011 03:49:17 GMT (envelope-from miwi) Date: Tue, 31 May 2011 03:49:17 GMT Message-Id: <201105310349.p4V3nHEO073393@freefall.freebsd.org> To: amatus@gnu.org, kubito@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 03:49:18 -0000 Synopsis: [PATCH] lang/guile: Add USE_NCURSES=yes State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue May 31 03:49:17 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157144 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:50:09 2011 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 4553A1065670 for ; Tue, 31 May 2011 03: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 310798FC14 for ; Tue, 31 May 2011 03:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3o9NG073549 for ; Tue, 31 May 2011 03:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3o9vu073546; Tue, 31 May 2011 03:50:09 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:50:09 GMT Message-Id: <201105310350.p4V3o9vu073546@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157260: 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: Tue, 31 May 2011 03:50:09 -0000 The following reply was made to PR ports/157260; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157260: commit references a PR Date: Tue, 31 May 2011 03:46:34 +0000 (UTC) miwi 2011-05-31 03:46:24 UTC FreeBSD ports repository Modified files: ports-mgmt/bxpkg Makefile distinfo Log: - Fixed archive checksum mismatch, as Mercurial was altering the contents on automated archive. Changed to static file. PR: 157260 Submitter: maintainer Revision Changes Path 1.6 +2 -2 ports/ports-mgmt/bxpkg/Makefile 1.5 +2 -2 ports/ports-mgmt/bxpkg/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 03:50:11 2011 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 05D73106564A for ; Tue, 31 May 2011 03: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 EA1B98FC15 for ; Tue, 31 May 2011 03:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V3oApI073557 for ; Tue, 31 May 2011 03:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V3oAop073556; Tue, 31 May 2011 03:50:10 GMT (envelope-from gnats) Date: Tue, 31 May 2011 03:50:10 GMT Message-Id: <201105310350.p4V3oAop073556@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157144: 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: Tue, 31 May 2011 03:50:11 -0000 The following reply was made to PR ports/157144; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157144: commit references a PR Date: Tue, 31 May 2011 03:49:18 +0000 (UTC) miwi 2011-05-31 03:49:09 UTC FreeBSD ports repository Modified files: lang/guile Makefile distinfo Log: - Add USE_NCURSES - While here get rid MD5 PR: 157144 Submitted by: Raphael Kubo da Costa Approved by: maintainer Revision Changes Path 1.83 +2 -1 ports/lang/guile/Makefile 1.16 +0 -1 ports/lang/guile/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 04:00:26 2011 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 36172106567D for ; Tue, 31 May 2011 04: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 25D7B8FC15 for ; Tue, 31 May 2011 04:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V40QC2082141 for ; Tue, 31 May 2011 04:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V40PXY082139; Tue, 31 May 2011 04:00:26 GMT (envelope-from gnats) Date: Tue, 31 May 2011 04:00:26 GMT Message-Id: <201105310400.p4V40PXY082139@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157421: 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: Tue, 31 May 2011 04:00:26 -0000 The following reply was made to PR ports/157421; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157421: commit references a PR Date: Tue, 31 May 2011 03:53:42 +0000 (UTC) miwi 2011-05-31 03:53:29 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/libunrar4 Makefile distinfo pkg-descr pkg-plist archivers/libunrar4/files patch-makefile.unix Log: The UnRAR library is a minor part of the RAR archiver and contains RAR uncompression algorithm. UnRAR requires very small volume of memory to operate. UnRAR library can be used by other programs to extract RAR archives. This package contains small fixes from the http://mcmcc.bat.ru/clamav/. WWW: http://www.rarsoft.com/ PR: ports/157421 Submitted by: Joris Vandalon Revision Changes Path 1.259 +1 -0 ports/archivers/Makefile 1.1 +31 -0 ports/archivers/libunrar4/Makefile (new) 1.1 +2 -0 ports/archivers/libunrar4/distinfo (new) 1.1 +44 -0 ports/archivers/libunrar4/files/patch-makefile.unix (new) 1.1 +7 -0 ports/archivers/libunrar4/pkg-descr (new) 1.1 +4 -0 ports/archivers/libunrar4/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 04:50:09 2011 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 5754A106566B for ; Tue, 31 May 2011 04: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 1AA948FC16 for ; Tue, 31 May 2011 04:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V4o8An028454 for ; Tue, 31 May 2011 04:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V4o8W1028453; Tue, 31 May 2011 04:50:08 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 04:50:08 GMT Resent-Message-Id: <201105310450.p4V4o8W1028453@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Douzet Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AE251065670 for ; Tue, 31 May 2011 04:43: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 4A9968FC08 for ; Tue, 31 May 2011 04:43: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 p4V4hKtQ083656 for ; Tue, 31 May 2011 04:43:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4V4hJJF083647; Tue, 31 May 2011 04:43:19 GMT (envelope-from nobody) Message-Id: <201105310443.p4V4hJJF083647@red.freebsd.org> Date: Tue, 31 May 2011 04:43:19 GMT From: Eric Douzet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157451: I can not compile the package p5-Net-SSH2-0.36 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 04:50:09 -0000 >Number: 157451 >Category: ports >Synopsis: I can not compile the package p5-Net-SSH2-0.36 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 31 04:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Douzet >Release: FreeBSD-7.4-RELEASE and FreeBSD-8.2-RELEASE >Organization: www.c-extra.com >Environment: >Description: Hello, With the command: portupgrade -N p5-Net-SSH2-0.36 I have an error message of compiling: License not correctly defined: for unknow licenses, defining LICENSE_PERMS_ARTZ is mandatory (otherwise use a know LICENSE) *** Error code 1 I use Perl version 5.14.0 and all the other modules p5 compiles himself perfectly. My list of Packages: http://www.c-extra.com/en/freebsd-server8.php Best regard, Éric Douzet >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 05:23:23 2011 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 919161065674; Tue, 31 May 2011 05:23:23 +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 6999A8FC0A; Tue, 31 May 2011 05:23:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V5NN0K068936; Tue, 31 May 2011 05:23:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V5NNQp068932; Tue, 31 May 2011 05:23:23 GMT (envelope-from linimon) Date: Tue, 31 May 2011 05:23:23 GMT Message-Id: <201105310523.p4V5NNQp068932@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157451: net/p5-Net-SSH2: I can not compile the package p5-Net-SSH2-0.36 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 05:23:23 -0000 Old Synopsis: I can not compile the package p5-Net-SSH2-0.36 New Synopsis: net/p5-Net-SSH2: I can not compile the package p5-Net-SSH2-0.36 Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: linimon Responsible-Changed-When: Tue May 31 05:22:38 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=157451 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 06:10:11 2011 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 AE3261065673 for ; Tue, 31 May 2011 06: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 8B5308FC24 for ; Tue, 31 May 2011 06:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V6ABCF005601 for ; Tue, 31 May 2011 06:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V6AB85005600; Tue, 31 May 2011 06:10:11 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 06:10:11 GMT Resent-Message-Id: <201105310610.p4V6AB85005600@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD690106566C for ; Tue, 31 May 2011 06:05:17 +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 95ED98FC14 for ; Tue, 31 May 2011 06:05:17 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id p4V65FtU011956; Mon, 30 May 2011 23:05:15 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id p4V65F9P011955; Mon, 30 May 2011 23:05:15 -0700 (PDT) (envelope-from glewis) Message-Id: <201105310605.p4V65F9P011955@misty.eyesbeyond.com> Date: Mon, 30 May 2011 23:05:15 -0700 (PDT) From: Greg Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wxs@FreeBSD.org Subject: ports/157454: [PATCH] games/nethack: Fix WITH_HPMON X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 06:10:11 -0000 >Number: 157454 >Category: ports >Synopsis: [PATCH] games/nethack: Fix WITH_HPMON >Confidential: no >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 May 31 06:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD misty.eyesbeyond.com 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat May 7 21:48:55 PDT >Description: . Fix the build when WITH_HPMON is turned on by adding hpmon.diff to distfile. . Remove MD5 sums while I'm there. Port maintainer (wxs@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- nethack-3.4.3_7.patch begins here --- Index: distinfo =================================================================== RCS file: /var/fcvs/ports/games/nethack34/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- distinfo 25 Jul 2009 00:25:21 -0000 1.20 +++ distinfo 31 May 2011 01:04:43 -0000 @@ -1,9 +1,8 @@ -MD5 (nethack-343-src.tgz) = 21479c95990eefe7650df582426457f9 SHA256 (nethack-343-src.tgz) = bb39c3d2a9ee2df4a0c8fdde708fbc63740853a7608d2f4c560b488124866fe4 SIZE (nethack-343-src.tgz) = 3497458 -MD5 (nh343-menucolor.diff) = ade00f9cb51f1b0140557d329d56844c SHA256 (nh343-menucolor.diff) = 21f37f759686ac405f1032648d38977096930200e04aeec989d8a450d5532733 SIZE (nh343-menucolor.diff) = 20010 -MD5 (nh343-statuscolors.fixed.patch) = 2d0cf44770867f42e7b5b28951af048b SHA256 (nh343-statuscolors.fixed.patch) = 1c0c7a5e7a5cd564b5bd3fa790393f13ea584bdb0cbd4c34942e551cb9a6656e SIZE (nh343-statuscolors.fixed.patch) = 19090 +SHA256 (hpmon.diff) = d9369768f81f06e75b7349609bdff6fd9deff226452f04a89597190e4489074f +SIZE (hpmon.diff) = 2041 --- nethack-3.4.3_7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 06:30:10 2011 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 168C1106566B for ; Tue, 31 May 2011 06: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 CA2F18FC17 for ; Tue, 31 May 2011 06:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V6U9YX023805 for ; Tue, 31 May 2011 06:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V6U9AS023803; Tue, 31 May 2011 06:30:09 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 06:30:09 GMT Resent-Message-Id: <201105310630.p4V6U9AS023803@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Terry Sposato Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48A851065670 for ; Tue, 31 May 2011 06:28: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 38CEE8FC08 for ; Tue, 31 May 2011 06:28: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 p4V6SERQ082533 for ; Tue, 31 May 2011 06:28:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4V6SEos082532; Tue, 31 May 2011 06:28:14 GMT (envelope-from nobody) Message-Id: <201105310628.p4V6SEos082532@red.freebsd.org> Date: Tue, 31 May 2011 06:28:14 GMT From: Terry Sposato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157455: mail/prepflog Update to 0.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: Tue, 31 May 2011 06:30:10 -0000 >Number: 157455 >Category: ports >Synopsis: mail/prepflog Update to 0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 31 06:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Terry Sposato >Release: 8.2-RELEASE >Organization: >Environment: >Description: Update to latest release >How-To-Repeat: >Fix: I am the maintainer, changing my e-mail address for the port also. Patch attached with submission follows: diff -Nru prepflog.old/Makefile prepflog/Makefile --- prepflog.old/Makefile 2011-05-31 16:23:26.000000000 +1000 +++ prepflog/Makefile 2011-05-31 16:24:00.000000000 +1000 @@ -6,12 +6,12 @@ # PORTNAME= prepflog -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= mail MASTER_SITES= http://www.gufonero.com/postfix/ EXTRACT_SUFX= .tgz -MAINTAINER= terry@sucked-in.com +MAINTAINER= tabmow@freenode.net COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats PLIST_FILES= bin/prepflog diff -Nru prepflog.old/distinfo prepflog/distinfo --- prepflog.old/distinfo 2011-05-31 16:23:26.000000000 +1000 +++ prepflog/distinfo 2011-05-31 16:24:04.000000000 +1000 @@ -1,6 +1,2 @@ -MD5 (prepflog-0.3.tgz) = 28549d84742b99e1be3cd61516ce31bb -SHA256 (prepflog-0.3.tgz) = 7f13cc976717a84a2c3f185d76c3dddeb139265ca2e7b29d1453168b8f425140 -SIZE (prepflog-0.3.tgz) = 5601 -MD5 (pflogsumm-patch.diff) = a01235f6115ab8f563715e66f96cb29b -SHA256 (pflogsumm-patch.diff) = 8b1fcaac79145393a13178edb6993859cf2f75db89afd86d3c0089065c169244 -SIZE (pflogsumm-patch.diff) = 582 +SHA256 (prepflog-0.4.tgz) = 8d292ce382841e0cb953a3272543f67a88254da72315c93b33ac288c82a5aee5 +SIZE (prepflog-0.4.tgz) = 5911 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 06:30:22 2011 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 50F50106564A; Tue, 31 May 2011 06:30: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 293968FC12; Tue, 31 May 2011 06:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V6UMQQ024322; Tue, 31 May 2011 06:30:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V6ULwG024313; Tue, 31 May 2011 06:30:22 GMT (envelope-from edwin) Date: Tue, 31 May 2011 06:30:22 GMT Message-Id: <201105310630.p4V6ULwG024313@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/157455: mail/prepflog Update to 0.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: Tue, 31 May 2011 06:30:22 -0000 Synopsis: mail/prepflog Update to 0.4 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue May 31 06:30:20 UTC 2011 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157455 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 06:30:32 2011 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 BC9201065676; Tue, 31 May 2011 06:30:32 +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 94E2A8FC1D; Tue, 31 May 2011 06:30:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V6UW0Z025015; Tue, 31 May 2011 06:30:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V6UWxw025006; Tue, 31 May 2011 06:30:32 GMT (envelope-from edwin) Date: Tue, 31 May 2011 06:30:32 GMT Message-Id: <201105310630.p4V6UWxw025006@freefall.freebsd.org> To: tabmow@freenode.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157455: mail/prepflog Update to 0.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: Tue, 31 May 2011 06:30:32 -0000 Synopsis: mail/prepflog Update to 0.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue May 31 06:30:31 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157455 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 06:40:10 2011 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 74DC21065670 for ; Tue, 31 May 2011 06: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 64B178FC12 for ; Tue, 31 May 2011 06:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V6eAXn035108 for ; Tue, 31 May 2011 06:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V6eAXY035107; Tue, 31 May 2011 06:40:10 GMT (envelope-from gnats) Date: Tue, 31 May 2011 06:40:10 GMT Message-Id: <201105310640.p4V6eAXY035107@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157455: mail/prepflog Update to 0.4 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: Tue, 31 May 2011 06:40:10 -0000 The following reply was made to PR ports/157455; it has been noted by GNATS. From: Edwin Groothuis To: terry@sucked-in.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/157455: mail/prepflog Update to 0.4 Date: Tue, 31 May 2011 06:30:27 UT Maintainer of mail/prepflog, Please note that PR ports/157455 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/157455 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 07:00:22 2011 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 93145106564A for ; Tue, 31 May 2011 07: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 7C7CB8FC19 for ; Tue, 31 May 2011 07:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V70MD6055192 for ; Tue, 31 May 2011 07:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V70Mg1055191; Tue, 31 May 2011 07:00:22 GMT (envelope-from gnats) Date: Tue, 31 May 2011 07:00:22 GMT Message-Id: <201105310700.p4V70Mg1055191@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Terry Sposato Cc: Subject: Re: ports/157455: mail/prepflog Update to 0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Terry Sposato List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 07:00:22 -0000 The following reply was made to PR ports/157455; it has been noted by GNATS. From: Terry Sposato To: bug-followup@FreeBSD.org Cc: Edwin Groothuis Subject: Re: ports/157455: mail/prepflog Update to 0.4 Date: Tue, 31 May 2011 16:34:01 +1000 On 31/05/2011 4:30 PM, Edwin Groothuis wrote: > Maintainer of mail/prepflog, > > Please note that PR ports/157455 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/157455 > I am the maintainer and accept this update. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 08:10:11 2011 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 542961065677 for ; Tue, 31 May 2011 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 2FFCC8FC13 for ; Tue, 31 May 2011 08:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V8ABf9042082 for ; Tue, 31 May 2011 08:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V8ABHJ042081; Tue, 31 May 2011 08:10:11 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 08:10:11 GMT Resent-Message-Id: <201105310810.p4V8ABHJ042081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lung-Pin Chang Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0707B106564A for ; Tue, 31 May 2011 08:02:46 +0000 (UTC) (envelope-from iamben@iamben.csie.net) Received: from Archon.iamben.csie.net (Archon.Dorm7.NCTU.edu.tw [140.113.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id 823338FC18 for ; Tue, 31 May 2011 08:02:43 +0000 (UTC) Received: by Archon.iamben.csie.net (Postfix, from userid 1001) id DC4659B52B; Tue, 31 May 2011 16:02:41 +0800 (CST) Message-Id: <20110531080241.DC4659B52B@Archon.iamben.csie.net> Date: Tue, 31 May 2011 16:02:41 +0800 (CST) From: Lung-Pin Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157456: [NEW PORT] www/py27-django-css: Django application that automates CSS compilation and compression X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 08:10:11 -0000 >Number: 157456 >Category: ports >Synopsis: [NEW PORT] www/py27-django-css: Django application that automates CSS compilation and compression >Confidential: no >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 May 31 08:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lung-Pin Chang >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD Archon.iamben.csie.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: Django-css is a fork of django_compressor that makes it easy to use CSS compilers with your Django projects. WWW: https://github.com/dziegler/django-css Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-django-css-2.3.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-django-css # py-django-css/pkg-plist # py-django-css/distinfo # py-django-css/Makefile # py-django-css/pkg-descr # echo c - py-django-css mkdir -p py-django-css > /dev/null 2>&1 echo x - py-django-css/pkg-plist sed 's/^X//' >py-django-css/pkg-plist << '5d77fd7ce94c1414d08f61b09e6f4ac1' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/compressor/__init__.py X%%PYTHON_SITELIBDIR%%/compressor/__init__.pyc X%%PYTHON_SITELIBDIR%%/compressor/__init__.pyo X%%PYTHON_SITELIBDIR%%/compressor/conf/__init__.py X%%PYTHON_SITELIBDIR%%/compressor/conf/__init__.pyc X%%PYTHON_SITELIBDIR%%/compressor/conf/__init__.pyo X%%PYTHON_SITELIBDIR%%/compressor/conf/settings.py X%%PYTHON_SITELIBDIR%%/compressor/conf/settings.pyc X%%PYTHON_SITELIBDIR%%/compressor/conf/settings.pyo X%%PYTHON_SITELIBDIR%%/compressor/filters/__init__.py X%%PYTHON_SITELIBDIR%%/compressor/filters/__init__.pyc X%%PYTHON_SITELIBDIR%%/compressor/filters/__init__.pyo X%%PYTHON_SITELIBDIR%%/compressor/filters/css_default.py X%%PYTHON_SITELIBDIR%%/compressor/filters/css_default.pyc X%%PYTHON_SITELIBDIR%%/compressor/filters/css_default.pyo X%%PYTHON_SITELIBDIR%%/compressor/filters/csstidy.py X%%PYTHON_SITELIBDIR%%/compressor/filters/csstidy.pyc X%%PYTHON_SITELIBDIR%%/compressor/filters/csstidy.pyo X%%PYTHON_SITELIBDIR%%/compressor/filters/jsmin/__init__.py X%%PYTHON_SITELIBDIR%%/compressor/filters/jsmin/__init__.pyc X%%PYTHON_SITELIBDIR%%/compressor/filters/jsmin/__init__.pyo X%%PYTHON_SITELIBDIR%%/compressor/filters/jsmin/jsmin.py X%%PYTHON_SITELIBDIR%%/compressor/filters/jsmin/jsmin.pyc X%%PYTHON_SITELIBDIR%%/compressor/filters/jsmin/jsmin.pyo X%%PYTHON_SITELIBDIR%%/compressor/filters/yui.py X%%PYTHON_SITELIBDIR%%/compressor/filters/yui.pyc X%%PYTHON_SITELIBDIR%%/compressor/filters/yui.pyo X%%PYTHON_SITELIBDIR%%/compressor/models.py X%%PYTHON_SITELIBDIR%%/compressor/models.pyc X%%PYTHON_SITELIBDIR%%/compressor/models.pyo X%%PYTHON_SITELIBDIR%%/compressor/templates/compressor/css.html X%%PYTHON_SITELIBDIR%%/compressor/templates/compressor/js.html X%%PYTHON_SITELIBDIR%%/compressor/templatetags/__init__.py X%%PYTHON_SITELIBDIR%%/compressor/templatetags/__init__.pyc X%%PYTHON_SITELIBDIR%%/compressor/templatetags/__init__.pyo X%%PYTHON_SITELIBDIR%%/compressor/templatetags/compress.py X%%PYTHON_SITELIBDIR%%/compressor/templatetags/compress.pyc X%%PYTHON_SITELIBDIR%%/compressor/templatetags/compress.pyo X%%PYTHON_SITELIBDIR%%/compressor/tests.py X%%PYTHON_SITELIBDIR%%/compressor/tests.pyc X%%PYTHON_SITELIBDIR%%/compressor/tests.pyo X%%PYTHON_SITELIBDIR%%/compressor/utils.py X%%PYTHON_SITELIBDIR%%/compressor/utils.pyc X%%PYTHON_SITELIBDIR%%/compressor/utils.pyo X@dirrm %%PYTHON_SITELIBDIR%%/compressor/conf X@dirrm %%PYTHON_SITELIBDIR%%/compressor/filters/jsmin X@dirrm %%PYTHON_SITELIBDIR%%/compressor/filters X@dirrm %%PYTHON_SITELIBDIR%%/compressor/templates/compressor X@dirrm %%PYTHON_SITELIBDIR%%/compressor/templates X@dirrm %%PYTHON_SITELIBDIR%%/compressor/templatetags X@dirrm %%PYTHON_SITELIBDIR%%/compressor 5d77fd7ce94c1414d08f61b09e6f4ac1 echo x - py-django-css/distinfo sed 's/^X//' >py-django-css/distinfo << '7361104267fa5956b0b1dc38ccec935e' XSHA256 (django-css-2.3.1.tar.gz) = 7126ce49f8dedbbec0401d364ce32180ae4b576d91fcdae6bfa624e52fa84832 XSIZE (django-css-2.3.1.tar.gz) = 15500 7361104267fa5956b0b1dc38ccec935e echo x - py-django-css/Makefile sed 's/^X//' >py-django-css/Makefile << 'a6054f9eafb8db05d4e039f2616c92d5' X# New ports collection makefile for: py-django-css X# Date created: 2011-05-31 X# Whom: Lung-Pin Chang X# X# $FreeBSD$ X# X XPORTNAME= django-css XPORTVERSION= 2.3.1 XCATEGORIES= www python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= changlp@cs.nctu.edu.tw XCOMMENT= Django application that automates CSS compilation and compression X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X X.include a6054f9eafb8db05d4e039f2616c92d5 echo x - py-django-css/pkg-descr sed 's/^X//' >py-django-css/pkg-descr << '9e358bc269070b20a9d7b98d4b1ce835' XDjango-css is a fork of django_compressor that makes it easy Xto use CSS compilers with your Django projects. X XWWW: https://github.com/dziegler/django-css 9e358bc269070b20a9d7b98d4b1ce835 exit --- py27-django-css-2.3.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 09:06:39 2011 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 B5409106564A; Tue, 31 May 2011 09:06:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4EF8FC12; Tue, 31 May 2011 09:06:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V96dlR099094; Tue, 31 May 2011 09:06:39 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V96djD099090; Tue, 31 May 2011 09:06:39 GMT (envelope-from sunpoet) Date: Tue, 31 May 2011 09:06:39 GMT Message-Id: <201105310906.p4V96djD099090@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/157456: [NEW PORT] www/py27-django-css: Django application that automates CSS compilation and compression X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 09:06:39 -0000 Synopsis: [NEW PORT] www/py27-django-css: Django application that automates CSS compilation and compression Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Tue May 31 09:06:39 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157456 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 09:20:11 2011 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 6B4C0106567B for ; Tue, 31 May 2011 09: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 433368FC13 for ; Tue, 31 May 2011 09:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V9KBe9009306 for ; Tue, 31 May 2011 09:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V9KBwG009305; Tue, 31 May 2011 09:20:11 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 09:20:11 GMT Resent-Message-Id: <201105310920.p4V9KBwG009305@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8AB5106564A for ; Tue, 31 May 2011 09:13: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 991E48FC17 for ; Tue, 31 May 2011 09:13: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 p4V9DKp2035177 for ; Tue, 31 May 2011 09:13:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4V9DKlT035169; Tue, 31 May 2011 09:13:20 GMT (envelope-from nobody) Message-Id: <201105310913.p4V9DKlT035169@red.freebsd.org> Date: Tue, 31 May 2011 09:13:20 GMT From: Carl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157457: lang/lua: setting TARGET_ARCH variable prevents compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 09:20:11 -0000 >Number: 157457 >Category: ports >Synopsis: lang/lua: setting TARGET_ARCH variable prevents compilation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 31 09:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Carl >Release: FreeBSD-8.2-RELEASE-amd64/i386 >Organization: >Environment: FreeBSD xxxxxxxx 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Trying to build /usr/ports/lang/lua with the following command results in a compilation failure: env TARGET_ARCH=i386 make The error message is: cc: i386: No such file or directory This is the identical problem documented in all of the following problem reports: http://www.freebsd.org/cgi/query-pr.cgi?pr=147853 http://www.freebsd.org/cgi/query-pr.cgi?pr=151224 http://www.freebsd.org/cgi/query-pr.cgi?pr=156607 In addition to fixing the problem for lang/lua, please, please, please assign someone knowledgeable about this problem to the task of searching the entire ports collection for all instances of this same bug, rather than hoping random end users will eventually discover and report them all one at a time. It is simply wrong to waste end user time that way! Carl / K0802647 >How-To-Repeat: env TARGET_ARCH=i386 make >Fix: The attached patch applied to /usr/ports/lang/lua/makefile fixed the problem for me, just as similar patches worked for problem reports ports/147853, ports/151224, and ports/156607. Patch attached with submission follows: --- old/Makefile 2011-05-31 01:05:31.000000000 -0700 +++ new/Makefile 2011-05-31 01:07:20.000000000 -0700 @@ -26,7 +26,7 @@ USE_GNOME= pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" +MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" TARGET_ARCH= USE_GMAKE= yes MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 09:20:11 2011 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 BBB90106568A for ; Tue, 31 May 2011 09: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 987D48FC15 for ; Tue, 31 May 2011 09:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V9KBeO009315 for ; Tue, 31 May 2011 09:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V9KBXe009314; Tue, 31 May 2011 09:20:11 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 09:20:11 GMT Resent-Message-Id: <201105310920.p4V9KBXe009314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hartmann@FreeBSD.org, "Ol." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5007C1065678 for ; Tue, 31 May 2011 09:18: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 3FEA28FC0C for ; Tue, 31 May 2011 09:18: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 p4V9IJsE041028 for ; Tue, 31 May 2011 09:18:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4V9IJfj041027; Tue, 31 May 2011 09:18:19 GMT (envelope-from nobody) Message-Id: <201105310918.p4V9IJfj041027@red.freebsd.org> Date: Tue, 31 May 2011 09:18:19 GMT From: Hartmann@FreeBSD.org, "Ol." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157458: lang/guile: configure: error: libltdl not found. See README. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 09:20:11 -0000 >Number: 157458 >Category: ports >Synopsis: lang/guile: configure: error: libltdl not found. See README. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 31 09:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hartmann, Ol. >Release: FreeBSD 9.0-CURRENT/amd64 r222488 >Organization: FU Berlin >Environment: >Description: Updating as of today of lang/guile fails with the following error. Checking the installation reveals an already installed port devel/libtool (2.4) and devel/libltdl24. Reinstalling (portmaster -f devel/libtool) didn't change anything. root@foo: make ===> guile-1.8.6_6 depends on executable: gmake - found ===> guile-1.8.6_6 depends on file: /usr/local/bin/autoconf-2.68 - found ===> guile-1.8.6_6 depends on shared library: gmp.10 - found ===> guile-1.8.6_6 depends on shared library: intl - found ===> guile-1.8.6_6 depends on shared library: ltdl.7 - found ===> Configuring for guile-1.8.6_6 [...] checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for lt_dlinit in -lltdl... no configure: error: libltdl not found. See README. ===> Script "configure" failed unexpectedly. Please report the problem to amatus@gnu.org [maintainer] and attach the "/usr/ports/lang/guile/work/guile-1.8.6/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. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/lang/guile. >How-To-Repeat: Try updating lang/guile as of today's port update. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 09:20:21 2011 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 8C0811065672; Tue, 31 May 2011 09: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 64A0D8FC0C; Tue, 31 May 2011 09:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V9KLEh009749; Tue, 31 May 2011 09:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V9KLDf009739; Tue, 31 May 2011 09:20:21 GMT (envelope-from edwin) Date: Tue, 31 May 2011 09:20:21 GMT Message-Id: <201105310920.p4V9KLDf009739@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157457: lang/lua: setting TARGET_ARCH variable prevents compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 09:20:21 -0000 Synopsis: lang/lua: setting TARGET_ARCH variable prevents compilation Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 09:20:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157457 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 09:20:26 2011 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 6074C1065673; Tue, 31 May 2011 09:20: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 391318FC12; Tue, 31 May 2011 09:20:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V9KQfR010268; Tue, 31 May 2011 09:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V9KQ7S010256; Tue, 31 May 2011 09:20:26 GMT (envelope-from edwin) Date: Tue, 31 May 2011 09:20:26 GMT Message-Id: <201105310920.p4V9KQ7S010256@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157458: lang/guile: configure: error: libltdl not found. See README. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 09:20:26 -0000 Synopsis: lang/guile: configure: error: libltdl not found. See README. State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue May 31 09:20:25 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157458 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 09:30:14 2011 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 B3588106566C for ; Tue, 31 May 2011 09: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 A351D8FC0C for ; Tue, 31 May 2011 09:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4V9UEf9017907 for ; Tue, 31 May 2011 09:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4V9UEeJ017902; Tue, 31 May 2011 09:30:14 GMT (envelope-from gnats) Date: Tue, 31 May 2011 09:30:14 GMT Message-Id: <201105310930.p4V9UEeJ017902@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157458: lang/guile: configure: error: libltdl not found. See README. 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: Tue, 31 May 2011 09:30:14 -0000 The following reply was made to PR ports/157458; it has been noted by GNATS. From: Edwin Groothuis To: amatus@gnu.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/157458: lang/guile: configure: error: libltdl not found. See README. Date: Tue, 31 May 2011 09:20:23 UT Maintainer of lang/guile, Please note that PR ports/157458 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/157458 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 10:50:07 2011 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 08EB7106566C for ; Tue, 31 May 2011 10: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 E5E398FC13 for ; Tue, 31 May 2011 10:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VAo6VY092951 for ; Tue, 31 May 2011 10:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VAo6dj092949; Tue, 31 May 2011 10:50:06 GMT (envelope-from gnats) Date: Tue, 31 May 2011 10:50:06 GMT Message-Id: <201105311050.p4VAo6dj092949@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Ben C. O. Grimm" Cc: Subject: Re: ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ben C. O. Grimm" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 10:50:07 -0000 The following reply was made to PR ports/157144; it has been noted by GNATS. From: "Ben C. O. Grimm" To: bug-followup@FreeBSD.org, kubito@gmail.com Cc: Subject: Re: ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes Date: Tue, 31 May 2011 12:30:03 +0200 This one is now broken for me. Trying to upgrade guile-1.8.6_5 to guile-1.8.6_6 gives below problem. Environment: FreeBSD box 8.2-STABLE FreeBSD 8.2-STABLE #0 r222096: Thu May 19 17:57:00 CEST 2011 toor@box:/tmp/obj/usr/src/sys/BM64 amd64 Note: ===> guile-1.8.6_6 depends on shared library: ltdl.7 - found vs. checking for lt_dlinit in -lltdl... no configure: error: libltdl not found. See README. --------------------------------------------------------------------- # portmaster lang/guile ===>>> Currently installed version: guile-1.8.6_5 ===>>> Port directory: /usr/ports/lang/guile ===>>> Gathering distinfo list for installed ports ===>>> Launching 'make checksum' for lang/guile in background ===>>> Gathering dependency list for lang/guile from ports ===>>> Initial dependency check complete for lang/guile ===>>> Starting build for lang/guile <<<=== ===>>> All dependencies are up to date ===> Cleaning for guile-1.8.6_6 ===> License check disabled, port has not defined LICENSE ===> Extracting for guile-1.8.6_6 => SHA256 Checksum OK for guile-1.8.6.tar.gz. cd /tmp/usr/ports/lang/guile/work/guile-1.8.6; /bin/chmod u+w libguile/smob.c libguile/filesys.c libguile/gc.c libguile/mallocs.c libguile/eval.c libguile/gc-malloc.c libguile/ports.c libguile/gc-mark.c libguile/gc_os_dep.c ===> Patching for guile-1.8.6_6 ===> Applying FreeBSD patches for guile-1.8.6_6 ===> guile-1.8.6_6 depends on executable: gmake - found ===> guile-1.8.6_6 depends on file: /usr/local/bin/autoconf-2.68 - found ===> guile-1.8.6_6 depends on shared library: gmp.10 - found ===> guile-1.8.6_6 depends on shared library: intl - found ===> guile-1.8.6_6 depends on shared library: ltdl.7 - found ===> Configuring for guile-1.8.6_6 configure.in:86: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:3592: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:6728: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:7803: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:2714: _LT_SETUP is expanded from... aclocal.m4:2643: LT_INIT is expanded from... aclocal.m4:2678: AC_PROG_LIBTOOL is expanded from... configure.in:86: the top level configure.in:86: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... aclocal.m4:6728: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:7803: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:2714: _LT_SETUP is expanded from... aclocal.m4:2643: LT_INIT is expanded from... aclocal.m4:2678: AC_PROG_LIBTOOL is expanded from... configure.in:86: the top level configure.in:1090: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... configure.in:1090: the top level configure.in:1099: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... configure.in:1099: the top level configure.in:1286: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... configure.in:1286: the top level configure.in:1298: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... configure.in:1298: the top level 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... build-aux/install-sh -c -d checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking build system type... amd64-portbld-freebsd8.2 checking host system type... amd64-portbld-freebsd8.2 configure: autobuild project... guile configure: autobuild revision... 1.8.6 configure: autobuild hostname... benmobi.bengrimm.net configure: autobuild timestamp... 20110531T102611Z checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for gawk... (cached) gawk 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 cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.2 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for lt_dlinit in -lltdl... no configure: error: libltdl not found. See README. ===> Script "configure" failed unexpectedly. Please report the problem to amatus@gnu.org [maintainer] and attach the "/tmp/usr/ports/lang/guile/work/guile-1.8.6/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. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/lang/guile. ===>>> make failed for lang/guile ===>>> Aborting update Terminated Terminated ===>>> You can restart from the point of failure with this command line: portmaster lang/guile From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 12:00:23 2011 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 2D4881065670 for ; Tue, 31 May 2011 12: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 0EF018FC08 for ; Tue, 31 May 2011 12:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VC0Nau058128 for ; Tue, 31 May 2011 12:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VC0N92058126; Tue, 31 May 2011 12:00:23 GMT (envelope-from gnats) Date: Tue, 31 May 2011 12:00:23 GMT Message-Id: <201105311200.p4VC0N92058126@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Ben C. O. Grimm" Cc: Subject: Re: ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ben C. O. Grimm" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 12:00:23 -0000 The following reply was made to PR ports/157144; it has been noted by GNATS. From: "Ben C. O. Grimm" To: bug-followup@FreeBSD.org, kubito@gmail.com Cc: Subject: Re: ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes Date: Tue, 31 May 2011 13:51:42 +0200 Harvested the config.log, if it's any help: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by guile configure 1.8.6, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd8.2 ## --------- ## ## Platform. ## ## --------- ## hostname = box uname -m = amd64 uname -r = 8.2-STABLE uname -s = FreeBSD uname -v = FreeBSD 8.2-STABLE #0 r222096: Thu May 19 17:57:00 CEST 2011 toor@box:/tmp/obj/usr/src/sys/BM64 /usr/bin/uname -p = amd64 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2895: checking for a BSD-compatible install configure:2963: result: /usr/bin/install -c -o root -g wheel configure:2974: checking whether build environment is sane configure:3011: result: yes configure:3036: checking for a thread-safe mkdir -p configure:3075: result: build-aux/install-sh -c -d configure:3088: checking for gawk configure:3104: found /usr/local/bin/gawk configure:3115: result: gawk configure:3126: checking whether gmake sets $(MAKE) configure:3148: result: yes configure:3355: checking build system type configure:3369: result: amd64-portbld-freebsd8.2 configure:3389: checking host system type configure:3402: result: amd64-portbld-freebsd8.2 configure:3430: autobuild project... guile configure:3436: autobuild revision... 1.8.6 configure:3441: autobuild hostname... box configure:3452: autobuild timestamp... 20110531T113926Z configure:3810: checking for gcc configure:3837: result: cc configure:4066: checking for C compiler version configure:4075: cc --version >&5 cc (GCC) 4.2.2 20070831 prerelease [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4086: $? = 0 configure:4075: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.2 20070831 prerelease [FreeBSD] configure:4086: $? = 0 configure:4075: cc -V >&5 cc: '-V' option must have argument configure:4086: $? = 1 configure:4075: cc -qversion >&5 cc: unrecognized option '-qversion' cc: No input files specified configure:4086: $? = 1 configure:4106: checking whether the C compiler works configure:4128: cc -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:4132: $? = 0 configure:4180: result: yes configure:4183: checking for C compiler default output file name configure:4185: result: a.out configure:4191: checking for suffix of executables configure:4198: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:4202: $? = 0 configure:4224: result: configure:4246: checking whether we are cross compiling configure:4254: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:4258: $? = 0 configure:4265: ./conftest configure:4269: $? = 0 configure:4284: result: no configure:4289: checking for suffix of object files configure:4311: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:4315: $? = 0 configure:4336: result: o configure:4340: checking whether we are using the GNU C compiler configure:4359: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:4359: $? = 0 configure:4368: result: yes configure:4377: checking whether cc accepts -g configure:4397: cc -c -g -I/usr/local/include conftest.c >&5 configure:4397: $? = 0 configure:4438: result: yes configure:4455: checking for cc option to accept ISO C89 configure:4519: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:4519: $? = 0 configure:4532: result: none needed configure:4563: checking for style of include used by gmake configure:4591: result: GNU configure:4616: checking dependency style of cc configure:4707: result: gcc3 configure:4727: checking how to run the C preprocessor configure:4797: result: cpp configure:4817: cpp -I/usr/local/include conftest.c configure:4817: $? = 0 configure:4831: cpp -I/usr/local/include conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:4831: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "1.8.6" | #define PACKAGE_STRING "guile 1.8.6" | #define PACKAGE_BUGREPORT "bug-guile@gnu.org" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4863: checking for gawk configure:4890: result: gawk configure:4904: checking for grep that handles long lines and -e configure:4962: result: /usr/bin/grep configure:4967: checking for egrep configure:5029: result: /usr/bin/grep -E configure:5034: checking for ANSI C header files configure:5054: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5054: $? = 0 configure:5127: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:5127: $? = 0 configure:5127: ./conftest configure:5127: $? = 0 configure:5138: result: yes configure:5151: checking for sys/types.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for sys/stat.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for stdlib.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for string.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for memory.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for strings.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for inttypes.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for stdint.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5151: checking for unistd.h configure:5151: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5151: $? = 0 configure:5151: result: yes configure:5164: checking minix/config.h usability configure:5164: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 conftest.c:52:26: error: minix/config.h: No such file or directory configure:5164: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "1.8.6" | #define PACKAGE_STRING "guile 1.8.6" | #define PACKAGE_BUGREPORT "bug-guile@gnu.org" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5164: result: no configure:5164: checking minix/config.h presence configure:5164: cpp -I/usr/local/include conftest.c conftest.c:19:26: error: minix/config.h: No such file or directory configure:5164: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "1.8.6" | #define PACKAGE_STRING "guile 1.8.6" | #define PACKAGE_BUGREPORT "bug-guile@gnu.org" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:5164: result: no configure:5164: checking for minix/config.h configure:5164: result: no configure:5185: checking whether it is safe to define __EXTENSIONS__ configure:5203: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5203: $? = 0 configure:5210: result: yes configure:5225: checking for cc option to accept ISO C89 configure:5302: result: none needed configure:5323: checking whether cc understands -c and -o together configure:5351: cc -c conftest.c -o conftest2.o >&5 configure:5355: $? = 0 configure:5361: cc -c conftest.c -o conftest2.o >&5 configure:5365: $? = 0 configure:5420: result: yes configure:5474: checking for a sed that does not truncate output configure:5538: result: /usr/bin/sed configure:5556: checking for fgrep configure:5618: result: /usr/bin/grep -F configure:5653: checking for ld used by cc configure:5720: result: /usr/bin/ld configure:5727: checking if the linker (/usr/bin/ld) is GNU ld configure:5742: result: yes configure:5754: checking for BSD- or MS-compatible name lister (nm) configure:5803: result: /usr/bin/nm -B configure:5921: checking the name lister (/usr/bin/nm -B) interface configure:5928: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:5931: /usr/bin/nm -B "conftest.o" configure:5934: output 0000000000000000 B some_variable configure:5941: result: BSD nm configure:5944: checking whether ln -s works configure:5948: result: yes configure:5956: checking the maximum length of command line arguments configure:6076: result: 262144 configure:6093: checking whether the shell understands some XSI constructs configure:6103: result: yes configure:6107: checking whether the shell understands "+=" configure:6113: result: no configure:6148: checking for /usr/bin/ld option to reload object files configure:6155: result: -r configure:6224: checking for objdump configure:6251: result: objdump configure:6280: checking how to recognize dependent libraries configure:6476: result: pass_all configure:6536: checking for ar configure:6552: found /usr/bin/ar configure:6563: result: ar configure:6641: checking for strip configure:6657: found /usr/bin/strip configure:6668: result: strip configure:6740: checking for ranlib configure:6756: found /usr/bin/ranlib configure:6767: result: ranlib configure:6857: checking command to parse /usr/bin/nm -B output from cc object configure:6975: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:6978: $? = 0 configure:6982: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6985: $? = 0 configure:7039: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c conftstm.o >&5 configure:7042: $? = 0 configure:7080: result: ok configure:7885: checking for dlfcn.h configure:7885: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:7885: $? = 0 configure:7885: result: yes configure:8065: checking for objdir configure:8080: result: .libs configure:8372: checking if cc supports -fno-rtti -fno-exceptions configure:8390: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8394: $? = 0 configure:8407: result: no configure:8427: checking for cc option to produce PIC configure:8699: result: -fPIC -DPIC configure:8711: checking if cc PIC flag -fPIC -DPIC works configure:8729: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -fPIC -DPIC -DPIC conftest.c >&5 configure:8733: $? = 0 configure:8746: result: yes configure:8770: checking if cc static flag -static works configure:8798: result: yes configure:8813: checking if cc supports -c -o file.o configure:8834: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:8838: $? = 0 configure:8860: result: yes configure:8868: checking if cc supports -c -o file.o configure:8915: result: yes configure:8948: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:9934: result: yes configure:9971: checking whether -lc should be explicitly linked in configure:9976: cc -c -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include conftest.c >&5 configure:9979: $? = 0 configure:9994: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:9997: $? = 0 configure:10009: result: no configure:10173: checking dynamic linker characteristics configure:10824: result: freebsd8.2 ld.so configure:10926: checking how to hardcode library paths into programs configure:10951: result: immediate configure:11045: checking for shl_load configure:11045: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5 /var/tmp//ccPti7d3.o(.text+0x7): In function `main': : undefined reference to `shl_load' configure:11045: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "1.8.6" | #define PACKAGE_STRING "guile 1.8.6" | #define PACKAGE_BUGREPORT "bug-guile@gnu.org" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:11045: result: no configure:11049: checking for shl_load in -ldld configure:11074: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld configure:11074: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "1.8.6" | #define PACKAGE_STRING "guile 1.8.6" | #define PACKAGE_BUGREPORT "bug-guile@gnu.org" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:11083: result: no configure:11088: checking for dlopen configure:11088: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:11088: $? = 0 configure:11088: result: yes configure:11245: checking whether a program can dlopen itself configure:11315: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -DHAVE_DLFCN_H -rpath=/usr/lib:/usr/local/lib -Wl,--export-dynamic conftest.c >&5 configure:11318: $? = 0 configure:11336: result: yes configure:11341: checking whether a statically linked program can dlopen itself configure:11411: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -DHAVE_DLFCN_H -rpath=/usr/lib:/usr/local/lib -Wl,--export-dynamic -static conftest.c >&5 configure:11414: $? = 0 Service unavailable configure:11432: result: no configure:11471: checking whether stripping libraries is possible configure:11476: result: yes configure:11511: checking if libtool supports shared libraries configure:11513: result: yes configure:11516: checking whether to build shared libraries configure:11537: result: yes configure:11540: checking whether to build static libraries configure:11544: result: yes configure:11579: checking for lt_dlinit in -lltdl configure:11604: cc -o conftest -O2 -pipe -march=core2 -fno-strict-aliasing -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c -lltdl >&5 /usr/bin/ld: cannot find -lltdl configure:11604: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "1.8.6" | #define PACKAGE_STRING "guile 1.8.6" | #define PACKAGE_BUGREPORT "bug-guile@gnu.org" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char lt_dlinit (); | int | main () | { | return lt_dlinit (); | ; | return 0; | } configure:11613: result: no configure:11623: error: libltdl not found. See README. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=amd64-portbld-freebsd8.2 ac_cv_c_compiler_gnu=yes ac_cv_env_CC_FOR_BUILD_set='' ac_cv_env_CC_FOR_BUILD_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -march=core2 -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CPP_set=set ac_cv_env_CPP_value=cpp ac_cv_env_EMACSLOADPATH_set='' ac_cv_env_EMACSLOADPATH_value='' ac_cv_env_EMACS_set='' ac_cv_env_EMACS_value='' ac_cv_env_GUILE_FOR_BUILD_set='' ac_cv_env_GUILE_FOR_BUILD_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=amd64-portbld-freebsd8.2 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func_dlopen=yes ac_cv_func_shl_load=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=amd64-portbld-freebsd8.2 ac_cv_lib_dld_shl_load=no ac_cv_lib_ltdl_lt_dlinit=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_prog_AWK=gawk ac_cv_prog_CPP=cpp ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_cc_g=yes ac_cv_prog_make_gmake_set=yes ac_cv_safe_to_define___extensions__=yes am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs='' lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\' lt_cv_sys_max_cmd_len=262144 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /tmp/usr/ports/lang/guile/work/guile-1.8.6/build-aux/missing --run aclocal-1.10' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /tmp/usr/ports/lang/guile/work/guile-1.8.6/build-aux/missing --run tar' AR='ar' AS='as' AUTOCONF='/usr/local/bin/autoconf-2.68' AUTOHEADER='/usr/local/bin/autoheader-2.68' AUTOMAKE='${SHELL} /tmp/usr/ports/lang/guile/work/guile-1.8.6/build-aux/missing --run automake-1.10' AWK='gawk' BUILD_PTHREAD_SUPPORT_FALSE='' BUILD_PTHREAD_SUPPORT_TRUE='' CC='cc' CCDEPMODE='depmode=gcc3' CCLD_FOR_BUILD='' CC_FOR_BUILD='' CFLAGS='-O2 -pipe -march=core2 -fno-strict-aliasing' CPP='cpp' CPPFLAGS='-I/usr/local/include' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' DLPREOPEN='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EMACS='' EMACSLOADPATH='' EXEEXT='' EXTRA_DEFS='' EXTRA_DOT_DOC_FILES='' EXTRA_DOT_X_FILES='' FGREP='/usr/bin/grep -F' GETTEXT_MACRO_VERSION='' GMSGFMT='' GMSGFMT_015='' GREP='/usr/bin/grep' GUILE_CFLAGS='' GUILE_EFFECTIVE_VERSION='1.8' GUILE_FOR_BUILD='' GUILE_LIBS='' GUILE_MAJOR_VERSION='1' GUILE_MICRO_VERSION='6' GUILE_MINOR_VERSION='8' GUILE_VERSION='1.8.6' HAVE_MAKEINFO_FALSE='' HAVE_MAKEINFO_TRUE='' HOST_CC='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LD='/usr/bin/ld' LDFLAGS=' -rpath=/usr/lib:/usr/local/lib' LIBGUILE_INTERFACE='20:0:3' LIBGUILE_INTERFACE_AGE='3' LIBGUILE_INTERFACE_CURRENT='20' LIBGUILE_INTERFACE_REVISION='0' LIBGUILE_SRFI_SRFI_13_14_INTERFACE='3:1:0' LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE='0' LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT='3' LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION='1' LIBGUILE_SRFI_SRFI_13_14_MAJOR='3' LIBGUILE_SRFI_SRFI_1_INTERFACE='3:2:0' LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE='0' LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT='3' LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION='2' LIBGUILE_SRFI_SRFI_1_MAJOR='3' LIBGUILE_SRFI_SRFI_4_INTERFACE='3:1:0' LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE='0' LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT='3' LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION='1' LIBGUILE_SRFI_SRFI_4_MAJOR='3' LIBGUILE_SRFI_SRFI_60_INTERFACE='2:2:0' LIBGUILE_SRFI_SRFI_60_INTERFACE_AGE='0' LIBGUILE_SRFI_SRFI_60_INTERFACE_CURRENT='2' LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION='2' LIBGUILE_SRFI_SRFI_60_MAJOR='2' LIBICONV='' LIBINTL='' LIBLOBJS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} /tmp/usr/ports/lang/guile/work/guile-1.8.6/build-aux/missing --run makeinfo' MKDIR_P='build-aux/install-sh -c -d' MSGFMT='' MSGFMT_015='' MSGMERGE='' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='guile' PACKAGE_BUGREPORT='bug-guile@gnu.org' PACKAGE_NAME='guile' PACKAGE_STRING='guile 1.8.6' PACKAGE_TARNAME='guile' PACKAGE_URL='' PACKAGE_VERSION='1.8.6' PATH_SEPARATOR=':' POSUB='' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' SCM_I_GSC_C_INLINE='' SCM_I_GSC_ENABLE_DEPRECATED='' SCM_I_GSC_ENABLE_DISCOURAGED='' SCM_I_GSC_ENABLE_ELISP='' SCM_I_GSC_GUILE_DEBUG='' SCM_I_GSC_GUILE_DEBUG_FREELIST='' SCM_I_GSC_HAVE_STRUCT_DIRENT64='' SCM_I_GSC_NEEDS_INTTYPES_H='' SCM_I_GSC_NEEDS_STDINT_H='' SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER='' SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT='' SCM_I_GSC_STACK_GROWS_UP='' SCM_I_GSC_T_INT16='' SCM_I_GSC_T_INT32='' SCM_I_GSC_T_INT64='' SCM_I_GSC_T_INT8='' SCM_I_GSC_T_INTMAX='' SCM_I_GSC_T_PTRDIFF='' SCM_I_GSC_T_UINT16='' SCM_I_GSC_T_UINT32='' SCM_I_GSC_T_UINT64='' SCM_I_GSC_T_UINT8='' SCM_I_GSC_T_UINTMAX='' SCM_I_GSC_USE_NULL_THREADS='' SCM_I_GSC_USE_PTHREAD_THREADS='' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='' VERSION='1.8.6' XGETTEXT='' XGETTEXT_015='' XGETTEXT_EXTRA_OPTIONS='' ac_ct_CC='cc' ac_ct_DUMPBIN='' acx_pthread_config='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='amd64-portbld-freebsd8.2' build_alias='amd64-portbld-freebsd8.2' build_cpu='amd64' build_os='freebsd8.2' build_vendor='portbld' cross_compiling='no' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' have_makeinfo='' host='amd64-portbld-freebsd8.2' host_alias='' host_cpu='amd64' host_os='freebsd8.2' host_vendor='portbld' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info' install_sh='$(SHELL) /tmp/usr/ports/lang/guile/work/guile-1.8.6/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='/usr/local/man' mkdir_p='$(top_builddir)/build-aux/install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sitedir='' subdirs=' guile-readline' sysconfdir='${prefix}/etc' target_alias='' top_builddir_absolute='' top_srcdir_absolute='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "guile" #define PACKAGE_TARNAME "guile" #define PACKAGE_VERSION "1.8.6" #define PACKAGE_STRING "guile 1.8.6" #define PACKAGE_BUGREPORT "bug-guile@gnu.org" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 1 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 12:07:35 2011 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 F09081065675; Tue, 31 May 2011 12:07:35 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C9EE28FC15; Tue, 31 May 2011 12:07:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VC7ZsY066890; Tue, 31 May 2011 12:07:35 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VC7ZKl066886; Tue, 31 May 2011 12:07:35 GMT (envelope-from wxs) Date: Tue, 31 May 2011 12:07:35 GMT Message-Id: <201105311207.p4VC7ZKl066886@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/156855: [maintainer] textproc/scim-kmfl-khmer -> textproc/kmfl-khmer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 12:07:36 -0000 Synopsis: [maintainer] textproc/scim-kmfl-khmer -> textproc/kmfl-khmer Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Tue May 31 12:07:35 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156855 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 13:00:18 2011 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 AE5E9106566C for ; Tue, 31 May 2011 13:00:18 +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 6965F8FC1E for ; Tue, 31 May 2011 13:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VD0Ifc012427 for ; Tue, 31 May 2011 13:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VD0Ixb012426; Tue, 31 May 2011 13:00:18 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 13:00:18 GMT Resent-Message-Id: <201105311300.p4VD0Ixb012426@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91138106564A for ; Tue, 31 May 2011 13:00:04 +0000 (UTC) (envelope-from markun@daemon.onohara.to) Received: from daemon.onohara.to (daemon.onohara.to [204.109.63.90]) by mx1.freebsd.org (Postfix) with ESMTP id 700A68FC14 for ; Tue, 31 May 2011 13:00:04 +0000 (UTC) Received: by daemon.onohara.to (Postfix, from userid 1000) id 792AA2841A; Tue, 31 May 2011 22:00:02 +0900 (JST) Message-Id: <20110531130002.792AA2841A@daemon.onohara.to> Date: Tue, 31 May 2011 22:00:02 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157462: [MAINTAINER] japanese/p5-WWW-MobileCarrierJP: update to 0.54 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 13:00:18 -0000 >Number: 157462 >Category: ports >Synopsis: [MAINTAINER] japanese/p5-WWW-MobileCarrierJP: update to 0.54 >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 May 31 13:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD daemon.onohara.to 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 0.54 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-WWW-MobileCarrierJP-0.54.patch begins here --- diff -ruN --exclude=CVS /usr/ports/japanese/p5-WWW-MobileCarrierJP/Makefile /usr/home/markun/work/ports/p5-WWW-MobileCarrierJP/Makefile --- /usr/ports/japanese/p5-WWW-MobileCarrierJP/Makefile 2011-03-14 04:18:32.000000000 +0900 +++ /usr/home/markun/work/ports/p5-WWW-MobileCarrierJP/Makefile 2011-05-31 21:59:23.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= WWW-MobileCarrierJP -PORTVERSION= 0.52 +PORTVERSION= 0.54 CATEGORIES= japanese www perl5 MASTER_SITES= CPAN diff -ruN --exclude=CVS /usr/ports/japanese/p5-WWW-MobileCarrierJP/distinfo /usr/home/markun/work/ports/p5-WWW-MobileCarrierJP/distinfo --- /usr/ports/japanese/p5-WWW-MobileCarrierJP/distinfo 2011-03-14 04:18:32.000000000 +0900 +++ /usr/home/markun/work/ports/p5-WWW-MobileCarrierJP/distinfo 2011-05-31 21:59:23.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (WWW-MobileCarrierJP-0.52.tar.gz) = c02ac4a79ef0e9be360655146a9f71f7268d6a2c3bd0112dacd1aee9004df3d8 -SIZE (WWW-MobileCarrierJP-0.52.tar.gz) = 73733 +SHA256 (WWW-MobileCarrierJP-0.54.tar.gz) = bcccbb19065bb8a8c91882903a4f4324836c699ad1e648d26acdf7649ef348ee +SIZE (WWW-MobileCarrierJP-0.54.tar.gz) = 74217 --- p5-WWW-MobileCarrierJP-0.54.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 13:00:30 2011 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 32515106566B; Tue, 31 May 2011 13:00:30 +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 0B03A8FC1B; Tue, 31 May 2011 13:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VD0Tb4012890; Tue, 31 May 2011 13:00:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VD0Tkk012881; Tue, 31 May 2011 13:00:29 GMT (envelope-from edwin) Date: Tue, 31 May 2011 13:00:29 GMT Message-Id: <201105311300.p4VD0Tkk012881@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157462: [MAINTAINER] japanese/p5-WWW-MobileCarrierJP: update to 0.54 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 13:00:30 -0000 Synopsis: [MAINTAINER] japanese/p5-WWW-MobileCarrierJP: update to 0.54 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 13:00:28 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157462 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 13:20:11 2011 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 D6C1E1065673 for ; Tue, 31 May 2011 13: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 C75248FC12 for ; Tue, 31 May 2011 13:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VDKBd1031358 for ; Tue, 31 May 2011 13:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VDKBPM031357; Tue, 31 May 2011 13:20:11 GMT (envelope-from gnats) Date: Tue, 31 May 2011 13:20:11 GMT Message-Id: <201105311320.p4VDKBPM031357@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Armin Pirkovitsch Cc: Subject: Re: ports/157438: Missing dependecy in multimedia/miro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Armin Pirkovitsch List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 13:20:11 -0000 The following reply was made to PR ports/157438; it has been noted by GNATS. From: Armin Pirkovitsch To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157438: Missing dependecy in multimedia/miro Date: Tue, 31 May 2011 15:03:23 +0200 This is a multi-part message in MIME format. --------------070303000405030302050307 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I've attached the necessary patch. Cheers, Armin --------------070303000405030302050307 Content-Type: text/plain; name="patch-Makefile.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-Makefile.txt" --- Makefile.orig 2011-05-31 06:31:29.000000000 +0200 +++ Makefile 2011-05-31 06:43:32.000000000 +0200 @@ -27,7 +27,8 @@ ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ - ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl + ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ + ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen BUILD_WRKSRC= ${WRKSRC}/linux INSTALL_WRKSRC= ${WRKSRC}/linux --------------070303000405030302050307-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 13:50:10 2011 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 08044106567C for ; Tue, 31 May 2011 13: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 C7DE48FC22 for ; Tue, 31 May 2011 13:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VDo9KT058808 for ; Tue, 31 May 2011 13:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VDo90Z058807; Tue, 31 May 2011 13:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 13:50:09 GMT Resent-Message-Id: <201105311350.p4VDo90Z058807@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3CE3106566C for ; Tue, 31 May 2011 13:46:31 +0000 (UTC) (envelope-from markun@daemon.onohara.to) Received: from daemon.onohara.to (daemon.onohara.to [204.109.63.90]) by mx1.freebsd.org (Postfix) with ESMTP id CD3BA8FC0A for ; Tue, 31 May 2011 13:46:31 +0000 (UTC) Received: by daemon.onohara.to (Postfix, from userid 1000) id 252172841A; Tue, 31 May 2011 22:46:29 +0900 (JST) Message-Id: <20110531134630.252172841A@daemon.onohara.to> Date: Tue, 31 May 2011 22:46:29 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157463: [MAINTAINER] textproc/p5-XML-LibXML-Simple: update to 0.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 13:50:10 -0000 >Number: 157463 >Category: ports >Synopsis: [MAINTAINER] textproc/p5-XML-LibXML-Simple: update to 0.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 31 13:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD daemon.onohara.to 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 0.15 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-XML-LibXML-Simple-0.15.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-LibXML-Simple/Makefile /usr/home/markun/work/ports/p5-XML-LibXML-Simple/Makefile --- /usr/ports/textproc/p5-XML-LibXML-Simple/Makefile 2010-07-25 13:34:01.000000000 +0900 +++ /usr/home/markun/work/ports/p5-XML-LibXML-Simple/Makefile 2011-05-31 22:46:05.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= XML-LibXML-Simple -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,10 @@ MAINTAINER= markun@onohara.to COMMENT= XML::LibXML clone of XML::Simple::XMLin() -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ +RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-LibXML-Simple/distinfo /usr/home/markun/work/ports/p5-XML-LibXML-Simple/distinfo --- /usr/ports/textproc/p5-XML-LibXML-Simple/distinfo 2010-07-25 13:34:01.000000000 +0900 +++ /usr/home/markun/work/ports/p5-XML-LibXML-Simple/distinfo 2011-05-31 22:46:07.000000000 +0900 @@ -1,3 +1,2 @@ -MD5 (XML-LibXML-Simple-0.14.tar.gz) = 2cb52bc74b5242d1b16ebe16037bbc48 -SHA256 (XML-LibXML-Simple-0.14.tar.gz) = 01caec47bb48dc9bbeedba03ff0bf719a9d9dacc5ff53b44265725a439561205 -SIZE (XML-LibXML-Simple-0.14.tar.gz) = 19412 +SHA256 (XML-LibXML-Simple-0.15.tar.gz) = 084f8a9a6a5f324335037477f921b97aded485f274f1b0272e0b8066394f028b +SIZE (XML-LibXML-Simple-0.15.tar.gz) = 20495 --- p5-XML-LibXML-Simple-0.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 13:50:10 2011 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 625891065689 for ; Tue, 31 May 2011 13: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 406398FC24 for ; Tue, 31 May 2011 13:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VDoAnO058817 for ; Tue, 31 May 2011 13:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VDoAL3058816; Tue, 31 May 2011 13:50:10 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 13:50:10 GMT Resent-Message-Id: <201105311350.p4VDoAL3058816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 363AB1065672 for ; Tue, 31 May 2011 13:48:32 +0000 (UTC) (envelope-from markun@daemon.onohara.to) Received: from daemon.onohara.to (daemon.onohara.to [204.109.63.90]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFF58FC12 for ; Tue, 31 May 2011 13:48:31 +0000 (UTC) Received: by daemon.onohara.to (Postfix, from userid 1000) id 93C652841A; Tue, 31 May 2011 22:48:31 +0900 (JST) Message-Id: <20110531134831.93C652841A@daemon.onohara.to> Date: Tue, 31 May 2011 22:48:31 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157464: [MAINTAINER] textproc/p5-YAML-LibYAML: update to 0.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 13:50:10 -0000 >Number: 157464 >Category: ports >Synopsis: [MAINTAINER] textproc/p5-YAML-LibYAML: update to 0.35 >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 May 31 13:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD daemon.onohara.to 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 0.35 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-YAML-LibYAML-0.35.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-LibYAML/Makefile /usr/home/markun/work/ports/p5-YAML-LibYAML/Makefile --- /usr/ports/textproc/p5-YAML-LibYAML/Makefile 2010-10-27 12:37:40.000000000 +0900 +++ /usr/home/markun/work/ports/p5-YAML-LibYAML/Makefile 2011-05-31 22:46:08.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= YAML-LibYAML -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,8 @@ MAINTAINER= markun@onohara.to COMMENT= Perl YAML Serialization using XS and libyaml -BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-LibYAML/distinfo /usr/home/markun/work/ports/p5-YAML-LibYAML/distinfo --- /usr/ports/textproc/p5-YAML-LibYAML/distinfo 2010-10-27 12:37:40.000000000 +0900 +++ /usr/home/markun/work/ports/p5-YAML-LibYAML/distinfo 2011-05-31 22:46:09.000000000 +0900 @@ -1,3 +1,2 @@ -MD5 (YAML-LibYAML-0.34.tar.gz) = 85b4427e88597392d9cdefbad0469245 -SHA256 (YAML-LibYAML-0.34.tar.gz) = 99f5a1c86fe487e4e15cbbff7a4e53f8b5ba76179713df9599f2eff38817dc90 -SIZE (YAML-LibYAML-0.34.tar.gz) = 145778 +SHA256 (YAML-LibYAML-0.35.tar.gz) = 3c54b124119cdf84655920594e7eb4d1f7c3a6067468fec3ff7376d4c46070d0 +SIZE (YAML-LibYAML-0.35.tar.gz) = 161209 --- p5-YAML-LibYAML-0.35.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 13:50:22 2011 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 5FA3B1065678; Tue, 31 May 2011 13: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 377738FC1E; Tue, 31 May 2011 13:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VDoMmO059378; Tue, 31 May 2011 13:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VDoMTG059365; Tue, 31 May 2011 13:50:22 GMT (envelope-from edwin) Date: Tue, 31 May 2011 13:50:22 GMT Message-Id: <201105311350.p4VDoMTG059365@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157463: [MAINTAINER] textproc/p5-XML-LibXML-Simple: update to 0.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 13:50:22 -0000 Synopsis: [MAINTAINER] textproc/p5-XML-LibXML-Simple: update to 0.15 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 13:50:21 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157463 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 13:50:30 2011 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 76B42106566B; Tue, 31 May 2011 13:50:30 +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 4F9B88FC12; Tue, 31 May 2011 13:50:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VDoUlD059993; Tue, 31 May 2011 13:50:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VDoUfp059982; Tue, 31 May 2011 13:50:30 GMT (envelope-from edwin) Date: Tue, 31 May 2011 13:50:30 GMT Message-Id: <201105311350.p4VDoUfp059982@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157464: [MAINTAINER] textproc/p5-YAML-LibYAML: update to 0.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 13:50:30 -0000 Synopsis: [MAINTAINER] textproc/p5-YAML-LibYAML: update to 0.35 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 13:50:29 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157464 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 15:00:29 2011 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 94D8D1065672 for ; Tue, 31 May 2011 15: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 9715F8FC0A for ; Tue, 31 May 2011 15:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VF0L7d021811 for ; Tue, 31 May 2011 15:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VF0LkN021810; Tue, 31 May 2011 15:00:21 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 15:00:21 GMT Resent-Message-Id: <201105311500.p4VF0LkN021810@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDB6E1065679 for ; Tue, 31 May 2011 14:50:46 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 875C28FC26 for ; Tue, 31 May 2011 14:50:46 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 2C53E189F for ; Tue, 31 May 2011 16:50:45 +0200 (CEST) Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id iAGxPCD0Dwgw for ; Tue, 31 May 2011 16:50:42 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id A80FE1896; Tue, 31 May 2011 16:50:42 +0200 (CEST) Message-Id: <20110531145042.A80FE1896@megatron.madpilot.net> Date: Tue, 31 May 2011 16:50:42 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157465: devel/jsmin: update to latest available version. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 15:00:29 -0000 >Number: 157465 >Category: ports >Synopsis: devel/jsmin: update to latest available 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: Tue May 31 15:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 8.2-STABLE amd64 >Organization: None >Environment: System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Apr 21 12:44:44 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: A new version of the file is available since 22-01-2011, so update to that one. Also removed the MD5 sum. >How-To-Repeat: >Fix: diff -ruN jsmin.old/Makefile jsmin/Makefile --- jsmin.old/Makefile 2011-05-31 16:31:49.652320457 +0200 +++ jsmin/Makefile 2011-05-31 16:35:11.250088677 +0200 @@ -7,7 +7,7 @@ # PORTNAME= jsmin -DISTVERSION= 20080803 +DISTVERSION= 20110122 CATEGORIES= devel MASTER_SITES= http://www.crockford.com/javascript/ DISTNAME= ${PORTNAME} diff -ruN jsmin.old/distinfo jsmin/distinfo --- jsmin.old/distinfo 2011-05-31 16:31:49.652320457 +0200 +++ jsmin/distinfo 2011-05-31 16:35:11.251087683 +0200 @@ -1,3 +1,2 @@ -MD5 (jsmin.c) = 8847fd99576468d6c9e76420da0b6b55 -SHA256 (jsmin.c) = 7349983560c416cba2bd6cfb0d064008bbe3bfbd17714e7aa15c60d244d02c7d -SIZE (jsmin.c) = 7439 +SHA256 (jsmin.c) = ada90a190e804004b0b5d23c6b2919264183a49ac480c6cb6a2d264052c23e3a +SIZE (jsmin.c) = 7828 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 15:59:13 2011 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 AF34B106564A; Tue, 31 May 2011 15:59:13 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 889E38FC12; Tue, 31 May 2011 15:59:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VFxDaO075911; Tue, 31 May 2011 15:59:13 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VFxDlD075907; Tue, 31 May 2011 15:59:13 GMT (envelope-from wxs) Date: Tue, 31 May 2011 15:59:13 GMT Message-Id: <201105311559.p4VFxDlD075907@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157454: [PATCH] games/nethack: Fix WITH_HPMON X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 15:59:13 -0000 Synopsis: [PATCH] games/nethack: Fix WITH_HPMON Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Tue May 31 15:59:13 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157454 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 17:20:09 2011 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 01CE3106566C for ; Tue, 31 May 2011 17:20: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 D03318FC14 for ; Tue, 31 May 2011 17:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VHK8L3050305 for ; Tue, 31 May 2011 17:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VHK87r050304; Tue, 31 May 2011 17:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 17:20:08 GMT Resent-Message-Id: <201105311720.p4VHK87r050304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0141B106564A for ; Tue, 31 May 2011 17:18: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 E521C8FC1E for ; Tue, 31 May 2011 17:18: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 p4VHI4Bg053781 for ; Tue, 31 May 2011 17:18:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VHI4gP053780; Tue, 31 May 2011 17:18:04 GMT (envelope-from nobody) Message-Id: <201105311718.p4VHI4gP053780@red.freebsd.org> Date: Tue, 31 May 2011 17:18:04 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157468: [MAINTAINER] security/hydra: update to 6.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: Tue, 31 May 2011 17:20:09 -0000 >Number: 157468 >Category: ports >Synopsis: [MAINTAINER] security/hydra: update to 6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 31 17:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 6.3 - add pkgconfig dependency explicitly when building xhydra - align local patches for new version >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa hydra.orig/Makefile hydra/Makefile --- hydra.orig/Makefile 2011-05-31 07:30:36.000000000 +0400 +++ hydra/Makefile 2011-05-31 20:32:30.000000000 +0400 @@ -7,7 +7,7 @@ # PORTNAME= hydra -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= security MASTER_SITES= http://freeworld.thc.org/releases/ EXTRACT_SUFX= -src.tar.gz @@ -45,7 +45,7 @@ .endif .if defined(WITH_X11) -USE_GNOME= gtk20 +USE_GNOME= gtk20 pkgconfig PLIST_FILES+= bin/xhydra MAN1+= xhydra.1 .else diff -ruNa hydra.orig/distinfo hydra/distinfo --- hydra.orig/distinfo 2011-05-31 07:30:36.000000000 +0400 +++ hydra/distinfo 2011-05-31 20:19:54.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (hydra-6.2-src.tar.gz) = 0b340632db9d429eb3c32a592a51f7333feda0fe682229c2027ae445a1e3f54e -SIZE (hydra-6.2-src.tar.gz) = 452626 +SHA256 (hydra-6.3-src.tar.gz) = bd5bc70b70640984fb2f18a9742c10b9a0edf1ebaf0f8dd32da589d34defd424 +SIZE (hydra-6.3-src.tar.gz) = 473265 diff -ruNa hydra.orig/files/patch-configure hydra/files/patch-configure --- hydra.orig/files/patch-configure 2011-05-31 07:30:36.000000000 +0400 +++ hydra/files/patch-configure 2011-05-31 20:23:11.000000000 +0400 @@ -1,9 +1,9 @@ ---- configure.orig 2011-04-07 12:54:49.000000000 +0400 -+++ configure 2011-04-15 02:18:31.000000000 +0400 -@@ -561,7 +561,7 @@ +--- configure.orig 2011-04-30 22:28:12.000000000 +0400 ++++ configure 2011-05-31 20:22:25.000000000 +0400 +@@ -653,7 +653,7 @@ XIPATHS="" - if [ -n "$FIREBIRD_PATH" -o -n "$PCRE_PATH" -o -n "$IDN_PATH" -o -n "$SSL_PATH" -o -n "$CRYPTO_PATH" -o -n "$NSL_PATH" -o -n "$SOCKET_PATH" -o -n "$RESOLV_PATH" -o -n "$SAPR3_PATH" -o -n "$SSH_PATH" -o -n "$POSTGRES_PATH" -o -n "$SVN_PATH" -o -n "$NCP_PATH" -o -n "$AFP_PATH" -o -n "$MYSQL_PATH" ]; then + if [ -n "$FIREBIRD_PATH" -o -n "$PCRE_PATH" -o -n "$IDN_PATH" -o -n "$SSL_PATH" -o -n "$CRYPTO_PATH" -o -n "$NSL_PATH" -o -n "$SOCKET_PATH" -o -n "$RESOLV_PATH" -o -n "$SAPR3_PATH" -o -n "$SSH_PATH" -o -n "$POSTGRES_PATH" -o -n "$SVN_PATH" -o -n "$NCP_PATH" -o -n "$ORACLE_PATH" -o -n "$AFP_PATH" -o -n "$MYSQL_PATH" ]; then - XLIBPATHS="-L/usr/lib -L/usr/local/lib -L/lib" + XLIBPATHS="-L/usr/local/lib -L/usr/lib -L/lib" fi diff -ruNa hydra.orig/files/patch-hydra-gtk-src-callbacks.c hydra/files/patch-hydra-gtk-src-callbacks.c --- hydra.orig/files/patch-hydra-gtk-src-callbacks.c 2005-05-22 03:55:39.000000000 +0400 +++ hydra/files/patch-hydra-gtk-src-callbacks.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,84 +0,0 @@ ---- hydra-gtk/src/callbacks.c.realorig Tue Jun 8 00:33:18 2004 -+++ hydra-gtk/src/callbacks.c Sat May 21 14:20:53 2005 -@@ -69,21 +69,6 @@ - - options[0] = HYDRA_BIN; - -- /* get the target, or target list */ -- widget = lookup_widget(GTK_WIDGET(wndMain), "radioTarget1"); -- if ( gtk_toggle_button_get_active((GtkToggleButton *) widget) ){ -- widget = lookup_widget(GTK_WIDGET(wndMain), "entTarget"); -- options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); -- } else { -- options[i++] = "-M"; -- widget = lookup_widget(GTK_WIDGET(wndMain), "entTargetFile"); -- options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); -- } -- -- /* get the service */ -- widget = lookup_widget(GTK_WIDGET(wndMain), "entProtocol"); -- options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); -- - /* get the port */ - widget = lookup_widget(GTK_WIDGET(wndMain), "spnPort"); - j = gtk_spin_button_get_value_as_int((GtkSpinButton *) widget); -@@ -307,6 +292,21 @@ - } - } - -+ /* get the target, or target list */ -+ widget = lookup_widget(GTK_WIDGET(wndMain), "radioTarget1"); -+ if ( gtk_toggle_button_get_active((GtkToggleButton *) widget) ){ -+ widget = lookup_widget(GTK_WIDGET(wndMain), "entTarget"); -+ options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); -+ } else { -+ options[i++] = "-M"; -+ widget = lookup_widget(GTK_WIDGET(wndMain), "entTargetFile"); -+ options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); -+ } -+ -+ /* get the service */ -+ widget = lookup_widget(GTK_WIDGET(wndMain), "entProtocol"); -+ options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); -+ - options[i] = NULL; - return i; - } -@@ -472,8 +472,8 @@ - int *popen_re_unbuffered(char *command) { - static int p_r[2] = {-1, -1}, p_e[2] = {-1, -1}; - static int *pfd = NULL; -- hydra_pid = 0; - char *options[128]; -+ hydra_pid = 0; - - update_statusbar(); - -@@ -494,6 +494,7 @@ - g_warning("popen_rw_unbuffered: Error forking!"); - return NULL; - } else if (hydra_pid == 0) { /* child */ -+ int k; - if (setpgid(getpid(), getpid()) < 0) - g_warning("popen_rw_unbuffered: setpgid() failed"); - if (close(p_r[0]) < 0) -@@ -517,7 +518,6 @@ - execv(HYDRA_BIN, options); - - g_warning("%s %i: popen_rw_unbuffered: execv() returned", __FILE__, __LINE__); -- int k; - for ( k = 0; options[k] != NULL; k++ ){ - g_warning(options[k]); - } -@@ -669,8 +669,9 @@ - on_chkColon_toggled (GtkToggleButton *togglebutton, - gpointer user_data) - { -- GtkWidget *user = lookup_widget(GTK_WIDGET(wndMain), "frmUsername");; -- GtkWidget *pass = lookup_widget(GTK_WIDGET(wndMain), "frmPass"); -+ GtkWidget *user, *pass; -+ user = lookup_widget(GTK_WIDGET(wndMain), "frmUsername");; -+ pass = lookup_widget(GTK_WIDGET(wndMain), "frmPass"); - - if (gtk_toggle_button_get_active(togglebutton)){ - gtk_widget_set_sensitive(user, FALSE); diff -ruNa hydra.orig/files/patch-hydra-gtk-src_callbacks.c hydra/files/patch-hydra-gtk-src_callbacks.c --- hydra.orig/files/patch-hydra-gtk-src_callbacks.c 1970-01-01 03:00:00.000000000 +0300 +++ hydra/files/patch-hydra-gtk-src_callbacks.c 2011-05-31 21:05:29.000000000 +0400 @@ -0,0 +1,86 @@ +--- hydra-gtk/src/callbacks.c.orig 2011-04-30 22:28:12.000000000 +0400 ++++ hydra-gtk/src/callbacks.c 2011-05-31 21:02:22.000000000 +0400 +@@ -71,21 +71,6 @@ + + options[0] = HYDRA_BIN; + +- /* get the target, or target list */ +- widget = lookup_widget(GTK_WIDGET(wndMain), "radioTarget1"); +- if (gtk_toggle_button_get_active((GtkToggleButton *) widget)) { +- widget = lookup_widget(GTK_WIDGET(wndMain), "entTarget"); +- options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); +- } else { +- options[i++] = "-M"; +- widget = lookup_widget(GTK_WIDGET(wndMain), "entTargetFile"); +- options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); +- } +- +- /* get the service */ +- widget = lookup_widget(GTK_WIDGET(wndMain), "entProtocol"); +- options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); +- + /* get the port */ + widget = lookup_widget(GTK_WIDGET(wndMain), "spnPort"); + j = gtk_spin_button_get_value_as_int((GtkSpinButton *) widget); +@@ -325,6 +310,21 @@ + } + } + ++ /* get the target, or target list */ ++ widget = lookup_widget(GTK_WIDGET(wndMain), "radioTarget1"); ++ if (gtk_toggle_button_get_active((GtkToggleButton *) widget)) { ++ widget = lookup_widget(GTK_WIDGET(wndMain), "entTarget"); ++ options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); ++ } else { ++ options[i++] = "-M"; ++ widget = lookup_widget(GTK_WIDGET(wndMain), "entTargetFile"); ++ options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); ++ } ++ ++ /* get the service */ ++ widget = lookup_widget(GTK_WIDGET(wndMain), "entProtocol"); ++ options[i++] = (char *) gtk_entry_get_text((GtkEntry *) widget); ++ + options[i] = NULL; + return i; + } +@@ -495,8 +495,8 @@ + -1, -1}; + static int *pfd = NULL; + +- hydra_pid = 0; + char *options[128]; ++ hydra_pid = 0; + + update_statusbar(); + +@@ -517,6 +517,7 @@ + g_warning("popen_rw_unbuffered: Error forking!"); + return NULL; + } else if (hydra_pid == 0) { /* child */ ++ int k; + if (setpgid(getpid(), getpid()) < 0) + g_warning("popen_rw_unbuffered: setpgid() failed"); + if (close(p_r[0]) < 0) +@@ -540,8 +541,7 @@ + execv(HYDRA_BIN, options); + + g_warning("%s %i: popen_rw_unbuffered: execv() returned", __FILE__, __LINE__); +- int k; +- ++ + for (k = 0; options[k] != NULL; k++) { + g_warning("%s", options[k]); + } +@@ -667,8 +667,9 @@ + + void + on_chkColon_toggled(GtkToggleButton * togglebutton, gpointer user_data) { +- GtkWidget *user = lookup_widget(GTK_WIDGET(wndMain), "frmUsername");; +- GtkWidget *pass = lookup_widget(GTK_WIDGET(wndMain), "frmPass"); ++ GtkWidget *user, *pass; ++ user = lookup_widget(GTK_WIDGET(wndMain), "frmUsername"); ++ pass = lookup_widget(GTK_WIDGET(wndMain), "frmPass"); + + if (gtk_toggle_button_get_active(togglebutton)) { + gtk_widget_set_sensitive(user, FALSE); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 17:20:19 2011 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 027221065675; Tue, 31 May 2011 17: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 CF89F8FC1A; Tue, 31 May 2011 17:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VHKIX6050863; Tue, 31 May 2011 17:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VHKIht050853; Tue, 31 May 2011 17:20:18 GMT (envelope-from edwin) Date: Tue, 31 May 2011 17:20:18 GMT Message-Id: <201105311720.p4VHKIht050853@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157468: [MAINTAINER] security/hydra: update to 6.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: Tue, 31 May 2011 17:20:19 -0000 Synopsis: [MAINTAINER] security/hydra: update to 6.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 17:20:18 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157468 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 17:29:54 2011 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 2BAE81065673; Tue, 31 May 2011 17:29:54 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 04D8C8FC0A; Tue, 31 May 2011 17:29:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VHTrsx058725; Tue, 31 May 2011 17:29:53 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VHTrUs058721; Tue, 31 May 2011 17:29:53 GMT (envelope-from culot) Date: Tue, 31 May 2011 17:29:53 GMT Message-Id: <201105311729.p4VHTrUs058721@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157465: devel/jsmin: update to latest available 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: Tue, 31 May 2011 17:29:54 -0000 Synopsis: devel/jsmin: update to latest available version. Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue May 31 17:29:53 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157465 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 17:50:08 2011 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 9F081106566C for ; Tue, 31 May 2011 17: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 76B708FC17 for ; Tue, 31 May 2011 17:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VHo8pw078458 for ; Tue, 31 May 2011 17:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VHo8Eh078457; Tue, 31 May 2011 17:50:08 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 17:50:08 GMT Resent-Message-Id: <201105311750.p4VHo8Eh078457@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Todd Rinaldo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D93E1065672 for ; Tue, 31 May 2011 17:49: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 6DB9F8FC0C for ; Tue, 31 May 2011 17:49:21 +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 p4VHnLFh091011 for ; Tue, 31 May 2011 17:49:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VHnLb0091010; Tue, 31 May 2011 17:49:21 GMT (envelope-from nobody) Message-Id: <201105311749.p4VHnLb0091010@red.freebsd.org> Date: Tue, 31 May 2011 17:49:21 GMT From: Todd Rinaldo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157469: textproc/expat2 provides the incorrect upstream patch for CVE-2009-3560 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 17:50:08 -0000 >Number: 157469 >Category: ports >Synopsis: textproc/expat2 provides the incorrect upstream patch for CVE-2009-3560 >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: Tue May 31 17:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Todd Rinaldo >Release: 8.2 >Organization: cPanel, Inc. >Environment: FreeBSD free82x64 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: textproc/expat2/files/patch-xmlparse.c is incomplete. It does not match the upstream patch provided for this at: http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmlparse.c?r1=1.165&r2=1.166&view=patch As a result, the test suite for perl's XML::Parser is universally failing on Free BSD: http://www.cpantesters.org/distro/X/XML-Parser.html#XML-Parser-2.40_01?grade=1&perlmat=1&patches=1&oncpan=2&distmat=3&perlver=ALL&osname=ALL&version=2.40_01 This is being tracked in RT for XML::Parser via https://rt.cpan.org/Ticket/Display.html?id=55729 I plan to TODO these tests for Free BSD, referencing this PR until the problem is fixed. >How-To-Repeat: 1. install textproc/expat2 2. wget/unzip http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/XML-Parser-2.40.tar.gz 3. perl Makefile.PL 4. gmake test >Fix: Change textproc/expat2/files/patch-xmlparse.c to match upstream: http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmlparse.c?r1=1.165&r2=1.166&view=patch >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 17:50:18 2011 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 9CDA91065670; Tue, 31 May 2011 17: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 7558B8FC1A; Tue, 31 May 2011 17:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VHoIdA078996; Tue, 31 May 2011 17:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VHoIOP078985; Tue, 31 May 2011 17:50:18 GMT (envelope-from edwin) Date: Tue, 31 May 2011 17:50:18 GMT Message-Id: <201105311750.p4VHoIOP078985@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157469: textproc/expat2 provides the incorrect upstream patch for CVE-2009-3560 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 17:50:18 -0000 Synopsis: textproc/expat2 provides the incorrect upstream patch for CVE-2009-3560 Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 17:50:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157469 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 18:00:27 2011 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 004FB106568B for ; Tue, 31 May 2011 18: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 2AA278FC1D for ; Tue, 31 May 2011 18:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VI0PjT086772 for ; Tue, 31 May 2011 18:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VI0P0J086771; Tue, 31 May 2011 18:00:25 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 18:00:25 GMT Resent-Message-Id: <201105311800.p4VI0P0J086771@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBF0B1065675 for ; Tue, 31 May 2011 17:58:58 +0000 (UTC) (envelope-from pi@fa8.opsec.eu) Received: from fa8.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) by mx1.freebsd.org (Postfix) with ESMTP id 807838FC1D for ; Tue, 31 May 2011 17:58:58 +0000 (UTC) Received: from pi by fa8.opsec.eu with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QRTKF-000Cxi-5R; Tue, 31 May 2011 20:05:55 +0200 Message-Id: Date: Tue, 31 May 2011 20:05:55 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lemke@lemke-it.com Subject: ports/157470: [patch] [update] update databases/cego from 2.8.5 to 2.9.0 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: Tue, 31 May 2011 18:00:27 -0000 >Number: 157470 >Category: ports >Synopsis: [patch] [update] update databases/cego from 2.8.5 to 2.9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 31 18:00:25 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 8.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa8.opsec.eu 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: update databases/cego from 2.8.5 to 2.9.0 >How-To-Repeat: - >Fix: diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile --- databases/cego/Makefile 2011-05-28 23:04:42.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/Makefile 2011-05-31 20:00:40.000000000 +0200 @@ -5,7 +5,7 @@ PORTNAME= cego -PORTVERSION= 2.8.5 +PORTVERSION= 2.9.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo --- databases/cego/distinfo 2011-05-28 23:04:42.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/distinfo 2011-05-31 20:00:48.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (cego-2.8.5.tar.gz) = c2180e761e4c9bc6cf4d675113125445058b5135766f0b373b165055ecbf9bff -SIZE (cego-2.8.5.tar.gz) = 643299 +SHA256 (cego-2.9.0.tar.gz) = 7df0aaf928f14ca5513de94db7668a7466acba206f93dd78035905a1178ea90b +SIZE (cego-2.9.0.tar.gz) = 644873 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 18:15:58 2011 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 678F71065673; Tue, 31 May 2011 18:15:58 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 405328FC12; Tue, 31 May 2011 18:15:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VIFwhb005021; Tue, 31 May 2011 18:15:58 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VIFwhw005017; Tue, 31 May 2011 18:15:58 GMT (envelope-from sylvio) Date: Tue, 31 May 2011 18:15:58 GMT Message-Id: <201105311815.p4VIFwhw005017@freefall.freebsd.org> To: sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/157470: [patch] [update] update databases/cego from 2.8.5 to 2.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: Tue, 31 May 2011 18:15:58 -0000 Synopsis: [patch] [update] update databases/cego from 2.8.5 to 2.9.0 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Tue May 31 18:15:57 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157470 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 19:00:23 2011 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 CB7DE106567A for ; Tue, 31 May 2011 19: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 A0F618FC1D for ; Tue, 31 May 2011 19:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VJ0NEe040857 for ; Tue, 31 May 2011 19:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VJ0NGm040847; Tue, 31 May 2011 19:00:23 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 19:00:23 GMT Resent-Message-Id: <201105311900.p4VJ0NGm040847@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33051106564A for ; Tue, 31 May 2011 18:52:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 21DD18FC08 for ; Tue, 31 May 2011 18:52:26 +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 p4VIqPpP048724 for ; Tue, 31 May 2011 18:52:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VIqPCe048723; Tue, 31 May 2011 18:52:25 GMT (envelope-from nobody) Message-Id: <201105311852.p4VIqPCe048723@red.freebsd.org> Date: Tue, 31 May 2011 18:52:25 GMT From: Chris Rees To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157471: [MAINTAINER] Fix port: mail/sympa unneccessary 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, 31 May 2011 19:00:23 -0000 >Number: 157471 >Category: ports >Synopsis: [MAINTAINER] Fix port: mail/sympa unneccessary dependency >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 May 31 19:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: >Organization: >Environment: >Description: There are various problems with the sympa port at present -- they have been fixed and the outline of the fixes is below. The movement into DATADIR rather that /usr/local/sympa warrants a note in UPDATING, which is at [1]. [1] http://www.bayofrum.net/~crees/patches/sympa-6.1.4_1-UPDATING.patch >How-To-Repeat: >Fix: [1] Remove unnecessary dependency on Berkeley DB [2] Fix RUN_DEPENDS pollution from BUILD_DEPENDS [2] Use USERS/GROUPS [2] Use DATADIR rather than ${PREFIX}/sympa [2] Remove useless post-deinstall target [2] Stop clobbering config files on deinstall Submitted by: [1] Igor Zabelin (igorz@yandex.ru), [2] Chris Rees (utisoft@gmail.com) (maintainer) *** XXX *** Please bear in mind that pkg-install is now in files/pkg-install.in and I've removed pkg-deinstall. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/sympa/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 27 Feb 2011 13:37:36 -0000 1.24 +++ Makefile 31 May 2011 18:45:33 -0000 @@ -7,6 +7,7 @@ PORTNAME= sympa PORTVERSION= 6.1.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -20,34 +21,40 @@ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ ${SITE_PERL}/Crypt/CipherSaber.pm:${PORTSDIR}/security/p5-Crypt-CipherSaber \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ - ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB \ ${SITE_PERL}/${PERL_ARCH}/Locale/Msgcat.pm:${PORTSDIR}/misc/p5-Locale-Msgcat \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 +# Ignore alpha/beta versions +PORTSCOUT= limit:^[0-9]+(\.[0-9]+)*$$ + +USERS= sympa +GROUPS= sympa HAS_CONFIGURE= yes USE_PERL5= yes USE_APACHE= 1.3+ -CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \ +ICONSDIR?= www/icons +CONFIGURE_ARGS+=--prefix=${DATADIR} \ --with-confdir=${PREFIX}/etc \ --with-docdir=${EXAMPLESDIR} \ --with-initdir=${PREFIX}/etc/rc.d \ - --with-etcdir=${PREFIX}/sympa/bin/etc \ - --with-iconsdir=${PREFIX}/www/icons \ + --with-etcdir=${DATADIR}/bin/etc \ + --with-iconsdir=${PREFIX}/${ICONSDIR} \ --with-lockdir=/var/spool/lock \ - --mandir=${PREFIX}/man \ + --mandir=${MAN8PREFIX}/man \ ${CONFIGURE_TARGET} CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip +SUB_FILES= pkg-install .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS+= --disable-nls +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif @@ -60,28 +67,22 @@ .include .if defined(WITH_FASTCGI) -. if ${APACHE_VERSION}>=20 +. if ${APACHE_VERSION}>=20 BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi -. else +. else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi -. endif +. endif BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI .endif .if ${DB_TYPE} == "Oracle" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle -.else -. if ${DB_TYPE} == "Pg" +.elif ${DB_TYPE} == "Pg" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -. else -. if ${DB_TYPE} == "Sybase" +.elif ${DB_TYPE} == "Sybase" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase -. else -. if ${DB_TYPE} == "mysql" +.elif ${DB_TYPE} == "mysql" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql -. endif -. endif -. endif .endif pre-fetch: @@ -96,15 +97,14 @@ @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-patch: - ${REINPLACE_CMD} -e 's/\$$(DESTDIR)\$$(sampledir)/\$$(sampledir)/g' \ + @${REINPLACE_CMD} -e 's|\(--target.*sympa.conf\)|\1.sample|' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's/\$$(DESTDIR)\$$(sampledir)/\$$(sampledir)/g' \ ${WRKSRC}/doc/sample/Makefile.in - @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; + @${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -delete post-install: @PKG_PREFIX=${PREFIX} DB_TYPE=${DB_TYPE} WITH_FASTCGI=${WITH_FASTCGI} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -post-deinstall: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL - .include Index: pkg-deinstall =================================================================== RCS file: pkg-deinstall diff -N pkg-deinstall --- pkg-deinstall 25 Oct 2004 13:09:19 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/mail/sympa/pkg-deinstall,v 1.3 2004/10/25 13:09:19 clsung Exp $ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=sympa -GROUP=${USER} - -if pw groupshow "${USER}" 2>/dev/null 1>&2; then - echo "To delete the 'sympa' group permanently, use 'pw groupdel ${USER}'" -fi - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete the 'sympa' user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 27 Feb 2005 13:55:24 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,71 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/mail/sympa/pkg-install,v 1.5 2005/02/27 13:55:24 pav Exp $ -# - -if [ x"$2" = xPOST-INSTALL ]; then - echo "============================================================" -if [ x"${DB_TYPE}" != "x" ]; then - echo "If this is your first installation of sympa, please load" - echo "this file with your ${DB_TYPE} database client:" - echo " ${PKG_PREFIX}/sympa/bin/create_db.${DB_TYPE}" - echo "" -fi - echo "To configure sympa interactively, please run:" - echo " perl ${PKG_PREFIX}/sympa/bin/sympa_wizard.pl" - echo "" - echo "You may also manually edit the two configuration files:" - echo " ${PKG_PREFIX}/etc/sympa.conf" - echo " ${PKG_PREFIX}/etc/wwsympa.conf" - echo "============================================================" - echo "To set up the wwsympa server, add something like this to" - echo "your Apache configuration file:" - echo "" - echo " DocumentRoot \"${PKG_PREFIX}/sympa\"" - echo " AddDefaultCharset UTF-8" - echo " DirectoryIndex wws" - echo " Options +Indexes" -if [ x"${WITH_FASTCGI}" != x ]; then - echo " LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so" - echo " " - echo " SetHandler fastcgi-script" - echo " " -fi - echo " " - echo " Allow from all" - echo " " - echo " ScriptAlias /wws ${PKG_PREFIX}/sympa/bin/wwsympa-wrapper" - echo "============================================================" - exit 0 -fi - -if [ x"$2" != xPRE-INSTALL ]; then - exit 0 -fi - -USER=sympa -GROUP=${USER} -UID=200 -GID=${UID} - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s /sbin/nologin -d /nonexistent \ - -c "Sympa Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -exit 0 Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/sympa/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- pkg-plist 10 Jan 2011 01:12:11 -0000 1.10 +++ pkg-plist 31 May 2011 18:45:33 -0000 @@ -1,485 +1,488 @@ etc/rc.d/sympa -etc/sympa.conf -etc/wwsympa.conf -sympa/bin/Archive.pm -sympa/bin/Auth.pm -sympa/bin/Bounce.pm -sympa/bin/Bulk.pm -sympa/bin/Commands.pm -sympa/bin/Conf.pm -sympa/bin/Config_XML.pm -sympa/bin/Datasource.pm -sympa/bin/Family.pm -sympa/bin/Fetch.pm -sympa/bin/HTML/myFormatText.pm -sympa/bin/LDAPSource.pm -sympa/bin/Language.pm -sympa/bin/Ldap.pm -sympa/bin/List.pm -sympa/bin/Lock.pm -sympa/bin/Log.pm -sympa/bin/Marc.pm -sympa/bin/Marc/Search.pm -sympa/bin/Message.pm -sympa/bin/PlainDigest.pm -sympa/bin/Robot.pm -sympa/bin/SQLSource.pm -sympa/bin/Scenario.pm -sympa/bin/SharedDocument.pm -sympa/bin/Sympa/Constants.pm -sympa/bin/Sympa/Template/Compat.pm -sympa/bin/SympaSession.pm -sympa/bin/SympaTransport.pm -sympa/bin/Task.pm -sympa/bin/Upgrade.pm -sympa/bin/WebAgent.pm -sympa/bin/admin.pm -sympa/bin/alias_manager.pl -sympa/bin/aliaswrapper -sympa/bin/arc2webarc.pl -sympa/bin/archived.pl -sympa/bin/bounced.pl -sympa/bin/bouncequeue -sympa/bin/bulk.pl -sympa/bin/confdef.pm -sympa/bin/cookielib.pm -sympa/bin/create_db.Oracle -sympa/bin/create_db.Pg -sympa/bin/create_db.SQLite -sympa/bin/create_db.Sybase -sympa/bin/create_db.mysql -sympa/bin/crypt_passwd.pl -sympa/bin/etc/data_structure.version -sympa/bin/familyqueue -sympa/bin/init_comment.pl -sympa/bin/ldap_alias_manager.pl -sympa/bin/mail.pm -sympa/bin/mod2html.pl -sympa/bin/mysql_alias_manager.pl -sympa/bin/p12topem.pl -sympa/bin/queue -sympa/bin/report.pm -sympa/bin/sympa.pl -sympa/bin/sympa_soap_client.pl -sympa/bin/sympa_soap_server-wrapper.fcgi -sympa/bin/sympa_soap_server.fcgi -sympa/bin/sympa_wizard.pl -sympa/bin/sympasoap.pm -sympa/bin/task_manager.pl -sympa/bin/testldap.pl -sympa/bin/testlogs.pl -sympa/bin/time_utils.pm -sympa/bin/tools.pm -sympa/bin/tpl2tt2.pl -sympa/bin/tt2.pm -sympa/bin/virtualwrapper -sympa/bin/wwslib.pm -sympa/bin/wwsympa-wrapper.fcgi -sympa/bin/wwsympa.fcgi -sympa/default/auth.conf -sympa/default/ca-bundle.crt -sympa/default/charset.conf -sympa/default/crawlers_detection.conf -sympa/default/create_list.conf -sympa/default/create_list_templates/discussion_list/comment.tt2 -sympa/default/create_list_templates/discussion_list/config.tt2 -sympa/default/create_list_templates/hotline/comment.tt2 -sympa/default/create_list_templates/hotline/config.tt2 -sympa/default/create_list_templates/html-news-letter/comment.tt2 -sympa/default/create_list_templates/html-news-letter/config.tt2 -sympa/default/create_list_templates/intranet_list/comment.tt2 -sympa/default/create_list_templates/intranet_list/config.tt2 -sympa/default/create_list_templates/news-letter/comment.tt2 -sympa/default/create_list_templates/news-letter/config.tt2 -sympa/default/create_list_templates/private_working_group/comment.tt2 -sympa/default/create_list_templates/private_working_group/config.tt2 -sympa/default/create_list_templates/public_web_forum/comment.tt2 -sympa/default/create_list_templates/public_web_forum/config.tt2 -sympa/default/edit_list.conf -sympa/default/families/sample-auto/config.tt2 -sympa/default/families/sample-auto/param_constraint.conf -sympa/default/global_task_models/chk_cert_expiration.daily.task -sympa/default/global_task_models/crl_update.daily.task -sympa/default/global_task_models/eval_bouncers.daily.task -sympa/default/global_task_models/expire_bounce.daily.task -sympa/default/global_task_models/process_bouncers.weekly.task -sympa/default/global_task_models/purge_logs_table.daily.task -sympa/default/global_task_models/purge_one_time_ticket_table.daily.task -sympa/default/global_task_models/purge_orphan_bounces.monthly.task -sympa/default/global_task_models/purge_session_table.daily.task -sympa/default/global_task_models/purge_tables.daily.task -sympa/default/global_task_models/purge_user_table.monthly.task -sympa/default/ldap_alias_entry.tt2 -sympa/default/ldap_alias_manager.conf -sympa/default/list_aliases.tt2 -sympa/default/list_task_models/expire.yearly.task -sympa/default/list_task_models/remind.2month.task -sympa/default/list_task_models/remind.monthly.task -sympa/default/list_task_models/remind.yearly.task -sympa/default/list_task_models/sync_include.ttl.task -sympa/default/mail_tt2/authorization_reject.tt2 -sympa/default/mail_tt2/bye.tt2 -sympa/default/mail_tt2/certif_warning.tt2 -sympa/default/mail_tt2/command_report.tt2 -sympa/default/mail_tt2/d_install_shared.tt2 -sympa/default/mail_tt2/d_reject_shared.tt2 -sympa/default/mail_tt2/digest.tt2 -sympa/default/mail_tt2/digest_plain.tt2 -sympa/default/mail_tt2/expire_deletion.tt2 -sympa/default/mail_tt2/expire_warning1.tt2 -sympa/default/mail_tt2/expire_warning2.tt2 -sympa/default/mail_tt2/get_archive.tt2 -sympa/default/mail_tt2/global_remind.tt2 -sympa/default/mail_tt2/helpfile.tt2 -sympa/default/mail_tt2/index_archive.tt2 -sympa/default/mail_tt2/info_report.tt2 -sympa/default/mail_tt2/invite.tt2 -sympa/default/mail_tt2/list_created.tt2 -sympa/default/mail_tt2/list_rejected.tt2 -sympa/default/mail_tt2/list_unknown.tt2 -sympa/default/mail_tt2/listeditor_notification.tt2 -sympa/default/mail_tt2/listmaster_notification.tt2 -sympa/default/mail_tt2/listowner_notification.tt2 -sympa/default/mail_tt2/lists.tt2 -sympa/default/mail_tt2/message_report.tt2 -sympa/default/mail_tt2/moderate.tt2 -sympa/default/mail_tt2/modindex.tt2 -sympa/default/mail_tt2/reject.tt2 -sympa/default/mail_tt2/remind.tt2 -sympa/default/mail_tt2/removed.tt2 -sympa/default/mail_tt2/request_auth.tt2 -sympa/default/mail_tt2/review.tt2 -sympa/default/mail_tt2/send_auth.tt2 -sympa/default/mail_tt2/sendpasswd.tt2 -sympa/default/mail_tt2/sendssopasswd.tt2 -sympa/default/mail_tt2/stats_report.tt2 -sympa/default/mail_tt2/summary.tt2 -sympa/default/mail_tt2/urlized_part.tt2 -sympa/default/mail_tt2/user_notification.tt2 -sympa/default/mail_tt2/welcome.tt2 -sympa/default/mail_tt2/which.tt2 -sympa/default/mail_tt2/x509-user-cert-missing.tt2 -sympa/default/mail_tt2/your_infected_msg.tt2 -sympa/default/mhonarc-ressources.tt2 -sympa/default/mime.types -sympa/default/nrcpt_by_domain.conf -sympa/default/scenari/access_web_archive.closed -sympa/default/scenari/access_web_archive.intranet -sympa/default/scenari/access_web_archive.listmaster -sympa/default/scenari/access_web_archive.owner -sympa/default/scenari/access_web_archive.private -sympa/default/scenari/access_web_archive.public -sympa/default/scenari/add.auth -sympa/default/scenari/add.closed -sympa/default/scenari/add.default -sympa/default/scenari/add.owner -sympa/default/scenari/add.owner_notify -sympa/default/scenari/automatic_list_creation.listmaster -sympa/default/scenari/automatic_list_creation.public -sympa/default/scenari/create_list.intranet -sympa/default/scenari/create_list.listmaster -sympa/default/scenari/create_list.public_listmaster -sympa/default/scenari/d_edit.default -sympa/default/scenari/d_edit.editor -sympa/default/scenari/d_edit.owner -sympa/default/scenari/d_edit.private -sympa/default/scenari/d_edit.private-https -sympa/default/scenari/d_edit.public -sympa/default/scenari/d_read.default -sympa/default/scenari/d_read.owner -sympa/default/scenari/d_read.private -sympa/default/scenari/d_read.private-https -sympa/default/scenari/d_read.public -sympa/default/scenari/del.auth -sympa/default/scenari/del.closed -sympa/default/scenari/del.default -sympa/default/scenari/del.owner -sympa/default/scenari/del.owner_notify -sympa/default/scenari/global_remind.listmaster -sympa/default/scenari/info.default -sympa/default/scenari/info.open -sympa/default/scenari/info.private -sympa/default/scenari/invite.closed -sympa/default/scenari/invite.default -sympa/default/scenari/invite.owner -sympa/default/scenari/invite.private -sympa/default/scenari/invite.public -sympa/default/scenari/remind.default -sympa/default/scenari/remind.listmaster -sympa/default/scenari/remind.owner -sympa/default/scenari/review.closed -sympa/default/scenari/review.default -sympa/default/scenari/review.intranet -sympa/default/scenari/review.listmaster -sympa/default/scenari/review.owner -sympa/default/scenari/review.private -sympa/default/scenari/review.public -sympa/default/scenari/send.closed -sympa/default/scenari/send.default -sympa/default/scenari/send.editorkey -sympa/default/scenari/send.editorkeyonly -sympa/default/scenari/send.editorkeyonlyauth -sympa/default/scenari/send.intranet -sympa/default/scenari/send.intranetorprivate -sympa/default/scenari/send.newsletter -sympa/default/scenari/send.newsletterkeyonly -sympa/default/scenari/send.private -sympa/default/scenari/send.private_smime -sympa/default/scenari/send.privateandeditorkey -sympa/default/scenari/send.privateandnomultipartoreditorkey -sympa/default/scenari/send.privatekey -sympa/default/scenari/send.privatekeyandeditorkeyonly -sympa/default/scenari/send.privateoreditorkey -sympa/default/scenari/send.privateorpublickey -sympa/default/scenari/send.public -sympa/default/scenari/send.public_nobcc -sympa/default/scenari/send.publickey -sympa/default/scenari/send.publicnoattachment -sympa/default/scenari/send.publicnomultipart -sympa/default/scenari/spam_status.x-spam-status -sympa/default/scenari/subscribe.auth -sympa/default/scenari/subscribe.auth_notify -sympa/default/scenari/subscribe.auth_owner -sympa/default/scenari/subscribe.closed -sympa/default/scenari/subscribe.default -sympa/default/scenari/subscribe.intranet -sympa/default/scenari/subscribe.intranetorowner -sympa/default/scenari/subscribe.open -sympa/default/scenari/subscribe.open_notify -sympa/default/scenari/subscribe.open_quiet -sympa/default/scenari/subscribe.owner -sympa/default/scenari/subscribe.smime -sympa/default/scenari/subscribe.smimeorowner -sympa/default/scenari/topics_visibility.conceal -sympa/default/scenari/topics_visibility.default -sympa/default/scenari/topics_visibility.identified -sympa/default/scenari/topics_visibility.noconceal -sympa/default/scenari/unsubscribe.auth -sympa/default/scenari/unsubscribe.auth_notify -sympa/default/scenari/unsubscribe.closed -sympa/default/scenari/unsubscribe.default -sympa/default/scenari/unsubscribe.open -sympa/default/scenari/unsubscribe.open_notify -sympa/default/scenari/unsubscribe.owner -sympa/default/scenari/visibility.conceal -sympa/default/scenari/visibility.default -sympa/default/scenari/visibility.intranet -sympa/default/scenari/visibility.noconceal -sympa/default/scenari/visibility.secret -sympa/default/sympa.wsdl -sympa/default/topics.conf -sympa/default/web_tt2/active_lists.tt2 -sympa/default/web_tt2/add_request.tt2 -sympa/default/web_tt2/admin.tt2 -sympa/default/web_tt2/admin_menu.tt2 -sympa/default/web_tt2/arc.tt2 -sympa/default/web_tt2/arc_manage.tt2 -sympa/default/web_tt2/arc_protect.tt2 -sympa/default/web_tt2/arcsearch.tt2 -sympa/default/web_tt2/arcsearch_form.tt2 -sympa/default/web_tt2/authorization_reject.tt2 -sympa/default/web_tt2/auto_signoff.tt2 -sympa/default/web_tt2/blacklist.tt2 -sympa/default/web_tt2/button_footer.tt2 -sympa/default/web_tt2/button_header.tt2 -sympa/default/web_tt2/ca.tt2 -sympa/default/web_tt2/change_email.tt2 -sympa/default/web_tt2/change_email_request.tt2 -sympa/default/web_tt2/choosepasswd.tt2 -sympa/default/web_tt2/close_list.tt2 -sympa/default/web_tt2/compose_mail.tt2 -sympa/default/web_tt2/copy_template.tt2 -sympa/default/web_tt2/create_list.tt2 -sympa/default/web_tt2/create_list_request.tt2 -sympa/default/web_tt2/css.tt2 -sympa/default/web_tt2/css_ie.tt2 -sympa/default/web_tt2/d_control.tt2 -sympa/default/web_tt2/d_editfile.tt2 -sympa/default/web_tt2/d_install_shared.tt2 -sympa/default/web_tt2/d_properties.tt2 -sympa/default/web_tt2/d_read.tt2 -sympa/default/web_tt2/d_upload.tt2 -sympa/default/web_tt2/dump_scenario.tt2 -sympa/default/web_tt2/dumpvars.tt2 -sympa/default/web_tt2/edit_attributes.tt2 -sympa/default/web_tt2/edit_config.tt2 -sympa/default/web_tt2/edit_list_request.tt2 -sympa/default/web_tt2/edit_template.tt2 -sympa/default/web_tt2/editfile.tt2 -sympa/default/web_tt2/editsubscriber.tt2 -sympa/default/web_tt2/error.tt2 -sympa/default/web_tt2/footer.tt2 -sympa/default/web_tt2/get_closed_lists.tt2 -sympa/default/web_tt2/get_inactive_lists.tt2 -sympa/default/web_tt2/get_latest_lists.tt2 -sympa/default/web_tt2/get_pending_lists.tt2 -sympa/default/web_tt2/help.tt2 -sympa/default/web_tt2/help_admin.tt2 -sympa/default/web_tt2/help_arc.tt2 -sympa/default/web_tt2/help_editfile.tt2 -sympa/default/web_tt2/help_editlist.tt2 -sympa/default/web_tt2/help_faqadmin.tt2 -sympa/default/web_tt2/help_faquser.tt2 -sympa/default/web_tt2/help_introduction.tt2 -sympa/default/web_tt2/help_listconfig.tt2 -sympa/default/web_tt2/help_mail_commands.tt2 -sympa/default/web_tt2/help_sendmsg.tt2 -sympa/default/web_tt2/help_shared.tt2 -sympa/default/web_tt2/help_user.tt2 -sympa/default/web_tt2/help_user_options.tt2 -sympa/default/web_tt2/home.tt2 -sympa/default/web_tt2/info.tt2 -sympa/default/web_tt2/install_pending_list.tt2 -sympa/default/web_tt2/javascript.tt2 -sympa/default/web_tt2/latest_arc.tt2 -sympa/default/web_tt2/latest_d_read.tt2 -sympa/default/web_tt2/latest_lists.tt2 -sympa/default/web_tt2/lca.tt2 -sympa/default/web_tt2/list_button_footer.tt2 -sympa/default/web_tt2/list_button_header.tt2 -sympa/default/web_tt2/list_menu.tt2 -sympa/default/web_tt2/list_panel.tt2 -sympa/default/web_tt2/lists.tt2 -sympa/default/web_tt2/login.tt2 -sympa/default/web_tt2/login_menu.tt2 -sympa/default/web_tt2/loginbanner.tt2 -sympa/default/web_tt2/loginrequest.tt2 -sympa/default/web_tt2/ls_templates.tt2 -sympa/default/web_tt2/main.tt2 -sympa/default/web_tt2/maintenance.tt2 -sympa/default/web_tt2/manage_template.tt2 -sympa/default/web_tt2/menu.tt2 -sympa/default/web_tt2/menu_search.tt2 -sympa/default/web_tt2/modindex.tt2 -sympa/default/web_tt2/nav.tt2 -sympa/default/web_tt2/notice.tt2 -sympa/default/web_tt2/picture_upload.tt2 -sympa/default/web_tt2/pref.tt2 -sympa/default/web_tt2/remove_arc.tt2 -sympa/default/web_tt2/rename_list_request.tt2 -sympa/default/web_tt2/renewpasswd.tt2 -sympa/default/web_tt2/request_topic.tt2 -sympa/default/web_tt2/requestpasswd.tt2 -sympa/default/web_tt2/review.tt2 -sympa/default/web_tt2/review_family.tt2 -sympa/default/web_tt2/reviewbouncing.tt2 -sympa/default/web_tt2/rss.tt2 -sympa/default/web_tt2/rss_request.tt2 -sympa/default/web_tt2/scenario_test.tt2 -sympa/default/web_tt2/search.tt2 -sympa/default/web_tt2/search_list.tt2 -sympa/default/web_tt2/search_user.tt2 -sympa/default/web_tt2/serveradmin.tt2 -sympa/default/web_tt2/set_pending_list_request.tt2 -sympa/default/web_tt2/setlang.tt2 -sympa/default/web_tt2/show_cert.tt2 -sympa/default/web_tt2/show_exclude.tt2 -sympa/default/web_tt2/show_sessions.tt2 -sympa/default/web_tt2/sigrequest.tt2 -sympa/default/web_tt2/skinsedit.tt2 -sympa/default/web_tt2/sso_login.tt2 -sympa/default/web_tt2/stats.tt2 -sympa/default/web_tt2/subindex.tt2 -sympa/default/web_tt2/suboptions.tt2 -sympa/default/web_tt2/subrequest.tt2 -sympa/default/web_tt2/subscriber_table.tt2 -sympa/default/web_tt2/suspend_request.tt2 -sympa/default/web_tt2/ticket.tt2 -sympa/default/web_tt2/title.tt2 -sympa/default/web_tt2/tt2_error.tt2 -sympa/default/web_tt2/view_template.tt2 -sympa/default/web_tt2/viewbounce.tt2 -sympa/default/web_tt2/viewlogs.tt2 -sympa/default/web_tt2/viewmod.tt2 -sympa/default/web_tt2/which.tt2 -sympa/default/web_tt2/your_lists.tt2 -%%NLS%%sympa/locale/ar/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/ar/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/bg/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/bg/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/br/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/br/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/ca/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/cs/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/cs/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/de/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/de/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/el/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/el/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/en_US/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/en_US/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/es/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/es/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/et/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/et/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/eu/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/eu/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/fi/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/fi/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/fr/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/fr/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/hu/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/hu/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/id/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/id/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/it/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/it/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/ja/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/ja/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/ko/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/la/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/ml/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/nb_NO/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/nb_NO/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/nl/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/nl/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/oc/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/oc/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/pl/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/pl/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/pt/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/pt/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/pt_BR/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/pt_BR/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/ro/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/ro/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/ru/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/ru/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/sv/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/sv/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/tr/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/tr/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/vi/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/vi/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/zh_CN/LC_MESSAGES/sympa.mo -%%NLS%%sympa/locale/zh_CN/LC_MESSAGES/web_help.mo -%%NLS%%sympa/locale/zh_TW/LC_MESSAGES/sympa.mo -sympa/static_content/icons/back.png -sympa/static_content/icons/begin.png -sympa/static_content/icons/binary.png -sympa/static_content/icons/crosshairs.png -sympa/static_content/icons/down.png -sympa/static_content/icons/end.png -sympa/static_content/icons/favicon_sympa.png -sympa/static_content/icons/folder.open.png -sympa/static_content/icons/folder.png -sympa/static_content/icons/h.png -sympa/static_content/icons/image2.png -sympa/static_content/icons/junk.png -sympa/static_content/icons/left.png -sympa/static_content/icons/link.png -sympa/static_content/icons/locked.png -sympa/static_content/icons/logo-s-lock.png -sympa/static_content/icons/logo-s.png -sympa/static_content/icons/logo_sympa.png -sympa/static_content/icons/movie.png -sympa/static_content/icons/position.png -sympa/static_content/icons/right.png -sympa/static_content/icons/sound1.png -sympa/static_content/icons/sv.png -sympa/static_content/icons/text.png -sympa/static_content/icons/top.png -sympa/static_content/icons/unknown.png +@comment copyover handled in pkg-install +@unexec cmp -s %D/etc/sympa.conf.sample %D/etc/sympa.conf && rm -f %D/etc/sympa.conf +etc/sympa.conf.sample +@unexec cmp -s %D/etc/wwsympa.conf.sample %D/etc/wwsympa.conf && rm -f %D/etc/wwsympa.conf +etc/wwsympa.conf.sample +%%DATADIR%%/bin/Archive.pm +%%DATADIR%%/bin/Auth.pm +%%DATADIR%%/bin/Bounce.pm +%%DATADIR%%/bin/Bulk.pm +%%DATADIR%%/bin/Commands.pm +%%DATADIR%%/bin/Conf.pm +%%DATADIR%%/bin/Config_XML.pm +%%DATADIR%%/bin/Datasource.pm +%%DATADIR%%/bin/Family.pm +%%DATADIR%%/bin/Fetch.pm +%%DATADIR%%/bin/HTML/myFormatText.pm +%%DATADIR%%/bin/LDAPSource.pm +%%DATADIR%%/bin/Language.pm +%%DATADIR%%/bin/Ldap.pm +%%DATADIR%%/bin/List.pm +%%DATADIR%%/bin/Lock.pm +%%DATADIR%%/bin/Log.pm +%%DATADIR%%/bin/Marc.pm +%%DATADIR%%/bin/Marc/Search.pm +%%DATADIR%%/bin/Message.pm +%%DATADIR%%/bin/PlainDigest.pm +%%DATADIR%%/bin/Robot.pm +%%DATADIR%%/bin/SQLSource.pm +%%DATADIR%%/bin/Scenario.pm +%%DATADIR%%/bin/SharedDocument.pm +%%DATADIR%%/bin/Sympa/Constants.pm +%%DATADIR%%/bin/Sympa/Template/Compat.pm +%%DATADIR%%/bin/SympaSession.pm +%%DATADIR%%/bin/SympaTransport.pm +%%DATADIR%%/bin/Task.pm +%%DATADIR%%/bin/Upgrade.pm +%%DATADIR%%/bin/WebAgent.pm +%%DATADIR%%/bin/admin.pm +%%DATADIR%%/bin/alias_manager.pl +%%DATADIR%%/bin/aliaswrapper +%%DATADIR%%/bin/arc2webarc.pl +%%DATADIR%%/bin/archived.pl +%%DATADIR%%/bin/bounced.pl +%%DATADIR%%/bin/bouncequeue +%%DATADIR%%/bin/bulk.pl +%%DATADIR%%/bin/confdef.pm +%%DATADIR%%/bin/cookielib.pm +%%DATADIR%%/bin/create_db.Oracle +%%DATADIR%%/bin/create_db.Pg +%%DATADIR%%/bin/create_db.SQLite +%%DATADIR%%/bin/create_db.Sybase +%%DATADIR%%/bin/create_db.mysql +%%DATADIR%%/bin/crypt_passwd.pl +%%DATADIR%%/bin/etc/data_structure.version +%%DATADIR%%/bin/familyqueue +%%DATADIR%%/bin/init_comment.pl +%%DATADIR%%/bin/ldap_alias_manager.pl +%%DATADIR%%/bin/mail.pm +%%DATADIR%%/bin/mod2html.pl +%%DATADIR%%/bin/mysql_alias_manager.pl +%%DATADIR%%/bin/p12topem.pl +%%DATADIR%%/bin/queue +%%DATADIR%%/bin/report.pm +%%DATADIR%%/bin/sympa.pl +%%DATADIR%%/bin/sympa_soap_client.pl +%%DATADIR%%/bin/sympa_soap_server-wrapper.fcgi +%%DATADIR%%/bin/sympa_soap_server.fcgi +%%DATADIR%%/bin/sympa_wizard.pl +%%DATADIR%%/bin/sympasoap.pm +%%DATADIR%%/bin/task_manager.pl +%%DATADIR%%/bin/testldap.pl +%%DATADIR%%/bin/testlogs.pl +%%DATADIR%%/bin/time_utils.pm +%%DATADIR%%/bin/tools.pm +%%DATADIR%%/bin/tpl2tt2.pl +%%DATADIR%%/bin/tt2.pm +%%DATADIR%%/bin/virtualwrapper +%%DATADIR%%/bin/wwslib.pm +%%DATADIR%%/bin/wwsympa-wrapper.fcgi +%%DATADIR%%/bin/wwsympa.fcgi +%%DATADIR%%/default/auth.conf +%%DATADIR%%/default/ca-bundle.crt +%%DATADIR%%/default/charset.conf +%%DATADIR%%/default/crawlers_detection.conf +%%DATADIR%%/default/create_list.conf +%%DATADIR%%/default/create_list_templates/discussion_list/comment.tt2 +%%DATADIR%%/default/create_list_templates/discussion_list/config.tt2 +%%DATADIR%%/default/create_list_templates/hotline/comment.tt2 +%%DATADIR%%/default/create_list_templates/hotline/config.tt2 +%%DATADIR%%/default/create_list_templates/html-news-letter/comment.tt2 +%%DATADIR%%/default/create_list_templates/html-news-letter/config.tt2 +%%DATADIR%%/default/create_list_templates/intranet_list/comment.tt2 +%%DATADIR%%/default/create_list_templates/intranet_list/config.tt2 +%%DATADIR%%/default/create_list_templates/news-letter/comment.tt2 +%%DATADIR%%/default/create_list_templates/news-letter/config.tt2 +%%DATADIR%%/default/create_list_templates/private_working_group/comment.tt2 +%%DATADIR%%/default/create_list_templates/private_working_group/config.tt2 +%%DATADIR%%/default/create_list_templates/public_web_forum/comment.tt2 +%%DATADIR%%/default/create_list_templates/public_web_forum/config.tt2 +%%DATADIR%%/default/edit_list.conf +%%DATADIR%%/default/families/sample-auto/config.tt2 +%%DATADIR%%/default/families/sample-auto/param_constraint.conf +%%DATADIR%%/default/global_task_models/chk_cert_expiration.daily.task +%%DATADIR%%/default/global_task_models/crl_update.daily.task +%%DATADIR%%/default/global_task_models/eval_bouncers.daily.task +%%DATADIR%%/default/global_task_models/expire_bounce.daily.task +%%DATADIR%%/default/global_task_models/process_bouncers.weekly.task +%%DATADIR%%/default/global_task_models/purge_logs_table.daily.task +%%DATADIR%%/default/global_task_models/purge_one_time_ticket_table.daily.task +%%DATADIR%%/default/global_task_models/purge_orphan_bounces.monthly.task +%%DATADIR%%/default/global_task_models/purge_session_table.daily.task +%%DATADIR%%/default/global_task_models/purge_tables.daily.task +%%DATADIR%%/default/global_task_models/purge_user_table.monthly.task +%%DATADIR%%/default/ldap_alias_entry.tt2 +%%DATADIR%%/default/ldap_alias_manager.conf +%%DATADIR%%/default/list_aliases.tt2 +%%DATADIR%%/default/list_task_models/expire.yearly.task +%%DATADIR%%/default/list_task_models/remind.2month.task +%%DATADIR%%/default/list_task_models/remind.monthly.task +%%DATADIR%%/default/list_task_models/remind.yearly.task +%%DATADIR%%/default/list_task_models/sync_include.ttl.task +%%DATADIR%%/default/mail_tt2/authorization_reject.tt2 +%%DATADIR%%/default/mail_tt2/bye.tt2 +%%DATADIR%%/default/mail_tt2/certif_warning.tt2 +%%DATADIR%%/default/mail_tt2/command_report.tt2 +%%DATADIR%%/default/mail_tt2/d_install_shared.tt2 +%%DATADIR%%/default/mail_tt2/d_reject_shared.tt2 +%%DATADIR%%/default/mail_tt2/digest.tt2 +%%DATADIR%%/default/mail_tt2/digest_plain.tt2 +%%DATADIR%%/default/mail_tt2/expire_deletion.tt2 +%%DATADIR%%/default/mail_tt2/expire_warning1.tt2 +%%DATADIR%%/default/mail_tt2/expire_warning2.tt2 +%%DATADIR%%/default/mail_tt2/get_archive.tt2 +%%DATADIR%%/default/mail_tt2/global_remind.tt2 +%%DATADIR%%/default/mail_tt2/helpfile.tt2 +%%DATADIR%%/default/mail_tt2/index_archive.tt2 +%%DATADIR%%/default/mail_tt2/info_report.tt2 +%%DATADIR%%/default/mail_tt2/invite.tt2 +%%DATADIR%%/default/mail_tt2/list_created.tt2 +%%DATADIR%%/default/mail_tt2/list_rejected.tt2 +%%DATADIR%%/default/mail_tt2/list_unknown.tt2 +%%DATADIR%%/default/mail_tt2/listeditor_notification.tt2 +%%DATADIR%%/default/mail_tt2/listmaster_notification.tt2 +%%DATADIR%%/default/mail_tt2/listowner_notification.tt2 +%%DATADIR%%/default/mail_tt2/lists.tt2 +%%DATADIR%%/default/mail_tt2/message_report.tt2 +%%DATADIR%%/default/mail_tt2/moderate.tt2 +%%DATADIR%%/default/mail_tt2/modindex.tt2 +%%DATADIR%%/default/mail_tt2/reject.tt2 +%%DATADIR%%/default/mail_tt2/remind.tt2 +%%DATADIR%%/default/mail_tt2/removed.tt2 +%%DATADIR%%/default/mail_tt2/request_auth.tt2 +%%DATADIR%%/default/mail_tt2/review.tt2 +%%DATADIR%%/default/mail_tt2/send_auth.tt2 +%%DATADIR%%/default/mail_tt2/sendpasswd.tt2 +%%DATADIR%%/default/mail_tt2/sendssopasswd.tt2 +%%DATADIR%%/default/mail_tt2/stats_report.tt2 +%%DATADIR%%/default/mail_tt2/summary.tt2 +%%DATADIR%%/default/mail_tt2/urlized_part.tt2 +%%DATADIR%%/default/mail_tt2/user_notification.tt2 +%%DATADIR%%/default/mail_tt2/welcome.tt2 +%%DATADIR%%/default/mail_tt2/which.tt2 +%%DATADIR%%/default/mail_tt2/x509-user-cert-missing.tt2 +%%DATADIR%%/default/mail_tt2/your_infected_msg.tt2 +%%DATADIR%%/default/mhonarc-ressources.tt2 +%%DATADIR%%/default/mime.types +%%DATADIR%%/default/nrcpt_by_domain.conf +%%DATADIR%%/default/scenari/access_web_archive.closed +%%DATADIR%%/default/scenari/access_web_archive.intranet +%%DATADIR%%/default/scenari/access_web_archive.listmaster +%%DATADIR%%/default/scenari/access_web_archive.owner +%%DATADIR%%/default/scenari/access_web_archive.private +%%DATADIR%%/default/scenari/access_web_archive.public +%%DATADIR%%/default/scenari/add.auth +%%DATADIR%%/default/scenari/add.closed +%%DATADIR%%/default/scenari/add.default +%%DATADIR%%/default/scenari/add.owner +%%DATADIR%%/default/scenari/add.owner_notify +%%DATADIR%%/default/scenari/automatic_list_creation.listmaster +%%DATADIR%%/default/scenari/automatic_list_creation.public +%%DATADIR%%/default/scenari/create_list.intranet +%%DATADIR%%/default/scenari/create_list.listmaster +%%DATADIR%%/default/scenari/create_list.public_listmaster +%%DATADIR%%/default/scenari/d_edit.default +%%DATADIR%%/default/scenari/d_edit.editor +%%DATADIR%%/default/scenari/d_edit.owner +%%DATADIR%%/default/scenari/d_edit.private +%%DATADIR%%/default/scenari/d_edit.private-https +%%DATADIR%%/default/scenari/d_edit.public +%%DATADIR%%/default/scenari/d_read.default +%%DATADIR%%/default/scenari/d_read.owner +%%DATADIR%%/default/scenari/d_read.private +%%DATADIR%%/default/scenari/d_read.private-https +%%DATADIR%%/default/scenari/d_read.public +%%DATADIR%%/default/scenari/del.auth +%%DATADIR%%/default/scenari/del.closed +%%DATADIR%%/default/scenari/del.default +%%DATADIR%%/default/scenari/del.owner +%%DATADIR%%/default/scenari/del.owner_notify +%%DATADIR%%/default/scenari/global_remind.listmaster +%%DATADIR%%/default/scenari/info.default +%%DATADIR%%/default/scenari/info.open +%%DATADIR%%/default/scenari/info.private +%%DATADIR%%/default/scenari/invite.closed +%%DATADIR%%/default/scenari/invite.default +%%DATADIR%%/default/scenari/invite.owner +%%DATADIR%%/default/scenari/invite.private +%%DATADIR%%/default/scenari/invite.public +%%DATADIR%%/default/scenari/remind.default +%%DATADIR%%/default/scenari/remind.listmaster +%%DATADIR%%/default/scenari/remind.owner +%%DATADIR%%/default/scenari/review.closed +%%DATADIR%%/default/scenari/review.default +%%DATADIR%%/default/scenari/review.intranet +%%DATADIR%%/default/scenari/review.listmaster +%%DATADIR%%/default/scenari/review.owner +%%DATADIR%%/default/scenari/review.private +%%DATADIR%%/default/scenari/review.public +%%DATADIR%%/default/scenari/send.closed +%%DATADIR%%/default/scenari/send.default +%%DATADIR%%/default/scenari/send.editorkey +%%DATADIR%%/default/scenari/send.editorkeyonly +%%DATADIR%%/default/scenari/send.editorkeyonlyauth +%%DATADIR%%/default/scenari/send.intranet +%%DATADIR%%/default/scenari/send.intranetorprivate +%%DATADIR%%/default/scenari/send.newsletter +%%DATADIR%%/default/scenari/send.newsletterkeyonly +%%DATADIR%%/default/scenari/send.private +%%DATADIR%%/default/scenari/send.private_smime +%%DATADIR%%/default/scenari/send.privateandeditorkey +%%DATADIR%%/default/scenari/send.privateandnomultipartoreditorkey +%%DATADIR%%/default/scenari/send.privatekey +%%DATADIR%%/default/scenari/send.privatekeyandeditorkeyonly +%%DATADIR%%/default/scenari/send.privateoreditorkey +%%DATADIR%%/default/scenari/send.privateorpublickey +%%DATADIR%%/default/scenari/send.public +%%DATADIR%%/default/scenari/send.public_nobcc +%%DATADIR%%/default/scenari/send.publickey +%%DATADIR%%/default/scenari/send.publicnoattachment +%%DATADIR%%/default/scenari/send.publicnomultipart +%%DATADIR%%/default/scenari/spam_status.x-spam-status +%%DATADIR%%/default/scenari/subscribe.auth +%%DATADIR%%/default/scenari/subscribe.auth_notify +%%DATADIR%%/default/scenari/subscribe.auth_owner +%%DATADIR%%/default/scenari/subscribe.closed +%%DATADIR%%/default/scenari/subscribe.default +%%DATADIR%%/default/scenari/subscribe.intranet +%%DATADIR%%/default/scenari/subscribe.intranetorowner +%%DATADIR%%/default/scenari/subscribe.open +%%DATADIR%%/default/scenari/subscribe.open_notify +%%DATADIR%%/default/scenari/subscribe.open_quiet +%%DATADIR%%/default/scenari/subscribe.owner +%%DATADIR%%/default/scenari/subscribe.smime +%%DATADIR%%/default/scenari/subscribe.smimeorowner +%%DATADIR%%/default/scenari/topics_visibility.conceal +%%DATADIR%%/default/scenari/topics_visibility.default +%%DATADIR%%/default/scenari/topics_visibility.identified +%%DATADIR%%/default/scenari/topics_visibility.noconceal +%%DATADIR%%/default/scenari/unsubscribe.auth +%%DATADIR%%/default/scenari/unsubscribe.auth_notify +%%DATADIR%%/default/scenari/unsubscribe.closed +%%DATADIR%%/default/scenari/unsubscribe.default +%%DATADIR%%/default/scenari/unsubscribe.open +%%DATADIR%%/default/scenari/unsubscribe.open_notify +%%DATADIR%%/default/scenari/unsubscribe.owner +%%DATADIR%%/default/scenari/visibility.conceal +%%DATADIR%%/default/scenari/visibility.default +%%DATADIR%%/default/scenari/visibility.intranet +%%DATADIR%%/default/scenari/visibility.noconceal +%%DATADIR%%/default/scenari/visibility.secret +%%DATADIR%%/default/sympa.wsdl +%%DATADIR%%/default/topics.conf +%%DATADIR%%/default/web_tt2/active_lists.tt2 +%%DATADIR%%/default/web_tt2/add_request.tt2 +%%DATADIR%%/default/web_tt2/admin.tt2 +%%DATADIR%%/default/web_tt2/admin_menu.tt2 +%%DATADIR%%/default/web_tt2/arc.tt2 +%%DATADIR%%/default/web_tt2/arc_manage.tt2 +%%DATADIR%%/default/web_tt2/arc_protect.tt2 +%%DATADIR%%/default/web_tt2/arcsearch.tt2 +%%DATADIR%%/default/web_tt2/arcsearch_form.tt2 +%%DATADIR%%/default/web_tt2/authorization_reject.tt2 +%%DATADIR%%/default/web_tt2/auto_signoff.tt2 +%%DATADIR%%/default/web_tt2/blacklist.tt2 +%%DATADIR%%/default/web_tt2/button_footer.tt2 +%%DATADIR%%/default/web_tt2/button_header.tt2 +%%DATADIR%%/default/web_tt2/ca.tt2 +%%DATADIR%%/default/web_tt2/change_email.tt2 +%%DATADIR%%/default/web_tt2/change_email_request.tt2 +%%DATADIR%%/default/web_tt2/choosepasswd.tt2 +%%DATADIR%%/default/web_tt2/close_list.tt2 +%%DATADIR%%/default/web_tt2/compose_mail.tt2 +%%DATADIR%%/default/web_tt2/copy_template.tt2 +%%DATADIR%%/default/web_tt2/create_list.tt2 +%%DATADIR%%/default/web_tt2/create_list_request.tt2 +%%DATADIR%%/default/web_tt2/css.tt2 +%%DATADIR%%/default/web_tt2/css_ie.tt2 +%%DATADIR%%/default/web_tt2/d_control.tt2 +%%DATADIR%%/default/web_tt2/d_editfile.tt2 +%%DATADIR%%/default/web_tt2/d_install_shared.tt2 +%%DATADIR%%/default/web_tt2/d_properties.tt2 +%%DATADIR%%/default/web_tt2/d_read.tt2 +%%DATADIR%%/default/web_tt2/d_upload.tt2 +%%DATADIR%%/default/web_tt2/dump_scenario.tt2 +%%DATADIR%%/default/web_tt2/dumpvars.tt2 +%%DATADIR%%/default/web_tt2/edit_attributes.tt2 +%%DATADIR%%/default/web_tt2/edit_config.tt2 +%%DATADIR%%/default/web_tt2/edit_list_request.tt2 +%%DATADIR%%/default/web_tt2/edit_template.tt2 +%%DATADIR%%/default/web_tt2/editfile.tt2 +%%DATADIR%%/default/web_tt2/editsubscriber.tt2 +%%DATADIR%%/default/web_tt2/error.tt2 +%%DATADIR%%/default/web_tt2/footer.tt2 +%%DATADIR%%/default/web_tt2/get_closed_lists.tt2 +%%DATADIR%%/default/web_tt2/get_inactive_lists.tt2 +%%DATADIR%%/default/web_tt2/get_latest_lists.tt2 +%%DATADIR%%/default/web_tt2/get_pending_lists.tt2 +%%DATADIR%%/default/web_tt2/help.tt2 +%%DATADIR%%/default/web_tt2/help_admin.tt2 +%%DATADIR%%/default/web_tt2/help_arc.tt2 +%%DATADIR%%/default/web_tt2/help_editfile.tt2 +%%DATADIR%%/default/web_tt2/help_editlist.tt2 +%%DATADIR%%/default/web_tt2/help_faqadmin.tt2 +%%DATADIR%%/default/web_tt2/help_faquser.tt2 +%%DATADIR%%/default/web_tt2/help_introduction.tt2 +%%DATADIR%%/default/web_tt2/help_listconfig.tt2 +%%DATADIR%%/default/web_tt2/help_mail_commands.tt2 +%%DATADIR%%/default/web_tt2/help_sendmsg.tt2 +%%DATADIR%%/default/web_tt2/help_shared.tt2 +%%DATADIR%%/default/web_tt2/help_user.tt2 +%%DATADIR%%/default/web_tt2/help_user_options.tt2 +%%DATADIR%%/default/web_tt2/home.tt2 +%%DATADIR%%/default/web_tt2/info.tt2 +%%DATADIR%%/default/web_tt2/install_pending_list.tt2 +%%DATADIR%%/default/web_tt2/javascript.tt2 +%%DATADIR%%/default/web_tt2/latest_arc.tt2 +%%DATADIR%%/default/web_tt2/latest_d_read.tt2 +%%DATADIR%%/default/web_tt2/latest_lists.tt2 +%%DATADIR%%/default/web_tt2/lca.tt2 +%%DATADIR%%/default/web_tt2/list_button_footer.tt2 +%%DATADIR%%/default/web_tt2/list_button_header.tt2 +%%DATADIR%%/default/web_tt2/list_menu.tt2 +%%DATADIR%%/default/web_tt2/list_panel.tt2 +%%DATADIR%%/default/web_tt2/lists.tt2 +%%DATADIR%%/default/web_tt2/login.tt2 +%%DATADIR%%/default/web_tt2/login_menu.tt2 +%%DATADIR%%/default/web_tt2/loginbanner.tt2 +%%DATADIR%%/default/web_tt2/loginrequest.tt2 +%%DATADIR%%/default/web_tt2/ls_templates.tt2 +%%DATADIR%%/default/web_tt2/main.tt2 +%%DATADIR%%/default/web_tt2/maintenance.tt2 +%%DATADIR%%/default/web_tt2/manage_template.tt2 +%%DATADIR%%/default/web_tt2/menu.tt2 +%%DATADIR%%/default/web_tt2/menu_search.tt2 +%%DATADIR%%/default/web_tt2/modindex.tt2 +%%DATADIR%%/default/web_tt2/nav.tt2 +%%DATADIR%%/default/web_tt2/notice.tt2 +%%DATADIR%%/default/web_tt2/picture_upload.tt2 +%%DATADIR%%/default/web_tt2/pref.tt2 +%%DATADIR%%/default/web_tt2/remove_arc.tt2 +%%DATADIR%%/default/web_tt2/rename_list_request.tt2 +%%DATADIR%%/default/web_tt2/renewpasswd.tt2 +%%DATADIR%%/default/web_tt2/request_topic.tt2 +%%DATADIR%%/default/web_tt2/requestpasswd.tt2 +%%DATADIR%%/default/web_tt2/review.tt2 +%%DATADIR%%/default/web_tt2/review_family.tt2 +%%DATADIR%%/default/web_tt2/reviewbouncing.tt2 +%%DATADIR%%/default/web_tt2/rss.tt2 +%%DATADIR%%/default/web_tt2/rss_request.tt2 +%%DATADIR%%/default/web_tt2/scenario_test.tt2 +%%DATADIR%%/default/web_tt2/search.tt2 +%%DATADIR%%/default/web_tt2/search_list.tt2 +%%DATADIR%%/default/web_tt2/search_user.tt2 +%%DATADIR%%/default/web_tt2/serveradmin.tt2 +%%DATADIR%%/default/web_tt2/set_pending_list_request.tt2 +%%DATADIR%%/default/web_tt2/setlang.tt2 +%%DATADIR%%/default/web_tt2/show_cert.tt2 +%%DATADIR%%/default/web_tt2/show_exclude.tt2 +%%DATADIR%%/default/web_tt2/show_sessions.tt2 +%%DATADIR%%/default/web_tt2/sigrequest.tt2 +%%DATADIR%%/default/web_tt2/skinsedit.tt2 +%%DATADIR%%/default/web_tt2/sso_login.tt2 +%%DATADIR%%/default/web_tt2/stats.tt2 +%%DATADIR%%/default/web_tt2/subindex.tt2 +%%DATADIR%%/default/web_tt2/suboptions.tt2 +%%DATADIR%%/default/web_tt2/subrequest.tt2 +%%DATADIR%%/default/web_tt2/subscriber_table.tt2 +%%DATADIR%%/default/web_tt2/suspend_request.tt2 +%%DATADIR%%/default/web_tt2/ticket.tt2 +%%DATADIR%%/default/web_tt2/title.tt2 +%%DATADIR%%/default/web_tt2/tt2_error.tt2 +%%DATADIR%%/default/web_tt2/view_template.tt2 +%%DATADIR%%/default/web_tt2/viewbounce.tt2 +%%DATADIR%%/default/web_tt2/viewlogs.tt2 +%%DATADIR%%/default/web_tt2/viewmod.tt2 +%%DATADIR%%/default/web_tt2/which.tt2 +%%DATADIR%%/default/web_tt2/your_lists.tt2 +%%NLS%%%%DATADIR%%/locale/ar/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/ar/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/bg/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/bg/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/br/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/br/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/ca/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/cs/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/cs/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/de/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/de/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/el/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/el/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/en_US/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/en_US/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/es/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/es/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/et/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/et/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/eu/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/eu/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/fi/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/fi/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/fr/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/fr/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/hu/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/hu/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/id/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/id/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/it/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/it/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/ja/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/ja/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/ko/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/la/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/ml/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/nb_NO/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/nb_NO/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/nl/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/nl/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/oc/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/oc/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/pl/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/pl/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/pt/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/pt/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/pt_BR/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/pt_BR/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/ro/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/ro/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/ru/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/ru/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/sv/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/sv/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/tr/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/tr/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/vi/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/vi/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/zh_CN/LC_MESSAGES/sympa.mo +%%NLS%%%%DATADIR%%/locale/zh_CN/LC_MESSAGES/web_help.mo +%%NLS%%%%DATADIR%%/locale/zh_TW/LC_MESSAGES/sympa.mo +%%DATADIR%%/static_content/icons/back.png +%%DATADIR%%/static_content/icons/begin.png +%%DATADIR%%/static_content/icons/binary.png +%%DATADIR%%/static_content/icons/crosshairs.png +%%DATADIR%%/static_content/icons/down.png +%%DATADIR%%/static_content/icons/end.png +%%DATADIR%%/static_content/icons/favicon_sympa.png +%%DATADIR%%/static_content/icons/folder.open.png +%%DATADIR%%/static_content/icons/folder.png +%%DATADIR%%/static_content/icons/h.png +%%DATADIR%%/static_content/icons/image2.png +%%DATADIR%%/static_content/icons/junk.png +%%DATADIR%%/static_content/icons/left.png +%%DATADIR%%/static_content/icons/link.png +%%DATADIR%%/static_content/icons/locked.png +%%DATADIR%%/static_content/icons/logo-s-lock.png +%%DATADIR%%/static_content/icons/logo-s.png +%%DATADIR%%/static_content/icons/logo_sympa.png +%%DATADIR%%/static_content/icons/movie.png +%%DATADIR%%/static_content/icons/position.png +%%DATADIR%%/static_content/icons/right.png +%%DATADIR%%/static_content/icons/sound1.png +%%DATADIR%%/static_content/icons/sv.png +%%DATADIR%%/static_content/icons/text.png +%%DATADIR%%/static_content/icons/top.png +%%DATADIR%%/static_content/icons/unknown.png %%EXAMPLESDIR%%/sample/test/web_tt2/welcome.tt2 %%EXAMPLESDIR%%/sample/test/config %%EXAMPLESDIR%%/sample/test/info @@ -492,108 +495,109 @@ @dirrm %%EXAMPLESDIR%%/sample/test @dirrm %%EXAMPLESDIR%%/sample @dirrm %%EXAMPLESDIR%% -@dirrm sympa/static_content/icons -@dirrm sympa/static_content -@dirrm sympa/spool/tmp -@dirrm sympa/spool/task -@dirrm sympa/spool/outgoing -@dirrm sympa/spool/msg -@dirrm sympa/spool/moderation -@dirrm sympa/spool/expire -@dirrm sympa/spool/digest -@dirrm sympa/spool/auth -@dirrm sympa/spool -@dirrm sympa/share -%%NLS%%@dirrm sympa/locale/zh_TW/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/zh_TW -%%NLS%%@dirrm sympa/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/zh_CN -%%NLS%%@dirrm sympa/locale/vi/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/vi -%%NLS%%@dirrm sympa/locale/tr/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/tr -%%NLS%%@dirrm sympa/locale/sv/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/sv -%%NLS%%@dirrm sympa/locale/ru/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/ru -%%NLS%%@dirrm sympa/locale/ro/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/ro -%%NLS%%@dirrm sympa/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/pt_BR -%%NLS%%@dirrm sympa/locale/pt/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/pt -%%NLS%%@dirrm sympa/locale/pl/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/pl -%%NLS%%@dirrm sympa/locale/oc/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/oc -%%NLS%%@dirrm sympa/locale/nl/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/nl -%%NLS%%@dirrm sympa/locale/nb_NO/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/nb_NO -%%NLS%%@dirrm sympa/locale/ml/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/ml -%%NLS%%@dirrm sympa/locale/la/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/la -%%NLS%%@dirrm sympa/locale/ko/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/ko -%%NLS%%@dirrm sympa/locale/ja/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/ja -%%NLS%%@dirrm sympa/locale/it/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/it -%%NLS%%@dirrm sympa/locale/id/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/id -%%NLS%%@dirrm sympa/locale/hu/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/hu -%%NLS%%@dirrm sympa/locale/fr/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/fr -%%NLS%%@dirrm sympa/locale/fi/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/fi -%%NLS%%@dirrm sympa/locale/eu/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/eu -%%NLS%%@dirrm sympa/locale/et/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/et -%%NLS%%@dirrm sympa/locale/es/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/es -%%NLS%%@dirrm sympa/locale/en_US/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/en_US -%%NLS%%@dirrm sympa/locale/el/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/el -%%NLS%%@dirrm sympa/locale/de/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/de -%%NLS%%@dirrm sympa/locale/cs/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/cs -%%NLS%%@dirrm sympa/locale/ca/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/ca -%%NLS%%@dirrm sympa/locale/br/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/br -%%NLS%%@dirrm sympa/locale/bg/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/bg -%%NLS%%@dirrm sympa/locale/ar/LC_MESSAGES -%%NLS%%@dirrm sympa/locale/ar -%%NLS%%@dirrm sympa/locale -@dirrm sympa/list_data -@dirrm sympa/default/web_tt2 -@dirrm sympa/default/scenari -@dirrm sympa/default/mail_tt2 -@dirrm sympa/default/list_task_models -@dirrm sympa/default/global_task_models -@dirrm sympa/default/families/sample-auto -@dirrm sympa/default/families -@dirrm sympa/default/create_list_templates/public_web_forum -@dirrm sympa/default/create_list_templates/private_working_group -@dirrm sympa/default/create_list_templates/news-letter -@dirrm sympa/default/create_list_templates/intranet_list -@dirrm sympa/default/create_list_templates/html-news-letter -@dirrm sympa/default/create_list_templates/hotline -@dirrm sympa/default/create_list_templates/discussion_list -@dirrm sympa/default/create_list_templates -@dirrm sympa/default -@dirrm sympa/bounce -@dirrm sympa/bin/etc -@dirrm sympa/bin/Sympa/Template -@dirrm sympa/bin/Sympa -@dirrm sympa/bin/Marc -@dirrm sympa/bin/HTML -@dirrm sympa/bin -@dirrm sympa/arc -@dirrm sympa +@dirrm %%DATADIR%%/static_content/icons +@dirrm %%DATADIR%%/static_content +@dirrm %%DATADIR%%/spool/tmp +@dirrm %%DATADIR%%/spool/task +@dirrm %%DATADIR%%/spool/outgoing +@dirrm %%DATADIR%%/spool/msg +@dirrm %%DATADIR%%/spool/moderation +@dirrm %%DATADIR%%/spool/expire +@dirrm %%DATADIR%%/spool/digest +@dirrm %%DATADIR%%/spool/auth +@dirrm %%DATADIR%%/spool +@dirrm %%DATADIR%%/share +%%NLS%%@dirrm %%DATADIR%%/locale/zh_TW/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/zh_TW +%%NLS%%@dirrm %%DATADIR%%/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/zh_CN +%%NLS%%@dirrm %%DATADIR%%/locale/vi/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/vi +%%NLS%%@dirrm %%DATADIR%%/locale/tr/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/tr +%%NLS%%@dirrm %%DATADIR%%/locale/sv/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/sv +%%NLS%%@dirrm %%DATADIR%%/locale/ru/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/ru +%%NLS%%@dirrm %%DATADIR%%/locale/ro/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/ro +%%NLS%%@dirrm %%DATADIR%%/locale/pt_BR/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/pt_BR +%%NLS%%@dirrm %%DATADIR%%/locale/pt/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/pt +%%NLS%%@dirrm %%DATADIR%%/locale/pl/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/pl +%%NLS%%@dirrm %%DATADIR%%/locale/oc/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/oc +%%NLS%%@dirrm %%DATADIR%%/locale/nl/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/nl +%%NLS%%@dirrm %%DATADIR%%/locale/nb_NO/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/nb_NO +%%NLS%%@dirrm %%DATADIR%%/locale/ml/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/ml +%%NLS%%@dirrm %%DATADIR%%/locale/la/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/la +%%NLS%%@dirrm %%DATADIR%%/locale/ko/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/ko +%%NLS%%@dirrm %%DATADIR%%/locale/ja/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/ja +%%NLS%%@dirrm %%DATADIR%%/locale/it/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/it +%%NLS%%@dirrm %%DATADIR%%/locale/id/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/id +%%NLS%%@dirrm %%DATADIR%%/locale/hu/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/hu +%%NLS%%@dirrm %%DATADIR%%/locale/fr/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/fr +%%NLS%%@dirrm %%DATADIR%%/locale/fi/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/fi +%%NLS%%@dirrm %%DATADIR%%/locale/eu/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/eu +%%NLS%%@dirrm %%DATADIR%%/locale/et/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/et +%%NLS%%@dirrm %%DATADIR%%/locale/es/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/es +%%NLS%%@dirrm %%DATADIR%%/locale/en_US/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/en_US +%%NLS%%@dirrm %%DATADIR%%/locale/el/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/el +%%NLS%%@dirrm %%DATADIR%%/locale/de/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/de +%%NLS%%@dirrm %%DATADIR%%/locale/cs/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/cs +%%NLS%%@dirrm %%DATADIR%%/locale/ca/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/ca +%%NLS%%@dirrm %%DATADIR%%/locale/br/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/br +%%NLS%%@dirrm %%DATADIR%%/locale/bg/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/bg +%%NLS%%@dirrm %%DATADIR%%/locale/ar/LC_MESSAGES +%%NLS%%@dirrm %%DATADIR%%/locale/ar +%%NLS%%@dirrm %%DATADIR%%/locale +@dirrm %%DATADIR%%/list_data +@dirrm %%DATADIR%%/default/web_tt2 +@dirrm %%DATADIR%%/default/scenari +@dirrm %%DATADIR%%/default/mail_tt2 +@dirrm %%DATADIR%%/default/list_task_models +@dirrm %%DATADIR%%/default/global_task_models +@dirrm %%DATADIR%%/default/families/sample-auto +@dirrm %%DATADIR%%/default/families +@dirrm %%DATADIR%%/default/create_list_templates/public_web_forum +@dirrm %%DATADIR%%/default/create_list_templates/private_working_group +@dirrm %%DATADIR%%/default/create_list_templates/news-letter +@dirrm %%DATADIR%%/default/create_list_templates/intranet_list +@dirrm %%DATADIR%%/default/create_list_templates/html-news-letter +@dirrm %%DATADIR%%/default/create_list_templates/hotline +@dirrm %%DATADIR%%/default/create_list_templates/discussion_list +@dirrm %%DATADIR%%/default/create_list_templates +@dirrm %%DATADIR%%/default +@dirrm %%DATADIR%%/bounce +@exec mkdir -p %%DATADIR%%/bin/etc +@dirrm %%DATADIR%%/bin/etc +@dirrm %%DATADIR%%/bin/Sympa/Template +@dirrm %%DATADIR%%/bin/Sympa +@dirrm %%DATADIR%%/bin/Marc +@dirrm %%DATADIR%%/bin/HTML +@dirrm %%DATADIR%%/bin +@dirrm %%DATADIR%%/arc +@dirrm %%DATADIR%% Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-install.in 31 May 2011 18:45:33 -0000 @@ -0,0 +1,53 @@ +#!/bin/sh +# $FreeBSD: ports/mail/sympa/pkg-install,v 1.5 2005/02/27 13:55:24 pav Exp $ +# + +case $2 in +POST-INSTALL) + echo "======================================================" + if [ x"${DB_TYPE}" != "x" ]; then + echo "If this is your first installation of sympa, please load" + echo "this file with your ${DB_TYPE} database client:" + echo " %%DATADIR%%/bin/create_db.${DB_TYPE}" + echo "" + fi + echo "To configure sympa interactively, please run:" + echo " perl %%DATADIR%%/bin/sympa_wizard.pl" + echo "" + + for conf in sympa.conf wwsympa.conf + do [ ! -f ${PKG_PREFIX}/etc/${conf} ] \ + && cp -p ${PKG_PREFIX}/etc/${conf}.sample ${PKG_PREFIX}/etc/${conf} \ + && chmod u+w ${PKG_PREFIX}/etc/${conf} + done + + echo "You may also manually edit the two configuration files:" + echo " ${PKG_PREFIX}/etc/sympa.conf" + echo " ${PKG_PREFIX}/etc/wwsympa.conf" + echo "======================================================" + echo "To set up the wwsympa server, add something like this to" + echo "your Apache configuration file:" + echo "" + echo " DocumentRoot \"%%DATADIR%%\"" + echo " AddDefaultCharset UTF-8" + echo " DirectoryIndex wws" + echo " Options +Indexes" + if [ x"${WITH_FASTCGI}" != x ]; then + echo " LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so" + echo " " + echo " SetHandler fastcgi-script" + echo " " + fi + echo " " + echo " Allow from all" + echo " " + echo " ScriptAlias /wws %%DATADIR%%/bin/wwsympa-wrapper" + echo "======================================================" + exit 0 + ;; +PRE-INSTALL) + exit 0 + ;; +esac + +exit 0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 19:20:11 2011 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 C0ABC106566B for ; Tue, 31 May 2011 19: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 979408FC12 for ; Tue, 31 May 2011 19:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VJKBet059530 for ; Tue, 31 May 2011 19:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VJKBgD059529; Tue, 31 May 2011 19:20:11 GMT (envelope-from gnats) Date: Tue, 31 May 2011 19:20:11 GMT Message-Id: <201105311920.p4VJKBgD059529@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Fabian Wenk Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fabian Wenk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 19:20:11 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: Fabian Wenk To: "Klaus T. Aehlig" Cc: Eitan Adler , bug-followup@freebsd.org Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) Date: Tue, 31 May 2011 21:18:51 +0200 Hello Klaus On 30.05.11 23:47, Klaus T. Aehlig wrote: > Fabian: can you please verify that this solves the problem > for you as well? Yes, this solves it on both my 7.3-RELEASE-p4 / amd64, and also on my friends 7.3-RELEASE-p2 / amd64 and on his 8.1-RELEASE / i386. bye Fabian From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 20:50:09 2011 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 DD7B8106564A for ; Tue, 31 May 2011 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 BB5C08FC19 for ; Tue, 31 May 2011 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VKo99Y041397 for ; Tue, 31 May 2011 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VKo9eh041396; Tue, 31 May 2011 20:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 20:50:09 GMT Resent-Message-Id: <201105312050.p4VKo9eh041396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56C97106564A for ; Tue, 31 May 2011 20:41: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 2DFF68FC14 for ; Tue, 31 May 2011 20:41: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 p4VKf6JT052449 for ; Tue, 31 May 2011 20:41:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VKf60N052448; Tue, 31 May 2011 20:41:06 GMT (envelope-from nobody) Message-Id: <201105312041.p4VKf60N052448@red.freebsd.org> Date: Tue, 31 May 2011 20:41:06 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157476: [UPDATE] multimedia/gaupol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 20:50:09 -0000 >Number: 157476 >Category: ports >Synopsis: [UPDATE] multimedia/gaupol >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 May 31 20:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: Update to 0.18: =============== * Add extension that allows use of custom framerates * Add "Get more extensions" button to the preferences dialog * Relax SubRip file parsing in unambiguous cases * Fix saving of last used directory in file dialogs with "paths that cannot be represented as a local filename" * Add Brazilian Portuguese translation * Update German translation >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN gaupol.orig/Makefile gaupol/Makefile --- gaupol.orig/Makefile 2011-05-31 22:36:13.182489169 +0200 +++ gaupol/Makefile 2011-05-31 22:38:32.690981804 +0200 @@ -6,9 +6,9 @@ # PORTNAME= gaupol -PORTVERSION= 0.17.2 +PORTVERSION= 0.18 CATEGORIES= multimedia python -MASTER_SITES= http://download.gna.org/gaupol/0.17/ \ +MASTER_SITES= http://download.gna.org/gaupol/${PORTVERSION}/ \ http://www.c-s.li/ports/ MAINTAINER= c-s@c-s.li diff -ruN gaupol.orig/distinfo gaupol/distinfo --- gaupol.orig/distinfo 2011-05-31 22:36:13.182489169 +0200 +++ gaupol/distinfo 2011-05-31 22:38:32.690981804 +0200 @@ -1,2 +1,2 @@ -SHA256 (gaupol-0.17.2.tar.gz) = 9abb3a1db9c70992f54357637ded75aaf5f4db64541efb7d85945fcfd5955ac3 -SIZE (gaupol-0.17.2.tar.gz) = 608728 +SHA256 (gaupol-0.18.tar.gz) = 2084fbefef444a2f0220351193d29babe33f6f64120be8f95bc2a7202d6114b9 +SIZE (gaupol-0.18.tar.gz) = 641781 diff -ruN gaupol.orig/pkg-plist gaupol/pkg-plist --- gaupol.orig/pkg-plist 2011-05-31 22:36:13.182489169 +0200 +++ gaupol/pkg-plist 2011-05-31 22:38:32.690981804 +0200 @@ -462,12 +462,14 @@ %%PYTHON_SITELIBDIR%%/gaupol/view.pyc %%PYTHON_SITELIBDIR%%/gaupol/view.pyo share/applications/gaupol.desktop +share/applications/mimeinfo.cache %%DATADIR%%/extensions/bookmarks/add-bookmark-dialog.ui %%DATADIR%%/extensions/bookmarks/bookmark.png %%DATADIR%%/extensions/bookmarks/bookmarks.gaupol-extension %%DATADIR%%/extensions/bookmarks/bookmarks.py %%DATADIR%%/extensions/bookmarks/bookmarks.pyo %%DATADIR%%/extensions/bookmarks/bookmarks.ui.xml +%%DATADIR%%/extensions/custom-framerates/custom-framerates.gaupol-extension %%DATADIR%%/extensions/side-pane/side-pane.gaupol-extension %%DATADIR%%/extensions/side-pane/side-pane.py %%DATADIR%%/extensions/side-pane/side-pane.pyo @@ -545,6 +547,7 @@ %%NLS%%share/locale/he/LC_MESSAGES/gaupol.mo %%NLS%%share/locale/hu/LC_MESSAGES/gaupol.mo %%NLS%%share/locale/pl/LC_MESSAGES/gaupol.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gaupol.mo %%NLS%%share/locale/ru/LC_MESSAGES/gaupol.mo %%NLS%%share/locale/sv/LC_MESSAGES/gaupol.mo %%NLS%%share/locale/tr/LC_MESSAGES/gaupol.mo @@ -567,6 +570,7 @@ @dirrm %%DATADIR%%/iso-codes @dirrm %%DATADIR%%/headers @dirrm %%DATADIR%%/extensions/side-pane +@dirrm %%DATADIR%%/extensions/custom-framerates @dirrm %%DATADIR%%/extensions/bookmarks @dirrm %%DATADIR%%/extensions @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 20:50:20 2011 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 0DDF4106564A; Tue, 31 May 2011 20:50: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 DAC188FC16; Tue, 31 May 2011 20:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VKoJMm041966; Tue, 31 May 2011 20:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VKoJYg041957; Tue, 31 May 2011 20:50:19 GMT (envelope-from edwin) Date: Tue, 31 May 2011 20:50:19 GMT Message-Id: <201105312050.p4VKoJYg041957@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157476: [UPDATE] multimedia/gaupol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 20:50:20 -0000 Synopsis: [UPDATE] multimedia/gaupol Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 20:50:19 UTC 2011 Responsible-Changed-Why: glarkin@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157476 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 21:00:20 2011 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 5DCFB1065675 for ; Tue, 31 May 2011 21:00:20 +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 226C08FC1E for ; Tue, 31 May 2011 21:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VL0K2g049853 for ; Tue, 31 May 2011 21:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VL0JhM049852; Tue, 31 May 2011 21:00:19 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 21:00:19 GMT Resent-Message-Id: <201105312100.p4VL0JhM049852@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1565D1065787 for ; Tue, 31 May 2011 20:50: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 062098FC18 for ; Tue, 31 May 2011 20:50: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 p4VKon1g061447 for ; Tue, 31 May 2011 20:50:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VKonWL061446; Tue, 31 May 2011 20:50:49 GMT (envelope-from nobody) Message-Id: <201105312050.p4VKonWL061446@red.freebsd.org> Date: Tue, 31 May 2011 20:50:49 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157477: [UPDATE] sysutils/afflib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 21:00:20 -0000 >Number: 157477 >Category: ports >Synopsis: [UPDATE] sysutils/afflib >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 May 31 21:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: Update to 3.6.12 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN afflib.orig/Makefile afflib/Makefile --- afflib.orig/Makefile 2011-05-31 22:49:18.733370949 +0200 +++ afflib/Makefile 2011-05-31 22:49:27.478500256 +0200 @@ -7,7 +7,7 @@ # PORTNAME= afflib -PORTVERSION= 3.6.10 +PORTVERSION= 3.6.12 CATEGORIES= sysutils MASTER_SITES= http://afflib.org/downloads/ \ http://www.c-s.li/ports/ diff -ruN afflib.orig/distinfo afflib/distinfo --- afflib.orig/distinfo 2011-05-31 22:49:18.733370949 +0200 +++ afflib/distinfo 2011-05-31 22:49:27.478500256 +0200 @@ -1,2 +1,2 @@ -SHA256 (afflib-3.6.10.tar.gz) = 02fea593b23b0e362bd806587086fd08db7b5ae134c57e956544290141376b48 -SIZE (afflib-3.6.10.tar.gz) = 768888 +SHA256 (afflib-3.6.12.tar.gz) = 07e89cb01116663a631dcd24fa07f1ab44f5f3f60b0f5244084d6d2a71b623d0 +SIZE (afflib-3.6.12.tar.gz) = 767740 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 21:00:34 2011 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 79ADB1065679; Tue, 31 May 2011 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 526888FC1D; Tue, 31 May 2011 21:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VL0Y52050676; Tue, 31 May 2011 21:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VL0YH6050665; Tue, 31 May 2011 21:00:34 GMT (envelope-from edwin) Date: Tue, 31 May 2011 21:00:34 GMT Message-Id: <201105312100.p4VL0YH6050665@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157477: [UPDATE] sysutils/afflib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 21:00:34 -0000 Synopsis: [UPDATE] sysutils/afflib Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 21:00:33 UTC 2011 Responsible-Changed-Why: glarkin@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157477 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 21:20:09 2011 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 EC86A106566C for ; Tue, 31 May 2011 21:20: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 C87258FC17 for ; Tue, 31 May 2011 21:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VLK8Mr068526 for ; Tue, 31 May 2011 21:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VLK87N068525; Tue, 31 May 2011 21:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 21:20:08 GMT Resent-Message-Id: <201105312120.p4VLK87N068525@freefall.freebsd.org> 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 BA7C9106567A for ; Tue, 31 May 2011 21:16:17 +0000 (UTC) (envelope-from jaap@bartok.nlnetlabs.nl) Received: from bartok.nlnetlabs.nl (bartok.nlnetlabs.nl [IPv6:2001:7b8:206:1:216:76ff:feb8:3c02]) by mx1.freebsd.org (Postfix) with ESMTP id 5372B8FC12 for ; Tue, 31 May 2011 21:16:16 +0000 (UTC) Received: from bartok.nlnetlabs.nl (localhost [127.0.0.1]) by bartok.nlnetlabs.nl (8.14.4/8.14.4) with ESMTP id p4VLGEef048740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 May 2011 23:16:14 +0200 (CEST) (envelope-from jaap@bartok.nlnetlabs.nl) Received: (from jaap@localhost) by bartok.nlnetlabs.nl (8.14.4/8.14.4/Submit) id p4VLGEbU048739; Tue, 31 May 2011 23:16:14 +0200 (CEST) (envelope-from jaap) Message-Id: <201105312116.p4VLGEbU048739@bartok.nlnetlabs.nl> Date: Tue, 31 May 2011 23:16:14 +0200 (CEST) From: Jaap Akkerhuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jaap@bartok.nlnetlabs.nl Subject: ports/157478: [MAINTAINER] dns/ldns: update to 1.6.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 21:20:09 -0000 >Number: 157478 >Category: ports >Synopsis: [MAINTAINER] dns/ldns: update to 1.6.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 31 21:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 8.2-STABLE i386 >Organization: NLnet Labs >Environment: System: FreeBSD bartok.nlnetlabs.nl 8.2-STABLE FreeBSD 8.2-STABLE #199: Tue May 31 11:50:53 CEST 2011 >Description: - Update to 1.6.10 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ldns-1.6.10.patch begins here --- diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile --- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile 2011-05-24 13:24:27.000000000 +0200 +++ /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile 2011-05-31 22:51:13.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= ldns -PORTVERSION= 1.6.9 +PORTVERSION= 1.6.10 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL @@ -243,7 +243,8 @@ PLIST_SUB+= EXAMPLES="" NOMANCOMPRESS= true MANCOMPRESSED= no -MAN1+= ldns-chaos.1 ldns-compare-zones.1 ldns-dpa.1 ldns-key2ds.1 \ +MAN1+= ldns-chaos.1 ldns-compare-zones.1 ldns-dpa.1 \ + ldns-gen-zone.1 ldns-key2ds.1 \ ldns-keyfetcher.1 ldns-keygen.1 ldns-mx.1 ldns-notify.1 \ ldns-nsec3-hash.1 ldns-read-zone.1 ldns-resolver.1 ldns-revoke.1 \ ldns-rrsig.1 ldns-signzone.1 ldns-testns.1 ldns-update.1 \ @@ -257,7 +258,7 @@ CONFIGURE_ARGS+= --enable-ecdsa .endif -.if defined(WITH_PYLDNS) +.if defined(WITH_PYLDNS) && ${OSVERSION} > 700000 USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" CONFIGURE_ARGS+= --with-pyldns diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo --- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo 2011-05-24 13:24:27.000000000 +0200 +++ /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo 2011-05-31 19:14:12.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (ldns-1.6.9.tar.gz) = 13a0b666ba391920e1e584b773ccb07f5f2227020763b4777689b9bb635b871e -SIZE (ldns-1.6.9.tar.gz) = 984563 +SHA256 (ldns-1.6.10.tar.gz) = a421aa71230045e0d22a97db8c4ffbc049ee06b064de141912da270db7217a8f +SIZE (ldns-1.6.10.tar.gz) = 999717 diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/pkg-plist /space/portstrees/AFreeBSD/ports/dns/ldns/pkg-plist --- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/pkg-plist 2011-05-24 13:24:27.000000000 +0200 +++ /space/portstrees/AFreeBSD/ports/dns/ldns/pkg-plist 2011-05-24 13:37:54.000000000 +0200 @@ -1,6 +1,7 @@ %%EXAMPLES%%bin/ldns-chaos %%EXAMPLES%%bin/ldns-compare-zones %%EXAMPLES%%bin/ldns-dpa +%%EXAMPLES%%bin/ldns-gen-zone %%EXAMPLES%%bin/ldns-key2ds %%EXAMPLES%%bin/ldns-keyfetcher %%EXAMPLES%%bin/ldns-keygen --- ldns-1.6.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 22:20:11 2011 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 2EDC41065674 for ; Tue, 31 May 2011 22: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 0C1D78FC12 for ; Tue, 31 May 2011 22:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VMKA4W022724 for ; Tue, 31 May 2011 22:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VMKALI022722; Tue, 31 May 2011 22:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 22:20:10 GMT Resent-Message-Id: <201105312220.p4VMKALI022722@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99723106566C for ; Tue, 31 May 2011 22:14: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 6FBAE8FC15 for ; Tue, 31 May 2011 22:14:24 +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 p4VMEOeV042685 for ; Tue, 31 May 2011 22:14:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VMENGB042684; Tue, 31 May 2011 22:14:23 GMT (envelope-from nobody) Message-Id: <201105312214.p4VMENGB042684@red.freebsd.org> Date: Tue, 31 May 2011 22:14:23 GMT From: Carl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157479: security/nmap: setting TARGET_ARCH variable prevents compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 22:20:11 -0000 >Number: 157479 >Category: ports >Synopsis: security/nmap: setting TARGET_ARCH variable prevents compilation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 31 22:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Carl >Release: FreeBSD-8.2-RELEASE-amd64/i386 >Organization: >Environment: FreeBSD xxxxxxxx 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Trying to cross-build /usr/ports/security/nmap with the following command results in a compilation failure: env TARGET_ARCH=i386 make The error message is: cc: i386: No such file or directory This is the identical problem documented in all of the following problem reports: http://www.freebsd.org/cgi/query-pr.cgi?pr=147853 http://www.freebsd.org/cgi/query-pr.cgi?pr=151224 http://www.freebsd.org/cgi/query-pr.cgi?pr=156607 http://www.freebsd.org/cgi/query-pr.cgi?pr=157457 In addition to fixing the problem for security/nmap, please, please, please assign someone knowledgeable about this problem to the task of searching the entire ports collection for all instances of this same bug, rather than hoping random end users will eventually discover and report them all one at a time. It is simply wrong to waste end user time that way! Carl / K0802647 >How-To-Repeat: env TARGET_ARCH=i386 make >Fix: The attached patch applied to /usr/ports/security/nmap/Makefile fixed the problem for me, just as similar patches worked for problem reports ports/147853, ports/151224, ports/156607, and ports/157457. Note that the eventually committed fix for ports/156607 is implemented differently. Since I do not really understand the problem, my patch is not intended to imply an optimal solution. Patch attached with submission follows: --- old/Makefile 2011-05-31 02:29:33.000000000 -0700 +++ new/Makefile 2011-05-31 02:32:56.000000000 -0700 @@ -30,7 +30,8 @@ --without-ndiff \ --with-libpcre=${LOCALBASE} \ --with-liblua=${LOCALBASE} -CONFIGURE_ENV= LUA_INCDIR="${LUA_INCDIR}" LUA_LIBDIR="${LUA_LIBDIR}" +MAKE_ENV= TARGET_ARCH= +CONFIGURE_ENV= ${MAKE_ENV} LUA_INCDIR="${LUA_INCDIR}" LUA_LIBDIR="${LUA_LIBDIR}" MANLANG= "" de es fr hr hu it jp pl pt_BR pt_PT ro ru sk zh MAN1= nmap.1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 22:20:13 2011 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 0B597106564A for ; Tue, 31 May 2011 22: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 D575E8FC16 for ; Tue, 31 May 2011 22:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VMKCFF022731 for ; Tue, 31 May 2011 22:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VMKCsu022730; Tue, 31 May 2011 22:20:12 GMT (envelope-from gnats) Date: Tue, 31 May 2011 22:20:12 GMT Message-Id: <201105312220.p4VMKCsu022730@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Phil Phillips Cc: Subject: Re: ports/156655: [new port] net-mgmt/zenoss: monitoring software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Phillips List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 22:20:13 -0000 The following reply was made to PR ports/156655; it has been noted by GNATS. From: Phil Phillips To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156655: [new port] net-mgmt/zenoss: monitoring software Date: Tue, 31 May 2011 15:00:40 -0700 Thanks for the feedback, Chris. Here's an updated shar the should preserve conf files. http://sites.google.com/site/philsplacepublic/files2/zenoss31_2.shar.txt From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 22:20:21 2011 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 73598106564A; Tue, 31 May 2011 22: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 4B7E88FC19; Tue, 31 May 2011 22:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VMKLbm023585; Tue, 31 May 2011 22:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VMKLPL023576; Tue, 31 May 2011 22:20:21 GMT (envelope-from edwin) Date: Tue, 31 May 2011 22:20:21 GMT Message-Id: <201105312220.p4VMKLPL023576@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ohauer@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157479: security/nmap: setting TARGET_ARCH variable prevents compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 22:20:21 -0000 Synopsis: security/nmap: setting TARGET_ARCH variable prevents compilation Responsible-Changed-From-To: freebsd-ports-bugs->ohauer Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 31 22:20:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157479 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 31 23:40:05 2011 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 8BBEE1065670 for ; Tue, 31 May 2011 23: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 501AE8FC1E for ; Tue, 31 May 2011 23:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VNe5kt095066 for ; Tue, 31 May 2011 23:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4VNe5tq095065; Tue, 31 May 2011 23:40:05 GMT (envelope-from gnats) Resent-Date: Tue, 31 May 2011 23:40:05 GMT Resent-Message-Id: <201105312340.p4VNe5tq095065@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Seiji Ariga Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFF751065673 for ; Tue, 31 May 2011 23:32: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 CFBCA8FC14 for ; Tue, 31 May 2011 23:32: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 p4VNWIlA008470 for ; Tue, 31 May 2011 23:32:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4VNWIhj008469; Tue, 31 May 2011 23:32:18 GMT (envelope-from nobody) Message-Id: <201105312332.p4VNWIhj008469@red.freebsd.org> Date: Tue, 31 May 2011 23:32:18 GMT From: Seiji Ariga To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157480: mpd-l2tp-ipv6pd-client pkg-descr is outdated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2011 23:40:05 -0000 >Number: 157480 >Category: ports >Synopsis: mpd-l2tp-ipv6pd-client pkg-descr is outdated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue May 31 23:40:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Seiji Ariga >Release: ports-current >Organization: Individual >Environment: >Description: URL included in "mpd-l2tp-ipv6pd-client" pkg-descr ( http://www.freebsd.org/cgi/url.cgi?ports/net/mpd-l2tp-ipv6pd-client/pkg-descr ) is outdated Old: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf New: http://www.ocn.ne.jp/ipv6/service/pdf/ocnipv6uni_ver1.0.pdf >How-To-Repeat: http://www.freebsd.org/cgi/url.cgi?ports/net/mpd-l2tp-ipv6pd-client/pkg-descr >Fix: Old: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf New: http://www.ocn.ne.jp/ipv6/service/pdf/ocnipv6uni_ver1.0.pdf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 00:10:07 2011 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 084CF1065672 for ; Wed, 1 Jun 2011 00: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 D9E6E8FC13 for ; Wed, 1 Jun 2011 00:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p510A6eq023389 for ; Wed, 1 Jun 2011 00:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p510A6n7023388; Wed, 1 Jun 2011 00:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 00:10:06 GMT Resent-Message-Id: <201106010010.p510A6n7023388@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A7F81065748 for ; Wed, 1 Jun 2011 00:04:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 607AB8FC14 for ; Wed, 1 Jun 2011 00:04:02 +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 p51041aI042731 for ; Wed, 1 Jun 2011 00:04:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51041e6042722; Wed, 1 Jun 2011 00:04:01 GMT (envelope-from nobody) Message-Id: <201106010004.p51041e6042722@red.freebsd.org> Date: Wed, 1 Jun 2011 00:04:01 GMT From: Carl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157481: portmaster test of IS_INTERACTIVE is implemented incorrectly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 00:10:07 -0000 >Number: 157481 >Category: ports >Synopsis: portmaster test of IS_INTERACTIVE is implemented incorrectly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 00:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Carl >Release: FreeBSD-8.2-RELEASE-amd64/i386 >Organization: >Environment: FreeBSD xxxxxxxx 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: portmaster v3.9 includes a test for the existence of the IS_INTERACTIVE variable in each port's Makefile. If IS_INTERACTIVE is found at the beginning of any line, then it is naively assumed that IS_INTERACTIVE will always be set for the port and portmaster pauses to force the user to acknowledge that the port is interactive. This occurs even if the BATCH variable is set in the environment. This simplistic manner of testing IS_INTERACTIVE is wrong because it may be getting conditionally set or cleared in the port's Makefile. As an example, the mail/procmail port cannot be built non-interactively with portmaster for this very reason, yet its Makefile is designed specifically to support a non-interactive build. Here is the relevant section of portmaster: ----- begin excerpt ----- 3186 if [ -z "$FETCH_ONLY" -a ! "$PM_PACKAGES" = only ]; then 3187 TESTINT=`grep -l ^IS_INTERACTIVE Makefile` 3188 else 3189 [ -n "$ALL_FETCH" ] && safe_exit 3190 fi 3191 if [ -n "$TESTINT" ]; then 3192 echo '' 3193 echo "===>>> Warning: $portdir is interactive, and will likely" 3194 echo " require attention during the build" 3195 echo '' 3196 echo -n "===>>> Press the [Enter] or [Return] key to continue " 3197 read DISCARD 3198 echo '' 3199 unset TESTINT DISCARD 3200 fi ------ end excerpt ------ The following excerpt from /usr/ports/mail/procmail/Makefile demonstrates why portmaster is wrong to naively check for a reference to IS_INTERACTIVE: ----- begin excerpt ----- 36 # It asks for list of directories to do test for file locking 37 # (defaults to /tmp and ".", so return should suffice in most cases). 38 .if defined(BATCH) # handled in patch-aa 39 MAKE_ARGS+= -DBATCH 40 .else 41 IS_INTERACTIVE= yes 42 .endif ------ end excerpt ------ As that code shows, setting BATCH for a portmaster build of mail/procmail will prevent IS_INTERACTIVE from being set, yet portmaster will still wrongly conclude that it is set. Carl / K0802647 >How-To-Repeat: Set the BATCH variable for the build environment and try to build mail/procmail using portmaster. >Fix: My current workaround is simply to excise the IS_INTERACTIVE test from portmaster entirely. Assuming there is a good reason for wanting to test for interactivity in the first place, IS_INTERACTIVE should actually be tested to see if it really is set rather than merely checking to see if it's referenced in Makefi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 00:50:09 2011 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 A51A81065674 for ; Wed, 1 Jun 2011 00: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 65C308FC0A for ; Wed, 1 Jun 2011 00:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p510o99j061525 for ; Wed, 1 Jun 2011 00:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p510o9rG061524; Wed, 1 Jun 2011 00:50:09 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 00:50:09 GMT Resent-Message-Id: <201106010050.p510o9rG061524@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B4BE106564A for ; Wed, 1 Jun 2011 00:40:36 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 079768FC0A for ; Wed, 1 Jun 2011 00:40:34 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p510eYWr048733 for ; Tue, 31 May 2011 19:40:34 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p510eYEf048731; Tue, 31 May 2011 19:40:34 -0500 (CDT) (envelope-from stephen) Message-Id: <201106010040.p510eYEf048731@wilberforce.math.missouri.edu> Date: Tue, 31 May 2011 19:40:34 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157482: correction to port math/octave-forge-optim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 00:50:09 -0000 >Number: 157482 >Category: ports >Synopsis: correction to port math/octave-forge-optim >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 00:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: The port math/octave-forge-optim is missing a dependency. >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-optim/Makefile octave-forge-optim/Makefile --- /usr/ports/math/octave-forge-optim/Makefile 2011-05-31 03:57:47.000000000 +0000 +++ octave-forge-optim/Makefile 2011-06-01 00:29:01.000000000 +0000 @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous +RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct .include .include "${PORTSDIR}/Mk/bsd.octave.mk" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 00:50:10 2011 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 F3DFA1065675 for ; Wed, 1 Jun 2011 00: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 B55428FC12 for ; Wed, 1 Jun 2011 00:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p510o9TZ061534 for ; Wed, 1 Jun 2011 00:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p510o9QV061533; Wed, 1 Jun 2011 00:50:09 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 00:50:09 GMT Resent-Message-Id: <201106010050.p510o9QV061533@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C367106564A for ; Wed, 1 Jun 2011 00:42:15 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 485CC8FC0A for ; Wed, 1 Jun 2011 00:42:15 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p510gEdW048911 for ; Tue, 31 May 2011 19:42:14 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p510gEFr048910; Tue, 31 May 2011 19:42:14 -0500 (CDT) (envelope-from stephen) Message-Id: <201106010042.p510gEFr048910@wilberforce.math.missouri.edu> Date: Tue, 31 May 2011 19:42:14 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157483: correction to port math/octave-forge-tsa X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 00:50:10 -0000 >Number: 157483 >Category: ports >Synopsis: correction to port math/octave-forge-tsa >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 00:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: The port math/octave-forge-tsa has a redundant dependency. >How-To-Repeat: >Fix: diff -ur /usr/ports/math/octave-forge-tsa/Makefile octave-forge-tsa/Makefile --- /usr/ports/math/octave-forge-tsa/Makefile 2011-05-31 03:57:47.000000000 +0000 +++ octave-forge-tsa/Makefile 2011-06-01 00:29:44.000000000 +0000 @@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz -RUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz:${PORTSDIR}/math/octave-forge-nan - .include .include "${PORTSDIR}/Mk/bsd.octave.mk" do-build: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:00:18 2011 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 5D9491065670 for ; Wed, 1 Jun 2011 01:00:18 +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 1EA998FC0C for ; Wed, 1 Jun 2011 01:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5110HA1069712 for ; Wed, 1 Jun 2011 01:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5110Hkq069711; Wed, 1 Jun 2011 01:00:17 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 01:00:17 GMT Resent-Message-Id: <201106010100.p5110Hkq069711@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C321065674 for ; Wed, 1 Jun 2011 00:54:15 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 3B82F8FC27 for ; Wed, 1 Jun 2011 00:54:14 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p510sE9d049770 for ; Tue, 31 May 2011 19:54:14 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p510sEg6049769; Tue, 31 May 2011 19:54:14 -0500 (CDT) (envelope-from stephen) Message-Id: <201106010054.p510sEg6049769@wilberforce.math.missouri.edu> Date: Tue, 31 May 2011 19:54:14 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157484: correction to port math/octave-forge-octproj X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 01:00:18 -0000 >Number: 157484 >Category: ports >Synopsis: correction to port math/octave-forge-octproj >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 01:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386 >Description: The patches don't apply cleanly. >How-To-Repeat: >Fix: Remove the directory "files" and all of its contents. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:19:02 2011 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 0856F106568E; Wed, 1 Jun 2011 01:19:02 +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 D53CD8FC22; Wed, 1 Jun 2011 01:19:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511J1Or088319; Wed, 1 Jun 2011 01:19:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511J1rR088315; Wed, 1 Jun 2011 01:19:01 GMT (envelope-from linimon) Date: Wed, 1 Jun 2011 01:19:01 GMT Message-Id: <201106010119.p511J1rR088315@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ume@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157480: net/mpd-l2tp-ipv6pd-client pkg-descr is outdated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 01:19:02 -0000 Old Synopsis: mpd-l2tp-ipv6pd-client pkg-descr is outdated New Synopsis: net/mpd-l2tp-ipv6pd-client pkg-descr is outdated Class-Changed-From-To: doc-bug->change-request Class-Changed-By: linimon Class-Changed-When: Wed Jun 1 01:18:14 UTC 2011 Class-Changed-Why: Fix up synopsis and class and assign. Responsible-Changed-From-To: freebsd-ports-bugs->ume Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 1 01:18:14 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=157480 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:19:33 2011 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 9EB2D106566C; Wed, 1 Jun 2011 01:19: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 771748FC19; Wed, 1 Jun 2011 01:19:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511JXK5088434; Wed, 1 Jun 2011 01:19:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511JXTo088430; Wed, 1 Jun 2011 01:19:33 GMT (envelope-from linimon) Date: Wed, 1 Jun 2011 01:19:33 GMT Message-Id: <201106010119.p511JXTo088430@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157481: ports-mgmt/portmaster test of IS_INTERACTIVE is implemented incorrectly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 01:19:33 -0000 Old Synopsis: portmaster test of IS_INTERACTIVE is implemented incorrectly New Synopsis: ports-mgmt/portmaster test of IS_INTERACTIVE is implemented incorrectly Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 1 01:19:15 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=157481 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:20:10 2011 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 95B8F106564A for ; Wed, 1 Jun 2011 01: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 85FE58FC24 for ; Wed, 1 Jun 2011 01:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511KARc088601 for ; Wed, 1 Jun 2011 01:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511KAgK088600; Wed, 1 Jun 2011 01:20:10 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 01:20:10 GMT Message-Id: <201106010120.p511KAgK088600@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157478: 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: Wed, 01 Jun 2011 01:20:10 -0000 The following reply was made to PR ports/157478; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157478: commit references a PR Date: Wed, 1 Jun 2011 01:18:44 +0000 (UTC) wen 2011-06-01 01:18:24 UTC FreeBSD ports repository Modified files: dns/ldns Makefile distinfo pkg-plist Log: - Update to 1.6.10 PR: ports/157478 Submitted by: Jaap Akkerhuis (maintainer) Revision Changes Path 1.25 +3 -2 ports/dns/ldns/Makefile 1.17 +2 -2 ports/dns/ldns/distinfo 1.11 +1 -0 ports/dns/ldns/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:20:56 2011 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 E3F8A1065675; Wed, 1 Jun 2011 01:20:56 +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 BB89E8FC1E; Wed, 1 Jun 2011 01:20:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511KuTQ094972; Wed, 1 Jun 2011 01:20:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511KuKL094948; Wed, 1 Jun 2011 01:20:56 GMT (envelope-from linimon) Date: Wed, 1 Jun 2011 01:20:56 GMT Message-Id: <201106010120.p511KuKL094948@freefall.freebsd.org> To: rnejdl@ringofsaturn.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157472: Re: [PATCH] mail/assp: update to 1.9.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: Wed, 01 Jun 2011 01:20:57 -0000 Synopsis: Re: [PATCH] mail/assp: update to 1.9.1.0 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Jun 1 01:20:19 UTC 2011 State-Changed-Why: Misfiled followup to ports/157414; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 1 01:20:19 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=157472 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:29:34 2011 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 F3BC21065670; Wed, 1 Jun 2011 01:29:33 +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 CC4B18FC0A; Wed, 1 Jun 2011 01:29:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511TXpI096983; Wed, 1 Jun 2011 01:29:33 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511TXlg096979; Wed, 1 Jun 2011 01:29:33 GMT (envelope-from wen) Date: Wed, 1 Jun 2011 01:29:33 GMT Message-Id: <201106010129.p511TXlg096979@freefall.freebsd.org> To: jaap@NLnetLabs.nl, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157478: [MAINTAINER] dns/ldns: update to 1.6.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 01:29:34 -0000 Synopsis: [MAINTAINER] dns/ldns: update to 1.6.10 State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Wed Jun 1 01:29:33 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157478 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:30:19 2011 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 DD642106566B; Wed, 1 Jun 2011 01:30:19 +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 B62518FC16; Wed, 1 Jun 2011 01:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511UJgh097666; Wed, 1 Jun 2011 01:30:19 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511UJX9097660; Wed, 1 Jun 2011 01:30:19 GMT (envelope-from wen) Date: Wed, 1 Jun 2011 01:30:19 GMT Message-Id: <201106010130.p511UJX9097660@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157434: [MAINTAINER] Update port: security/gorilla to 1.5.3.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: Wed, 01 Jun 2011 01:30:19 -0000 Synopsis: [MAINTAINER] Update port: security/gorilla to 1.5.3.4 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Wed Jun 1 01:30:18 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157434 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:40:10 2011 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 ED86C1065670 for ; Wed, 1 Jun 2011 01: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 CB8218FC17 for ; Wed, 1 Jun 2011 01:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511eAYv007654 for ; Wed, 1 Jun 2011 01:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511eAsm007653; Wed, 1 Jun 2011 01:40:10 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 01:40:10 GMT Resent-Message-Id: <201106010140.p511eAsm007653@freefall.freebsd.org> 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 A4392106564A for ; Wed, 1 Jun 2011 01:38:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 89FDB8FC0A for ; Wed, 1 Jun 2011 01:38:12 +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 p511cCCd028577 for ; Wed, 1 Jun 2011 01:38:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p511cCTU028576; Wed, 1 Jun 2011 01:38:12 GMT (envelope-from nobody) Message-Id: <201106010138.p511cCTU028576@red.freebsd.org> Date: Wed, 1 Jun 2011 01:38:12 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 01:40:11 -0000 >Number: 157485 >Category: ports >Synopsis: [update] mail/sqlgrey to 1.8.0-rc2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 01:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 1.8.0rc2 -Rename rc script 1.8.0 features improved IPv6 support, which should result in IPv6 working just as good as IPv4, including whitelisting. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/mail/sqlgrey/Makefile sqlgrey/Makefile --- /usr/ports/mail/sqlgrey/Makefile 2009-11-09 03:15:15.000000000 -0500 +++ sqlgrey/Makefile 2011-05-31 21:21:36.000000000 -0400 @@ -6,9 +6,9 @@ # PORTNAME= sqlgrey -PORTVERSION= 1.7.6 +DISTVERSION= 1.8.0-rc2 CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.7%20%28devel%29/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.8%20%28stable%29 MAINTAINER= chifeng@gmail.com COMMENT= Greylisting policy server for Postfix using an SQL backend @@ -18,8 +18,7 @@ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser USE_PERL5_RUN= yes -USE_RC_SUBR= sqlgrey.sh -USE_BZIP2= yes +USE_RC_SUBR= sqlgrey NO_BUILD= yes ETCFILES= clients_fqdn_whitelist clients_ip_whitelist dyn_fqdn.regexp smtp_server.regexp sqlgrey.conf diff -urN /usr/ports/mail/sqlgrey/distinfo sqlgrey/distinfo --- /usr/ports/mail/sqlgrey/distinfo 2008-02-05 08:48:12.000000000 -0500 +++ sqlgrey/distinfo 2011-05-31 21:19:06.000000000 -0400 @@ -1,3 +1,2 @@ -MD5 (sqlgrey-1.7.6.tar.bz2) = 1e7e5e3ed5f02b29f71ef4e26edc1c36 -SHA256 (sqlgrey-1.7.6.tar.bz2) = 48f6c855e18d3ac3d19a0c2ecd250394a355d0116acd631187b880cb813646d1 -SIZE (sqlgrey-1.7.6.tar.bz2) = 63738 +SHA256 (sqlgrey-1.8.0-rc2.tar.gz) = c109aab28c9dcf798beb708d1efa37facfb3dfacd0f15fa87b5f6c1f023d2068 +SIZE (sqlgrey-1.8.0-rc2.tar.gz) = 68821 diff -urN /usr/ports/mail/sqlgrey/files/sqlgrey.in sqlgrey/files/sqlgrey.in --- /usr/ports/mail/sqlgrey/files/sqlgrey.in 1969-12-31 19:00:00.000000000 -0500 +++ sqlgrey/files/sqlgrey.in 2011-05-30 15:53:21.000000000 -0400 @@ -0,0 +1,40 @@ +#!/bin/sh +# $FreeBSD: ports/mail/sqlgrey/files/sqlgrey.sh.in,v 1.5 2010/03/27 00:13:26 dougb Exp $ +# + +# PROVIDE: sqlgrey +# REQUIRE: LOGIN +# BEFORE: mail +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable sqlgrey: +# +# sqlgrey_enable="YES" +# +# See man sqlgrey for flags or the config file. +# + +. /etc/rc.subr + +name=sqlgrey +rcvar=`set_rcvar` + +command=%%PREFIX%%/sbin/sqlgrey +extra_commands=reload +command_interpreter=%%PERL%% + +stop_postcmd=${name}_poststop + +sqlgrey_poststop() +{ + rm -f $pidfile +} + +load_rc_config $name + +sqlgrey_enable=${sqlgrey_enable-"NO"} +sqlgrey_config=${sqlgrey_config-"/usr/local/%%ETCDIR%%/sqlgrey.conf"} +sqlgrey_flags=${sqlgrey_flags-"--daemonize --configfile=${sqlgrey_config}"} + +run_rc_command "$1" diff -urN /usr/ports/mail/sqlgrey/files/sqlgrey.sh.in sqlgrey/files/sqlgrey.sh.in --- /usr/ports/mail/sqlgrey/files/sqlgrey.sh.in 2010-03-26 20:13:26.000000000 -0400 +++ sqlgrey/files/sqlgrey.sh.in 1969-12-31 19:00:00.000000000 -0500 @@ -1,40 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/mail/sqlgrey/files/sqlgrey.sh.in,v 1.5 2010/03/27 00:13:26 dougb Exp $ -# - -# PROVIDE: sqlgrey -# REQUIRE: LOGIN -# BEFORE: mail -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable sqlgrey: -# -# sqlgrey_enable="YES" -# -# See man sqlgrey for flags or the config file. -# - -. /etc/rc.subr - -name=sqlgrey -rcvar=`set_rcvar` - -command=%%PREFIX%%/sbin/sqlgrey -extra_commands=reload -command_interpreter=%%PERL%% - -stop_postcmd=${name}_poststop - -sqlgrey_poststop() -{ - rm -f $pidfile -} - -load_rc_config $name - -sqlgrey_enable=${sqlgrey_enable-"NO"} -sqlgrey_config=${sqlgrey_config-"/usr/local/%%ETCDIR%%/sqlgrey.conf"} -sqlgrey_flags=${sqlgrey_flags-"--daemonize --configfile=${sqlgrey_config}"} - -run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:40:20 2011 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 C7720106566B; Wed, 1 Jun 2011 01: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 A00528FC15; Wed, 1 Jun 2011 01:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511eK3C008239; Wed, 1 Jun 2011 01:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511eKYE008225; Wed, 1 Jun 2011 01:40:20 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 01:40:20 GMT Message-Id: <201106010140.p511eKYE008225@freefall.freebsd.org> To: rpsfa@rit.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 01:40:20 -0000 Synopsis: [update] mail/sqlgrey to 1.8.0-rc2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 1 01:40:20 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157485 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 01:50:10 2011 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 5C0B81065674 for ; Wed, 1 Jun 2011 01: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 4C5178FC13 for ; Wed, 1 Jun 2011 01:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p511oAi4016802 for ; Wed, 1 Jun 2011 01:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p511oARo016801; Wed, 1 Jun 2011 01:50:10 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 01:50:10 GMT Message-Id: <201106010150.p511oARo016801@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 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, 01 Jun 2011 01:50:10 -0000 The following reply was made to PR ports/157485; it has been noted by GNATS. From: Edwin Groothuis To: chifeng@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 Date: Wed, 1 Jun 2011 01:40:18 UT Maintainer of mail/sqlgrey, Please note that PR ports/157485 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/157485 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 02:00:16 2011 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 191DA106566B for ; Wed, 1 Jun 2011 02: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 D254B8FC15 for ; Wed, 1 Jun 2011 02:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5120FYU024951 for ; Wed, 1 Jun 2011 02:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5120FFB024950; Wed, 1 Jun 2011 02:00:15 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 02:00:15 GMT Resent-Message-Id: <201106010200.p5120FFB024950@freefall.freebsd.org> 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 E22F71065670 for ; Wed, 1 Jun 2011 01:53: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 D2EC18FC18 for ; Wed, 1 Jun 2011 01:53:30 +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 p511rUMq035054 for ; Wed, 1 Jun 2011 01:53:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p511rUof035053; Wed, 1 Jun 2011 01:53:30 GMT (envelope-from nobody) Message-Id: <201106010153.p511rUof035053@red.freebsd.org> Date: Wed, 1 Jun 2011 01:53:30 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157486: [update] security/snortsam to 2.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 02:00:16 -0000 >Number: 157486 >Category: ports >Synopsis: [update] security/snortsam to 2.70 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 02:00:15 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: Update to 2.70 -Addresses a bug that could cause memory corruption and crashes while reloading the state file. http://www.snortsam.net/news.html >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/security/snortsam/Makefile snortsam/Makefile --- /usr/ports/security/snortsam/Makefile 2009-12-31 15:18:29.000000000 -0500 +++ snortsam/Makefile 2011-05-31 21:47:16.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= snortsam -PORTVERSION= 2.69 +PORTVERSION= 2.70 CATEGORIES= security MASTER_SITES= http://www.snortsam.net/files/snortsam/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff -urN /usr/ports/security/snortsam/distinfo snortsam/distinfo --- /usr/ports/security/snortsam/distinfo 2009-12-31 15:18:29.000000000 -0500 +++ snortsam/distinfo 2011-05-31 21:48:32.000000000 -0400 @@ -1,3 +1,2 @@ -MD5 (snortsam-src-2.69.tar.gz) = 7663ce82956a97c5f725028716d66140 -SHA256 (snortsam-src-2.69.tar.gz) = eb0dc0ebd65b6d15e3adabd7be2720221005683eefb7ca5986b9ca0284d55f92 -SIZE (snortsam-src-2.69.tar.gz) = 1971579 +SHA256 (snortsam-src-2.70.tar.gz) = 442040a7281a641008f6410b7f6528d709f17d5041fd3752011075f8a38d19bc +SIZE (snortsam-src-2.70.tar.gz) = 1971624 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 02:00:28 2011 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 937C6106566C; Wed, 1 Jun 2011 02:00: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 6C2D18FC0A; Wed, 1 Jun 2011 02:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5120S7p025671; Wed, 1 Jun 2011 02:00:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5120SYA025667; Wed, 1 Jun 2011 02:00:28 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 02:00:28 GMT Message-Id: <201106010200.p5120SYA025667@freefall.freebsd.org> To: rpsfa@rit.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157486: [update] security/snortsam to 2.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 02:00:28 -0000 Synopsis: [update] security/snortsam to 2.70 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 1 02:00:27 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157486 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 02:10:11 2011 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 16E1C106564A for ; Wed, 1 Jun 2011 02: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 0708A8FC22 for ; Wed, 1 Jun 2011 02:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p512AAhT033915 for ; Wed, 1 Jun 2011 02:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p512AApD033914; Wed, 1 Jun 2011 02:10:10 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 02:10:10 GMT Message-Id: <201106010210.p512AApD033914@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157486: [update] security/snortsam to 2.70 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, 01 Jun 2011 02:10:11 -0000 The following reply was made to PR ports/157486; it has been noted by GNATS. From: Edwin Groothuis To: urisso@bsd.com.br Cc: bug-followup@FreeBSD.org Subject: Re: ports/157486: [update] security/snortsam to 2.70 Date: Wed, 1 Jun 2011 02:00:23 UT Maintainer of security/snortsam, Please note that PR ports/157486 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/157486 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 02:10:11 2011 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 91E451065670 for ; Wed, 1 Jun 2011 02: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 576CE8FC24 for ; Wed, 1 Jun 2011 02:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p512AB0w033927 for ; Wed, 1 Jun 2011 02:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p512ABOI033926; Wed, 1 Jun 2011 02:10:11 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 02:10:11 GMT Resent-Message-Id: <201106010210.p512ABOI033926@freefall.freebsd.org> 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 489FE106564A for ; Wed, 1 Jun 2011 02:02:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 39B018FC0C for ; Wed, 1 Jun 2011 02:02:32 +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 p5122Wc6041682 for ; Wed, 1 Jun 2011 02:02:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5122WhG041681; Wed, 1 Jun 2011 02:02:32 GMT (envelope-from nobody) Message-Id: <201106010202.p5122WhG041681@red.freebsd.org> Date: Wed, 1 Jun 2011 02:02:32 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157487: [update] misc/gnuls to 8.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 02:10:11 -0000 >Number: 157487 >Category: ports >Synopsis: [update] misc/gnuls to 8.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 02:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 8.12 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/misc/gnuls/Makefile gnuls/Makefile --- /usr/ports/misc/gnuls/Makefile 2010-12-06 23:31:58.000000000 -0500 +++ gnuls/Makefile 2011-05-31 21:54:38.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= gnuls -PORTVERSION= 8.5 +PORTVERSION= 8.12 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= coreutils diff -urN /usr/ports/misc/gnuls/distinfo gnuls/distinfo --- /usr/ports/misc/gnuls/distinfo 2010-12-06 23:31:58.000000000 -0500 +++ gnuls/distinfo 2011-05-31 21:57:40.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (coreutils-8.5.tar.xz) = 5aa855caa08b94ccd632510d9ab265646d2ee11498c7efff205b27c2437dec5a -SIZE (coreutils-8.5.tar.xz) = 4531488 +SHA256 (coreutils-8.12.tar.xz) = 1e3c0182cdd0042871741d694ae1166dd90eb9f03a16c0aac0a9072a7aa92faf +SIZE (coreutils-8.12.tar.xz) = 4842776 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 02:10:26 2011 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 25A53106566B; Wed, 1 Jun 2011 02:10: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 F2D418FC14; Wed, 1 Jun 2011 02:10:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p512APH5035272; Wed, 1 Jun 2011 02:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p512APA1035259; Wed, 1 Jun 2011 02:10:25 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 02:10:25 GMT Message-Id: <201106010210.p512APA1035259@freefall.freebsd.org> To: rpsfa@rit.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157487: [update] misc/gnuls to 8.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 02:10:26 -0000 Synopsis: [update] misc/gnuls to 8.12 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 1 02:10:25 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157487 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 02:20:11 2011 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 7F0691065672 for ; Wed, 1 Jun 2011 02: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 6FD8F8FC1E for ; Wed, 1 Jun 2011 02:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p512KBjU043986 for ; Wed, 1 Jun 2011 02:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p512KBaK043985; Wed, 1 Jun 2011 02:20:11 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 02:20:11 GMT Message-Id: <201106010220.p512KBaK043985@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157487: [update] misc/gnuls to 8.12 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, 01 Jun 2011 02:20:11 -0000 The following reply was made to PR ports/157487; it has been noted by GNATS. From: Edwin Groothuis To: bmc@clapper.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/157487: [update] misc/gnuls to 8.12 Date: Wed, 1 Jun 2011 02:10:23 UT Maintainer of misc/gnuls, Please note that PR ports/157487 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/157487 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 02:30:15 2011 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 93085106566C for ; Wed, 1 Jun 2011 02: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 82CF58FC13 for ; Wed, 1 Jun 2011 02:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p512UF6N052276 for ; Wed, 1 Jun 2011 02:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p512UFue052274; Wed, 1 Jun 2011 02:30:15 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 02:30:15 GMT Message-Id: <201106010230.p512UFue052274@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eitan Adler Cc: Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eitan Adler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 02:30:15 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: Eitan Adler To: "Klaus T. Aehlig" Cc: bug-followup@freebsd.org, fabian@wenks.ch Subject: Re: ports/157274: misc/finutils: gfind segmentation fault: 11 (core dumped) Date: Wed, 1 Jun 2011 02:25:14 +0000 Hi, I'm sorry I did not see this conversation until now. Firstly, great job on debugging this problem! Secondly, FreeBSD doesn't "assign" bugs, rather comitters take them. Thirdly, this patch appears to fix the issue for me as well on my virtual machine just add to the "verified" list :-) Fourthly, At this point you have a patch in the PR and it appears to be fix the issue. My understanding is that you would like added to the files/ directory of the port. If that is the case leave the PR as is and I will set it to the appropriate state. It may take a bit of time before a committer sees this patch. I will do what I can to facilitate. Unfortunately I can not commit this patch, as I am not a ports committer. > Eitan: can you please assign this PR to someone so that the > change gets committed (or commit it yourself)? > > Best, > Klaus > > PS: > The incomplete header on 7.3-RELEASE should be fixed > nevertheless. Whom to forward this observation? > -- Eitan Adler From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 03:00:22 2011 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 A17DF106566C for ; Wed, 1 Jun 2011 03: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 7F5788FC12 for ; Wed, 1 Jun 2011 03:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5130MHQ079289 for ; Wed, 1 Jun 2011 03:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5130McI079288; Wed, 1 Jun 2011 03:00:22 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 03:00:22 GMT Resent-Message-Id: <201106010300.p5130McI079288@freefall.freebsd.org> 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 40689106564A for ; Wed, 1 Jun 2011 02:50: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 305828FC12 for ; Wed, 1 Jun 2011 02:50: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 p512opSR007502 for ; Wed, 1 Jun 2011 02:50:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p512opVN007501; Wed, 1 Jun 2011 02:50:51 GMT (envelope-from nobody) Message-Id: <201106010250.p512opVN007501@red.freebsd.org> Date: Wed, 1 Jun 2011 02:50:51 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157488: [update] net-mgmt/nagircbot to 0.0.33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 03:00:22 -0000 >Number: 157488 >Category: ports >Synopsis: [update] net-mgmt/nagircbot to 0.0.33 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 03:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: Update to 0.0.33: -improved irc protocol handling - should now be compatible with more IRC servers -link-failure fix -added SSL support and nick highlighting -one can now choose to only emit 'CRITICAL'-statuses and/or filter statusses by regular expression, nagios 3.0 fixes -now sends password before nick, as specified by irc rfc - this fixes login problems with certain irc servers -fixed a memoryleak that only occurred with Nagios 3.0 -added Nagios 3.0 support, stability fixes -added switch for letting nagircbot using a password when entering a channel, also added code which implements a keep alive >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/net-mgmt/nagircbot/Makefile nagircbot/Makefile --- /usr/ports/net-mgmt/nagircbot/Makefile 2009-01-06 12:59:14.000000000 -0500 +++ nagircbot/Makefile 2011-05-31 22:03:48.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= nagircbot -PORTVERSION= 0.0.20 +PORTVERSION= 0.0.33 CATEGORIES= net-mgmt irc MASTER_SITES= http://www.vanheusden.com/nagircbot/ EXTRACT_SUFX= .tgz diff -urN /usr/ports/net-mgmt/nagircbot/distinfo nagircbot/distinfo --- /usr/ports/net-mgmt/nagircbot/distinfo 2011-03-20 08:53:57.000000000 -0400 +++ nagircbot/distinfo 2011-05-31 22:04:00.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (nagircbot-0.0.20.tgz) = 22164ff2290c4bf2bebda60d5c09438f61e1973529d03a53bebd3bb36e43fc59 -SIZE (nagircbot-0.0.20.tgz) = 17548 +SHA256 (nagircbot-0.0.33.tgz) = 7a7c63a409bdad125b19ec852a772746eda2b1feef71bbdf58bd2a2c785a0887 +SIZE (nagircbot-0.0.33.tgz) = 20085 diff -urN /usr/ports/net-mgmt/nagircbot/files/patch-Makefile nagircbot/files/patch-Makefile --- /usr/ports/net-mgmt/nagircbot/files/patch-Makefile 2007-07-06 03:15:08.000000000 -0400 +++ nagircbot/files/patch-Makefile 2011-05-31 22:07:09.000000000 -0400 @@ -1,19 +1,15 @@ ---- Makefile.orig Mon Nov 27 06:21:58 2006 -+++ Makefile Sat Apr 28 14:14:16 2007 -@@ -1,9 +1,10 @@ - VERSION=0.0.20 +--- Makefile.orig 2011-01-18 05:39:10.000000000 -0500 ++++ Makefile 2011-05-31 22:06:29.000000000 -0400 +@@ -3,7 +3,7 @@ + VERSION=0.0.33 DEBUG= -g -D_DEBUG #-fprofile-arcs -ftest-coverage # -pg -g -CXXFLAGS+=-Wall -O2 -DVERSION=\"${VERSION}\" $(DEBUG) +CXXFLAGS+=-DUSE_MMAP -Wall -O2 -DVERSION=\"${VERSION}\" $(DEBUG) CFLAGS+=${CXXFLAGS} --LDFLAGS+=$(DEBUG) -lstdc++ -+LDFLAGS+=$(DEBUG) -lstdc++ -lutil -+PREFIX?=/usr/local + LDFLAGS+=$(DEBUG) -lcrypto -lssl -lstdc++ - OBJS=error.o log.o utils.o br.o pl.o anna.o - -@@ -13,7 +14,7 @@ +@@ -15,7 +15,7 @@ $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o nagircbot install: nagircbot diff -urN /usr/ports/net-mgmt/nagircbot/files/patch-anna.cpp nagircbot/files/patch-anna.cpp --- /usr/ports/net-mgmt/nagircbot/files/patch-anna.cpp 2007-07-06 03:15:08.000000000 -0400 +++ nagircbot/files/patch-anna.cpp 2011-05-31 22:45:40.000000000 -0400 @@ -1,75 +1,45 @@ ---- anna.cpp.orig Mon Nov 27 06:21:58 2006 -+++ anna.cpp Sat Apr 28 19:27:02 2007 -@@ -12,6 +12,8 @@ - #include - #include - #include -+#include -+#include - - #include "utils.h" - #include "pl.h" -@@ -19,6 +21,7 @@ - #include "error.h" +--- anna.cpp.orig 2011-01-18 05:39:10.000000000 -0500 ++++ anna.cpp 2011-05-31 22:45:11.000000000 -0400 +@@ -23,6 +23,7 @@ + #include "ssl.h" #include "log.h" } +#include "anna.h" #define S_DISCONNECTED 1 #define S_CONNECTED 2 -@@ -39,6 +42,7 @@ +@@ -43,6 +44,7 @@ int minimum_time_for_successfull_login = 25; // one needs to be on-channel for at least 5 seconds to be considered a successfull login int join_timeout = 5; // it should take no longer then 5 seconds to join a channel, otherwhise: abort connection and retry int max_n_join_tries = 2; // try 2 times to get on a channel +int throttle_delay = 1; // don't send more than one message per 1 seconds char *server = "localhost:6667"; /* default irc server */ char *channel = "#nagircbot"; /* default channel to connect to */ - char *nick = "nagircbot"; -@@ -56,7 +60,7 @@ - int max_time_last_host_update = 300, max_time_oldest_host_update = 3600, max_time_last_host_check = 300, max_time_oldest_host_check = 3 * 86400, max_time_last_service_check = 20 * 60, max_time_oldest_service_check = 3 * 86400, max_time_oldest_next_service_check = 20 * 60; - - char *state_str[4] = { " OK ", "WARN", "CRIT", " ?? " }; --char *color_str[4] = { mystrdup("_3,1 "), mystrdup("_8,1 "), mystrdup("_4,1 "), mystrdup("_11,1 ") }; /* FIXME */ -+char *color_str[4] = { mystrdup("_9,1 "), mystrdup("_8,1 "), mystrdup("_4,1 "), mystrdup("_11,1 ") }; /* FIXME */ - struct stats *prev = NULL; - int n_prev = 0; - char topic[4096] = { 0 }; -@@ -105,13 +109,18 @@ - if (irc_set_nick(fd, nick) == -1) - return -1; - -+ /* "Currently this requires that clients send a PASS command before sending -+ * the NICK/USER combination and servers *must* send a PASS command before -+ * any SERVER command." */ -+ if (password != NULL) { -+ if (send_irc(fd, "PASS %s", password) == -1) -+ return -1; -+ } -+ - /* FIXME: localhost must be, ehr, local host */ - if (send_irc(fd, "USER %s \"localhost\" \"%s\" :%s", user, server, username) == -1) - return -1; - -- if (password != NULL && send_irc(fd, "PASS %s", password) == -1) -- return -1; -- - return 0; - } + char *nick_prefix = ""; /* prefix text for all messages sent to channel */ +@@ -53,7 +55,7 @@ + int one_line = 1; + char *username = "Nagios IRC Bot " VERSION ", (C) www.vanheusden.com"; /* complete username */ + int verbose = 255; /* default is log everything */ +-char *statuslog = "/usr/local/nagios/var/status.log"; ++char *statuslog = "/var/spool/nagios/status.dat"; + int statuslog_version = 2; + int statuslog_location = L_FILE; + char use_colors = 0; +@@ -174,6 +176,13 @@ -@@ -153,6 +162,12 @@ - - int irc_privmsg(int fd, char *channel, char *msg) + int irc_privmsg(server_t server_conn, char *channel, char *msg) { -+ static time_t last_msg = time(NULL); -+ time_t diff = time(NULL) - last_msg; -+ if (diff < throttle_delay) { -+ sleep(throttle_delay - diff); -+ } -+ time(&last_msg); - return send_irc(fd, "PRIVMSG %s :%s", channel, msg); ++ static time_t last_msg = time(NULL); ++ time_t diff = time(NULL) - last_msg; ++ if (diff < throttle_delay) { ++ sleep(throttle_delay - diff); ++ } ++ time(&last_msg); ++ + return send_irc(server_conn, "PRIVMSG %s :%s", channel, msg); } -@@ -166,7 +181,7 @@ +@@ -192,7 +201,7 @@ /* open file or connection to nagios status socket */ if (is_file == 1) /* file */ @@ -78,7 +48,7 @@ else fd = connect_to(statuslog); if (fd == -1) -@@ -416,7 +431,7 @@ +@@ -490,7 +499,7 @@ if (verbose > 1) dolog("reload_statuslog started"); if (statuslog_location == L_FILE) /* file */ @@ -87,65 +57,3 @@ else fd_sl = connect_to(statuslog); -@@ -712,6 +727,7 @@ - printf("-z user user to run as\n"); - printf("-H show only state type 'HARD' (default)\n"); - printf("-S show also state type 'SOFT'\n"); -+ printf("-P file store the pid in a file\n"); - } - - int main(int argc, char *argv[]) -@@ -724,14 +740,19 @@ - time_t time_join_channel_started = (time_t)0; - time_t time_tcp_connected = (time_t)0; - int join_tries = 0; -- char *runas = NULL; -+ char *runas = NULL, *pidfile = NULL; -+ pid_t otherpid; -+ - - color_str[0][0] = color_str[1][0] = color_str[2][0] = color_str[3][0] = 3; - -- while((c = getopt(argc, argv, "xXF:f:i:hHSs:c:Ctn:u:U:p:T:mvdVz:")) != -1) -+ while((c = getopt(argc, argv, "xXP:F:f:i:hHSs:c:Ctn:u:U:p:T:mvdVz:")) != -1) - { - switch(c) - { -+ case 'P': -+ pidfile = optarg; -+ break; - case 'z': - runas = optarg; - break; -@@ -867,6 +888,14 @@ - } - } - -+ pfh = pidfile_open(pidfile, 0600, &otherpid); -+ if (pfh == NULL) { -+ if (errno == EEXIST) -+ error_exit("Daemon already running, pid: %d.", otherpid); -+ /* If we cannot create pidfile from other reasons, only warn. */ -+ dolog("Cannot open or create pidfile"); -+ } -+ - if (do_fork) - { - if (daemon(0, 0) == -1) -@@ -875,6 +904,9 @@ - } - } - -+ pidfile_write(pfh); -+ -+ - signal(SIGPIPE, SIG_IGN); - - for(;;) -@@ -1056,5 +1088,6 @@ - } - } - -+ pidfile_remove(pfh); - return 0; - } diff -urN /usr/ports/net-mgmt/nagircbot/files/patch-br.h nagircbot/files/patch-br.h --- /usr/ports/net-mgmt/nagircbot/files/patch-br.h 2007-07-06 03:15:08.000000000 -0400 +++ nagircbot/files/patch-br.h 2011-05-31 22:12:43.000000000 -0400 @@ -1,15 +1,14 @@ ---- br.h.orig Mon Nov 27 06:21:58 2006 -+++ br.h Sat Apr 28 13:45:23 2007 -@@ -16,6 +16,8 @@ - * - */ +--- br.h.orig 2011-01-18 05:39:10.000000000 -0500 ++++ br.h 2011-05-31 22:12:14.000000000 -0400 +@@ -1,5 +1,7 @@ + /* (C) 2006-2010 by folkert@vanheusden.com GPLv2 applies */ +#include + /* code taken from linux kernel */ #if __GNUC__ == 2 && __GNUC_MINOR__ < 96 #define __builtin_expect(x, expected_value) (x) -@@ -33,7 +35,7 @@ +@@ -17,7 +19,7 @@ char *buffer; long long int buffer_length, buffer_pointer; char *mmap_addr, *cur_offset; @@ -18,7 +17,7 @@ int number_of_bytes_in_buffer(void); int read_into_buffer(void); -@@ -46,5 +48,5 @@ +@@ -30,5 +32,5 @@ char * read_line(void); diff -urN /usr/ports/net-mgmt/nagircbot/files/patch-error.c nagircbot/files/patch-error.c --- /usr/ports/net-mgmt/nagircbot/files/patch-error.c 2007-07-06 03:15:08.000000000 -0400 +++ nagircbot/files/patch-error.c 2011-05-31 22:25:56.000000000 -0400 @@ -7,14 +7,3 @@ +#include +#include +#include "anna.h" - - void error_exit(char *format, ...) - { -@@ -17,6 +20,7 @@ - - fprintf(stderr, "%s: errno=%d (if applicable)\n", buffer, errno); - syslog(LOG_ERR, "'%s': %m", buffer); -+ pidfile_remove(pfh); - - exit(EXIT_FAILURE); - } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 03:00:34 2011 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 01D6A106566C; Wed, 1 Jun 2011 03: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 CECF18FC18; Wed, 1 Jun 2011 03:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5130XYa079625; Wed, 1 Jun 2011 03:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5130XI9079616; Wed, 1 Jun 2011 03:00:33 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 03:00:33 GMT Message-Id: <201106010300.p5130XI9079616@freefall.freebsd.org> To: rpsfa@rit.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157488: [update] net-mgmt/nagircbot to 0.0.33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 03:00:34 -0000 Synopsis: [update] net-mgmt/nagircbot to 0.0.33 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 1 03:00:32 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157488 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 03:10:14 2011 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 3FA88106564A for ; Wed, 1 Jun 2011 03: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 309358FC0C for ; Wed, 1 Jun 2011 03:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p513AETI088350 for ; Wed, 1 Jun 2011 03:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p513AEJS088349; Wed, 1 Jun 2011 03:10:14 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 03:10:14 GMT Message-Id: <201106010310.p513AEJS088349@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157488: [update] net-mgmt/nagircbot to 0.0.33 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, 01 Jun 2011 03:10:14 -0000 The following reply was made to PR ports/157488; it has been noted by GNATS. From: Edwin Groothuis To: anarcat@anarcat.ath.cx Cc: bug-followup@FreeBSD.org Subject: Re: ports/157488: [update] net-mgmt/nagircbot to 0.0.33 Date: Wed, 1 Jun 2011 03:00:30 UT Maintainer of net-mgmt/nagircbot, Please note that PR ports/157488 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/157488 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 05:30:15 2011 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 8BEBC1065676 for ; Wed, 1 Jun 2011 05: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 6A61B8FC19 for ; Wed, 1 Jun 2011 05:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p515UFVd021046 for ; Wed, 1 Jun 2011 05:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p515UF1Q021045; Wed, 1 Jun 2011 05:30:15 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 05:30:15 GMT Resent-Message-Id: <201106010530.p515UF1Q021045@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hasan Alp iNAN Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47CD01065670 for ; Wed, 1 Jun 2011 05:25:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2598FC14 for ; Wed, 1 Jun 2011 05:25:11 +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 p515PAOS051039 for ; Wed, 1 Jun 2011 05:25:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p515PAHh051038; Wed, 1 Jun 2011 05:25:10 GMT (envelope-from nobody) Message-Id: <201106010525.p515PAHh051038@red.freebsd.org> Date: Wed, 1 Jun 2011 05:25:10 GMT From: Hasan Alp iNAN To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157490: cmpsfont update 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: Wed, 01 Jun 2011 05:30:15 -0000 >Number: 157490 >Category: ports >Synopsis: cmpsfont update error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 05:30:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hasan Alp iNAN >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: >Environment: FreeBSD beastie.seyhan.bel.tr 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Tue May 10 15:17:21 EEST 2011 root@beastie.seyhan.bel.tr:/usr/obj/usr/src/sys/GENERIC amd64 >Description: cmpsfont-1.0_6 upgrade to 1.0_7 process fail. Fail Log beastie# portupgrade cmpsfont-1.0_6 ---> Upgrading 'cmpsfont-1.0_6' to 'cmpsfont-1.0_7' (print/cmpsfont) ---> Building '/usr/ports/print/cmpsfont' ===> Cleaning for cmpsfont-1.0_7 ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Extracting for cmpsfont-1.0_7 => SHA256 Checksum OK for cmps-unix.tar.gz. gzip: /usr/ports/distfiles//cmps-unix.tar.gz: trailing garbage ignored ===> Patching for cmpsfont-1.0_7 ===> cmpsfont-1.0_7 depends on file: /usr/local/bin/type1inst - found ===> Configuring for cmpsfont-1.0_7 ===> Building for cmpsfont-1.0_7 /usr/bin/touch /usr/ports/print/cmpsfont/work/cmpsfont/pfb/fonts.dir (cd /usr/ports/print/cmpsfont/work/cmpsfont/pfb; /usr/local/bin/type1inst -nolog -quiet) ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'cmpsfont-1.0_6' pkg_delete: package 'cmpsfont-1.0_6' is required by these other packages and may not be deinstalled (but I'll delete it anyway): alacarte-0.13.2_1 deskbar-applet-2.32.0_1 docbook-utils-0.6.14_10 dvipsk-tetex-5.95a_5 evince-2.32.0_3 gnome-applets-2.32.1.1_2 gnome-games-2.32.1_1 gnome2-2.32.1_2 hamster-applet-2.32.1_2 jadetex-3.13_7 orca-2.32.1_1 py27-gnome-desktop-2.32.0_1 teTeX-base-3.0_21 teTeX-texmf-3.0_6 [Updating the pkgdb in /var/db/pkg ... - 855 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for cmpsfont-1.0_7 ===> Generating temporary packing list ===> Checking if print/cmpsfont already installed /bin/mkdir -p /usr/local/share/fonts/cmpsfont/afm install -o root -g wheel -m 444 /usr/ports/print/cmpsfont/work/cmpsfont/afm/* /usr/local/share/fonts/cmpsfont/afm /bin/mkdir -p /usr/local/share/fonts/cmpsfont/type1 install -o root -g wheel -m 444 /usr/ports/print/cmpsfont/work/cmpsfont/pfb/* /usr/local/share/fonts/cmpsfont/type1 install -o root -g wheel -m 444 /usr/ports/print/cmpsfont/work/cmpsfont/READ.ME /usr/ports/print/cmpsfont/work/cmpsfont/cmsample.tex /usr/local/share/fonts/cmpsfont/ install: /usr/ports/print/cmpsfont/work/cmpsfont/READ.ME: No such file or directory *** Error code 71 Stop in /usr/ports/print/cmpsfont. *** Error code 1 Stop in /usr/ports/print/cmpsfont. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20110601-9637-1awkcvf-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cmpsfont-1.0_6 UPGRADE_PORT_VER=1.0_6 make reinstall ---> Restoring the old version ============================================================ Computer Modern Postscript fonts have been installed! ============================================================ Please add /usr/local/share/fonts/cmpsfont/type1 to your X11 fonts path by either: $ xset fp+ /usr/local/share/fonts/cmpsfont/type1 $ xset fp rehash or by adding it to your X-server configuration file. Other utilities, like ghostscript, will probably also need configuration. ============================================================ ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 856 packages found (-0 +1) . done] ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! print/cmpsfont (cmpsfont-1.0_6) (install error) >How-To-Repeat: portupgrade cmpsfont-1.0_6 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 05:46:28 2011 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 6D1D01065672; Wed, 1 Jun 2011 05:46:28 +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 46BBF8FC14; Wed, 1 Jun 2011 05:46:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p515kSq6040119; Wed, 1 Jun 2011 05:46:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p515kS5k040115; Wed, 1 Jun 2011 05:46:28 GMT (envelope-from linimon) Date: Wed, 1 Jun 2011 05:46:28 GMT Message-Id: <201106010546.p515kS5k040115@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157490: print/cmpsfont update 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: Wed, 01 Jun 2011 05:46:28 -0000 Old Synopsis: cmpsfont update error New Synopsis: print/cmpsfont update error Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 1 05:45:53 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=157490 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 05:50:10 2011 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 81AE7106564A for ; Wed, 1 Jun 2011 05: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 5919B8FC0C for ; Wed, 1 Jun 2011 05:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p515oA3u040690 for ; Wed, 1 Jun 2011 05:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p515oA0Z040689; Wed, 1 Jun 2011 05:50:10 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 05:50:10 GMT Message-Id: <201106010550.p515oA0Z040689@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: chifeng Cc: Subject: Re: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chifeng List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 05:50:10 -0000 The following reply was made to PR ports/157485; it has been noted by GNATS. From: chifeng To: bug-followup@freebsd.org Cc: Subject: Re: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 Date: Wed, 1 Jun 2011 13:46:30 +0800 --20cf3071cec2d39b3104a4a00a1f Content-Type: text/plain; charset=ISO-8859-1 ok, thank you, Ryan. Chifeng On Wed, Jun 1, 2011 at 9:40 AM, Edwin Groothuis wrote: > Maintainer of mail/sqlgrey, > > Please note that PR ports/157485 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/157485 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- *Regards.* **- Chifeng --20cf3071cec2d39b3104a4a00a1f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ok, thank you, Ryan.

Chifeng

On Wed, Jun 1, 2011 at 9:40 AM, Edwin Groothuis &l= t;edwin@freebsd.org> wro= te:
Maintainer of mail/sqlgrey,

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

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

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

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



--
Regards.<= div>- Chifeng

--20cf3071cec2d39b3104a4a00a1f-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 05:52:13 2011 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 013161065673; Wed, 1 Jun 2011 05:52: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 CE6BE8FC08; Wed, 1 Jun 2011 05:52:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p515qC9O048673; Wed, 1 Jun 2011 05:52:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p515qCjW048669; Wed, 1 Jun 2011 05:52:12 GMT (envelope-from linimon) Date: Wed, 1 Jun 2011 05:52:12 GMT Message-Id: <201106010552.p515qCjW048669@freefall.freebsd.org> To: chifeng@gmail.com, rpsfa@rit.edu, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 05:52:13 -0000 Synopsis: [update] mail/sqlgrey to 1.8.0-rc2 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Wed Jun 1 05:51:35 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=157485 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 07:30:36 2011 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 018571065670; Wed, 1 Jun 2011 07:30:36 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CDB2A8FC1B; Wed, 1 Jun 2011 07:30:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p517UZWF051779; Wed, 1 Jun 2011 07:30:35 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p517UZWX051761; Wed, 1 Jun 2011 07:30:35 GMT (envelope-from culot) Date: Wed, 1 Jun 2011 07:30:35 GMT Message-Id: <201106010730.p517UZWX051761@freefall.freebsd.org> To: ports@christianserving.org, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157430: [PATCH] mail/imapsync: update to 1.434 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 07:30:36 -0000 Synopsis: [PATCH] mail/imapsync: update to 1.434 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Jun 1 07:30:34 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157430 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:17:12 2011 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 EF3F81065677; Wed, 1 Jun 2011 08:17:12 +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 C7AAD8FC25; Wed, 1 Jun 2011 08:17:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518HCEA004108; Wed, 1 Jun 2011 08:17:12 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518HC0t004100; Wed, 1 Jun 2011 08:17:12 GMT (envelope-from wen) Date: Wed, 1 Jun 2011 08:17:12 GMT Message-Id: <201106010817.p518HC0t004100@freefall.freebsd.org> To: hiroto.kagotani@gmail.com, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157419: [PATCH] japanese/ddskk: update to 14.2 and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 08:17:13 -0000 Synopsis: [PATCH] japanese/ddskk: update to 14.2 and unbreak State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Wed Jun 1 08:17:11 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157419 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:20:15 2011 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 91D36106567F for ; Wed, 1 Jun 2011 08:20: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 8174B8FC41 for ; Wed, 1 Jun 2011 08:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518KFjP005396 for ; Wed, 1 Jun 2011 08:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518KFQG005394; Wed, 1 Jun 2011 08:20:15 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 08:20:15 GMT Message-Id: <201106010820.p518KFQG005394@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157419: 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: Wed, 01 Jun 2011 08:20:15 -0000 The following reply was made to PR ports/157419; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157419: commit references a PR Date: Wed, 1 Jun 2011 08:15:37 +0000 (UTC) wen 2011-06-01 08:15:27 UTC FreeBSD ports repository Modified files: japanese/ddskk Makefile distinfo pkg-plist Added files: japanese/ddskk/files patch-Makefile Log: - Update to 14.2 - Make PREFIX-safe - Unbreak - Pass maintainership to submitter PR: ports/157419 Submitted by: Hiroto Kagotani Revision Changes Path 1.31 +6 -20 ports/japanese/ddskk/Makefile 1.9 +2 -2 ports/japanese/ddskk/distinfo 1.1 +11 -0 ports/japanese/ddskk/files/patch-Makefile (new) 1.7 +21 -17 ports/japanese/ddskk/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:24:31 2011 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 CE789106567E; Wed, 1 Jun 2011 08:24:31 +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 95B778FC1B; Wed, 1 Jun 2011 08:24:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518OVj9014524; Wed, 1 Jun 2011 08:24:31 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518OVOU014520; Wed, 1 Jun 2011 08:24:31 GMT (envelope-from wen) Date: Wed, 1 Jun 2011 08:24:31 GMT Message-Id: <201106010824.p518OVOU014520@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157174: fix typos and small mistakes in various ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 08:24:31 -0000 Synopsis: fix typos and small mistakes in various ports Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Wed Jun 1 08:24:31 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157174 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:34:16 2011 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 9F6671065703; Wed, 1 Jun 2011 08:34:16 +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 7732B8FC13; Wed, 1 Jun 2011 08:34:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518YGqD025018; Wed, 1 Jun 2011 08:34:16 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518YFBa025009; Wed, 1 Jun 2011 08:34:15 GMT (envelope-from wen) Date: Wed, 1 Jun 2011 08:34:15 GMT Message-Id: <201106010834.p518YFBa025009@freefall.freebsd.org> To: terry@sucked-in.com, tabmow@freenode.net, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157455: mail/prepflog Update to 0.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: Wed, 01 Jun 2011 08:34:16 -0000 Synopsis: mail/prepflog Update to 0.4 State-Changed-From-To: feedback->closed State-Changed-By: wen State-Changed-When: Wed Jun 1 08:34:15 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157455 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:40:07 2011 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 BEEB1106566B for ; Wed, 1 Jun 2011 08: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 AECCB8FC0C for ; Wed, 1 Jun 2011 08:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518e7TT027144 for ; Wed, 1 Jun 2011 08:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518e7On027143; Wed, 1 Jun 2011 08:40:07 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 08:40:07 GMT Message-Id: <201106010840.p518e7On027143@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157455: 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: Wed, 01 Jun 2011 08:40:07 -0000 The following reply was made to PR ports/157455; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157455: commit references a PR Date: Wed, 1 Jun 2011 08:34:04 +0000 (UTC) wen 2011-06-01 08:33:56 UTC FreeBSD ports repository Modified files: mail/prepflog Makefile distinfo Log: - Update to 0.4 - Update maintainer's email PR: ports/157455 Submitted by: Terry Sposato (maintainer) Revision Changes Path 1.2 +2 -2 ports/mail/prepflog/Makefile 1.2 +2 -6 ports/mail/prepflog/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:50:04 2011 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 11E91106566C; Wed, 1 Jun 2011 08:50:04 +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 DDA478FC12; Wed, 1 Jun 2011 08:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518o3tQ035980; Wed, 1 Jun 2011 08:50:03 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518o3Wg035976; Wed, 1 Jun 2011 08:50:03 GMT (envelope-from wen) Date: Wed, 1 Jun 2011 08:50:03 GMT Message-Id: <201106010850.p518o3Wg035976@freefall.freebsd.org> To: jaapb@kerguelen.org, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/156473: [new port] textproc/ocaml-text - OCaml library to deal with 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: Wed, 01 Jun 2011 08:50:04 -0000 Synopsis: [new port] textproc/ocaml-text - OCaml library to deal with text State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Wed Jun 1 08:50:03 UTC 2011 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=156473 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:50:08 2011 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 DFB291065670 for ; Wed, 1 Jun 2011 08: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 BDE8F8FC13 for ; Wed, 1 Jun 2011 08:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518o8u3036000 for ; Wed, 1 Jun 2011 08:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518o8ej035999; Wed, 1 Jun 2011 08:50:08 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 08:50:08 GMT Resent-Message-Id: <201106010850.p518o8ej035999@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9134F1065672 for ; Wed, 1 Jun 2011 08:46: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 693128FC16 for ; Wed, 1 Jun 2011 08:46: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 p518kwCZ035196 for ; Wed, 1 Jun 2011 08:46:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p518kwdW035195; Wed, 1 Jun 2011 08:46:58 GMT (envelope-from nobody) Message-Id: <201106010846.p518kwdW035195@red.freebsd.org> Date: Wed, 1 Jun 2011 08:46:58 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157492: security/whatweb -- 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: Wed, 01 Jun 2011 08:50:09 -0000 >Number: 157492 >Category: ports >Synopsis: security/whatweb -- missing dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 08:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: Please add converters/ruby-iconv to the dependencies as whatweb does not work without it. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:50:10 2011 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 DA24E10656AA for ; Wed, 1 Jun 2011 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 C9F388FC14 for ; Wed, 1 Jun 2011 08:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518oAMU036063 for ; Wed, 1 Jun 2011 08:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518oAOj036062; Wed, 1 Jun 2011 08:50:10 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 08:50:10 GMT Message-Id: <201106010850.p518oAOj036062@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156473: 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: Wed, 01 Jun 2011 08:50:10 -0000 The following reply was made to PR ports/156473; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156473: commit references a PR Date: Wed, 1 Jun 2011 08:48:32 +0000 (UTC) wen 2011-06-01 08:48:18 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/ocaml-text Makefile distinfo pkg-descr pkg-plist Log: OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode characters, in a convenient way. WWW: http://forge.ocamlcore.org/projects/ocaml-text/ PR: ports/156473 Submitted by: Jaap Boender Revision Changes Path 1.1547 +1 -0 ports/textproc/Makefile 1.1 +51 -0 ports/textproc/ocaml-text/Makefile (new) 1.1 +2 -0 ports/textproc/ocaml-text/distinfo (new) 1.1 +4 -0 ports/textproc/ocaml-text/pkg-descr (new) 1.1 +18 -0 ports/textproc/ocaml-text/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 08:50:19 2011 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 5F137106566C; Wed, 1 Jun 2011 08: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 106FB8FC08; Wed, 1 Jun 2011 08:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p518oI9O036302; Wed, 1 Jun 2011 08:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p518oIHu036295; Wed, 1 Jun 2011 08:50:18 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 08:50:18 GMT Message-Id: <201106010850.p518oIHu036295@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, niels@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157492: security/whatweb -- 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: Wed, 01 Jun 2011 08:50:19 -0000 Synopsis: security/whatweb -- missing dependency Responsible-Changed-From-To: freebsd-ports-bugs->niels Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 1 08:50:18 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157492 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 11:00:22 2011 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 60CB71065670 for ; Wed, 1 Jun 2011 11: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 02D878FC13 for ; Wed, 1 Jun 2011 11:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51B0LOD054419 for ; Wed, 1 Jun 2011 11:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51B0LNZ054418; Wed, 1 Jun 2011 11:00:21 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 11:00:21 GMT Resent-Message-Id: <201106011100.p51B0LNZ054418@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hans Fredrik Nordhaug Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE1461065672 for ; Wed, 1 Jun 2011 10:58:51 +0000 (UTC) (envelope-from root@nordhaug.priv.no) Received: from nordhaug.priv.no (static243-173-78.mimer.net [83.243.173.78]) by mx1.freebsd.org (Postfix) with ESMTP id 5DDC38FC14 for ; Wed, 1 Jun 2011 10:58:50 +0000 (UTC) Received: from nordhaug.priv.no (localhost [127.0.0.1]) by nordhaug.priv.no (Postfix) with ESMTP id C69D38A75B; Wed, 1 Jun 2011 12:58:48 +0200 (CEST) Received: from nordhaug.priv.no ([127.0.0.1]) by nordhaug.priv.no (nordhaug.priv.no [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GFW4Hci2TyCD; Wed, 1 Jun 2011 12:58:42 +0200 (CEST) Received: by nordhaug.priv.no (Postfix, from userid 0) id 16FF18A17C; Wed, 1 Jun 2011 12:58:42 +0200 (CEST) Message-Id: <20110601105842.16FF18A17C@nordhaug.priv.no> Date: Wed, 1 Jun 2011 12:58:42 +0200 (CEST) From: Hans Fredrik Nordhaug To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsduser@paradisegreen.co.uk Subject: ports/157493: [PATCH] www/drush: update to 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: Wed, 01 Jun 2011 11:00:22 -0000 >Number: 157493 >Category: ports >Synopsis: [PATCH] www/drush: update to 4.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: Wed Jun 01 11:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hans Fredrik Nordhaug >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nordhaug.priv.no 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 >Description: - Update to 4.4. PS! I'm willing to maintain this port. Port maintainer (freebsduser@paradisegreen.co.uk) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- drush-4.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/drush.orig/Makefile /usr/ports/www/drush/Makefile --- /usr/ports/www/drush.orig/Makefile 2011-06-01 10:00:36.000000000 +0200 +++ /usr/ports/www/drush/Makefile 2011-06-01 12:50:12.000000000 +0200 @@ -6,18 +6,21 @@ # PORTNAME= drush -PORTVERSION= 3.0 +PORTVERSION= 4.4 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ -DISTNAME= drush-All-versions-${PORTVERSION} +DISTNAME= drush-7.x-${PORTVERSION} MAINTAINER= freebsduser@paradisegreen.co.uk COMMENT= Drupal command line and scripting interface NO_BUILD= yes -# set php requirements same as drupal itself -USE_PHP= gd pcre session xml mbstring +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +# set php requirements same as drupal itself pluss ctype +USE_PHP= ctype gd pcre session xml mbstring IGNORE_WITH_PHP=4 WANT_PHP_WEB= yes diff -ruN --exclude=CVS /usr/ports/www/drush.orig/distinfo /usr/ports/www/drush/distinfo --- /usr/ports/www/drush.orig/distinfo 2011-06-01 10:00:36.000000000 +0200 +++ /usr/ports/www/drush/distinfo 2011-06-01 11:43:43.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (drush-All-versions-3.0.tar.gz) = 2112ab5a9b6c9ad9947c85f99a1a56dd1db40d4bb69d0cf962b84e6bd95c4207 -SIZE (drush-All-versions-3.0.tar.gz) = 171892 +SHA256 (drush-7.x-4.4.tar.gz) = f6af5d259c169d0b3738568c9a8d114c8958df6deb5440fce3b5842e753fc88f +SIZE (drush-7.x-4.4.tar.gz) = 253012 diff -ruN --exclude=CVS /usr/ports/www/drush.orig/files/patch-drush /usr/ports/www/drush/files/patch-drush --- /usr/ports/www/drush.orig/files/patch-drush 2011-06-01 10:00:36.000000000 +0200 +++ /usr/ports/www/drush/files/patch-drush 2011-06-01 11:52:53.000000000 +0200 @@ -1,11 +1,6 @@ ---- drush.orig 2010-04-29 21:25:16.000000000 +0100 -+++ drush 2010-04-29 21:32:18.000000000 +0100 -@@ -1,51 +1,16 @@ --#!/usr/bin/env sh -+#!/bin/sh - # $Id: drush,v 1.17 2010/04/14 22:29:33 weitzman Exp $ - # - # This script is a simple wrapper that will run Drush with the most appropriate +--- drush.orig 2011-06-01 11:48:44.000000000 +0200 ++++ drush 2011-06-01 11:52:14.000000000 +0200 +@@ -5,28 +5,11 @@ # php executable it can find. # @@ -14,7 +9,7 @@ -SELF_PATH=$(cd -P -- "$(dirname -- "$0")" && pwd -P) && SELF_PATH=$SELF_PATH/$(basename -- "$0") - -# Resolve symlinks - this is the equivalent of "readlink -f", but also works with non-standard OS X readlink. --while [ -h $SELF_PATH ]; do +-while [ -h "$SELF_PATH" ]; do - # 1) cd to directory of the symlink - # 2) cd to the directory of where the symlink points - # 3) Get the pwd @@ -24,34 +19,25 @@ - SELF_PATH=$(cd $DIR && cd $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM") -done -cd "$ORIGDIR" -- ++# Set by the FreeBSD Drush port ++DRUSH_DIR=XXXDATADIRXXX + # Build the path to drush.php. --SCRIPT_PATH=$(dirname $SELF_PATH)/drush.php +-SCRIPT_PATH=$(dirname "$SELF_PATH")/drush.php -case $(uname -a) in - CYGWIN*) - SCRIPT_PATH=$(cygpath -w -a -- "$SCRIPT_PATH") ;; -esac -+SCRIPT_PATH=XXXDATADIRXXX/drush.php ++SCRIPT_PATH=$DRUSH_DIR/drush.php - # If not exported and term is set determine and export the number of columns. - if [ -z $COLUMNS ] && [ -n "$TERM" ]; then - export COLUMNS=$(tput cols) - fi + # If not exported, try to determine and export the number of columns. + # We do not want to run $(tput cols) if $TERM is empty or "dumb", because +@@ -65,7 +48,7 @@ --# Special case for *AMP installers, since they normally don't set themselves as the default cli php out of the box. --for php in /Applications/MAMP/bin/php5/bin/php /opt/lampp/bin/php /Applications/xampp/xamppfiles/bin/php /Applications/acquia-drupal/php/bin/php; do -- if [ -x $php ]; then -- exec $php $SCRIPT_PATH --php="$php" "$@" -- fi --done -- --# We check for a command line (cli) version of php, and if found use that. --which php-cli >/dev/null 2>&1 --if [ "$?" = 0 ] ; then -- exec php-cli $SCRIPT_PATH --php="php-cli" "$@" --else -- # Alternatively we run with straight php, which works on most other systems. -- # The --php=`which php` is for Dreamhost, which behaves oddly. See http://drupal.org/node/662926 -- exec php $SCRIPT_PATH --php=`which php` "$@" --fi -+exec php $SCRIPT_PATH --php=`which php` "$@" + # Check to see if the user has provided a php.ini file or drush.ini file in any conf dir + # Last found wins, so search in reverse priority order +-for conf_dir in $(dirname "$SELF_PATH") /etc/drush $HOME/.drush ; do ++for conf_dir in $DRUSH_DIR /etc/drush $HOME/.drush ; do + if [ -f $conf_dir/php.ini ] ; then + drush_php_ini=$conf_dir/php.ini + fi diff -ruN --exclude=CVS /usr/ports/www/drush.orig/pkg-plist /usr/ports/www/drush/pkg-plist --- /usr/ports/www/drush.orig/pkg-plist 2011-06-01 10:00:36.000000000 +0200 +++ /usr/ports/www/drush/pkg-plist 2011-06-01 12:40:31.000000000 +0200 @@ -1,44 +1,66 @@ bin/drush %%DATADIR%%/LICENSE.txt %%DATADIR%%/README.txt +%%DATADIR%%/commands/core/clear.cache.inc +%%DATADIR%%/commands/core/core.drush.inc +%%DATADIR%%/commands/core/docs.drush.inc %%DATADIR%%/commands/core/drupal/batch_6.inc %%DATADIR%%/commands/core/drupal/batch_7.inc %%DATADIR%%/commands/core/drupal/environment_5.inc %%DATADIR%%/commands/core/drupal/environment_6.inc %%DATADIR%%/commands/core/drupal/environment_7.inc +%%DATADIR%%/commands/core/drupal/site_install_6.inc +%%DATADIR%%/commands/core/drupal/site_install_7.inc %%DATADIR%%/commands/core/drupal/update_5.inc %%DATADIR%%/commands/core/drupal/update_6.inc %%DATADIR%%/commands/core/drupal/update_7.inc -%%DATADIR%%/commands/core/clear.cache.inc -%%DATADIR%%/commands/core/core.drush.inc +%%DATADIR%%/commands/core/field.drush.inc +%%DATADIR%%/commands/core/help.drush.inc +%%DATADIR%%/commands/core/image.drush.inc %%DATADIR%%/commands/core/rsync.core.inc %%DATADIR%%/commands/core/scratch.php %%DATADIR%%/commands/core/search.drush.inc %%DATADIR%%/commands/core/site_install.drush.inc %%DATADIR%%/commands/core/sitealias.drush.inc +%%DATADIR%%/commands/core/test.drush.inc +%%DATADIR%%/commands/core/topic.drush.inc %%DATADIR%%/commands/core/upgrade.drush.inc %%DATADIR%%/commands/core/variable.drush.inc %%DATADIR%%/commands/core/watchdog.drush.inc -%%DATADIR%%/commands/pm/package_handler/wget.inc %%DATADIR%%/commands/pm/package_handler/cvs.inc +%%DATADIR%%/commands/pm/package_handler/git_drupalorg.inc +%%DATADIR%%/commands/pm/package_handler/wget.inc %%DATADIR%%/commands/pm/pm.drush.inc -%%DATADIR%%/commands/pm/updatecode.pm.inc %%DATADIR%%/commands/pm/update_info/drupal_5.inc %%DATADIR%%/commands/pm/update_info/drupal_6.inc %%DATADIR%%/commands/pm/update_info/drupal_7.inc +%%DATADIR%%/commands/pm/updatecode.pm.inc %%DATADIR%%/commands/pm/version_control/backup.inc %%DATADIR%%/commands/pm/version_control/bzr.inc %%DATADIR%%/commands/pm/version_control/svn.inc %%DATADIR%%/commands/sql/sql.drush.inc %%DATADIR%%/commands/sql/sync.sql.inc -%%DATADIR%%/drush.api.php +%%DATADIR%%/commands/user/user.drush.inc +%%DATADIR%%/docs/bootstrap.html +%%DATADIR%%/docs/commands.html +%%DATADIR%%/docs/context.html +%%DATADIR%%/docs/drush.api.php +%%DATADIR%%/docs/shellscripts.html +%%DATADIR%%/docs/upgrade.html %%DATADIR%%/drush.info %%DATADIR%%/drush.php %%DATADIR%%/drush_logo-black.png %%DATADIR%%/examples/example.aliases.drushrc.php +%%DATADIR%%/examples/example.bashrc +%%DATADIR%%/examples/example.drush.ini %%DATADIR%%/examples/example.drushrc.php +%%DATADIR%%/examples/helloworld.script +%%DATADIR%%/examples/policy.drush.inc +%%DATADIR%%/examples/sandwich-topic.txt %%DATADIR%%/examples/sandwich.drush.inc %%DATADIR%%/examples/sandwich.txt +%%DATADIR%%/examples/xkcd.drush.inc +%%DATADIR%%/includes/.gitignore %%DATADIR%%/includes/backend.inc %%DATADIR%%/includes/batch.inc %%DATADIR%%/includes/command.inc @@ -48,6 +70,8 @@ %%DATADIR%%/includes/sitealias.inc @dirrmtry %%DATADIR%%/includes @dirrmtry %%DATADIR%%/examples +@dirrmtry %%DATADIR%%/docs +@dirrmtry %%DATADIR%%/commands/user @dirrmtry %%DATADIR%%/commands/sql @dirrmtry %%DATADIR%%/commands/pm/version_control @dirrmtry %%DATADIR%%/commands/pm/update_info --- drush-4.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 11:00:35 2011 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 172D3106566C; Wed, 1 Jun 2011 11:00:35 +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 E220B8FC19; Wed, 1 Jun 2011 11:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51B0YL8054880; Wed, 1 Jun 2011 11:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51B0YNZ054870; Wed, 1 Jun 2011 11:00:34 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 11:00:34 GMT Message-Id: <201106011100.p51B0YNZ054870@freefall.freebsd.org> To: hans@nordhaug.priv.no, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157493: [PATCH] www/drush: update to 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: Wed, 01 Jun 2011 11:00:35 -0000 Synopsis: [PATCH] www/drush: update to 4.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 1 11:00:33 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157493 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 11:10:12 2011 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 5BC4B1065670 for ; Wed, 1 Jun 2011 11:10: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 4B3348FC0C for ; Wed, 1 Jun 2011 11:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51BACDh063313 for ; Wed, 1 Jun 2011 11:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51BACIU063312; Wed, 1 Jun 2011 11:10:12 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 11:10:12 GMT Message-Id: <201106011110.p51BACIU063312@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157493: [PATCH] www/drush: update to 4.4 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, 01 Jun 2011 11:10:12 -0000 The following reply was made to PR ports/157493; it has been noted by GNATS. From: Edwin Groothuis To: freebsduser@paradisegreen.co.uk Cc: bug-followup@FreeBSD.org Subject: Re: ports/157493: [PATCH] www/drush: update to 4.4 Date: Wed, 1 Jun 2011 11:00:30 UT Maintainer of www/drush, Please note that PR ports/157493 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/157493 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:00:23 2011 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 A3CA61065704 for ; Wed, 1 Jun 2011 12: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 808258FC0C for ; Wed, 1 Jun 2011 12:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51C0NEF012031 for ; Wed, 1 Jun 2011 12:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51C0NBk012030; Wed, 1 Jun 2011 12:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 12:00:23 GMT Resent-Message-Id: <201106011200.p51C0NBk012030@freefall.freebsd.org> 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 E00A01065679 for ; Wed, 1 Jun 2011 11:56: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 C59DB8FC0A for ; Wed, 1 Jun 2011 11:56:30 +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 p51BuUxw020619 for ; Wed, 1 Jun 2011 11:56:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51BuUqe020618; Wed, 1 Jun 2011 11:56:30 GMT (envelope-from nobody) Message-Id: <201106011156.p51BuUqe020618@red.freebsd.org> Date: Wed, 1 Jun 2011 11:56:30 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157495: [new port] net-mgmt/nagtail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 12:00:23 -0000 >Number: 157495 >Category: ports >Synopsis: [new port] net-mgmt/nagtail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 12:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: New port: net-mgmt/nagtail. NagTail is just like tail(1), but for the status.dat file. WWW: http://www.vanheusden.com/nagtail/ >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: # # nagtail/ # nagtail/files # nagtail/files/patch-br.cpp # nagtail/files/patch-utils.cpp # nagtail/files/patch-br.h # nagtail/files/patch-main.cpp # nagtail/Makefile # nagtail/pkg-descr # nagtail/distinfo # echo c - nagtail/ mkdir -p nagtail/ > /dev/null 2>&1 echo c - nagtail/files mkdir -p nagtail/files > /dev/null 2>&1 echo x - nagtail/files/patch-br.cpp sed 's/^X//' >nagtail/files/patch-br.cpp << '5b3c7399baa850e465b3b850b521e5bd' X--- br.cpp.orig 2011-06-01 07:28:11.000000000 -0400 X+++ br.cpp 2011-06-01 07:28:49.000000000 -0400 X@@ -251,10 +251,10 @@ X return out; X } X X-off64_t buffered_reader::file_offset(void) X+off_t buffered_reader::file_offset(void) X { X if (mmap_addr) X return cur_offset - mmap_addr; X else X- return lseek64(fd, 0, SEEK_CUR); X+ return lseek(fd, 0, SEEK_CUR); X } 5b3c7399baa850e465b3b850b521e5bd echo x - nagtail/files/patch-utils.cpp sed 's/^X//' >nagtail/files/patch-utils.cpp << '8718ba8ab5060b07a132aeeb317af768' X--- utils.cpp.orig 2011-06-01 07:30:26.000000000 -0400 X+++ utils.cpp 2011-06-01 07:30:35.000000000 -0400 X@@ -29,6 +29,7 @@ X #include X #include X #include X+#include X extern "C" { X #include "error.h" X } 8718ba8ab5060b07a132aeeb317af768 echo x - nagtail/files/patch-br.h sed 's/^X//' >nagtail/files/patch-br.h << '0d1f9028a90b4e446f52c07c2e06f08e' X--- br.h.orig 2011-06-01 07:45:29.000000000 -0400 X+++ br.h 2011-06-01 07:45:38.000000000 -0400 X@@ -33,7 +33,7 @@ X char *buffer; X long long int buffer_length, buffer_pointer; X char *mmap_addr, *cur_offset; X- off64_t size_of_file; X+ off_t size_of_file; X X int number_of_bytes_in_buffer(void); X int read_into_buffer(void); X@@ -46,5 +46,5 @@ X X char * read_line(void); X X- off64_t file_offset(void); X+ off_t file_offset(void); X }; 0d1f9028a90b4e446f52c07c2e06f08e echo x - nagtail/files/patch-main.cpp sed 's/^X//' >nagtail/files/patch-main.cpp << '6a6439931dfee297bc68391bf5237508' X--- main.cpp.orig 2011-06-01 07:45:51.000000000 -0400 X+++ main.cpp 2011-06-01 07:46:28.000000000 -0400 X@@ -35,7 +35,7 @@ X struct stats *prev = NULL; X int n_prev = 0; X int c; X- char *statuslog = "/usr/local/nagios/var/status.log"; X+ char *statuslog = "/var/spool/nagios/status.dat"; X int check_interval = 60; X char verbose = 0; X char is_20_format = 1; X@@ -110,7 +110,7 @@ X } X X if (is_file == 1) /* file */ X- fd = open64(statuslog, O_RDONLY); X+ fd = open(statuslog, O_RDONLY); X else X fd = connect_to(statuslog); X 6a6439931dfee297bc68391bf5237508 echo x - nagtail/Makefile sed 's/^X//' >nagtail/Makefile << '6130589365f781bf656cada4cffc960b' X# New ports collection makefile for: net-mgmt/nagtail X# Date created: 1 July 2011 X# Whom: Ryan Steinmetz X# X# $FreeBSD$ X# X XPORTNAME= nagtail XPORTVERSION= 0.0.31 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.vanheusden.com/nagtail/ \ X http://people.rit.edu/rpsfa/ XEXTRACT_SUFX= .tgz X XMAINTAINER= rpsfa@rit.edu XCOMMENT= Tail for the nagios status.dat file X XUSE_GMAKE= yes X XMAN1= nagtail.1 XMANCOMPRESSED= yes XPLIST_FILES= bin/nagtail X X.include X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/nagtail ${PREFIX}/bin X @${INSTALL_MAN} ${WRKSRC}/nagtail.1.gz ${MAN1PREFIX}/man/man1 X X.include 6130589365f781bf656cada4cffc960b echo x - nagtail/pkg-descr sed 's/^X//' >nagtail/pkg-descr << 'f0826bfc0a44283b85a1154eb2ac47b2' XNagTail is like tail(1), but for the nagios status.dat file. X XWWW: http://www.vanheusden.com/nagtail/ f0826bfc0a44283b85a1154eb2ac47b2 echo x - nagtail/distinfo sed 's/^X//' >nagtail/distinfo << '3757196560b067e1442768a72ca24118' XSHA256 (nagtail-0.0.31.tgz) = 8c26bee07a75de77a0c74b3c2ee1dfba59bca1258259748cd92ed364b828f2aa XSIZE (nagtail-0.0.31.tgz) = 13995 3757196560b067e1442768a72ca24118 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:00:29 2011 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 BD6FF1065673 for ; Wed, 1 Jun 2011 12: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 AC64F8FC20 for ; Wed, 1 Jun 2011 12:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51C0TMr012123 for ; Wed, 1 Jun 2011 12:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51C0Tdr012114; Wed, 1 Jun 2011 12:00:29 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 12:00:29 GMT Message-Id: <201106011200.p51C0Tdr012114@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Brian Clapper Cc: Subject: Re: ports/157487: [update] misc/gnuls to 8.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brian Clapper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 12:00:29 -0000 The following reply was made to PR ports/157487; it has been noted by GNATS. From: Brian Clapper To: bug-followup@FreeBSD.org Cc: Edwin Groothuis Subject: Re: ports/157487: [update] misc/gnuls to 8.12 Date: Wed, 01 Jun 2011 07:42:01 -0400 On 05/31/2011 10:10 PM, Edwin Groothuis wrote: > Maintainer of misc/gnuls, > > Please note that PR ports/157487 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/157487 Patch approved. -- -Brian Brian Clapper, http://www.clapper.org/bmc/ I do not believe in the creed professed by the Jewish Church, by the Roman Church, by the Greek Church, by the Turkish Church, by the Protestant Church, nor by any Church that I know of. My own mind is my own church. -- Thomas Paine From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:30:12 2011 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 191951065672 for ; Wed, 1 Jun 2011 12:30: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 E97428FC1D for ; Wed, 1 Jun 2011 12:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51CUBfY039103 for ; Wed, 1 Jun 2011 12:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51CUBPq039099; Wed, 1 Jun 2011 12:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 12:30:11 GMT Resent-Message-Id: <201106011230.p51CUBPq039099@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B1A3106564A for ; Wed, 1 Jun 2011 12:29: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 29FA28FC08 for ; Wed, 1 Jun 2011 12:29:43 +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 p51CTgrr049536 for ; Wed, 1 Jun 2011 12:29:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51CTgod049535; Wed, 1 Jun 2011 12:29:42 GMT (envelope-from nobody) Message-Id: <201106011229.p51CTgod049535@red.freebsd.org> Date: Wed, 1 Jun 2011 12:29:42 GMT From: Vitaly Magerya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157496: [maintainer] lang/chicken: update to 4.7.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: Wed, 01 Jun 2011 12:30:12 -0000 >Number: 157496 >Category: ports >Synopsis: [maintainer] lang/chicken: update to 4.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 12:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Vitaly Magerya >Release: 8.2-RELEASE i386 >Organization: >Environment: >Description: Update lang/chicken from 4.6.0 to 4.7.0. The changelog is at [1]. All Chicken programs must be recompiled after this update. [1] http://code.call-cc.org/releases/4.7.0/NEWS >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN chicken.orig/Makefile chicken/Makefile --- chicken.orig/Makefile 2011-05-31 17:37:38.000000000 +0300 +++ chicken/Makefile 2011-06-01 17:15:05.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= chicken -PORTVERSION= 4.6.0 +PORTVERSION= 4.7.0 CATEGORIES= lang scheme MASTER_SITES= http://code.call-cc.org/releases/${PORTVERSION}/ @@ -14,6 +14,7 @@ COMMENT= A Scheme-to-C compiler USE_GMAKE= yes +MAKEFILE= GNUmakefile USE_LDCONFIG= yes MAKE_ARGS+= PLATFORM=bsd PREFIX=${PREFIX} \ TOPMANDIR=${PREFIX}/man ARCH=${NEW_ARCH} \ @@ -30,6 +31,11 @@ MAKE_ARGS+= HACKED_APPLY= .endif +post-patch: + @${REINPLACE_CMD} \ + 's|^DOCDIR = .*$$|DOCDIR = ${DOCSDIR}|' \ + ${WRKSRC}/defaults.make + post-install: @${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} diff -ruN chicken.orig/distinfo chicken/distinfo --- chicken.orig/distinfo 2011-05-31 17:37:38.000000000 +0300 +++ chicken/distinfo 2011-05-31 17:38:36.000000000 +0300 @@ -1,3 +1,2 @@ -MD5 (chicken-4.6.0.tar.gz) = 538a93e786e550ad848a040bcd902184 -SHA256 (chicken-4.6.0.tar.gz) = c55d1dadf9941b3efbc7be9181d5c7cbc304a20c614625fbf710c0acaa1cd245 -SIZE (chicken-4.6.0.tar.gz) = 3019126 +SHA256 (chicken-4.7.0.tar.gz) = 56afdbff812febe3f98ae437716ecaa96115732f21db5063ce413e4c7449a26c +SIZE (chicken-4.7.0.tar.gz) = 3392031 diff -ruN chicken.orig/files/patch-defaults.make chicken/files/patch-defaults.make --- chicken.orig/files/patch-defaults.make 2011-05-31 17:37:38.000000000 +0300 +++ chicken/files/patch-defaults.make 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- defaults.make.orig 2010-05-14 19:39:40.000000000 +0000 -+++ defaults.make 2010-05-14 19:41:20.000000000 +0000 -@@ -52,7 +52,7 @@ - TOPMANDIR = $(SHAREDIR)/man - MANDIR = $(TOPMANDIR)/man1 - INCDIR = $(PREFIX)/include --DOCDIR = $(DATADIR)/doc -+DOCDIR = $(SHAREDIR)/doc/chicken - VARDIR ?= $(LIBDIR) - CHICKENLIBDIR = $(VARDIR)/chicken - EGGDIR = $(CHICKENLIBDIR)/$(BINARYVERSION) diff -ruN chicken.orig/pkg-plist chicken/pkg-plist --- chicken.orig/pkg-plist 2011-05-31 17:37:38.000000000 +0300 +++ chicken/pkg-plist 2011-06-01 16:43:24.000000000 +0300 @@ -6,93 +6,96 @@ bin/chicken-uninstall bin/csc bin/csi -include/chicken-config.h -include/chicken.h -lib/chicken/5/chicken.import.so -lib/chicken/5/csi.import.so -lib/chicken/5/data-structures.import.so -lib/chicken/5/extras.import.so -lib/chicken/5/files.import.so -lib/chicken/5/foreign.import.so -lib/chicken/5/irregex.import.so -lib/chicken/5/lolevel.import.so -lib/chicken/5/modules.db -lib/chicken/5/ports.import.so -lib/chicken/5/posix.import.so -lib/chicken/5/regex.import.so -lib/chicken/5/scheme.import.so -lib/chicken/5/setup-api.import.so -lib/chicken/5/setup-api.so -lib/chicken/5/setup-download.import.so -lib/chicken/5/setup-download.so -lib/chicken/5/srfi-1.import.so -lib/chicken/5/srfi-13.import.so -lib/chicken/5/srfi-14.import.so -lib/chicken/5/srfi-18.import.so -lib/chicken/5/srfi-4.import.so -lib/chicken/5/srfi-69.import.so -lib/chicken/5/tcp.import.so -lib/chicken/5/types.db -lib/chicken/5/utils.import.so +include/chicken/chicken-config.h +include/chicken/chicken.h +lib/chicken/6/chicken.import.so +lib/chicken/6/csi.import.so +lib/chicken/6/data-structures.import.so +lib/chicken/6/extras.import.so +lib/chicken/6/files.import.so +lib/chicken/6/foreign.import.so +lib/chicken/6/irregex.import.so +lib/chicken/6/lolevel.import.so +lib/chicken/6/modules.db +lib/chicken/6/ports.import.so +lib/chicken/6/posix.import.so +lib/chicken/6/scheme.import.so +lib/chicken/6/setup-api.import.so +lib/chicken/6/setup-api.so +lib/chicken/6/setup-download.import.so +lib/chicken/6/setup-download.so +lib/chicken/6/srfi-1.import.so +lib/chicken/6/srfi-13.import.so +lib/chicken/6/srfi-14.import.so +lib/chicken/6/srfi-18.import.so +lib/chicken/6/srfi-4.import.so +lib/chicken/6/srfi-69.import.so +lib/chicken/6/tcp.import.so +lib/chicken/6/types.db +lib/chicken/6/utils.import.so lib/libchicken.a lib/libchicken.so -lib/libchicken.so.5 -%%DATADIR%%/chicken.png +lib/libchicken.so.6 %%DATADIR%%/setup.defaults -%%DOCSDIR%%/LICENSE -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README -%%DOCSDIR%%/manual/Accessing external objects -%%DOCSDIR%%/manual/Acknowledgements -%%DOCSDIR%%/manual/Basic mode of operation -%%DOCSDIR%%/manual/Bibliography -%%DOCSDIR%%/manual/Bugs and limitations -%%DOCSDIR%%/manual/C interface -%%DOCSDIR%%/manual/Callbacks -%%DOCSDIR%%/manual/Cross development -%%DOCSDIR%%/manual/Data representation -%%DOCSDIR%%/manual/Declarations -%%DOCSDIR%%/manual/Deployment -%%DOCSDIR%%/manual/Deviations from the standard -%%DOCSDIR%%/manual/Embedding -%%DOCSDIR%%/manual/Exceptions -%%DOCSDIR%%/manual/Extensions -%%DOCSDIR%%/manual/Extensions to the standard -%%DOCSDIR%%/manual/Foreign type specifiers -%%DOCSDIR%%/manual/Getting started -%%DOCSDIR%%/manual/Interface to external functions and variables -%%DOCSDIR%%/manual/Locations -%%DOCSDIR%%/manual/Modules -%%DOCSDIR%%/manual/Non-standard macros and special forms -%%DOCSDIR%%/manual/Non-standard read syntax -%%DOCSDIR%%/manual/Other support procedures -%%DOCSDIR%%/manual/Parameters -%%DOCSDIR%%/manual/Supported language -%%DOCSDIR%%/manual/The R5RS standard -%%DOCSDIR%%/manual/The User's Manual -%%DOCSDIR%%/manual/Unit data-structures -%%DOCSDIR%%/manual/Unit eval -%%DOCSDIR%%/manual/Unit expand -%%DOCSDIR%%/manual/Unit extras -%%DOCSDIR%%/manual/Unit files -%%DOCSDIR%%/manual/Unit library -%%DOCSDIR%%/manual/Unit lolevel -%%DOCSDIR%%/manual/Unit ports -%%DOCSDIR%%/manual/Unit posix -%%DOCSDIR%%/manual/Unit regex -%%DOCSDIR%%/manual/Unit srfi-1 -%%DOCSDIR%%/manual/Unit srfi-13 -%%DOCSDIR%%/manual/Unit srfi-14 -%%DOCSDIR%%/manual/Unit srfi-18 -%%DOCSDIR%%/manual/Unit srfi-4 -%%DOCSDIR%%/manual/Unit srfi-69 -%%DOCSDIR%%/manual/Unit tcp -%%DOCSDIR%%/manual/Unit utils -%%DOCSDIR%%/manual/Using the compiler -%%DOCSDIR%%/manual/Using the interpreter -%%DOCSDIR%%/manual/faq +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/manual/Accessing external objects.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Basic mode of operation.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Bugs and limitations.html +%%PORTDOCS%%%%DOCSDIR%%/manual/C interface.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Callbacks.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Cross development.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Data representation.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Declarations.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Deployment.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Deviations from the standard.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Embedding.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Extensions to the standard.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Extensions.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Foreign type specifiers.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Getting started.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Interface to external functions and variables.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Locations.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Macros.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Modules.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Non-standard macros and special forms.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Non-standard read syntax.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Other support procedures.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Parameters.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Supported language.html +%%PORTDOCS%%%%DOCSDIR%%/manual/The R5RS standard.html +%%PORTDOCS%%%%DOCSDIR%%/manual/The User's Manual.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit data-structures.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit eval.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit expand.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit extras.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit files.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit irregex.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit library.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit lolevel.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit ports.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit posix.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit srfi-1.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit srfi-13.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit srfi-14.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit srfi-18.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit srfi-4.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit srfi-69.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit tcp.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Unit utils.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Using the compiler.html +%%PORTDOCS%%%%DOCSDIR%%/manual/Using the interpreter.html +%%PORTDOCS%%%%DOCSDIR%%/manual/chicken.png +%%PORTDOCS%%%%DOCSDIR%%/manual/faq.html +%%PORTDOCS%%%%DOCSDIR%%/manual/index.html +%%PORTDOCS%%%%DOCSDIR%%/manual/manual.css +%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/manual -@dirrm %%DOCSDIR%% -@dirrm lib/chicken/5 +@dirrm lib/chicken/6 @dirrm lib/chicken +@dirrm include/chicken >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:31:26 2011 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 0138F106566C; Wed, 1 Jun 2011 12:31:26 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD7288FC19; Wed, 1 Jun 2011 12:31:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51CVPET046013; Wed, 1 Jun 2011 12:31:25 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51CVPbt046004; Wed, 1 Jun 2011 12:31:25 GMT (envelope-from wxs) Date: Wed, 1 Jun 2011 12:31:25 GMT Message-Id: <201106011231.p51CVPbt046004@freefall.freebsd.org> To: chifeng@gmail.com, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157485: [update] mail/sqlgrey to 1.8.0-rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 12:31:26 -0000 Synopsis: [update] mail/sqlgrey to 1.8.0-rc2 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Wed Jun 1 12:31:24 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157485 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:31:58 2011 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 5878D1065673; Wed, 1 Jun 2011 12:31:58 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 309568FC1C; Wed, 1 Jun 2011 12:31:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51CVw6P048837; Wed, 1 Jun 2011 12:31:58 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51CVtkh048829; Wed, 1 Jun 2011 12:31:55 GMT (envelope-from wxs) Date: Wed, 1 Jun 2011 12:31:55 GMT Message-Id: <201106011231.p51CVtkh048829@freefall.freebsd.org> To: urisso@bsd.com.br, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157486: [update] security/snortsam to 2.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 12:31:58 -0000 Synopsis: [update] security/snortsam to 2.70 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Wed Jun 1 12:31:55 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157486 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:32:21 2011 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 307221065674; Wed, 1 Jun 2011 12:32:21 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 089348FC12; Wed, 1 Jun 2011 12:32:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51CWKbH048981; Wed, 1 Jun 2011 12:32:20 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51CWKng048977; Wed, 1 Jun 2011 12:32:20 GMT (envelope-from wxs) Date: Wed, 1 Jun 2011 12:32:20 GMT Message-Id: <201106011232.p51CWKng048977@freefall.freebsd.org> To: bmc@clapper.org, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157487: [update] misc/gnuls to 8.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 12:32:21 -0000 Synopsis: [update] misc/gnuls to 8.12 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Wed Jun 1 12:32:20 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157487 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:32:46 2011 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 7CA911065673; Wed, 1 Jun 2011 12:32:46 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5505C8FC23; Wed, 1 Jun 2011 12:32:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51CWkbp049135; Wed, 1 Jun 2011 12:32:46 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51CWkTS049131; Wed, 1 Jun 2011 12:32:46 GMT (envelope-from wxs) Date: Wed, 1 Jun 2011 12:32:46 GMT Message-Id: <201106011232.p51CWkTS049131@freefall.freebsd.org> To: anarcat@anarcat.ath.cx, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157488: [update] net-mgmt/nagircbot to 0.0.33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 12:32:46 -0000 Synopsis: [update] net-mgmt/nagircbot to 0.0.33 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Wed Jun 1 12:32:45 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157488 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 12:32:56 2011 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 704991065674; Wed, 1 Jun 2011 12:32:56 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 494F58FC12; Wed, 1 Jun 2011 12:32:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51CWuTe049242; Wed, 1 Jun 2011 12:32:56 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51CWuPo049238; Wed, 1 Jun 2011 12:32:56 GMT (envelope-from wxs) Date: Wed, 1 Jun 2011 12:32:56 GMT Message-Id: <201106011232.p51CWuPo049238@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157495: [new port] net-mgmt/nagtail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 12:32:56 -0000 Synopsis: [new port] net-mgmt/nagtail Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Wed Jun 1 12:32:55 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157495 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 13:00:20 2011 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 9E1C31065673 for ; Wed, 1 Jun 2011 13:00:20 +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 7BF1F8FC14 for ; Wed, 1 Jun 2011 13:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51D0KBH067849 for ; Wed, 1 Jun 2011 13:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51D0Knp067848; Wed, 1 Jun 2011 13:00:20 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 13:00:20 GMT Resent-Message-Id: <201106011300.p51D0Knp067848@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99334106564A for ; Wed, 1 Jun 2011 12:57:09 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA068FC0A for ; Wed, 1 Jun 2011 12:57:08 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.4/8.14.4) with ESMTP id p51Cv7YG018065 for ; Wed, 1 Jun 2011 13:57:07 +0100 (BST) (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.4/8.14.4/Submit) id p51Cv6tI018064; Wed, 1 Jun 2011 13:57:06 +0100 (BST) (envelope-from freebsd@beardz.net) Message-Id: <201106011257.p51Cv6tI018064@beardz.net> Date: Wed, 1 Jun 2011 13:57:06 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157497: [PATCH] devel/p5-POE-API-Peek: update to 2.17, 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: Wed, 01 Jun 2011 13:00:20 -0000 >Number: 157497 >Category: ports >Synopsis: [PATCH] devel/p5-POE-API-Peek: update to 2.17, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 13:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Update to 2.17 - Add license - Take maintainership Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-API-Peek-2.17,2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-POE-API-Peek.orig/Makefile /usr/ports/devel/p5-POE-API-Peek/Makefile --- /usr/ports/devel/p5-POE-API-Peek.orig/Makefile 2010-11-15 13:46:38.000000000 +0000 +++ /usr/ports/devel/p5-POE-API-Peek/Makefile 2011-06-01 13:54:25.001967334 +0100 @@ -6,18 +6,22 @@ # PORTNAME= POE-API-Peek -DISTVERSION= 2.16_2 +DISTVERSION= 2.17 PORTEPOCH= 2 CATEGORIES= devel perl5 -MASTER_SITES= CPAN/../../authors/id/S/SU/SUNGO +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SUNGO PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@beardz.net COMMENT= Peek into the internals of a running POE environment -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/${PERL_ARCH}/Devel/Size.pm:${PORTSDIR}/devel/p5-Devel-Size -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes INSTALL_TARGET= pure_install diff -ruN --exclude=CVS /usr/ports/devel/p5-POE-API-Peek.orig/distinfo /usr/ports/devel/p5-POE-API-Peek/distinfo --- /usr/ports/devel/p5-POE-API-Peek.orig/distinfo 2010-11-15 13:46:38.000000000 +0000 +++ /usr/ports/devel/p5-POE-API-Peek/distinfo 2011-06-01 13:35:44.163632272 +0100 @@ -1,2 +1,2 @@ -SHA256 (POE-API-Peek-2.16_2.tar.gz) = 241d9df9676ab4c7339c366c17fc2e844d50b2e4776584be07370db00db5e899 -SIZE (POE-API-Peek-2.16_2.tar.gz) = 13168 +SHA256 (POE-API-Peek-2.17.tar.gz) = 2b30d2383ac6690093092efefd3fa8e84a6b521af1ad406adcf21fe2a7514ebe +SIZE (POE-API-Peek-2.17.tar.gz) = 13283 --- p5-POE-API-Peek-2.17,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 13:00:32 2011 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 B66E9106566C; Wed, 1 Jun 2011 13:00:32 +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 8E0CE8FC18; Wed, 1 Jun 2011 13:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51D0WGd068581; Wed, 1 Jun 2011 13:00:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51D0WRq068571; Wed, 1 Jun 2011 13:00:32 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 13:00:32 GMT Message-Id: <201106011300.p51D0WRq068571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157497: [PATCH] devel/p5-POE-API-Peek: update to 2.17, 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: Wed, 01 Jun 2011 13:00:32 -0000 Synopsis: [PATCH] devel/p5-POE-API-Peek: update to 2.17, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 1 13:00:31 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157497 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 14:10:07 2011 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 0AB4E1065674 for ; Wed, 1 Jun 2011 14: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 DE2A38FC08 for ; Wed, 1 Jun 2011 14:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51EA6JL031101 for ; Wed, 1 Jun 2011 14:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51EA6LX031100; Wed, 1 Jun 2011 14:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 14:10:06 GMT Resent-Message-Id: <201106011410.p51EA6LX031100@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kris Moore Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C6001065676 for ; Wed, 1 Jun 2011 14:08: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 1DE628FC12 for ; Wed, 1 Jun 2011 14:08: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 p51E8wmT000656 for ; Wed, 1 Jun 2011 14:08:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51E8we6000655; Wed, 1 Jun 2011 14:08:58 GMT (envelope-from nobody) Message-Id: <201106011408.p51E8we6000655@red.freebsd.org> Date: Wed, 1 Jun 2011 14:08:58 GMT From: Kris Moore To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157498: x11-wm/obconf Uses incompatible tar flags X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 14:10:07 -0000 >Number: 157498 >Category: ports >Synopsis: x11-wm/obconf Uses incompatible tar flags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 14:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kris Moore >Release: 9-CURRENT >Organization: PC-BSD / iXsystems >Environment: 9-CURRENT >Description: When trying to install .obt theme files with obconf: -Unable to extract file -Ensure /usr/home/kris/.themes is writable (right clicking and checking "permissions" says it is), and that file is a valid theme, it is. Errors Reported: tar: Option --wildcards not supported Usage: List tar: -tf Extract: tar -xf Create: tar -cf [filenames...] Help: tar --help >How-To-Repeat: Just try to install any .obt theme file. >Fix: The included patch corrects the issue. Patch attached with submission follows: --- src/archive.c.orig 2011-06-01 14:00:24.000000000 +0000 +++ src/archive.c 2011-06-01 14:00:49.000000000 +0000 @@ -178,13 +178,12 @@ argv[1] = g_strdup("-x"); argv[2] = g_strdup("-v"); argv[3] = g_strdup("-z"); - argv[4] = g_strdup("--wildcards"); - argv[5] = g_strdup("-f"); - argv[6] = g_strdup(file); - argv[7] = g_strdup("-C"); - argv[8] = g_strdup(to); - argv[9] = g_strdup(glob); - argv[10] = NULL; + argv[4] = g_strdup("-f"); + argv[5] = g_strdup(file); + argv[6] = g_strdup("-C"); + argv[7] = g_strdup(to); + argv[8] = g_strdup(glob); + argv[9] = NULL; if (!g_spawn_sync(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, &outtxt, &errtxt, &exitcode, &e)) gtk_msg(GTK_MESSAGE_ERROR, _("Unable to run the \"tar\" command: %s"), >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 14:10:17 2011 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 B85FA106564A; Wed, 1 Jun 2011 14: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 91CA08FC13; Wed, 1 Jun 2011 14:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51EAHl7031795; Wed, 1 Jun 2011 14:10:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51EAHmo031791; Wed, 1 Jun 2011 14:10:17 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 14:10:17 GMT Message-Id: <201106011410.p51EAHmo031791@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157498: x11-wm/obconf Uses incompatible tar flags X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 14:10:17 -0000 Synopsis: x11-wm/obconf Uses incompatible tar flags Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 1 14:10:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157498 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 14:50:09 2011 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 398C5106564A for ; Wed, 1 Jun 2011 14: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 29CCB8FC15 for ; Wed, 1 Jun 2011 14:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51Eo9HK068366 for ; Wed, 1 Jun 2011 14:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51Eo9u0068361; Wed, 1 Jun 2011 14:50:09 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 14:50:09 GMT Message-Id: <201106011450.p51Eo9u0068361@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Fbsd8 Cc: Subject: Re: ports/148777: [New Port] sysutils/qjail: Utility to deploy large number of jails quickly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fbsd8 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 14:50:09 -0000 The following reply was made to PR ports/148777; it has been noted by GNATS. From: Fbsd8 To: bug-followup@freebsd.org Cc: Subject: Re: ports/148777: [New Port] sysutils/qjail: Utility to deploy large number of jails quickly Date: Wed, 01 Jun 2011 10:23:47 -0400 This is a multi-part message in MIME format. --------------040601090203030009020604 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------040601090203030009020604 Content-Type: text/plain; name="qjail.portMakefiles.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="qjail.portMakefiles.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # qjail # qjail/pkg-plist # qjail/pkg-message # qjail/pkg-descr # qjail/distinfo # qjail/Makefile # echo c - qjail mkdir -p qjail > /dev/null 2>&1 echo x - qjail/pkg-plist sed 's/^X//' >qjail/pkg-plist << '86541871219192287f62aed437005027' Xetc/qjail.conf.sample Xetc/rc.d/qjail-jail2 Xetc/rc.d/qjail2 Xbin/qjail Xshare/examples/qjail/default/qjail.flavor Xshare/examples/qjail/default/etc/make.conf Xshare/examples/qjail/default/etc/periodic.conf Xshare/examples/qjail/default/etc/rc.conf Xshare/examples/qjail/default/usr/local/etc/sudoers Xshare/examples/qjail/nullmailer-example/qjail.flavor Xshare/examples/qjail/nullmailer-example/etc/rc.conf Xshare/examples/qjail/nullmailer-example/etc/mail/mailer.conf Xshare/examples/qjail/nullmailer-example/usr/local/etc/nullmailer/remotes X X@dirrm share/examples/qjail/default/usr/local/etc/ X@dirrm share/examples/qjail/default/usr/local/ X@dirrm share/examples/qjail/default/usr/ X@dirrm share/examples/qjail/default/etc/ X@dirrm share/examples/qjail/default/ X@dirrm share/examples/qjail/nullmailer-example/usr/local/etc/nullmailer/ X@dirrm share/examples/qjail/nullmailer-example/usr/local/etc/ X@dirrm share/examples/qjail/nullmailer-example/usr/local/ X@dirrm share/examples/qjail/nullmailer-example/usr/ X@dirrm share/examples/qjail/nullmailer-example/etc/mail/ X@dirrm share/examples/qjail/nullmailer-example/etc/ X@dirrm share/examples/qjail/nullmailer-example/ X@dirrm share/examples/qjail/ 86541871219192287f62aed437005027 echo x - qjail/pkg-message sed 's/^X//' >qjail/pkg-message << '52855aef6c8b745fc2678a3da244739a' X* X* X******************************************************************************* X* * X* Use the qjail utility to deploy small or large numbers of jails quickly. * X* * X* First issue "rehash" command to enable the qjail command. * X* Then issue "man qjail-intro" to read the qjail introduction. * X* After reading that do "man qjail" for the usage details. * X* * X******************************************************************************* X* X* 52855aef6c8b745fc2678a3da244739a echo x - qjail/pkg-descr sed 's/^X//' >qjail/pkg-descr << 'd05ede6e511e945409d9ec363b2f7453' XQjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail Xsystem that includes security and performance enhancements. Plus a new level Xof "user friendliness" enhancements dealing with deploying just a few jails or Xlarge jail environments consisting of 100's of jails. X XQjail requires no knowledge of the jail command usage. It uses "nullfs" for Xread-only system binaries, sharing one copy of them with all the jails. X XUses "mdconfig" to create sparse image jails. Sparse image jails provide a Xmethod to limit the total disk space a jail can consume, while only occupying Xthe physical disk space of the sum size of the files in the image jail. X XAbility to assign ip address with their network device name, Xso aliases are auto created on jail start and auto removed on jail stop. X XAbility to create "ZONE"s of identical qjail systems, each with their own Xgroup of jails. X XAbility to designate a portion of the jail name as a group prefix so the Xcommand being executed will apply to only those jail names matching that prefix. X XWWW: http://sourceforge.net/projects/qjail/ X http://qjail.sourceforge.net/ d05ede6e511e945409d9ec363b2f7453 echo x - qjail/distinfo sed 's/^X//' >qjail/distinfo << 'd40ad96dbaed37de64038921d4ac07b1' XSHA256 (qjail-1.0.tar.bz2) = c28fd8663f96c5bb03f6a497d7a1953ed7ecc2f8f2690ed17a8760f73a10cf94 XSIZE (qjail-1.0.tar.bz2) = 40214 d40ad96dbaed37de64038921d4ac07b1 echo x - qjail/Makefile sed 's/^X//' >qjail/Makefile << '7da10d06f45c8d9771da27572b9a6525' X# New ports collection makefile for: qjail X# Date created: July 22 2010 X# Whom: Joe Barbish X# X# $FreeBSD$ X XPORTNAME= qjail XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= SF/${PORTNAME} X XMAINTAINER= qjail@a1poweruser.com XCOMMENT= Utility to quickly deploy and manage large numbers of jails X XLICENSE= BSD XUSE_BZIP2= yes XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/qjail ${PREFIX}/bin/ X ${INSTALL_SCRIPT} ${WRKSRC}/qjail2 ${PREFIX}/etc/rc.d/ X ${INSTALL_SCRIPT} ${WRKSRC}/qjail-jail2 ${PREFIX}/etc/rc.d/ X ${INSTALL_DATA} ${WRKSRC}/qjail.conf.sample ${PREFIX}/etc/ X ${INSTALL_MAN} ${WRKSRC}/qjail.8 ${MAN8PREFIX}/man/man8/ X ${INSTALL_MAN} ${WRKSRC}/qjail-intro.8 ${MAN8PREFIX}/man/man8/ X ${INSTALL_MAN} ${WRKSRC}/qjail.conf.8 ${MAN8PREFIX}/man/man8/ X X# Note: Examples are mandatory. qjail will not function without them X ${MKDIR} ${EXAMPLESDIR} X (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) X Xpost-install: X ${CAT} ${PKGMESSAGE} X X.include 7da10d06f45c8d9771da27572b9a6525 exit --------------040601090203030009020604-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 16:00:24 2011 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 A309A106564A for ; Wed, 1 Jun 2011 16: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 824818FC0C for ; Wed, 1 Jun 2011 16:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51G0NQF030689 for ; Wed, 1 Jun 2011 16:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51G0NT7030688; Wed, 1 Jun 2011 16:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 16:00:23 GMT Resent-Message-Id: <201106011600.p51G0NT7030688@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Lev A. Serebryakov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28BF01065673 for ; Wed, 1 Jun 2011 15:52:32 +0000 (UTC) (envelope-from lev@onlyone.friendlyhosting.spb.ru) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id C12308FC12 for ; Wed, 1 Jun 2011 15:52:31 +0000 (UTC) Received: by onlyone.friendlyhosting.spb.ru (Postfix, from userid 1000) id 6386D4AC2D; Wed, 1 Jun 2011 19:52:30 +0400 (MSD) Message-Id: <20110601155230.6386D4AC2D@onlyone.friendlyhosting.spb.ru> Date: Wed, 1 Jun 2011 19:52:30 +0400 (MSD) From: "Lev A. Serebryakov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: douglas@douglasthrift.net Subject: ports/157501: [PATCH] Add support for isc-dhcrelay6 analogious to isc-dhcpd6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Lev A. Serebryakov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 16:00:24 -0000 >Number: 157501 >Category: ports >Synopsis: [PATCH] Add support for isc-dhcrelay6 analogious to isc-dhcpd6 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 16:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lev A. Serebryakov >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD blob.home.serebryakov.spb.ru 8.2-STABLE FreeBSD 8.2-STABLE #17: Tue May 31 22:07:48 MSD 2011 lev@blob.home.serebryakov.spb.ru:/usr/obj/usr/src/sys/BLOB amd64 >Description: net/isc-dchp41-server port installs two RC_SUPR scripts: isc-dhcpd and isc-dhcpd6 when it is built with IPv6 support. net/isc-dchp41-relay could be built with IPv6 support, but it doesn't provide way to start two realys (for IPv4 and IPv6) simultaneously. This PR changes RC_SUBR script isc-dhcrelay to support such operations, and install link from isc-dhcrelay to isc-dhcrelay6 when port is built with IPv6 support. NB: patch is rooted in `net' directory, as it changes files in TWO ports directories. >How-To-Repeat: >Fix: Index: isc-dhcp41-relay/pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/isc-dhcp41-relay/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- isc-dhcp41-relay/pkg-plist 6 May 2010 20:24:00 -0000 1.1 +++ isc-dhcp41-relay/pkg-plist 1 Jun 2011 15:40:19 -0000 @@ -1,4 +1,6 @@ @comment $FreeBSD: ports/net/isc-dhcp41-relay/pkg-plist,v 1.1 2010/05/06 20:24:00 wxs Exp $ @unexec %D/etc/rc.d/isc-dhcrelay.sh forcestop 2>/dev/null || true @unexec %D/etc/rc.d/isc-dhcrelay forcestop 2>/dev/null || true +%%IPV6%%@unexec %D/etc/rc.d/isc-dhcrelay6 forcestop 2>/dev/null || true +%%IPV6%%etc/rc.d/isc-dhcrelay6 sbin/dhcrelay Index: isc-dhcp41-server/Makefile =================================================================== RCS file: /home/pcvs/ports/net/isc-dhcp41-server/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- isc-dhcp41-server/Makefile 9 May 2011 00:58:17 -0000 1.20 +++ isc-dhcp41-server/Makefile 1 Jun 2011 15:40:20 -0000 @@ -24,7 +24,7 @@ PATCHLEVEL= R2 PORTREVISION_SERVER= 0 PORTREVISION_CLIENT= 0 -PORTREVISION_RELAY= 0 +PORTREVISION_RELAY= 1 SUBSYS?= server WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL} Index: isc-dhcp41-server/files/isc-dhcrelay.in =================================================================== RCS file: /home/pcvs/ports/net/isc-dhcp41-server/files/isc-dhcrelay.in,v retrieving revision 1.1 diff -u -r1.1 isc-dhcrelay.in --- isc-dhcp41-server/files/isc-dhcrelay.in 6 May 2010 20:24:01 -0000 1.1 +++ isc-dhcp41-server/files/isc-dhcrelay.in 1 Jun 2011 15:40:20 -0000 @@ -16,25 +16,49 @@ # dhcrelay_servers="" # dhcrelay server(s) # dhcrelay_ifaces="" # ethernet interface(s) +case $0 in +/etc/rc*) + # during boot (shutdown) $0 is /etc/rc (/etc/rc.shutdown), + # so get the name of the script from $_file + name=$_file + ;; +*) + name=$0 + ;; +esac + +name=${name##*/isc-} + +case ${name} in +*6) + ipversion=-6 + ;; +*) + ipversion=-4 + ;; +esac + dhcrelay_precmd () { - local ifaces + local ifaces _servers _ifaces + + eval "_servers=\${${name}_servers}" + eval "_ifaces=\${${name}_ifaces}" - if [ -z "${dhcrelay_servers}" ]; then - err 1 "no dhcrelay server(s) configured." + if [ -z "${_servers}" ]; then + err 1 "no ${name} server(s) configured." fi ifaces= - for iface in ${dhcrelay_ifaces}; do + for iface in ${_ifaces}; do ifaces="${ifaces} -i ${iface}" done - rc_flags="${rc_flags} ${ifaces} ${dhcrelay_servers}" + rc_flags="${rc_flags} ${ipversion} ${ifaces} ${_servers}" } . /etc/rc.subr -name=dhcrelay rcvar=${name}_enable command=%%PREFIX%%/sbin/${name} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 16:00:25 2011 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 199A41065675 for ; Wed, 1 Jun 2011 16: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 EFBA08FC13 for ; Wed, 1 Jun 2011 16:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51G0OQQ030702 for ; Wed, 1 Jun 2011 16:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51G0Obe030701; Wed, 1 Jun 2011 16:00:24 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 16:00:24 GMT Resent-Message-Id: <201106011600.p51G0Obe030701@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Lev A. Serebryakov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C96C106564A; Wed, 1 Jun 2011 15:52:35 +0000 (UTC) (envelope-from lev@onlyone.friendlyhosting.spb.ru) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id ECD018FC19; Wed, 1 Jun 2011 15:52:34 +0000 (UTC) Received: by onlyone.friendlyhosting.spb.ru (Postfix, from userid 1000) id 5DE8D4AC33; Wed, 1 Jun 2011 19:52:34 +0400 (MSD) Message-Id: <20110601155234.5DE8D4AC33@onlyone.friendlyhosting.spb.ru> Date: Wed, 1 Jun 2011 19:52:34 +0400 (MSD) From: "Lev A. Serebryakov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: timur@FreeBSD.org Subject: ports/157502: [PATCH] make `databases/tdb' dependency on python optional. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Lev A. Serebryakov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 16:00:25 -0000 >Number: 157502 >Category: ports >Synopsis: [PATCH] make `databases/tdb' dependency on python optional. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 16:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lev A. Serebryakov >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD blob.home.serebryakov.spb.ru 8.2-STABLE FreeBSD 8.2-STABLE #17: Tue May 31 22:07:48 MSD 2011 lev@blob.home.serebryakov.spb.ru:/usr/obj/usr/src/sys/BLOB amd64 >Description: databases/tdb port depends on python only for python bindings, and could be used without python at all. As net/samba35 depends on databases/tdb, it pulls python to any server with samba35 installed. samba35 could be used on servers with limited system space, like flash-booted NASes, which doesn't need python at all. This update make databases/tdb dependency on python optional (but turned on by default). >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/tdb/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 4 Dec 2010 07:30:51 -0000 1.19 +++ Makefile 1 Jun 2011 15:47:15 -0000 @@ -7,7 +7,7 @@ PORTNAME= tdb PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \ @@ -20,7 +20,10 @@ CONFLICTS= *samba3[0-4]-3.* -USE_PYTHON= yes +OPTIONS= PYTHON "Python bindings" on + +.include + USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -35,7 +38,6 @@ AUTOCONF_ARGS= ${IPATHS} PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig PKGCONFIGDIR_REL?= ${PKGCONFIGDIR:S|^${PREFIX}/||} -PYTHON_SITELIBDIR_REL?= ${PYTHONPREFIX_SITELIBDIR:S|^${PREFIX}/||} CONFIGURE_ENV+= XSLTPROC="/usr/bin/true" @@ -50,8 +52,16 @@ lib/libtdb.a \ lib/libtdb.so \ lib/libtdb.so.1 \ - ${PKGCONFIGDIR_REL}/tdb.pc \ - ${PYTHON_SITELIBDIR_REL}/tdb.so + ${PKGCONFIGDIR_REL}/tdb.pc + +.ifdef(WITH_PYTHON) +USE_PYTHON= yes +PYTHON_SITELIBDIR_REL?= ${PYTHONPREFIX_SITELIBDIR:S|^${PREFIX}/||} +PLIST_FILES+= ${PYTHON_SITELIBDIR_REL}/tdb.so +.else +CONFIGURE_ARGS+= --disable-python +.endif + pre-install: .for man in ${MAN8} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 16:00:42 2011 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 463951065670; Wed, 1 Jun 2011 16:00:42 +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 1F5298FC19; Wed, 1 Jun 2011 16:00:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51G0fnx031267; Wed, 1 Jun 2011 16:00:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51G0fHk031260; Wed, 1 Jun 2011 16:00:41 GMT (envelope-from edwin) Date: Wed, 1 Jun 2011 16:00:41 GMT Message-Id: <201106011600.p51G0fHk031260@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, timur@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157502: [PATCH] make `databases/tdb' dependency on python optional. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 16:00:42 -0000 Synopsis: [PATCH] make `databases/tdb' dependency on python optional. Responsible-Changed-From-To: freebsd-ports-bugs->timur Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 1 16:00:41 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157502 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 19:10:10 2011 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 66B4D106566B for ; Wed, 1 Jun 2011 19: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 3AA4B8FC12 for ; Wed, 1 Jun 2011 19:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51JAA70003232 for ; Wed, 1 Jun 2011 19:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51JAAoM003231; Wed, 1 Jun 2011 19:10:10 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 19:10:10 GMT Resent-Message-Id: <201106011910.p51JAAoM003231@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D999F106566C for ; Wed, 1 Jun 2011 19:07:24 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id B86CB8FC1A for ; Wed, 1 Jun 2011 19:07:24 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 7F5746FEAFA for ; Wed, 1 Jun 2011 12:07:24 -0700 (PDT) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3yZjO+e1-3nF for ; Wed, 1 Jun 2011 12:07:24 -0700 (PDT) Received: from experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with SMTP id 4391E6FEAB2 for ; Wed, 1 Jun 2011 12:07:24 -0700 (PDT) Received: (nullmailer pid 46438 invoked by uid 1001); Wed, 01 Jun 2011 19:07:18 -0000 Message-Id: <1306955238.902997.46437.nullmailer@experts-exchange.com> Date: Wed, 01 Jun 2011 12:07:18 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157503: [new port] net-mgmt/zenpack-InterfaceGraphs: Provides a link that graphs all network interfaces for a device (zenoss) 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: Wed, 01 Jun 2011 19:10:10 -0000 >Number: 157503 >Category: ports >Synopsis: [new port] net-mgmt/zenpack-InterfaceGraphs: Provides a link that graphs all network interfaces for a device (zenoss) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 19:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Zenpacks extend the capabilities of Zenoss. This port builds cleanly in Tinderbox. This port depends on the following PR: ports/156655 >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: # # zenpack-InterfaceGraphs # zenpack-InterfaceGraphs/files # zenpack-InterfaceGraphs/files/pkg-deinstall.in # zenpack-InterfaceGraphs/files/pkg-message.in # zenpack-InterfaceGraphs/distinfo # zenpack-InterfaceGraphs/pkg-descr # zenpack-InterfaceGraphs/pkg-plist # zenpack-InterfaceGraphs/Makefile # echo c - zenpack-InterfaceGraphs mkdir -p zenpack-InterfaceGraphs > /dev/null 2>&1 echo c - zenpack-InterfaceGraphs/files mkdir -p zenpack-InterfaceGraphs/files > /dev/null 2>&1 echo x - zenpack-InterfaceGraphs/files/pkg-deinstall.in sed 's/^X//' >zenpack-InterfaceGraphs/files/pkg-deinstall.in << 'f2036375e03022af26741883f361572f' X#!/bin/sh X Xif [ "$2" = "DEINSTALL" ]; then X echo "To de-activate this Zenpack, run the following command as the zenoss user: X X%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% X XIMPORTANT: De-activating a Zenpack will also remove all its associated data" X Xfi f2036375e03022af26741883f361572f echo x - zenpack-InterfaceGraphs/files/pkg-message.in sed 's/^X//' >zenpack-InterfaceGraphs/files/pkg-message.in << '5d0bbc9d56a8eef66de9354e7850022b' X XBefore activation of this Zenpack, you will need to create a Sub-Folder named X"Storage" under MIBs in the web-interface. (Advanced-> MIBs> Sub-Folder) X XTo activate this Zenpack, run the following commands as the zenoss user: X X%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% X%%ZENHOME%%/bin/zopectl restart 5d0bbc9d56a8eef66de9354e7850022b echo x - zenpack-InterfaceGraphs/distinfo sed 's/^X//' >zenpack-InterfaceGraphs/distinfo << 'cb23596854354391f2ae71c388c64333' XSHA256 (InterfaceGraphs-1.0.tar.gz) = 36c71c06eb12108599f793b683ff6365a1ababb87cdced99c54c73f4cdce2806 XSIZE (InterfaceGraphs-1.0.tar.gz) = 5202 cb23596854354391f2ae71c388c64333 echo x - zenpack-InterfaceGraphs/pkg-descr sed 's/^X//' >zenpack-InterfaceGraphs/pkg-descr << 'da86abb0da1db3e04f501ac24bb47844' XWhen troubleshooting network issues, it can be very useful to have all the Xinterface graphs for a device on the same screen. This helps with spotting Xtrends, or tracing where traffic is flowing through a switch or router. The Xonly way to natively achieve this with Zenoss is to create a graph or Xmulti-graph report for every network device manually, which can be a chore Xif you have more than a few network devices. X XThis ZenPack provides a new link on the left side of a device detail view Xcalled "Interface Graphs" - this view shows the graphs for all of the network Xinterfaces on the device in one place, allowing for fast spotting of issues Xor traffic flows. Both the interface name and the description (if any) are Xused to title the graphs to aid with identification. X XNote that with stacked switches, you can end up with a very large number of Xgraphs on the page, so tuning this slightly via the configuration properties Xbelow could be a good idea in these situations. X XWWW: http://community.zenoss.org/docs/DOC-10226 da86abb0da1db3e04f501ac24bb47844 echo x - zenpack-InterfaceGraphs/pkg-plist sed 's/^X//' >zenpack-InterfaceGraphs/pkg-plist << '610731a87d76ef06c3ae895a13f0df2c' Xzenoss/ZenPack/%%ZPACK%% X@dirrmtry zenoss/ZenPack 610731a87d76ef06c3ae895a13f0df2c echo x - zenpack-InterfaceGraphs/Makefile sed 's/^X//' >zenpack-InterfaceGraphs/Makefile << '5574151eb8ff69554ede4cad47e0d5ba' X# New ports collection makefile for: InterfaceGraphs X# Date created: 26 May 2011 X# Whom: Zenoss X# X# $FreeBSD$ X# X XPORTNAME= InterfaceGraphs XPORTVERSION= 1.0 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/${PORTDIRNAME}/ X XMAINTAINER= zenoss@experts-exchange.com XCOMMENT= Provides a link that graphs all network interfaces for a device X XBUILD_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss XRUN_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss X XFETCH_ARGS= -o - > ${DISTDIR}/${DISTFILES} XPKGNAMEPREFIX:= zenpack-community- X XZENHOME= ${LOCALBASE}/zenoss XZPACKHOME= ${LOCALBASE}/zenoss/ZenPack XZPACKPREFIX= ZenPacks.community. XZPACK= ${ZPACKPREFIX}${PORTNAME}-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg XPLIST_SUB= ZPACK=${ZPACK} XSUB_LIST= ZENHOME=${ZENHOME} \ X ZPACK=${ZPACK} \ X ZPACKHOME=${ZPACKHOME} \ X ZPACKPREFIX=${ZPACKPREFIX} \ X PORTNAME=${PORTNAME} XSUB_FILES= pkg-message pkg-deinstall X XSHAREOWN= zenoss XSHAREGRP= zenoss X X#zenoss provides its own python 2.6 - we build against that for application compatibility XPYTHON_VERSION= python2.6 XPYTHON_CMD= ${ZENHOME}/bin/python XPYSETUP= ./setup.py X XMAKE_ENV+= ZENHOME=${ZENHOME} \ X INSTANCE_HOME=${ZENHOME} \ X PYTHONPATH=${ZENHOME}/lib/python \ X PATH=${ZENHOME}/bin:${PATH} X X.if !defined(UID) XUID!= /usr/bin/id -u X.endif X Xdo-build: X.if ${UID} != 0 && !defined(INSTALL_AS_USER) X @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" X @cd ${.CURDIR} && \ X ${SU_CMD} "${MAKE} ${__softMAKEFLAGS} ${.TARGET}" X @${ECHO_MSG} "===> Returning to user credentials" X.else X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} bdist_egg X.endif X Xdo-install: X ${MKDIR} ${ZPACKHOME} X ${INSTALL_DATA} ${WRKSRC}/dist/${ZPACK} ${ZPACKHOME} X @${CAT} ${PKGMESSAGE} X X.include 5574151eb8ff69554ede4cad47e0d5ba exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 19:20:08 2011 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 48C751065672 for ; Wed, 1 Jun 2011 19:20: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 1D33D8FC14 for ; Wed, 1 Jun 2011 19:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51JK7TD013168 for ; Wed, 1 Jun 2011 19:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51JK75o013167; Wed, 1 Jun 2011 19:20:07 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 19:20:07 GMT Resent-Message-Id: <201106011920.p51JK75o013167@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56477106564A for ; Wed, 1 Jun 2011 19:10:06 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id F1E4D8FC0C for ; Wed, 1 Jun 2011 19:10:05 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id BCD456FEB7D for ; Wed, 1 Jun 2011 12:10:05 -0700 (PDT) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3H6qxneOcDT4 for ; Wed, 1 Jun 2011 12:10:05 -0700 (PDT) Received: from experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with SMTP id 7E0496FEB79 for ; Wed, 1 Jun 2011 12:10:05 -0700 (PDT) Received: (nullmailer pid 46561 invoked by uid 1001); Wed, 01 Jun 2011 19:10:00 -0000 Message-Id: <1306955400.062979.46560.nullmailer@experts-exchange.com> Date: Wed, 01 Jun 2011 12:10:00 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: 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 Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 19:20:08 -0000 >Number: 157504 >Category: ports >Synopsis: [new port] net-mgmt/zenpack-NetApp: Provides monitoring of Network Appliance devices >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 19:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Zenpacks extend the capabilities of Zenoss. This port builds cleanly in Tinderbox. This port depends on the following PR: ports/156655 >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: # # zenpack-NetApp # zenpack-NetApp/files # zenpack-NetApp/files/pkg-deinstall.in # zenpack-NetApp/files/pkg-message.in # zenpack-NetApp/distinfo # zenpack-NetApp/pkg-descr # zenpack-NetApp/pkg-plist # zenpack-NetApp/Makefile # echo c - zenpack-NetApp mkdir -p zenpack-NetApp > /dev/null 2>&1 echo c - zenpack-NetApp/files mkdir -p zenpack-NetApp/files > /dev/null 2>&1 echo x - zenpack-NetApp/files/pkg-deinstall.in sed 's/^X//' >zenpack-NetApp/files/pkg-deinstall.in << 'dc0f0e003981a02e5e51b08feb46be6f' X#!/bin/sh X Xif [ "$2" = "DEINSTALL" ]; then X echo "To de-activate this Zenpack, run the following command as the zenoss user: X X%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% X XIMPORTANT: De-activating a Zenpack will also remove all its associated data" X Xfi dc0f0e003981a02e5e51b08feb46be6f echo x - zenpack-NetApp/files/pkg-message.in sed 's/^X//' >zenpack-NetApp/files/pkg-message.in << 'e387c46119fd6a4a311b0bc5263685fb' X XBefore activation of this Zenpack, you will need to create a Sub-Folder named X"Storage" under MIBs in the web-interface. (Advanced-> MIBs> Sub-Folder) X XTo activate this Zenpack, run the following commands as the zenoss user: X X%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% X%%ZENHOME%%/bin/zopectl restart e387c46119fd6a4a311b0bc5263685fb echo x - zenpack-NetApp/distinfo sed 's/^X//' >zenpack-NetApp/distinfo << '350bb8f690c9d313de8533d376cf1613' XSHA256 (NetApp-1.19.tar.gz) = 7aec52efd4fd49100ac078357cfe9e41bd09b4b13cdd6661ce54bdbabb8d0aa0 XSIZE (NetApp-1.19.tar.gz) = 73077 350bb8f690c9d313de8533d376cf1613 echo x - zenpack-NetApp/pkg-descr sed 's/^X//' >zenpack-NetApp/pkg-descr << '959879542fe392dec62ef50d51652a62' XThe Zenpack monitors Netapp devices under /Storage/NetApp and collects Xvolume-related information, including NFSv3 statistics. X XWWW: http://community.zenoss.org/docs/DOC-3451 959879542fe392dec62ef50d51652a62 echo x - zenpack-NetApp/pkg-plist sed 's/^X//' >zenpack-NetApp/pkg-plist << 'c585d60bb67429161d2b38d7a1a03f7d' Xzenoss/ZenPack/%%ZPACK%% X@dirrmtry zenoss/ZenPack c585d60bb67429161d2b38d7a1a03f7d echo x - zenpack-NetApp/Makefile sed 's/^X//' >zenpack-NetApp/Makefile << 'bd10c491b941d9792aafda3f3b14cda7' X# New ports collection makefile for: NetApp-1.19 X# Date created: 26 May 2011 X# Whom: Zenoss X# X# $FreeBSD$ X# X XPORTNAME= NetApp XPORTVERSION= 1.19 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/${PORTDIRNAME}/ X XMAINTAINER= zenoss@experts-exchange.com XCOMMENT= Provides monitoring of Network Appliance devices X XBUILD_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss XRUN_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss \ X XFETCH_ARGS= -o - > ${DISTDIR}/${DISTFILES} XPKGNAMEPREFIX:= zenpack-community- X XZENHOME= ${LOCALBASE}/zenoss XZPACKHOME= ${LOCALBASE}/zenoss/ZenPack XZPACKPREFIX= ZenPacks.community. XZPACK= ${ZPACKPREFIX}${PORTNAME}-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg XPLIST_SUB= ZPACK=${ZPACK} XSUB_LIST= ZENHOME=${ZENHOME} \ X ZPACK=${ZPACK} \ X ZPACKHOME=${ZPACKHOME} \ X ZPACKPREFIX=${ZPACKPREFIX} \ X PORTNAME=${PORTNAME} XSUB_FILES= pkg-message pkg-deinstall X XSHAREOWN= zenoss XSHAREGRP= zenoss X X#zenoss provides its own python 2.6 - we build against that for application compatibility XPYTHON_VERSION= python2.6 XPYTHON_CMD= ${ZENHOME}/bin/python XPYSETUP= ./setup.py X XMAKE_ENV+= ZENHOME=${ZENHOME} \ X INSTANCE_HOME=${ZENHOME} \ X PYTHONPATH=${ZENHOME}/lib/python \ X PATH=${ZENHOME}/bin:${PATH} X X.if !defined(UID) XUID!= /usr/bin/id -u X.endif X Xdo-build: X.if ${UID} != 0 && !defined(INSTALL_AS_USER) X @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" X @cd ${.CURDIR} && \ X ${SU_CMD} "${MAKE} ${__softMAKEFLAGS} ${.TARGET}" X @${ECHO_MSG} "===> Returning to user credentials" X.else X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} bdist_egg X.endif X Xdo-install: X ${MKDIR} ${ZPACKHOME} X ${INSTALL_DATA} ${WRKSRC}/dist/${ZPACK} ${ZPACKHOME} X @${CAT} ${PKGMESSAGE} X X.include bd10c491b941d9792aafda3f3b14cda7 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 19:20:08 2011 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 98B18106566B for ; Wed, 1 Jun 2011 19:20: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 6CDDC8FC16 for ; Wed, 1 Jun 2011 19:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51JK8CQ013177 for ; Wed, 1 Jun 2011 19:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51JK8wJ013176; Wed, 1 Jun 2011 19:20:08 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 19:20:08 GMT Resent-Message-Id: <201106011920.p51JK8wJ013176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CF2D106566C for ; Wed, 1 Jun 2011 19:13:12 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3A48FC12 for ; Wed, 1 Jun 2011 19:13:11 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id EDAF66FEB78 for ; Wed, 1 Jun 2011 12:13:11 -0700 (PDT) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vG0cVksfZYLI for ; Wed, 1 Jun 2011 12:13:11 -0700 (PDT) Received: from experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with SMTP id B3CC86FEB77 for ; Wed, 1 Jun 2011 12:13:11 -0700 (PDT) Received: (nullmailer pid 46717 invoked by uid 1001); Wed, 01 Jun 2011 19:13:06 -0000 Message-Id: <1306955586.355658.46716.nullmailer@experts-exchange.com> Date: Wed, 01 Jun 2011 12:13:06 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157505: [new port] net-mgmt/zenpack-DeviceSearch: Provides the ability to quickly search for devices in Zenoss 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: Wed, 01 Jun 2011 19:20:08 -0000 >Number: 157505 >Category: ports >Synopsis: [new port] net-mgmt/zenpack-DeviceSearch: Provides the ability to quickly search for devices in Zenoss >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 19:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Zenpacks extend the capabilities of Zenoss. This port builds cleanly in Tinderbox. This port depends on the following PR: ports/156655 >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: # # zenpack-DeviceSearch # zenpack-DeviceSearch/files # zenpack-DeviceSearch/files/pkg-deinstall.in # zenpack-DeviceSearch/files/pkg-message.in # zenpack-DeviceSearch/distinfo # zenpack-DeviceSearch/pkg-descr # zenpack-DeviceSearch/pkg-plist # zenpack-DeviceSearch/Makefile # echo c - zenpack-DeviceSearch mkdir -p zenpack-DeviceSearch > /dev/null 2>&1 echo c - zenpack-DeviceSearch/files mkdir -p zenpack-DeviceSearch/files > /dev/null 2>&1 echo x - zenpack-DeviceSearch/files/pkg-deinstall.in sed 's/^X//' >zenpack-DeviceSearch/files/pkg-deinstall.in << '511b0e511640c5211a6927e9d3b6e66f' X#!/bin/sh X Xif [ "$2" = "DEINSTALL" ]; then X echo "To de-activate this Zenpack, run the following command as the zenoss user: X X%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% X XIMPORTANT: De-activating a Zenpack will also remove all its associated data" X Xfi 511b0e511640c5211a6927e9d3b6e66f echo x - zenpack-DeviceSearch/files/pkg-message.in sed 's/^X//' >zenpack-DeviceSearch/files/pkg-message.in << '2bfcf8b078944c79fe48a925a66a91cf' X XBefore activation of this Zenpack, you will need to create a Sub-Folder named X"Storage" under MIBs in the web-interface. (Advanced-> MIBs> Sub-Folder) X XTo activate this Zenpack, run the following commands as the zenoss user: X X%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% X%%ZENHOME%%/bin/zopectl restart 2bfcf8b078944c79fe48a925a66a91cf echo x - zenpack-DeviceSearch/distinfo sed 's/^X//' >zenpack-DeviceSearch/distinfo << '307cfb02a9ffe2b52500752e699c3d99' XSHA256 (DeviceSearch-1.0.0.tar.gz) = 3c2c7f7b2b1f1c8ddb1a8421aba010a4cc3258e4f41634341bc8652431211de2 XSIZE (DeviceSearch-1.0.0.tar.gz) = 3642 307cfb02a9ffe2b52500752e699c3d99 echo x - zenpack-DeviceSearch/pkg-descr sed 's/^X//' >zenpack-DeviceSearch/pkg-descr << '3d9e2539d751714e4eea7e7ef243f14c' XThis ZenPack provides the ability to quickly search for Devices by their name Xor by their IP address. Search is triggered by typing 3 or more characters Xinto the text box, which then returns the first 10 matches. The use of the Xasterisk wild-card is supported, so you may search for fuzzy matches Xdynamically. X XWWW: http://community.zenoss.org/docs/DOC-7453 3d9e2539d751714e4eea7e7ef243f14c echo x - zenpack-DeviceSearch/pkg-plist sed 's/^X//' >zenpack-DeviceSearch/pkg-plist << '7b864f212aed568d3abddb7156e475d8' Xzenoss/ZenPack/%%ZPACK%% X@dirrmtry zenoss/ZenPack 7b864f212aed568d3abddb7156e475d8 echo x - zenpack-DeviceSearch/Makefile sed 's/^X//' >zenpack-DeviceSearch/Makefile << '88a8a74d81265ce744c7a2d8f6408330' X# New ports collection makefile for: DeviceSearch X# Date created: 26 May 2011 X# Whom: Zenoss X# X# $FreeBSD$ X# X XPORTNAME= DeviceSearch XPORTVERSION= 1.0.0 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/${PORTDIRNAME}/ X XMAINTAINER= zenoss@experts-exchange.com XCOMMENT= Provides the ability to quickly search for devices in Zenoss X XBUILD_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss XRUN_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss X XFETCH_ARGS= -o - > ${DISTDIR}/${DISTFILES} XPKGNAMEPREFIX:= zenpack-core- X XZENHOME= ${LOCALBASE}/zenoss XZPACKHOME= ${LOCALBASE}/zenoss/ZenPack XZPACKPREFIX= ZenPacks.zenoss. XZPACK= ${ZPACKPREFIX}${PORTNAME}-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg XPLIST_SUB= ZPACK=${ZPACK} XSUB_LIST= ZENHOME=${ZENHOME} \ X ZPACK=${ZPACK} \ X ZPACKHOME=${ZPACKHOME} \ X ZPACKPREFIX=${ZPACKPREFIX} \ X PORTNAME=${PORTNAME} XSUB_FILES= pkg-message pkg-deinstall X XSHAREOWN= zenoss XSHAREGRP= zenoss X X#zenoss provides its own python 2.6 - we build against that for application compatibility XPYTHON_VERSION= python2.6 XPYTHON_CMD= ${ZENHOME}/bin/python XPYSETUP= ./setup.py X XMAKE_ENV+= ZENHOME=${ZENHOME} \ X INSTANCE_HOME=${ZENHOME} \ X PYTHONPATH=${ZENHOME}/lib/python \ X PATH=${ZENHOME}/bin:${PATH} X X.if !defined(UID) XUID!= /usr/bin/id -u X.endif X Xdo-build: X.if ${UID} != 0 && !defined(INSTALL_AS_USER) X @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" X @cd ${.CURDIR} && \ X ${SU_CMD} "${MAKE} ${__softMAKEFLAGS} ${.TARGET}" X @${ECHO_MSG} "===> Returning to user credentials" X.else X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} bdist_egg X.endif X Xdo-install: X ${MKDIR} ${ZPACKHOME} X ${INSTALL_DATA} ${WRKSRC}/dist/${ZPACK} ${ZPACKHOME} X @${CAT} ${PKGMESSAGE} X X.include 88a8a74d81265ce744c7a2d8f6408330 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 20:00:20 2011 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 7D6381065672 for ; Wed, 1 Jun 2011 20:00:20 +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 5B1FA8FC1A for ; Wed, 1 Jun 2011 20:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51K0KSt048406 for ; Wed, 1 Jun 2011 20:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51K0K2D048405; Wed, 1 Jun 2011 20:00:20 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 20:00:20 GMT Resent-Message-Id: <201106012000.p51K0K2D048405@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81CA31065670 for ; Wed, 1 Jun 2011 19:57: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 71AD08FC1F for ; Wed, 1 Jun 2011 19:57:37 +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 p51JvaPN036658 for ; Wed, 1 Jun 2011 19:57:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51JvaKF036656; Wed, 1 Jun 2011 19:57:36 GMT (envelope-from nobody) Message-Id: <201106011957.p51JvaKF036656@red.freebsd.org> Date: Wed, 1 Jun 2011 19:57:36 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157506: [maintainer update] devel/roboctl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 20:00:20 -0000 >Number: 157506 >Category: ports >Synopsis: [maintainer update] devel/roboctl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 20:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 8.2-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD sculpin.jbacon.dyndns.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update including bug fixes and minor enhancements for both Lego and Vex communication tools. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/roboctl/Makefile roboctl-devel/Makefile --- /usr/ports/devel/roboctl/Makefile 2010-03-28 01:33:38.000000000 -0500 +++ roboctl-devel/Makefile 2011-06-01 14:47:24.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= roboctl -PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTVERSION= 0.3.7 CATEGORIES= devel MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ http://jbacon.dyndns.org/~bacon/Ports/distfiles/ @@ -20,7 +19,7 @@ MAKE_ENV= EXTRALIBS=-lbluetooth MAKE_JOBS_UNSAFE= yes -OPTIONS= CUTECOM "Install cutecom for Vex debugging" On +OPTIONS= CUTECOM "Install cutecom for Vex debugging" Off MAN1= legoctl.1 vexctl.1 nxtremote.1 MAN3= roboctl.3 diff -ruN /usr/ports/devel/roboctl/distinfo roboctl-devel/distinfo --- /usr/ports/devel/roboctl/distinfo 2009-06-07 06:37:31.000000000 -0500 +++ roboctl-devel/distinfo 2011-06-01 14:48:37.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (roboctl-0.3.6.tar.gz) = 1a9e5d45367359fbcbd16370f29ae899 -SHA256 (roboctl-0.3.6.tar.gz) = 3157a347e483e43048a21f36ac8d78a2d3cd3e9651e8f1fb1b3742c019225fa5 -SIZE (roboctl-0.3.6.tar.gz) = 141134 +MD5 (roboctl-0.3.7.tar.gz) = 975885de3266a56693da8b3a3995c79c +SHA256 (roboctl-0.3.7.tar.gz) = 7d9630b9afae523e5916559618a41108b0d34b8e7a1cc3a329f52b80bc16ebf4 +SIZE (roboctl-0.3.7.tar.gz) = 411610 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 20:20:06 2011 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 EF3B4106566B for ; Wed, 1 Jun 2011 20:20: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 DCE698FC15 for ; Wed, 1 Jun 2011 20:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51KK6YZ067138 for ; Wed, 1 Jun 2011 20:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51KK6eO067135; Wed, 1 Jun 2011 20:20:06 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 20:20:06 GMT Message-Id: <201106012020.p51KK6eO067135@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jason Helfman Cc: Subject: Re: ports/157503: [new port] net-mgmt/zenpack-InterfaceGraphs: Provides a link that graphs all network interfaces for a device (zenoss) 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: Wed, 01 Jun 2011 20:20:07 -0000 The following reply was made to PR ports/157503; it has been noted by GNATS. From: Jason Helfman To: bug-followup@freebsd.org Cc: Subject: Re: ports/157503: [new port] net-mgmt/zenpack-InterfaceGraphs: Provides a link that graphs all network interfaces for a device (zenoss) Date: Wed, 1 Jun 2011 13:15:16 -0700 pkg-message tuning # 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: # # zenpack-InterfaceGraphs # zenpack-InterfaceGraphs/files # zenpack-InterfaceGraphs/files/pkg-deinstall.in # zenpack-InterfaceGraphs/files/pkg-message.in # zenpack-InterfaceGraphs/distinfo # zenpack-InterfaceGraphs/pkg-descr # zenpack-InterfaceGraphs/pkg-plist # zenpack-InterfaceGraphs/Makefile # echo c - zenpack-InterfaceGraphs mkdir -p zenpack-InterfaceGraphs > /dev/null 2>&1 echo c - zenpack-InterfaceGraphs/files mkdir -p zenpack-InterfaceGraphs/files > /dev/null 2>&1 echo x - zenpack-InterfaceGraphs/files/pkg-deinstall.in sed 's/^X//' >zenpack-InterfaceGraphs/files/pkg-deinstall.in << 'f2036375e03022af26741883f361572f' X#!/bin/sh X Xif [ "$2" = "DEINSTALL" ]; then X echo "To de-activate this Zenpack, run the following command as the zenoss user: X X%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% X XIMPORTANT: De-activating a Zenpack will also remove all its associated data" X Xfi f2036375e03022af26741883f361572f echo x - zenpack-InterfaceGraphs/files/pkg-message.in sed 's/^X//' >zenpack-InterfaceGraphs/files/pkg-message.in << '5d0bbc9d56a8eef66de9354e7850022b' X XTo activate this Zenpack, run the following commands as the zenoss user: X X%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% X%%ZENHOME%%/bin/zopectl restart 5d0bbc9d56a8eef66de9354e7850022b echo x - zenpack-InterfaceGraphs/distinfo sed 's/^X//' >zenpack-InterfaceGraphs/distinfo << 'cb23596854354391f2ae71c388c64333' XSHA256 (InterfaceGraphs-1.0.tar.gz) = 36c71c06eb12108599f793b683ff6365a1ababb87cdced99c54c73f4cdce2806 XSIZE (InterfaceGraphs-1.0.tar.gz) = 5202 cb23596854354391f2ae71c388c64333 echo x - zenpack-InterfaceGraphs/pkg-descr sed 's/^X//' >zenpack-InterfaceGraphs/pkg-descr << 'da86abb0da1db3e04f501ac24bb47844' XWhen troubleshooting network issues, it can be very useful to have all the Xinterface graphs for a device on the same screen. This helps with spotting Xtrends, or tracing where traffic is flowing through a switch or router. The Xonly way to natively achieve this with Zenoss is to create a graph or Xmulti-graph report for every network device manually, which can be a chore Xif you have more than a few network devices. X XThis ZenPack provides a new link on the left side of a device detail view Xcalled "Interface Graphs" - this view shows the graphs for all of the network Xinterfaces on the device in one place, allowing for fast spotting of issues Xor traffic flows. Both the interface name and the description (if any) are Xused to title the graphs to aid with identification. X XNote that with stacked switches, you can end up with a very large number of Xgraphs on the page, so tuning this slightly via the configuration properties Xbelow could be a good idea in these situations. X XWWW: http://community.zenoss.org/docs/DOC-10226 da86abb0da1db3e04f501ac24bb47844 echo x - zenpack-InterfaceGraphs/pkg-plist sed 's/^X//' >zenpack-InterfaceGraphs/pkg-plist << '610731a87d76ef06c3ae895a13f0df2c' Xzenoss/ZenPack/%%ZPACK%% X@dirrmtry zenoss/ZenPack 610731a87d76ef06c3ae895a13f0df2c echo x - zenpack-InterfaceGraphs/Makefile sed 's/^X//' >zenpack-InterfaceGraphs/Makefile << '5574151eb8ff69554ede4cad47e0d5ba' X# New ports collection makefile for: InterfaceGraphs X# Date created: 26 May 2011 X# Whom: Zenoss X# X# $FreeBSD$ X# X XPORTNAME= InterfaceGraphs XPORTVERSION= 1.0 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/${PORTDIRNAME}/ X XMAINTAINER= zenoss@experts-exchange.com XCOMMENT= Provides a link that graphs all network interfaces for a device X XBUILD_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss XRUN_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss X XFETCH_ARGS= -o - > ${DISTDIR}/${DISTFILES} XPKGNAMEPREFIX:= zenpack-community- X XZENHOME= ${LOCALBASE}/zenoss XZPACKHOME= ${LOCALBASE}/zenoss/ZenPack XZPACKPREFIX= ZenPacks.community. XZPACK= ${ZPACKPREFIX}${PORTNAME}-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg XPLIST_SUB= ZPACK=${ZPACK} XSUB_LIST= ZENHOME=${ZENHOME} \ X ZPACK=${ZPACK} \ X ZPACKHOME=${ZPACKHOME} \ X ZPACKPREFIX=${ZPACKPREFIX} \ X PORTNAME=${PORTNAME} XSUB_FILES= pkg-message pkg-deinstall X XSHAREOWN= zenoss XSHAREGRP= zenoss X X#zenoss provides its own python 2.6 - we build against that for application compatibility XPYTHON_VERSION= python2.6 XPYTHON_CMD= ${ZENHOME}/bin/python XPYSETUP= ./setup.py X XMAKE_ENV+= ZENHOME=${ZENHOME} \ X INSTANCE_HOME=${ZENHOME} \ X PYTHONPATH=${ZENHOME}/lib/python \ X PATH=${ZENHOME}/bin:${PATH} X X.if !defined(UID) XUID!= /usr/bin/id -u X.endif X Xdo-build: X.if ${UID} != 0 && !defined(INSTALL_AS_USER) X @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" X @cd ${.CURDIR} && \ X ${SU_CMD} "${MAKE} ${__softMAKEFLAGS} ${.TARGET}" X @${ECHO_MSG} "===> Returning to user credentials" X.else X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} bdist_egg X.endif X Xdo-install: X ${MKDIR} ${ZPACKHOME} X ${INSTALL_DATA} ${WRKSRC}/dist/${ZPACK} ${ZPACKHOME} X @${CAT} ${PKGMESSAGE} X X.include 5574151eb8ff69554ede4cad47e0d5ba exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 20:20:09 2011 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 12B60106566C for ; Wed, 1 Jun 2011 20: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 009538FC17 for ; Wed, 1 Jun 2011 20:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51KK8l2067143 for ; Wed, 1 Jun 2011 20:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51KK869067142; Wed, 1 Jun 2011 20:20:08 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 20:20:08 GMT Message-Id: <201106012020.p51KK869067142@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jason Helfman Cc: Subject: Re: ports/157505: [new port] net-mgmt/zenpack-DeviceSearch: Provides the ability to quickly search for devices in Zenoss 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: Wed, 01 Jun 2011 20:20:09 -0000 The following reply was made to PR ports/157505; it has been noted by GNATS. From: Jason Helfman To: bug-followup@freebsd.org Cc: Subject: Re: ports/157505: [new port] net-mgmt/zenpack-DeviceSearch: Provides the ability to quickly search for devices in Zenoss Date: Wed, 1 Jun 2011 13:16:17 -0700 pkg-message tuning # 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: # # zenpack-DeviceSearch # zenpack-DeviceSearch/files # zenpack-DeviceSearch/files/pkg-deinstall.in # zenpack-DeviceSearch/files/pkg-message.in # zenpack-DeviceSearch/distinfo # zenpack-DeviceSearch/pkg-descr # zenpack-DeviceSearch/pkg-plist # zenpack-DeviceSearch/Makefile # echo c - zenpack-DeviceSearch mkdir -p zenpack-DeviceSearch > /dev/null 2>&1 echo c - zenpack-DeviceSearch/files mkdir -p zenpack-DeviceSearch/files > /dev/null 2>&1 echo x - zenpack-DeviceSearch/files/pkg-deinstall.in sed 's/^X//' >zenpack-DeviceSearch/files/pkg-deinstall.in << '511b0e511640c5211a6927e9d3b6e66f' X#!/bin/sh X Xif [ "$2" = "DEINSTALL" ]; then X echo "To de-activate this Zenpack, run the following command as the zenoss user: X X%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% X XIMPORTANT: De-activating a Zenpack will also remove all its associated data" X Xfi 511b0e511640c5211a6927e9d3b6e66f echo x - zenpack-DeviceSearch/files/pkg-message.in sed 's/^X//' >zenpack-DeviceSearch/files/pkg-message.in << '2bfcf8b078944c79fe48a925a66a91cf' X XTo activate this Zenpack, run the following commands as the zenoss user: X X%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% X%%ZENHOME%%/bin/zopectl restart 2bfcf8b078944c79fe48a925a66a91cf echo x - zenpack-DeviceSearch/distinfo sed 's/^X//' >zenpack-DeviceSearch/distinfo << '307cfb02a9ffe2b52500752e699c3d99' XSHA256 (DeviceSearch-1.0.0.tar.gz) = 3c2c7f7b2b1f1c8ddb1a8421aba010a4cc3258e4f41634341bc8652431211de2 XSIZE (DeviceSearch-1.0.0.tar.gz) = 3642 307cfb02a9ffe2b52500752e699c3d99 echo x - zenpack-DeviceSearch/pkg-descr sed 's/^X//' >zenpack-DeviceSearch/pkg-descr << '3d9e2539d751714e4eea7e7ef243f14c' XThis ZenPack provides the ability to quickly search for Devices by their name Xor by their IP address. Search is triggered by typing 3 or more characters Xinto the text box, which then returns the first 10 matches. The use of the Xasterisk wild-card is supported, so you may search for fuzzy matches Xdynamically. X XWWW: http://community.zenoss.org/docs/DOC-7453 3d9e2539d751714e4eea7e7ef243f14c echo x - zenpack-DeviceSearch/pkg-plist sed 's/^X//' >zenpack-DeviceSearch/pkg-plist << '7b864f212aed568d3abddb7156e475d8' Xzenoss/ZenPack/%%ZPACK%% X@dirrmtry zenoss/ZenPack 7b864f212aed568d3abddb7156e475d8 echo x - zenpack-DeviceSearch/Makefile sed 's/^X//' >zenpack-DeviceSearch/Makefile << '88a8a74d81265ce744c7a2d8f6408330' X# New ports collection makefile for: DeviceSearch X# Date created: 26 May 2011 X# Whom: Zenoss X# X# $FreeBSD$ X# X XPORTNAME= DeviceSearch XPORTVERSION= 1.0.0 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/${PORTDIRNAME}/ X XMAINTAINER= zenoss@experts-exchange.com XCOMMENT= Provides the ability to quickly search for devices in Zenoss X XBUILD_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss XRUN_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss X XFETCH_ARGS= -o - > ${DISTDIR}/${DISTFILES} XPKGNAMEPREFIX:= zenpack-core- X XZENHOME= ${LOCALBASE}/zenoss XZPACKHOME= ${LOCALBASE}/zenoss/ZenPack XZPACKPREFIX= ZenPacks.zenoss. XZPACK= ${ZPACKPREFIX}${PORTNAME}-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg XPLIST_SUB= ZPACK=${ZPACK} XSUB_LIST= ZENHOME=${ZENHOME} \ X ZPACK=${ZPACK} \ X ZPACKHOME=${ZPACKHOME} \ X ZPACKPREFIX=${ZPACKPREFIX} \ X PORTNAME=${PORTNAME} XSUB_FILES= pkg-message pkg-deinstall X XSHAREOWN= zenoss XSHAREGRP= zenoss X X#zenoss provides its own python 2.6 - we build against that for application compatibility XPYTHON_VERSION= python2.6 XPYTHON_CMD= ${ZENHOME}/bin/python XPYSETUP= ./setup.py X XMAKE_ENV+= ZENHOME=${ZENHOME} \ X INSTANCE_HOME=${ZENHOME} \ X PYTHONPATH=${ZENHOME}/lib/python \ X PATH=${ZENHOME}/bin:${PATH} X X.if !defined(UID) XUID!= /usr/bin/id -u X.endif X Xdo-build: X.if ${UID} != 0 && !defined(INSTALL_AS_USER) X @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" X @cd ${.CURDIR} && \ X ${SU_CMD} "${MAKE} ${__softMAKEFLAGS} ${.TARGET}" X @${ECHO_MSG} "===> Returning to user credentials" X.else X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} bdist_egg X.endif X Xdo-install: X ${MKDIR} ${ZPACKHOME} X ${INSTALL_DATA} ${WRKSRC}/dist/${ZPACK} ${ZPACKHOME} X @${CAT} ${PKGMESSAGE} X X.include 88a8a74d81265ce744c7a2d8f6408330 exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 21:10:12 2011 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 F08621065674 for ; Wed, 1 Jun 2011 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 CDFA88FC19 for ; Wed, 1 Jun 2011 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51LABeG012160 for ; Wed, 1 Jun 2011 21:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51LABrl012157; Wed, 1 Jun 2011 21:10:11 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 21:10:11 GMT Resent-Message-Id: <201106012110.p51LABrl012157@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE0F0106566B for ; Wed, 1 Jun 2011 21:06: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 946408FC1F for ; Wed, 1 Jun 2011 21:06:43 +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 p51L6hxF001157 for ; Wed, 1 Jun 2011 21:06:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51L6h3R001156; Wed, 1 Jun 2011 21:06:43 GMT (envelope-from nobody) Message-Id: <201106012106.p51L6h3R001156@red.freebsd.org> Date: Wed, 1 Jun 2011 21:06:43 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157508: [maintainer update] sysutils/desktop-installer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 21:10:12 -0000 >Number: 157508 >Category: ports >Synopsis: [maintainer update] sysutils/desktop-installer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 21:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 8.2-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD sculpin.jbacon.dyndns.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Bug fixes and minor enhancements + testing on 8.2-RELEASE. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/sysutils/desktop-installer/Makefile desktop-installer/Makefile --- /usr/ports/sysutils/desktop-installer/Makefile 2011-01-10 08:46:11.000000000 -0600 +++ desktop-installer/Makefile 2011-06-01 15:51:22.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= desktop-installer -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= sysutils MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ http://jbacon.dyndns.org/~bacon/Ports/distfiles/ diff -ruN /usr/ports/sysutils/desktop-installer/distinfo desktop-installer/distinfo --- /usr/ports/sysutils/desktop-installer/distinfo 2011-01-10 08:46:11.000000000 -0600 +++ desktop-installer/distinfo 2011-06-01 16:00:34.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (desktop-installer-0.3.tar.gz) = 70d757b3f8809f3bfcf0eca384dce86734b57d106b44153207d0c5f22f4ac7d6 -SIZE (desktop-installer-0.3.tar.gz) = 95792 +SHA256 (desktop-installer-0.3.1.tar.gz) = 7ad04d3e9a34ca6317d650bd563042a77d8da0b36cb05f3e5888408b3819cd5e +SIZE (desktop-installer-0.3.1.tar.gz) = 182562 diff -ruN /usr/ports/sysutils/desktop-installer/pkg-plist desktop-installer/pkg-plist --- /usr/ports/sysutils/desktop-installer/pkg-plist 2011-01-10 08:46:11.000000000 -0600 +++ desktop-installer/pkg-plist 2011-03-22 11:00:40.000000000 -0500 @@ -16,8 +16,22 @@ %%DATADIR%%/XFCE4/bsd_background.jpg %%DATADIR%%/XFCE4/xdmshutdown %%DATADIR%%/XFCE4/xinitrc +%%DATADIR%%/gcc45/Makefile +%%DATADIR%%/gcc45/distinfo +%%DATADIR%%/gcc45/files/gcc-4.5-r170893-freebsd-ppc.diff +%%DATADIR%%/gcc45/files/java-patch-hier +%%DATADIR%%/gcc45/files/patch-gcc-config-rs6000-freebsd.h +%%DATADIR%%/gcc45/files/patch-gcc-config-rs6000-t-t-freebsd +%%DATADIR%%/gcc45/files/patch-gcc-config.gcc +%%DATADIR%%/gcc45/files/patch-libgcc-config.host +%%DATADIR%%/gcc45/files/patch-unwind-ia64.h +%%DATADIR%%/gcc45/pkg-descr +%%DATADIR%%/gcc45/pkg-plist %%DATADIR%%/ntp.conf +%%DATADIR%%/splash.bmp %%DATADIR%%/todo +@dirrm %%DATADIR%%/gcc45/files +@dirrm %%DATADIR%%/gcc45 @dirrm %%DATADIR%%/XFCE4 @dirrm %%DATADIR%%/Scripts @dirrm %%DATADIR%%/KDE4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 21:30:15 2011 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 9F2A4106564A for ; Wed, 1 Jun 2011 21: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 8DA5C8FC0C for ; Wed, 1 Jun 2011 21:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51LUFSQ030633 for ; Wed, 1 Jun 2011 21:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51LUFPR030627; Wed, 1 Jun 2011 21:30:15 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 21:30:15 GMT Message-Id: <201106012130.p51LUFPR030627@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rusty Nejdl Cc: Subject: Re: ports/157414: [PATCH] mail/assp: update to 1.9.1.0 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: Wed, 01 Jun 2011 21:30:15 -0000 The following reply was made to PR ports/157414; it has been noted by GNATS. From: Rusty Nejdl To: Cc: , Subject: Re: ports/157414: [PATCH] mail/assp: update to 1.9.1.0 Date: Wed, 01 Jun 2011 16:25:32 -0500 --=_12a181798c37f9b457b9fbc202c3bb67 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8; format=flowed On Mon, 30 May 2011 00:40:18 UT, Edwin Groothuis wrote: > Maintainer of mail/assp, > > Please note that PR ports/157414 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/157414 I am attaching an updated patch. As usual, the upstream developers rerolled the file so I've downloaded it and mirrored it on my server. Thanks! Rusty Nejdl --=_12a181798c37f9b457b9fbc202c3bb67 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; name=assp-1.9.1.0.patch Content-Disposition: attachment; filename=assp-1.9.1.0.patch ZGlmZiAtcnVOIG1haWwvYXNzcC5vcmlnL01ha2VmaWxlIG1haWwvYXNzcC9NYWtlZmlsZQotLS0g bWFpbC9hc3NwLm9yaWcvTWFrZWZpbGUJMjAxMS0wNi0wMSAxNjoxMDoyNC4wMDAwMDAwMDAgLTA1 MDAKKysrIG1haWwvYXNzcC9NYWtlZmlsZQkyMDExLTA2LTAxIDE2OjExOjA2LjAwMDAwMDAwMCAt MDUwMApAQCAtNiw3ICs2LDcgQEAKICMKIAogUE9SVE5BTUU9CWFzc3AKLVBPUlRWRVJTSU9OPQkx LjguNS42CitQT1JUVkVSU0lPTj0JMS45LjEuMAogQ0FURUdPUklFUz0JbWFpbAogTUFTVEVSX1NJ VEVTPQlodHRwOi8vd3d3LnJpbmdvZnNhdHVybi5jb20vZGlzdGZpbGVzLwogRElTVE5BTUU9CSR7 UE9SVE5BTUU6VX1fJHtQT1JUVkVSU0lPTn0tSW5zdGFsbApkaWZmIC1ydU4gbWFpbC9hc3NwLm9y aWcvZGlzdGluZm8gbWFpbC9hc3NwL2Rpc3RpbmZvCi0tLSBtYWlsL2Fzc3Aub3JpZy9kaXN0aW5m bwkyMDExLTA2LTAxIDE2OjEwOjI0LjAwMDAwMDAwMCAtMDUwMAorKysgbWFpbC9hc3NwL2Rpc3Rp bmZvCTIwMTEtMDYtMDEgMTY6MTI6MjAuMDAwMDAwMDAwIC0wNTAwCkBAIC0xLDIgKzEsMiBAQAot U0hBMjU2IChBU1NQXzEuOC41LjYtSW5zdGFsbC56aXApID0gOTk1YmNhZmZlNjVmM2U1MmNkM2Y5 ZWRkMzA2YWU1M2EzMzA0YmZmODBjOWE0MzEwYTRlYmQxOGRlYmQyNTQzZQotU0laRSAoQVNTUF8x LjguNS42LUluc3RhbGwuemlwKSA9IDczNTgxOAorU0hBMjU2IChBU1NQXzEuOS4xLjAtSW5zdGFs bC56aXApID0gNjE4Y2I5NzBiMGM5ZjhhYTA2N2QxMzFmZTVhOWFjNzk5ZjczOTJiZjFkYjdhMzA4 YjI4NTlmYjg1NjdiZTI1YQorU0laRSAoQVNTUF8xLjkuMS4wLUluc3RhbGwuemlwKSA9IDc1OTkx NwpkaWZmIC1ydU4gbWFpbC9hc3NwLm9yaWcvZmlsZXMvcGF0Y2gtYXNzcC5wbCBtYWlsL2Fzc3Av ZmlsZXMvcGF0Y2gtYXNzcC5wbAotLS0gbWFpbC9hc3NwLm9yaWcvZmlsZXMvcGF0Y2gtYXNzcC5w bAkyMDExLTA2LTAxIDE2OjEwOjI0LjAwMDAwMDAwMCAtMDUwMAorKysgbWFpbC9hc3NwL2ZpbGVz L3BhdGNoLWFzc3AucGwJMjAxMS0wNi0wMSAxNjoxMDozOS4wMDAwMDAwMDAgLTA1MDAKQEAgLTEs MTcgKzEsMTcgQEAKLS0tLSBhc3NwLnBsLm9yaWcJMjAxMC0wOC0wOCAxNDoyOToxOS4wMDAwMDAw MDAgLTA1MDAKLSsrKyBhc3NwLnBsCTIwMTAtMDgtMDggMTQ6MzA6MTMuMDAwMDAwMDAwIC0wNTAw Ci1AQCAtMjAyOSwxMSArMjAyOSwxMSBAQAorLS0tIGFzc3AucGwub3JpZwkyMDExLTA1LTI5IDEz OjI3OjExLjY3MjExNjc3MyAtMDUwMAorKysrIGFzc3AucGwJMjAxMS0wNS0yOSAxMzoyOTo0My4x MDI3OTQ5NzQgLTA1MDAKK0BAIC0yNTMzLDExICsyNTMzLDExIEBACiAgICdTZXQgdGhlIGNoYXJh Y3RlcnNldC9jb2RlcGFnZSBmb3IgdGhlIG1haWxsb2cgb3V0cHV0IHRvIHlvdXIgbG9jYWwgbmVl ZHMuIERlZmF1bHQgKGFuZCBiZXN0KSBvbiBub24gV2luZG93cyBzeXN0ZW1zIGlzICJVVEYtOCIg aWYgYXZhaWxhYmxlIG9yICJTeXN0ZW0gRGVmYXVsdCIgLSBubyBjb252ZXJzaW9uLiBPbiBXaW5k b3dzIHN5c3RlbXMgc2V0IGl0IHRvIHlvdXIgbG9jYWwgY29kZXBhZ2Ugb3IgVVRGLTggKGNoY3Ag NjUwMDEpLiBUbyBkaXNwbGF5IG5vbkFTQ0lJIGNoYXJhY3RlcnMgaW4gdGhlIHN1YmplY3QgbGlu ZSBhbmQgbWFpbGxvZyBmaWxlcyBuYW1lcyBzZXR1cCBkZWNvZGVNSU1FMlVURjggLiA8c3BhbiBj bGFzcz1cJ25lZ2F0aXZlXCc+UmVzdGFydCBpcyByZXF1aXJlZCE8L3NwYW4+J10sCiAgWydkZWNv ZGVNSU1FMlVURjgnLCdEZWNvZGUgTUlNRSBXb3JkcyBUbyBVVEYtOCcsMSxcJmNoZWNrYm94LCcx JywnKC4qKScsdW5kZWYsJ0lmIHNlbGVjdGVkLCBBU1NQIGRlY29kZXMgTUlNRSBlbmNvZGVkIHdv cmRzIHRvIFVURjguIFRoaXMgZW5hYmxlcyBzdXBwb3J0IGZvciBuYXRpb25hbCBsYW5ndWFnZXMg dG8gYmUgdXNlZCBpbiBCb21icyAsIFNjcmlwdHMgLCBTcGFtZGIgLCBMb2dnaW5nLiBJZiBub3Qg c2VsZWN0ZWQsIG9ubHkgVVMtQVNDSUkgY2hhcmFjdGVycyB3aWxsIGJlIHVzZWQgZm9yIHRoaXMg ZnVuY3Rpb25zLiBUaGlzIHJlcXVpcmVzIGFuIGluc3RhbGxlZCA8YSBocmVmPSJodHRwOi8vc2Vh cmNoLmNwYW4ub3JnL3NlYXJjaD9xdWVyeT1FbWFpbDo6TUlNRTo6TW9kaWZpZXIiIHJlbD0iZXh0 ZXJuYWwiPkVtYWlsOjpNSU1FOjpNb2RpZmllcjwvYT4gbW9kdWxlIGluIFBFUkwuJ10sCiAgWydB c0FTZXJ2aWNlJywnUnVuIEFTU1AgYXMgYSBXaW5kb3dzIFNlcnZpY2UnLDAsXCZjaGVja2JveCwn JywnKC4qKScsdW5kZWYsJ0luIFdpbmRvd3MgTlQvMjAwMC9YUC8yMDAzIEFTU1AgY2FuIGJlIGlu c3RhbGxlZCBhcyBhIHNlcnZpY2UuIFRoaXMgc2V0dGluZyB0ZWxscyBBU1NQIHRoYXQgdGhpcyBo YXMgYmVlbiBkb25lIC0tIGl0IGRvZXMgbm90IGluc3RhbGwgdGhlIFdpbmRvd3Mgc2VydmljZSBm b3IgeW91LiBJbnN0YWxsaW5nIEFTU1AgYXMgYSBzZXJ2aWNlIHJlcXVpcmVzIHNldmVyYWwgc3Rl cHMgd2hpY2ggYXJlIGRldGFpbGVkIGluIHRoZSA8YSBocmVmPSJodHRwOi8vYXBwcy5zb3VyY2Vm b3JnZS5uZXQvbWVkaWF3aWtpL2Fzc3AvaW5kZXgucGhwP3RpdGxlPVdpbjMyIj5RdWljayBTdGFy dCBmb3IgV2luMzI8L2E+IGRva3UgcGFnZS48YnIgLz4gSW5mb3JtYXRpb24gYWJvdXQgdGhlIFdp bjMyOjpEYWVtb24gbW9kdWxlIHdoaWNoIHdoaWNoIGlzIG5lY2Vzc2FyeSBjYW4gYmUgZm91bmQg aGVyZTogPGEgaHJlZj0iaHR0cDovL3d3dy5yb3RoLm5ldC9wZXJsL0RhZW1vbi8iPlRoZSBPZmZp Y2lhbCBXaW4zMjo6RGFlbW9uIEhvbWUgUGFnZTwvYT48YnIgLz48c3BhbiBjbGFzcz0ibmVnYXRp dmUiPiByZXF1aXJlcyBBU1NQIHJlc3RhcnQ8L3NwYW4+J10sCiAtWydBc0FEYWVtb24nLCdSdW4g QVNTUCBhcyBhIERhZW1vbicsMCxcJmNoZWNrYm94LCcnLCcoLiopJyx1bmRlZiwnSW4gTGludXgv QlNEL1VuaXgvT1NYIGZvcmsgYW5kIGNsb3NlIGZpbGUgaGFuZGxlcy4gU2ltaWxhciB0byB0aGUg Y29tbWFuZCAicGVybCBhc3NwLnBsICZhbXA7IiwgYnV0IGJldHRlci48YnIgLz4KLStbJ0FzQURh ZW1vbicsJ1J1biBBU1NQIGFzIGEgRGFlbW9uJywwLFwmY2hlY2tib3gsMSwnKC4qKScsdW5kZWYs J0luIExpbnV4L0JTRC9Vbml4L09TWCBmb3JrIGFuZCBjbG9zZSBmaWxlIGhhbmRsZXMuIFNpbWls YXIgdG8gdGhlIGNvbW1hbmQgInBlcmwgYXNzcC5wbCAmYW1wOyIsIGJ1dCBiZXR0ZXIuPGJyIC8+ Ci0gICA8c3BhbiBjbGFzcz0ibmVnYXRpdmUiPiByZXF1aXJlcyBBU1NQIHJlc3RhcnQ8L3NwYW4+ J10sCisrWydBc0FEYWVtb24nLCdSdW4gQVNTUCBhcyBhIERhZW1vbicsMCxcJmNoZWNrYm94LCcx JywnKC4qKScsdW5kZWYsJ0luIExpbnV4L0JTRC9Vbml4L09TWCBmb3JrIGFuZCBjbG9zZSBmaWxl IGhhbmRsZXMuIFNpbWlsYXIgdG8gdGhlIGNvbW1hbmQgInBlcmwgYXNzcC5wbCAmYW1wOyIsIGJ1 dCBiZXR0ZXIuPGJyIC8+CisgICA8c3BhbiBjbGFzcz0ibmVnYXRpdmUiPiBDaGFuZ2luZyB0aGlz IHJlcXVpcmVzIGEgcmVzdGFydCBvZiBBU1NQLjwvc3Bhbj4nXSwKIC1bJ3J1bkFzVXNlcicsJ1J1 biBhcyBVSUQnLDIwLFwmdGV4dGlucHV0LCcnLCcoXFMqKScsdW5kZWYsJ1RoZSAqbml4IHVzZXIg bmFtZSB0byBhc3N1bWUgYWZ0ZXIgc3RhcnR1cCAoKm5peCBvbmx5KS48cD48c21hbGw+PGk+RXhh bXBsZXM6PC9pPiBhc3NwLCBub2JvZHk8L3NtYWxsPjwvcD4KICtbJ3J1bkFzVXNlcicsJ1J1biBh cyBVSUQnLDIwLFwmdGV4dGlucHV0LCdhc3NwJywnKFxTKiknLHVuZGVmLCdUaGUgKm5peCB1c2Vy IG5hbWUgdG8gYXNzdW1lIGFmdGVyIHN0YXJ0dXAgKCpuaXggb25seSkuPHA+PHNtYWxsPjxpPkV4 YW1wbGVzOjwvaT4gYXNzcCwgbm9ib2R5PC9zbWFsbD48L3A+Ci0gICA8c3BhbiBjbGFzcz0ibmVn YXRpdmUiPiByZXF1aXJlcyBBU1NQIHJlc3RhcnQ8L3NwYW4+J10sCisgICA8c3BhbiBjbGFzcz0i bmVnYXRpdmUiPiBDaGFuZ2luZyB0aGlzIHJlcXVpcmVzIGEgcmVzdGFydCBvZiBBU1NQLjwvc3Bh bj4nXSwKIC1bJ3J1bkFzR3JvdXAnLCdSdW4gYXMgR0lEJywyMCxcJnRleHRpbnB1dCwnJywnKFxT KiknLHVuZGVmLCdUaGUgKm5peCBncm91cCB0byBhc3N1bWUgYWZ0ZXIgc3RhcnR1cCAoKm5peCBv bmx5KS48cD48c21hbGw+PGk+RXhhbXBsZXM6PC9pPiBhc3NwLCBub2JvZHk8L3NtYWxsPjwvcD4K ICtbJ3J1bkFzR3JvdXAnLCdSdW4gYXMgR0lEJywyMCxcJnRleHRpbnB1dCwnYXNzcCcsJyhcUyop Jyx1bmRlZiwnVGhlICpuaXggZ3JvdXAgdG8gYXNzdW1lIGFmdGVyIHN0YXJ0dXAgKCpuaXggb25s eSkuPHA+PHNtYWxsPjxpPkV4YW1wbGVzOjwvaT4gYXNzcCwgbm9ib2R5PC9zbWFsbD48L3A+Ci0g ICA8c3BhbiBjbGFzcz0ibmVnYXRpdmUiPiByZXF1aXJlcyBBU1NQIHJlc3RhcnQ8L3NwYW4+J10s CisgICA8c3BhbiBjbGFzcz0ibmVnYXRpdmUiPiBDaGFuZ2luZyB0aGlzIHJlcXVpcmVzIGEgcmVz dGFydCBvZiBBU1NQLjwvc3Bhbj4nXSwKICBbJ0NoYW5nZVJvb3QnLCdDaGFuZ2UgUm9vdCcsNDAs XCZ0ZXh0aW5wdXQsJycsJyguKiknLHVuZGVmLCdUaGUgbmV3IHJvb3QgZGlyZWN0b3J5IHRvIHdo aWNoIEFTU1Agc2hvdWxkIGNocm9vdCAoKm5peCBvbmx5KS4gSWYgYmxhbmssIG5vIGNocm9vdCBq YWlsIHdpbGwgYmUgdXNlZC4gTm90ZTogaWYgeW91IHVzZSB0aGlzIGZlYXR1cmUsIGJlIHN1cmUg dG8gY29weSBvciBsaW5rIHRoZSBldGMvcHJvdG9jb2xzIGZpbGUgaW4geW91ciBjaHJvb3QgamFp bC48YnIgLz4KLSAgIDxzcGFuIGNsYXNzPSJuZWdhdGl2ZSI+IHJlcXVpcmVzIEFTU1AgcmVzdGFy dDwvc3Bhbj4nXSwKKyAgIDxzcGFuIGNsYXNzPSJuZWdhdGl2ZSI+IENoYW5naW5nIHRoaXMgcmVx dWlyZXMgYSByZXN0YXJ0IG9mIEFTU1AuPC9zcGFuPiddLApkaWZmIC1ydU4gbWFpbC9hc3NwLm9y aWcvcGtnLXBsaXN0IG1haWwvYXNzcC9wa2ctcGxpc3QKLS0tIG1haWwvYXNzcC5vcmlnL3BrZy1w bGlzdAkyMDExLTA2LTAxIDE2OjEwOjI0LjAwMDAwMDAwMCAtMDUwMAorKysgbWFpbC9hc3NwL3Br Zy1wbGlzdAkyMDExLTA2LTAxIDE2OjEzOjM2LjAwMDAwMDAwMCAtMDUwMApAQCAtMTEsNiArMTEs NyBAQAogJSVEQVRBRElSJSUvZmlsZXMvYm9tYmhlYWRlcnJlLnR4dAogJSVEQVRBRElSJSUvZmls ZXMvYm9tYnJlLnR4dAogJSVEQVRBRElSJSUvZmlsZXMvYm9tYnNlbmRlcnJlLnR4dAorJSVEQVRB RElSJSUvZmlsZXMvYm9tYnN1YmplY3RyZS50eHQKICUlREFUQURJUiUlL2ZpbGVzL2NoYXJzZXRz LnR4dAogJSVEQVRBRElSJSUvZmlsZXMvY2hlY2tkb21haW5zLnR4dAogJSVEQVRBRElSJSUvZmls ZXMvZGVueS50eHQK --=_12a181798c37f9b457b9fbc202c3bb67-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 22:30:14 2011 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 D326D106564A for ; Wed, 1 Jun 2011 22: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 C0E3F8FC0C for ; Wed, 1 Jun 2011 22:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51MUEA1085283 for ; Wed, 1 Jun 2011 22:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51MUEoE085278; Wed, 1 Jun 2011 22:30:14 GMT (envelope-from gnats) Date: Wed, 1 Jun 2011 22:30:14 GMT Message-Id: <201106012230.p51MUEoE085278@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jason Helfman Cc: Subject: Re: ports/157503: [new port] net-mgmt/zenpack-InterfaceGraphs: Provides a link that graphs all network interfaces for a device (zenoss) 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: Wed, 01 Jun 2011 22:30:14 -0000 The following reply was made to PR ports/157503; it has been noted by GNATS. From: Jason Helfman To: bug-followup@freebsd.org Cc: Subject: Re: ports/157503: [new port] net-mgmt/zenpack-InterfaceGraphs: Provides a link that graphs all network interfaces for a device (zenoss) Date: Wed, 1 Jun 2011 15:20:32 -0700 updated tarball and distinfo, respectively. # 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: # # zenpack-InterfaceGraphs # zenpack-InterfaceGraphs/files # zenpack-InterfaceGraphs/files/pkg-deinstall.in # zenpack-InterfaceGraphs/files/pkg-message.in # zenpack-InterfaceGraphs/distinfo # zenpack-InterfaceGraphs/pkg-descr # zenpack-InterfaceGraphs/pkg-plist # zenpack-InterfaceGraphs/Makefile # echo c - zenpack-InterfaceGraphs mkdir -p zenpack-InterfaceGraphs > /dev/null 2>&1 echo c - zenpack-InterfaceGraphs/files mkdir -p zenpack-InterfaceGraphs/files > /dev/null 2>&1 echo x - zenpack-InterfaceGraphs/files/pkg-deinstall.in sed 's/^X//' >zenpack-InterfaceGraphs/files/pkg-deinstall.in << 'f2036375e03022af26741883f361572f' X#!/bin/sh X Xif [ "$2" = "DEINSTALL" ]; then X echo "To de-activate this Zenpack, run the following command as the zenoss user: X X%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% X XIMPORTANT: De-activating a Zenpack will also remove all its associated data" X Xfi f2036375e03022af26741883f361572f echo x - zenpack-InterfaceGraphs/files/pkg-message.in sed 's/^X//' >zenpack-InterfaceGraphs/files/pkg-message.in << '5d0bbc9d56a8eef66de9354e7850022b' X XTo activate this Zenpack, run the following commands as the zenoss user: X X%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% X%%ZENHOME%%/bin/zopectl restart 5d0bbc9d56a8eef66de9354e7850022b echo x - zenpack-InterfaceGraphs/distinfo sed 's/^X//' >zenpack-InterfaceGraphs/distinfo << 'cb23596854354391f2ae71c388c64333' XSHA256 (InterfaceGraphs-1.0.tar.gz) = 5acf65f06c57557bd09ba7cd8e5716e1db637b07ea00a9a276fdca82ae96705c XSIZE (InterfaceGraphs-1.0.tar.gz) = 5207 cb23596854354391f2ae71c388c64333 echo x - zenpack-InterfaceGraphs/pkg-descr sed 's/^X//' >zenpack-InterfaceGraphs/pkg-descr << 'da86abb0da1db3e04f501ac24bb47844' XWhen troubleshooting network issues, it can be very useful to have all the Xinterface graphs for a device on the same screen. This helps with spotting Xtrends, or tracing where traffic is flowing through a switch or router. The Xonly way to natively achieve this with Zenoss is to create a graph or Xmulti-graph report for every network device manually, which can be a chore Xif you have more than a few network devices. X XThis ZenPack provides a new link on the left side of a device detail view Xcalled "Interface Graphs" - this view shows the graphs for all of the network Xinterfaces on the device in one place, allowing for fast spotting of issues Xor traffic flows. Both the interface name and the description (if any) are Xused to title the graphs to aid with identification. X XNote that with stacked switches, you can end up with a very large number of Xgraphs on the page, so tuning this slightly via the configuration properties Xbelow could be a good idea in these situations. X XWWW: http://community.zenoss.org/docs/DOC-10226 da86abb0da1db3e04f501ac24bb47844 echo x - zenpack-InterfaceGraphs/pkg-plist sed 's/^X//' >zenpack-InterfaceGraphs/pkg-plist << '610731a87d76ef06c3ae895a13f0df2c' Xzenoss/ZenPack/%%ZPACK%% X@dirrmtry zenoss/ZenPack 610731a87d76ef06c3ae895a13f0df2c echo x - zenpack-InterfaceGraphs/Makefile sed 's/^X//' >zenpack-InterfaceGraphs/Makefile << '5574151eb8ff69554ede4cad47e0d5ba' X# New ports collection makefile for: InterfaceGraphs X# Date created: 26 May 2011 X# Whom: Zenoss X# X# $FreeBSD$ X# X XPORTNAME= InterfaceGraphs XPORTVERSION= 1.0 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/${PORTDIRNAME}/ X XMAINTAINER= zenoss@experts-exchange.com XCOMMENT= Provides a link that graphs all network interfaces for a device X XBUILD_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss XRUN_DEPENDS= zenoss>=3.1.0:${PORTSDIR}/net-mgmt/zenoss X XFETCH_ARGS= -o - > ${DISTDIR}/${DISTFILES} XPKGNAMEPREFIX:= zenpack-community- X XZENHOME= ${LOCALBASE}/zenoss XZPACKHOME= ${LOCALBASE}/zenoss/ZenPack XZPACKPREFIX= ZenPacks.community. XZPACK= ${ZPACKPREFIX}${PORTNAME}-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg XPLIST_SUB= ZPACK=${ZPACK} XSUB_LIST= ZENHOME=${ZENHOME} \ X ZPACK=${ZPACK} \ X ZPACKHOME=${ZPACKHOME} \ X ZPACKPREFIX=${ZPACKPREFIX} \ X PORTNAME=${PORTNAME} XSUB_FILES= pkg-message pkg-deinstall X XSHAREOWN= zenoss XSHAREGRP= zenoss X X#zenoss provides its own python 2.6 - we build against that for application compatibility XPYTHON_VERSION= python2.6 XPYTHON_CMD= ${ZENHOME}/bin/python XPYSETUP= ./setup.py X XMAKE_ENV+= ZENHOME=${ZENHOME} \ X INSTANCE_HOME=${ZENHOME} \ X PYTHONPATH=${ZENHOME}/lib/python \ X PATH=${ZENHOME}/bin:${PATH} X X.if !defined(UID) XUID!= /usr/bin/id -u X.endif X Xdo-build: X.if ${UID} != 0 && !defined(INSTALL_AS_USER) X @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" X @cd ${.CURDIR} && \ X ${SU_CMD} "${MAKE} ${__softMAKEFLAGS} ${.TARGET}" X @${ECHO_MSG} "===> Returning to user credentials" X.else X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} bdist_egg X.endif X Xdo-install: X ${MKDIR} ${ZPACKHOME} X ${INSTALL_DATA} ${WRKSRC}/dist/${ZPACK} ${ZPACKHOME} X @${CAT} ${PKGMESSAGE} X X.include 5574151eb8ff69554ede4cad47e0d5ba exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 22:40:08 2011 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 854721065670 for ; Wed, 1 Jun 2011 22: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 5FA118FC13 for ; Wed, 1 Jun 2011 22:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51Me8P6095365 for ; Wed, 1 Jun 2011 22:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51Me8Sj095364; Wed, 1 Jun 2011 22:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 22:40:08 GMT Resent-Message-Id: <201106012240.p51Me8Sj095364@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 458BD106564A for ; Wed, 1 Jun 2011 22:33:13 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id EE1128FC08 for ; Wed, 1 Jun 2011 22:33:12 +0000 (UTC) Received: by vws18 with SMTP id 18so329446vws.13 for ; Wed, 01 Jun 2011 15:33:12 -0700 (PDT) Received: by 10.52.177.36 with SMTP id cn4mr33275vdc.26.1306966223293; Wed, 01 Jun 2011 15:10:23 -0700 (PDT) Received: from mocha.verizon.net (c-24-3-43-53.hsd1.oh.comcast.net [24.3.43.53]) by mx.google.com with ESMTPS id da4sm644487vdb.21.2011.06.01.15.10.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Jun 2011 15:10:22 -0700 (PDT) Message-Id: <4de6b8ce.445e340a.26ff.4cac@mx.google.com> Date: Wed, 01 Jun 2011 15:10:22 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157509: [MAINTAINER] audio/py-musicbrainz2: Update to 0.7.3 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: Wed, 01 Jun 2011 22:40:08 -0000 >Number: 157509 >Category: ports >Synopsis: [MAINTAINER] audio/py-musicbrainz2: Update to 0.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 22:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 8.2-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386 >Description: - Update audio/py-musicbrainz2 to 0.7.3 - Pet portlint(1) >How-To-Repeat: Use attached diff >Fix: --- 2011-06-01-py-musicbrainz2.diff begins here --- diff -ruN py-musicbrainz2.orig/Makefile py-musicbrainz2/Makefile --- py-musicbrainz2.orig/Makefile 2011-06-01 16:24:03.000000000 -0400 +++ py-musicbrainz2/Makefile 2011-06-01 16:32:41.000000000 -0400 @@ -5,8 +5,7 @@ # $FreeBSD: ports/audio/py-musicbrainz2/Makefile,v 1.12 2011/03/28 11:00:26 wen Exp $ PORTNAME= musicbrainz2 -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.7.3 CATEGORIES= audio python MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \ http://uk.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \ @@ -18,13 +17,13 @@ MAINTAINER= bsdkaffee@gmail.com COMMENT= Next Generation Python bindings for MusicBrainz -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYING.txt - LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-musicbrainz2 +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING.txt + .include diff -ruN py-musicbrainz2.orig/distinfo py-musicbrainz2/distinfo --- py-musicbrainz2.orig/distinfo 2011-06-01 16:24:03.000000000 -0400 +++ py-musicbrainz2/distinfo 2011-06-01 16:25:46.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (python-musicbrainz2-0.7.2.tar.gz) = 246409dde8311960f0dbf0aec5e7e2af57c064981e19473e8335ce5be4a25ece -SIZE (python-musicbrainz2-0.7.2.tar.gz) = 75318 +SHA256 (python-musicbrainz2-0.7.3.tar.gz) = 3640fbdbbccb07e57c61cb25d9d17b76238ce8ad6a650bc7eff57d9693e67de7 +SIZE (python-musicbrainz2-0.7.3.tar.gz) = 75543 --- 2011-06-01-py-musicbrainz2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 22:40:08 2011 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 DA9F6106566C for ; Wed, 1 Jun 2011 22: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 B4A5D8FC15 for ; Wed, 1 Jun 2011 22:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51Me8JG095374 for ; Wed, 1 Jun 2011 22:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51Me80e095373; Wed, 1 Jun 2011 22:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 22:40:08 GMT Resent-Message-Id: <201106012240.p51Me80e095373@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96CD2106566B for ; Wed, 1 Jun 2011 22:35:24 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 50E688FC0A for ; Wed, 1 Jun 2011 22:35:24 +0000 (UTC) Received: by vxc34 with SMTP id 34so335817vxc.13 for ; Wed, 01 Jun 2011 15:35:23 -0700 (PDT) Received: by 10.52.175.197 with SMTP id cc5mr4257566vdc.287.1306966221651; Wed, 01 Jun 2011 15:10:21 -0700 (PDT) Received: from mocha.verizon.net (c-24-3-43-53.hsd1.oh.comcast.net [24.3.43.53]) by mx.google.com with ESMTPS id da4sm644487vdb.21.2011.06.01.15.10.19 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Jun 2011 15:10:20 -0700 (PDT) Message-Id: <4de6b8cc.445e340a.26ff.4cab@mx.google.com> Date: Wed, 01 Jun 2011 15:10:20 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157510: [MAINTAINER] audio/picard: Update to 0.14 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: Wed, 01 Jun 2011 22:40:08 -0000 >Number: 157510 >Category: ports >Synopsis: [MAINTAINER] audio/picard: Update to 0.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 22:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 8.2-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386 >Description: - Update audio/picard to 0.14 - Update pkg-descr >How-To-Repeat: Use attached diff >Fix: --- 2011-06-01-picard.diff begins here --- diff -ruN picard.orig/Makefile picard/Makefile --- picard.orig/Makefile 2011-06-01 15:44:15.000000000 -0400 +++ picard/Makefile 2011-06-01 15:45:43.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= picard -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= audio python MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ diff -ruN picard.orig/distinfo picard/distinfo --- picard.orig/distinfo 2011-06-01 15:44:15.000000000 -0400 +++ picard/distinfo 2011-06-01 15:45:50.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (picard-0.13.tar.gz) = 4826c490b3f120eeb90bb118e9277a716795852f4be24187a977365347fe4dc3 -SIZE (picard-0.13.tar.gz) = 1370119 +SHA256 (picard-0.14.tar.gz) = 4454641de9c0f455cbcb021636d1b459f8447b7d93058f30a36b949f712fbc23 +SIZE (picard-0.14.tar.gz) = 1375876 diff -ruN picard.orig/pkg-descr picard/pkg-descr --- picard.orig/pkg-descr 2011-06-01 15:44:15.000000000 -0400 +++ picard/pkg-descr 2011-06-01 15:50:49.000000000 -0400 @@ -1,5 +1,13 @@ -Picard is the next generation MusicBrainz tagging application. This -new tagging concept is album oriented, as opposed to track/file -oriented like the ClassicTagger was. +MusicBrainz Picard is a cross-platform application written in Python and is the +official MusicBrainz tagger. -WWW: http://wiki.musicbrainz.org/PicardTagger +Picard supports the majority of audio file formats, is capable of using audio +fingerprints (PUIDs), performing CD lookups and disc ID submissions, and it has +excellent Unicode support. Additionally, there are several plugins available +that extend Picard's features. + +When tagging files, Picard uses an album-oriented approach. This approach +allows it to utilize the MusicBrainz data as effectively as possible and +correctly tag your music. + +WWW: http://musicbrainz.org/doc/MusicBrainz_Picard diff -ruN picard.orig/pkg-plist picard/pkg-plist --- picard.orig/pkg-plist 2011-06-01 15:44:15.000000000 -0400 +++ picard/pkg-plist 2011-06-01 15:56:38.000000000 -0400 @@ -115,6 +115,9 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/ui_options_lastfm.py %%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/ui_options_lastfm.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/ui_options_lastfm.pyo +%%PYTHON_SITELIBDIR%%/picard/plugins/open_in_gui.py +%%PYTHON_SITELIBDIR%%/picard/plugins/open_in_gui.pyc +%%PYTHON_SITELIBDIR%%/picard/plugins/open_in_gui.pyo %%PYTHON_SITELIBDIR%%/picard/plugins/originalreleasedate.py %%PYTHON_SITELIBDIR%%/picard/plugins/originalreleasedate.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/originalreleasedate.pyo @@ -130,6 +133,9 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/titlecase.py %%PYTHON_SITELIBDIR%%/picard/plugins/titlecase.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/titlecase.pyo +%%PYTHON_SITELIBDIR%%/picard/plugins/tracks2clipboard.py +%%PYTHON_SITELIBDIR%%/picard/plugins/tracks2clipboard.pyc +%%PYTHON_SITELIBDIR%%/picard/plugins/tracks2clipboard.pyo %%PYTHON_SITELIBDIR%%/picard/puidmanager.py %%PYTHON_SITELIBDIR%%/picard/puidmanager.pyc %%PYTHON_SITELIBDIR%%/picard/puidmanager.pyo --- 2011-06-01-picard.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 22:40:09 2011 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 370FD1065674 for ; Wed, 1 Jun 2011 22: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 119A98FC17 for ; Wed, 1 Jun 2011 22:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51Me8dt095383 for ; Wed, 1 Jun 2011 22:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51Me81c095382; Wed, 1 Jun 2011 22:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 22:40:08 GMT Resent-Message-Id: <201106012240.p51Me81c095382@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39CAF106566C for ; Wed, 1 Jun 2011 22:36:46 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E14848FC0A for ; Wed, 1 Jun 2011 22:36:45 +0000 (UTC) Received: by vws18 with SMTP id 18so332085vws.13 for ; Wed, 01 Jun 2011 15:36:45 -0700 (PDT) Received: by 10.52.115.232 with SMTP id jr8mr28647vdb.38.1306966224629; Wed, 01 Jun 2011 15:10:24 -0700 (PDT) Received: from mocha.verizon.net (c-24-3-43-53.hsd1.oh.comcast.net [24.3.43.53]) by mx.google.com with ESMTPS id da4sm644487vdb.21.2011.06.01.15.10.23 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Jun 2011 15:10:23 -0700 (PDT) Message-Id: <4de6b8cf.445e340a.26ff.4cad@mx.google.com> Date: Wed, 01 Jun 2011 15:10:23 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157511: [MAINTAINER] finance/aqbanking: Update to 5.0.7 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: Wed, 01 Jun 2011 22:40:09 -0000 >Number: 157511 >Category: ports >Synopsis: [MAINTAINER] finance/aqbanking: Update to 5.0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 22:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 8.2-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386 >Description: - Update finance/aqbanking to 5.0.7 >How-To-Repeat: Use attached diff >Fix: --- 2011-06-01-aqbanking.diff begins here --- diff -ruN aqbanking.orig/Makefile aqbanking/Makefile --- aqbanking.orig/Makefile 2011-06-01 16:58:34.000000000 -0400 +++ aqbanking/Makefile 2011-06-01 17:49:16.000000000 -0400 @@ -6,10 +6,9 @@ # PORTNAME= aqbanking -DISTVERSION= 5.0.5 +DISTVERSION= 5.0.7 CATEGORIES= finance -MASTER_SITES= http://www2.aquamaniac.de/sites/download/ -DISTFILES= download.php\?package=03\&release=78\&file=01\&dummy=${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=80&file=01&dummy=/ MAINTAINER= bsdkaffee@gmail.com COMMENT= Online banking interface and financial data framework @@ -17,6 +16,7 @@ LIB_DEPENDS= gwenhywfar.60:${PORTSDIR}/devel/gwenhywfar \ gmp.10:${PORTSDIR}/math/gmp +FETCH_ARGS+= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool @@ -31,8 +31,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes diff -ruN aqbanking.orig/distinfo aqbanking/distinfo --- aqbanking.orig/distinfo 2011-06-01 16:58:34.000000000 -0400 +++ aqbanking/distinfo 2011-06-01 17:49:38.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (download.php?package=03&release=78&file=01&dummy=aqbanking-5.0.5.tar.gz) = 0c575387ee7dffd89403c91ba90363a01bf9a78a1c8a999f1ab8b47ed0f0bd72 -SIZE (download.php?package=03&release=78&file=01&dummy=aqbanking-5.0.5.tar.gz) = 3540552 +SHA256 (aqbanking-5.0.7.tar.gz) = 9a3e3e51f182dc6b64ca5b1eeda6ad9393d9bf9a7d765e2a3b718f54fa83af73 +SIZE (aqbanking-5.0.7.tar.gz) = 3543105 --- 2011-06-01-aqbanking.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 22:49:19 2011 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 3CBE1106566B; Wed, 1 Jun 2011 22:49:19 +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 14B328FC13; Wed, 1 Jun 2011 22:49:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51MnIMM004235; Wed, 1 Jun 2011 22:49:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51MnIaE004231; Wed, 1 Jun 2011 22:49:18 GMT (envelope-from linimon) Date: Wed, 1 Jun 2011 22:49:18 GMT Message-Id: <201106012249.p51MnIaE004231@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157507: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 22:49:19 -0000 Synopsis: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 1 22:48:30 UTC 2011 Responsible-Changed-Why: rescue this from pending/ . I have no idea how it got in there. http://www.freebsd.org/cgi/query-pr.cgi?pr=157507 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 1 23:50:09 2011 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 BC3141065674 for ; Wed, 1 Jun 2011 23: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 962FD8FC12 for ; Wed, 1 Jun 2011 23:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p51No98f058410 for ; Wed, 1 Jun 2011 23:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p51No9p3058409; Wed, 1 Jun 2011 23:50:09 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2011 23:50:09 GMT Resent-Message-Id: <201106012350.p51No9p3058409@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4A251065672 for ; Wed, 1 Jun 2011 23:49:10 +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 9C9968FC14 for ; Wed, 1 Jun 2011 23:49:10 +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 p51NnAsG047002 for ; Wed, 1 Jun 2011 23:49:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51NnAVA047001; Wed, 1 Jun 2011 23:49:10 GMT (envelope-from nobody) Message-Id: <201106012349.p51NnAVA047001@red.freebsd.org> Date: Wed, 1 Jun 2011 23:49:10 GMT From: Carl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157512: sysutils/libutempter: setting TARGET_ARCH variable prevents compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2011 23:50:09 -0000 >Number: 157512 >Category: ports >Synopsis: sysutils/libutempter: setting TARGET_ARCH variable prevents compilation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 23:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Carl >Release: FreeBSD-8.2-RELEASE-amd64/i386 >Organization: >Environment: FreeBSD xxxxxxxx 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Trying to cross-build /usr/ports/sysutils/libutempter with the following command results in a compilation failure: env TARGET_ARCH=i386 make The error message is: cc: i386: No such file or directory This is the identical problem documented in all of the following problem reports: http://www.freebsd.org/cgi/query-pr.cgi?pr=147853 http://www.freebsd.org/cgi/query-pr.cgi?pr=151224 http://www.freebsd.org/cgi/query-pr.cgi?pr=156607 http://www.freebsd.org/cgi/query-pr.cgi?pr=157457 http://www.freebsd.org/cgi/query-pr.cgi?pr=157479 Yes indeed, folks, that's a hint that a widespread problem exists and should be dealt with systematically rather than leaving it to end users to discover and report one at a time. Please assign someone knowledgeable about this problem to the task of searching the entire ports collection for all instances of this same bug. Carl / K0802647 >How-To-Repeat: env TARGET_ARCH=i386 make >Fix: The attached patch applied to /usr/ports/sysutils/libutempter/Makefile fixed the problem for me, just as similar patches worked for problem reports ports/147853, ports/151224, ports/156607, ports/157457, and ports/157479. Note that the eventually committed fix for ports/156607 is implemented differently. Since I do not really understand the problem, my patch is not intended to imply an optimal solution. Patch attached with submission follows: --- old/Makefile 2011-05-31 15:17:01.000000000 -0700 +++ new/Makefile 2011-05-31 15:18:13.000000000 -0700 @@ -16,6 +16,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_ENV= TARGET_ARCH= .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 00:00:31 2011 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 5BA621065677 for ; Thu, 2 Jun 2011 00: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 D8E4C8FC19 for ; Thu, 2 Jun 2011 00:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5200J3p066555 for ; Thu, 2 Jun 2011 00:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5200JmX066554; Thu, 2 Jun 2011 00:00:19 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 00:00:19 GMT Resent-Message-Id: <201106020000.p5200JmX066554@freefall.freebsd.org> 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 34677106564A for ; Wed, 1 Jun 2011 23:52:10 +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 257658FC1B for ; Wed, 1 Jun 2011 23:52:10 +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 p51Nq93c047242 for ; Wed, 1 Jun 2011 23:52:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p51Nq97U047241; Wed, 1 Jun 2011 23:52:09 GMT (envelope-from nobody) Message-Id: <201106012352.p51Nq97U047241@red.freebsd.org> Date: Wed, 1 Jun 2011 23:52:09 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157513: [update] net/samba35 to 3.5.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, 02 Jun 2011 00:00:31 -0000 >Number: 157513 >Category: ports >Synopsis: [update] net/samba35 to 3.5.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 00:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: Update to 3.5.8: -Remove patch to source3/passdb/pdb_ldap.c -Update CONFIGURE_ENV CPPFLAGS to make portlint happy In addition to the items listed below, this release also appears to resolve bug #6563, which has plagued FreeRADIUS users that utilize ntlm_auth. I have confirmed that the NT_KEY returned in this release is the same as the previous 'working' releases of samba: https://bugzilla.samba.org/show_bug.cgi?id=6563 ================================================= This is the latest stable release of Samba 3.5. Major enhancements in Samba 3.5.8 include: o Fix Winbind crash bug when no DC is available (bug #7730). o Fix finding users on domain members (bug #7743). o Fix memory leaks in Winbind (bug #7879). o Fix printing with Windows 7 clients (bug #7567). Changes since 3.5.7: -------------------- o Michael Adam * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'. * BUG 7871: Fix 'net ads dns register' in cluster setups. * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list. o Jeremy Allison * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath" messages. * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and acl_tdb modules. * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS attributes on create. * BUG 7734: Apply appropriate create masks when creating files with "inherit ACLs" set to true. * BUG 7743: Fix finding users on domain members. * BUG 7744: Fix "dfree cache time" parameter. * BUG 7777: Fix requesting lookups for BUILTIN sids. * BUG 7785: Fix atime limit. * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB signing. * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb. * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict allocate is on. * BUG 7843: Expand the local SAMs aliases. * BUG 7892: Fix stale lock in open_file_fchmod(). * BUG 7950: Revalidate the pathname once re-constructed from a root fsp. o Andrew Bartlett * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains. o Björn Baumbach * BUG 7875: Fix 'nmbd --port'. * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures. o Günther Deschner * BUG 7567: Fix printing with Windows 7 clients. * BUG 7641: Handle Windows 9x adddriver calls without config file. * BUG 7945: Let Winbind try to use samlogon validation level 6. o Holger Hetterich * BUG 3185: Fix 'testparm' return code when EOF in encountered in param name. o Björn Jacke * BUG 7821: Fix build of shared libraries on Tru64. o Volker Lendecke * BUG 7066: Fix "Your Password expires today" message for users of trusted domains. * BUG 7262: Fix maintaining of users' groups via UsrMgr. * BUG 7656: Fix scalability problem with hundreds of printers. * BUG 7665: Fix memory leak in the netapi routines. * BUG 7730: Fix Winbind crash bug when no DC is available. * BUG 7774: Fix a getgrent crash with many groups. * BUG 7779: Fix smbd crash caused by expand_msdfs. * BUG 7800: Make Winbind recover from a signing error. * BUG 7817: Fix "force group" with ntlmssp guest session setup. * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain. * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name. * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't support. * BUG 7879: Fix memory leaks in Winbind. * BUG 7881: Fix flaky Winbind against Windows 2008. * BUG 7917: Fix connections from WinCE. * BUG 7940: Fix opening MS Powerpoint files. o Stefan Metzmacher * BUG 7567: Fix printing with Windows 7 clients. * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't support. * BUG 7883: Fix SMB session setups with Kerberos against some closed source SMB servers. * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the account name. * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'. * BUG 7942: Fix endless loops caused by inotify. * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp. o Jonathan Nieder * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less scary. o olivier * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable. o Rusty Russell * BUG 7498: Fix updating the time on close in vfs_gpfs. o CVE-2011-0719: All current released versions of Samba are vulnerable to a denial of service caused by memory corruption. Range checks on file descriptors being used in the FD_SET macro were not present allowing stack corruption. This can cause the Samba code to crash or to loop attempting to select on a bad file descriptor set. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/net/samba35/Makefile samba35/Makefile --- /usr/ports/net/samba35/Makefile 2011-02-24 20:32:01.000000000 -0500 +++ samba35/Makefile 2011-06-01 19:06:28.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= ${SAMBA_BASENAME}35 -PORTVERSION= 3.5.6 -PORTREVISION?= 2 +PORTVERSION= 3.5.8 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions rc pre @@ -74,7 +73,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ +CONFIGURE_ENV+= CPPFLAGS+="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LDFLAGS="${PTHREAD_LIBS}" # pkg-config is used to find talloc diff -urN /usr/ports/net/samba35/distinfo samba35/distinfo --- /usr/ports/net/samba35/distinfo 2010-11-15 07:29:21.000000000 -0500 +++ samba35/distinfo 2011-06-01 18:34:50.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (samba-3.5.6.tar.gz) = 466410868375d19a286ac3fc5d9f3c267ce359189f8e0d76e72ec10bd54247da -SIZE (samba-3.5.6.tar.gz) = 30803319 +SHA256 (samba-3.5.8.tar.gz) = 331e3f2806edcad853b48f4b1e653367ad9a6ce1ab5ed486c03a6bf614882796 +SIZE (samba-3.5.8.tar.gz) = 30721269 diff -urN /usr/ports/net/samba35/files/sernet.patch samba35/files/sernet.patch --- /usr/ports/net/samba35/files/sernet.patch 2010-10-25 22:41:58.000000000 -0400 +++ samba35/files/sernet.patch 2011-06-01 18:43:00.000000000 -0400 @@ -1,60 +1,6 @@ -0001-s3-Fix-another-aspect-of-bug-7262.patch -samba3-3.4-honor-all-loopback-ips.patch - -From 325f03d3df7afb758b6815d327739fc121dbbe71 Mon Sep 17 00:00:00 2001 -From: Volker Lendecke -Date: Tue, 6 Jul 2010 16:55:14 +0200 -Subject: [PATCH] s3: Fix another aspect of bug 7262 and make paged results work again ---- - source3/passdb/pdb_ldap.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c -index 6ac8f0d..f4c8dbe 100644 ---- a/source3/passdb/pdb_ldap.c -+++ b/source3/passdb/pdb_ldap.c -@@ -4483,10 +4483,6 @@ static bool ldapsam_search_next_entry(struct pdb_search *search, - bool result; - - retry: -- if (state->current_entry == NULL) { -- return false; -- } -- - if ((state->entries == NULL) && (state->pagedresults_cookie == NULL)) - return False; - -@@ -4494,6 +4490,10 @@ static bool ldapsam_search_next_entry(struct pdb_search *search, - !ldapsam_search_nextpage(search)) - return False; - -+ if (state->current_entry == NULL) { -+ return false; -+ } -+ - result = state->ldap2displayentry(state, search, - state->connection->ldap_struct, - state->current_entry, entry); --- -1.6.0.4 - -commit b6afe7ef236a454d8a6abf104b8846f817378f73 -Author: Björn Jacke -Date: Thu Oct 15 02:02:30 2009 +0200 - - util: cope the all loopback addresses IPv4 knows - - The fact that we just recogniced 127.0.0.1 as loopback IP address and not the - rest of the 127.0.0.0/8 IP address range we used the lo interface for sending - packages even though we should send them to some more physical interface. This - way we ended up with failing WINS registration and so on like in #6348. - On the lo interface sendto() returned "Invalid Argument" (EINVAL). - -diff --git a/lib/util/util_net.c b/lib/util/util_net.c -index 0ce495e..0511a28 100644 ---- a/lib/util/util_net.c -+++ b/lib/util/util_net.c -@@ -351,13 +351,11 @@ bool is_broadcast_addr(const struct sockaddr *pss) +--- a/lib/util/util_net.c 2011-03-06 13:48:05.000000000 -0500 ++++ b/lib/util/util_net.c 2011-06-01 18:35:34.000000000 -0400 +@@ -351,13 +351,11 @@ } /** >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 00:00:46 2011 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 25D9A106566C; Thu, 2 Jun 2011 00:00:46 +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 0104C8FC12; Thu, 2 Jun 2011 00:00:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5200jJ7067329; Thu, 2 Jun 2011 00:00:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5200jqP067322; Thu, 2 Jun 2011 00:00:45 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 00:00:45 GMT Message-Id: <201106020000.p5200jqP067322@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, timur@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157513: [update] net/samba35 to 3.5.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, 02 Jun 2011 00:00:46 -0000 Synopsis: [update] net/samba35 to 3.5.8 Responsible-Changed-From-To: freebsd-ports-bugs->timur Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 00:00:44 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157513 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 00:40:06 2011 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 E4974106566B for ; Thu, 2 Jun 2011 00: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 B48B58FC08 for ; Thu, 2 Jun 2011 00:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p520e6HF007331 for ; Thu, 2 Jun 2011 00:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p520e6m9007330; Thu, 2 Jun 2011 00:40:06 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 00:40:06 GMT Message-Id: <201106020040.p520e6m9007330@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Takefu Cc: Subject: Re: ports/157314: [UPDATE] www/MT japanese/MT french/MT german/MT russian/MT update to 5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takefu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 00:40:07 -0000 The following reply was made to PR ports/157314; it has been noted by GNATS. From: Takefu To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/157314: [UPDATE] www/MT japanese/MT french/MT german/MT russian/MT update to 5.1 Date: Thu, 02 Jun 2011 09:39:33 +0900 - fix www/MT/distinfo - fix russian/MT/Makefile --- MT-added.patch begins here --- --- /usr/ports/www/MT/distinfo 2011-01-14 16:59:25.000000000 +0900 +++ www/MT/distinfo 2011-06-02 09:07:32.000000000 +0900 @@ -1,10 +1,10 @@ -SHA256 (MTOS-5.04-de.tar.gz) = 5e981e25bee62f157464a2ef841cdb16c90098a75e46862931340786bff198d1 -SIZE (MTOS-5.04-de.tar.gz) = 5873151 -SHA256 (MTOS-5.04-en.tar.gz) = 1460dfe9083fde713fd2053403d6e8aa44e8ed21fc17da3e795d26733141ebc1 -SIZE (MTOS-5.04-en.tar.gz) = 5873433 -SHA256 (MTOS-5.04-fr.tar.gz) = 4d170e62a9b619af88bf8d44c40df9090af346ebc3a64c9d61ccb86cea8f1437 -SIZE (MTOS-5.04-fr.tar.gz) = 5873115 -SHA256 (MTOS-5.04-ja.tar.gz) = f89a92ec79ed0ad74fe870b514105362eb1e5a9c96e94a66a4b64f237f08d939 -SIZE (MTOS-5.04-ja.tar.gz) = 5865587 -SHA256 (MTOS-5.04-ru.tar.gz) = 2ff4b3a47ff1acf0f9ecb158106a1fe0a56cb5af9f000f8f38ff1ef1405e0ae3 -SIZE (MTOS-5.04-ru.tar.gz) = 6039995 +SHA256 (MTOS-5.1-de.tar.gz) = c64979621b31f07493c6bb226fc558d3d61e951712e1bd75147ff61a9d127fbe +SIZE (MTOS-5.1-de.tar.gz) = 5976057 +SHA256 (MTOS-5.1-en.tar.gz) = d110c1eff8e29eafd44bd2a101ace93bf310f17fce92a997341890790e18e795 +SIZE (MTOS-5.1-en.tar.gz) = 5976111 +SHA256 (MTOS-5.1-fr.tar.gz) = ee7352b7b4d3081c44a29ab7aa072fd8a564b8734059107b414dbc1a2967fb05 +SIZE (MTOS-5.1-fr.tar.gz) = 5975619 +SHA256 (MTOS-5.1-ja.tar.gz) = db11e955233f2686c01fccd45ce0a14502a09f692212408de790c1b95de92413 +SIZE (MTOS-5.1-ja.tar.gz) = 5968839 +SHA256 (MTOS-5.1-ru.tar.gz) = 6971f0b18ebde616ccbeb0a7a18aa16bc7383af9fdb6cb0cdaf136932dc6d44c +SIZE (MTOS-5.1-ru.tar.gz) = 6104851 diff -ruN /usr/ports/russian/MT/Makefile russian/MT.commit/Makefile --- /usr/ports/russian/MT/Makefile 2011-01-14 16:59:01.000000000 +0900 +++ russian/MT/Makefile 2011-06-02 09:15:26.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= MT CATEGORIES= russian www -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://movable-type.ru/downloads/ DISTNAME= MTOS-${PORTVERSION}-ru COMMENT= Russian localization of the MovableType publishing system @@ -18,7 +18,7 @@ MT_LANG= ru CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* -MT_DOCS_URL= http://movable-type.ru/wiki/ +MT_DOCS_URL= https://github.com/saahov/movabletype/wiki MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type .include "${MASTERDIR}/Makefile" --- MT-added.patch ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 01:38:46 2011 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 02A7B106564A; Thu, 2 Jun 2011 01:38:46 +0000 (UTC) (envelope-from rpsfa@rit.edu) Received: from fast.rit.edu (fast.rit.edu [129.21.182.30]) by mx1.freebsd.org (Postfix) with ESMTP id C34228FC18; Thu, 2 Jun 2011 01:38:45 +0000 (UTC) Received: from fast.rit.edu (localhost.rit.edu [127.0.0.1]) by fast.rit.edu (Postfix) with ESMTP id 2DFF61D2C3; Wed, 1 Jun 2011 21:38:45 -0400 (EDT) X-Virus-Scanned: by amavisd-new at fast.rit.edu Received: from fast.rit.edu ([127.0.0.1]) by fast.rit.edu (fast.rit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eNf6OFeQGllT; Wed, 1 Jun 2011 21:38:44 -0400 (EDT) Received: from syn.rit.edu (syn.rit.edu [129.21.182.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fast.rit.edu (Postfix) with ESMTPS id 891791D2C7; Wed, 1 Jun 2011 21:38:44 -0400 (EDT) Received: from syn.rit.edu (localhost.rit.edu [127.0.0.1]) by syn.rit.edu (8.14.4/8.14.3) with ESMTP id p521ciDw005942; Wed, 1 Jun 2011 21:38:44 -0400 (EDT) (envelope-from rpsfa@rit.edu) Received: (from zi@localhost) by syn.rit.edu (8.14.4/8.14.3/Submit) id p521cidc003412; Wed, 1 Jun 2011 21:38:44 -0400 (EDT) (envelope-from rpsfa@rit.edu) Date: Wed, 1 Jun 2011 21:38:44 -0400 From: Ryan Steinmetz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20110602013844.GA30119@fast.rit.edu> References: <201106012352.p51Nq97U047241@red.freebsd.org> <201106020000.p5200Jc1066550@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <201106020000.p5200Jc1066550@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: ports/157513: [update] net/samba35 to 3.5.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, 02 Jun 2011 01:38:46 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline vuxml entry for DoS condition, if appropriate. --FL5UXtIhxfXey3p5 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="samba-vuxml.diff" --- vuln.xml.orig 2011-05-26 09:54:07.000000000 -0400 +++ vuln.xml 2011-06-01 19:33:58.000000000 -0400 @@ -34,6 +34,34 @@ --> + + samba -- Denial of service - memory corruption + + + samba34 + samba35 + 3.4.12 + 3.5.7 + + + + +
+

Samba is vulnerable to a denial of service, caused by a memory corruption error related to missing range checks on file descriptors being used in the "FD_SET" macro. By performing a select on a bad file descriptor set, a remote attacker could exploit this vulnerability to cause the application to crash or possibly execute arbitrary code on the system.

+
+ +
+ + CVE-2011-0719 + http://www.samba.org/samba/security/CVE-2011-0719.html + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0719 + + + 2011-02-28 + 2011-06-01 + +
+ drupal6 -- multiple vulnerabilities --FL5UXtIhxfXey3p5-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 02:20:08 2011 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 E15D5106566C for ; Thu, 2 Jun 2011 02:20: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 BD6CE8FC17 for ; Thu, 2 Jun 2011 02:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p522K8sw097020 for ; Thu, 2 Jun 2011 02:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p522K81S097019; Thu, 2 Jun 2011 02:20:08 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 02:20:08 GMT Resent-Message-Id: <201106020220.p522K81S097019@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 563D8106564A for ; Thu, 2 Jun 2011 02:12:55 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 138358FC14 for ; Thu, 2 Jun 2011 02:12:54 +0000 (UTC) Received: by qwc9 with SMTP id 9so252488qwc.13 for ; Wed, 01 Jun 2011 19:12:54 -0700 (PDT) Received: by 10.224.173.148 with SMTP id p20mr101609qaz.388.1306980773408; Wed, 01 Jun 2011 19:12:53 -0700 (PDT) Received: from mocha.verizon.net (c-24-3-43-53.hsd1.oh.comcast.net [24.3.43.53]) by mx.google.com with ESMTPS id u15sm113482qcq.24.2011.06.01.19.12.52 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Jun 2011 19:12:52 -0700 (PDT) Message-Id: <4de6f1a4.4f76e50a.2176.05ac@mx.google.com> Date: Wed, 01 Jun 2011 19:12:52 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157515: [MAINTAINER] finance/libofx: Update to 0.94 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: Thu, 02 Jun 2011 02:20:09 -0000 >Number: 157515 >Category: ports >Synopsis: [MAINTAINER] finance/libofx: Update to 0.94 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 02:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 8.2-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386 >Description: - Update finance/libofx to 0.94 - Improve the patch for ofx_utilities.cpp (taken from OpenBSD ports) >How-To-Repeat: Use attached diff >Fix: --- 2011-06-01-libofx.diff begins here --- diff -ruN libofx.orig/Makefile libofx/Makefile --- libofx.orig/Makefile 2011-06-01 18:26:20.000000000 -0400 +++ libofx/Makefile 2011-06-01 21:43:54.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= libofx -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 CATEGORIES= finance MASTER_SITES= SF @@ -14,14 +14,14 @@ COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \ + xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ osp.5:${PORTSDIR}/textproc/opensp USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ --with-opensp-includes=${LOCALBASE}/include/OpenSP \ --with-opensp-libs=${LOCALBASE}/lib @@ -34,6 +34,9 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +MAN1= ofxconnect.1 \ + ofxdump.1 + PORTDOCS= * OPTIONS= APIDOC "Install full API documentation" off diff -ruN libofx.orig/distinfo libofx/distinfo --- libofx.orig/distinfo 2011-06-01 18:26:20.000000000 -0400 +++ libofx/distinfo 2011-06-01 18:26:50.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (libofx-0.9.2.tar.gz) = f6d690d3c5305a414b332b814e6c86f2200e809702ae7dffed9331a445e52d6d -SIZE (libofx-0.9.2.tar.gz) = 1162303 +SHA256 (libofx-0.9.4.tar.gz) = 9b30641fd5672e7a4a7fd3dd789a8a9df80039e5cc5756e28e16e8935560dbaf +SIZE (libofx-0.9.4.tar.gz) = 1263379 diff -ruN libofx.orig/files/patch-Makefile.am libofx/files/patch-Makefile.am --- libofx.orig/files/patch-Makefile.am 2011-06-01 18:26:20.000000000 -0400 +++ libofx/files/patch-Makefile.am 2011-06-01 21:11:40.000000000 -0400 @@ -1,14 +1,14 @@ ---- Makefile.am.orig 2007-10-27 20:28:07.000000000 +0900 -+++ Makefile.am 2009-03-16 04:05:45.000000000 +0900 -@@ -1,27 +1,23 @@ - if BUILD_OFXCONNECT - MAYBE_OFXCONNECT = ofxconnect +--- ./Makefile.am.orig 2011-04-18 12:44:39.000000000 -0400 ++++ ./Makefile.am 2011-06-01 11:04:55.000000000 -0400 +@@ -2,20 +2,16 @@ + MAYBE_OFXCONNECT = ofxconnect endif + DIST_SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump ofxconnect -SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump $(MAYBE_OFXCONNECT) +- +-docdir = $(datadir)/doc/libofx +SUBDIRS = m4 inc dtd lib . ofx2qif ofxdump $(MAYBE_OFXCONNECT) --docdir = ${prefix}/share/doc/libofx -- -doc_DATA = \ +EXTRA_DIST = \ AUTHORS \ @@ -24,7 +24,8 @@ libofx.spec.in \ libofx.spec \ libofx.pc \ - totest.txt \ +@@ -23,7 +19,7 @@ + libofx.lsm.in \ libofx.lsm -pkgconfigdir=$(libdir)/pkgconfig diff -ruN libofx.orig/files/patch-lib_ofx_preproc.cpp libofx/files/patch-lib_ofx_preproc.cpp --- libofx.orig/files/patch-lib_ofx_preproc.cpp 2011-06-01 18:26:20.000000000 -0400 +++ libofx/files/patch-lib_ofx_preproc.cpp 2011-06-01 18:51:34.000000000 -0400 @@ -1,14 +1,11 @@ - -$FreeBSD: ports/finance/libofx/files/patch-lib_ofx_preproc.cpp,v 1.5 2011/02/17 21:31:17 dhn Exp $ - ---- ./lib/ofx_preproc.cpp.orig 2011-02-12 11:51:02.000000000 -0500 -+++ ./lib/ofx_preproc.cpp 2011-02-14 13:04:17.000000000 -0500 -@@ -194,7 +194,7 @@ - memset(iconv_buffer,0,READ_BUFFER_SIZE * 2); - size_t inbytesleft = strlen(s_buffer.c_str()); - size_t outbytesleft = READ_BUFFER_SIZE * 2 - 1; +--- ./lib/ofx_preproc.cpp.orig 2011-04-16 13:10:20.000000000 -0400 ++++ ./lib/ofx_preproc.cpp 2011-04-21 11:03:43.000000000 -0400 +@@ -228,7 +228,7 @@ + memset(iconv_buffer, 0, READ_BUFFER_SIZE * 2); + size_t inbytesleft = strlen(s_buffer.c_str()); + size_t outbytesleft = READ_BUFFER_SIZE * 2 - 1; -#ifdef OS_WIN32 +#if defined(OS_WIN32) || defined(OS_FREEBSD) - const char * inchar = (const char *)s_buffer.c_str(); + const char * inchar = (const char *)s_buffer.c_str(); #else - char * inchar = (char *)s_buffer.c_str(); + char * inchar = (char *)s_buffer.c_str(); diff -ruN libofx.orig/files/patch-lib_ofx_utilities.cpp libofx/files/patch-lib_ofx_utilities.cpp --- libofx.orig/files/patch-lib_ofx_utilities.cpp 2011-06-01 18:26:20.000000000 -0400 +++ libofx/files/patch-lib_ofx_utilities.cpp 2011-06-01 21:14:01.000000000 -0400 @@ -1,15 +1,18 @@ ---- ./lib/ofx_utilities.cpp.orig 2011-02-12 11:51:02.000000000 -0500 -+++ ./lib/ofx_utilities.cpp 2011-02-14 22:24:26.000000000 -0500 -@@ -115,9 +115,10 @@ - +--- ./lib/ofx_utilities.cpp.orig 2011-04-18 11:51:21.000000000 -0400 ++++ ./lib/ofx_utilities.cpp 2011-06-01 21:09:51.000000000 -0400 +@@ -115,9 +115,14 @@ + char time_zone_specified = false; + string ofxdate_whole; time_t temptime; ++ int daylight; ++ const struct tm* t; ++ ++ std::time(&temptime); ++ t = localtime(&temptime); ++ daylight = t->tm_isdst; + + time.tm_isdst = daylight; // initialize dst setting +- std::time(&temptime); + local_offset = difftime(mktime(localtime(&temptime)), mktime(gmtime(&temptime))) + (3600 * daylight); -- time.tm_isdst = daylight; // iniitialize dst setting -+ bzero(&time, sizeof(time)); -+ - std::time(&temptime); -- local_offset = difftime(mktime(localtime(&temptime)), mktime(gmtime(&temptime))) + (3600*daylight); -+ local_offset = difftime(mktime(localtime(&temptime)), mktime(gmtime(&temptime))); - - if(ofxdate.size()!=0){ - if (ofxdate.substr(0,8).find_first_not_of("0123456789") != string::npos ){ + if (ofxdate.size() != 0) --- 2011-06-01-libofx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 02:23:21 2011 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 4AFE0106564A for ; Thu, 2 Jun 2011 02:23:21 +0000 (UTC) (envelope-from takefu@airport.fm) Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF3C8FC13 for ; Thu, 2 Jun 2011 02:23:21 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 75B381149F for ; Thu, 2 Jun 2011 11:23:14 +0900 (JST) X-Virus-Scanned: amavisd-new at ae-osaka.co.jp Received: from ae-osaka.co.jp ([127.0.0.1]) by ae-osaka.co.jp (ae-osaka.co.jp [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IWp9SPFQbam9 for ; Thu, 2 Jun 2011 11:23:14 +0900 (JST) Received: from [IPv6:2001:3e0:4ec:a011:116f:4c3c:c7ca:7059] (unknown [IPv6:2001:3e0:4ec:a011:116f:4c3c:c7ca:7059]) by ae-osaka.co.jp (Postfix) with ESMTPSA id DC1EC114BD for ; Thu, 2 Jun 2011 11:23:10 +0900 (JST) Message-ID: <4DE6F41B.2080302@airport.fm> Date: Thu, 02 Jun 2011 11:23:23 +0900 From: Takefu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org References: <4DDCCBAC.7050004@airport.fm> In-Reply-To: <4DDCCBAC.7050004@airport.fm> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: Re: ports/157314: [UPDATE] www/MT japanese/MT french/MT german/MT russian/MT update to 5.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: Thu, 02 Jun 2011 02:23:21 -0000 - fix www/MT/distinfo - fix russian/MT/Makefile --- MT-added.patch begins here --- --- /usr/ports/www/MT/distinfo 2011-01-14 16:59:25.000000000 +0900 +++ www/MT/distinfo 2011-06-02 09:07:32.000000000 +0900 @@ -1,10 +1,10 @@ -SHA256 (MTOS-5.04-de.tar.gz) = 5e981e25bee62f157464a2ef841cdb16c90098a75e46862931340786bff198d1 -SIZE (MTOS-5.04-de.tar.gz) = 5873151 -SHA256 (MTOS-5.04-en.tar.gz) = 1460dfe9083fde713fd2053403d6e8aa44e8ed21fc17da3e795d26733141ebc1 -SIZE (MTOS-5.04-en.tar.gz) = 5873433 -SHA256 (MTOS-5.04-fr.tar.gz) = 4d170e62a9b619af88bf8d44c40df9090af346ebc3a64c9d61ccb86cea8f1437 -SIZE (MTOS-5.04-fr.tar.gz) = 5873115 -SHA256 (MTOS-5.04-ja.tar.gz) = f89a92ec79ed0ad74fe870b514105362eb1e5a9c96e94a66a4b64f237f08d939 -SIZE (MTOS-5.04-ja.tar.gz) = 5865587 -SHA256 (MTOS-5.04-ru.tar.gz) = 2ff4b3a47ff1acf0f9ecb158106a1fe0a56cb5af9f000f8f38ff1ef1405e0ae3 -SIZE (MTOS-5.04-ru.tar.gz) = 6039995 +SHA256 (MTOS-5.1-de.tar.gz) = c64979621b31f07493c6bb226fc558d3d61e951712e1bd75147ff61a9d127fbe +SIZE (MTOS-5.1-de.tar.gz) = 5976057 +SHA256 (MTOS-5.1-en.tar.gz) = d110c1eff8e29eafd44bd2a101ace93bf310f17fce92a997341890790e18e795 +SIZE (MTOS-5.1-en.tar.gz) = 5976111 +SHA256 (MTOS-5.1-fr.tar.gz) = ee7352b7b4d3081c44a29ab7aa072fd8a564b8734059107b414dbc1a2967fb05 +SIZE (MTOS-5.1-fr.tar.gz) = 5975619 +SHA256 (MTOS-5.1-ja.tar.gz) = db11e955233f2686c01fccd45ce0a14502a09f692212408de790c1b95de92413 +SIZE (MTOS-5.1-ja.tar.gz) = 5968839 +SHA256 (MTOS-5.1-ru.tar.gz) = 6971f0b18ebde616ccbeb0a7a18aa16bc7383af9fdb6cb0cdaf136932dc6d44c +SIZE (MTOS-5.1-ru.tar.gz) = 6104851 diff -ruN /usr/ports/russian/MT/Makefile russian/MT.commit/Makefile --- /usr/ports/russian/MT/Makefile 2011-01-14 16:59:01.000000000 +0900 +++ russian/MT/Makefile 2011-06-02 09:15:26.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= MT CATEGORIES= russian www -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://movable-type.ru/downloads/ DISTNAME= MTOS-${PORTVERSION}-ru COMMENT= Russian localization of the MovableType publishing system @@ -18,7 +18,7 @@ MT_LANG= ru CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* -MT_DOCS_URL= http://movable-type.ru/wiki/ +MT_DOCS_URL= https://github.com/saahov/movabletype/wiki MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type .include "${MASTERDIR}/Makefile" --- MT-added.patch ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 03:10:10 2011 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 2D8721065672 for ; Thu, 2 Jun 2011 03: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 5B8CA8FC1B for ; Thu, 2 Jun 2011 03:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p523A82f041383 for ; Thu, 2 Jun 2011 03:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p523A8Yb041382; Thu, 2 Jun 2011 03:10:08 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 03:10:08 GMT Resent-Message-Id: <201106020310.p523A8Yb041382@freefall.freebsd.org> 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 921D8106564A for ; Thu, 2 Jun 2011 03:09: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 783758FC13 for ; Thu, 2 Jun 2011 03:09: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 p5239Fpo071273 for ; Thu, 2 Jun 2011 03:09:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5239FOl071272; Thu, 2 Jun 2011 03:09:15 GMT (envelope-from nobody) Message-Id: <201106020309.p5239FOl071272@red.freebsd.org> Date: Thu, 2 Jun 2011 03:09:15 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157516: [update] irc/ezbounce to 1.99.15 + unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 03:10:10 -0000 >Number: 157516 >Category: ports >Synopsis: [update] irc/ezbounce to 1.99.15 + unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 03:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 1.99.15 -Adopt port -Unbreak >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/irc/ezbounce/Makefile ezbounce/Makefile --- /usr/ports/irc/ezbounce/Makefile 2011-05-02 18:24:27.000000000 -0400 +++ ezbounce/Makefile 2011-06-01 23:02:04.000000000 -0400 @@ -6,23 +6,23 @@ # PORTNAME= ezbounce -PORTVERSION= 1.04c +PORTVERSION= 1.99.15 CATEGORIES= irc MASTER_SITES= http://www.linuxftw.com/ezbounce/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rpsfa@rit.edu COMMENT= A highly configurable IRC Proxy -BROKEN= Does not fetch - +USE_GMAKE= yes GNU_CONFIGURE= yes SUB_FILES= pkg-message MAN1= ezbounce.1 +CONFIGURE_ARGS+=--without-boost + .if !defined(WITH_MDIDENTD) -ALL_TARGET= ezbounce_src PLIST_SUB+= MDIDENTD="@comment " .else PLIST_SUB+= MDIDENTD="" @@ -55,10 +55,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/ezb.conf.default ${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/misc/ezbounce.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/ezbounce.1 ${PREFIX}/man/man1 .if defined(WITH_MDIDENTD) - ${INSTALL_PROGRAM} ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/tools/mdidentd ${PREFIX}/sbin .endif @if [ ! -f ${PREFIX}/etc/ezb.conf ]; then \ @@ -69,18 +69,24 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/worklog ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/worklog ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/ChatLogging.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/DCCFeatures.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/EncryptedPasswords.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/EventLog.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/FakeIdents.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/REPORTING-BUGS ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/UserPreferences.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/VirtualFileSystem.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/logos.txt ${DOCSDIR} .if defined(WITH_MDIDENTD) - ${INSTALL_DATA} ${WRKSRC}/mdidentd/README \ - ${DOCSDIR}/mdidentd.README + ${INSTALL_DATA} ${WRKSRC}/tools/README.mdidentd \ + ${DOCSDIR} .endif -.if defined(WITH_SSL) - ${INSTALL_DATA} ${WRKSRC}/README.SSL ${DOCSDIR} -.endif - .endif @${CAT} ${PKGMESSAGE} diff -urN /usr/ports/irc/ezbounce/distinfo ezbounce/distinfo --- /usr/ports/irc/ezbounce/distinfo 2011-03-19 08:30:22.000000000 -0400 +++ ezbounce/distinfo 2011-06-01 22:24:49.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (ezbounce-1.04c.tar.gz) = 5be7b903e3682aee9d1758f60957486e4aa08da717fc763caab1415454eaebd8 -SIZE (ezbounce-1.04c.tar.gz) = 192630 +SHA256 (ezbounce-1.99.15.tar.gz) = ee28c114596c0d4f12f6296a4cbe76c8f8016c869246b348fb4eaee7e2f6012d +SIZE (ezbounce-1.99.15.tar.gz) = 429512 diff -urN /usr/ports/irc/ezbounce/files/patch-Makefile.in ezbounce/files/patch-Makefile.in --- /usr/ports/irc/ezbounce/files/patch-Makefile.in 1969-12-31 19:00:00.000000000 -0500 +++ ezbounce/files/patch-Makefile.in 2011-06-01 22:47:48.000000000 -0400 @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-06-01 22:47:20.000000000 -0400 ++++ Makefile.in 2011-06-01 22:47:35.000000000 -0400 +@@ -80,7 +80,7 @@ + + default: all + +-all: $(TARGETS) ++all: $(TARGETS) tools + @echo Compilation complete + @echo + @echo The following files were made: diff -urN /usr/ports/irc/ezbounce/pkg-plist ezbounce/pkg-plist --- /usr/ports/irc/ezbounce/pkg-plist 2003-06-10 11:15:29.000000000 -0400 +++ ezbounce/pkg-plist 2011-06-01 23:01:41.000000000 -0400 @@ -5,8 +5,17 @@ %%MDIDENTD%%sbin/mdidentd %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%SSL%%%%DOCSDIR%%/README.SSL %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/worklog -%%MDIDENTD%%%%PORTDOCS%%%%DOCSDIR%%/mdidentd.README +%%PORTDOCS%%%%DOCSDIR%%/ChatLogging.txt +%%PORTDOCS%%%%DOCSDIR%%/DCCFeatures.txt +%%PORTDOCS%%%%DOCSDIR%%/EncryptedPasswords.txt +%%PORTDOCS%%%%DOCSDIR%%/EventLog.txt +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/FakeIdents.txt +%%PORTDOCS%%%%DOCSDIR%%/REPORTING-BUGS +%%PORTDOCS%%%%DOCSDIR%%/UserPreferences.txt +%%PORTDOCS%%%%DOCSDIR%%/VirtualFileSystem.txt +%%PORTDOCS%%%%DOCSDIR%%/logos.txt +%%MDIDENTD%%%%PORTDOCS%%%%DOCSDIR%%/README.mdidentd %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 03:30:18 2011 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 84947106566B for ; Thu, 2 Jun 2011 03:30:18 +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 5AD3B8FC08 for ; Thu, 2 Jun 2011 03:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p523UIZ6060169 for ; Thu, 2 Jun 2011 03:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p523UIVJ060162; Thu, 2 Jun 2011 03:30:18 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 03:30:18 GMT Message-Id: <201106020330.p523UIVJ060162@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Takefu Cc: Subject: Re: ports/157314: [UPDATE] www/MT japanese/MT french/MT german/MT russian/MT update to 5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takefu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 03:30:18 -0000 The following reply was made to PR ports/157314; it has been noted by GNATS. From: Takefu To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/157314: [UPDATE] www/MT japanese/MT french/MT german/MT russian/MT update to 5.1 Date: Thu, 02 Jun 2011 12:22:21 +0900 - fix www/MT/distinfo - fix russian/MT/Makefile --- MT-added.patch begins here --- --- /usr/ports/www/MT/distinfo 2011-01-14 16:59:25.000000000 +0900 +++ www/MT/distinfo 2011-06-02 09:07:32.000000000 +0900 @@ -1,10 +1,10 @@ -SHA256 (MTOS-5.04-de.tar.gz) = 5e981e25bee62f157464a2ef841cdb16c90098a75e46862931340786bff198d1 -SIZE (MTOS-5.04-de.tar.gz) = 5873151 -SHA256 (MTOS-5.04-en.tar.gz) = 1460dfe9083fde713fd2053403d6e8aa44e8ed21fc17da3e795d26733141ebc1 -SIZE (MTOS-5.04-en.tar.gz) = 5873433 -SHA256 (MTOS-5.04-fr.tar.gz) = 4d170e62a9b619af88bf8d44c40df9090af346ebc3a64c9d61ccb86cea8f1437 -SIZE (MTOS-5.04-fr.tar.gz) = 5873115 -SHA256 (MTOS-5.04-ja.tar.gz) = f89a92ec79ed0ad74fe870b514105362eb1e5a9c96e94a66a4b64f237f08d939 -SIZE (MTOS-5.04-ja.tar.gz) = 5865587 -SHA256 (MTOS-5.04-ru.tar.gz) = 2ff4b3a47ff1acf0f9ecb158106a1fe0a56cb5af9f000f8f38ff1ef1405e0ae3 -SIZE (MTOS-5.04-ru.tar.gz) = 6039995 +SHA256 (MTOS-5.1-de.tar.gz) = c64979621b31f07493c6bb226fc558d3d61e951712e1bd75147ff61a9d127fbe +SIZE (MTOS-5.1-de.tar.gz) = 5976057 +SHA256 (MTOS-5.1-en.tar.gz) = d110c1eff8e29eafd44bd2a101ace93bf310f17fce92a997341890790e18e795 +SIZE (MTOS-5.1-en.tar.gz) = 5976111 +SHA256 (MTOS-5.1-fr.tar.gz) = ee7352b7b4d3081c44a29ab7aa072fd8a564b8734059107b414dbc1a2967fb05 +SIZE (MTOS-5.1-fr.tar.gz) = 5975619 +SHA256 (MTOS-5.1-ja.tar.gz) = db11e955233f2686c01fccd45ce0a14502a09f692212408de790c1b95de92413 +SIZE (MTOS-5.1-ja.tar.gz) = 5968839 +SHA256 (MTOS-5.1-ru.tar.gz) = 6971f0b18ebde616ccbeb0a7a18aa16bc7383af9fdb6cb0cdaf136932dc6d44c +SIZE (MTOS-5.1-ru.tar.gz) = 6104851 diff -ruN /usr/ports/russian/MT/Makefile russian/MT.commit/Makefile --- /usr/ports/russian/MT/Makefile 2011-01-14 16:59:01.000000000 +0900 +++ russian/MT/Makefile 2011-06-02 09:15:26.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= MT CATEGORIES= russian www -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://movable-type.ru/downloads/ DISTNAME= MTOS-${PORTVERSION}-ru COMMENT= Russian localization of the MovableType publishing system @@ -18,7 +18,7 @@ MT_LANG= ru CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* -MT_DOCS_URL= http://movable-type.ru/wiki/ +MT_DOCS_URL= https://github.com/saahov/movabletype/wiki MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type .include "${MASTERDIR}/Makefile" --- MT-added.patch ends here --- _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 03:56:00 2011 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 C234B106566B; Thu, 2 Jun 2011 03:56: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 99D248FC0A; Thu, 2 Jun 2011 03:56:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p523u0ce086966; Thu, 2 Jun 2011 03:56:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p523u0oN086962; Thu, 2 Jun 2011 03:56:00 GMT (envelope-from linimon) Date: Thu, 2 Jun 2011 03:56:00 GMT Message-Id: <201106020356.p523u0oN086962@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157514: [update] mail/nmh to 1.3 + unbreak on 9.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 03:56:00 -0000 Synopsis: [update] mail/nmh to 1.3 + unbreak on 9.x Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 2 03:55:43 UTC 2011 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=157514 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 03:58:00 2011 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 52F3B1065670; Thu, 2 Jun 2011 03:58: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 2AA0B8FC13; Thu, 2 Jun 2011 03:58:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p523w0FK087044; Thu, 2 Jun 2011 03:58:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p523vxvt087040; Thu, 2 Jun 2011 03:57:59 GMT (envelope-from linimon) Date: Thu, 2 Jun 2011 03:57:59 GMT Message-Id: <201106020357.p523vxvt087040@freefall.freebsd.org> To: stankwc@yahoo.com, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157494: lang/ezm3 fails to 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: Thu, 02 Jun 2011 03:58:00 -0000 Old Synopsis: ports problem New Synopsis: lang/ezm3 fails to compile State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Thu Jun 2 03:56:47 UTC 2011 State-Changed-Why: Note that submitter has been asked for feedback. (This simply isn't enough information to proceed.) Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 2 03:56:47 UTC 2011 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=157494 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 06:15:18 2011 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 2BA641065670; Thu, 2 Jun 2011 06:15:18 +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 023818FC13; Thu, 2 Jun 2011 06:15:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p526FHOO020052; Thu, 2 Jun 2011 06:15:17 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p526FHAJ020048; Thu, 2 Jun 2011 06:15:17 GMT (envelope-from wen) Date: Thu, 2 Jun 2011 06:15:17 GMT Message-Id: <201106020615.p526FHAJ020048@freefall.freebsd.org> To: vmagerya@gmail.com, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157496: [maintainer] lang/chicken: update to 4.7.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, 02 Jun 2011 06:15:18 -0000 Synopsis: [maintainer] lang/chicken: update to 4.7.0 State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Thu Jun 2 06:15:17 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157496 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 06:15:39 2011 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 1E3F8106564A; Thu, 2 Jun 2011 06:15:39 +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 E90D68FC14; Thu, 2 Jun 2011 06:15:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p526Fcum020190; Thu, 2 Jun 2011 06:15:38 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p526Fcqd020186; Thu, 2 Jun 2011 06:15:38 GMT (envelope-from wen) Date: Thu, 2 Jun 2011 06:15:38 GMT Message-Id: <201106020615.p526Fcqd020186@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157515: [MAINTAINER] finance/libofx: Update to 0.94 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 06:15:39 -0000 Synopsis: [MAINTAINER] finance/libofx: Update to 0.94 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Thu Jun 2 06:15:38 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157515 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 06:20:12 2011 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 73C40106566B for ; Thu, 2 Jun 2011 06:20: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 61BD88FC0A for ; Thu, 2 Jun 2011 06:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p526KCRK020887 for ; Thu, 2 Jun 2011 06:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p526KC9K020886; Thu, 2 Jun 2011 06:20:12 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 06:20:12 GMT Message-Id: <201106020620.p526KC9K020886@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157496: 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: Thu, 02 Jun 2011 06:20:12 -0000 The following reply was made to PR ports/157496; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157496: commit references a PR Date: Thu, 2 Jun 2011 06:11:48 +0000 (UTC) wen 2011-06-02 06:11:39 UTC FreeBSD ports repository Modified files: lang/chicken Makefile distinfo pkg-plist Log: - Update to 4.7.0 ChangeLog: http://code.call-cc.org/releases/4.7.0/NEWS PR: ports/157496 Submitted by: Vitaly Magerya (maintainer) Revision Changes Path 1.44 +7 -1 ports/lang/chicken/Makefile 1.25 +2 -3 ports/lang/chicken/distinfo 1.25 +88 -85 ports/lang/chicken/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 06:50:08 2011 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 46F90106566B for ; Thu, 2 Jun 2011 06: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 1E0398FC14 for ; Thu, 2 Jun 2011 06:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p526o7V8051779 for ; Thu, 2 Jun 2011 06:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p526o7GV051778; Thu, 2 Jun 2011 06:50:07 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 06:50:07 GMT Resent-Message-Id: <201106020650.p526o7GV051778@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Attila Nagy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BA6A106566B for ; Thu, 2 Jun 2011 06:45: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 157718FC0A for ; Thu, 2 Jun 2011 06:45:01 +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 p526j0AO091007 for ; Thu, 2 Jun 2011 06:45:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p526j0jJ091006; Thu, 2 Jun 2011 06:45:00 GMT (envelope-from nobody) Message-Id: <201106020645.p526j0jJ091006@red.freebsd.org> Date: Thu, 2 Jun 2011 06:45:00 GMT From: Attila Nagy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157517: maintainer update: mail/dovecot2 and dovecot2-pigeonhole X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 06:50:08 -0000 >Number: 157517 >Category: ports >Synopsis: maintainer update: mail/dovecot2 and dovecot2-pigeonhole >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 06:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: 8-STABLE/amd64 >Organization: >Environment: >Description: Upgrade dovecot2 and dovecot2-pigeonhole to 2.0.13 and 0.2.3. The most important changes since Dovecot v2.0.12: + Added "doveadm index" command to add unindexed messages into index/cache. If full text search is enabled, it also adds unindexed messages to the fts database. + added "doveadm director dump" command. + pop3: Added support for showing messages in "POP3 order", which can be different from IMAP message order. This can be useful for migrations from other servers. Implemented it for Maildir as 'O' field in dovecot-uidlist. - doveconf: Fixed a wrong "subsection has ssl=yes" warning. - mdbox purge: Fixed wrong warning about corrupted extrefs. - sdbox: INBOX GUID changed when INBOX was autocreated, leading to trouble with dsync. - script-login binary wasn't actually dropping privileges to the user/group/chroot specified by its service settings. - Fixed potential crashes and other problems when parsing header names that contained NUL characters. Changelog Pigeonhole v0.2.3: * Sieve-filter tool: finished implementing basic functionality. It is not quite ready yet, but it is available for those willing to experiment with it (needs --with-unfinished-features config to compile). Also includes man page. + Vacation extension now inhibits replies to messages from sender listed in :addresses, thus preventing replies to one of the user's other known addresses. + Vacation extension: implemented the (draft) vacation-seconds extension. This also adds min/max period configuration settings. Refer to doc/vacation.txt for configuration information. - ManageSieve: fixed bug in UTF-8 checking of string values. This is done by discarding the original implementation and migrating to the Dovecot API's UTF-8 functionality. - Sieve command line tools now avoid initializing the mail store unless necessary. This prevents sievec and sieve-dump from failing when executed by root for example. - Enotify extension: fixed inappropriate return type in mailto URI parse function, also fixing ARM compiler warning. - Vacation extension: fixed handling of sendmail errors. It produced an additional confusing success message in case of error. - Removed header MIME-decoding to fix erroneous address parsing. Applies to address test and vacation command. - Fixed segfault bug in extension configuration, triggered when unknown extension is mentioned in sieve_extensions setting. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN dovecot2.orig/Makefile dovecot2/Makefile --- dovecot2.orig/Makefile 2011-05-27 13:39:32.776932000 +0200 +++ dovecot2/Makefile 2011-06-02 08:23:58.714370250 +0200 @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ diff -ruN dovecot2.orig/distinfo dovecot2/distinfo --- dovecot2.orig/distinfo 2011-05-27 13:39:32.777933000 +0200 +++ dovecot2/distinfo 2011-06-02 08:24:34.830000987 +0200 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.0.12.tar.gz) = 05322d7378d19991c098f231b9bc0296d53e499d3b12b91ab92a3e2d10ab43d6 -SIZE (dovecot-2.0.12.tar.gz) = 3257165 +SHA256 (dovecot-2.0.13.tar.gz) = 2b512263ec05bbd74cde5c697ad12250d9268eba1c8ce4a8144adea69308675d +SIZE (dovecot-2.0.13.tar.gz) = 3272542 diff -ruN dovecot2-pigeonhole.orig/Makefile dovecot2-pigeonhole/Makefile --- dovecot2-pigeonhole.orig/Makefile 2011-05-27 13:39:32.781934000 +0200 +++ dovecot2-pigeonhole/Makefile 2011-06-02 08:25:45.986807126 +0200 @@ -6,8 +6,8 @@ # PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTVERSION= 0.2.3 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff -ruN dovecot2-pigeonhole.orig/distinfo dovecot2-pigeonhole/distinfo --- dovecot2-pigeonhole.orig/distinfo 2011-02-10 21:16:54.285882000 +0100 +++ dovecot2-pigeonhole/distinfo 2011-06-02 08:25:47.460709101 +0200 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.0-pigeonhole-0.2.2.tar.gz) = 3c5fdbf8002f1571457b0dbd714107c83245ac8df997c8a6ba594bf809392f4e -SIZE (dovecot-2.0-pigeonhole-0.2.2.tar.gz) = 1199973 +SHA256 (dovecot-2.0-pigeonhole-0.2.3.tar.gz) = 5f6f95f8e504e19c574d9d65fce382a2b3f8709ccf2d86beb709b09bf337b113 +SIZE (dovecot-2.0-pigeonhole-0.2.3.tar.gz) = 1213027 diff -ruN dovecot2-pigeonhole.orig/pkg-plist dovecot2-pigeonhole/pkg-plist --- dovecot2-pigeonhole.orig/pkg-plist 2010-11-27 07:01:33.000000000 +0100 +++ dovecot2-pigeonhole/pkg-plist 2011-06-02 08:26:32.926836739 +0200 @@ -19,6 +19,7 @@ include/dovecot/sieve/sieve-dump.h include/dovecot/sieve/sieve-error-private.h include/dovecot/sieve/sieve-error.h +include/dovecot/sieve/sieve-ext-copy.h include/dovecot/sieve/sieve-ext-enotify.h include/dovecot/sieve/sieve-ext-environment.h include/dovecot/sieve/sieve-ext-variables.h @@ -44,6 +45,7 @@ include/dovecot/sieve/sieve-types.h include/dovecot/sieve/sieve-validator.h include/dovecot/sieve/sieve.h +lib/compat/pkg/libdovecot-sieve.so.0 lib/dovecot/lib90_sieve_plugin.a lib/dovecot/lib90_sieve_plugin.la lib/dovecot/lib90_sieve_plugin.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 07:44:58 2011 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 23689106564A; Thu, 2 Jun 2011 07:44:58 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE2438FC08; Thu, 2 Jun 2011 07:44:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p527ivWb027852; Thu, 2 Jun 2011 07:44:57 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p527ivQO027848; Thu, 2 Jun 2011 07:44:57 GMT (envelope-from culot) Date: Thu, 2 Jun 2011 07:44:57 GMT Message-Id: <201106020744.p527ivQO027848@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157508: [maintainer update] sysutils/desktop-installer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 07:44:58 -0000 Synopsis: [maintainer update] sysutils/desktop-installer Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Jun 2 07:44:57 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157508 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 07:45:45 2011 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 7791E106566B; Thu, 2 Jun 2011 07:45:45 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E31C8FC08; Thu, 2 Jun 2011 07:45:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p527jjOT028051; Thu, 2 Jun 2011 07:45:45 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p527jjQe028047; Thu, 2 Jun 2011 07:45:45 GMT (envelope-from culot) Date: Thu, 2 Jun 2011 07:45:45 GMT Message-Id: <201106020745.p527jjQe028047@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157510: [MAINTAINER] audio/picard: Update to 0.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 07:45:45 -0000 Synopsis: [MAINTAINER] audio/picard: Update to 0.14 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Jun 2 07:45:44 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157510 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 08:12:12 2011 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 E129B1065670; Thu, 2 Jun 2011 08:12:12 +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 B7D7C8FC18; Thu, 2 Jun 2011 08:12:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p528CCbf056272; Thu, 2 Jun 2011 08:12:12 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p528CCCn056268; Thu, 2 Jun 2011 08:12:12 GMT (envelope-from wen) Date: Thu, 2 Jun 2011 08:12:12 GMT Message-Id: <201106020812.p528CCCn056268@freefall.freebsd.org> To: bsdkaffee@gmail.com, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/157511: [MAINTAINER] finance/aqbanking: Update to 5.0.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, 02 Jun 2011 08:12:13 -0000 Synopsis: [MAINTAINER] finance/aqbanking: Update to 5.0.7 State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Thu Jun 2 08:12:12 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157511 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 08:14:47 2011 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 24F4B106564A; Thu, 2 Jun 2011 08:14:47 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id D8B808FC14; Thu, 2 Jun 2011 08:14:46 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1QS33B-0007MC-2m; Thu, 02 Jun 2011 10:14:41 +0200 Date: Thu, 2 Jun 2011 10:14:41 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20110602081441.GB60049@home.opsec.eu> References: <201105311800.p4VI0P1G086751@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201105311800.p4VI0P1G086751@freefall.freebsd.org> Cc: Kurt Jaeger Subject: Re: ports/157470: [patch] [update] update databases/cego from 2.8.5 to 2.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, 02 Jun 2011 08:14:47 -0000 Hi! Update to 2.9.1: -------------- diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile --- databases/cego/Makefile 2011-05-28 23:04:42.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/Makefile 2011-06-02 10:13:11.000000000 +0200 @@ -5,7 +5,7 @@ # $FreeBSD: ports/databases/cego/Makefile,v 1.20 2011/05/28 07:16:21 culot Exp $ PORTNAME= cego -PORTVERSION= 2.8.5 +PORTVERSION= 2.9.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo --- databases/cego/distinfo 2011-05-28 23:04:42.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/distinfo 2011-06-02 10:19:26.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (cego-2.8.5.tar.gz) = c2180e761e4c9bc6cf4d675113125445058b5135766f0b373b165055ecbf9bff -SIZE (cego-2.8.5.tar.gz) = 643299 +SHA256 (cego-2.9.1.tar.gz) = 822b9effd6f1bb0bc086369726b0bf58f23e4c7cec39119c51a1a41f82f82cc4 +SIZE (cego-2.9.1.tar.gz) = 651615 -- pi@opsec.eu +49 171 3101372 9 years to go ! From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 08:20:16 2011 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 8BF33106566B for ; Thu, 2 Jun 2011 08:20: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 79D758FC0A for ; Thu, 2 Jun 2011 08:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p528KGD3059233 for ; Thu, 2 Jun 2011 08:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p528KGfJ059232; Thu, 2 Jun 2011 08:20:16 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 08:20:16 GMT Message-Id: <201106020820.p528KGfJ059232@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157511: 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: Thu, 02 Jun 2011 08:20:16 -0000 The following reply was made to PR ports/157511; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157511: commit references a PR Date: Thu, 2 Jun 2011 08:11:11 +0000 (UTC) wen 2011-06-02 08:10:58 UTC FreeBSD ports repository Modified files: finance/aqbanking Makefile distinfo Log: - Update to 5.0.7 PR: ports/157511 Submitted by: Jason E. Hale (maintainer) Revision Changes Path 1.26 +3 -5 ports/finance/aqbanking/Makefile 1.10 +2 -2 ports/finance/aqbanking/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 08:20:17 2011 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 AB0841065670 for ; Thu, 2 Jun 2011 08:20: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 6F7748FC1A for ; Thu, 2 Jun 2011 08:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p528KHGL059247 for ; Thu, 2 Jun 2011 08:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p528KHTI059246; Thu, 2 Jun 2011 08:20:17 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 08:20:17 GMT Resent-Message-Id: <201106020820.p528KHTI059246@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30CFC1065672 for ; Thu, 2 Jun 2011 08:13:43 +0000 (UTC) (envelope-from pi@fa8.opsec.eu) Received: from fa8.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) by mx1.freebsd.org (Postfix) with ESMTP id E5C778FC08 for ; Thu, 2 Jun 2011 08:13:42 +0000 (UTC) Received: from pi by fa8.opsec.eu with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QS394-00004p-Rl for FreeBSD-gnats-submit@freebsd.org; Thu, 02 Jun 2011 10:20:46 +0200 Message-Id: Date: Thu, 02 Jun 2011 10:20:46 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157518: [patch update] devel/lfcxml update from 1.0.24 to 1.0.25 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: Thu, 02 Jun 2011 08:20:17 -0000 >Number: 157518 >Category: ports >Synopsis: [patch update] devel/lfcxml update from 1.0.24 to 1.0.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 08:20:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 8.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa8.opsec.eu 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/lfcxml update from 1.0.24 to 1.0.25 >How-To-Repeat: - >Fix: diff -r -u -N devel/lfcxml/Makefile /usr/home/pi/myp/devel/lfcxml/Makefile --- devel/lfcxml/Makefile 2011-05-15 23:05:59.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcxml/Makefile 2011-06-02 08:38:37.000000000 +0200 @@ -1,11 +1,11 @@ -# New ports collection makefile for: cego-xml -# Date created: Jun 12, 2010 +# New ports collection makefile for: lfcxml +# Date created: 20100907 # Whom: Kurt Jaeger # -# $FreeBSD: ports/devel/lfcxml/Makefile,v 1.9 2011/05/14 21:27:27 beech Exp $ +# $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.0.24 +PORTVERSION= 1.0.25 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff -r -u -N devel/lfcxml/distinfo /usr/home/pi/myp/devel/lfcxml/distinfo --- devel/lfcxml/distinfo 2011-04-23 23:06:36.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcxml/distinfo 2011-06-02 08:38:42.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (lfcxml-1.0.24.tar.gz) = d2c5e46b5c6a1503aa8b8aab13dcc24f89549a6efcbe658c57dbe5edd290dc18 -SIZE (lfcxml-1.0.24.tar.gz) = 125557 +SHA256 (lfcxml-1.0.25.tar.gz) = 191292ccf0803c0cfa3ea921a8da16abba3ae6fc6caf8ec6b27432112f6b71e6 +SIZE (lfcxml-1.0.25.tar.gz) = 125631 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 08:20:22 2011 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 39454106567A for ; Thu, 2 Jun 2011 08:20: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 13A438FC13 for ; Thu, 2 Jun 2011 08:20:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p528KLw8059315 for ; Thu, 2 Jun 2011 08:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p528KLKp059314; Thu, 2 Jun 2011 08:20:21 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 08:20:21 GMT Resent-Message-Id: <201106020820.p528KLKp059314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kuan-Chung Chiu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D1E106564A for ; Thu, 2 Jun 2011 08:19: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 CFBF08FC0C for ; Thu, 2 Jun 2011 08:19:21 +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 p528JLco074562 for ; Thu, 2 Jun 2011 08:19:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p528JLxo074561; Thu, 2 Jun 2011 08:19:21 GMT (envelope-from nobody) Message-Id: <201106020819.p528JLxo074561@red.freebsd.org> Date: Thu, 2 Jun 2011 08:19:21 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157519: [maintainer update] converters/bsdconv 5.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: Thu, 02 Jun 2011 08:20:22 -0000 >Number: 157519 >Category: ports >Synopsis: [maintainer update] converters/bsdconv 5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 08:20:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: 9-CURRENT >Organization: N/A >Environment: FreeBSD Elizabeth.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r222519M: Wed Jun 1 12:22:58 CST 2011 root@Elizabeth.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH amd64 >Description: Update converters/bsdconv to 5.1: Changes: bsdconv_mktable: reduce memory usage in bsdconv_mktable codecs: inter/WIDTH to/NULL >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile index 05af9eb..cb26473 100644 --- a/converters/bsdconv/Makefile +++ b/converters/bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= converters MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} @@ -16,7 +16,7 @@ COMMENT= BSD licensed charset/encoding converter library LICENSE= BSD -GITVERSION= 6a43b56 +GITVERSION= 58fa2cd FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION} diff --git a/converters/bsdconv/distinfo b/converters/bsdconv/distinfo index 20b4f35..4dd3634 100644 --- a/converters/bsdconv/distinfo +++ b/converters/bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-5.0-0-g6a43b56.tar.gz) = 0af15ed769744c7781b9f51707121ace1aa061d4e4b6268afca0b2830e81a34b -SIZE (buganini-bsdconv-5.0-0-g6a43b56.tar.gz) = 4228205 +SHA256 (buganini-bsdconv-5.1-0-g58fa2cd.tar.gz) = 7a597fc1a3bcd40219117d6d84ec594af6ead4d79b700eb63b70d6e26c0596c2 +SIZE (buganini-bsdconv-5.1-0-g58fa2cd.tar.gz) = 4233486 diff --git a/converters/bsdconv/pkg-plist b/converters/bsdconv/pkg-plist index 6c64450..54e545b 100644 --- a/converters/bsdconv/pkg-plist +++ b/converters/bsdconv/pkg-plist @@ -46,6 +46,7 @@ lib/libbsdconv.so.5 %%DATADIR%%/inter/UNIX %%DATADIR%%/inter/UPPER %%DATADIR%%/inter/UPSIDEDOWN +%%DATADIR%%/inter/WIDTH %%DATADIR%%/inter/WIN %%DATADIR%%/inter/ZHCN %%DATADIR%%/inter/ZHTW @@ -73,6 +74,7 @@ lib/libbsdconv.so.5 %%DATADIR%%/to/GBK %%DATADIR%%/to/ISO-8859-1 %%DATADIR%%/to/NUL +%%DATADIR%%/to/NULL %%DATADIR%%/to/PASS %%DATADIR%%/to/RAW %%DATADIR%%/to/UAO250 @@ -101,6 +103,7 @@ lib/libbsdconv.so.5 %%DATADIR%%/inter/BIG5-DEFRAG.so %%DATADIR%%/inter/SCORE.so %%DATADIR%%/inter/SCORE_TRAIN.so +%%DATADIR%%/inter/WIDTH.so %%DATADIR%%/to/3F.so %%DATADIR%%/to/ANSI-CONTROL.so %%DATADIR%%/to/ASCII-ESCAPED-UNICODE.so @@ -112,6 +115,7 @@ lib/libbsdconv.so.5 %%DATADIR%%/to/BSDCONV_LOG.so %%DATADIR%%/to/BSDCONV_RAW.so %%DATADIR%%/to/BSDCONV_STDOUT.so +%%DATADIR%%/to/NULL.so %%DATADIR%%/to/PASS.so %%DATADIR%%/to/RAW.so %%DATADIR%%/to/UCS-2BE.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 09:00:21 2011 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 4D8CA1065673 for ; Thu, 2 Jun 2011 09: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 1BDE98FC12 for ; Thu, 2 Jun 2011 09:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5290KUb096817 for ; Thu, 2 Jun 2011 09:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5290KCJ096816; Thu, 2 Jun 2011 09:00:20 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 09:00:20 GMT Resent-Message-Id: <201106020900.p5290KCJ096816@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C623D106564A for ; Thu, 2 Jun 2011 08:52:20 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc3-s7.blu0.hotmail.com (blu0-omc3-s7.blu0.hotmail.com [65.55.116.82]) by mx1.freebsd.org (Postfix) with ESMTP id 8095F8FC17 for ; Thu, 2 Jun 2011 08:52:20 +0000 (UTC) Received: from BLU0-SMTP171 ([65.55.116.73]) by blu0-omc3-s7.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 01:40:19 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP171.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 01:40:17 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p528djUn031172 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 2 Jun 2011 09:39:46 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p528dinE031171; Thu, 2 Jun 2011 09:39:44 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 09:39:44 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: utisoft@gmail.com Subject: ports/157520: [PATCH] Fix port: audio/murmur manually creates users X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 09:00:21 -0000 >Number: 157520 >Category: ports >Synopsis: [PATCH] Fix port: audio/murmur manually creates users >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 09:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses a pkg-install script to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS - Stop automatically deleting user on deinstall; may be used by other ports Submitted by: Chris Rees (utisoft@gmail.com) This port also needs a patch to UIDs/GIDs, which is at [1] [1] http://www.bayofrum.net/~crees/patches/uids/audio-murmur-uids.patch --- audio-murmur.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/murmur/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 23 Mar 2011 23:59:09 -0000 1.10 +++ Makefile 1 Jun 2011 19:59:02 -0000 @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= protobuf.7:${PORTSDIR}/devel/protobuf +USERS= ${PORTNAME} +GROUPS= ${USERS} USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build corelib network xml sql sql-sqlite3_run Index: pkg-deinstall =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/murmur/pkg-deinstall,v retrieving revision 1.1 diff -u -r1.1 pkg-deinstall --- pkg-deinstall 25 Feb 2011 14:08:09 -0000 1.1 +++ pkg-deinstall 1 Jun 2011 20:04:21 -0000 @@ -2,20 +2,10 @@ # $FreeBSD: ports/audio/murmur/pkg-deinstall,v 1.1 2011/02/25 14:08:09 sylvio Exp $ PATH=/bin:/usr/sbin -USER=murmur -GROUP=murmur RUNDIR=/var/run/murmur case $2 in POST-DEINSTALL) - if pw group show ${GROUP} 2>&1 > /dev/null; then - echo "You should manually remove the \"${GROUP}\" group." - fi - - if pw user show ${USER} 2>&1 > /dev/null; then - echo "You should manually remove the \"${USER}\" user." - fi - rm -Rf ${RUNDIR} ;; esac Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/murmur/pkg-install,v retrieving revision 1.2 diff -u -r1.2 pkg-install --- pkg-install 25 Feb 2011 14:08:09 -0000 1.2 +++ pkg-install 1 Jun 2011 19:58:40 -0000 @@ -2,36 +2,12 @@ # $FreeBSD: ports/audio/murmur/pkg-install,v 1.2 2011/02/25 14:08:09 sylvio Exp $ PATH=/bin:/usr/sbin -USER=murmur -GROUP=murmur -HOME=/nonexistent LOGDIR=/var/log/murmur RUNDIR=/var/run/murmur DBDIR=/var/db/murmur case $2 in PRE-INSTALL) - if pw group show ${GROUP} 2> /dev/null; then - else - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show ${USER} 2> /dev/null; then - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d ${HOME} -c "Murmur" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi mkdir -m 750 ${LOGDIR} ${DBDIR} ${RUNDIR} 2> /dev/null chown -R ${USER}:${GROUP} ${LOGDIR} ${DBDIR} ${RUNDIR} --- audio-murmur.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 09:00:33 2011 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 CEA0B106564A; Thu, 2 Jun 2011 09: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 A57CE8FC14; Thu, 2 Jun 2011 09:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5290XUQ097214; Thu, 2 Jun 2011 09:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5290X67097207; Thu, 2 Jun 2011 09:00:33 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 09:00:33 GMT Message-Id: <201106020900.p5290X67097207@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157520: [PATCH] Fix port: audio/murmur manually creates 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, 02 Jun 2011 09:00:33 -0000 Synopsis: [PATCH] Fix port: audio/murmur manually creates users Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 09:00:32 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157520 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 09:40:09 2011 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 2D548106566B for ; Thu, 2 Jun 2011 09: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 03F188FC18 for ; Thu, 2 Jun 2011 09:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p529e8rI034424 for ; Thu, 2 Jun 2011 09:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p529e8BO034423; Thu, 2 Jun 2011 09:40:08 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 09:40:08 GMT Message-Id: <201106020940.p529e8BO034423@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Chris Rees Cc: Subject: Re: ports/157507: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 09:40:09 -0000 The following reply was made to PR ports/157507; it has been noted by GNATS. From: Chris Rees To: mark@foster.cc Cc: bug-followup@freebsd.org Subject: Re: ports/157507: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS Date: Thu, 2 Jun 2011 10:35:31 +0100 Maintainer of audio/mt-daapd, Please note that PR ports/157507 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/157507 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 09:50:11 2011 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 07E03106564A for ; Thu, 2 Jun 2011 09: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 D2DEB8FC15 for ; Thu, 2 Jun 2011 09:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p529oAgB043176 for ; Thu, 2 Jun 2011 09:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p529oAve043175; Thu, 2 Jun 2011 09:50:10 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 09:50:10 GMT Message-Id: <201106020950.p529oAve043175@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Sandford Cc: Subject: Re: ports/156885: [PATCH] www/drush: update to 4.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Sandford List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 09:50:11 -0000 The following reply was made to PR ports/156885; it has been noted by GNATS. From: Thomas Sandford To: bug-followup@FreeBSD.ORG Cc: Geoffroy Desvernay , "hans@nordhaug.priv.no >> Hans Fredrik Nordhaug" Subject: Re: ports/156885: [PATCH] www/drush: update to 4.4 Date: Thu, 02 Jun 2011 10:47:10 +0100 As current/outgoing maintainer, I approve the latest (patch-5.diff / 26 May 2011) version of this patch. -- Thomas Sandford From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 10:00:23 2011 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 EB9DD1065675 for ; Thu, 2 Jun 2011 10: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 02E0D8FC0A for ; Thu, 2 Jun 2011 10:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52A0IqW051466 for ; Thu, 2 Jun 2011 10:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52A0Itl051465; Thu, 2 Jun 2011 10:00:18 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 10:00:18 GMT Message-Id: <201106021000.p52A0Itl051465@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Sandford Cc: Subject: Re: ports/157493: [PATCH] www/drush: update to 4.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Sandford List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 10:00:24 -0000 The following reply was made to PR ports/157493; it has been noted by GNATS. From: Thomas Sandford To: bug-followup@FreeBSD.ORG Cc: Geoffroy Desvernay , Hans Fredrik Nordhaug Subject: Re: ports/157493: [PATCH] www/drush: update to 4.4 Date: Thu, 02 Jun 2011 10:52:59 +0100 Following offline discussion between maintainer (myself), and the submitters of ports/157493 and ports/156885: Please close this bug as a duplicate of ports/156885, and commit ports/156885. -- Thomas Sandford From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 10:30:12 2011 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 A34C11065676 for ; Thu, 2 Jun 2011 10:30: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 81D908FC12 for ; Thu, 2 Jun 2011 10:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52AUCev079930 for ; Thu, 2 Jun 2011 10:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52AUCv3079925; Thu, 2 Jun 2011 10:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 10:30:12 GMT Resent-Message-Id: <201106021030.p52AUCv3079925@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDEF31065670 for ; Thu, 2 Jun 2011 10:21: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 BEF7F8FC22 for ; Thu, 2 Jun 2011 10:21:24 +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 p52ALOSn095070 for ; Thu, 2 Jun 2011 10:21:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p52ALOCH095069; Thu, 2 Jun 2011 10:21:24 GMT (envelope-from nobody) Message-Id: <201106021021.p52ALOCH095069@red.freebsd.org> Date: Thu, 2 Jun 2011 10:21:24 GMT From: Chris Rees To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157522: [MAINTAINER] Update port: sysutils/runit to 2.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: Thu, 02 Jun 2011 10:30:12 -0000 >Number: 157522 >Category: ports >Synopsis: [MAINTAINER] Update port: sysutils/runit to 2.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 10:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: >Organization: >Environment: >Description: sysutils/runit had an update to 2.1.1 a little while ago -- the main change from upgrading.html: The chpst program learned a new option -b to run a program with a different name as the 0th argument. >How-To-Repeat: >Fix: - Update to 2.1.1 - Add new MASTER_SITE Submitted by: Chris Rees (utisoft@gmail.com) (maintainer) Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/sysutils/runit/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 27 May 2011 15:26:01 -0000 1.25 +++ Makefile 31 May 2011 13:50:12 -0000 @@ -6,10 +6,10 @@ # PORTNAME= runit -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.1.1 CATEGORIES= sysutils -MASTER_SITES= http://smarden.org/${PORTNAME}/ +MASTER_SITES= http://smarden.org/${PORTNAME}/ \ + http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= utisoft@gmail.com COMMENT= Service supervision tools compatible with DJB daemontools Index: distinfo =================================================================== RCS file: /exports/cvsroot-freebsd/ports/sysutils/runit/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 19 Mar 2011 12:33:17 -0000 1.22 +++ distinfo 31 May 2011 13:50:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (runit-2.0.0.tar.gz) = 2eb22e37946e479249a0b0e1fb0fb4651cebfd3d88aa116a39c07a0ec253fe28 -SIZE (runit-2.0.0.tar.gz) = 104373 +SHA256 (runit-2.1.1.tar.gz) = ffcf2d27b32f59ac14f2d4b0772a3eb80d9342685a2042b7fbbc472c07cf2a2c +SIZE (runit-2.1.1.tar.gz) = 109661 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 10:39:31 2011 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 83CAA106566C; Thu, 2 Jun 2011 10:39:31 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D45D8FC0A; Thu, 2 Jun 2011 10:39:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52AdVAP090180; Thu, 2 Jun 2011 10:39:31 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52AdVXi090176; Thu, 2 Jun 2011 10:39:31 GMT (envelope-from culot) Date: Thu, 2 Jun 2011 10:39:31 GMT Message-Id: <201106021039.p52AdVXi090176@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157522: [MAINTAINER] Update port: sysutils/runit to 2.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: Thu, 02 Jun 2011 10:39:31 -0000 Synopsis: [MAINTAINER] Update port: sysutils/runit to 2.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Jun 2 10:39:30 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157522 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 10:50:08 2011 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 31F40106566B for ; Thu, 2 Jun 2011 10: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 018D28FC1C for ; Thu, 2 Jun 2011 10:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52Ao70i098959 for ; Thu, 2 Jun 2011 10:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52Ao74o098958; Thu, 2 Jun 2011 10:50:07 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 10:50:07 GMT Resent-Message-Id: <201106021050.p52Ao74o098958@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 568561065674 for ; Thu, 2 Jun 2011 10:48:44 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s22.blu0.hotmail.com (blu0-omc1-s22.blu0.hotmail.com [65.55.116.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECCB8FC12 for ; Thu, 2 Jun 2011 10:48:43 +0000 (UTC) Received: from BLU0-SMTP114 ([65.55.116.8]) by blu0-omc1-s22.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 03:48:43 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP114.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 03:48:41 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52Am9Dx072243 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 11:48:10 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52Am980072242; Thu, 2 Jun 2011 11:48:09 +0100 (BST) (envelope-from chris) Message-Id: Date: Thu, 2 Jun 2011 11:48:09 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157525: [PATCH] audio/linux-shoutcast creates users manually X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 10:50:08 -0000 >Number: 157525 >Category: ports >Synopsis: [PATCH] audio/linux-shoutcast creates users manually >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 10:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that files/pkg-install.in has been removed This port also requires a patch to GIDs, at [1]. [1] http://www.bayofrum.net/~crees/patches/uids/audio-shoutcast-gids.patch --- linux-shoutcast.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/linux-shoutcast/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2 Sep 2010 21:17:32 -0000 1.9 +++ Makefile 1 Jun 2011 09:55:43 -0000 @@ -21,6 +21,8 @@ NO_BUILD= YES RESTRICTED= Redistribution of the software is not allowed +USERS= ${PORTNAME} +GROUPS= ${USERS} USE_RC_SUBR= shoutcast.sh PORTDOCS= README.TXT WRKSRC= ${WRKDIR} @@ -48,7 +50,6 @@ .endif post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${BRANDELF} -t Linux ${PREFIX}/sbin/sc_serv .include Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 31 Mar 2007 19:56:18 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,50 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SC_GROUP=shoutcast -SC_USER=shoutcast -SC_SHELL=/bin/sh -SC_HOME=/nonexistent -PW="/usr/sbin/pw" - -if ! ${PW} show group ${SC_GROUP} -q >/dev/null; then - gid=210 - while ${PW} show group -g ${gid} -q >/dev/null; do - gid=`expr ${gid} + 1` - done - if ! ${PW} add group ${SC_GROUP} -g ${gid}; then - e=$? - echo "*** Failed to add group \`${SC_GROUP}'. Please add it manually." - exit ${e} - fi - echo "*** Added group \`${SC_GROUP}' (id ${gid})" -else - gid=`${PW} show group ${SC_GROUP} 2>/dev/null | cut -d: -f3` -fi - -if ! ${PW} show user ${SC_USER} -q >/dev/null; then - uid=210 - while ${PW} show user -u ${uid} -q >/dev/null; do - uid=`expr ${uid} + 1` - done - if ! ${PW} add user ${SC_USER} -u ${uid} -g ${gid} -d "${SC_HOME}" \ - -c "Shoutcast sandbox" -s "${SC_SHELL}" -p "*" \ - ; then - e=$? - echo "*** Failed to add user \`${SC_USER}'. Please add it manually." - exit ${e} - fi - echo "*** Added user \`${SC_USER}' (id ${uid})" -else - if ! ${PW} mod user ${SC_USER} -g ${gid} -d "${SC_HOME}" \ - -c "Shoutcast sandbox" -s "${SC_SHELL}" -p "*" \ - ; then - e=$? - echo "*** Failed to update user \`${SC_USER}'." - exit ${e} - fi - echo "*** Updated user \`${SC_USER}'." -fi --- linux-shoutcast.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 10:50:17 2011 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 91EBB106566B; Thu, 2 Jun 2011 10: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 6B4C28FC14; Thu, 2 Jun 2011 10:50:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52AoHD1099488; Thu, 2 Jun 2011 10:50:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52AoHxb099476; Thu, 2 Jun 2011 10:50:17 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 10:50:17 GMT Message-Id: <201106021050.p52AoHxb099476@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157525: [PATCH] audio/linux-shoutcast creates users manually X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 10:50:17 -0000 Synopsis: [PATCH] audio/linux-shoutcast creates users manually Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 10:50:16 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157525 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:33:21 2011 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 9701D106564A; Thu, 2 Jun 2011 11:33:21 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7058C8FC14; Thu, 2 Jun 2011 11:33:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52BXLuX044023; Thu, 2 Jun 2011 11:33:21 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52BXLH1044019; Thu, 2 Jun 2011 11:33:21 GMT (envelope-from sylvio) Date: Thu, 2 Jun 2011 11:33:21 GMT Message-Id: <201106021133.p52BXLH1044019@freefall.freebsd.org> To: sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/157514: [update] mail/nmh to 1.3 + unbreak on 9.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 11:33:21 -0000 Synopsis: [update] mail/nmh to 1.3 + unbreak on 9.x Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Jun 2 11:33:20 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157514 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:33:27 2011 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 85032106564A; Thu, 2 Jun 2011 11:33:27 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E97D8FC13; Thu, 2 Jun 2011 11:33:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52BXRe0044094; Thu, 2 Jun 2011 11:33:27 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52BXRAD044090; Thu, 2 Jun 2011 11:33:27 GMT (envelope-from sylvio) Date: Thu, 2 Jun 2011 11:33:27 GMT Message-Id: <201106021133.p52BXRAD044090@freefall.freebsd.org> To: sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/157516: [update] irc/ezbounce to 1.99.15 + unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 11:33:27 -0000 Synopsis: [update] irc/ezbounce to 1.99.15 + unbreak Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Jun 2 11:33:26 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157516 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:33:32 2011 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 F022A106566C; Thu, 2 Jun 2011 11:33:32 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C95F68FC16; Thu, 2 Jun 2011 11:33:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52BXWml044175; Thu, 2 Jun 2011 11:33:32 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52BXWQu044171; Thu, 2 Jun 2011 11:33:32 GMT (envelope-from sylvio) Date: Thu, 2 Jun 2011 11:33:32 GMT Message-Id: <201106021133.p52BXWQu044171@freefall.freebsd.org> To: sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/157517: maintainer update: mail/dovecot2 and dovecot2-pigeonhole X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 11:33:33 -0000 Synopsis: maintainer update: mail/dovecot2 and dovecot2-pigeonhole Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Jun 2 11:33:32 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157517 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:33:38 2011 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 BAAEF1065672; Thu, 2 Jun 2011 11:33:38 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93D188FC13; Thu, 2 Jun 2011 11:33:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52BXcD2044249; Thu, 2 Jun 2011 11:33:38 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52BXcoR044245; Thu, 2 Jun 2011 11:33:38 GMT (envelope-from sylvio) Date: Thu, 2 Jun 2011 11:33:38 GMT Message-Id: <201106021133.p52BXcoR044245@freefall.freebsd.org> To: sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/157518: [patch update] devel/lfcxml update from 1.0.24 to 1.0.25 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 11:33:38 -0000 Synopsis: [patch update] devel/lfcxml update from 1.0.24 to 1.0.25 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Jun 2 11:33:37 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157518 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:33:44 2011 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 614B3106566B; Thu, 2 Jun 2011 11:33:44 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3AD458FC0A; Thu, 2 Jun 2011 11:33:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52BXiAQ044321; Thu, 2 Jun 2011 11:33:44 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52BXiZH044317; Thu, 2 Jun 2011 11:33:44 GMT (envelope-from sylvio) Date: Thu, 2 Jun 2011 11:33:44 GMT Message-Id: <201106021133.p52BXiZH044317@freefall.freebsd.org> To: sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/157519: [maintainer update] converters/bsdconv 5.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: Thu, 02 Jun 2011 11:33:44 -0000 Synopsis: [maintainer update] converters/bsdconv 5.1 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Jun 2 11:33:43 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157519 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:34:30 2011 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 83B44106564A; Thu, 2 Jun 2011 11:34:30 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C3218FC21; Thu, 2 Jun 2011 11:34:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52BYTYB044520; Thu, 2 Jun 2011 11:34:29 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52BYTjl044515; Thu, 2 Jun 2011 11:34:29 GMT (envelope-from sylvio) Date: Thu, 2 Jun 2011 11:34:29 GMT Message-Id: <201106021134.p52BYTjl044515@freefall.freebsd.org> To: sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/157506: [maintainer update] devel/roboctl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 11:34:30 -0000 Synopsis: [maintainer update] devel/roboctl Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Jun 2 11:34:29 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157506 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:40:08 2011 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 6CCC6106564A for ; Thu, 2 Jun 2011 11: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 52B3D8FC15 for ; Thu, 2 Jun 2011 11:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52Be44q047792 for ; Thu, 2 Jun 2011 11:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52Be45U047791; Thu, 2 Jun 2011 11:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 11:40:04 GMT Resent-Message-Id: <201106021140.p52Be45U047791@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82766106564A for ; Thu, 2 Jun 2011 11:35:51 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s6.blu0.hotmail.com (blu0-omc1-s6.blu0.hotmail.com [65.55.116.17]) by mx1.freebsd.org (Postfix) with ESMTP id 43D038FC08 for ; Thu, 2 Jun 2011 11:35:51 +0000 (UTC) Received: from BLU0-SMTP138 ([65.55.116.9]) by blu0-omc1-s6.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 04:35:51 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP138.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 04:35:48 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52BAm7n021171 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 12:10:49 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52BAmQ4021170; Thu, 2 Jun 2011 12:10:48 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 12:10:48 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157526: [PATCH] audio/shoutcast creates users manually X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 11:40:08 -0000 >Number: 157526 >Category: ports >Synopsis: [PATCH] audio/shoutcast creates users manually >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 11:40:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=, and also tries to delete users on deinstall without prompting -- this is a problem if another installed port uses that username. >How-To-Repeat: >Fix: - Use USERS and GROUPS - Stop deleting users/groups on deinstall Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install and pkg-deinstall have been removed, and the patch for GIDs from ports/157525 is needed. If this PR is committed first, please leave a note in the audit trail for 157525 to say the GIDs patch is not necessary. --- audio-shoutcast.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/shoutcast/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 2 Sep 2010 21:17:32 -0000 1.16 +++ Makefile 2 Jun 2011 09:49:08 -0000 @@ -21,6 +21,8 @@ CONFLICTS= linux-shoutcast-[0-9]* +USERS= ${PORTNAME} +GROUPS= ${USERS} USE_RC_SUBR= shoutcast.sh PORTDOCS= README.TXT WRKSRC= ${WRKDIR} @@ -46,7 +48,4 @@ @${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR} .endif -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include Index: pkg-deinstall =================================================================== RCS file: pkg-deinstall diff -N pkg-deinstall --- pkg-deinstall 5 Jun 2006 10:35:35 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SC_GROUP=shoutcast -SC_USER=shoutcast -SC_SHELL=/bin/sh -SC_HOME=/nonexistent -PW=/usr/sbin/pw - -pw groupdel shoutcast >/dev/null 2>&1 -pw userdel shoutcast >/dev/null 2>&1 - -exit 0 Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 31 Mar 2007 19:56:18 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,50 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SC_GROUP=shoutcast -SC_USER=shoutcast -SC_SHELL=/bin/sh -SC_HOME=/nonexistent -PW="/usr/sbin/pw" - -if ! ${PW} show group ${SC_GROUP} -q >/dev/null; then - gid=210 - while ${PW} show group -g ${gid} -q >/dev/null; do - gid=`expr ${gid} + 1` - done - if ! ${PW} add group ${SC_GROUP} -g ${gid}; then - e=$? - echo "*** Failed to add group \`${SC_GROUP}'. Please add it manually." - exit ${e} - fi - echo "*** Added group \`${SC_GROUP}' (id ${gid})" -else - gid=`${PW} show group ${SC_GROUP} 2>/dev/null | cut -d: -f3` -fi - -if ! ${PW} show user ${SC_USER} -q >/dev/null; then - uid=210 - while ${PW} show user -u ${uid} -q >/dev/null; do - uid=`expr ${uid} + 1` - done - if ! ${PW} add user ${SC_USER} -u ${uid} -g ${gid} -d "${SC_HOME}" \ - -c "Shoutcast sandbox" -s "${SC_SHELL}" -p "*" \ - ; then - e=$? - echo "*** Failed to add user \`${SC_USER}'. Please add it manually." - exit ${e} - fi - echo "*** Added user \`${SC_USER}' (id ${uid})" -else - if ! ${PW} mod user ${SC_USER} -g ${gid} -d "${SC_HOME}" \ - -c "Shoutcast sandbox" -s "${SC_SHELL}" -p "*" \ - ; then - e=$? - echo "*** Failed to update user \`${SC_USER}'." - exit ${e} - fi - echo "*** Updated user \`${SC_USER}'." -fi --- audio-shoutcast.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 11:40:19 2011 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 4F96D1065672; Thu, 2 Jun 2011 11:40: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 28DE18FC17; Thu, 2 Jun 2011 11:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52BeJuI049040; Thu, 2 Jun 2011 11:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52BeJn7049028; Thu, 2 Jun 2011 11:40:19 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 11:40:19 GMT Message-Id: <201106021140.p52BeJn7049028@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157526: [PATCH] audio/shoutcast creates users manually X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 11:40:19 -0000 Synopsis: [PATCH] audio/shoutcast creates users manually Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 11:40:18 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157526 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 12:00:27 2011 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 EDDB9106566C for ; Thu, 2 Jun 2011 12: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 CA8398FC1F for ; Thu, 2 Jun 2011 12:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52C0QWt064834 for ; Thu, 2 Jun 2011 12:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52C0QFL064833; Thu, 2 Jun 2011 12:00:26 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 12:00:26 GMT Resent-Message-Id: <201106021200.p52C0QFL064833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Motomichi Matsuzaki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32B31106566B for ; Thu, 2 Jun 2011 11:55: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 187778FC0A for ; Thu, 2 Jun 2011 11:55: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 p52BtHox086645 for ; Thu, 2 Jun 2011 11:55:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p52BtH5q086644; Thu, 2 Jun 2011 11:55:17 GMT (envelope-from nobody) Message-Id: <201106021155.p52BtH5q086644@red.freebsd.org> Date: Thu, 2 Jun 2011 11:55:17 GMT From: Motomichi Matsuzaki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157527: [maintainer update] biology/velvet to 1.1.04 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 12:00:27 -0000 >Number: 157527 >Category: ports >Synopsis: [maintainer update] biology/velvet to 1.1.04 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 12:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Motomichi Matsuzaki >Release: >Organization: >Environment: >Description: Removed files: files/patch-contrib-VelvetOptimiser-VelvetOptimiser.pl files/patch-src-run.c >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN velvet.orig/Makefile velvet/Makefile --- velvet.orig/Makefile 2009-11-07 10:23:58.000000000 +0900 +++ velvet/Makefile 2011-06-02 20:40:20.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= velvet -PORTVERSION= 0.7.55 +PORTVERSION= 1.1.04 CATEGORIES= biology MASTER_SITES= http://www.ebi.ac.uk/~zerbino/velvet/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,28 +19,34 @@ ALL_TARGET= default MAXKMERLENGTH?= 31 -MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} +VELVET_CATEGORIES?= 2 +MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} CATEGORIES=${VELVET_CATEGORIES} USE_PERL5_RUN= yes BINARIES= velvetg velveth -SCRIPTS= contrib/VelvetOptimiser/VelvetOptimiser.pl \ +SCRIPTS= shuffleSequences_fasta.pl shuffleSequences_fastq.pl \ + contrib/VelvetOptimiser-2.1.7/VelvetOptimiser.pl \ contrib/afg_handling/asmbly_splitter.pl \ contrib/afg_handling/snp_view.pl \ + contrib/columbus_scripts/enlarge_exons.pl \ + contrib/columbus_scripts/gff2fasta.pl \ + contrib/columbus_scripts/merge_gtf_exons.pl \ contrib/estimate-exp_cov/velvet-estimate-exp_cov.pl \ - contrib/fasta2agp/fasta2agp.pl \ contrib/extractContigReads/extractContigReads.pl \ + contrib/fasta2agp/fasta2agp.pl \ contrib/observed-insert-length.pl/observed-insert-length.pl \ - contrib/shuffleSequences_fasta/shuffleSequences_fasta.pl -PERLMOD_DIRS= contrib/VelvetOptimiser/VelvetOpt -PERLMOD_FILES= contrib/VelvetOptimiser/VelvetOpt/Assembly.pm \ - contrib/VelvetOptimiser/VelvetOpt/Utils.pm \ - contrib/VelvetOptimiser/VelvetOpt/gwrap.pm \ - contrib/VelvetOptimiser/VelvetOpt/hwrap.pm + contrib/select_paired/select_paired.pl \ + contrib/show_repeats/show_repeats.pl +PERLMOD_DIRS= contrib/VelvetOptimiser-2.1.7/VelvetOpt +PERLMOD_FILES= contrib/VelvetOptimiser-2.1.7/VelvetOpt/Assembly.pm \ + contrib/VelvetOptimiser-2.1.7/VelvetOpt/Utils.pm \ + contrib/VelvetOptimiser-2.1.7/VelvetOpt/gwrap.pm \ + contrib/VelvetOptimiser-2.1.7/VelvetOpt/hwrap.pm .if !defined(WITHOUT_PYTHON) USE_PYTHON= yes -SCRIPTS+= contrib/layout/graph2.py +SCRIPTS+= contrib/AssemblyAssembler1.3/AssemblyAssembler1.3.py .endif .for f in ${BINARIES} ${SCRIPTS} @@ -53,19 +59,16 @@ PLIST_FILES+= %%SITE_PERL%%/${f:H:T}/${f:T} .endfor -PORTDOCS= ChangeLog Manual.pdf +PORTDOCS= ChangeLog Manual.pdf Columbus_manual.pdf post-patch: .for f in ${SCRIPTS} ${REINPLACE_CMD} -e s,#!/usr/bin/perl,${PERL}, ${WRKSRC}/${f} .endfor .if !defined(WITHOUT_PYTHON) - (IFS=''; ${REINPLACE_CMD} -e `${ECHO} '1i\'; ${ECHO} '#!${PYTHON_CMD}'` ${WRKSRC}/contrib/layout/graph2.py) + ${REINPLACE_CMD} -e s,#!/usr/bin/python,${PYTHON_CMD}, ${WRKSRC}/contrib/AssemblyAssembler1.3/AssemblyAssembler1.3.py .endif -post-build: - ${REINPLACE_CMD} -e s,%%MAXKMERLENGTH%%,${MAXKMERLENGTH},g ${WRKSRC}/contrib/VelvetOptimiser/VelvetOptimiser.pl - do-install: .for f in ${BINARIES} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin diff -ruN velvet.orig/distinfo velvet/distinfo --- velvet.orig/distinfo 2011-03-19 21:29:39.000000000 +0900 +++ velvet/distinfo 2011-06-02 19:02:13.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (velvet_0.7.55.tgz) = 315331f418c2de89c6c871cea3759d947320c0adbc763fea290ec78ece69b614 -SIZE (velvet_0.7.55.tgz) = 3475289 +SHA256 (velvet_1.1.04.tgz) = 7ae9855c3eabd1d222815a7132cdc9eeb387d83132390d020fc78491e6dcc9d6 +SIZE (velvet_1.1.04.tgz) = 7744134 diff -ruN velvet.orig/files/patch-Makefile velvet/files/patch-Makefile --- velvet.orig/files/patch-Makefile 2009-11-07 10:23:59.000000000 +0900 +++ velvet/files/patch-Makefile 2011-06-02 20:28:10.000000000 +0900 @@ -1,5 +1,5 @@ ---- Makefile.orig 2009-09-02 22:21:01.000000000 +0900 -+++ Makefile 2009-10-27 22:05:49.000000000 +0900 +--- Makefile.orig 2011-03-30 14:34:09.000000000 +0900 ++++ Makefile 2011-06-02 20:28:04.000000000 +0900 @@ -1,18 +1,18 @@ -CC = gcc -CFLAGS = -Wall @@ -27,12 +27,21 @@ # CFLAGS = -Wall -m64 # Sparc/Solaris users: uncomment the following line -@@ -32,7 +32,7 @@ +@@ -35,7 +35,7 @@ + OBJ = obj/tightString.o obj/run.o obj/splay.o obj/splayTable.o obj/graph.o obj/run2.o obj/fibHeap.o obj/fib.o obj/concatenatedGraph.o obj/passageMarker.o obj/graphStats.o obj/correctedGraph.o obj/dfib.o obj/dfibHeap.o obj/recycleBin.o obj/readSet.o obj/shortReadPairs.o obj/locallyCorrectedGraph.o obj/graphReConstruction.o obj/roadMap.o obj/preGraph.o obj/preGraphConstruction.o obj/concatenatedPreGraph.o obj/readCoherentGraph.o obj/utility.o obj/kmer.o obj/scaffold.o obj/kmerOccurenceTable.o obj/allocArray.o + OBJDBG = $(subst obj,obj/dbg,$(OBJ)) + +-default : cleanobj zlib obj velveth velvetg doc ++default : cleanobj zlib obj velveth velvetg + + clean : + -rm obj/*.o obj/dbg/*.o ./velvet* +@@ -47,7 +47,7 @@ -rm obj/*.o obj/dbg/*.o zlib : - cd $(Z_LIB_DIR); ./configure; make; rm minigzip.o; rm example.o +# cd $(Z_LIB_DIR); ./configure; make; rm minigzip.o; rm example.o - velveth : $(OBJ) - $(CC) $(CFLAGS) $(OPT) $(LDFLAGS) -o velveth obj/tightString.o obj/run.o obj/recycleBin.o obj/splay.o obj/splayTable.o obj/readSet.o obj/crc.o obj/utility.o obj/kmer.o $(Z_LIB_FILES) + velveth : obj + $(CC) $(CFLAGS) $(OPT) $(LDFLAGS) -o velveth obj/tightString.o obj/run.o obj/recycleBin.o obj/splay.o obj/splayTable.o obj/readSet.o obj/utility.o obj/kmer.o obj/kmerOccurenceTable.o $(Z_LIB_FILES) diff -ruN velvet.orig/files/patch-contrib-VelvetOptimiser-VelvetOptimiser.pl velvet/files/patch-contrib-VelvetOptimiser-VelvetOptimiser.pl --- velvet.orig/files/patch-contrib-VelvetOptimiser-VelvetOptimiser.pl 2009-11-07 10:23:59.000000000 +0900 +++ velvet/files/patch-contrib-VelvetOptimiser-VelvetOptimiser.pl 1970-01-01 09:00:00.000000000 +0900 @@ -1,92 +0,0 @@ ---- contrib/VelvetOptimiser/VelvetOptimiser.pl.orig 2009-09-14 23:44:19.000000000 +0900 -+++ contrib/VelvetOptimiser/VelvetOptimiser.pl 2009-10-30 22:13:45.000000000 +0900 -@@ -44,9 +44,10 @@ - my @hashvals; - my %assemblies; - my $readfile; -+my $MAXKMERLENGTH = %%MAXKMERLENGTH%%; - my $logfile = "logfile.txt"; - my $hashs = 19; --my $hashe = 129; -+my $hashe = $MAXKMERLENGTH; - my $ass_num = 1; - my $interested = 1; - -@@ -311,26 +312,26 @@ - my $ass = shift; - print STDERR "\tPlease type in the insert length for the short reads: "; - #my $len = <>; -- my $len = "200"; #do not ask for insert size! -+ my $len = "auto"; #do not ask for insert size! - chomp($len); -- while($len =~ /\D+/){ -- print STDERR "\tThe length needs to be a number, please re-enter: "; -- $len = <>; -- chomp($len); -- } -+ #while($len =~ /\D+/){ -+ # print STDERR "\tThe length needs to be a number, please re-enter: "; -+ # $len = <>; -+ # chomp($len); -+ #} - print STDERR strftime("%b %e %H:%M:%S", localtime), " Running assembly with short insert length $len\n"; - print OUT strftime("%b %e %H:%M:%S", localtime), " Running assembly with short insert length $len\n"; - - #re-write the pstringg with the new velvetg command.. -- my $vg = $ass->{pstringg}; -- if($vg =~ /ins_length /){ -- $vg =~ s/ins_length\s+\d+/ins_length $len/; -- } -- else { -- $vg .= " -ins_length $len"; -- } -+ #my $vg = $ass->{pstringg}; -+ #if($vg =~ /ins_length /){ -+ # $vg =~ s/ins_length\s+\d+/ins_length $len/; -+ #} -+ #else { -+ # $vg .= " -ins_length $len"; -+ #} - -- $ass->{pstringg} = $vg; -+ #$ass->{pstringg} = $vg; - my $worked = VelvetOpt::gwrap::objectVelvetg($ass); - if($worked){ - $ass->getAssemblyDetails(); -@@ -347,8 +348,8 @@ - my $usage = "\nVelvetOptimiser.pl: A script to run the Velvet assembler and optimise its output. Simon Gladman - CSIRO 2008, 2009.\n\n"; - $usage .= "Usage: VelvetOptimiser.pl <-f 'velveth parameters'> [-s ] [-e ] [-a ]\n\n"; - $usage .= "Where:\t<-f 'velveth parameters'> is the parameter line normally passed to velveth in quotes.\n"; --$usage .= "\t-s The hash value you want velvet to start looking from. Default: 19. MUST BE ODD > 0 & <=31!\n"; --$usage .= "\t-e The hash value you want velvet to stop looking at. Default: 31. MUST BE ODD AND > START & <= 31!\n"; -+$usage .= "\t-s The hash value you want velvet to start looking from. Default: 19. MUST BE ODD > 0 & <=$MAXKMERLENGTH!\n"; -+$usage .= "\t-e The hash value you want velvet to stop looking at. Default: $MAXKMERLENGTH. MUST BE ODD AND > START & <= $MAXKMERLENGTH!\n"; - $usage .= "\t-a The final optimised assembly will include read tracking and amos file outputs (however, intermediate assemblies won't.)\n"; - $usage .= "\nIf the optimizer requires an insert length for some paired end data, it will ask for it when it gets to the optimization step.\n"; - -@@ -390,9 +391,9 @@ - $hashs = $opts{'s'}; - print STDERR "\n\t\t's-Param' is >$hashs<\n"; - unless($hashs =~ /^\d+$/){ die "\tFatal error! Start hash not a number!\n$usage";} -- if($hashs > 129){ -- print STDERR "\tStart hash value too high. New start hash value is 129.\n"; -- $hashs = 129; -+ if($hashs > $MAXKMERLENGTH){ -+ print STDERR "\tStart hash value too high. New start hash value is $MAXKMERLENGTH.\n"; -+ $hashs = $MAXKMERLENGTH; - } - if(!&isOdd($hashs)){ - $hashs = $hashs - 1; -@@ -404,9 +405,9 @@ - if($opts{'e'}){ - $hashe = $opts{'e'}; - unless($hashe =~ /^\d+$/){ die "\tFatal error! End hash not a number!\n$usage";} -- if($hashe > 129 || $hashe < 1){ -- print STDERR "\tEnd hash value not in workable range. New end hash value is 129.\n"; -- $hashe = 129; -+ if($hashe > $MAXKMERLENGTH || $hashe < 1){ -+ print STDERR "\tEnd hash value not in workable range. New end hash value is $MAXKMERLENGTH.\n"; -+ $hashe = $MAXKMERLENGTH; - } - if($hashe < $hashs){ - print STDERR "\tEnd hash value lower than start hash value. New end hash value = $hashs.\n"; diff -ruN velvet.orig/files/patch-src-run.c velvet/files/patch-src-run.c --- velvet.orig/files/patch-src-run.c 2009-11-07 10:23:59.000000000 +0900 +++ velvet/files/patch-src-run.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/run.c.orig 2009-09-16 20:11:59.000000000 +0900 -+++ src/run.c 2009-10-27 22:27:27.000000000 +0900 -@@ -152,7 +152,7 @@ - double_strand); - - destroySplayTable(splayTable); -- closedir(dir); -+ if (dir) closedir(dir); - free(filename); - free(buf); - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 12:40:03 2011 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 9B640106564A for ; Thu, 2 Jun 2011 12: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 6CB888FC19 for ; Thu, 2 Jun 2011 12:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52Ce3RI002836 for ; Thu, 2 Jun 2011 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52Ce3dG002835; Thu, 2 Jun 2011 12:40:03 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 12:40:03 GMT Message-Id: <201106021240.p52Ce3dG002835@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jarrod Sayers Cc: Subject: Re: ports/157170: Update to net-mgmt/nagios port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jarrod Sayers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 12:40:03 -0000 The following reply was made to PR ports/157170; it has been noted by GNATS. From: Jarrod Sayers To: bug-followup@FreeBSD.org, matt@conundrum.com Cc: Subject: Re: ports/157170: Update to net-mgmt/nagios port Date: Thu, 2 Jun 2011 22:00:33 +0930 This is a closely related duplicate of ports/156988. As official = support for configuring IPv6 addresses is likely to come with future = releases, I am keen not to introduce directives which may change down = the track as this could result in some confusion. Jarrod.= From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 14:05:46 2011 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 3FA7F1065672; Thu, 2 Jun 2011 14:05:46 +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 18C078FC17; Thu, 2 Jun 2011 14:05:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52E5jwc082812; Thu, 2 Jun 2011 14:05:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52E5jPf082808; Thu, 2 Jun 2011 14:05:45 GMT (envelope-from linimon) Date: Thu, 2 Jun 2011 14:05:45 GMT Message-Id: <201106021405.p52E5jPf082808@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157521: [PATCH] Fix port: audio/firefly creates users manually X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 14:05:46 -0000 Synopsis: [PATCH] Fix port: audio/firefly creates users manually Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 2 14:05:06 UTC 2011 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=157521 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 14:08:31 2011 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 33D1310656F1; Thu, 2 Jun 2011 14:08:31 +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 0C7288FC14; Thu, 2 Jun 2011 14:08:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52E8UKx082895; Thu, 2 Jun 2011 14:08:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52E8Ucc082891; Thu, 2 Jun 2011 14:08:30 GMT (envelope-from linimon) Date: Thu, 2 Jun 2011 14:08:30 GMT Message-Id: <201106021408.p52E8Ucc082891@freefall.freebsd.org> To: jarrod@downtools.com.au, matt@conundrum.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157170: Update to net-mgmt/nagios 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: Thu, 02 Jun 2011 14:08:31 -0000 Synopsis: Update to net-mgmt/nagios port State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Jun 2 14:08:05 UTC 2011 State-Changed-Why: see ports/156988. http://www.freebsd.org/cgi/query-pr.cgi?pr=157170 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 14:12:20 2011 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 E6B9E1065670; Thu, 2 Jun 2011 14:12:20 +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 BFAF68FC14; Thu, 2 Jun 2011 14:12:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52ECKvV091056; Thu, 2 Jun 2011 14:12:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52ECKQE091052; Thu, 2 Jun 2011 14:12:20 GMT (envelope-from linimon) Date: Thu, 2 Jun 2011 14:12:20 GMT Message-Id: <201106021412.p52ECKQE091052@freefall.freebsd.org> To: utisoft@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157507: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 14:12:21 -0000 Synopsis: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Thu Jun 2 14:12:04 UTC 2011 State-Changed-Why: Note that maintainer has been asked for feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=157507 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 14:13:46 2011 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 76C6F1065678; Thu, 2 Jun 2011 14:13:46 +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 4EFDE8FC1B; Thu, 2 Jun 2011 14:13:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52EDk08091984; Thu, 2 Jun 2011 14:13:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52EDjRL091979; Thu, 2 Jun 2011 14:13:45 GMT (envelope-from linimon) Date: Thu, 2 Jun 2011 14:13:45 GMT Message-Id: <201106021413.p52EDjRL091979@freefall.freebsd.org> To: freebsduser@paradisegreen.co.uk, hans@nordhaug.priv.no, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157493: [PATCH] www/drush: update to 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: Thu, 02 Jun 2011 14:13:46 -0000 Synopsis: [PATCH] www/drush: update to 4.4 State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Jun 2 14:13:22 UTC 2011 State-Changed-Why: See ports/156885. http://www.freebsd.org/cgi/query-pr.cgi?pr=157493 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 15:30:13 2011 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 364691065673 for ; Thu, 2 Jun 2011 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 0B40D8FC19 for ; Thu, 2 Jun 2011 15:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52FUCvX055463 for ; Thu, 2 Jun 2011 15:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52FUCYT055456; Thu, 2 Jun 2011 15:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 15:30:12 GMT Resent-Message-Id: <201106021530.p52FUCYT055456@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 538AE106564A for ; Thu, 2 Jun 2011 15:24:27 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s21.blu0.hotmail.com (blu0-omc1-s21.blu0.hotmail.com [65.55.116.32]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE008FC17 for ; Thu, 2 Jun 2011 15:24:26 +0000 (UTC) Received: from BLU0-SMTP103 ([65.55.116.9]) by blu0-omc1-s21.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 08:24:26 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP103.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 08:24:24 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52FNsl8046959 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 16:23:54 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52FNrNv046958; Thu, 2 Jun 2011 16:23:53 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 16:23:53 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157528: [PATCH] Add necessary lines to ports/UIDs and ports/GIDs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 15:30:13 -0000 >Number: 157528 >Category: ports >Synopsis: [PATCH] Add necessary lines to ports/UIDs and ports/GIDs >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 Jun 02 15:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: I'm working on fixing ports that use pkg-install to create users -- some PRs have been submitted already. Since there are many usernames to add, patches attached to individual PRs quickly become stale, so here's a PR with the first batch of users included. I've put this one out before the whole lot is complete because I already submitted a small number before I realised that this would be a better option, hence ports/157507 ports/157520 ports/157525 ports/157526 depend on this PR. >How-To-Repeat: >Fix: Added users: murmur bbs dnetfold dbxml sybase hg dnrd Added groups: shoutcast daapd murmur bbs dnetfold dbxml sybase gnokii hg dnrd --- UIDs_1.patch begins here --- Index: UIDs =================================================================== RCS file: /exports/cvsroot-freebsd/ports/UIDs,v retrieving revision 1.153 diff -u -r1.153 UIDs --- UIDs 22 May 2011 12:38:02 -0000 1.153 +++ UIDs 2 Jun 2011 15:15:00 -0000 @@ -103,6 +103,7 @@ yate:*:204:204::0:0:Yate:/nonexistent:/usr/sbin/nologin shoutcast:*:210:210::0:0:Shoutcast sandbox:/nonexistent:/bin/sh git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh +hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin @@ -126,6 +127,7 @@ _sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin dkfilter:*:325:325::0:0:DK Filter Owner:/nonexistent:/usr/sbin/nologin _pma:*:336:80::0:0:phpMyAdmin Owner:/nonexistent:/usr/sbin/nologin +murmur:*:338:338::0:0:& User:/nonexistent:/usr/sbin/nologin wildfire:*:340:340::0:0:Wildfire Daemon:/nonexistent:/usr/sbin/nologin stunnel:*:341:341::0:0:Stunnel Daemon:/nonexistent:/usr/sbin/nologin openfire:*:342:342::0:0:Openfire IM Daemon:/nonexistent:/usr/sbin/nologin @@ -205,3 +207,8 @@ _tcpproxy:*:940:940::0:0:tcpproxy user:/nonexistent:/usr/sbin/nologin cego:*:941:941::0:0:cego user:/usr/local/cego:/usr/sbin/nologin teamspeak:*:942:942::0:0:TeamSpeak user:/nonexistent:/sbin/nologin +dnetfold:*:943:943::0:0:& user:/nonexistent:/sbin/nologin +bbs:*:944:944::0:0:& user:/nonexistent:/sbin/nologin +dbxml:*:945:945::0:0:& user:/nonexistent:/sbin/nologin +sybase:*:946:946::0:0:& user:/usr/local/sybase-ase:/sbin/nologin +dnrd:*:948:948::0:0:& user:/nonexistent:/sbin/nologin Index: GIDs =================================================================== RCS file: /exports/cvsroot-freebsd/ports/GIDs,v retrieving revision 1.139 diff -u -r1.139 GIDs --- GIDs 22 May 2011 12:38:02 -0000 1.139 +++ GIDs 2 Jun 2011 15:14:51 -0000 @@ -92,7 +92,9 @@ sympa:*:200: dspam:*:202: yate:*:204: +shoutcast:*:210: git:*:211: +hg:*:212: drizzle:*:213: bs:*:220: postgrey:*:225: @@ -116,6 +118,8 @@ backuppc:*:300: _sphinx:*:312: dkfilter:*:325: +daapd:*:337: +murmur:*:338: wildfire:*:340: stunnel:*:341: openfire:*:342: @@ -197,3 +201,9 @@ _tcpproxy:*:940: cego:*:941: teamspeak:*:942: +dnetfold:*:943: +bbs:*:944: +dbxml:*:945: +sybase:*:946: +gnokii:*:947: +dnrd:*:948: --- UIDs_1.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 15:30:17 2011 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 17363106566C for ; Thu, 2 Jun 2011 15:30: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 E16E98FC13 for ; Thu, 2 Jun 2011 15:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52FUGVm055663 for ; Thu, 2 Jun 2011 15:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52FUGAu055658; Thu, 2 Jun 2011 15:30:16 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 15:30:16 GMT Message-Id: <201106021530.p52FUGAu055658@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Foster Cc: Subject: Re: ports/157507: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Foster List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 15:30:17 -0000 The following reply was made to PR ports/157507; it has been noted by GNATS. From: Mark Foster To: bug-followup@freebsd.org Cc: Subject: Re: ports/157507: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS Date: Thu, 02 Jun 2011 08:09:10 -0700 On 06/02/2011 02:35 AM, Chris Rees wrote: > 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. > Please instead mark this port as deprecated? It's been replaced by audio/firefly. -- Mark D. Foster http://mark.foster.cc/ From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 16:00:26 2011 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 162F31065674 for ; Thu, 2 Jun 2011 16: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 DFD3E8FC17 for ; Thu, 2 Jun 2011 16:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52G0P2S082650 for ; Thu, 2 Jun 2011 16:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52G0PNj082649; Thu, 2 Jun 2011 16:00:25 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 16:00:25 GMT Message-Id: <201106021600.p52G0PNj082649@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Ben C. O. Grimm" Cc: Subject: Re: ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ben C. O. Grimm" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 16:00:26 -0000 The following reply was made to PR ports/157144; it has been noted by GNATS. From: "Ben C. O. Grimm" To: bug-followup@FreeBSD.org, kubito@gmail.com Cc: Subject: Re: ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes Date: Thu, 02 Jun 2011 17:34:29 +0200 Never mind. After updating a number of totally unrelated ports today guile built normally. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 16:40:10 2011 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 50747106566C for ; Thu, 2 Jun 2011 16: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 1436E8FC16 for ; Thu, 2 Jun 2011 16:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52Ge9cB020464 for ; Thu, 2 Jun 2011 16:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52Ge9Ex020463; Thu, 2 Jun 2011 16:40:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 16:40:09 GMT Resent-Message-Id: <201106021640.p52Ge9Ex020463@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kalten Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02EC61065673 for ; Thu, 2 Jun 2011 16:37:10 +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 E71598FC14 for ; Thu, 2 Jun 2011 16:37:09 +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 p52Gb93Y099693 for ; Thu, 2 Jun 2011 16:37:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p52Gb9s3099692; Thu, 2 Jun 2011 16:37:09 GMT (envelope-from nobody) Message-Id: <201106021637.p52Gb9s3099692@red.freebsd.org> Date: Thu, 2 Jun 2011 16:37:09 GMT From: Kalten To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157530: databases/postgresql-pltcl: fails at tmp-creation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 16:40:10 -0000 >Number: 157530 >Category: ports >Synopsis: databases/postgresql-pltcl: fails at tmp-creation >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: Thu Jun 02 16:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kalten >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD freeKwasir.Walhalla.Leben 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There seems to be a little error when updating databases/postgresql-pltcl. ---SCHNIPP--- ===>>> Currently installed version: postgresql-pltcl-8.4.7_3 ===>>> Port directory: /usr/ports/databases/postgresql-pltcl ===>>> Launching 'make checksum' for databases/postgresql-pltcl in background ===>>> Gathering dependency list for databases/postgresql-pltcl from ports ===>>> Launching child to install databases/postgresql-pltcl/../../databases/postgresql84-server postgresql-pltcl-8.4.7_3 >> databases/postgresql-pltcl/../../databases/postgresql84-server ===>>> Port directory: /usr/ports/databases/postgresql-pltcl/../../databases/postgresql84-server mktemp: mkstemp failed on /usr/tmp/f-239-postgresql-8.4.8.tar.bz2-postgresql-pltcl/../../databases/postgresql84-server.FM9wWYao: No such file or directory ===>>> Update for databases/postgresql-pltcl/../../databases/postgresql84-server failed ===>>> Aborting update ---schnapp--- >How-To-Repeat: cd /usr/ports/ portmaster -D databases/postgresql-pltcl >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 16:40:20 2011 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 70CB210656B1; Thu, 2 Jun 2011 16: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 48A188FC1E; Thu, 2 Jun 2011 16:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52GeJ6k021036; Thu, 2 Jun 2011 16:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52GeJsG021024; Thu, 2 Jun 2011 16:40:19 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 16:40:19 GMT Message-Id: <201106021640.p52GeJsG021024@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157530: databases/postgresql-pltcl: fails at tmp-creation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 16:40:20 -0000 Synopsis: databases/postgresql-pltcl: fails at tmp-creation Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 16:40:19 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157530 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 17:10:13 2011 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 34D861065690 for ; Thu, 2 Jun 2011 17: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 118678FC1D for ; Thu, 2 Jun 2011 17:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HAC8K046833 for ; Thu, 2 Jun 2011 17:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52HACqb046832; Thu, 2 Jun 2011 17:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 17:10:12 GMT Resent-Message-Id: <201106021710.p52HACqb046832@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Shuvaev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30B4A106566B for ; Thu, 2 Jun 2011 17: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 200BB8FC0C for ; Thu, 2 Jun 2011 17:04:38 +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 p52H4bKb027456 for ; Thu, 2 Jun 2011 17:04:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p52H4bde027455; Thu, 2 Jun 2011 17:04:37 GMT (envelope-from nobody) Message-Id: <201106021704.p52H4bde027455@red.freebsd.org> Date: Thu, 2 Jun 2011 17:04:37 GMT From: Alexey Shuvaev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157531: [UPDATE] devel/libburn to 1.0.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: Thu, 02 Jun 2011 17:10:13 -0000 >Number: 157531 >Category: ports >Synopsis: [UPDATE] devel/libburn to 1.0.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: Thu Jun 02 17:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexey Shuvaev >Release: 9.0-CURRENT >Organization: Vienna University of Technology >Environment: FreeBSD localhost.my.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Apr 30 15:09:12 CEST 2011 root@:/mnt/usr/obj/amd64.amd64/mnt/usr/src/sys/GENERIC amd64 >Description: Update libburn and libisofs to latest releases. This update is quite important as with old libburn in ports, sysutils/xfburn hangs on startup on CURRENT. Linking flag "-lcam" was incorporated upstream, so it is not needed in Makefile anymore. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libburn.orig/Makefile libburn/Makefile --- libburn.orig/Makefile 2009-08-13 18:19:02.000000000 +0200 +++ libburn/Makefile 2011-06-02 18:51:23.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= libburn -PORTVERSION= 0.6.8 +PORTVERSION= 1.0.6 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX} @@ -15,7 +15,6 @@ COMMENT= Libburnia library to read/write optical discs GNU_CONFIGURE= yes -CONFIGURE_ARGS= LIBS="-lcam" USE_LDCONFIG= yes MAN1= cdrskin.1 diff -ruN libburn.orig/distinfo libburn/distinfo --- libburn.orig/distinfo 2009-08-13 18:19:02.000000000 +0200 +++ libburn/distinfo 2011-06-02 18:33:46.000000000 +0200 @@ -1,3 +1,2 @@ -MD5 (libburn-0.6.8.pl00.tar.gz) = 213939ece91485b49fc4ee30a49429d7 -SHA256 (libburn-0.6.8.pl00.tar.gz) = cf7efe5844f2d30ede61c9ddd4b460d4143f7f4b2593152c5ec7a2539198f9a2 -SIZE (libburn-0.6.8.pl00.tar.gz) = 716506 +SHA256 (libburn-1.0.6.pl00.tar.gz) = ab1226085e81468597e001430e6225049eeb39034f20926377309cd354bb7fc4 +SIZE (libburn-1.0.6.pl00.tar.gz) = 814455 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 17:10:23 2011 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 D5FDA1065675; Thu, 2 Jun 2011 17: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 AD9548FC17; Thu, 2 Jun 2011 17:10:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HANUV047688; Thu, 2 Jun 2011 17:10:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52HANaI047679; Thu, 2 Jun 2011 17:10:23 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 17:10:23 GMT Message-Id: <201106021710.p52HANaI047679@freefall.freebsd.org> To: shuvaev@physik.uni-wuerzburg.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157531: [UPDATE] devel/libburn to 1.0.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: Thu, 02 Jun 2011 17:10:23 -0000 Synopsis: [UPDATE] devel/libburn to 1.0.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 2 17:10:23 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157531 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 17:20:09 2011 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 827521065670 for ; Thu, 2 Jun 2011 17: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 3E9338FC0C for ; Thu, 2 Jun 2011 17:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HK5sK056918 for ; Thu, 2 Jun 2011 17:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52HK5tF056917; Thu, 2 Jun 2011 17:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 17:20:05 GMT Resent-Message-Id: <201106021720.p52HK5tF056917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Shuvaev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DECF810656AA for ; Thu, 2 Jun 2011 17:10: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 B48E88FC1F for ; Thu, 2 Jun 2011 17:10: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 p52HAKEv028020 for ; Thu, 2 Jun 2011 17:10:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p52HAK7J028019; Thu, 2 Jun 2011 17:10:20 GMT (envelope-from nobody) Message-Id: <201106021710.p52HAK7J028019@red.freebsd.org> Date: Thu, 2 Jun 2011 17:10:20 GMT From: Alexey Shuvaev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157532: [UPDATE] devel/libisofs to 1.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: Thu, 02 Jun 2011 17:20:09 -0000 >Number: 157532 >Category: ports >Synopsis: [UPDATE] devel/libisofs to 1.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 17:20:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexey Shuvaev >Release: 9.0-CURRENT >Organization: Vienna University of Technology >Environment: FreeBSD localhost.my.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Apr 30 15:09:12 CEST 2011 root@:/mnt/usr/obj/amd64.amd64/mnt/usr/src/sys/GENERIC amd64 >Description: Update devel/libburn and devel/libisofs to latest releases. The compile (-I/${PREFIX}/include) and linking (-L/${PREFIX}/lib -liconv) flags seem to be handled by upstream build system, so they are not needed in the Makefile anymore. The patch to libisofs/messages.c is also merged upstream, so the port patch patch-libisofs-messages.c and "files" directory are removed. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libisofs.orig/Makefile libisofs/Makefile --- libisofs.orig/Makefile 2009-08-13 18:19:02.000000000 +0200 +++ libisofs/Makefile 2011-06-02 18:54:40.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= libisofs -PORTVERSION= 0.6.20 +PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ @@ -16,7 +16,6 @@ LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn GNU_CONFIGURE= yes -CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -liconv" USE_ICONV= yes USE_LDCONFIG= yes diff -ruN libisofs.orig/distinfo libisofs/distinfo --- libisofs.orig/distinfo 2009-08-13 18:19:02.000000000 +0200 +++ libisofs/distinfo 2011-06-02 18:46:02.000000000 +0200 @@ -1,3 +1,2 @@ -MD5 (libisofs-0.6.20.tar.gz) = 52621c4a3fbfde268a210993b2919395 -SHA256 (libisofs-0.6.20.tar.gz) = 846472765a31cf5e5fa20732008c32cbc64a98057038a593a6861f33ed6748dd -SIZE (libisofs-0.6.20.tar.gz) = 619741 +SHA256 (libisofs-1.0.8.tar.gz) = 4de57bacf16ae8b97971f01ed11198dbf6ad75213f804e0d3fc7fadfe2e35c8e +SIZE (libisofs-1.0.8.tar.gz) = 699081 diff -ruN libisofs.orig/files/patch-libisofs-messages.c libisofs/files/patch-libisofs-messages.c --- libisofs.orig/files/patch-libisofs-messages.c 2008-11-15 23:05:39.000000000 +0100 +++ libisofs/files/patch-libisofs-messages.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- libisofs/messages.c.orig 2008-10-06 02:44:52.000000000 -0400 -+++ libisofs/messages.c 2008-11-06 16:48:40.000000000 -0500 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - - #include "libiso_msgs.h" - #include "libisofs.h" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 17:20:12 2011 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 4B6271065674 for ; Thu, 2 Jun 2011 17:20: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 621F48FC14 for ; Thu, 2 Jun 2011 17:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HK75s056984 for ; Thu, 2 Jun 2011 17:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52HK7u3056983; Thu, 2 Jun 2011 17:20:07 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 17:20:07 GMT Message-Id: <201106021720.p52HK7u3056983@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157531: [UPDATE] devel/libburn to 1.0.6 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: Thu, 02 Jun 2011 17:20:12 -0000 The following reply was made to PR ports/157531; it has been noted by GNATS. From: Edwin Groothuis To: fbsd@opal.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/157531: [UPDATE] devel/libburn to 1.0.6 Date: Thu, 2 Jun 2011 17:10:21 UT Maintainer of devel/libburn, Please note that PR ports/157531 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/157531 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 17:20:20 2011 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 5FE161065670; Thu, 2 Jun 2011 17:20: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 378C58FC08; Thu, 2 Jun 2011 17:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HKKbf058104; Thu, 2 Jun 2011 17:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52HKK1X058094; Thu, 2 Jun 2011 17:20:20 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 17:20:20 GMT Message-Id: <201106021720.p52HKK1X058094@freefall.freebsd.org> To: shuvaev@physik.uni-wuerzburg.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157532: [UPDATE] devel/libisofs to 1.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: Thu, 02 Jun 2011 17:20:20 -0000 Synopsis: [UPDATE] devel/libisofs to 1.0.8 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 2 17:20:19 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157532 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 17:30:12 2011 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 27C0B106564A for ; Thu, 2 Jun 2011 17:30: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 16D828FC12 for ; Thu, 2 Jun 2011 17:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52HUBr1065456 for ; Thu, 2 Jun 2011 17:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52HUBqb065452; Thu, 2 Jun 2011 17:30:11 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 17:30:11 GMT Message-Id: <201106021730.p52HUBqb065452@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157532: [UPDATE] devel/libisofs to 1.0.8 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: Thu, 02 Jun 2011 17:30:12 -0000 The following reply was made to PR ports/157532; it has been noted by GNATS. From: Edwin Groothuis To: fbsd@opal.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/157532: [UPDATE] devel/libisofs to 1.0.8 Date: Thu, 2 Jun 2011 17:20:17 UT Maintainer of devel/libisofs, Please note that PR ports/157532 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/157532 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 18:00:19 2011 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 EE4E1106566C for ; Thu, 2 Jun 2011 18: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 AF7E08FC14 for ; Thu, 2 Jun 2011 18:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52I0JLE093161 for ; Thu, 2 Jun 2011 18:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52I0Jvq093160; Thu, 2 Jun 2011 18:00:19 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 18:00:19 GMT Resent-Message-Id: <201106021800.p52I0Jvq093160@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6315D106566C for ; Thu, 2 Jun 2011 17:50:47 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s2.blu0.hotmail.com (blu0-omc1-s2.blu0.hotmail.com [65.55.116.13]) by mx1.freebsd.org (Postfix) with ESMTP id 1EFC78FC1B for ; Thu, 2 Jun 2011 17:50:46 +0000 (UTC) Received: from BLU0-SMTP168 ([65.55.116.9]) by blu0-omc1-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 10:50:46 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP168.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 10:50:44 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52Ho6UC060161 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 18:50:06 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52Ho6J5060155; Thu, 2 Jun 2011 18:50:06 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 18:50:06 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157535: [PATCH] Fix port: audio/squeezeboxserver should use USERS= and GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 18:00:20 -0000 >Number: 157535 >Category: ports >Synopsis: [PATCH] Fix port: audio/squeezeboxserver should use USERS= and GROUPS= >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 18:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=.talled port uses that username. >How-To-Repeat: >Fix: - Use USERS and GROUPS - Remove redundant PKGINSTALL assignment Submitted by: Chris Rees (utisoft@gmail.com) --- audio-squeezeboxserver.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/squeezeboxserver/Makefile,v retrieving revision 1.80 diff -u -r1.80 Makefile --- Makefile 22 Apr 2011 16:52:25 -0000 1.80 +++ Makefile 2 Jun 2011 09:57:22 -0000 @@ -50,8 +50,8 @@ # Work around a bug in p5-Package-Stash port RUN_DEPENDS+= p5-Package-DeprecationManager>=0.10:${PORTSDIR}/devel/p5-Package-DeprecationManager -PKGINSTALL= ${WRKDIR}/pkg-install - +USERS= ${SLIMUSER} +GROUPS= ${SLIMGROUP} USE_PERL5= yes .include Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/squeezeboxserver/files/pkg-install.in,v retrieving revision 1.10 diff -u -r1.10 pkg-install.in --- files/pkg-install.in 14 Oct 2009 22:33:31 -0000 1.10 +++ files/pkg-install.in 2 Jun 2011 09:55:33 -0000 @@ -2,11 +2,6 @@ # $FreeBSD: ports/audio/squeezeboxserver/files/pkg-install.in,v 1.10 2009/10/14 22:33:31 brooks Exp $ name=%%PORTNAME%% -u=%%SLIMUSER%% -g=%%SLIMGROUP%% -ugid=104 -homedir=/nonexistent -shell=/sbin/nologin comment="Slim Devices SlimServer/SqueezeCenter pseudo-user" slimdir="%%PREFIX%%/%%SLIMDIR%%" statedir=%%SLIMDBDIR%% @@ -23,29 +18,6 @@ serverlogline="${serverlogfile} ${u}:${g} 644 3 100 * J ${pidfile}" case $2 in -PRE-INSTALL) - if pw group show "${g}" >/dev/null 2>&1; then - echo "Using existing group \"${g}\"." - else - echo "Creating group \"${g}\", (gid: ${ugid})." - pw groupadd ${g} -g ${ugid} - if [ $? != 0 ]; then - echo "Failed to add group \"${g}\"." - exit 1 - fi - fi - if pw user show "${u}" >/dev/null 2>&1; then - echo "Using existing user \"${u}\"." - else - echo "Creating user \"${u}\", (uid: ${ugid})." - pw useradd ${u} -u ${ugid} -g ${ugid} -h - \ - -d ${homedir} -s ${shell} -c "${comment}" - if [ $? != 0 ]; then - echo "Failed to add user \"${u}\"." - exit 1 - fi - fi - ;; POST-INSTALL) if egrep -q "^${serverlogfile}\>" ${newsyslogfile}; then echo "Using existing ${newsyslogfile} entry." --- audio-squeezeboxserver.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 18:00:23 2011 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 516CD1065674 for ; Thu, 2 Jun 2011 18: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 2D81A8FC17 for ; Thu, 2 Jun 2011 18:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52I0NjH093259 for ; Thu, 2 Jun 2011 18:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52I0NQ3093258; Thu, 2 Jun 2011 18:00:23 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 18:00:23 GMT Resent-Message-Id: <201106021800.p52I0NQ3093258@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Gogolok Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22F2F106566B for ; Thu, 2 Jun 2011 17:56: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 11E6D8FC0A for ; Thu, 2 Jun 2011 17:56:21 +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 p52HuK66083575 for ; Thu, 2 Jun 2011 17:56:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p52HuKgs083574; Thu, 2 Jun 2011 17:56:20 GMT (envelope-from nobody) Message-Id: <201106021756.p52HuKgs083574@red.freebsd.org> Date: Thu, 2 Jun 2011 17:56:20 GMT From: Robert Gogolok To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157536: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 18:00:23 -0000 >Number: 157536 >Category: ports >Synopsis: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 18:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Robert Gogolok >Release: FreeBSD 8.2 >Organization: http://www.robertgogolok.de >Environment: FreeBSD tinderbox.localdomain 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Patch to update sysutils/rubygem-bundler to version 1.0.13 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-bundler/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 8 May 2011 17:24:26 -0000 1.13 +++ Makefile 2 Jun 2011 17:48:10 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/sysutils/rubygem-bundler/Makefile,v 1.13 2011/05/08 17:24:26 swills Exp $ PORTNAME= bundler -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 CATEGORIES= sysutils rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-bundler/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 8 May 2011 17:24:26 -0000 1.11 +++ distinfo 2 Jun 2011 17:48:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/bundler-1.0.13.gem) = 4ad01020f6a25331761d821439ff15426c4726b71d347b8e8eda01d7e99dbff0 -SIZE (rubygem/bundler-1.0.13.gem) = 162304 +SHA256 (rubygem/bundler-1.0.14.gem) = 1266f59adcf8a03607657b286268101d0bc2a67243cc480fa47d1a5eb8abc35a +SIZE (rubygem/bundler-1.0.14.gem) = 164352 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 18:00:46 2011 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 34603106564A; Thu, 2 Jun 2011 18:00:46 +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 0B7DC8FC08; Thu, 2 Jun 2011 18:00:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52I0jnT094937; Thu, 2 Jun 2011 18:00:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52I0jku094928; Thu, 2 Jun 2011 18:00:45 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 18:00:45 GMT Message-Id: <201106021800.p52I0jku094928@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brooks@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157535: [PATCH] Fix port: audio/squeezeboxserver should use USERS= and GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 18:00:46 -0000 Synopsis: [PATCH] Fix port: audio/squeezeboxserver should use USERS= and GROUPS= Responsible-Changed-From-To: freebsd-ports-bugs->brooks Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 18:00:45 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157535 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 18:00:53 2011 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 9FC51106566B; Thu, 2 Jun 2011 18:00:53 +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 76CB08FC0A; Thu, 2 Jun 2011 18:00:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52I0rDH095529; Thu, 2 Jun 2011 18:00:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52I0r2V095518; Thu, 2 Jun 2011 18:00:53 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 18:00:53 GMT Message-Id: <201106021800.p52I0r2V095518@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157536: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 18:00:53 -0000 Synopsis: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.14 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 18:00:52 UTC 2011 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157536 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 18:20:11 2011 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 3D9671065670 for ; Thu, 2 Jun 2011 18: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 1213A8FC18 for ; Thu, 2 Jun 2011 18:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52IKAGL012188 for ; Thu, 2 Jun 2011 18:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52IKAo1012187; Thu, 2 Jun 2011 18:20:10 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 18:20:10 GMT Resent-Message-Id: <201106021820.p52IKAo1012187@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47B08106564A for ; Thu, 2 Jun 2011 18:11:56 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s13.blu0.hotmail.com (blu0-omc1-s13.blu0.hotmail.com [65.55.116.24]) by mx1.freebsd.org (Postfix) with ESMTP id 068018FC1D for ; Thu, 2 Jun 2011 18:11:55 +0000 (UTC) Received: from BLU0-SMTP69 ([65.55.116.9]) by blu0-omc1-s13.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 11:11:55 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP69.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 11:11:54 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52IBMCl087579 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 19:11:22 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52IBLQw087578; Thu, 2 Jun 2011 19:11:21 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 19:11:21 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157537: [PATCH] Modify port: chinese/firebird to use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 18:20:11 -0000 >Number: 157537 >Category: ports >Synopsis: [PATCH] Modify port: chinese/firebird to use USERS and GROUPS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 18:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. Since it's an interactive port, I can't Tinderbox it, and it appears to break compiling on i386. Edward, can you test its compilation and review the attached patch before approving? >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) This depends on ports/157528; that PR contains the bbs user that this port uses. XXX I've removed the pkg-install script --- chinese-firebird.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/chinese/firebird/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 15 Nov 2006 08:56:28 -0000 1.11 +++ Makefile 2 Jun 2011 11:22:50 -0000 @@ -18,9 +18,10 @@ USE_BZIP2= yes IS_INTERACTIVE= yes NOT_FOR_ARCHS= amd64 +USERS= bbs +GROUPS= ${USERS} pre-install: - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL ${FIND} ${WRKSRC} -name "*.orig" -delete post-install: Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 16 Feb 2001 13:35:31 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,38 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -USER=bbs -GROUP=bbs -UID=9999 -GID=99 - -case $2 in -PRE-INSTALL) - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /usr/local/bbs -s /sbin/nologin -c "Firebird BBS" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - ;; - -esac --- chinese-firebird.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 18:20:20 2011 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 F2C0F106566C; Thu, 2 Jun 2011 18:20: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 CA2888FC0A; Thu, 2 Jun 2011 18:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52IKKZo012728; Thu, 2 Jun 2011 18:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52IKKUE012716; Thu, 2 Jun 2011 18:20:20 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 18:20:20 GMT Message-Id: <201106021820.p52IKKUE012716@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157537: [PATCH] Modify port: chinese/firebird to use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 18:20:21 -0000 Synopsis: [PATCH] Modify port: chinese/firebird to use USERS and GROUPS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 18:20:20 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157537 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 19:00:20 2011 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 04871106566C for ; Thu, 2 Jun 2011 19: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 BE2B38FC12 for ; Thu, 2 Jun 2011 19:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52J0JHM047833 for ; Thu, 2 Jun 2011 19:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52J0JL8047832; Thu, 2 Jun 2011 19:00:19 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 19:00:19 GMT Resent-Message-Id: <201106021900.p52J0JL8047832@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FE77106564A for ; Thu, 2 Jun 2011 18:50:54 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s29.blu0.hotmail.com (blu0-omc1-s29.blu0.hotmail.com [65.55.116.40]) by mx1.freebsd.org (Postfix) with ESMTP id EF0A18FC0A for ; Thu, 2 Jun 2011 18:50:53 +0000 (UTC) Received: from BLU0-SMTP139 ([65.55.116.9]) by blu0-omc1-s29.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 11:50:53 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP139.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 11:50:51 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52IgGkO025599 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 19:42:16 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52IgGQj025598; Thu, 2 Jun 2011 19:42:16 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 19:42:16 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157538: [PATCH] Fix port: audio/teamspeak_server should use USERS= and GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 19:00:20 -0000 >Number: 157538 >Category: ports >Synopsis: [PATCH] Fix port: audio/teamspeak_server should use USERS= and GROUPS= >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 19:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=, and also tries to delete users on deinstall without prompting -- this is a problem if another installed port uses that username. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- audio-teamspeak_server.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/teamspeak_server/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 5 Dec 2009 16:20:12 -0000 1.14 +++ Makefile 2 Jun 2011 10:13:03 -0000 @@ -21,14 +21,11 @@ ONLY_FOR_ARCHS= i386 NO_BUILD= yes USE_LINUX= yes -PKGDEINSTALL= ${PKGINSTALL} +USERS= teamspeak +GROUPS= ${USERS} USE_RC_SUBR= teamspeak-server -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - do-install: @${MKDIR} ${PREFIX}/lib/teamspeak_server ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${PREFIX}/lib/teamspeak_server -xf - @@ -39,8 +36,4 @@ @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL -post-deinstall: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDEINSTALL} ${PORTNAME} POST-DEINSTALL - .include Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/teamspeak_server/pkg-install,v retrieving revision 1.1 diff -u -r1.1 pkg-install --- pkg-install 8 Oct 2003 07:53:26 -0000 1.1 +++ pkg-install 2 Jun 2011 10:12:15 -0000 @@ -9,64 +9,8 @@ GROUP=${USER} case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d ${TSHOME} -c "Teamspeak Server" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${USER} ] ; then - mkdir -p ${TSHOME} - chown ${USER}:${GROUP} ${TSHOME} - fi - ;; - POST-INSTALL) chown -R ${USER}:${GROUP} ${TSHOME} chmod -R u+w,o-rx ${TSHOME} ;; - - -POST-DEINSTALL) - if pw group show "${GROUP}" 2>/dev/null; then - if pw groupdel ${GROUP}; then - echo "Removed group \"${GROUP}\"." - else - echo "Removing group \"${GROUP}\" failed..." - exit 1 - fi - else - echo "Group \"${GROUP}\" doesn't exist!" - fi - - if pw user show "${USER}" 2>/dev/null; then - if pw userdel ${USER}; then - echo "Removed user \"${USER}\"." - else - echo "Removing user \"${USER}\" failed..." - exit 1 - fi - else - echo "User \"${USER}\" doesn't exist!" - fi - ;; esac --- audio-teamspeak_server.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 19:00:31 2011 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 C34AB106568D; Thu, 2 Jun 2011 19:00: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 9AC738FC18; Thu, 2 Jun 2011 19:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52J0VKw048194; Thu, 2 Jun 2011 19:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52J0V2P048184; Thu, 2 Jun 2011 19:00:31 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 19:00:31 GMT Message-Id: <201106021900.p52J0V2P048184@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157538: [PATCH] Fix port: audio/teamspeak_server should use USERS= and GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 19:00:31 -0000 Synopsis: [PATCH] Fix port: audio/teamspeak_server should use USERS= and GROUPS= Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 19:00:30 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157538 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 19:30:12 2011 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 CD8D21065675 for ; Thu, 2 Jun 2011 19:30: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 9B9848FC1C for ; Thu, 2 Jun 2011 19:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52JUCKJ074764 for ; Thu, 2 Jun 2011 19:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52JUCQQ074763; Thu, 2 Jun 2011 19:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 19:30:12 GMT Resent-Message-Id: <201106021930.p52JUCQQ074763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tobias Rehbein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AF1B106566C for ; Thu, 2 Jun 2011 19:25:22 +0000 (UTC) (envelope-from tobias.rehbein@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id 239A08FC17 for ; Thu, 2 Jun 2011 19:25:20 +0000 (UTC) Received: from smtp06.web.de ( [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 4724F1A147D00 for ; Thu, 2 Jun 2011 21:07:22 +0200 (CEST) Received: from [95.89.182.160] (helo=sushi.pseudo.local) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #2) id 1QSDEn-0006We-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 02 Jun 2011 21:07:21 +0200 Received: from sushi.pseudo.local (localhost [127.0.0.1]) by sushi.pseudo.local (8.14.4/8.14.4) with ESMTP id p52J7LBW016389 for ; Thu, 2 Jun 2011 21:07:21 +0200 (CEST) (envelope-from tobi@sushi.pseudo.local) Received: (from tobi@localhost) by sushi.pseudo.local (8.14.4/8.14.4/Submit) id p52J7KDp016388; Thu, 2 Jun 2011 21:07:20 +0200 (CEST) (envelope-from tobi) Message-Id: <201106021907.p52J7KDp016388@sushi.pseudo.local> Date: Thu, 2 Jun 2011 21:07:20 +0200 (CEST) From: Tobias Rehbein Sender: tobias.rehbein@web.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157539: [MAINTAINER-UPDATE] games/stonesoup: Update to version 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tobias Rehbein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 19:30:12 -0000 >Number: 157539 >Category: ports >Synopsis: [MAINTAINER-UPDATE] games/stonesoup: Update to version 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: Thu Jun 02 19:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Tobias Rehbein >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD sushi.pseudo.local 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #3: Thu Apr 28 19:41:48 CEST 2011 tobi@sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386 Dungeon Crawl Stonesoup version 0.8 has been released. Find attached the corresponding patch. Release announcement: http://crawl.develz.org/wordpress/faster-pussycats-kill-kill >Description: >How-To-Repeat: >Fix: --- games-stonesoup-0.8.diff begins here --- diff -ruN games/stonesoup.orig/Makefile games/stonesoup/Makefile --- games/stonesoup.orig/Makefile 2011-06-02 17:21:19.000000000 +0200 +++ games/stonesoup/Makefile 2011-06-02 20:06:13.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= stonesoup -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-nodeps @@ -24,19 +24,31 @@ MAKE_JOBS_SAFE= yes SAVEDIR?= /var/games/${PORTNAME} -WRKSRC= ${WRKDIR}/stone_soup-${PORTVERSION}-1-g7ce9b19/source/ +WRKSRC= ${WRKDIR}/stone_soup-${PORTVERSION}/source/ SUB_FILES= README.FreeBSD PLIST_SUB= SAVEDIR="${SAVEDIR}" OPTIONS= SOUND "Sound support" off \ - LUA_BINDINGS "LUA bindings for user scripts" on \ UNICODE "Unicode glyphs (UTF-8)" off \ WIZARD "Wizard mode" off MAKEFILE= makefile MAKE_ARGS= FREEBSD_PORT=yes -MAKE_ARGS+= prefix=${PREFIX} SAVEDIR=${SAVEDIR} DATADIR=${DATADIR} +MAKE_ARGS+= prefix=${PREFIX} \ + SAVEDIR=${SAVEDIR} \ + DATADIR=${DATADIR} \ + INSTALL_UGRP=root:games \ + MCHMOD=2755 \ + MCHMOD_SAVEDIR=775 \ + MCHMOD_LOGS=664 \ + NO_AUTOOPT=YesPlease \ + NO_OPTIMIZE=YesPlease \ + LUA_INCLUDE_DIR=${LOCALBASE}/include/lua51 \ + LUA_LIB=-llua-5.1 \ + SQLITE_INCLUDE_DIR=${LOCALBASE}/include \ + SQLITE_LIB=-lsqlite3 \ + LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/lua51" .include @@ -66,9 +78,11 @@ RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox .endif -.if defined(WITHOUT_LUA_BINDINGS) -MAKE_ARGS+= NO_LUA_BINDINGS=yes -.endif +# NO_LUA_BINDINGS is bit-rotten. Upstream thinks about fixing or removing it. +# +# .if defined(WITHOUT_LUA_BINDINGS) +# MAKE_ARGS+= NO_LUA_BINDINGS=yes +# .endif .if defined(WITH_UNICODE) MAKE_ARGS+= USE_UNICODE=yes diff -ruN games/stonesoup.orig/distinfo games/stonesoup/distinfo --- games/stonesoup.orig/distinfo 2011-06-02 17:21:19.000000000 +0200 +++ games/stonesoup/distinfo 2011-06-02 17:23:55.000000000 +0200 @@ -1,3 +1,2 @@ -MD5 (stone_soup-0.7.1-nodeps.tar.bz2) = e5fa03fc9206ede190f288bf0b24500b -SHA256 (stone_soup-0.7.1-nodeps.tar.bz2) = 4978869637595e6c3573f0cc72e7aa1be05ab2b73fcef691692c5cbc044251bb -SIZE (stone_soup-0.7.1-nodeps.tar.bz2) = 4878043 +SHA256 (stone_soup-0.8.0-nodeps.tar.bz2) = b8e3dd7d46db0ac0ab4a4e2ea626d645f181a6e56d22caac57704fd8484fe16c +SIZE (stone_soup-0.8.0-nodeps.tar.bz2) = 6509944 diff -ruN games/stonesoup.orig/files/patch-AppHdr.h games/stonesoup/files/patch-AppHdr.h --- games/stonesoup.orig/files/patch-AppHdr.h 2011-06-02 17:21:19.000000000 +0200 +++ games/stonesoup/files/patch-AppHdr.h 2011-06-02 19:52:25.000000000 +0200 @@ -1,11 +1,11 @@ ---- ./AppHdr.h.orig 2010-07-24 05:31:45.000000000 +0200 -+++ ./AppHdr.h 2010-08-05 09:25:27.000000000 +0200 -@@ -161,7 +161,7 @@ - // setuid or setgid. Filenames passed to this command *are not - // validated in any way*. +--- ./AppHdr.h.orig 2011-04-26 15:08:47.000000000 +0200 ++++ ./AppHdr.h 2011-06-02 19:51:41.000000000 +0200 +@@ -135,7 +135,7 @@ // -- // #define SOUND_PLAY_COMMAND "/usr/bin/play -v .5 %s 2>/dev/null &" -+ %%SOUND%%#define SOUND_PLAY_COMMAND "%%LOCALBASE%%/bin/play -v .5 %s 2>/dev/null &" + // WARNING: Filenames passed to this command *are not validated in any way*. + // +- // #define SOUND_PLAY_COMMAND "/usr/bin/play -v .5 \"%s\" 2>/dev/null &" ++ %%SOUND%%#define SOUND_PLAY_COMMAND "%%LOCALBASE%%/bin/play -v .5 \"%s\" 2>/dev/null &" // For cases when the game will be played on terms that don't support the // curses "bold == lighter" 16 colour mode. -- bwr diff -ruN games/stonesoup.orig/files/patch-makefile games/stonesoup/files/patch-makefile --- games/stonesoup.orig/files/patch-makefile 2011-06-02 17:21:19.000000000 +0200 +++ games/stonesoup/files/patch-makefile 2011-06-02 19:52:25.000000000 +0200 @@ -1,133 +1,80 @@ ---- ./makefile.orig 2010-07-24 05:31:49.000000000 +0200 -+++ ./makefile 2010-08-05 09:25:27.000000000 +0200 -@@ -45,14 +45,7 @@ +--- ./makefile.orig 2011-04-26 15:08:48.000000000 +0200 ++++ ./makefile 2011-06-02 19:52:05.000000000 +0200 +@@ -51,7 +51,7 @@ # ask for a package with convenience libraries instead -- we'll try to provide # them somewhere in the near future. -GAME = crawl -- --ASSERTS = yes -- --# Disable GNU Make implicit rules and variables. Leaving them enabled will slow --# down MinGW and Cygwin builds by a very VERY noticeable degree. Besides, we have --# _explicit_ rules defined for everything. So we don't need them. --MAKEFLAGS += -rR +GAME = stonesoup - # - # Compiler Flags -@@ -86,24 +79,39 @@ + ASSERTS = yes + +@@ -92,11 +92,11 @@ else -+ifndef FREEBSD_PORT - CFOPTIMIZE := -O2 -+endif +-CFOPTIMIZE := -O2 ++CFOPTIMIZE := endif # USE_ICC -+ifndef FREEBSD_PORT - CFOTHERS := -pipe $(EXTERNAL_FLAGS) +-CFOTHERS := -pipe $(EXTERNAL_FLAGS) ++CFOTHERS := $(CFLAGS) CFOTHERS_L := -fsigned-char CFWARN := -Wall CFWARN_L := -Wundef - - DEFINES := $(EXTERNAL_DEFINES) -+else -+NO_AUTO_OPT = YesPlease -+ -+CFOTHERS := $(CFLAGS) -+CFOTHERS_L := -fsigned-char -+CFWARN := -+CFWARN_L := -+ -+DEFINES := $(EXTERNAL_DEFINES) -+endif - - # - # The GCC and GXX variables are set later. - # - AR = ar - RANLIB = ranlib -+ifndef FREEBSD_PORT - CC = $(GCC) - CXX = $(GXX) -+endif - RM = rm -f - COPY = cp - COPY_R = cp -r -@@ -135,10 +143,10 @@ +@@ -639,7 +639,7 @@ + DEFINES += -DWIZARD endif - LIBZ := contrib/install/lib/libz.a - --LUA_INCLUDE_DIR := /usr/include/lua5.1 --LUA_LIB := -llua5.1 --SQLITE_INCLUDE_DIR := /usr/include --SQLITE_LIB := -lsqlite3 -+LUA_INCLUDE_DIR := ${LOCALBASE}/include/lua51 -+LUA_LIB := -L${LOCALBASE}/lib/lua51 -llua-5.1 -+SQLITE_INCLUDE_DIR := ${LOCALBASE}/include -+SQLITE_LIB := -L${LOCALBASE}/lib -lsqlite3 - - # - # Platform Detection -@@ -314,7 +322,7 @@ - MCHMOD_LOGS := 664 - - # The user:group to install the game as. --INSTALL_UGRP := games:games -+INSTALL_UGRP := root:games - - chroot_prefix := - prefix := -@@ -540,6 +548,7 @@ - - endif # TILES - -+ifndef FREEBSD_PORT - # On clang, unknown -Wfoo is merely a warning, thus -Werror. - CFWARN_L += $(shell w=-Wno-array-bounds;echo|$(GCC) -E - -Werror $$w >/dev/null 2>&1 && echo $$w) - -@@ -607,6 +616,17 @@ - ifndef NO_OPTIMIZE - CFWARN_L += -Wuninitialized + ifdef NO_OPTIMIZE +-CFOPTIMIZE := -O0 ++CFOPTIMIZE := endif -+else # ifdef FREEBSD_PORT -+CFOTHERS_L = $(EXTERNAL_FLAGS_L) $(EXTRA_FLAGS) $(DEFINES) $(SDL_CFLAGS) -+ -+ifndef NO_LUA_BINDINGS -+CFOTHERS_L += -DCLUA_BINDINGS -+endif -+ -+ifdef WIZARD -+DEFINES += -DWIZARD -+endif -+endif # FREEBSD_PORT - - ifneq ($(strip $(chroot_prefix)),) - USE_CHROOT=YesPlease -@@ -822,10 +842,10 @@ + ifdef PCH + CFWARN_L += -Winvalid-pch +@@ -872,10 +872,10 @@ GAME_DEPENDS := $(DESTTILEFILES) $(OBJECTS) $(EXTRA_OBJECTS) $(CONTRIB_LIBS) SRC_PKG_BASE := stone_soup -SRC_VERSION := $(shell git describe --tags --long $(MERGE_BASE) 2>/dev/null || cat util/release_ver) -+SRC_VERSION := $(cat util/release_ver) ++SRC_VERSION := $(shell cat util/release_ver) # when making release builds, use just the bare tag -SRC_VERSION_SHORT := $(shell git describe --tags $(MERGE_BASE) 2>/dev/null || cat util/release_ver) -+SRC_VERSION_SHORT := $(cat util/release_ver) ++SRC_VERSION_SHORT := $(shell cat util/release_ver) ifneq (,$(SRC_VERSION_SHORT)) ifeq (,$(findstring -,$(SRC_VERSION_SHORT))) SRC_VERSION := $(SRC_VERSION_SHORT) -@@ -983,9 +1003,11 @@ - $(COPY) dat/tiles/VeraMono.ttf $(datadir_fp)/dat/tiles/ +@@ -1041,7 +1041,7 @@ + ifneq ($(savedir_fp),) + mkdir -p $(savedir_fp)/saves + mkdir -p $(savedir_fp)/morgue +-ifeq ($(USE_DGAMELAUNCH),) ++#ifeq ($(USE_DGAMELAUNCH),) + $(CHOWN) $(INSTALL_UGRP) $(prefix_fp)/$(bin_prefix)/$(GAME) || true + $(CHMOD) $(MCHMOD) $(prefix_fp)/$(bin_prefix)/$(GAME) || true + $(CHOWN) -R $(INSTALL_UGRP) $(datadir_fp) || true +@@ -1049,7 +1049,7 @@ + $(CHMOD) $(MCHMOD_SAVEDIR) $(savedir_fp) || true + $(CHMOD) $(MCHMOD_SAVEDIR) $(savedir_fp)/saves || true + $(CHMOD) $(MCHMOD_SAVEDIR) $(savedir_fp)/morgue || true +-endif ++#endif endif + ifneq ($(shareddir_fp),) + mkdir -p $(shareddir_fp) +@@ -1060,12 +1060,12 @@ + touch $(shareddir_fp)/logfile + touch $(shareddir_fp)/scores endif -+ifndef FREEBSD_PORT - ifeq ($(USE_DGAMELAUNCH),) - $(CHOWN) -R $(INSTALL_UGRP) $(datadir_fp) || true +-ifeq ($(USE_DGAMELAUNCH),) ++#ifeq ($(USE_DGAMELAUNCH),) + $(CHOWN) -R $(INSTALL_UGRP) $(shareddir_fp) || true + $(CHMOD) $(MCHMOD_SAVEDIR) $(shareddir_fp) || true + $(CHMOD) $(MCHMOD_LOGS) $(shareddir_fp)/logfile || true + $(CHMOD) $(MCHMOD_LOGS) $(shareddir_fp)/scores || true +-endif ++#endif endif -+endif - ifneq ($(savedir_fp),) - mkdir -p $(savedir_fp)/saves - ifneq ($(patsubst /var/%,%,$(savedir_fp)),$(savedir_fp)) + + clean: clean-rltiles diff -ruN games/stonesoup.orig/files/patch-rltiles__Makefile games/stonesoup/files/patch-rltiles__Makefile --- games/stonesoup.orig/files/patch-rltiles__Makefile 2011-06-02 17:21:19.000000000 +0200 +++ games/stonesoup/files/patch-rltiles__Makefile 2011-06-02 19:52:25.000000000 +0200 @@ -1,36 +1,57 @@ ---- ./rltiles/Makefile.orig 2010-08-05 09:25:41.000000000 +0200 -+++ ./rltiles/Makefile 2010-08-05 09:26:36.000000000 +0200 -@@ -10,7 +10,7 @@ - PNG_INCLUDE := $(shell pkg-config libpng --cflags 2> /dev/null || echo "-I../contrib/install/include") - PNG_LIB := $(shell pkg-config libpng --libs 2> /dev/null || echo "../contrib/install/lib/libpng.a ../contrib/install/lib/libz.a") +--- ./rltiles/Makefile.orig 2011-04-19 14:37:42.000000000 +0200 ++++ ./rltiles/Makefile 2011-06-02 19:51:42.000000000 +0200 +@@ -1,7 +1,7 @@ + uname_S := $(shell uname -s) + + ifneq (,$(findstring MINGW,$(uname_S))) +-LDFLAGS += -lmingw32 ++L_LDFLAGS += -lmingw32 + endif + + ifndef CONTRIB_SDL +@@ -20,17 +20,17 @@ + PNG_LIB := ../contrib/install/lib/libpng.a ../contrib/install/lib/libz.a + endif -CFLAGS := -O2 $(SDL_CFLAGS) $(PNG_INCLUDE) -+CFLAGS_L := $(CFLAGS) $(SDL_CFLAGS) $(PNG_INCLUDE) - LDFLAGS += $(SDL_LDFLAGS) $(PNG_LIB) +-LDFLAGS += $(SDL_LDFLAGS) $(PNG_LIB) ++L_CFLAGS := $(CFLAGS) $(SDL_CFLAGS) $(PNG_INCLUDE) ++L_LDFLAGS += $(LDFLAGS) $(SDL_LDFLAGS) $(PNG_LIB) ifneq (,$(findstring MINGW,$(uname_S))) -@@ -25,6 +25,7 @@ +-LDFLAGS += -lgdi32 -lwinmm ++L_LDFLAGS += -lgdi32 -lwinmm + endif + ifeq ($(uname_S),Darwin) +-LDFLAGS += -framework AppKit -framework AudioUnit -framework Carbon -framework IOKit -framework OpenGL ++L_LDFLAGS += -framework AppKit -framework AudioUnit -framework Carbon -framework IOKit -framework OpenGL + endif + ifeq ($(uname_S),Linux) +-LDFLAGS += -ldl -lpthread ++L_LDFLAGS += -ldl -lpthread + endif # Attempt to use a full compiler name, to make - # distcc builds work nicely. -+ifndef FREEBSD_PORT - LMACH := $(shell gcc -dumpmachine)- - ifeq ($(LMACH),-) +@@ -43,10 +43,6 @@ LMACH := -@@ -37,6 +38,7 @@ - CF_ARCHS := $(patsubst %,-arch %,$(ARCH)) - CXX += $(CF_ARCHS) endif -+endif + CXX = $(LMACH)g++ +-ifdef ARCH +-CF_ARCHS := $(patsubst %,-arch %,$(ARCH)) +-CXX += $(CF_ARCHS) +-endif DELETE = rm -f -@@ -79,7 +81,7 @@ +@@ -89,9 +85,9 @@ distclean: clean %.o: %.cc - $(QUIET_CXX)$(CXX) $(CFLAGS) -Wp,-MD,$*.d,-MT,$@ -c $< -o $@ -+ $(QUIET_CXX)$(CXX) $(CFLAGS_L) -Wp,-MD,$*.d,-MT,$@ -c $< -o $@ ++ $(QUIET_CXX)$(CXX) $(L_CFLAGS) -Wp,-MD,$*.d,-MT,$@ -c $< -o $@ $(TILEGEN): $(OBJECTS) - $(QUIET_LINK)$(CXX) $(OBJECTS) -o $@ $(LDFLAGS) +- $(QUIET_LINK)$(CXX) $(OBJECTS) -o $@ $(LDFLAGS) ++ $(QUIET_LINK)$(CXX) $(OBJECTS) -o $@ $(L_LDFLAGS) + + .PHONY: all clean distclean diff -ruN games/stonesoup.orig/pkg-descr games/stonesoup/pkg-descr --- games/stonesoup.orig/pkg-descr 2011-06-02 17:21:19.000000000 +0200 +++ games/stonesoup/pkg-descr 2011-06-02 19:07:11.000000000 +0200 @@ -5,4 +5,9 @@ Dungeon Crawl Stone Soup is a variant of Linley's Dungeon Crawl that's openly developed and invites participation from the Crawl community. +This port comes with two interfaces: + + games/stonesoup - the traditional tty interfaced + games/stonesoup-sdl - the fancy SDL interface + WWW: http://crawl.develz.org/ diff -ruN games/stonesoup.orig/pkg-plist games/stonesoup/pkg-plist --- games/stonesoup.orig/pkg-plist 2011-06-02 17:21:19.000000000 +0200 +++ games/stonesoup/pkg-plist 2011-06-02 19:57:11.000000000 +0200 @@ -1,23 +1,8 @@ bin/stonesoup -%%DATADIR%%/dat/des/builder/arena.des -%%DATADIR%%/dat/des/builder/didact.des -%%DATADIR%%/dat/des/builder/dummy.des -%%DATADIR%%/dat/des/builder/layout.des -%%DATADIR%%/dat/des/builder/rooms.des -%%DATADIR%%/dat/des/builder/uniques.des -%%DATADIR%%/dat/des/tutorial/tutorial.des -%%DATADIR%%/dat/des/sprint/sprint.des -%%DATADIR%%/dat/des/sprint/sprint2.des -%%DATADIR%%/dat/des/variable/large.des -%%DATADIR%%/dat/des/variable/entry.des -%%DATADIR%%/dat/des/variable/float.des -%%DATADIR%%/dat/des/variable/altar.des -%%DATADIR%%/dat/des/variable/mini.des -%%DATADIR%%/dat/des/variable/mini_features.des -%%DATADIR%%/dat/des/variable/mini_monsters.des %%DATADIR%%/dat/des/branches/zot.des %%DATADIR%%/dat/des/branches/blade.des %%DATADIR%%/dat/des/branches/crypt.des +%%DATADIR%%/dat/des/branches/dwarf.des %%DATADIR%%/dat/des/branches/elf.des %%DATADIR%%/dat/des/branches/hells.des %%DATADIR%%/dat/des/branches/hive.des @@ -32,6 +17,39 @@ %%DATADIR%%/dat/des/branches/tomb.des %%DATADIR%%/dat/des/branches/vaults.des %%DATADIR%%/dat/des/branches/abyss.des +%%DATADIR%%/dat/des/variable/traps.des +%%DATADIR%%/dat/des/variable/float.des +%%DATADIR%%/dat/des/variable/gnoll_camp.des +%%DATADIR%%/dat/des/variable/large.des +%%DATADIR%%/dat/des/variable/mini.des +%%DATADIR%%/dat/des/variable/mini_features.des +%%DATADIR%%/dat/des/variable/mini_monsters.des +%%DATADIR%%/dat/des/variable/serial_corexii_hall.des +%%DATADIR%%/dat/des/variable/serial_curves.des +%%DATADIR%%/dat/des/variable/serial_window.des +%%DATADIR%%/dat/des/variable/altar.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson1.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson2.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson3.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson4.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson5.des +%%DATADIR%%/dat/des/entry/entry.des +%%DATADIR%%/dat/des/entry/entry_large.des +%%DATADIR%%/dat/des/entry/entry_simple.des +%%DATADIR%%/dat/des/entry/entry_small.des +%%DATADIR%%/dat/des/entry/entry_twisted.des +%%DATADIR%%/dat/des/sprint/sprint.des +%%DATADIR%%/dat/des/sprint/sprint2.des +%%DATADIR%%/dat/des/sprint/sprint_fedhas.des +%%DATADIR%%/dat/des/sprint/sprint_mu.des +%%DATADIR%%/dat/des/zotdef/zotdef.des +%%DATADIR%%/dat/des/builder/layout.des +%%DATADIR%%/dat/des/builder/didact.des +%%DATADIR%%/dat/des/builder/dummy.des +%%DATADIR%%/dat/des/builder/arena.des +%%DATADIR%%/dat/des/builder/rooms.des +%%DATADIR%%/dat/des/builder/shops.des +%%DATADIR%%/dat/des/builder/uniques.des %%DATADIR%%/dat/des/portals/ziggurat.des %%DATADIR%%/dat/des/portals/bazaar.des %%DATADIR%%/dat/des/portals/icecave.des @@ -44,9 +62,11 @@ %%DATADIR%%/dat/des/portals/wizlab.des %%DATADIR%%/dat/des/portals/bailey.des %%DATADIR%%/dat/des/guide.txt +%%DATADIR%%/dat/des/test.des %%DATADIR%%/dat/clua/debug.lua %%DATADIR%%/dat/clua/util.lua %%DATADIR%%/dat/clua/userbase.lua +%%DATADIR%%/dat/clua/tutorial.lua %%DATADIR%%/dat/clua/test.lua %%DATADIR%%/dat/clua/sprint.lua %%DATADIR%%/dat/clua/sanity.lua @@ -72,6 +92,7 @@ %%DATADIR%%/dat/clua/lm_1way.lua %%DATADIR%%/dat/clua/iter.lua %%DATADIR%%/dat/clua/init.lua +%%DATADIR%%/dat/clua/fnwrap.lua %%DATADIR%%/dat/clua/dungeon.lua %%DATADIR%%/dat/clua/ziggurat.lua %%DATADIR%%/dat/lua/autofight.lua @@ -93,6 +114,7 @@ %%DATADIR%%/dat/database/monspell.txt %%DATADIR%%/dat/database/monspeak.txt %%DATADIR%%/dat/database/monname.txt +%%DATADIR%%/dat/database/monflee.txt %%DATADIR%%/dat/database/miscname.txt %%DATADIR%%/dat/database/insult.txt %%DATADIR%%/dat/database/help.txt @@ -106,6 +128,7 @@ %%DATADIR%%/dat/descript/items.txt %%DATADIR%%/dat/descript/gods.txt %%DATADIR%%/dat/descript/features.txt +%%DATADIR%%/dat/descript/commands.txt %%DATADIR%%/dat/descript/cards.txt %%DATADIR%%/dat/descript/branches.txt %%DATADIR%%/dat/descript/backgrounds.txt @@ -116,6 +139,7 @@ %%DATADIR%%/docs/develop/levels/advanced.txt %%DATADIR%%/docs/develop/IRC.txt %%DATADIR%%/docs/develop/testing.txt +%%DATADIR%%/docs/develop/spells.txt %%DATADIR%%/docs/develop/save_compatibility.txt %%DATADIR%%/docs/develop/release.txt %%DATADIR%%/docs/develop/process.txt @@ -128,8 +152,7 @@ %%DATADIR%%/docs/license/lualicense.txt %%DATADIR%%/docs/license/libpng-LICENSE.txt %%DATADIR%%/docs/license/lgpl.txt -%%DATADIR%%/docs/034_changes.txt -%%DATADIR%%/docs/ssh_guide.txt +%%DATADIR%%/docs/aptitudes.txt %%DATADIR%%/docs/quickstart.txt %%DATADIR%%/docs/options_guide.txt %%DATADIR%%/docs/macros_guide.txt @@ -138,8 +161,7 @@ %%DATADIR%%/docs/crawl_manual.txt %%DATADIR%%/docs/changelog.txt %%DATADIR%%/docs/arena.txt -%%DATADIR%%/docs/aptitudes.txt -%%DATADIR%%/docs/tiles_help.txt +%%DATADIR%%/docs/ssh_guide.txt %%DATADIR%%/settings/034_command_keys.txt %%DATADIR%%/settings/standard_colours.txt %%DATADIR%%/settings/runrest_messages.txt @@ -151,45 +173,57 @@ %%DATADIR%%/settings/dvorak_command_keys.txt %%DATADIR%%/settings/dolls.txt %%DATADIR%%/settings/autopickup_exceptions.txt +%%DATADIR%%/settings/advanced_optioneering.txt +%%DATADIR%%/settings/071_monster_glyphs.txt %%DATADIR%%/settings/060_monster_glyphs.txt %%DATADIR%%/settings/052_monster_glyphs.txt %%DATADIR%%/settings/034_monster_glyphs.txt %%DATADIR%%/settings/tiles_options.txt +%%SDL%%%%DATADIR%%/dat/tiles/feat.png +%%SDL%%%%DATADIR%%/dat/tiles/title_omndra_zot_demon.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_undead_warrior.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_summoner.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_kitchen_duty.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_dragon.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-win32.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-512x512.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-32x32.png +%%SDL%%%%DATADIR%%/dat/tiles/player.png +%%SDL%%%%DATADIR%%/dat/tiles/main.png +%%SDL%%%%DATADIR%%/dat/tiles/logo.png +%%SDL%%%%DATADIR%%/dat/tiles/icons.png +%%SDL%%%%DATADIR%%/dat/tiles/gui.png +%%SDL%%%%DATADIR%%/dat/tiles/floor.png +%%SDL%%%%DATADIR%%/dat/tiles/wall.png +%%SDL%%%%DATADIR%%/dat/tiles/Vera.ttf +%%SDL%%%%DATADIR%%/dat/tiles/VeraMono.ttf %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.crawlrc -@dirrm %%DATADIR%%/dat/des/builder +@dirrm %%DATADIR%%/dat/des/branches +@dirrm %%DATADIR%%/dat/des/variable @dirrm %%DATADIR%%/dat/des/tutorial +@dirrm %%DATADIR%%/dat/des/entry @dirrm %%DATADIR%%/dat/des/sprint -@dirrm %%DATADIR%%/dat/des/variable -@dirrm %%DATADIR%%/dat/des/branches +@dirrm %%DATADIR%%/dat/des/zotdef +@dirrm %%DATADIR%%/dat/des/builder @dirrm %%DATADIR%%/dat/des/portals @dirrm %%DATADIR%%/dat/des @dirrm %%DATADIR%%/dat/clua @dirrm %%DATADIR%%/dat/lua @dirrm %%DATADIR%%/dat/database @dirrm %%DATADIR%%/dat/descript +%%SDL%%@dirrm %%DATADIR%%/dat/tiles +@dirrm %%DATADIR%%/dat @dirrm %%DATADIR%%/docs/develop/levels @dirrm %%DATADIR%%/docs/develop @dirrm %%DATADIR%%/docs/license @dirrm %%DATADIR%%/docs @dirrm %%DATADIR%%/settings -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ -%%SDL%%%%DATADIR%%/dat/tiles/feat.png -%%SDL%%%%DATADIR%%/dat/tiles/title.png -%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-win32.png -%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-32x32.png -%%SDL%%%%DATADIR%%/dat/tiles/player.png -%%SDL%%%%DATADIR%%/dat/tiles/main.png -%%SDL%%%%DATADIR%%/dat/tiles/gui.png -%%SDL%%%%DATADIR%%/dat/tiles/floor.png -%%SDL%%%%DATADIR%%/dat/tiles/wall.png -%%SDL%%%%DATADIR%%/dat/tiles/Vera.ttf -%%SDL%%%%DATADIR%%/dat/tiles/VeraMono.ttf -%%SDL%%@dirrm %%DATADIR%%/dat/tiles -@dirrm %%DATADIR%%/dat -@dirrm %%DATADIR%%/ +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @exec install -d -o root -g games -m 775 %%SAVEDIR%%/saves %%SAVEDIR%%/morgue @exec touch %%SAVEDIR%%/saves/logfile %%SAVEDIR%%/saves/scores @exec chmod 664 %%SAVEDIR%%/saves/logfile %%SAVEDIR%%/saves/scores @unexec rmdir %%SAVEDIR%% >/dev/null 2>&1 || echo 'stonesoup save-game directory (%%SAVEDIR%%) not removed due to existing save games. If you are permanently removing this port, you should do a ``rm -rf %%SAVEDIR%%``.' | fmt + diff -ruN games/stonesoup.orig/pkg-plist.old games/stonesoup/pkg-plist.old --- games/stonesoup.orig/pkg-plist.old 1970-01-01 01:00:00.000000000 +0100 +++ games/stonesoup/pkg-plist.old 2011-06-02 18:35:04.000000000 +0200 @@ -0,0 +1,195 @@ +bin/stonesoup +%%DATADIR%%/dat/des/builder/arena.des +%%DATADIR%%/dat/des/builder/didact.des +%%DATADIR%%/dat/des/builder/dummy.des +%%DATADIR%%/dat/des/builder/layout.des +%%DATADIR%%/dat/des/builder/rooms.des +%%DATADIR%%/dat/des/builder/uniques.des +%%DATADIR%%/dat/des/tutorial/tutorial.des +%%DATADIR%%/dat/des/sprint/sprint.des +%%DATADIR%%/dat/des/sprint/sprint2.des +%%DATADIR%%/dat/des/variable/large.des +%%DATADIR%%/dat/des/variable/entry.des +%%DATADIR%%/dat/des/variable/float.des +%%DATADIR%%/dat/des/variable/altar.des +%%DATADIR%%/dat/des/variable/mini.des +%%DATADIR%%/dat/des/variable/mini_features.des +%%DATADIR%%/dat/des/variable/mini_monsters.des +%%DATADIR%%/dat/des/branches/zot.des +%%DATADIR%%/dat/des/branches/blade.des +%%DATADIR%%/dat/des/branches/crypt.des +%%DATADIR%%/dat/des/branches/elf.des +%%DATADIR%%/dat/des/branches/hells.des +%%DATADIR%%/dat/des/branches/hive.des +%%DATADIR%%/dat/des/branches/lair.des +%%DATADIR%%/dat/des/branches/orc.des +%%DATADIR%%/dat/des/branches/pan.des +%%DATADIR%%/dat/des/branches/shoals.des +%%DATADIR%%/dat/des/branches/slime.des +%%DATADIR%%/dat/des/branches/snake.des +%%DATADIR%%/dat/des/branches/swamp.des +%%DATADIR%%/dat/des/branches/temple.des +%%DATADIR%%/dat/des/branches/tomb.des +%%DATADIR%%/dat/des/branches/vaults.des +%%DATADIR%%/dat/des/branches/abyss.des +%%DATADIR%%/dat/des/portals/ziggurat.des +%%DATADIR%%/dat/des/portals/bazaar.des +%%DATADIR%%/dat/des/portals/icecave.des +%%DATADIR%%/dat/des/portals/lab.des +%%DATADIR%%/dat/des/portals/ossuary.des +%%DATADIR%%/dat/des/portals/sewer.des +%%DATADIR%%/dat/des/portals/spider.des +%%DATADIR%%/dat/des/portals/trove.des +%%DATADIR%%/dat/des/portals/volcano.des +%%DATADIR%%/dat/des/portals/wizlab.des +%%DATADIR%%/dat/des/portals/bailey.des +%%DATADIR%%/dat/des/guide.txt +%%DATADIR%%/dat/clua/debug.lua +%%DATADIR%%/dat/clua/util.lua +%%DATADIR%%/dat/clua/userbase.lua +%%DATADIR%%/dat/clua/test.lua +%%DATADIR%%/dat/clua/sprint.lua +%%DATADIR%%/dat/clua/sanity.lua +%%DATADIR%%/dat/clua/point.lua +%%DATADIR%%/dat/clua/mapinit.lua +%%DATADIR%%/dat/clua/macro.lua +%%DATADIR%%/dat/clua/luamark.lua +%%DATADIR%%/dat/clua/loadmaps.lua +%%DATADIR%%/dat/clua/lm_trove.lua +%%DATADIR%%/dat/clua/lm_trig.lua +%%DATADIR%%/dat/clua/lm_toll.lua +%%DATADIR%%/dat/clua/lm_tmsg.lua +%%DATADIR%%/dat/clua/lm_timed.lua +%%DATADIR%%/dat/clua/lm_props.lua +%%DATADIR%%/dat/clua/lm_pdesc.lua +%%DATADIR%%/dat/clua/lm_mslav.lua +%%DATADIR%%/dat/clua/lm_monst.lua +%%DATADIR%%/dat/clua/lm_mon_prop.lua +%%DATADIR%%/dat/clua/lm_items.lua +%%DATADIR%%/dat/clua/lm_fog.lua +%%DATADIR%%/dat/clua/lm_flags.lua +%%DATADIR%%/dat/clua/lm_door.lua +%%DATADIR%%/dat/clua/lm_1way.lua +%%DATADIR%%/dat/clua/iter.lua +%%DATADIR%%/dat/clua/init.lua +%%DATADIR%%/dat/clua/dungeon.lua +%%DATADIR%%/dat/clua/ziggurat.lua +%%DATADIR%%/dat/lua/autofight.lua +%%DATADIR%%/dat/lua/trapwalk.lua +%%DATADIR%%/dat/lua/stash.lua +%%DATADIR%%/dat/lua/runrest.lua +%%DATADIR%%/dat/lua/pickup.lua +%%DATADIR%%/dat/lua/kills.lua +%%DATADIR%%/dat/lua/gearset.lua +%%DATADIR%%/dat/lua/wield.lua +%%DATADIR%%/dat/database/FAQ.txt +%%DATADIR%%/dat/database/shout.txt +%%DATADIR%%/dat/database/randname.txt +%%DATADIR%%/dat/database/randbook.txt +%%DATADIR%%/dat/database/rand_wpn.txt +%%DATADIR%%/dat/database/rand_arm.txt +%%DATADIR%%/dat/database/rand_all.txt +%%DATADIR%%/dat/database/quotes.txt +%%DATADIR%%/dat/database/monspell.txt +%%DATADIR%%/dat/database/monspeak.txt +%%DATADIR%%/dat/database/monname.txt +%%DATADIR%%/dat/database/miscname.txt +%%DATADIR%%/dat/database/insult.txt +%%DATADIR%%/dat/database/help.txt +%%DATADIR%%/dat/database/godspeak.txt +%%DATADIR%%/dat/database/wpnnoise.txt +%%DATADIR%%/dat/descript/ability.txt +%%DATADIR%%/dat/descript/spells.txt +%%DATADIR%%/dat/descript/species.txt +%%DATADIR%%/dat/descript/skills.txt +%%DATADIR%%/dat/descript/monsters.txt +%%DATADIR%%/dat/descript/items.txt +%%DATADIR%%/dat/descript/gods.txt +%%DATADIR%%/dat/descript/features.txt +%%DATADIR%%/dat/descript/cards.txt +%%DATADIR%%/dat/descript/branches.txt +%%DATADIR%%/dat/descript/backgrounds.txt +%%DATADIR%%/dat/descript/unident.txt +%%DATADIR%%/docs/develop/levels/triggerables.txt +%%DATADIR%%/docs/develop/levels/syntax.txt +%%DATADIR%%/docs/develop/levels/introduction.txt +%%DATADIR%%/docs/develop/levels/advanced.txt +%%DATADIR%%/docs/develop/IRC.txt +%%DATADIR%%/docs/develop/testing.txt +%%DATADIR%%/docs/develop/save_compatibility.txt +%%DATADIR%%/docs/develop/release.txt +%%DATADIR%%/docs/develop/process.txt +%%DATADIR%%/docs/develop/patch_guide.txt +%%DATADIR%%/docs/develop/monster_speech.txt +%%DATADIR%%/docs/develop/coding_conventions.txt +%%DATADIR%%/docs/develop/tiles_creation.txt +%%DATADIR%%/docs/license/pcre_license.txt +%%DATADIR%%/docs/license/mt19937.txt +%%DATADIR%%/docs/license/lualicense.txt +%%DATADIR%%/docs/license/libpng-LICENSE.txt +%%DATADIR%%/docs/license/lgpl.txt +%%DATADIR%%/docs/034_changes.txt +%%DATADIR%%/docs/ssh_guide.txt +%%DATADIR%%/docs/quickstart.txt +%%DATADIR%%/docs/options_guide.txt +%%DATADIR%%/docs/macros_guide.txt +%%DATADIR%%/docs/keybind.txt +%%DATADIR%%/docs/key_changes.txt +%%DATADIR%%/docs/crawl_manual.txt +%%DATADIR%%/docs/changelog.txt +%%DATADIR%%/docs/arena.txt +%%DATADIR%%/docs/aptitudes.txt +%%DATADIR%%/docs/tiles_help.txt +%%DATADIR%%/settings/034_command_keys.txt +%%DATADIR%%/settings/standard_colours.txt +%%DATADIR%%/settings/runrest_messages.txt +%%DATADIR%%/settings/no_vi_command_keys.txt +%%DATADIR%%/settings/messages.txt +%%DATADIR%%/settings/menu_colours.txt +%%DATADIR%%/settings/init.txt +%%DATADIR%%/settings/food_colouring.txt +%%DATADIR%%/settings/dvorak_command_keys.txt +%%DATADIR%%/settings/dolls.txt +%%DATADIR%%/settings/autopickup_exceptions.txt +%%DATADIR%%/settings/060_monster_glyphs.txt +%%DATADIR%%/settings/052_monster_glyphs.txt +%%DATADIR%%/settings/034_monster_glyphs.txt +%%DATADIR%%/settings/tiles_options.txt +%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.crawlrc +@dirrm %%DATADIR%%/dat/des/builder +@dirrm %%DATADIR%%/dat/des/tutorial +@dirrm %%DATADIR%%/dat/des/sprint +@dirrm %%DATADIR%%/dat/des/variable +@dirrm %%DATADIR%%/dat/des/branches +@dirrm %%DATADIR%%/dat/des/portals +@dirrm %%DATADIR%%/dat/des +@dirrm %%DATADIR%%/dat/clua +@dirrm %%DATADIR%%/dat/lua +@dirrm %%DATADIR%%/dat/database +@dirrm %%DATADIR%%/dat/descript +@dirrm %%DATADIR%%/docs/develop/levels +@dirrm %%DATADIR%%/docs/develop +@dirrm %%DATADIR%%/docs/license +@dirrm %%DATADIR%%/docs +@dirrm %%DATADIR%%/settings +%%PORTDOCS%%@dirrm %%DOCSDIR%%/ +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ +%%SDL%%%%DATADIR%%/dat/tiles/feat.png +%%SDL%%%%DATADIR%%/dat/tiles/title.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-win32.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-32x32.png +%%SDL%%%%DATADIR%%/dat/tiles/player.png +%%SDL%%%%DATADIR%%/dat/tiles/main.png +%%SDL%%%%DATADIR%%/dat/tiles/gui.png +%%SDL%%%%DATADIR%%/dat/tiles/floor.png +%%SDL%%%%DATADIR%%/dat/tiles/wall.png +%%SDL%%%%DATADIR%%/dat/tiles/Vera.ttf +%%SDL%%%%DATADIR%%/dat/tiles/VeraMono.ttf +%%SDL%%@dirrm %%DATADIR%%/dat/tiles +@dirrm %%DATADIR%%/dat +@dirrm %%DATADIR%%/ +@exec install -d -o root -g games -m 775 %%SAVEDIR%%/saves %%SAVEDIR%%/morgue +@exec touch %%SAVEDIR%%/saves/logfile %%SAVEDIR%%/saves/scores +@exec chmod 664 %%SAVEDIR%%/saves/logfile %%SAVEDIR%%/saves/scores +@unexec rmdir %%SAVEDIR%% >/dev/null 2>&1 || echo 'stonesoup save-game directory (%%SAVEDIR%%) not removed due to existing save games. If you are permanently removing this port, you should do a ``rm -rf %%SAVEDIR%%``.' | fmt diff -ruN games/stonesoup.orig/pkg-plist.tty games/stonesoup/pkg-plist.tty --- games/stonesoup.orig/pkg-plist.tty 1970-01-01 01:00:00.000000000 +0100 +++ games/stonesoup/pkg-plist.tty 2011-06-02 19:52:49.000000000 +0200 @@ -0,0 +1,209 @@ +bin/stonesoup +%%DATADIR%%/dat/des/branches/zot.des +%%DATADIR%%/dat/des/branches/blade.des +%%DATADIR%%/dat/des/branches/crypt.des +%%DATADIR%%/dat/des/branches/dwarf.des +%%DATADIR%%/dat/des/branches/elf.des +%%DATADIR%%/dat/des/branches/hells.des +%%DATADIR%%/dat/des/branches/hive.des +%%DATADIR%%/dat/des/branches/lair.des +%%DATADIR%%/dat/des/branches/orc.des +%%DATADIR%%/dat/des/branches/pan.des +%%DATADIR%%/dat/des/branches/shoals.des +%%DATADIR%%/dat/des/branches/slime.des +%%DATADIR%%/dat/des/branches/snake.des +%%DATADIR%%/dat/des/branches/swamp.des +%%DATADIR%%/dat/des/branches/temple.des +%%DATADIR%%/dat/des/branches/tomb.des +%%DATADIR%%/dat/des/branches/vaults.des +%%DATADIR%%/dat/des/branches/abyss.des +%%DATADIR%%/dat/des/variable/traps.des +%%DATADIR%%/dat/des/variable/float.des +%%DATADIR%%/dat/des/variable/gnoll_camp.des +%%DATADIR%%/dat/des/variable/large.des +%%DATADIR%%/dat/des/variable/mini.des +%%DATADIR%%/dat/des/variable/mini_features.des +%%DATADIR%%/dat/des/variable/mini_monsters.des +%%DATADIR%%/dat/des/variable/serial_corexii_hall.des +%%DATADIR%%/dat/des/variable/serial_curves.des +%%DATADIR%%/dat/des/variable/serial_window.des +%%DATADIR%%/dat/des/variable/altar.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson1.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson2.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson3.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson4.des +%%DATADIR%%/dat/des/tutorial/tutorial_lesson5.des +%%DATADIR%%/dat/des/entry/entry.des +%%DATADIR%%/dat/des/entry/entry_large.des +%%DATADIR%%/dat/des/entry/entry_simple.des +%%DATADIR%%/dat/des/entry/entry_small.des +%%DATADIR%%/dat/des/entry/entry_twisted.des +%%DATADIR%%/dat/des/sprint/sprint.des +%%DATADIR%%/dat/des/sprint/sprint2.des +%%DATADIR%%/dat/des/sprint/sprint_fedhas.des +%%DATADIR%%/dat/des/sprint/sprint_mu.des +%%DATADIR%%/dat/des/zotdef/zotdef.des +%%DATADIR%%/dat/des/builder/layout.des +%%DATADIR%%/dat/des/builder/didact.des +%%DATADIR%%/dat/des/builder/dummy.des +%%DATADIR%%/dat/des/builder/arena.des +%%DATADIR%%/dat/des/builder/rooms.des +%%DATADIR%%/dat/des/builder/shops.des +%%DATADIR%%/dat/des/builder/uniques.des +%%DATADIR%%/dat/des/portals/ziggurat.des +%%DATADIR%%/dat/des/portals/bazaar.des +%%DATADIR%%/dat/des/portals/icecave.des +%%DATADIR%%/dat/des/portals/lab.des +%%DATADIR%%/dat/des/portals/ossuary.des +%%DATADIR%%/dat/des/portals/sewer.des +%%DATADIR%%/dat/des/portals/spider.des +%%DATADIR%%/dat/des/portals/trove.des +%%DATADIR%%/dat/des/portals/volcano.des +%%DATADIR%%/dat/des/portals/wizlab.des +%%DATADIR%%/dat/des/portals/bailey.des +%%DATADIR%%/dat/des/guide.txt +%%DATADIR%%/dat/des/test.des +%%DATADIR%%/dat/clua/debug.lua +%%DATADIR%%/dat/clua/util.lua +%%DATADIR%%/dat/clua/userbase.lua +%%DATADIR%%/dat/clua/tutorial.lua +%%DATADIR%%/dat/clua/test.lua +%%DATADIR%%/dat/clua/sprint.lua +%%DATADIR%%/dat/clua/sanity.lua +%%DATADIR%%/dat/clua/point.lua +%%DATADIR%%/dat/clua/mapinit.lua +%%DATADIR%%/dat/clua/macro.lua +%%DATADIR%%/dat/clua/luamark.lua +%%DATADIR%%/dat/clua/loadmaps.lua +%%DATADIR%%/dat/clua/lm_trove.lua +%%DATADIR%%/dat/clua/lm_trig.lua +%%DATADIR%%/dat/clua/lm_toll.lua +%%DATADIR%%/dat/clua/lm_tmsg.lua +%%DATADIR%%/dat/clua/lm_timed.lua +%%DATADIR%%/dat/clua/lm_props.lua +%%DATADIR%%/dat/clua/lm_pdesc.lua +%%DATADIR%%/dat/clua/lm_mslav.lua +%%DATADIR%%/dat/clua/lm_monst.lua +%%DATADIR%%/dat/clua/lm_mon_prop.lua +%%DATADIR%%/dat/clua/lm_items.lua +%%DATADIR%%/dat/clua/lm_fog.lua +%%DATADIR%%/dat/clua/lm_flags.lua +%%DATADIR%%/dat/clua/lm_door.lua +%%DATADIR%%/dat/clua/lm_1way.lua +%%DATADIR%%/dat/clua/iter.lua +%%DATADIR%%/dat/clua/init.lua +%%DATADIR%%/dat/clua/fnwrap.lua +%%DATADIR%%/dat/clua/dungeon.lua +%%DATADIR%%/dat/clua/ziggurat.lua +%%DATADIR%%/dat/lua/autofight.lua +%%DATADIR%%/dat/lua/trapwalk.lua +%%DATADIR%%/dat/lua/stash.lua +%%DATADIR%%/dat/lua/runrest.lua +%%DATADIR%%/dat/lua/pickup.lua +%%DATADIR%%/dat/lua/kills.lua +%%DATADIR%%/dat/lua/gearset.lua +%%DATADIR%%/dat/lua/wield.lua +%%DATADIR%%/dat/database/FAQ.txt +%%DATADIR%%/dat/database/shout.txt +%%DATADIR%%/dat/database/randname.txt +%%DATADIR%%/dat/database/randbook.txt +%%DATADIR%%/dat/database/rand_wpn.txt +%%DATADIR%%/dat/database/rand_arm.txt +%%DATADIR%%/dat/database/rand_all.txt +%%DATADIR%%/dat/database/quotes.txt +%%DATADIR%%/dat/database/monspell.txt +%%DATADIR%%/dat/database/monspeak.txt +%%DATADIR%%/dat/database/monname.txt +%%DATADIR%%/dat/database/monflee.txt +%%DATADIR%%/dat/database/miscname.txt +%%DATADIR%%/dat/database/insult.txt +%%DATADIR%%/dat/database/help.txt +%%DATADIR%%/dat/database/godspeak.txt +%%DATADIR%%/dat/database/wpnnoise.txt +%%DATADIR%%/dat/descript/ability.txt +%%DATADIR%%/dat/descript/spells.txt +%%DATADIR%%/dat/descript/species.txt +%%DATADIR%%/dat/descript/skills.txt +%%DATADIR%%/dat/descript/monsters.txt +%%DATADIR%%/dat/descript/items.txt +%%DATADIR%%/dat/descript/gods.txt +%%DATADIR%%/dat/descript/features.txt +%%DATADIR%%/dat/descript/commands.txt +%%DATADIR%%/dat/descript/cards.txt +%%DATADIR%%/dat/descript/branches.txt +%%DATADIR%%/dat/descript/backgrounds.txt +%%DATADIR%%/dat/descript/unident.txt +%%DATADIR%%/docs/develop/levels/triggerables.txt +%%DATADIR%%/docs/develop/levels/syntax.txt +%%DATADIR%%/docs/develop/levels/introduction.txt +%%DATADIR%%/docs/develop/levels/advanced.txt +%%DATADIR%%/docs/develop/IRC.txt +%%DATADIR%%/docs/develop/testing.txt +%%DATADIR%%/docs/develop/spells.txt +%%DATADIR%%/docs/develop/save_compatibility.txt +%%DATADIR%%/docs/develop/release.txt +%%DATADIR%%/docs/develop/process.txt +%%DATADIR%%/docs/develop/patch_guide.txt +%%DATADIR%%/docs/develop/monster_speech.txt +%%DATADIR%%/docs/develop/coding_conventions.txt +%%DATADIR%%/docs/develop/tiles_creation.txt +%%DATADIR%%/docs/license/pcre_license.txt +%%DATADIR%%/docs/license/mt19937.txt +%%DATADIR%%/docs/license/lualicense.txt +%%DATADIR%%/docs/license/libpng-LICENSE.txt +%%DATADIR%%/docs/license/lgpl.txt +%%DATADIR%%/docs/aptitudes.txt +%%DATADIR%%/docs/quickstart.txt +%%DATADIR%%/docs/options_guide.txt +%%DATADIR%%/docs/macros_guide.txt +%%DATADIR%%/docs/keybind.txt +%%DATADIR%%/docs/key_changes.txt +%%DATADIR%%/docs/crawl_manual.txt +%%DATADIR%%/docs/changelog.txt +%%DATADIR%%/docs/arena.txt +%%DATADIR%%/docs/ssh_guide.txt +%%DATADIR%%/settings/034_command_keys.txt +%%DATADIR%%/settings/standard_colours.txt +%%DATADIR%%/settings/runrest_messages.txt +%%DATADIR%%/settings/no_vi_command_keys.txt +%%DATADIR%%/settings/messages.txt +%%DATADIR%%/settings/menu_colours.txt +%%DATADIR%%/settings/init.txt +%%DATADIR%%/settings/food_colouring.txt +%%DATADIR%%/settings/dvorak_command_keys.txt +%%DATADIR%%/settings/dolls.txt +%%DATADIR%%/settings/autopickup_exceptions.txt +%%DATADIR%%/settings/advanced_optioneering.txt +%%DATADIR%%/settings/071_monster_glyphs.txt +%%DATADIR%%/settings/060_monster_glyphs.txt +%%DATADIR%%/settings/052_monster_glyphs.txt +%%DATADIR%%/settings/034_monster_glyphs.txt +%%DATADIR%%/settings/tiles_options.txt +%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.crawlrc +@dirrm %%DATADIR%%/dat/des/branches +@dirrm %%DATADIR%%/dat/des/variable +@dirrm %%DATADIR%%/dat/des/tutorial +@dirrm %%DATADIR%%/dat/des/entry +@dirrm %%DATADIR%%/dat/des/sprint +@dirrm %%DATADIR%%/dat/des/zotdef +@dirrm %%DATADIR%%/dat/des/builder +@dirrm %%DATADIR%%/dat/des/portals +@dirrm %%DATADIR%%/dat/des +@dirrm %%DATADIR%%/dat/clua +@dirrm %%DATADIR%%/dat/lua +@dirrm %%DATADIR%%/dat/database +@dirrm %%DATADIR%%/dat/descript +@dirrm %%DATADIR%%/dat +@dirrm %%DATADIR%%/docs/develop/levels +@dirrm %%DATADIR%%/docs/develop +@dirrm %%DATADIR%%/docs/license +@dirrm %%DATADIR%%/docs +@dirrm %%DATADIR%%/settings +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@exec install -d -o root -g games -m 775 %%SAVEDIR%%/saves %%SAVEDIR%%/morgue +@exec touch %%SAVEDIR%%/saves/logfile %%SAVEDIR%%/saves/scores +@exec chmod 664 %%SAVEDIR%%/saves/logfile %%SAVEDIR%%/saves/scores +@unexec rmdir %%SAVEDIR%% >/dev/null 2>&1 || echo 'stonesoup save-game directory (%%SAVEDIR%%) not removed due to existing save games. If you are permanently removing this port, you should do a ``rm -rf %%SAVEDIR%%``.' | fmt --- games-stonesoup-0.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:10:09 2011 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 C333C106566C for ; Thu, 2 Jun 2011 20: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 9D9D88FC12 for ; Thu, 2 Jun 2011 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52KA9Vk010948 for ; Thu, 2 Jun 2011 20:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52KA9TD010947; Thu, 2 Jun 2011 20:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 20:10:09 GMT Resent-Message-Id: <201106022010.p52KA9TD010947@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Grzegorz Blach" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9006106566C for ; Thu, 2 Jun 2011 20:06:59 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0B98FC16 for ; Thu, 2 Jun 2011 20:06:58 +0000 (UTC) Received: by eyg7 with SMTP id 7so588554eyg.13 for ; Thu, 02 Jun 2011 13:06:58 -0700 (PDT) Received: by 10.14.15.78 with SMTP id e54mr459552eee.80.1307045217774; Thu, 02 Jun 2011 13:06:57 -0700 (PDT) Received: from silver.nine (89-72-104-219.dynamic.chello.pl [89.72.104.219]) by mx.google.com with ESMTPS id a41sm628844eeg.7.2011.06.02.13.06.56 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Jun 2011 13:06:56 -0700 (PDT) Message-Id: <1307045216.16236@silver.nine> Date: Thu, 2 Jun 2011 22:06:56 +0200 From: "Grzegorz Blach" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/157541: Udated port mail/p5-Dancer-Plugin-Email X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 20:10:09 -0000 >Number: 157541 >Category: ports >Synopsis: Udated port mail/p5-Dancer-Plugin-Email >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 20:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011 magik@silver.nine:/usr/obj/usr/src/sys/SILVER >Description: mail/p5-Dancer-Plugin-Email updated from 0.1202 to 0.1203 http://cpansearch.perl.org/src/IRONCAMEL/Dancer-Plugin-Email-0.1203/CHANGES >How-To-Repeat: >Fix: --- p5-Dancer-Plugin-Email.diff.txt begins here --- diff -x .svn -ruN /var/cache/portshaker/ports/mail/p5-Dancer-Plugin-Email/Makefile mail/p5-Dancer-Plugin-Email/Makefile --- /var/cache/portshaker/ports/mail/p5-Dancer-Plugin-Email/Makefile 2010-12-31 07:29:08.000000000 +0100 +++ mail/p5-Dancer-Plugin-Email/Makefile 2011-06-02 21:55:27.130458316 +0200 @@ -6,7 +6,7 @@ # PORTNAME= Dancer-Plugin-Email -PORTVERSION= 0.1202 +PORTVERSION= 0.1203 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/I/IR/IRONCAMEL diff -x .svn -ruN /var/cache/portshaker/ports/mail/p5-Dancer-Plugin-Email/distinfo mail/p5-Dancer-Plugin-Email/distinfo --- /var/cache/portshaker/ports/mail/p5-Dancer-Plugin-Email/distinfo 2010-12-31 07:29:08.000000000 +0100 +++ mail/p5-Dancer-Plugin-Email/distinfo 2011-06-02 21:55:27.130458316 +0200 @@ -1,2 +1,2 @@ -SHA256 (Dancer-Plugin-Email-0.1202.tar.gz) = c4eb2700d88e64f90e49c0bd7b938cf61e5dd652c2b843e5a3fe708b66f509ae -SIZE (Dancer-Plugin-Email-0.1202.tar.gz) = 12279 +SHA256 (Dancer-Plugin-Email-0.1203.tar.gz) = 9c7ecacbc4131a8ad2254bb7bd3ee20d4e241173256cf0f7d16642bd1c7c5d43 +SIZE (Dancer-Plugin-Email-0.1203.tar.gz) = 12320 --- p5-Dancer-Plugin-Email.diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:10:19 2011 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 CF398106564A; Thu, 2 Jun 2011 20:10: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 A76018FC16; Thu, 2 Jun 2011 20:10:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52KAJMU011552; Thu, 2 Jun 2011 20:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52KAJsd011542; Thu, 2 Jun 2011 20:10:19 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 20:10:19 GMT Message-Id: <201106022010.p52KAJsd011542@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157541: Udated port mail/p5-Dancer-Plugin-Email X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 20:10:19 -0000 Synopsis: Udated port mail/p5-Dancer-Plugin-Email Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 20:10:19 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157541 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:25:41 2011 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 C5C1F10656D6; Thu, 2 Jun 2011 20:25:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0668FC20; Thu, 2 Jun 2011 20:25:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52KPf0L029166; Thu, 2 Jun 2011 20:25:41 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52KPfx1029162; Thu, 2 Jun 2011 20:25:41 GMT (envelope-from pav) Date: Thu, 2 Jun 2011 20:25:41 GMT Message-Id: <201106022025.p52KPfx1029162@freefall.freebsd.org> To: freebsduser@paradisegreen.co.uk, remorse@partners.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/153251: www/drush is out of date X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 20:25:41 -0000 Synopsis: www/drush is out of date State-Changed-From-To: feedback->closed State-Changed-By: pav State-Changed-When: Thu Jun 2 20:25:06 UTC 2011 State-Changed-Why: Superceeded by ports/156885 http://www.freebsd.org/cgi/query-pr.cgi?pr=153251 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:30:09 2011 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 DCFCA106564A for ; Thu, 2 Jun 2011 20: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 AA7718FC22 for ; Thu, 2 Jun 2011 20:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52KU9Zg029412 for ; Thu, 2 Jun 2011 20:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52KU99N029411; Thu, 2 Jun 2011 20:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 20:30:09 GMT Resent-Message-Id: <201106022030.p52KU99N029411@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 793731065674 for ; Thu, 2 Jun 2011 20:20:54 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s29.blu0.hotmail.com (blu0-omc1-s29.blu0.hotmail.com [65.55.116.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB858FC0C for ; Thu, 2 Jun 2011 20:20:53 +0000 (UTC) Received: from BLU0-SMTP176 ([65.55.116.8]) by blu0-omc1-s29.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 13:20:53 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP176.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 13:20:51 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52KBtrX072422 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 21:11:56 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52KBt01072421; Thu, 2 Jun 2011 21:11:55 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 21:11:55 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157542: [PATCH] Fix port: japanese/Wnn6 should use USERS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 20:30:09 -0000 >Number: 157542 >Category: ports >Synopsis: [PATCH] Fix port: japanese/Wnn6 should use USERS= >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 20:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS - Use pre-su-install for part needing root Submitted by: Chris Rees (utisoft@gmail.com) Unfortunately I can't test this fix due to the nature of the port... Is there anyone who could test it? --- japanese-Wnn6.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/Wnn6/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 3 Sep 2006 01:33:30 -0000 1.34 +++ Makefile 2 Jun 2011 20:08:22 -0000 @@ -21,6 +21,8 @@ MOUNT_PT?= /cdrom MOUNT_DEV?= /dev/acd0c +USERS= wnn + RESTRICTED= "You should buy from Omron Software Co., Ltd." NO_BUILD= yes IS_INTERACTIVE= yes @@ -81,7 +83,7 @@ post-extract: @/sbin/umount ${MOUNT_PT} -pre-install: +pre-su-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/Wnn6/pkg-install,v retrieving revision 1.7 diff -u -r1.7 pkg-install --- pkg-install 23 Feb 2003 16:25:49 -0000 1.7 +++ pkg-install 2 Jun 2011 20:07:35 -0000 @@ -81,75 +81,6 @@ fi fi - ## Hack /etc/master.passwd ## - # check - id_69=`id -u 69 2> /dev/null` - id_wnn=`id -u wnn 2> /dev/null` - if [ X"$id_wnn" = X69 ];then - exit 0 - elif [ X"$id_69" != X ]; then -cat <Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:30:22 2011 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 2831E1065674; Thu, 2 Jun 2011 20:30: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 F3F868FC13; Thu, 2 Jun 2011 20:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52KULp2030340; Thu, 2 Jun 2011 20:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52KUL3l030330; Thu, 2 Jun 2011 20:30:21 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 20:30:21 GMT Message-Id: <201106022030.p52KUL3l030330@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157542: [PATCH] Fix port: japanese/Wnn6 should use 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, 02 Jun 2011 20:30:22 -0000 Synopsis: [PATCH] Fix port: japanese/Wnn6 should use USERS= Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 20:30:20 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157542 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:41:25 2011 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 D35DE1065678; Thu, 2 Jun 2011 20:41:25 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAD5F8FC26; Thu, 2 Jun 2011 20:41:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52KfPG4049012; Thu, 2 Jun 2011 20:41:25 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52KfPx0049007; Thu, 2 Jun 2011 20:41:25 GMT (envelope-from pav) Date: Thu, 2 Jun 2011 20:41:25 GMT Message-Id: <201106022041.p52KfPx0049007@freefall.freebsd.org> To: freebsduser@paradisegreen.co.uk, dgeo@centrale-marseille.fr, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/156885: [PATCH] www/drush: update to 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: Thu, 02 Jun 2011 20:41:25 -0000 Synopsis: [PATCH] www/drush: update to 4.4 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Jun 2 20:09:29 UTC 2011 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=156885 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:47:16 2011 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 67A791065675; Thu, 2 Jun 2011 20:47:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FCFE8FC1C; Thu, 2 Jun 2011 20:47:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52KlGAY049547; Thu, 2 Jun 2011 20:47:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52KlGxF049543; Thu, 2 Jun 2011 20:47:16 GMT (envelope-from pav) Date: Thu, 2 Jun 2011 20:47:16 GMT Message-Id: <201106022047.p52KlGxF049543@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/156995: [maintainer] update astro/foxtrotgps to 1.0.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: Thu, 02 Jun 2011 20:47:16 -0000 Synopsis: [maintainer] update astro/foxtrotgps to 1.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Thu Jun 2 20:42:31 UTC 2011 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=156995 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 20:50:03 2011 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 0FE9F106564A for ; Thu, 2 Jun 2011 20: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 ECD768FC0A for ; Thu, 2 Jun 2011 20:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52Ko2Pv049972 for ; Thu, 2 Jun 2011 20:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52Ko2xE049971; Thu, 2 Jun 2011 20:50:02 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 20:50:02 GMT Message-Id: <201106022050.p52Ko2xE049971@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156885: 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: Thu, 02 Jun 2011 20:50:03 -0000 The following reply was made to PR ports/156885; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156885: commit references a PR Date: Thu, 2 Jun 2011 20:41:23 +0000 (UTC) pav 2011-06-02 20:41:14 UTC FreeBSD ports repository Modified files: www/drush Makefile distinfo pkg-plist Removed files: www/drush/files patch-drush Log: - Update to 4.4 - Transfer maintainership to the submitter PR: ports/156885 Submitted by: geoffroy desvernay Approved by: Thomas Sandford (maintainer) Revision Changes Path 1.2 +13 -7 ports/www/drush/Makefile 1.3 +2 -2 ports/www/drush/distinfo 1.2 +0 -57 ports/www/drush/files/patch-drush (dead) 1.2 +40 -17 ports/www/drush/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 21:10:09 2011 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 D977B106566B for ; Thu, 2 Jun 2011 21: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 B28C38FC18 for ; Thu, 2 Jun 2011 21:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52LA9SL066841 for ; Thu, 2 Jun 2011 21:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52LA9pg066840; Thu, 2 Jun 2011 21:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 21:10:09 GMT Resent-Message-Id: <201106022110.p52LA9pg066840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Grzegorz Blach" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3064F106564A for ; Thu, 2 Jun 2011 21:05:47 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 773E88FC17 for ; Thu, 2 Jun 2011 21:05:45 +0000 (UTC) Received: by eyg7 with SMTP id 7so620079eyg.13 for ; Thu, 02 Jun 2011 14:05:45 -0700 (PDT) Received: by 10.213.27.14 with SMTP id g14mr2584202ebc.90.1307048744208; Thu, 02 Jun 2011 14:05:44 -0700 (PDT) Received: from silver.nine (89-72-104-219.dynamic.chello.pl [89.72.104.219]) by mx.google.com with ESMTPS id a41sm660639eeg.7.2011.06.02.14.05.42 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Jun 2011 14:05:43 -0700 (PDT) Message-Id: <1307048743.57431@silver.nine> Date: Thu, 2 Jun 2011 23:05:43 +0200 From: "Grzegorz Blach" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/157544: Updates for databases/linux-oracle-instantclient-* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 21:10:09 -0000 >Number: 157544 >Category: ports >Synopsis: Updates for databases/linux-oracle-instantclient-* >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 21:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011 magik@silver.nine:/usr/obj/usr/src/sys/SILVER >Description: Updated to 11.2.0.2.0: databases/linux-oracle-instantclient-basic databases/linux-oracle-instantclient-sdk databases/linux-oracle-instantclient-sqlplus This ports works not only on i386, but on amd64 too. New port added emulators/linux-f10-libaio, on which instantclient depend. And finally, added dependency record for linux-libaio / linux-f10-libaio in Mk/bsd.linux-apps.mk >How-To-Repeat: >Fix: --- oracle.diff.txt begins here --- diff -ruN orig/Mk/bsd.linux-apps.mk new/Mk/bsd.linux-apps.mk --- orig/Mk/bsd.linux-apps.mk 2011-06-02 22:00:04.147519676 +0200 +++ new/Mk/bsd.linux-apps.mk 2011-06-02 22:00:55.268348276 +0200 @@ -58,7 +58,7 @@ # Non-version specific components _LINUX_APPS_ALL= allegro alsalib arts aspell atk cairo curl dri esound expat fontconfig \ - freealut gdkpixbuf gtk gtk2 hicontheme imlib jpeg libaudiofile \ + freealut gdkpixbuf gtk gtk2 hicontheme imlib jpeg libaio libaudiofile \ libg2c libglade libglade2 libglu libmng libogg libsigcpp20 libtheora \ libvorbis libxml libxml2 mikmod naslibs openal openmotif openssl pango png png10 qt33 \ scimgtk scimlibs sdl12 sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth @@ -224,6 +224,11 @@ jpeg_DETECT= ${jpeg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} jpeg_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-jpeg +libaio_FILE= ${LINUXBASE}/usr/lib/libaio.so.1.0.1 +libaio_f10_FILE= ${LINUXBASE}/usr/lib/libaio.so.1.0.1 +libaio_DETECT= ${libaio${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +libaio_PORT= ${PORTSDIR}/emulators/linux${LINUX_DIST_SUFFIX}-libaio + # no libasyncns_FILE (there is no libasyncns port for Fedora 4 distribution) libasyncns_f10_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1 libasyncns_DETECT= ${libasyncns${LINUX_DIST_SUFFIX:S/-/_/}_FILE} diff -ruN orig/databases/linux-oracle-instantclient-basic/Makefile new/databases/linux-oracle-instantclient-basic/Makefile --- orig/databases/linux-oracle-instantclient-basic/Makefile 2010-10-28 23:00:07.000000000 +0200 +++ new/databases/linux-oracle-instantclient-basic/Makefile 2011-06-02 22:58:28.843773000 +0200 @@ -6,56 +6,49 @@ # PORTNAME= instantclient -PORTVERSION= ${ORACLEVERSION}.${DISTDATE} -PORTREVISION= 2 +PORTVERSION= 11.2.0.2.0 CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -basic -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${ORACLEVERSION}-${DISTDATE} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${PORTVERSION} DIST_SUBDIR= oracle MAINTAINER= nork@FreeBSD.org -COMMENT= Oracle 10 InstantClient basics. Works with Oracle RDBMS 8.1.2+ +COMMENT= Oracle 11g InstantClient basics. Works with Oracle RDBMS 9.2+ -ONLY_FOR_ARCHS= i386 # amd64(not yet on own) +ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes -DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} +USE_LDCONFIG= yes RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX= yes +USE_LINUX_APPS= libaio USE_LINUX_PREFIX= yes +LINUXARCH= linux32 -ORACLEVERSION= 10.2.0.3 - -BINS_LIST= genezi +BINS_LIST= adrci genezi uidrvci -LIBS_LIST= libclntsh.so.10.1 \ - libnnz10.so \ - libocci.so.10.1 \ +LIBS_LIST= libclntsh.so.11.1 \ + libnnz11.so \ + libocci.so.11.1 \ libociei.so \ - libocijdbc10.so \ - ojdbc14.jar + libocijdbc11.so \ + ojdbc5.jar \ + ojdbc6.jar \ + xstreams.jar -WRKSRC= ${WRKDIR}/instantclient_10_2 +WRKSRC= ${WRKDIR}/instantclient_11_2 -INSTBINSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/bin -INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib +INSTBINSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/bin +INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib -PLIST_SUB= ORACLEVERSION=${ORACLEVERSION} +PLIST_SUB= ORACLEVERSION=${PORTVERSION} .include -.if ${ARCH} == "i386" -LINUXARCH= linux32 -DISTDATE= 20061115 -.elif ${ARCH} == "amd64" -LINUXARCH= linux-x86-64 -DISTDATE= 20070103 -.endif - .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b @@ -75,15 +68,15 @@ .endif do-install: - @${MKDIR} -m 0755 ${INSTBINSDIR} - @${MKDIR} -m 0755 ${INSTLIBSDIR} + @${MKDIR} -m 0755 ${INSTBINSDIR} ${INSTLIBSDIR} .for i in ${BINS_LIST} - ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTBINSDIR}/${i} + ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${INSTBINSDIR}/${i} .endfor .for i in ${LIBS_LIST} - ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i} + ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i} .endfor + ${LN} -s libclntsh.so.11.1 ${INSTLIBSDIR}/libclntsh.so + ${LN} -s libocci.so.11.1 ${INSTLIBSDIR}/libocci.so ${ECHO_CMD} "${INSTLIBSDIR:S,${PREFIX},,}" >> ${PREFIX}/etc/ld.so.conf - ${PREFIX}/sbin/ldconfig .include diff -ruN orig/databases/linux-oracle-instantclient-basic/distinfo.amd64 new/databases/linux-oracle-instantclient-basic/distinfo.amd64 --- orig/databases/linux-oracle-instantclient-basic/distinfo.amd64 2011-03-20 13:47:11.000000000 +0100 +++ new/databases/linux-oracle-instantclient-basic/distinfo.amd64 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -SHA256 (oracle/instantclient-basic-linux-x86-64-10.2.0.3-20070103.zip) = 9195ab13e59365bfef6b2b43732a652d77d7ef8b93019f31104bc13832c6a491 -SIZE (oracle/instantclient-basic-linux-x86-64-10.2.0.3-20070103.zip) = 36454483 diff -ruN orig/databases/linux-oracle-instantclient-basic/distinfo.i386 new/databases/linux-oracle-instantclient-basic/distinfo.i386 --- orig/databases/linux-oracle-instantclient-basic/distinfo.i386 2011-03-20 13:47:11.000000000 +0100 +++ new/databases/linux-oracle-instantclient-basic/distinfo.i386 2011-05-24 19:45:19.136070000 +0200 @@ -1,2 +1,2 @@ -SHA256 (oracle/instantclient-basic-linux32-10.2.0.3-20061115.zip) = 11fce485c405afa4a30f34eba36ad0d566a599617f80dfc565bd08d8c421e1ae -SIZE (oracle/instantclient-basic-linux32-10.2.0.3-20061115.zip) = 34556803 +SHA256 (oracle/instantclient-basic-linux32-11.2.0.2.0.zip) = 53f97a73991b2380e987f7cf4e1ba650a866044892c378b9340dc2e695160c14 +SIZE (oracle/instantclient-basic-linux32-11.2.0.2.0.zip) = 57278802 diff -ruN orig/databases/linux-oracle-instantclient-basic/pkg-plist new/databases/linux-oracle-instantclient-basic/pkg-plist --- orig/databases/linux-oracle-instantclient-basic/pkg-plist 2007-02-11 16:05:20.000000000 +0100 +++ new/databases/linux-oracle-instantclient-basic/pkg-plist 2011-05-24 23:19:17.750775000 +0200 @@ -1,10 +1,16 @@ +usr/lib/oracle/%%ORACLEVERSION%%/client/bin/adrci usr/lib/oracle/%%ORACLEVERSION%%/client/bin/genezi -usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libclntsh.so.10.1 -usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libnnz10.so -usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libocci.so.10.1 +usr/lib/oracle/%%ORACLEVERSION%%/client/bin/uidrvci +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libclntsh.so +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libclntsh.so.11.1 +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libnnz11.so +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libocci.so +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libocci.so.11.1 usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libociei.so -usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libocijdbc10.so -usr/lib/oracle/%%ORACLEVERSION%%/client/lib/ojdbc14.jar +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libocijdbc11.so +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/ojdbc5.jar +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/ojdbc6.jar +usr/lib/oracle/%%ORACLEVERSION%%/client/lib/xstreams.jar @dirrm usr/lib/oracle/%%ORACLEVERSION%%/client/bin @dirrm usr/lib/oracle/%%ORACLEVERSION%%/client/lib @dirrm usr/lib/oracle/%%ORACLEVERSION%%/client @@ -14,4 +20,3 @@ @dirrmtry usr @unexec cp %D/etc/ld.so.conf %D/etc/ld.so.conf.bak && sed "/\/usr\/lib\/oracle\/%%ORACLEVERSION%%\/client\/lib/d" %D/etc/ld.so.conf.bak > %D/etc/ld.so.conf && rm %D/etc/ld.so.conf.bak @exec echo /usr/lib/oracle/%%ORACLEVERSION%%/client/lib >> %D/etc/ld.so.conf -@exec %D/sbin/ldconfig diff -ruN orig/databases/linux-oracle-instantclient-sdk/Makefile new/databases/linux-oracle-instantclient-sdk/Makefile --- orig/databases/linux-oracle-instantclient-sdk/Makefile 2010-10-28 23:00:07.000000000 +0200 +++ new/databases/linux-oracle-instantclient-sdk/Makefile 2011-06-02 22:59:12.201624000 +0200 @@ -6,31 +6,30 @@ # PORTNAME= instantclient -PORTVERSION= ${ORACLEVERSION}.${DISTDATE} +PORTVERSION= 11.2.0.2.0 CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -sdk -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${ORACLEVERSION}-${DISTDATE} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${PORTVERSION} DIST_SUBDIR= oracle MAINTAINER= nork@FreeBSD.org -COMMENT= Oracle 10 InstantClient SDK. Works with Oracle RDBMS 8.1.2+ +COMMENT= Oracle 11g InstantClient SDK. Works with Oracle RDBMS 9.2+ -RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${ORACLEVERSION}/client/lib/libocci.so.10.1:${PORTSDIR}/databases/linux-oracle-instantclient-basic +RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${PORTVERSION}/client/lib/libocci.so.11.1:${PORTSDIR}/databases/linux-oracle-instantclient-basic -ONLY_FOR_ARCHS= i386 # amd64(not yet on own) +ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes -DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX_PREFIX= yes +LINUXARCH= linux32 -ORACLEVERSION= 10.2.0.3 - -INCS_LIST= nzerror.h \ +INCS_LIST= ldap.h \ + nzerror.h \ nzt.h \ occi.h \ occiAQ.h \ @@ -49,6 +48,7 @@ ociextp.h \ ocikpr.h \ ocixmldb.h \ + ocixstream.h \ odci.h \ oratypes.h \ ori.h \ @@ -66,24 +66,16 @@ occiobj.cpp \ occiobj.typ -WRKSRC= ${WRKDIR}/instantclient_10_2/sdk +WRKSRC= ${WRKDIR}/instantclient_11_2/sdk -INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib -INSTINCSDIR= ${PREFIX}/usr/include/oracle/${ORACLEVERSION}/client -INSTDEMODIR= ${PREFIX}/usr/share/oracle/${ORACLEVERSION}/client +INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib +INSTINCSDIR= ${PREFIX}/usr/include/oracle/${PORTVERSION}/client +INSTDEMODIR= ${PREFIX}/usr/share/oracle/${PORTVERSION}/client -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB= ORACLEVERSION=${PORTVERSION} .include -.if ${ARCH} == "i386" -LINUXARCH= linux32 -DISTDATE= 20061115 -.elif ${ARCH} == "amd64" -LINUXARCH= linux-x86-64 -DISTDATE= 20070103 -.endif - .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b @@ -104,8 +96,6 @@ do-install: ${MKDIR} -m 0755 ${INSTINCSDIR} ${INSTDEMODIR} - ${LN} -s libclntsh.so.10.1 ${INSTLIBSDIR}/libclntsh.so - ${LN} -s libocci.so.10.1 ${INSTLIBSDIR}/libocci.so .for i in ${INCS_LIST} ${INSTALL_DATA} ${WRKSRC}/include/${i} ${INSTINCSDIR}/${i} .endfor diff -ruN orig/databases/linux-oracle-instantclient-sdk/distinfo.amd64 new/databases/linux-oracle-instantclient-sdk/distinfo.amd64 --- orig/databases/linux-oracle-instantclient-sdk/distinfo.amd64 2011-03-20 13:47:11.000000000 +0100 +++ new/databases/linux-oracle-instantclient-sdk/distinfo.amd64 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -SHA256 (oracle/instantclient-sdk-linux-x86-64-10.2.0.3-20070103.zip) = d9da1494a9d19e96bff79c3ff77d079633d18c7d9b462a37eacc9a2a40641912 -SIZE (oracle/instantclient-sdk-linux-x86-64-10.2.0.3-20070103.zip) = 603137 diff -ruN orig/databases/linux-oracle-instantclient-sdk/distinfo.i386 new/databases/linux-oracle-instantclient-sdk/distinfo.i386 --- orig/databases/linux-oracle-instantclient-sdk/distinfo.i386 2011-03-20 13:47:11.000000000 +0100 +++ new/databases/linux-oracle-instantclient-sdk/distinfo.i386 2011-05-24 20:37:16.491449000 +0200 @@ -1,2 +1,2 @@ -SHA256 (oracle/instantclient-sdk-linux32-10.2.0.3-20061115.zip) = 6893a784e1802e18300230dcac1ed2ecd6dc68a7060c02717f73bf268d43f6a5 -SIZE (oracle/instantclient-sdk-linux32-10.2.0.3-20061115.zip) = 602897 +SHA256 (oracle/instantclient-sdk-linux32-11.2.0.2.0.zip) = 172c0116de16f55abd775aaf4dd1666d0e64eb1226b43388974ccf83235c8b18 +SIZE (oracle/instantclient-sdk-linux32-11.2.0.2.0.zip) = 638200 diff -ruN orig/databases/linux-oracle-instantclient-sdk/pkg-plist new/databases/linux-oracle-instantclient-sdk/pkg-plist --- orig/databases/linux-oracle-instantclient-sdk/pkg-plist 2007-02-11 16:24:15.000000000 +0100 +++ new/databases/linux-oracle-instantclient-sdk/pkg-plist 2011-05-24 23:18:12.190671000 +0200 @@ -1,10 +1,11 @@ -usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libclntsh.so -usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libocci.so usr/share/oracle/%%ORACLEVERSION%%/client/cdemo81.c usr/share/oracle/%%ORACLEVERSION%%/client/demo.mk usr/share/oracle/%%ORACLEVERSION%%/client/occidemo.sql usr/share/oracle/%%ORACLEVERSION%%/client/occidemod.sql usr/share/oracle/%%ORACLEVERSION%%/client/occidml.cpp +usr/share/oracle/%%ORACLEVERSION%%/client/occiobj.cpp +usr/share/oracle/%%ORACLEVERSION%%/client/occiobj.typ +usr/include/oracle/%%ORACLEVERSION%%/client/ldap.h usr/include/oracle/%%ORACLEVERSION%%/client/nzerror.h usr/include/oracle/%%ORACLEVERSION%%/client/nzt.h usr/include/oracle/%%ORACLEVERSION%%/client/occi.h @@ -24,6 +25,7 @@ usr/include/oracle/%%ORACLEVERSION%%/client/ociextp.h usr/include/oracle/%%ORACLEVERSION%%/client/ocikpr.h usr/include/oracle/%%ORACLEVERSION%%/client/ocixmldb.h +usr/include/oracle/%%ORACLEVERSION%%/client/ocixstream.h usr/include/oracle/%%ORACLEVERSION%%/client/odci.h usr/include/oracle/%%ORACLEVERSION%%/client/oratypes.h usr/include/oracle/%%ORACLEVERSION%%/client/ori.h diff -ruN orig/databases/linux-oracle-instantclient-sqlplus/Makefile new/databases/linux-oracle-instantclient-sqlplus/Makefile --- orig/databases/linux-oracle-instantclient-sqlplus/Makefile 2010-10-28 23:00:08.000000000 +0200 +++ new/databases/linux-oracle-instantclient-sqlplus/Makefile 2011-06-02 22:59:30.201563000 +0200 @@ -6,30 +6,29 @@ # PORTNAME= instantclient -PORTVERSION= ${ORACLEVERSION}.${DISTDATE} -PORTREVISION= 1 +PORTVERSION= 11.2.0.2.0 CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -sqlplus -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${ORACLEVERSION}-${DISTDATE} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${PORTVERSION} DIST_SUBDIR= oracle MAINTAINER= nork@FreeBSD.org -COMMENT= Oracle 10 InstantClient SQLPlus. Works with Oracle RDBMS 8.1.2+ +COMMENT= Oracle 11g InstantClient SQLPlus. Works with Oracle RDBMS 9.2+ -RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${ORACLEVERSION}/client/lib/libocci.so.10.1:${PORTSDIR}/databases/linux-oracle-instantclient-basic +RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${PORTVERSION}/client/lib/libocci.so.11.1:${PORTSDIR}/databases/linux-oracle-instantclient-basic -ONLY_FOR_ARCHS= i386 # amd64(not yet on own) +ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes -DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} +USE_LDCONFIG= yes RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes +USE_LINUX= yes USE_LINUX_PREFIX= yes - -ORACLEVERSION= 10.2.0.3 +LINUXARCH= linux32 BINS_LIST= sqlplus @@ -37,23 +36,15 @@ libsqlplus.so \ libsqlplusic.so -WRKSRC= ${WRKDIR}/instantclient_10_2 +WRKSRC= ${WRKDIR}/instantclient_11_2 -INSTBINSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/bin -INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib +INSTBINSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/bin +INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib -PLIST_SUB= ORACLEVERSION=${ORACLEVERSION} +PLIST_SUB= ORACLEVERSION=${PORTVERSION} .include -.if ${ARCH} == "i386" -LINUXARCH= linux32 -DISTDATE= 20061115 -.elif ${ARCH} == "amd64" -LINUXARCH= linux-x86-64 -DISTDATE= 20070103 -.endif - .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b @@ -73,15 +64,13 @@ .endif do-install: - ${MKDIR} -m 0755 ${INSTBINSDIR} - ${MKDIR} -m 0755 ${INSTLIBSDIR} - ${LN} -s ../lib/oracle/${ORACLEVERSION}/client/bin/sqlplus ${PREFIX}/usr/bin/sqlplus + ${MKDIR} -m 0755 ${INSTBINSDIR} ${INSTLIBSDIR} .for i in ${BINS_LIST} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${INSTBINSDIR}/${i} .endfor .for i in ${LIBS_LIST} ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i} .endfor - ${PREFIX}/sbin/ldconfig + ${LN} -s ../lib/oracle/${PORTVERSION}/client/bin/sqlplus ${PREFIX}/usr/bin/sqlplus .include diff -ruN orig/databases/linux-oracle-instantclient-sqlplus/distinfo.amd64 new/databases/linux-oracle-instantclient-sqlplus/distinfo.amd64 --- orig/databases/linux-oracle-instantclient-sqlplus/distinfo.amd64 2011-03-20 13:47:12.000000000 +0100 +++ new/databases/linux-oracle-instantclient-sqlplus/distinfo.amd64 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -SHA256 (oracle/instantclient-sqlplus-linux-x86-64-10.2.0.3-20070103.zip) = 8dcc95e3bf5723a7b1d6deccce049490bc70d99c0b9ac6ef13320b6b426303f6 -SIZE (oracle/instantclient-sqlplus-linux-x86-64-10.2.0.3-20070103.zip) = 789884 diff -ruN orig/databases/linux-oracle-instantclient-sqlplus/distinfo.i386 new/databases/linux-oracle-instantclient-sqlplus/distinfo.i386 --- orig/databases/linux-oracle-instantclient-sqlplus/distinfo.i386 2011-03-20 13:47:12.000000000 +0100 +++ new/databases/linux-oracle-instantclient-sqlplus/distinfo.i386 2011-05-24 19:56:41.876530000 +0200 @@ -1,2 +1,2 @@ -SHA256 (oracle/instantclient-sqlplus-linux32-10.2.0.3-20061115.zip) = aad12fd25a234fec76d672f7993911b9f267732b7bf244d76f44bc212edbd76a -SIZE (oracle/instantclient-sqlplus-linux32-10.2.0.3-20061115.zip) = 741699 +SHA256 (oracle/instantclient-sqlplus-linux32-11.2.0.2.0.zip) = 35f1d447b0b368bcafd4fcff6bb04139e568176f0081a60aea1939099754ea0a +SIZE (oracle/instantclient-sqlplus-linux32-11.2.0.2.0.zip) = 795691 diff -ruN orig/databases/linux-oracle-instantclient-sqlplus/pkg-plist new/databases/linux-oracle-instantclient-sqlplus/pkg-plist --- orig/databases/linux-oracle-instantclient-sqlplus/pkg-plist 2007-02-18 18:17:50.000000000 +0100 +++ new/databases/linux-oracle-instantclient-sqlplus/pkg-plist 2011-05-24 23:18:43.415196000 +0200 @@ -3,6 +3,4 @@ usr/lib/oracle/%%ORACLEVERSION%%/client/lib/glogin.sql usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libsqlplus.so usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libsqlplusic.so -@dirrm usr/lib/oracle/%%ORACLEVERSION%%/client/bin @dirrmtry usr/bin -@exec %D/sbin/ldconfig diff -ruN orig/emulators/linux-f10-libaio/Makefile new/emulators/linux-f10-libaio/Makefile --- orig/emulators/linux-f10-libaio/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ new/emulators/linux-f10-libaio/Makefile 2011-05-28 12:28:39.375579000 +0200 @@ -0,0 +1,25 @@ +# New ports collection makefile for: linux-libaio +# Date created: 2006-12-02 +# Whom: Simun Mikecin +# +# $FreeBSD: ports/emulators/linux-libaio/Makefile,v 1.1 2006/12/20 23:02:59 bsam Exp $ +# + +PORTNAME= libaio +PORTVERSION= 0.3.107 +CATEGORIES= emulators linux +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= numisemis@yahoo.com +COMMENT= Linux-native asynchronous I/O access library, Linux binary + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +LINUX_DIST_VER= 10 +RPMVERSION= 4.fc10 +USE_LDCONFIG= yes + +PLIST_SUB= VERSION=${PORTVERSION} + +.include diff -ruN orig/emulators/linux-f10-libaio/distinfo.i386 new/emulators/linux-f10-libaio/distinfo.i386 --- orig/emulators/linux-f10-libaio/distinfo.i386 1970-01-01 01:00:00.000000000 +0100 +++ new/emulators/linux-f10-libaio/distinfo.i386 2011-05-28 12:28:39.375579000 +0200 @@ -0,0 +1,2 @@ +SHA256 (rpm/i386/fedora/10/libaio-0.3.107-4.fc10.i386.rpm) = 8e2aa1dde4550bb00b0ef4b5fb93417c1e701bd8095a44191d10016fdcf349e1 +SIZE (rpm/i386/fedora/10/libaio-0.3.107-4.fc10.i386.rpm) = 19970 diff -ruN orig/emulators/linux-f10-libaio/pkg-descr new/emulators/linux-f10-libaio/pkg-descr --- orig/emulators/linux-f10-libaio/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ new/emulators/linux-f10-libaio/pkg-descr 2011-05-28 12:28:39.375579000 +0200 @@ -0,0 +1,6 @@ +The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a +richer API and capability set than the simple POSIX async I/O facility. +This library, libaio, provides the Linux-native API for async I/O. +The POSIX async I/O facility requires this library in order to provide +kernel-accelerated async I/O capabilities, as do applications which +require the Linux-native async I/O API. diff -ruN orig/emulators/linux-f10-libaio/pkg-plist new/emulators/linux-f10-libaio/pkg-plist --- orig/emulators/linux-f10-libaio/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ new/emulators/linux-f10-libaio/pkg-plist 2011-05-28 12:28:39.375579000 +0200 @@ -0,0 +1,6 @@ +lib/libaio.so.1 +lib/libaio.so.1.0.0 +lib/libaio.so.1.0.1 +usr/share/doc/libaio-%%VERSION%%/COPYING +usr/share/doc/libaio-%%VERSION%%/TODO +@dirrm usr/share/doc/libaio-%%VERSION%% --- oracle.diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 21:10:10 2011 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 4052A1065672 for ; Thu, 2 Jun 2011 21: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 155C78FC1A for ; Thu, 2 Jun 2011 21:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52LA9d1066850 for ; Thu, 2 Jun 2011 21:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52LA9EB066849; Thu, 2 Jun 2011 21:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 21:10:09 GMT Resent-Message-Id: <201106022110.p52LA9EB066849@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0A39106566B for ; Thu, 2 Jun 2011 21:05:53 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s2.blu0.hotmail.com (blu0-omc1-s2.blu0.hotmail.com [65.55.116.13]) by mx1.freebsd.org (Postfix) with ESMTP id 877478FC12 for ; Thu, 2 Jun 2011 21:05:53 +0000 (UTC) Received: from BLU0-SMTP112 ([65.55.116.8]) by blu0-omc1-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 14:05:53 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP112.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 14:05:50 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52L11vI058928 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 22:01:01 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52L11iI058896; Thu, 2 Jun 2011 22:01:01 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 22:01:01 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157545: [PATCH] comms/gnokii should use GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 21:10:10 -0000 >Number: 157545 >Category: ports >Synopsis: [PATCH] comms/gnokii should use GROUPS= >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 21:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new groups instead of using GROUPS=. It also removes the group on deinstall, which could break other installed ports. >How-To-Repeat: >Fix: - Use GROUPS - Stop removing GROUPS on deinstall Submitted by: Chris Rees (utisoft@gmail.com) This PR depends on ports/157528 -- the gnokii group isn't in GIDs as of yet --- comms-gnokii.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/comms/gnokii/Makefile,v retrieving revision 1.88 diff -u -r1.88 Makefile --- Makefile 26 Jan 2011 13:47:03 -0000 1.88 +++ Makefile 2 Jun 2011 11:42:06 -0000 @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +GROUPS= ${PORTNAME} USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes @@ -38,7 +39,6 @@ LIBS="-L${WRKSRC}/common -L${LOCALBASE}/lib" \ PKG_CONFIG="${LOCALBASE}/bin/pkg-config" -PKGDEINSTALL= ${PKGINSTALL} SUB_FILES+= pkg-message PORTDOCS= * MAN1= gnokii.1 sendsms.1 xgnokii.1 @@ -126,9 +126,6 @@ ${WRKSRC}/${CONFIGURE_SCRIPT} @${MV} ${WRKSRC}/Docs/man/xgnokii.1x ${WRKSRC}/Docs/man/xgnokii.1 -pre-install: - @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${INSTALL_DATA} ${WRKSRC}/xgnokii/xgnokii.pc ${PREFIX}/libdata/pkgconfig @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/comms/gnokii/pkg-install,v retrieving revision 1.2 diff -u -r1.2 pkg-install --- pkg-install 13 Nov 2005 18:28:39 -0000 1.2 +++ pkg-install 2 Jun 2011 11:41:19 -0000 @@ -2,8 +2,6 @@ PATH=/bin:/usr/bin:/usr/sbin -GROUP=gnokii - SUIDBINS="${PKG_PREFIX}/sbin/gnokiid ${PKG_PREFIX}/sbin/mgnokiidev" BINS="${PKG_PREFIX}/bin/gnokii ${SUIDBINS}" @@ -12,30 +10,10 @@ fi case "$2" in -"PRE-INSTALL") - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - ;; - "POST-INSTALL") chgrp $GROUP $BINS chmod 750 ${BINS} chmod u+s ${SUIDBINS} ;; -"DEINSTALL") - if [ -z "`pw groupshow $GROUP 2>&1 | sed -E -e 's/^([^:]+:){3}(.*)$/\2/'`" ]; then - echo "Removing empty group \"$GROUP\"." - pw groupdel $GROUP - fi - ;; - esac --- comms-gnokii.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 21:10:26 2011 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 193EC1065672; Thu, 2 Jun 2011 21:10: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 E5C048FC19; Thu, 2 Jun 2011 21:10:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52LAPPu068218; Thu, 2 Jun 2011 21:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52LAPtD068205; Thu, 2 Jun 2011 21:10:25 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 21:10:25 GMT Message-Id: <201106022110.p52LAPtD068205@freefall.freebsd.org> To: utisoft@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157545: [PATCH] comms/gnokii should use GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 21:10:26 -0000 Synopsis: [PATCH] comms/gnokii should use GROUPS= State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 2 21:10:25 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157545 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 21:20:06 2011 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 E912C106566C for ; Thu, 2 Jun 2011 21:20: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 D2D8A8FC0A for ; Thu, 2 Jun 2011 21:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52LK6bx076992 for ; Thu, 2 Jun 2011 21:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52LK64Q076991; Thu, 2 Jun 2011 21:20:06 GMT (envelope-from gnats) Date: Thu, 2 Jun 2011 21:20:06 GMT Message-Id: <201106022120.p52LK64Q076991@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157545: [PATCH] comms/gnokii should use GROUPS= 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: Thu, 02 Jun 2011 21:20:07 -0000 The following reply was made to PR ports/157545; it has been noted by GNATS. From: Edwin Groothuis To: mad@madpilot.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/157545: [PATCH] comms/gnokii should use GROUPS= Date: Thu, 2 Jun 2011 21:10:23 UT Maintainer of comms/gnokii, Please note that PR ports/157545 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/157545 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 22:00:22 2011 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 856E21065688 for ; Thu, 2 Jun 2011 22: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 8BECB8FC16 for ; Thu, 2 Jun 2011 22:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52M0L0v012770 for ; Thu, 2 Jun 2011 22:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52M0L7v012769; Thu, 2 Jun 2011 22:00:21 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 22:00:21 GMT Resent-Message-Id: <201106022200.p52M0L7v012769@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A7FD106566C for ; Thu, 2 Jun 2011 21:58:22 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s7.blu0.hotmail.com (blu0-omc1-s7.blu0.hotmail.com [65.55.116.18]) by mx1.freebsd.org (Postfix) with ESMTP id EE94D8FC08 for ; Thu, 2 Jun 2011 21:58:21 +0000 (UTC) Received: from BLU0-SMTP139 ([65.55.116.9]) by blu0-omc1-s7.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 14:58:21 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP139.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 14:58:19 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52LvcCw011328 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 22:57:39 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52Lvcxr011327; Thu, 2 Jun 2011 22:57:38 +0100 (BST) (envelope-from chris) Message-Id: Date: Thu, 2 Jun 2011 22:57:38 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157546: [PATCH] Add feature to bsd.port.mk: Warn on deinstall about groups created by port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 22:00:22 -0000 >Number: 157546 >Category: ports >Synopsis: [PATCH] Add feature to bsd.port.mk: Warn on deinstall about groups created by 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: Thu Jun 02 22:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: While working on fixing ports to use USERS people in IRC were wishing that ports warned on deinstall about groups created, just as it does for users. The attached patch should have that effect. >How-To-Repeat: >Fix: Warn users on deinstall about GROUPS created by port, as is already done for USERS. Submitted by: Chris Rees (utisoft@gmail.com) --- bsd-port-mk-groups-remove-warn.patch begins here --- --- bsd.port.mk.orig 2011-06-02 22:40:47.282578549 +0100 +++ bsd.port.mk 2011-06-02 22:46:58.023260860 +0100 @@ -1280,6 +1280,10 @@ # alpha numeric sort order USERS_BLACKLIST= _dhcp _pflogd bin bind daemon games kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www +# predefined accounts from src/etc/group +# alpha numeric sort order +GROUPS_BLACKLIST= _dhcp _pflogd audit authpf bin bind daemon dialer ftp games guest kmem mail mailnull man network news nobody nogroup operator proxy smmsp sshd staff sys tty uucp wheel www + LDCONFIG_DIR= libdata/ldconfig LDCONFIG32_DIR= libdata/ldconfig32 @@ -4267,6 +4271,14 @@ fi .endfor .endif +.if defined(GROUPS) +.for _group in ${GROUPS} + @if [ ! ${GROUPS_BLACKLIST:M${_group}} ] ; then \ + ${ECHO_CMD} "@unexec if ${PW} groupshow ${_group} >/dev/null 2>&1; then \ + echo \"==> You should manually remove the \\\"${_group}\\\" group. \"; fi" >> ${TMPPLIST}; \ + fi +.endfor +.endif # defined(GROUPS) .endif .else @${DO_NADA} --- bsd-port-mk-groups-remove-warn.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 22:00:34 2011 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 47B53106566C; Thu, 2 Jun 2011 22: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 1FBDE8FC0A; Thu, 2 Jun 2011 22:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52M0XgV013225; Thu, 2 Jun 2011 22:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52M0Xgc013215; Thu, 2 Jun 2011 22:00:33 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 22:00:33 GMT Message-Id: <201106022200.p52M0Xgc013215@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157546: [PATCH] Add feature to bsd.port.mk: Warn on deinstall about groups created by 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: Thu, 02 Jun 2011 22:00:34 -0000 Synopsis: [PATCH] Add feature to bsd.port.mk: Warn on deinstall about groups created by port Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 22:00:33 UTC 2011 Responsible-Changed-Why: bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157546 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 22:30:09 2011 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 97FBF106566C for ; Thu, 2 Jun 2011 22: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 348688FC14 for ; Thu, 2 Jun 2011 22:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52MU9nK039713 for ; Thu, 2 Jun 2011 22:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52MU9xg039710; Thu, 2 Jun 2011 22:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Jun 2011 22:30:09 GMT Resent-Message-Id: <201106022230.p52MU9xg039710@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF159106564A for ; Thu, 2 Jun 2011 22:22:54 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s29.blu0.hotmail.com (blu0-omc1-s29.blu0.hotmail.com [65.55.116.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1358FC0C for ; Thu, 2 Jun 2011 22:22:54 +0000 (UTC) Received: from BLU0-SMTP122 ([65.55.116.8]) by blu0-omc1-s29.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 15:22:53 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP122.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Jun 2011 15:22:51 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p52MMI1Q038915 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 23:22:18 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p52MMIuq038906; Thu, 2 Jun 2011 23:22:18 +0100 (BST) (envelope-from crees) Message-Id: Date: Thu, 2 Jun 2011 23:22:18 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157547: [PATCH] Fix port: databases/couchdb should use USERS= and GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 22:30:09 -0000 >Number: 157547 >Category: ports >Synopsis: [PATCH] Fix port: databases/couchdb should use USERS= and GROUPS= >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 22:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that I've removed pkg-install --- databases-couchdb.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/couchdb/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 15 Dec 2010 11:37:46 -0000 1.13 +++ Makefile 2 Jun 2011 11:48:25 -0000 @@ -29,6 +29,8 @@ COUCH_LIBDIR?= ${COUCH_VARDIR}/lib/couchdb COUCH_USER?= couchdb +USERS= ${COUCH_USER} +GROUPS= ${USERS} USE_RC_SUBR= couchdb USE_GMAKE= yes USE_AUTOTOOLS= libtool @@ -54,9 +56,6 @@ @${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in .endif -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - post-install: @${CAT} ${PKGMESSAGE} ${MKDIR} ${COUCH_DBDIR} Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 17 Jun 2009 14:10:30 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,32 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -USER=couchdb -GROUP=couchdb -UID=919 -GID=919 - -case $2 in - PRE-INSTALL) - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID} - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s /usr/sbin/nologin -L daemon -d /var/empty -c "CouchDB Account" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac --- databases-couchdb.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 2 22:30:22 2011 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 A12D91065673; Thu, 2 Jun 2011 22:30: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 798328FC1C; Thu, 2 Jun 2011 22:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p52MUMhT040676; Thu, 2 Jun 2011 22:30:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p52MUMjk040663; Thu, 2 Jun 2011 22:30:22 GMT (envelope-from edwin) Date: Thu, 2 Jun 2011 22:30:22 GMT Message-Id: <201106022230.p52MUMjk040663@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157547: [PATCH] Fix port: databases/couchdb should use USERS= and GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jun 2011 22:30:22 -0000 Synopsis: [PATCH] Fix port: databases/couchdb should use USERS= and GROUPS= Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 2 22:30:21 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157547 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 01:00:20 2011 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 A155C1065673 for ; Fri, 3 Jun 2011 01:00:20 +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 717DA8FC19 for ; Fri, 3 Jun 2011 01:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5310KUw078586 for ; Fri, 3 Jun 2011 01:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5310KK9078580; Fri, 3 Jun 2011 01:00:20 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 01:00:20 GMT Resent-Message-Id: <201106030100.p5310KK9078580@freefall.freebsd.org> 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 54D9C106566C for ; Fri, 3 Jun 2011 00:55:11 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0F9078FC0A for ; Fri, 3 Jun 2011 00:55:10 +0000 (UTC) Received: by gxk28 with SMTP id 28so895193gxk.13 for ; Thu, 02 Jun 2011 17:55:10 -0700 (PDT) Received: by 10.236.183.194 with SMTP id q42mr1854864yhm.43.1307062510201; Thu, 02 Jun 2011 17:55:10 -0700 (PDT) Received: from compaq.yuetime (adsl-99-135-151-173.dsl.emhril.sbcglobal.net [99.135.151.173]) by mx.google.com with ESMTPS id t43sm942219yhm.42.2011.06.02.17.55.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Jun 2011 17:55:09 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Thu, 02 Jun 2011 19:55:06 -0500 Message-Id: <4de830ed.43b9ec0a.4b93.495e@mx.google.com> Date: Thu, 02 Jun 2011 19:55:06 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157549: graphics/graphviz: Fix sincos() link error 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: Fri, 03 Jun 2011 01:00:20 -0000 >Number: 157549 >Category: ports >Synopsis: graphics/graphviz: Fix sincos() link error >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 01:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #1 r221793M: Wed May 11 21:44:19 CDT 2011 lichray@compaq.yuetime:/home/lichray/temp/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64 >Description: FreeBSD's libm does not have a sincos function (maybe available on -CURRENT). Anyway, this port does not build. I hacked post-configure to undefine the HAVE_SINCOS macro. >How-To-Repeat: >Fix: --- graphviz_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/graphviz.orig/Makefile /usr/ports/graphics/graphviz/Makefile --- /usr/ports/graphics/graphviz.orig/Makefile 2011-05-20 03:31:01.000000000 -0500 +++ /usr/ports/graphics/graphviz/Makefile 2011-06-02 17:27:26.254781960 -0500 @@ -7,6 +7,7 @@ PORTNAME= graphviz PORTVERSION= 2.28.0 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -431,6 +432,10 @@ ${WRKSRC}/Makefile.in .endif +post-configure: + @${REINPLACE_CMD} -e 's|^#.*HAVE_SINCOS.*$$|#undef HAVE_SINCOS|' \ + ${WRKSRC}/config.h + post-install: install-ldconfig-file cd ${WRKSRC}/lib/expr && \ ${MAKE} ${INSTALL_TARGET} --- graphviz_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 01:01:09 2011 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 E36A91065670; Fri, 3 Jun 2011 01:01:09 +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 BC1AC8FC14; Fri, 3 Jun 2011 01:01:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53119L2082926; Fri, 3 Jun 2011 01:01:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53119qh082915; Fri, 3 Jun 2011 01:01:09 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 01:01:09 GMT Message-Id: <201106030101.p53119qh082915@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157549: graphics/graphviz: Fix sincos() link 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: Fri, 03 Jun 2011 01:01:10 -0000 Synopsis: graphics/graphviz: Fix sincos() link error Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 01:01:09 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157549 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 01:40:05 2011 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 82E6A106566C for ; Fri, 3 Jun 2011 01: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 5C7888FC0C for ; Fri, 3 Jun 2011 01:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p531e5cA015927 for ; Fri, 3 Jun 2011 01:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p531e5Wx015926; Fri, 3 Jun 2011 01:40:05 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 01:40:05 GMT Resent-Message-Id: <201106030140.p531e5Wx015926@freefall.freebsd.org> 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 64E931065670 for ; Fri, 3 Jun 2011 01:30: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 4C04E8FC16 for ; Fri, 3 Jun 2011 01:30: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 p531U569045728 for ; Fri, 3 Jun 2011 01:30:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p531U5qM045727; Fri, 3 Jun 2011 01:30:05 GMT (envelope-from nobody) Message-Id: <201106030130.p531U5qM045727@red.freebsd.org> Date: Fri, 3 Jun 2011 01:30:05 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157550: [update] sysutils/userinfo to 2.3 + unbreak on 9.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 01:40:05 -0000 >Number: 157550 >Category: ports >Synopsis: [update] sysutils/userinfo to 2.3 + unbreak on 9.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 01:40:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 2.3 -Unbreak on 9.x -Adopt port >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/sysutils/userinfo/Makefile userinfo/Makefile --- /usr/ports/sysutils/userinfo/Makefile 2010-12-04 02:33:41.000000000 -0500 +++ userinfo/Makefile 2011-06-03 01:19:29.000000000 -0400 @@ -6,23 +6,18 @@ # PORTNAME= userinfo -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= sysutils -MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rpsfa@rit.edu COMMENT= Show information about local users USE_AUTOTOOLS= libtool +USE_BZIP2= yes GNU_CONFIGURE= yes MAN1= ui.1 MLINKS= ui.1 userinfo.1 -.include - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - -.include +.include diff -urN /usr/ports/sysutils/userinfo/distinfo userinfo/distinfo --- /usr/ports/sysutils/userinfo/distinfo 2011-03-19 08:33:33.000000000 -0400 +++ userinfo/distinfo 2011-06-03 01:18:12.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (userinfo-2.2.tar.gz) = a0000cd681d1f9ef1b1c718c71f2bc85139c438dbf06259ba474346be97d0f7b -SIZE (userinfo-2.2.tar.gz) = 358510 +SHA256 (userinfo-2.3.tar.bz2) = 71ae6adc85b70960e245f868d4baaeddd7d1713c13b37212079ed14353093121 +SIZE (userinfo-2.3.tar.bz2) = 252544 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 03:42:20 2011 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 2BE19106566C; Fri, 3 Jun 2011 03:42:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05E088FC16; Fri, 3 Jun 2011 03:42:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p533gJxA032247; Fri, 3 Jun 2011 03:42:19 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p533gJQG032243; Fri, 3 Jun 2011 03:42:19 GMT (envelope-from miwi) Date: Fri, 3 Jun 2011 03:42:19 GMT Message-Id: <201106030342.p533gJQG032243@freefall.freebsd.org> To: kpetrikas@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157260: [UPDATE] port-mgmt/bxpkg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 03:42:20 -0000 Synopsis: [UPDATE] port-mgmt/bxpkg State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Jun 3 03:42:19 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157260 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 03:43:27 2011 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 08D111065751; Fri, 3 Jun 2011 03:43:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D677F8FC15; Fri, 3 Jun 2011 03:43:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p533hQrt032356; Fri, 3 Jun 2011 03:43:26 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p533hQ6s032352; Fri, 3 Jun 2011 03:43:26 GMT (envelope-from miwi) Date: Fri, 3 Jun 2011 03:43:26 GMT Message-Id: <201106030343.p533hQ6s032352@freefall.freebsd.org> To: bsdkaffee@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/157509: [MAINTAINER] audio/py-musicbrainz2: Update to 0.7.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: Fri, 03 Jun 2011 03:43:27 -0000 Synopsis: [MAINTAINER] audio/py-musicbrainz2: Update to 0.7.3 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Jun 3 03:43:26 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=157509 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 03:50:10 2011 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 4DB74106564A for ; Fri, 3 Jun 2011 03: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 3EE948FC08 for ; Fri, 3 Jun 2011 03:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p533oAdw033129 for ; Fri, 3 Jun 2011 03:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p533oAMB033128; Fri, 3 Jun 2011 03:50:10 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 03:50:10 GMT Message-Id: <201106030350.p533oAMB033128@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157509: 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: Fri, 03 Jun 2011 03:50:10 -0000 The following reply was made to PR ports/157509; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157509: commit references a PR Date: Fri, 3 Jun 2011 03:43:33 +0000 (UTC) miwi 2011-06-03 03:43:15 UTC FreeBSD ports repository Modified files: audio/py-musicbrainz2 Makefile distinfo Log: - Updatet to 0.7.3 - Pet Portlint PR: 157509 Submitted by: maintainer Revision Changes Path 1.13 +4 -5 ports/audio/py-musicbrainz2/Makefile 1.6 +2 -2 ports/audio/py-musicbrainz2/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 04:10:09 2011 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 BBE69106566C for ; Fri, 3 Jun 2011 04: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 A18AF8FC18 for ; Fri, 3 Jun 2011 04:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p534A92F050121 for ; Fri, 3 Jun 2011 04:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p534A9mi050111; Fri, 3 Jun 2011 04:10:09 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 04:10:09 GMT Message-Id: <201106030410.p534A9mi050111@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Douglas Thrift Cc: Subject: Re: ports/157501: [PATCH] net/isc-dhcp41-relay: Add support for isc-dhcrelay6 analogous to isc-dhcpd6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 04:10:09 -0000 The following reply was made to PR ports/157501; it has been noted by GNATS. From: Douglas Thrift To: bug-followup@FreeBSD.org, lev@FreeBSD.org Cc: Wesley Shields Subject: Re: ports/157501: [PATCH] net/isc-dhcp41-relay: Add support for isc-dhcrelay6 analogous to isc-dhcpd6 Date: Thu, 02 Jun 2011 21:01:28 -0700 This is a multi-part message in MIME format. --------------060406020503090607080607 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello, It looks good to me. Except you forgot to actually make the symlink, I've included a new patch with that fixed. Thanks! -- Douglas William Thrift --------------060406020503090607080607 Content-Type: text/plain; name="isc-dhcp41-relay.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="isc-dhcp41-relay.patch" ZGlmZiAtTnJ1eCAuc3ZuIC14IHdvcmsgL3Vzci9wb3J0cy9uZXQvaXNjLWRoY3A0MS1yZWxh eS9wa2ctcGxpc3QgaXNjLWRoY3A0MS1yZWxheS9wa2ctcGxpc3QKLS0tIC91c3IvcG9ydHMv bmV0L2lzYy1kaGNwNDEtcmVsYXkvcGtnLXBsaXN0CTIwMTAtMDUtMDYgMTM6MjQ6MDAuMDAw MDAwMDAwIC0wNzAwCisrKyBpc2MtZGhjcDQxLXJlbGF5L3BrZy1wbGlzdAkyMDExLTA2LTAy IDIwOjI5OjE5LjY2MzU0MDM4OCAtMDcwMApAQCAtMSw0ICsxLDYgQEAKIEBjb21tZW50ICRG cmVlQlNEOiBwb3J0cy9uZXQvaXNjLWRoY3A0MS1yZWxheS9wa2ctcGxpc3QsdiAxLjEgMjAx MC8wNS8wNiAyMDoyNDowMCB3eHMgRXhwICQKIEB1bmV4ZWMgJUQvZXRjL3JjLmQvaXNjLWRo Y3JlbGF5LnNoIGZvcmNlc3RvcCAyPi9kZXYvbnVsbCB8fCB0cnVlCiBAdW5leGVjICVEL2V0 Yy9yYy5kL2lzYy1kaGNyZWxheSBmb3JjZXN0b3AgMj4vZGV2L251bGwgfHwgdHJ1ZQorJSVJ UFY2JSVAdW5leGVjICVEL2V0Yy9yYy5kL2lzYy1kaGNyZWxheTYgZm9yY2VzdG9wIDI+L2Rl di9udWxsIHx8IHRydWUKKyUlSVBWNiUlZXRjL3JjLmQvaXNjLWRoY3JlbGF5Ngogc2Jpbi9k aGNyZWxheQpkaWZmIC1OcnV4IC5zdm4gLXggd29yayAvdXNyL3BvcnRzL25ldC9pc2MtZGhj cDQxLXNlcnZlci9NYWtlZmlsZSBpc2MtZGhjcDQxLXNlcnZlci9NYWtlZmlsZQotLS0gL3Vz ci9wb3J0cy9uZXQvaXNjLWRoY3A0MS1zZXJ2ZXIvTWFrZWZpbGUJMjAxMS0wNS0wOCAxNzo1 ODoxNy4wMDAwMDAwMDAgLTA3MDAKKysrIGlzYy1kaGNwNDEtc2VydmVyL01ha2VmaWxlCTIw MTEtMDYtMDIgMjA6NTA6NDIuMDMwODcyMTE4IC0wNzAwCkBAIC0yNCw3ICsyNCw3IEBACiBQ QVRDSExFVkVMPQlSMgogUE9SVFJFVklTSU9OX1NFUlZFUj0JMAogUE9SVFJFVklTSU9OX0NM SUVOVD0JMAotUE9SVFJFVklTSU9OX1JFTEFZPQkwCitQT1JUUkVWSVNJT05fUkVMQVk9CTEK IAogU1VCU1lTPz0Jc2VydmVyCiBXUktTUkM9CQkke1dSS0RJUn0vJHtQT1JUTkFNRX0tJHtE SVNUVkVSU0lPTn0tJHtQQVRDSExFVkVMfQpAQCAtMTk4LDYgKzE5OCwxMCBAQAogLmlmIGRl ZmluZWQoV0lUSF9ESENQX0lQVjYpCiAJQCR7TE59IC1zZiBpc2MtZGhjcGQgJHtQUkVGSVh9 L2V0Yy9yYy5kL2lzYy1kaGNwZDYKIC5lbmRpZgorLmVsaWYgJHtTVUJTWVN9ID09IHJlbGF5 CisuaWYgZGVmaW5lZChXSVRIX0RIQ1BfSVBWNikKKwlAJHtMTn0gLXNmIGlzYy1kaGNyZWxh eSAke1BSRUZJWH0vZXRjL3JjLmQvaXNjLWRoY3JlbGF5NgorLmVuZGlmCiAuZW5kaWYKIAlA JHtTRUR9ICR7UEtHTUVTU0FHRV9TVUI6Uy8kLyFnLzpTL14vIC1lIHMhJSUvOlMvPS8lJSEv fSBcCiAJCSR7TVNHX0ZJTEV9ID4gJHtQS0dNRVNTQUdFfQpkaWZmIC1OcnV4IC5zdm4gLXgg d29yayAvdXNyL3BvcnRzL25ldC9pc2MtZGhjcDQxLXNlcnZlci9maWxlcy9pc2MtZGhjcmVs YXkuaW4gaXNjLWRoY3A0MS1zZXJ2ZXIvZmlsZXMvaXNjLWRoY3JlbGF5LmluCi0tLSAvdXNy L3BvcnRzL25ldC9pc2MtZGhjcDQxLXNlcnZlci9maWxlcy9pc2MtZGhjcmVsYXkuaW4JMjAx MC0wNS0wNiAxMzoyNDowMS4wMDAwMDAwMDAgLTA3MDAKKysrIGlzYy1kaGNwNDEtc2VydmVy L2ZpbGVzL2lzYy1kaGNyZWxheS5pbgkyMDExLTA2LTAyIDIwOjI5OjE5LjcwMjUzODY3MyAt MDcwMApAQCAtMTYsMjUgKzE2LDQ5IEBACiAjIGRoY3JlbGF5X3NlcnZlcnM9IiIJCQkjIGRo Y3JlbGF5IHNlcnZlcihzKQogIyBkaGNyZWxheV9pZmFjZXM9IiIJCQkjIGV0aGVybmV0IGlu dGVyZmFjZShzKQogCitjYXNlICQwIGluCisvZXRjL3JjKikKKwkjIGR1cmluZyBib290IChz aHV0ZG93bikgJDAgaXMgL2V0Yy9yYyAoL2V0Yy9yYy5zaHV0ZG93biksCisJIyBzbyBnZXQg dGhlIG5hbWUgb2YgdGhlIHNjcmlwdCBmcm9tICRfZmlsZQorCW5hbWU9JF9maWxlCisJOzsK KyopCisJbmFtZT0kMAorCTs7Citlc2FjCisKK25hbWU9JHtuYW1lIyMqL2lzYy19CisKK2Nh c2UgJHtuYW1lfSBpbgorKjYpCisJaXB2ZXJzaW9uPS02CisJOzsKKyopCisJaXB2ZXJzaW9u PS00CisJOzsKK2VzYWMKKwogZGhjcmVsYXlfcHJlY21kICgpCiB7Ci0JbG9jYWwgaWZhY2Vz CisJbG9jYWwgaWZhY2VzIF9zZXJ2ZXJzIF9pZmFjZXMKKwkKKwlldmFsICJfc2VydmVycz1c JHske25hbWV9X3NlcnZlcnN9IgorCWV2YWwgIl9pZmFjZXM9XCR7JHtuYW1lfV9pZmFjZXN9 IgogCi0JaWYgWyAteiAiJHtkaGNyZWxheV9zZXJ2ZXJzfSIgXTsgdGhlbgotCQllcnIgMSAi bm8gZGhjcmVsYXkgc2VydmVyKHMpIGNvbmZpZ3VyZWQuIgorCWlmIFsgLXogIiR7X3NlcnZl cnN9IiBdOyB0aGVuCisJCWVyciAxICJubyAke25hbWV9IHNlcnZlcihzKSBjb25maWd1cmVk LiIKIAlmaQogCiAJaWZhY2VzPQotCWZvciBpZmFjZSBpbiAke2RoY3JlbGF5X2lmYWNlc307 IGRvCisJZm9yIGlmYWNlIGluICR7X2lmYWNlc307IGRvCiAJCWlmYWNlcz0iJHtpZmFjZXN9 IC1pICR7aWZhY2V9IgogCWRvbmUKIAotCXJjX2ZsYWdzPSIke3JjX2ZsYWdzfSAke2lmYWNl c30gJHtkaGNyZWxheV9zZXJ2ZXJzfSIKKwlyY19mbGFncz0iJHtyY19mbGFnc30gJHtpcHZl cnNpb259ICR7aWZhY2VzfSAke19zZXJ2ZXJzfSIKIH0KIAogLiAvZXRjL3JjLnN1YnIKIAot bmFtZT1kaGNyZWxheQogcmN2YXI9JHtuYW1lfV9lbmFibGUKIAogY29tbWFuZD0lJVBSRUZJ WCUlL3NiaW4vJHtuYW1lfQo= --------------060406020503090607080607-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 06:30:11 2011 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 83FDA1065673 for ; Fri, 3 Jun 2011 06: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 5C99C8FC1C for ; Fri, 3 Jun 2011 06:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p536UBMC082110 for ; Fri, 3 Jun 2011 06:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p536UBeq082109; Fri, 3 Jun 2011 06:30:11 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 06:30:11 GMT Resent-Message-Id: <201106030630.p536UBeq082109@freefall.freebsd.org> 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 5BBA7106566B for ; Fri, 3 Jun 2011 06:22:00 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22A858FC08 for ; Fri, 3 Jun 2011 06:21:59 +0000 (UTC) Received: by iwn33 with SMTP id 33so1842670iwn.13 for ; Thu, 02 Jun 2011 23:21:59 -0700 (PDT) Received: by 10.42.29.137 with SMTP id r9mr2936406icc.227.1307082118934; Thu, 02 Jun 2011 23:21:58 -0700 (PDT) Received: from compaq.yuetime ([99.135.151.173]) by mx.google.com with ESMTPS id fw9sm367593ibb.64.2011.06.02.23.21.54 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Jun 2011 23:21:57 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Fri, 03 Jun 2011 01:21:51 -0500 Message-Id: <4de87d85.09cfe70a.2174.08ce@mx.google.com> Date: Fri, 03 Jun 2011 01:21:51 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157551: New port: multimedia/umplayer - A modern front-end for mplayer 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: Fri, 03 Jun 2011 06:30:11 -0000 >Number: 157551 >Category: ports >Synopsis: New port: multimedia/umplayer - A modern front-end for mplayer >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 06:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #1 r221793M: Wed May 11 21:44:19 CDT 2011 lichray@compaq.yuetime:/home/lichray/temp/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64 >Description: The development of the famous mplayer front-end SMPlayer is stopped. This UMPlayer is forked from it. Check http://www.umplayer.com/ for details. >How-To-Repeat: >Fix: --- umplayer.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: # # umplayer # umplayer/pkg-descr # umplayer/files # umplayer/files/patch-src_umplayer.cpp # umplayer/distinfo # umplayer/pkg-plist # umplayer/Makefile # echo c - umplayer mkdir -p umplayer > /dev/null 2>&1 echo x - umplayer/pkg-descr sed 's/^X//' >umplayer/pkg-descr << '61f92588bfada096acb92a1de9b83f33' XUMPlayer is the multimedia player that fills all your needs. With dozens of Xadvanced features and built-in codecs it can handle any media format, and Xcan play Audio CDs, DVDs, (S)VCDs, TV / Radio cards, YouTube" and XSHOUTcast" streams and even incomplete or damaged media files. X XWWW: http://www.umplayer.com/ 61f92588bfada096acb92a1de9b83f33 echo c - umplayer/files mkdir -p umplayer/files > /dev/null 2>&1 echo x - umplayer/files/patch-src_umplayer.cpp sed 's/^X//' >umplayer/files/patch-src_umplayer.cpp << '944703f285dd80c48b4831a0677882cb' X--- ./src/umplayer.cpp.orig 2011-03-29 07:43:57.000000000 -0500 X+++ ./src/umplayer.cpp 2011-06-03 01:07:11.292091723 -0500 X@@ -443,13 +443,13 @@ void UMPlayer::showInfo() { X .arg(umplayerVersion()) X #ifdef Q_OS_LINUX X .arg("Linux") X-#else X-#ifdef Q_OS_WIN X+#elif defined(Q_OS_FREEBSD) X+ .arg("FreeBSD") X+#elif defined(Q_OS_WIN) X .arg("Windows ("+win_ver+")") X #else X .arg("Other OS") X #endif X-#endif X ; X X printf("%s\n", s.toLocal8Bit().data() ); 944703f285dd80c48b4831a0677882cb echo x - umplayer/distinfo sed 's/^X//' >umplayer/distinfo << 'ff3d7b18b3372faa36d95aa68a4c4d7c' XSHA256 (umplayer-0.95.tar.xz) = 21554e8e69750e9ed7bf01f45ff1783900d87f5b494d8df82e14514a087c98ec XSIZE (umplayer-0.95.tar.xz) = 21482560 ff3d7b18b3372faa36d95aa68a4c4d7c echo x - umplayer/pkg-plist sed 's/^X//' >umplayer/pkg-plist << '14b4b1120b29f0613326c4cf7760f312' Xbin/umplayer Xshare/applications/umplayer.desktop Xshare/applications/umplayer_enqueue.desktop X%%PORTDOCS%%%%DOCSDIR%%/Audio_equalizer.txt X%%PORTDOCS%%%%DOCSDIR%%/Changelog X%%PORTDOCS%%%%DOCSDIR%%/Configuring_the_toolbars.txt X%%PORTDOCS%%%%DOCSDIR%%/Copying.txt X%%PORTDOCS%%%%DOCSDIR%%/Finding_subtitles.txt X%%PORTDOCS%%%%DOCSDIR%%/Install.txt X%%PORTDOCS%%%%DOCSDIR%%/Not_so_obvious_things.txt X%%PORTDOCS%%%%DOCSDIR%%/Portable_Edition.txt X%%PORTDOCS%%%%DOCSDIR%%/Readme.txt X%%PORTDOCS%%%%DOCSDIR%%/Release_notes.txt X%%PORTDOCS%%%%DOCSDIR%%/Watching_TV.txt X%%PORTDOCS%%%%DOCSDIR%%/cs/faq.html X%%PORTDOCS%%%%DOCSDIR%%/cs/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/de/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/dvdmenus.txt X%%PORTDOCS%%%%DOCSDIR%%/en/faq.html X%%PORTDOCS%%%%DOCSDIR%%/en/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/es/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/gpl.txt X%%PORTDOCS%%%%DOCSDIR%%/hu/faq.html X%%PORTDOCS%%%%DOCSDIR%%/hu/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/it/faq.html X%%PORTDOCS%%%%DOCSDIR%%/it/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/ja/faq.html X%%PORTDOCS%%%%DOCSDIR%%/ja/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/nl/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/ro/gpl.html X%%PORTDOCS%%%%DOCSDIR%%/ru/faq.html X%%PORTDOCS%%%%DOCSDIR%%/ru/gpl.html Xshare/icons/hicolor/16x16/apps/umplayer.png Xshare/icons/hicolor/22x22/apps/umplayer.png Xshare/icons/hicolor/32x32/apps/umplayer.png Xshare/icons/hicolor/64x64/apps/umplayer.png X%%DATADIR%%/input.conf X%%DATADIR%%/shortcuts/default.keys X%%DATADIR%%/shortcuts/sda.keys X%%DATADIR%%/themes/Black/bg-mediabar.png X%%DATADIR%%/themes/Black/bg-menu.png X%%DATADIR%%/themes/Black/bg-panel-left.png X%%DATADIR%%/themes/Black/bg-panel-right.png X%%DATADIR%%/themes/Black/bg-panel.png X%%DATADIR%%/themes/Black/bg-search-box-left.png X%%DATADIR%%/themes/Black/bg-search-box-right.png X%%DATADIR%%/themes/Black/bg-search-box.png X%%DATADIR%%/themes/Black/bg-seekbar-buffering.png X%%DATADIR%%/themes/Black/bg-seekbar-left.png X%%DATADIR%%/themes/Black/bg-seekbar-progress.png X%%DATADIR%%/themes/Black/bg-seekbar-right.png X%%DATADIR%%/themes/Black/bg-seekbar.png X%%DATADIR%%/themes/Black/bg-toolbar.png X%%DATADIR%%/themes/Black/bg-volumebar-progress.png X%%DATADIR%%/themes/Black/bg-volumebar.png X%%DATADIR%%/themes/Black/button-equalizer.png X%%DATADIR%%/themes/Black/button-fastforward.png X%%DATADIR%%/themes/Black/button-fullscreen.png X%%DATADIR%%/themes/Black/button-max-volume.png X%%DATADIR%%/themes/Black/button-min-volume.png X%%DATADIR%%/themes/Black/button-next.png X%%DATADIR%%/themes/Black/button-play-pause.png X%%DATADIR%%/themes/Black/button-playlist.png X%%DATADIR%%/themes/Black/button-previous.png X%%DATADIR%%/themes/Black/button-record.png X%%DATADIR%%/themes/Black/button-repeat.png X%%DATADIR%%/themes/Black/button-rewind.png X%%DATADIR%%/themes/Black/button-seek-knob.png X%%DATADIR%%/themes/Black/button-shuffle.png X%%DATADIR%%/themes/Black/button-stop.png X%%DATADIR%%/themes/Black/button-toolbar.png X%%DATADIR%%/themes/Black/button-volume-knob.png X%%DATADIR%%/themes/Black/main.css X%%DATADIR%%/themes/Black/search-arrow.png X%%DATADIR%%/themes/Black/search-icon.png X%%DATADIR%%/themes/Black/search-shoutcast.png X%%DATADIR%%/themes/Black/search-youtube.png X%%DATADIR%%/themes/Gonzo/bg-mediabar.png X%%DATADIR%%/themes/Gonzo/bg-menu.png X%%DATADIR%%/themes/Gonzo/bg-panel-left.png X%%DATADIR%%/themes/Gonzo/bg-panel-right.png X%%DATADIR%%/themes/Gonzo/bg-panel.png X%%DATADIR%%/themes/Gonzo/bg-search-box-left.png X%%DATADIR%%/themes/Gonzo/bg-search-box-right.png X%%DATADIR%%/themes/Gonzo/bg-search-box.png X%%DATADIR%%/themes/Gonzo/bg-seekbar-buffering.png X%%DATADIR%%/themes/Gonzo/bg-seekbar-left.png X%%DATADIR%%/themes/Gonzo/bg-seekbar-progress.png X%%DATADIR%%/themes/Gonzo/bg-seekbar-right.png X%%DATADIR%%/themes/Gonzo/bg-seekbar.png X%%DATADIR%%/themes/Gonzo/bg-toolbar.png X%%DATADIR%%/themes/Gonzo/bg-volumebar-progress.png X%%DATADIR%%/themes/Gonzo/bg-volumebar.png X%%DATADIR%%/themes/Gonzo/button-equalizer.png X%%DATADIR%%/themes/Gonzo/button-fastforward.png X%%DATADIR%%/themes/Gonzo/button-fullscreen.png X%%DATADIR%%/themes/Gonzo/button-max-volume.png X%%DATADIR%%/themes/Gonzo/button-min-volume.png X%%DATADIR%%/themes/Gonzo/button-next.png X%%DATADIR%%/themes/Gonzo/button-play-pause.png X%%DATADIR%%/themes/Gonzo/button-playlist.png X%%DATADIR%%/themes/Gonzo/button-previous.png X%%DATADIR%%/themes/Gonzo/button-record.png X%%DATADIR%%/themes/Gonzo/button-repeat.png X%%DATADIR%%/themes/Gonzo/button-rewind.png X%%DATADIR%%/themes/Gonzo/button-seek-knob.png X%%DATADIR%%/themes/Gonzo/button-shuffle.png X%%DATADIR%%/themes/Gonzo/button-stop.png X%%DATADIR%%/themes/Gonzo/button-toolbar.png X%%DATADIR%%/themes/Gonzo/button-volume-knob.png X%%DATADIR%%/themes/Gonzo/main.css X%%DATADIR%%/themes/Gonzo/search-arrow.png X%%DATADIR%%/themes/Gonzo/search-icon.png X%%DATADIR%%/themes/Gonzo/search-shoutcast.png X%%DATADIR%%/themes/Gonzo/search-youtube.png X%%DATADIR%%/themes/Gonzo/toolbar-splitter.png X%%DATADIR%%/themes/Gonzo/toolbar-splitter2.png X%%DATADIR%%/themes/Mac/bg-mediabar.png X%%DATADIR%%/themes/Mac/bg-menu.png X%%DATADIR%%/themes/Mac/bg-panel-left.png X%%DATADIR%%/themes/Mac/bg-panel-right.png X%%DATADIR%%/themes/Mac/bg-panel.png X%%DATADIR%%/themes/Mac/bg-search-box-left.png X%%DATADIR%%/themes/Mac/bg-search-box-right.png X%%DATADIR%%/themes/Mac/bg-search-box.png X%%DATADIR%%/themes/Mac/bg-seekbar-buffering.png X%%DATADIR%%/themes/Mac/bg-seekbar-left.png X%%DATADIR%%/themes/Mac/bg-seekbar-progress.png X%%DATADIR%%/themes/Mac/bg-seekbar-right.png X%%DATADIR%%/themes/Mac/bg-seekbar.png X%%DATADIR%%/themes/Mac/bg-toolbar.png X%%DATADIR%%/themes/Mac/bg-volumebar-progress.png X%%DATADIR%%/themes/Mac/bg-volumebar.png X%%DATADIR%%/themes/Mac/button-equalizer.png X%%DATADIR%%/themes/Mac/button-fastforward.png X%%DATADIR%%/themes/Mac/button-fullscreen.png X%%DATADIR%%/themes/Mac/button-max-volume.png X%%DATADIR%%/themes/Mac/button-min-volume.png X%%DATADIR%%/themes/Mac/button-next.png X%%DATADIR%%/themes/Mac/button-play-pause.png X%%DATADIR%%/themes/Mac/button-playlist.png X%%DATADIR%%/themes/Mac/button-previous.png X%%DATADIR%%/themes/Mac/button-record.png X%%DATADIR%%/themes/Mac/button-repeat.png X%%DATADIR%%/themes/Mac/button-rewind.png X%%DATADIR%%/themes/Mac/button-seek-knob.png X%%DATADIR%%/themes/Mac/button-shuffle.png X%%DATADIR%%/themes/Mac/button-stop.png X%%DATADIR%%/themes/Mac/button-toolbar.png X%%DATADIR%%/themes/Mac/button-volume-knob.png X%%DATADIR%%/themes/Mac/main.css X%%DATADIR%%/themes/Mac/search-arrow.png X%%DATADIR%%/themes/Mac/search-icon.png X%%DATADIR%%/themes/Mac/search-shoutcast.png X%%DATADIR%%/themes/Mac/search-youtube.png X%%DATADIR%%/themes/Modern/bg-mediabar.png X%%DATADIR%%/themes/Modern/bg-menu.png X%%DATADIR%%/themes/Modern/bg-panel-left.png X%%DATADIR%%/themes/Modern/bg-panel-right.png X%%DATADIR%%/themes/Modern/bg-panel.png X%%DATADIR%%/themes/Modern/bg-search-box-left.png X%%DATADIR%%/themes/Modern/bg-search-box-right.png X%%DATADIR%%/themes/Modern/bg-search-box.png X%%DATADIR%%/themes/Modern/bg-seekbar-buffering.png X%%DATADIR%%/themes/Modern/bg-seekbar-left.png X%%DATADIR%%/themes/Modern/bg-seekbar-progress.png X%%DATADIR%%/themes/Modern/bg-seekbar-right.png X%%DATADIR%%/themes/Modern/bg-seekbar.png X%%DATADIR%%/themes/Modern/bg-toolbar.png X%%DATADIR%%/themes/Modern/bg-volumebar-progress.png X%%DATADIR%%/themes/Modern/bg-volumebar.png X%%DATADIR%%/themes/Modern/button-equalizer.png X%%DATADIR%%/themes/Modern/button-fastforward.png X%%DATADIR%%/themes/Modern/button-fullscreen.png X%%DATADIR%%/themes/Modern/button-max-volume.png X%%DATADIR%%/themes/Modern/button-min-volume.png X%%DATADIR%%/themes/Modern/button-next.png X%%DATADIR%%/themes/Modern/button-play-pause.png X%%DATADIR%%/themes/Modern/button-playlist.png X%%DATADIR%%/themes/Modern/button-previous.png X%%DATADIR%%/themes/Modern/button-record.png X%%DATADIR%%/themes/Modern/button-repeat.png X%%DATADIR%%/themes/Modern/button-rewind.png X%%DATADIR%%/themes/Modern/button-seek-knob.png X%%DATADIR%%/themes/Modern/button-shuffle.png X%%DATADIR%%/themes/Modern/button-stop.png X%%DATADIR%%/themes/Modern/button-toolbar.png X%%DATADIR%%/themes/Modern/button-volume-knob.png X%%DATADIR%%/themes/Modern/main.css X%%DATADIR%%/themes/Modern/search-arrow.png X%%DATADIR%%/themes/Modern/search-icon.png X%%DATADIR%%/themes/Modern/search-shoutcast.png X%%DATADIR%%/themes/Modern/search-youtube.png X%%DATADIR%%/themes/Vista/bg-mediabar.png X%%DATADIR%%/themes/Vista/bg-menu.png X%%DATADIR%%/themes/Vista/bg-panel-left.png X%%DATADIR%%/themes/Vista/bg-panel-right.png X%%DATADIR%%/themes/Vista/bg-panel.png X%%DATADIR%%/themes/Vista/bg-search-box-left.png X%%DATADIR%%/themes/Vista/bg-search-box-right.png X%%DATADIR%%/themes/Vista/bg-search-box.png X%%DATADIR%%/themes/Vista/bg-seekbar-buffering.png X%%DATADIR%%/themes/Vista/bg-seekbar-left.png X%%DATADIR%%/themes/Vista/bg-seekbar-progress.png X%%DATADIR%%/themes/Vista/bg-seekbar-right.png X%%DATADIR%%/themes/Vista/bg-seekbar.png X%%DATADIR%%/themes/Vista/bg-toolbar.png X%%DATADIR%%/themes/Vista/bg-volumebar-progress.png X%%DATADIR%%/themes/Vista/bg-volumebar.png X%%DATADIR%%/themes/Vista/button-equalizer.png X%%DATADIR%%/themes/Vista/button-fastforward.png X%%DATADIR%%/themes/Vista/button-fullscreen.png X%%DATADIR%%/themes/Vista/button-max-volume.png X%%DATADIR%%/themes/Vista/button-min-volume.png X%%DATADIR%%/themes/Vista/button-next.png X%%DATADIR%%/themes/Vista/button-play-pause.png X%%DATADIR%%/themes/Vista/button-playlist.png X%%DATADIR%%/themes/Vista/button-previous.png X%%DATADIR%%/themes/Vista/button-record.png X%%DATADIR%%/themes/Vista/button-repeat.png X%%DATADIR%%/themes/Vista/button-rewind.png X%%DATADIR%%/themes/Vista/button-seek-knob.png X%%DATADIR%%/themes/Vista/button-shuffle.png X%%DATADIR%%/themes/Vista/button-stop.png X%%DATADIR%%/themes/Vista/button-toolbar.png X%%DATADIR%%/themes/Vista/button-volume-knob.png X%%DATADIR%%/themes/Vista/main.css X%%DATADIR%%/themes/Vista/search-arrow.png X%%DATADIR%%/themes/Vista/search-icon.png X%%DATADIR%%/themes/Vista/search-shoutcast.png X%%DATADIR%%/themes/Vista/search-youtube.png X%%DATADIR%%/translations/umplayer_ar_SY.qm X%%DATADIR%%/translations/umplayer_bg.qm X%%DATADIR%%/translations/umplayer_ca.qm X%%DATADIR%%/translations/umplayer_cs.qm X%%DATADIR%%/translations/umplayer_de.qm X%%DATADIR%%/translations/umplayer_el_GR.qm X%%DATADIR%%/translations/umplayer_en_US.qm X%%DATADIR%%/translations/umplayer_es.qm X%%DATADIR%%/translations/umplayer_et.qm X%%DATADIR%%/translations/umplayer_eu.qm X%%DATADIR%%/translations/umplayer_fi.qm X%%DATADIR%%/translations/umplayer_fr.qm X%%DATADIR%%/translations/umplayer_gl.qm X%%DATADIR%%/translations/umplayer_hu.qm X%%DATADIR%%/translations/umplayer_it.qm X%%DATADIR%%/translations/umplayer_ja.qm X%%DATADIR%%/translations/umplayer_ka.qm X%%DATADIR%%/translations/umplayer_ko.qm X%%DATADIR%%/translations/umplayer_ku.qm X%%DATADIR%%/translations/umplayer_mk.qm X%%DATADIR%%/translations/umplayer_nl.qm X%%DATADIR%%/translations/umplayer_pl.qm X%%DATADIR%%/translations/umplayer_pt.qm X%%DATADIR%%/translations/umplayer_pt_BR.qm X%%DATADIR%%/translations/umplayer_ro_RO.qm X%%DATADIR%%/translations/umplayer_ru_RU.qm X%%DATADIR%%/translations/umplayer_sk.qm X%%DATADIR%%/translations/umplayer_sl_SI.qm X%%DATADIR%%/translations/umplayer_sr.qm X%%DATADIR%%/translations/umplayer_sv.qm X%%DATADIR%%/translations/umplayer_tr.qm X%%DATADIR%%/translations/umplayer_uk_UA.qm X%%DATADIR%%/translations/umplayer_vi_VN.qm X%%DATADIR%%/translations/umplayer_zh_CN.qm X%%DATADIR%%/translations/umplayer_zh_TW.qm X@dirrm %%DATADIR%%/translations X@dirrm %%DATADIR%%/themes/Vista X@dirrm %%DATADIR%%/themes/Modern X@dirrm %%DATADIR%%/themes/Mac X@dirrm %%DATADIR%%/themes/Gonzo X@dirrm %%DATADIR%%/themes/Black X@dirrm %%DATADIR%%/themes X@dirrm %%DATADIR%%/shortcuts X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%%/ru X%%PORTDOCS%%@dirrm %%DOCSDIR%%/ro X%%PORTDOCS%%@dirrm %%DOCSDIR%%/nl X%%PORTDOCS%%@dirrm %%DOCSDIR%%/ja X%%PORTDOCS%%@dirrm %%DOCSDIR%%/it X%%PORTDOCS%%@dirrm %%DOCSDIR%%/hu X%%PORTDOCS%%@dirrm %%DOCSDIR%%/es X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en X%%PORTDOCS%%@dirrm %%DOCSDIR%%/de X%%PORTDOCS%%@dirrm %%DOCSDIR%%/cs X%%PORTDOCS%%@dirrm %%DOCSDIR%% 14b4b1120b29f0613326c4cf7760f312 echo x - umplayer/Makefile sed 's/^X//' >umplayer/Makefile << '1e4a68f00d7ae97d6fc5c71247e90304' X# New ports collection makefile for: umplayer X# Date created: 2 May, 2011 X# Whom: Zhihao Yuan X# X# $FreeBSD$ X# X XPORTNAME= umplayer XDISTVERSION= 0.95 XCATEGORIES= multimedia audio kde XMASTER_SITES= X XMAINTAINER= lichray@gmail.com XCOMMENT= A modern front-end for mplayer (forked from smplayer) X XRUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer X XUSE_QT_VER= 4 XQT_COMPONENTS= gui network xml qmake_build moc_build rcc_build uic_build \ X linguist_build X XALL_TARGET= src/umplayer X XUSE_XZ= yes XUSE_GMAKE= yes XINSTALLS_ICONS= yes XMAKE_ARGS+= QMAKE_OPTS="DEFINES+=NO_DEBUG_ON_CONSOLE" X XMAN1= umplayer.1 XMANCOMPRESSED= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's|qmake|${QMAKE}|g' \ X -e 's|lrelease|${QT_PREFIX}/bin/lrelease-qt4|g' \ X -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \ X -e 's,/share/man,/man,g' \ X -e 's|/doc/packages|/doc|' \ X -e 's|^.*/get_svn_revision.sh$$||' \ X ${WRKSRC}/Makefile X X.include 1e4a68f00d7ae97d6fc5c71247e90304 exit --- umplayer.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 06:50:07 2011 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 BEC23106564A for ; Fri, 3 Jun 2011 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 9D1C18FC19 for ; Fri, 3 Jun 2011 06:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p536o7pO004972 for ; Fri, 3 Jun 2011 06:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p536o7uW004971; Fri, 3 Jun 2011 06:50:07 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 06:50:07 GMT Resent-Message-Id: <201106030650.p536o7uW004971@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6558C1065670; Fri, 3 Jun 2011 06:41:05 +0000 (UTC) (envelope-from root@fit.nokia.com) Received: from mgw-da02.nokia.com (smtp.nokia.com [147.243.128.26]) by mx1.freebsd.org (Postfix) with ESMTP id 219A48FC15; Fri, 3 Jun 2011 06:41:04 +0000 (UTC) Received: from mail.fit.nokia.com (esdhcp030222.research.nokia.com [172.21.30.222]) by mgw-da02.nokia.com (Switch-3.4.4/Switch-3.4.3) with ESMTP id p535uUSg026112 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Jun 2011 08:56:31 +0300 Received: by mail.fit.nokia.com (Postfix, from userid 0) id 2D9135C36; Fri, 3 Jun 2011 08:56:20 +0300 (EEST) Message-Id: <20110603055620.2D9135C36@mail.fit.nokia.com> Date: Fri, 3 Jun 2011 08:56:20 +0300 (EEST) From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kevlo@FreeBSD.org Subject: ports/157552: [PATCH] www/hotcrp: add missing PHP extensions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 06:50:07 -0000 >Number: 157552 >Category: ports >Synopsis: [PATCH] www/hotcrp: add missing PHP extensions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 06:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 8.2-STABLE i386 >Organization: Nokia Research Center >Environment: System: FreeBSD fit.nokia.com 8.2-STABLE FreeBSD 8.2-STABLE #39: Tue May 31 09:02:37 EEST 2011 >Description: - Add missing PHP extensions (session, ctype) - Fix portlint warnings Port maintainer (kevlo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- hotcrp-2.45_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/hotcrp.orig/Makefile /usr/ports/www/hotcrp/Makefile --- /usr/ports/www/hotcrp.orig/Makefile 2011-06-03 08:33:01.000000000 +0300 +++ /usr/ports/www/hotcrp/Makefile 2011-06-03 08:50:33.000000000 +0300 @@ -7,6 +7,7 @@ PORTNAME= hotcrp PORTVERSION= 2.45 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cs.ucla.edu/~kohler/hotcrp/ @@ -16,14 +17,16 @@ RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ pdftohtml:${PORTSDIR}/textproc/pdftohtml -USE_PHP= mysql gd + +USE_PHP= mysql gd session ctype +USE_MYSQL= server PEARDIR= ${PREFIX}/share/pear WWWDOCROOT?= www NO_BUILD= yes -SUB_FILES= pkg-message +SUB_FILES= pkg-message LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE @@ -31,7 +34,7 @@ do-install: ${MKDIR} ${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} post-install: @${CAT} ${PKGMESSAGE} --- hotcrp-2.45_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 06:50:09 2011 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 990AA106566C for ; Fri, 3 Jun 2011 06: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 898C28FC0C for ; Fri, 3 Jun 2011 06:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p536o9Nb005020 for ; Fri, 3 Jun 2011 06:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p536o9kf005019; Fri, 3 Jun 2011 06:50:09 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 06:50:09 GMT Message-Id: <201106030650.p536o9kf005019@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Zhihao Yuan Cc: Subject: Re: ports/157551: New port: multimedia/umplayer - A modern front-end for mplayer 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: Fri, 03 Jun 2011 06:50:09 -0000 The following reply was made to PR ports/157551; it has been noted by GNATS. From: Zhihao Yuan To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157551: New port: multimedia/umplayer - A modern front-end for mplayer Date: Fri, 3 Jun 2011 01:42:39 -0500 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable BTW. If you take this PR, I'll send the distfile to you as soon as possible. UMPlayer does not provide a versionized distfile. The distfile is of svn r164 (so not exactly 0.95 actually). --=20 Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/ --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJN6IJfAAoJEDM1qsGtFE5ZxocH/2StwgpoYfTkAsh5bqMUAhNI vfCDV5QlXhSSKEdWPm82ZyvWkQjDU0d1W1aNuQfIpgBQLsBDXf4izoRwQ6CSMIQI OagUDqPMn2v6i65rUXbaFHvFRTZCgyjfPp3FgML42RDUCAfVrPW046AbPC0i8Mzj STbAsbceUfFPGOReohVTMLAKCF6Ud+umqwIJzhXC6Y/7hHenRBSGtYnZHcxR82kg 1t9Ig6hweOAuwBH8phtg5MmWH0BSy7wZ1MXB0Y4cBFDesVRaJUEYMgh98hFTGbmj fzc5I6kBXsSbhoVpbVUY1cjKepspxEbO9PWVnMtweG3M5LKCuhCq7dx8ojgfkJA= =IvVZ -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 06:50:18 2011 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 37876106564A; Fri, 3 Jun 2011 06: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 10FF18FC1A; Fri, 3 Jun 2011 06:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p536oHLS005121; Fri, 3 Jun 2011 06:50:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p536oH2W005117; Fri, 3 Jun 2011 06:50:17 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 06:50:17 GMT Message-Id: <201106030650.p536oH2W005117@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kevlo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157552: [PATCH] www/hotcrp: add missing PHP extensions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 06:50:18 -0000 Synopsis: [PATCH] www/hotcrp: add missing PHP extensions Responsible-Changed-From-To: freebsd-ports-bugs->kevlo Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 06:50:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157552 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 06:52:28 2011 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 08D6C1065670; Fri, 3 Jun 2011 06:52:28 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D66F08FC15; Fri, 3 Jun 2011 06:52:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p536qRwR013142; Fri, 3 Jun 2011 06:52:27 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p536qRqj013138; Fri, 3 Jun 2011 06:52:27 GMT (envelope-from culot) Date: Fri, 3 Jun 2011 06:52:27 GMT Message-Id: <201106030652.p536qRqj013138@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157550: [update] sysutils/userinfo to 2.3 + unbreak on 9.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 06:52:28 -0000 Synopsis: [update] sysutils/userinfo to 2.3 + unbreak on 9.x Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Jun 3 06:52:27 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157550 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 07:50:09 2011 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 70E0D1065674 for ; Fri, 3 Jun 2011 07: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 2DF7C8FC14 for ; Fri, 3 Jun 2011 07:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p537o95N081206 for ; Fri, 3 Jun 2011 07:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p537o9UX081205; Fri, 3 Jun 2011 07:50:09 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 07:50:09 GMT Resent-Message-Id: <201106030750.p537o9UX081205@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicola Vitale Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFD4D1065670 for ; Fri, 3 Jun 2011 07:42: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 97CEA8FC12 for ; Fri, 3 Jun 2011 07:42:55 +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 p537gt67079860 for ; Fri, 3 Jun 2011 07:42:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p537gtin079839; Fri, 3 Jun 2011 07:42:55 GMT (envelope-from nobody) Message-Id: <201106030742.p537gtin079839@red.freebsd.org> Date: Fri, 3 Jun 2011 07:42:55 GMT From: Nicola Vitale To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157553: [repocopy] databases/py-sqlalchemy -> databases/py-sqlalchemy06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 07:50:09 -0000 >Number: 157553 >Category: ports >Synopsis: [repocopy] databases/py-sqlalchemy -> databases/py-sqlalchemy06 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 07:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 8.1-RELEASE-p1 >Organization: n/a >Environment: FreeBSD mnemosine.domo.sva 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #13: Sat May 14 09:40:27 CEST 2011 stan@mnemosine.domo.sva:/usr/obj/usr/src/sys/MNEMOSINE i386 >Description: Please, repocopy databases/py-sqlalchemy to databases/py-sqlalchemy06 for supporting the first production release of the 0.7 series, that is incompatible with the previous ones. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 07:50:11 2011 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 C26F51065678 for ; Fri, 3 Jun 2011 07: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 996BD8FC08 for ; Fri, 3 Jun 2011 07:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p537oBw0081275 for ; Fri, 3 Jun 2011 07:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p537oBtc081274; Fri, 3 Jun 2011 07:50:11 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 07:50:11 GMT Message-Id: <201106030750.p537oBtc081274@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Tobias Rehbein" Cc: Subject: Re: ports/157539: [MAINTAINER-UPDATE] games/stonesoup: Update to version 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tobias Rehbein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 07:50:11 -0000 The following reply was made to PR ports/157539; it has been noted by GNATS. From: "Tobias Rehbein" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157539: [MAINTAINER-UPDATE] games/stonesoup: Update to version 0.8 Date: Fri, 3 Jun 2011 09:30:34 +0200 (CEST) Two temporary files slipped into the patch. After patching remove them usin= g: `rm games/stonesoup/pkg-plist.old games/stonesoup/pkg-plist.tty` ___________________________________________________________ Schon geh=C3=B6rt? WEB.DE hat einen genialen Phishing-Filter in die Toolbar eingebaut! http://produkte.web.de/go/toolbar From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 07:50:19 2011 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 2DE4B1065670; Fri, 3 Jun 2011 07: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 06F7C8FC13; Fri, 3 Jun 2011 07:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p537oI82081416; Fri, 3 Jun 2011 07:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p537oIW4081412; Fri, 3 Jun 2011 07:50:18 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 07:50:18 GMT Message-Id: <201106030750.p537oIW4081412@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nivit@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157553: [repocopy] databases/py-sqlalchemy -> databases/py-sqlalchemy06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 07:50:19 -0000 Synopsis: [repocopy] databases/py-sqlalchemy -> databases/py-sqlalchemy06 Responsible-Changed-From-To: freebsd-ports-bugs->nivit Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 07:50:18 UTC 2011 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=157553 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 08:40:12 2011 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 74F67106564A for ; Fri, 3 Jun 2011 08:40: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 65BFF8FC14 for ; Fri, 3 Jun 2011 08:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p538eCe2031346 for ; Fri, 3 Jun 2011 08:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p538eChj031345; Fri, 3 Jun 2011 08:40:12 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 08:40:12 GMT Message-Id: <201106030840.p538eChj031345@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "J.R. Oldroyd" Cc: Subject: Re: ports/157531: [UPDATE] devel/libburn to 1.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "J.R. Oldroyd" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 08:40:12 -0000 The following reply was made to PR ports/157531; it has been noted by GNATS. From: "J.R. Oldroyd" To: bug-followup@FreeBSD.ORG Cc: edwin@FreeBSD.ORG Subject: Re: ports/157531: [UPDATE] devel/libburn to 1.0.6 Date: Fri, 3 Jun 2011 10:18:10 +0200 --Sig_/8ala2Hg7p+hmy1SMi0UKlP_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 2 Jun 2011 17:10:21 UT, Edwin Groothuis wrote: > > Maintainer of devel/libburn, >=20 > Please note that PR ports/157531 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/157531 >=20 Sorry, but I do not currently have the time to maintain these ports. I would be happy to approve a maintainer change. The following four ports are associated and should be chowned as a group: devel/libburn devel/libisoburn devel/libisofs sysutils/xfburn Thanks, -jr --Sig_/8ala2Hg7p+hmy1SMi0UKlP_ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAk3omMIACgkQls33urr0k4lx3wCgiYCfCYQvIiSVpSkRYz2qUvRb JLMAn0UUf4dUA8b8qf0xWiPjo5558Kq9 =FpDt -----END PGP SIGNATURE----- --Sig_/8ala2Hg7p+hmy1SMi0UKlP_-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 08:40:14 2011 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 3A9061065670 for ; Fri, 3 Jun 2011 08:40: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 2B82F8FC15 for ; Fri, 3 Jun 2011 08:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p538eEk6031354 for ; Fri, 3 Jun 2011 08:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p538eEAe031352; Fri, 3 Jun 2011 08:40:14 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 08:40:14 GMT Message-Id: <201106030840.p538eEAe031352@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "J.R. Oldroyd" Cc: Subject: Re: ports/157532: [UPDATE] devel/libisofs to 1.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "J.R. Oldroyd" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 08:40:14 -0000 The following reply was made to PR ports/157532; it has been noted by GNATS. From: "J.R. Oldroyd" To: bug-followup@FreeBSD.ORG Cc: edwin@FreeBSD.ORG Subject: Re: ports/157532: [UPDATE] devel/libisofs to 1.0.8 Date: Fri, 3 Jun 2011 10:17:49 +0200 --Sig_/OCy.smTxSA2vbv8O8ziYnm/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 2 Jun 2011 17:20:17 UT, Edwin Groothuis wrote: > > Maintainer of devel/libisofs, >=20 > Please note that PR ports/157532 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/157532 >=20 Sorry, but I do not currently have the time to maintain these ports. I would be happy to approve a maintainer change. The following four ports are associated and should be chowned as a group: devel/libburn devel/libisoburn devel/libisofs sysutils/xfburn Thanks, -jr --Sig_/OCy.smTxSA2vbv8O8ziYnm/ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAk3omK0ACgkQls33urr0k4mFgQCgo7zy6lNrQ66DcDDrbZRpUSqa ankAn2qDQIcuIBf5TK2qfcjwP2JYSza5 =8/dB -----END PGP SIGNATURE----- --Sig_/OCy.smTxSA2vbv8O8ziYnm/-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:20:07 2011 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 25F7F106566C for ; Fri, 3 Jun 2011 10: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 E8F778FC1A for ; Fri, 3 Jun 2011 10:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AK6ms022935 for ; Fri, 3 Jun 2011 10:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AK6VX022934; Fri, 3 Jun 2011 10:20:06 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:20:06 GMT Resent-Message-Id: <201106031020.p53AK6VX022934@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C80B5106566C for ; Fri, 3 Jun 2011 10:17:51 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s14.blu0.hotmail.com (blu0-omc1-s14.blu0.hotmail.com [65.55.116.25]) by mx1.freebsd.org (Postfix) with ESMTP id 88C2B8FC14 for ; Fri, 3 Jun 2011 10:17:51 +0000 (UTC) Received: from BLU0-SMTP20 ([65.55.116.8]) by blu0-omc1-s14.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:17:50 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP20.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:17:49 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p53AGt3V010714 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 11:16:56 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p53AGsKx010671; Fri, 3 Jun 2011 11:16:54 +0100 (BST) (envelope-from crees) Message-Id: Date: Fri, 3 Jun 2011 11:16:54 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157555: [PATCH] fix port: databases/firebird25-server should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:20:07 -0000 >Number: 157555 >Category: ports >Synopsis: [PATCH] fix port: databases/firebird25-server should use USERS and GROUPS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- databases-firebird25-server.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/firebird25-server/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 20 Dec 2010 09:38:49 -0000 1.2 +++ Makefile 2 Jun 2011 12:16:01 -0000 @@ -121,8 +121,9 @@ .endif .if !defined(CLIENT_ONLY) -pre-su-install: - @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL + +USERS= ${PORTNAME} +GROUPS= ${USERS} post-install: @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/firebird25-server/files/pkg-install.in,v retrieving revision 1.1 diff -u -r1.1 pkg-install.in --- files/pkg-install.in 20 Dec 2010 08:48:54 -0000 1.1 +++ files/pkg-install.in 2 Jun 2011 12:16:14 -0000 @@ -5,51 +5,6 @@ PATH=/bin:/usr/bin:/usr/sbin case $2 in -PRE-INSTALL) - -if [ `id -u` -ne 0 ]; then - echo; echo "You must be root to run this step!"; echo; echo - exit 1 -fi - -nofbuid=0 -fbUID=`id -u firebird 2>/dev/null` -if [ $? -ne 0 ]; then - fbUID=90 - while [ ! -z `id -un $fbUID 2>/dev/null` ] - do - fbUID=$(($fbUID+1)) - done - nofbuid=1 -fi - -fbGID=`pw groupshow firebird 2>/dev/null` -if [ $? -ne 0 ]; then - fbGID=90 - while [ ! -z `id -gn $fbGID 2>/dev/null` ] - do - fbGID=$(($fbGID+1)) - done - echo "firebird:*:$fbGID:" >> /etc/group -else - fbGID=`echo $fbGID | awk -F: '{print $3}'` -fi - -echo "firebird user using uid $fbUID" -echo "firebird user using gid $fbGID" - -if which -s pw; then - if [ $nofbuid -ne 0 ]; then - pw useradd firebird -u $fbUID -g $fbGID -h - -s /usr/sbin/nologin \ - -d /nonexistent -c "Firebird Database Administrator" - fi -else - echo -n "unable to create user firebird - please create it manually," - echo " before reinstalling this package." - exit 1 -fi -;; - POST-INSTALL) cd /var/db/firebird --- databases-firebird25-server.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:20:17 2011 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 0CACF106566B; Fri, 3 Jun 2011 10: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 D8CB68FC15; Fri, 3 Jun 2011 10:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AKG51023150; Fri, 3 Jun 2011 10:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AKGYj023145; Fri, 3 Jun 2011 10:20:16 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 10:20:16 GMT Message-Id: <201106031020.p53AKGYj023145@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157555: [PATCH] fix port: databases/firebird25-server should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 10:20:17 -0000 Synopsis: [PATCH] fix port: databases/firebird25-server should use USERS and GROUPS Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 10:20:16 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157555 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:30:12 2011 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 1B338106564A for ; Fri, 3 Jun 2011 10:30: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 EB3E68FC0C for ; Fri, 3 Jun 2011 10:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AUBQI031197 for ; Fri, 3 Jun 2011 10:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AUBBC031196; Fri, 3 Jun 2011 10:30:11 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:30:11 GMT Resent-Message-Id: <201106031030.p53AUBBC031196@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A0D81065670 for ; Fri, 3 Jun 2011 10:20:09 +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 E67678FC13 for ; Fri, 3 Jun 2011 10:20:08 +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 p53AK8gP041967 for ; Fri, 3 Jun 2011 10:20:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p53AK8h2041966; Fri, 3 Jun 2011 10:20:08 GMT (envelope-from nobody) Message-Id: <201106031020.p53AK8h2041966@red.freebsd.org> Date: Fri, 3 Jun 2011 10:20:08 GMT From: Vitaly Magerya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157556: New port graphics/grafx2: a pixelart-oriented painting program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 10:30:12 -0000 >Number: 157556 >Category: ports >Synopsis: New port graphics/grafx2: a pixelart-oriented painting program >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Vitaly Magerya >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: >Description: GrafX2 is a comprehensive bitmap editor specialized in 256-color drawing, particularly suitable for creating pixel art. WWW: http://code.google.com/p/grafx2/ Note that portlint will suggest using DATADIR in the pkg-plist, but since most paths are hardcoded into source files, this should not be done. The port was tested on i386. It will probably work on other platforms, but i386 is the only place I have X installed, so I can only test there. >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: # # grafx2 # grafx2/files # grafx2/files/patch-src-mountlist.c # grafx2/distinfo # grafx2/Makefile # grafx2/pkg-descr # grafx2/pkg-plist # echo c - grafx2 mkdir -p grafx2 > /dev/null 2>&1 echo c - grafx2/files mkdir -p grafx2/files > /dev/null 2>&1 echo x - grafx2/files/patch-src-mountlist.c sed 's/^X//' >grafx2/files/patch-src-mountlist.c << 'de12dbb3ff229a2dc15e7be021f1d928' X--- mountlist.c.orig 2011-05-26 20:46:07.000000000 +0300 X+++ mountlist.c 2011-05-26 20:47:02.000000000 +0300 X@@ -1,3 +1,4 @@ X+#include X /* vim:expandtab:ts=2 sw=2: X */ X /* mountlist.c -- return a list of mounted file systems X@@ -463,7 +464,7 @@ X me = malloc (sizeof *me); X me->me_devname = strdup (fsp->f_mntfromname); X me->me_mountdir = strdup (fsp->f_mntonname); X-#if defined(__macosx__) X+#if defined(__macosx__) || defined(__FreeBSD__) X me->me_type = fsp->f_fstypename; X #else X me->me_type = fsp->fs_typename; de12dbb3ff229a2dc15e7be021f1d928 echo x - grafx2/distinfo sed 's/^X//' >grafx2/distinfo << '4e088c0933613ece337a07c9d8059135' XSHA256 (grafx2-2.3.1781-src.tgz) = b43fa837e30abfb0830f9a1b793a78ed690fbafdcd378e51197f01998bbf392e XSIZE (grafx2-2.3.1781-src.tgz) = 683951 4e088c0933613ece337a07c9d8059135 echo x - grafx2/Makefile sed 's/^X//' >grafx2/Makefile << '91be801718fadad101ce6acc19d0022e' X# New ports collection makefile for: grafx2 X# Date created: 03 June 2012 X# Whom: Vitaly Magerya X# X# $FreeBSD$ X# X XPORTNAME= grafx2 XPORTVERSION= 2.3.1781 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XDISTNAME= ${PORTNAME}-${PORTVERSION}-src XEXTRACT_SUFX= .tgz X XMAINTAINER= vmagerya@gmail.com XCOMMENT= A pixelart-oriented painting program X XOPTIONS= TTF "Enable True Type font support" off \ X LUA "Enable Lua scripting support" off X XBUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config XLIB_DEPENDS= SDL:${PORTSDIR}/devel/sdl12 \ X SDL_image:${PORTSDIR}/graphics/sdl_image \ X X11:${PORTSDIR}/x11/libX11 \ X png:${PORTSDIR}/graphics/png X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}/src X X.include X X.if defined(WITH_LUA) XUSE_LUA= 5.1 X.else XMAKE_ARGS+= NOLUA=1 X.endif X X.if defined(WITH_TTF) XLIB_DEPENDS+= SDL_ttf:${PORTSDIR}/graphics/sdl_ttf X.else XMAKE_ARGS+= NOTTF=1 X.endif X Xpost-extract: X ${REINPLACE_CMD} \ X -e 's|^ prefix = .*$$| prefix = ${PREFIX}|' \ X -e '/scripts\/libs/d' \ X ${WRKSRC}/Makefile X ${REINPLACE_CMD} \ X 's|Extract_path(program_dir, argv0);|strcpy(program_dir,"${PREFIX}/bin/");|' \ X ${WRKSRC}/setup.c X X.include 91be801718fadad101ce6acc19d0022e echo x - grafx2/pkg-descr sed 's/^X//' >grafx2/pkg-descr << '6f4d67a1d8f759623be83708348f5ed4' XGrafX2 is a bitmap paint program inspired by the Amiga programs XDeluxe Paint and Brilliance. Specialized in 256-color drawing, it Xincludes a very large number of tools and effects that make it Xparticularly suitable for pixel art, game graphics, and generally Xany detailed graphics painted with a mouse. X XWWW: http://code.google.com/p/grafx2/ 6f4d67a1d8f759623be83708348f5ed4 echo x - grafx2/pkg-plist sed 's/^X//' >grafx2/pkg-plist << '1db9bae3f3137db23136698f74846075' Xbin/grafx2 Xshare/applications/grafx2.desktop Xshare/grafx2/fonts/8pxfont.png Xshare/grafx2/fonts/PF_Arma_5__.png Xshare/grafx2/fonts/PF_Easta_7_.png Xshare/grafx2/fonts/PF_Easta_7__.png Xshare/grafx2/fonts/PF_Ronda_7__.png Xshare/grafx2/fonts/PF_Tempesta_5.png Xshare/grafx2/fonts/PF_Tempesta_5_.png Xshare/grafx2/fonts/PF_Tempesta_5__.png Xshare/grafx2/fonts/PF_Tempesta_5___.png Xshare/grafx2/fonts/PF_Tempesta_7.png Xshare/grafx2/fonts/PF_Tempesta_7_.png Xshare/grafx2/fonts/PF_Tempesta_7__.png Xshare/grafx2/fonts/PF_Tempesta_7___.png Xshare/grafx2/fonts/PF_Westa_7_.png Xshare/grafx2/fonts/PF_Westa_7__.png Xshare/grafx2/fonts/Tuffy.ttf Xshare/grafx2/gfx2.gif Xshare/grafx2/gfx2def.ini Xshare/grafx2/scripts/samples_2.3/brush/ApplyColor.lua Xshare/grafx2/scripts/samples_2.3/brush/Fisheye.lua Xshare/grafx2/scripts/samples_2.3/brush/GrayscaleAvg.lua Xshare/grafx2/scripts/samples_2.3/brush/GrayscaleDesat.lua Xshare/grafx2/scripts/samples_2.3/brush/Halfsmooth.lua Xshare/grafx2/scripts/samples_2.3/brush/Waves.lua Xshare/grafx2/scripts/samples_2.3/demo/3DPalette.lua Xshare/grafx2/scripts/samples_2.3/demo/Ellipse.lua Xshare/grafx2/scripts/samples_2.3/demo/FlipPicture.lua Xshare/grafx2/scripts/samples_2.3/demo/SierpinskyCarpet.lua Xshare/grafx2/scripts/samples_2.3/demo/SierpinskyTriangle.lua Xshare/grafx2/scripts/samples_2.3/demo/Spritesheet.lua Xshare/grafx2/scripts/samples_2.3/demo/brush/Amigaball.lua Xshare/grafx2/scripts/samples_2.3/demo/brush/ColorSphere.lua Xshare/grafx2/scripts/samples_2.3/demo/brush/FindAA.lua Xshare/grafx2/scripts/samples_2.3/demo/brush/Mandelbrot.lua Xshare/grafx2/scripts/samples_2.3/libs/dawnbringer_lib.lua Xshare/grafx2/scripts/samples_2.3/libs/memory.lua Xshare/grafx2/scripts/samples_2.3/palette/Desaturate.lua Xshare/grafx2/scripts/samples_2.3/palette/ExpandColors.lua Xshare/grafx2/scripts/samples_2.3/palette/FillColorCube.lua Xshare/grafx2/scripts/samples_2.3/palette/InvertedRGB.lua Xshare/grafx2/scripts/samples_2.3/palette/Set3bit.lua Xshare/grafx2/scripts/samples_2.3/palette/Set6bit.lua Xshare/grafx2/scripts/samples_2.3/palette/SetC64Palette.lua Xshare/grafx2/scripts/samples_2.3/palette/ShiftHue.lua Xshare/grafx2/scripts/samples_2.3/picture/CellColourReducer.lua Xshare/grafx2/scripts/samples_2.3/picture/DrawGridIsometric.lua Xshare/grafx2/scripts/samples_2.3/picture/DrawGridOrthogonal_RGB.lua Xshare/grafx2/scripts/samples_2.3/picture/DrawgridOrthogonal_Index.lua Xshare/grafx2/scripts/samples_2.3/picture/GlassGridFilter.lua Xshare/grafx2/scripts/samples_2.3/picture/PaletteToPicture.lua Xshare/grafx2/scripts/samples_2.3/picture/Pic2isometric.lua Xshare/grafx2/scripts/samples_2.3/picture/Rainbow-Dark2Bright.lua Xshare/grafx2/scripts/samples_2.3/picture/RemapImage2RGB.lua Xshare/grafx2/scripts/samples_2.3/picture/RemapImage2RGB_ed.lua Xshare/grafx2/scripts/samples_2.3/picture/RemapImageTo3bitPal.lua Xshare/grafx2/scripts/samples_2.3/picture/XBitColourXpaceFromPalette.lua Xshare/grafx2/skins/font_Classic.png Xshare/grafx2/skins/font_DPaint.png Xshare/grafx2/skins/font_Fairlight.png Xshare/grafx2/skins/font_Fun.png Xshare/grafx2/skins/font_Melon.png Xshare/grafx2/skins/font_Seen.png Xshare/grafx2/skins/skin_Aurora.png Xshare/grafx2/skins/skin_DPaint.png Xshare/grafx2/skins/skin_classic.png Xshare/grafx2/skins/skin_modern.png Xshare/grafx2/skins/skin_scenish.png Xshare/icons/grafx2.svg Xshare/icons/grafx2.xpm X@dirrm share/grafx2/skins X@dirrm share/grafx2/scripts/samples_2.3/picture X@dirrm share/grafx2/scripts/samples_2.3/palette X@dirrm share/grafx2/scripts/samples_2.3/libs X@dirrm share/grafx2/scripts/samples_2.3/demo/brush X@dirrm share/grafx2/scripts/samples_2.3/demo X@dirrm share/grafx2/scripts/samples_2.3/brush X@dirrm share/grafx2/scripts/samples_2.3 X@dirrm share/grafx2/scripts X@dirrm share/grafx2/fonts X@dirrm share/grafx2 X@dirrmtry share/icons X@dirrmtry share/applications 1db9bae3f3137db23136698f74846075 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:30:12 2011 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 965DC1065673 for ; Fri, 3 Jun 2011 10:30: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 6ADEC8FC13 for ; Fri, 3 Jun 2011 10:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AUCxq031226 for ; Fri, 3 Jun 2011 10:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AUCcC031224; Fri, 3 Jun 2011 10:30:12 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:30:12 GMT Resent-Message-Id: <201106031030.p53AUCcC031224@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4FF91065673 for ; Fri, 3 Jun 2011 10:24:04 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s2.blu0.hotmail.com (blu0-omc1-s2.blu0.hotmail.com [65.55.116.13]) by mx1.freebsd.org (Postfix) with ESMTP id 6542D8FC21 for ; Fri, 3 Jun 2011 10:24:04 +0000 (UTC) Received: from BLU0-SMTP107 ([65.55.116.8]) by blu0-omc1-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:24:03 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP107.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:24:02 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p53ANG6K021288 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 11:23:17 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p53ANFOm021283; Fri, 3 Jun 2011 11:23:15 +0100 (BST) (envelope-from crees) Message-Id: Date: Fri, 3 Jun 2011 11:23:15 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157557: [PATCH] Fix port: databases/rdfdb should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:30:12 -0000 >Number: 157557 >Category: ports >Synopsis: [PATCH] Fix port: databases/rdfdb should use USERS and GROUPS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that pkg-install has been removed. --- databases-rdfdb.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/rdfdb/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 23 May 2011 12:09:06 -0000 1.11 +++ Makefile 2 Jun 2011 13:53:30 -0000 @@ -23,10 +23,10 @@ MAKEFILE= makefile ALL_TARGET= CFLAGS+= ${PTHREAD_CFLAGS} +USERS= ${PORTNAME} +GROUPS= ${USERS} -RDFDB_DIR?= /var/db/rdfdb RDFDB_PORT?= 7001 -PLIST_SUB= RDFDB_DIR=${RDFDB_DIR} post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ @@ -37,13 +37,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/rdfdb ${PREFIX}/bin -.if !exists(${RDFDB_DIR}) - @${MKDIR} ${RDFDB_DIR} -.endif - @${SETENV} RDFDB_DIR=${RDFDB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} \ - PRE-INSTALL - @${SED} "s|%%PREFIX%%|${PREFIX}|g; s|%%RDFDB_DIR%%|${RDFDB_DIR}|g; \ - s|%%RDFDB_PORT%%|${RDFDB_PORT}|g" \ + @${SED} "s|%%PREFIX%%|${PREFIX}|g; s|%%RDFDB_PORT%%|${RDFDB_PORT}|g" \ < ${FILESDIR}/rdfdb-server.sh.tmpl \ > ${PREFIX}/etc/rc.d/rdfdb-server.sh @${CHMOD} 554 ${PREFIX}/etc/rc.d/rdfdb-server.sh Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 24 Jun 2004 08:11:09 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,48 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${RDFDB_DIR}" ]; then - RDFDB_DIR=/var/db/rdfdb -fi - -case $2 in -PRE-INSTALL) - USER=rdfdb - GROUP=${USER} - UID=55 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - if pw usermod ${USER} -d ${RDFDB_DIR} - then - echo "Changed home directory of \"${USER}\" to \"${RDFDB_DIR}\"" - else - echo "Changing home directory of \"${USER}\" to \"${RDFDB_DIR}\" failed..." - exit 1 - fi - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${RDFDB_DIR} -s /bin/sh -c "rdfDB Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}:${GROUP} ${RDFDB_DIR} - ;; -esac Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/rdfdb/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 9 Jun 2002 00:35:39 -0000 1.1 +++ pkg-plist 2 Jun 2011 13:54:40 -0000 @@ -1,4 +1,4 @@ bin/rdfdb etc/rc.d/rdfdb-server.sh -@unexec rmdir %%RDFDB_DIR%% 2>/dev/null || true -@exec mkdir -p %%RDFDB_DIR%% +@unexec rmdir /var/db/rdfdb 2>/dev/null || true +@exec mkdir -p /var/db/rdfdb Index: files/rdfdb-server.sh.tmpl =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/rdfdb/files/rdfdb-server.sh.tmpl,v retrieving revision 1.1 diff -u -r1.1 rdfdb-server.sh.tmpl --- files/rdfdb-server.sh.tmpl 9 Jun 2002 00:35:39 -0000 1.1 +++ files/rdfdb-server.sh.tmpl 2 Jun 2011 13:53:56 -0000 @@ -1,6 +1,6 @@ #!/bin/sh -RDFDB_DIR=%%RDFDB_DIR%% +RDFDB_DIR=/var/db/rdfdb RDFDB_PORT=%%RDFDB_PORT%% export RDFDB_DIR RDFDB_PORT --- databases-rdfdb.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:30:13 2011 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 28640106566C for ; Fri, 3 Jun 2011 10: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 F0D098FC18 for ; Fri, 3 Jun 2011 10:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AUC5x031249 for ; Fri, 3 Jun 2011 10:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AUCIu031245; Fri, 3 Jun 2011 10:30:12 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:30:12 GMT Resent-Message-Id: <201106031030.p53AUCIu031245@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53286106566C for ; Fri, 3 Jun 2011 10:27:59 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s22.blu0.hotmail.com (blu0-omc1-s22.blu0.hotmail.com [65.55.116.33]) by mx1.freebsd.org (Postfix) with ESMTP id 139778FC08 for ; Fri, 3 Jun 2011 10:27:58 +0000 (UTC) Received: from BLU0-SMTP125 ([65.55.116.8]) by blu0-omc1-s22.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:27:58 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP125.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:27:56 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p53ARIYG024883 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 11:27:18 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p53ARIJu024882; Fri, 3 Jun 2011 11:27:18 +0100 (BST) (envelope-from crees) Message-Id: Date: Fri, 3 Jun 2011 11:27:18 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157558: [PATCH] Fix port databases/postgresql83-server should use USERS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:30:13 -0000 >Number: 157558 >Category: ports >Synopsis: [PATCH] Fix port databases/postgresql83-server should use USERS= >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- databases-postgresql83-server.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/postgresql83-server/Makefile,v retrieving revision 1.210 diff -u -r1.210 Makefile --- Makefile 18 Apr 2011 23:34:26 -0000 1.210 +++ Makefile 2 Jun 2011 13:33:36 -0000 @@ -61,6 +61,8 @@ USE_RC_SUBR= postgresql USE_PGSQL= yes WANT_PGSQL_VER= ${PORTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} +USERS= ${PGUSER} +GROUPS= ${PGGROUP} .endif .if !defined(SLAVE_ONLY) @@ -273,12 +275,6 @@ . endif .endif -.if defined(SERVER_ONLY) -pre-su-install: - @ ${SETENV} PKG_PREFIX=${PREFIX} PGUSER=${PGUSER} PGGROUP=${PGGROUP} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - .if !defined(NO_BUILD) post-patch: @${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in Index: pkg-install-server =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/postgresql83-server/pkg-install-server,v retrieving revision 1.7 diff -u -r1.7 pkg-install-server --- pkg-install-server 18 Feb 2008 12:55:02 -0000 1.7 +++ pkg-install-server 2 Jun 2011 13:31:55 -0000 @@ -20,43 +20,6 @@ } case $2 in -PRE-INSTALL) - backupwarning - PGUSER=${PGUSER:-pgsql} - PGGROUP=${PGGROUP:-pgsql} - DB_DIR=${PKG_PREFIX}/${PGUSER} - UID=70 - GID=70 - - if pw group show "${PGGROUP}" 2>/dev/null; then - echo "You already have a group \"${PGGROUP}\", so I will use it." - else - if pw groupadd ${PGGROUP} -g ${GID}; then - echo "Added group \"${PGGROUP}\"." - else - echo "Adding group \"${PGGROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${PGUSER}" 2>/dev/null; then - echo "You already have a user \"${PGUSER}\", so I will use it." - else - if pw useradd ${PGUSER} -u ${UID} -g ${PGGROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${PGUSER}\"." - else - echo "Adding user \"${PGUSER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - install -m 755 -o ${PGUSER} -g ${PGGROUP} -d ${DB_DIR} - fi - ;; - BACKUPWARNING) backupwarning ;; --- databases-postgresql83-server.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:30:30 2011 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 854BA1065672; Fri, 3 Jun 2011 10:30:30 +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 5D7E08FC1D; Fri, 3 Jun 2011 10:30:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AUUbd032630; Fri, 3 Jun 2011 10:30:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AUUFx032619; Fri, 3 Jun 2011 10:30:30 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 10:30:30 GMT Message-Id: <201106031030.p53AUUFx032619@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157557: [PATCH] Fix port: databases/rdfdb should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 10:30:30 -0000 Synopsis: [PATCH] Fix port: databases/rdfdb should use USERS and GROUPS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 10:30:29 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157557 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:30:39 2011 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 4F301106566B; Fri, 3 Jun 2011 10:30:39 +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 272768FC08; Fri, 3 Jun 2011 10:30:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AUd8D033259; Fri, 3 Jun 2011 10:30:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AUcdo033251; Fri, 3 Jun 2011 10:30:39 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 10:30:39 GMT Message-Id: <201106031030.p53AUcdo033251@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157558: [PATCH] Fix port databases/postgresql83-server should use 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: Fri, 03 Jun 2011 10:30:39 -0000 Synopsis: [PATCH] Fix port databases/postgresql83-server should use USERS= Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 10:30:38 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157558 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:40:08 2011 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 63B271065675 for ; Fri, 3 Jun 2011 10: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 0E28E8FC12 for ; Fri, 3 Jun 2011 10:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53Ae63X041584 for ; Fri, 3 Jun 2011 10:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53Ae6CK041583; Fri, 3 Jun 2011 10:40:06 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:40:06 GMT Resent-Message-Id: <201106031040.p53Ae6CK041583@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB81C10656EA for ; Fri, 3 Jun 2011 10:30:45 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s34.blu0.hotmail.com (blu0-omc1-s34.blu0.hotmail.com [65.55.116.45]) by mx1.freebsd.org (Postfix) with ESMTP id 633348FC13 for ; Fri, 3 Jun 2011 10:30:45 +0000 (UTC) Received: from BLU0-SMTP189 ([65.55.116.7]) by blu0-omc1-s34.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:30:44 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP189.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:30:43 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p53ATqQl026614 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 11:29:52 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p53ATpXg026613; Fri, 3 Jun 2011 11:29:51 +0100 (BST) (envelope-from crees) Message-Id: Date: Fri, 3 Jun 2011 11:29:51 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157559: [PATCH] Fix port: databases/postgresql82-server should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:40:08 -0000 >Number: 157559 >Category: ports >Synopsis: [PATCH] Fix port: databases/postgresql82-server should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- databases-postgresql82-server.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/postgresql82-server/Makefile,v retrieving revision 1.197 diff -u -r1.197 Makefile --- Makefile 18 Apr 2011 23:34:26 -0000 1.197 +++ Makefile 2 Jun 2011 13:30:19 -0000 @@ -60,6 +60,8 @@ SUB_FILES+= dot.cshrc dot.profile USE_PGSQL= yes WANT_PGSQL_VER= ${PORTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} +USERS= pgsql +GROUPS= ${USERS} .endif .if !defined(SLAVE_ONLY) @@ -241,12 +243,6 @@ . endif .endif -.if defined(SERVER_ONLY) -pre-su-install: - @ ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - .if !defined(NO_BUILD) post-patch: @${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in Index: pkg-install-server =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/postgresql82-server/pkg-install-server,v retrieving revision 1.2 diff -u -r1.2 pkg-install-server --- pkg-install-server 6 Dec 2006 16:48:57 -0000 1.2 +++ pkg-install-server 2 Jun 2011 13:27:56 -0000 @@ -3,8 +3,6 @@ # $FreeBSD: ports/databases/postgresql82-server/pkg-install-server,v 1.2 2006/12/06 16:48:57 girgen Exp $ PATH=/bin:/usr/sbin -PGUSER=pgsql -DB_DIR=${PKG_PREFIX}/${PGUSER} backupwarning() { echo " @@ -22,43 +20,6 @@ } case $2 in -PRE-INSTALL) - backupwarning - USER=${PGUSER} - GROUP=${USER} - UID=70 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - mkdir -p ${DB_DIR} - chown pgsql:pgsql ${DB_DIR} - fi - ;; - BACKUPWARNING) backupwarning ;; --- databases-postgresql82-server.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:40:08 2011 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 64E101065676 for ; Fri, 3 Jun 2011 10: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 64EB78FC1E for ; Fri, 3 Jun 2011 10:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53Ae7Wi041593 for ; Fri, 3 Jun 2011 10:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53Ae7Ux041592; Fri, 3 Jun 2011 10:40:07 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:40:07 GMT Resent-Message-Id: <201106031040.p53Ae7Ux041592@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB1D7106566B for ; Fri, 3 Jun 2011 10:36:47 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s26.blu0.hotmail.com (blu0-omc1-s26.blu0.hotmail.com [65.55.116.37]) by mx1.freebsd.org (Postfix) with ESMTP id AC8888FC0A for ; Fri, 3 Jun 2011 10:36:47 +0000 (UTC) Received: from BLU0-SMTP166 ([65.55.116.8]) by blu0-omc1-s26.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:36:47 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP166.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:36:45 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p53Aa8E8033405 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 11:36:08 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p53Aa7Y4033404; Fri, 3 Jun 2011 11:36:07 +0100 (BST) (envelope-from crees) Message-Id: Date: Fri, 3 Jun 2011 11:36:07 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157560: [PATCH] Fix port: databases/pgcluster should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:40:08 -0000 >Number: 157560 >Category: ports >Synopsis: [PATCH] Fix port: databases/pgcluster should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed; backupwarning was commented out anyway. --- databases-pgcluster.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/pgcluster/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 4 Dec 2010 07:30:49 -0000 1.23 +++ Makefile 2 Jun 2011 13:07:18 -0000 @@ -28,6 +28,8 @@ USE_AUTOTOOLS= autoconf MAKE_FLAGS= # empty MAKEFILE= # empty +USERS= pgsql +GROUPS= ${USERS} CONFLICTS= postgresql-* USE_RC_SUBR= pgcluster USE_LDCONFIG= yes @@ -92,10 +94,6 @@ ${MAKE} WRKSRC=${WRKSRC}/src/pgcluster/pglb AUTOCONF=${AUTOCONF} do-build .endif -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - post-install: .if !defined(WITHOUT_PGCLUSTER_REPLICATION) ${MAKE} WRKSRC=${WRKSRC}/src/pgcluster/pgrp do-install Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 26 Jan 2004 09:02:45 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,65 +0,0 @@ -#! /bin/sh - -# Original: FreeBSD: ports/databases/postgresql7/pkg-install,v 1.8 2003/12/04 12:00:48 seanc Exp - -PATH=/bin:/usr/sbin - -DB_DIR=${PKG_PREFIX}/pgsql - -backupwarning() { - echo " - =========== BACKUP YOUR DATA! ============= - As always, backup your data before - upgrading. If the upgrade leads to a higher - minor revision (e.g. 7.3.x -> 7.4), a dump - and restore of all databases is - required. This is *NOT* done by the port! - - Press ctrl-C *now* if you need to pg_dump. - =========================================== -" - sleep 5 -} - -case $2 in -PRE-INSTALL) -# backupwarning - USER=pgsql - GROUP=${USER} - UID=70 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~pgsql ] ; then - mkdir -p ${DB_DIR} - chown pgsql:pgsql ${DB_DIR} - fi - ;; - -BACKUPWARNING) -# backupwarning - ;; -esac --- databases-pgcluster.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:40:17 2011 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 ED3B21065672; Fri, 3 Jun 2011 10:40: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 C54E18FC0A; Fri, 3 Jun 2011 10:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AeH3r041933; Fri, 3 Jun 2011 10:40:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AeHAt041929; Fri, 3 Jun 2011 10:40:17 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 10:40:17 GMT Message-Id: <201106031040.p53AeHAt041929@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157559: [PATCH] Fix port: databases/postgresql82-server should use 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: Fri, 03 Jun 2011 10:40:18 -0000 Synopsis: [PATCH] Fix port: databases/postgresql82-server should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 10:40:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157559 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:40:23 2011 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 4B0481065670; Fri, 3 Jun 2011 10:40: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 2385A8FC1F; Fri, 3 Jun 2011 10:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AeN62042466; Fri, 3 Jun 2011 10:40:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AeMFR042457; Fri, 3 Jun 2011 10:40:23 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 10:40:23 GMT Message-Id: <201106031040.p53AeMFR042457@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157560: [PATCH] Fix port: databases/pgcluster should use 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: Fri, 03 Jun 2011 10:40:23 -0000 Synopsis: [PATCH] Fix port: databases/pgcluster should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 10:40:22 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157560 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:50:02 2011 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 078921065670 for ; Fri, 3 Jun 2011 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 D83728FC0A for ; Fri, 3 Jun 2011 10:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53Ao1q6050523 for ; Fri, 3 Jun 2011 10:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53Ao1s3050522; Fri, 3 Jun 2011 10:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:50:01 GMT Resent-Message-Id: <201106031050.p53Ao1s3050522@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nbari@dalmp.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4775106564A for ; Fri, 3 Jun 2011 10:45:50 +0000 (UTC) (envelope-from root@ns4.ddns.mx) Received: from ns4.ddns.mx (ns4.ddns.mx [193.104.186.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2F99A8FC16 for ; Fri, 3 Jun 2011 10:45:49 +0000 (UTC) Received: (qmail 20890 invoked by uid 0); 3 Jun 2011 10:19:05 -0000 Message-Id: <20110603101905.20889.qmail@ns4.ddns.mx> Date: 3 Jun 2011 10:19:05 -0000 From: Nicolas de Bari Embriz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nbari@dalmp.com Subject: ports/157561: update port databases/dalmp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nbari@dalmp.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:50:02 -0000 >Number: 157561 >Category: ports >Synopsis: update port databases/dalmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:50:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicolas de Bari Embriz >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: >Description: - fixed issues with cache groups and sessions - methods Execute and Pexecute now throw and ErrorException instead of trigger_error - logs using now ISO 8601 date date('c') - add extra validation on PEXECUTE to check for the proper value of the int / float / string >How-To-Repeat: >Fix: --- dalmp.diff begins here --- diff -urN dalmp-old/Makefile dalmp/Makefile --- dalmp-old/Makefile 2011-06-03 12:10:49.000000000 +0200 +++ dalmp/Makefile 2011-06-03 12:11:00.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= dalmp -PORTVERSION= 0.9.302 +PORTVERSION= 0.9.308 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff -urN dalmp-old/distinfo dalmp/distinfo --- dalmp-old/distinfo 2011-06-03 12:10:49.000000000 +0200 +++ dalmp/distinfo 2011-06-03 12:11:29.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (dalmp-0.9.302.tar.bz2) = a9b4d98103d570f490588037b5e350c54ff1cb24c1356a085f94037b2f393cdd -SIZE (dalmp-0.9.302.tar.bz2) = 17433 +SHA256 (dalmp-0.9.308.tar.bz2) = 52d8fff39f439a461460180c9b39bdc39e5fbf497caa4f196e182c2860f98e99 +SIZE (dalmp-0.9.308.tar.bz2) = 17469 --- dalmp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:50:02 2011 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 8138C106564A for ; Fri, 3 Jun 2011 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 522B08FC1B for ; Fri, 3 Jun 2011 10:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53Ao20g050575 for ; Fri, 3 Jun 2011 10:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53Ao2vr050574; Fri, 3 Jun 2011 10:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 10:50:02 GMT Resent-Message-Id: <201106031050.p53Ao2vr050574@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 523501065672 for ; Fri, 3 Jun 2011 10:47:55 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s2.blu0.hotmail.com (blu0-omc1-s2.blu0.hotmail.com [65.55.116.13]) by mx1.freebsd.org (Postfix) with ESMTP id 1222D8FC1B for ; Fri, 3 Jun 2011 10:47:54 +0000 (UTC) Received: from BLU0-SMTP128 ([65.55.116.8]) by blu0-omc1-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:47:54 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP128.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Jun 2011 03:47:53 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p53AlKnD045439 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 11:47:21 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p53AlK94045415; Fri, 3 Jun 2011 11:47:20 +0100 (BST) (envelope-from crees) Message-Id: Date: Fri, 3 Jun 2011 11:47:20 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157562: [PATCH] Fix port: databases/mysql41-server should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:50:02 -0000 >Number: 157562 >Category: ports >Synopsis: [PATCH] Fix port: databases/mysql41-server should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 10:50:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=, and also tries to delete users on deinstall without prompting -- this is a problem if another installed port uses that username. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that pkg-install has been removed --- databases-mysql41-server.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/mysql41-server/Makefile,v retrieving revision 1.236 diff -u -r1.236 Makefile --- Makefile 4 Dec 2010 07:30:48 -0000 1.236 +++ Makefile 2 Jun 2011 12:53:56 -0000 @@ -86,6 +86,9 @@ # MySQL-Server part .if !defined(CLIENT_ONLY) && !defined(SCRIPTS_ONLY) +USERS= ${PORTNAME} +GROUPS= ${USERS} + USE_MYSQL= yes WANT_MYSQL_VER= 41 @@ -141,11 +144,6 @@ @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/sql/mysqld.cc .endif -post-install: -.if !defined(PACKAGE_BUILDING) - @${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - .else # MySQL-Client part .if defined(CLIENT_ONLY) Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 15 Feb 2005 22:57:02 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac --- databases-mysql41-server.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 10:50:17 2011 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 1F09E10656A8; Fri, 3 Jun 2011 10: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 EB3628FC08; Fri, 3 Jun 2011 10:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53AoGDI051286; Fri, 3 Jun 2011 10:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53AoGOw051277; Fri, 3 Jun 2011 10:50:16 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 10:50:16 GMT Message-Id: <201106031050.p53AoGOw051277@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157562: [PATCH] Fix port: databases/mysql41-server should use 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: Fri, 03 Jun 2011 10:50:17 -0000 Synopsis: [PATCH] Fix port: databases/mysql41-server should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 10:50:16 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157562 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 11:14:05 2011 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 D0E2D1065677; Fri, 3 Jun 2011 11:14:05 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A8C3B8FC0A; Fri, 3 Jun 2011 11:14:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53BE5SV076652; Fri, 3 Jun 2011 11:14:05 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53BE5A1076648; Fri, 3 Jun 2011 11:14:05 GMT (envelope-from wxs) Date: Fri, 3 Jun 2011 11:14:05 GMT Message-Id: <201106031114.p53BE5A1076648@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/157501: [PATCH] net/isc-dhcp41-relay: Add support for isc-dhcrelay6 analogous to isc-dhcpd6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 11:14:05 -0000 Synopsis: [PATCH] net/isc-dhcp41-relay: Add support for isc-dhcrelay6 analogous to isc-dhcpd6 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Fri Jun 3 11:14:05 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157501 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 11:19:55 2011 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 56115106564A; Fri, 3 Jun 2011 11:19:55 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EA908FC18; Fri, 3 Jun 2011 11:19:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53BJthg077687; Fri, 3 Jun 2011 11:19:55 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53BJtX7077683; Fri, 3 Jun 2011 11:19:55 GMT (envelope-from culot) Date: Fri, 3 Jun 2011 11:19:55 GMT Message-Id: <201106031119.p53BJtX7077683@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157561: update port databases/dalmp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 11:19:55 -0000 Synopsis: update port databases/dalmp Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Jun 3 11:19:54 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157561 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 11:31:41 2011 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 7D6471065672 for ; Fri, 3 Jun 2011 11:31:41 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 058BC8FC1C for ; Fri, 3 Jun 2011 11:31:40 +0000 (UTC) Received: by bwz12 with SMTP id 12so2537467bwz.13 for ; Fri, 03 Jun 2011 04:31:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=LUA7B31k4Vk15MJSsURBQMJIpKaPJqtKiJA6IrFgAk4=; b=YsNDAKSvWZle4jvD0kpN0Ot2maTYgsVK0tjWGLJ+EJf+ZK8xxqW7yzjpYGsXi/xqPq X/X7qeX47120p6gW014aYTI7ujF33jF6KRbHaaEkMGVbeD8/aLq0yBKSOcCFkZlrLQtB AlFi9kiV4uv6OQhJcjGcVVfOvUBQ7FHyvIWPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=cVVfAVL61upYpFkqmu3sB0JOpkVR+JfrubjG5hXrZWJ90uwDLUUgjSl2HFR+diAuol 6BFkYrlh5ucwKNtzm1GAZOEWNwx4EHC/p+ROCKO2BSdNt+WGzmyrWffxTAuNDe5Uj3UK Diljou3DUiLxvufPoEwqhLDnuLY/3wtMV2MF4= Received: by 10.204.84.217 with SMTP id k25mr1785154bkl.54.1307099288072; Fri, 03 Jun 2011 04:08:08 -0700 (PDT) Received: from [172.29.1.142] (altimet-gw.cs2.dp.wnet.ua [217.20.178.249]) by mx.google.com with ESMTPS id 16sm1187034bkm.2.2011.06.03.04.08.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Jun 2011 04:08:07 -0700 (PDT) Message-ID: <4DE8C1CA.7040200@gmail.com> Date: Fri, 03 Jun 2011 14:13:14 +0300 From: Vitaly Magerya User-Agent: Thunderbird MIME-Version: 1.0 To: freebsd-ports-bugs@FreeBSD.org References: <201106031030.p53AUB3W031173@freefall.freebsd.org> In-Reply-To: <201106031030.p53AUB3W031173@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: ports/157556: New port graphics/grafx2: a pixelart-oriented painting program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 11:31:41 -0000 OK, we already have graphics/grafx2... Why did I miss it? Sorry for the noise, this PR can be closed (I'll submit an update to the existing port instead). From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 12:00:26 2011 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 E0C5310656A3 for ; Fri, 3 Jun 2011 12: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 3DCBC8FC21 for ; Fri, 3 Jun 2011 12:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53C0PAM016753 for ; Fri, 3 Jun 2011 12:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53C0PYB016745; Fri, 3 Jun 2011 12:00:25 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 12:00:25 GMT Message-Id: <201106031200.p53C0PYB016745@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Vitaly Magerya Cc: Subject: Re: ports/157556: New port graphics/grafx2: a pixelart-oriented painting program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vitaly Magerya List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 12:00:28 -0000 The following reply was made to PR ports/157556; it has been noted by GNATS. From: Vitaly Magerya To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157556: New port graphics/grafx2: a pixelart-oriented painting program Date: Fri, 03 Jun 2011 14:28:08 +0300 Since we already have graphics/grafx2 (which I missed), this PR can be closed; I'll submit an update to the existing port instead. Sorry for the noise. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 12:10:14 2011 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 55352106566B for ; Fri, 3 Jun 2011 12: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 2B32F8FC13 for ; Fri, 3 Jun 2011 12:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53CADL4025699 for ; Fri, 3 Jun 2011 12:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53CADCK025698; Fri, 3 Jun 2011 12:10:13 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 12:10:13 GMT Message-Id: <201106031210.p53CADCK025698@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Guido Falsi Cc: Subject: Re: ports/157545: [PATCH] comms/gnokii should use GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 12:10:14 -0000 The following reply was made to PR ports/157545; it has been noted by GNATS. From: Guido Falsi To: bug-followup@FreeBSD.org, utisoft@gmail.com Cc: Subject: Re: ports/157545: [PATCH] comms/gnokii should use GROUPS= Date: Fri, 03 Jun 2011 14:04:47 +0200 I 've looked at the patch and see no problem with this, so I approve, obviously once also ports/157528 has been committed. Thank you! -- Guido Falsi From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:00:26 2011 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 6C8DF106567B for ; Fri, 3 Jun 2011 13: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 045838FC1B for ; Fri, 3 Jun 2011 13:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53D0POm082655 for ; Fri, 3 Jun 2011 13:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53D0Ph8082653; Fri, 3 Jun 2011 13:00:25 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 13:00:25 GMT Resent-Message-Id: <201106031300.p53D0Ph8082653@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBE6C1065675 for ; Fri, 3 Jun 2011 12:55: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 D0D9E8FC1D for ; Fri, 3 Jun 2011 12:55: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 p53CtoB8088943 for ; Fri, 3 Jun 2011 12:55:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p53CtoMY088942; Fri, 3 Jun 2011 12:55:50 GMT (envelope-from nobody) Message-Id: <201106031255.p53CtoMY088942@red.freebsd.org> Date: Fri, 3 Jun 2011 12:55:50 GMT From: Vitaly Magerya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157563: [patch] update graphics/grafx2 to 2.3, add options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 13:00:26 -0000 >Number: 157563 >Category: ports >Synopsis: [patch] update graphics/grafx2 to 2.3, add options >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 13:00:25 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Vitaly Magerya >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: >Description: Update graphics/grafx2 from 2.00b98.0 to 2.3.1781. The patch also adds OPTIONS (defaults match current behavior), and updates COMMENT and pkg-descr to better match how GrafX2 advertises itself now. Note that pkg-plist does not use %%DATADIR%%. This is because paths to data are hardcoded in the sources and will break with non-standard DATADIR (PREFIX is respected though). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN grafx2.orig/Makefile grafx2/Makefile --- grafx2.orig/Makefile 2011-06-03 17:46:33.000000000 +0300 +++ grafx2/Makefile 2011-06-03 18:54:42.000000000 +0300 @@ -6,28 +6,54 @@ # PORTNAME= grafx2 -DISTVERSION= 2.00b98.0 -DISTVERSIONSUFFIX= -svn482 -PORTREVISION= 5 +PORTVERSION= 2.3.1781 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Bitmap paint program that supports more than 60 video resolutions +COMMENT= A pixelart-oriented bitmap painting program + +OPTIONS= TTF "Enable True Type font support" on \ + LUA "Enable Lua scripting support" off USE_GMAKE= yes -USE_DOS2UNIX= yes -USE_SDL= image ttf +USE_SDL= sdl image MAKE_JOBS_SAFE= yes -WRKSRC= ${WRKDIR} -MAKE_ENV+= DATADIR="${DATADIR}" -CFLAGS+= -DHAVE_SYS_PARAM_H -DHAVE_SYS_UCRED_H -DHAVE_SYS_MOUNT_H \ - -DHAVE_STRUCT_STATFS_F_FSTYPENAME +WRKSRC= ${WRKDIR}/${PORTNAME}/src +CFLAGS+= -DHAVE_SYS_PARAM_H -DHAVE_SYS_UCRED_H -DHAVE_SYS_MOUNT_H + +LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ + png:${PORTSDIR}/graphics/png + +.include + +.if defined(WITHOUT_TTF) +MAKE_ARGS+= NOTTF=1 +.else +USE_SDL+= ttf +.endif + +.if defined(WITH_LUA) +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +USE_LUA= 5.1 +.else +MAKE_ARGS+= NOLUA=1 +.endif post-patch: - @${REINPLACE_CMD} -e 's|macosx|FreeBSD|g' \ - ${WRKSRC}/divers.c ${WRKSRC}/mountlist.c ${WRKSRC}/aide.c ${WRKSRC}/init.c + @${REINPLACE_CMD} \ + -e 's|^ prefix = .*$$| prefix = ${PREFIX}|' \ + -e '/scripts\/libs/d' \ + -e 's/CC = gcc/CC ?= gcc/' \ + ${WRKSRC}/Makefile + @${REINPLACE_CMD} \ + -e 's|macosx|FreeBSD|g' \ + ${WRKSRC}/mountlist.c ${WRKSRC}/init.c + @${REINPLACE_CMD} \ + -e 's|Extract_path(program_dir, argv0);|strcpy(program_dir,"${PREFIX}/bin/");|' \ + ${WRKSRC}/setup.c -.include +.include diff -ruN grafx2.orig/distinfo grafx2/distinfo --- grafx2.orig/distinfo 2011-06-03 17:46:33.000000000 +0300 +++ grafx2/distinfo 2011-06-03 17:53:06.000000000 +0300 @@ -1,3 +1,2 @@ -MD5 (grafx2-2.00b98.0-svn482.tgz) = 4eeab264b8abf3fdbaf225795ee6d63a -SHA256 (grafx2-2.00b98.0-svn482.tgz) = 3f7abd1e41f37a4e7ec006752e276efaf0466f7d5bc5c09c76eda78e90dbd251 -SIZE (grafx2-2.00b98.0-svn482.tgz) = 362391 +SHA256 (grafx2-2.3.1781-src.tgz) = b43fa837e30abfb0830f9a1b793a78ed690fbafdcd378e51197f01998bbf392e +SIZE (grafx2-2.3.1781-src.tgz) = 683951 diff -ruN grafx2.orig/files/patch-Makefile grafx2/files/patch-Makefile --- grafx2.orig/files/patch-Makefile 2011-06-03 17:46:33.000000000 +0300 +++ grafx2/files/patch-Makefile 1970-01-01 03:00:00.000000000 +0300 @@ -1,14 +0,0 @@ ---- ./Makefile.orig 2009-02-23 14:20:42.000000000 +0100 -+++ ./Makefile 2009-02-23 14:20:42.000000000 +0100 -@@ -169,9 +169,9 @@ - # Compiles a regular linux exectutable for the native platform - BIN = grafx2 - CFGBIN = gfxcfg -- COPT = -W -Wall -Wdeclaration-after-statement -pedantic -std=c99 -c -g `sdl-config --cflags` $(TTFCOPT) -+ COPT = $(CFLAGS) -pedantic -std=c99 -c -g `sdl-config --cflags` $(TTFCOPT) - LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) -- CC = gcc -+ CC ?= gcc - OBJDIR = obj/unix - X11LOPT = -lX11 - endif diff -ruN grafx2.orig/files/patch-files.c grafx2/files/patch-files.c --- grafx2.orig/files/patch-files.c 2011-06-03 17:46:33.000000000 +0300 +++ grafx2/files/patch-files.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,15 +0,0 @@ ---- ./files.c.orig 2009-02-23 14:20:42.000000000 +0100 -+++ ./files.c 2009-02-23 14:21:14.000000000 +0100 -@@ -318,11 +318,10 @@ - // This should be made dynamic because in the multitask world, user can mount new drives, - // connect to network ones, and so on, while Grafx2 is running. - #else -- #warning "Your platform is missing some specific code here ! please check and correct ! :)" - for (Indice=0; IndiceRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:00:26 2011 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 BFA24106567D for ; Fri, 3 Jun 2011 13: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 980958FC24 for ; Fri, 3 Jun 2011 13:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53D0QZu082670 for ; Fri, 3 Jun 2011 13:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53D0QmM082669; Fri, 3 Jun 2011 13:00:26 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 13:00:26 GMT Resent-Message-Id: <201106031300.p53D0QmM082669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "David K. Gerry" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68ADD106564A for ; Fri, 3 Jun 2011 12:56:23 +0000 (UTC) (envelope-from gerry@houseofdavids.net) Received: from mail.houseofdavids.net (207-172-212-87.c3-0.sbo-ubr1.sbo.ma.static.cable.rcn.com [207.172.212.87]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1138FC15 for ; Fri, 3 Jun 2011 12:56:22 +0000 (UTC) Received: from john-steed.home.houseofdavids.net (localhost [127.0.0.1]) by john-steed.home.houseofdavids.net (8.14.4/8.14.4) with ESMTP id p52I9YI5073728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 14:09:35 -0400 (EDT) (envelope-from gerry@john-steed.home.houseofdavids.net) Received: (from gerry@localhost) by john-steed.home.houseofdavids.net (8.14.4/8.14.4/Submit) id p52I9TI4073727; Thu, 2 Jun 2011 14:09:29 -0400 (EDT) (envelope-from gerry) Message-Id: <201106021809.p52I9TI4073727@john-steed.home.houseofdavids.net> Date: Thu, 2 Jun 2011 14:09:29 -0400 (EDT) From: "David K. Gerry" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157564: [patch][maintainer update] accessibility/eflite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "David K. Gerry" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 13:00:27 -0000 >Number: 157564 >Category: ports >Synopsis: [patch][maintainer update] accessibility/eflite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 13:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: David K. Gerry >Release: FreeBSD 7.4-RELEASE-p1 i386 >Organization: >Environment: System: >Description: files/patch-Makefile.in Patch fixes the ports linking to default vox. >How-To-Repeat: >Fix: --- eflite.diff begins here --- diff -ruN /usr/ports/accessibility/eflite/Makefile eflite/Makefile --- /usr/ports/accessibility/eflite/Makefile 2011-01-06 14:27:00.000000000 -0500 +++ eflite/Makefile 2011-06-02 11:27:24.000000000 -0400 @@ -20,8 +20,6 @@ USE_GMAKE= yes ALL_TARGET= eflite -BROKEN= does not link - CONFIGURE_ARGS+= --with-audio=freebsd .if defined(FL_LANG) CONFIGURE_ARGS+= --with-lang=${FL_LANG} diff -ruN /usr/ports/accessibility/eflite/files/patch-Makefile.in eflite/files/patch-Makefile.in --- /usr/ports/accessibility/eflite/files/patch-Makefile.in 1969-12-31 19:00:00.000000000 -0500 +++ eflite/files/patch-Makefile.in 2011-05-27 14:56:08.000000000 -0400 @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig 2007-01-18 19:01:09.000000000 -0500 ++++ ./Makefile.in 2011-05-27 12:55:15.000000000 -0400 +@@ -34,7 +34,7 @@ + $(CC) $(LDFLAGS) -o $@ $^ -lm $(LIBS) $(FLITE_LIBS) $(AUDIOLIBS) + + fs.o: fs.c +- $(CC) $(CFLAGS) @AUDIODEFS@ -I. -I$(flite_include_dir) -DREGISTER_VOX=register_$(subst cmu_us_kal16,cmu_us_kal,$(FL_VOX)) -DSTANDALONE -DEFLITE -c -o $@ $< ++ $(CC) $(CFLAGS) @AUDIODEFS@ -I. -I$(flite_include_dir) -DREGISTER_VOX=register_$(FL_VOX) -DSTANDALONE -DEFLITE -c -o $@ $< + + tone.o: tone.c + $(CC) $(CFLAGS) -I$(flite_include_dir) -DEFLITE -c -o $@ $< --- eflite.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:00:44 2011 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 844B7106566B; Fri, 3 Jun 2011 13: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 5C3438FC1F; Fri, 3 Jun 2011 13:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53D0irJ084023; Fri, 3 Jun 2011 13:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53D0iQk084014; Fri, 3 Jun 2011 13:00:44 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 13:00:44 GMT Message-Id: <201106031300.p53D0iQk084014@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157563: [patch] update graphics/grafx2 to 2.3, add options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 13:00:44 -0000 Synopsis: [patch] update graphics/grafx2 to 2.3, add options Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 13:00:43 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157563 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:30:15 2011 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 0EF471065692 for ; Fri, 3 Jun 2011 13: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 5A01C8FC1F for ; Fri, 3 Jun 2011 13:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53DUDDu009650 for ; Fri, 3 Jun 2011 13:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53DUDjl009649; Fri, 3 Jun 2011 13:30:13 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 13:30:13 GMT Resent-Message-Id: <201106031330.p53DUDjl009649@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Lukes Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC11106566B for ; Fri, 3 Jun 2011 13:21:28 +0000 (UTC) (envelope-from dan@m8-64.freebsd.cz) Received: from m8-64.freebsd.cz (m8-64.freebsd.cz [195.113.20.206]) by mx1.freebsd.org (Postfix) with ESMTP id DFD748FC16 for ; Fri, 3 Jun 2011 13:21:27 +0000 (UTC) Received: from m8-64.freebsd.cz (localhost [127.0.0.1]) by m8-64.freebsd.cz (8.14.4/8.14.4) with ESMTP id p53DFdAM035169 for ; Fri, 3 Jun 2011 15:15:39 +0200 (CEST) (envelope-from dan@m8-64.freebsd.cz) Received: (from root@localhost) by m8-64.freebsd.cz (8.14.4/8.14.4/Submit) id p53DFd2G035168; Fri, 3 Jun 2011 15:15:39 +0200 (CEST) (envelope-from dan) Message-Id: <201106031315.p53DFd2G035168@m8-64.freebsd.cz> Date: Fri, 3 Jun 2011 15:15:39 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157565: [ patch ] lang/perl5.14 BSDPAN declare dependency to perl5.10 instead of 5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Lukes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 13:30:15 -0000 >Number: 157565 >Category: ports >Synopsis: [ patch ] lang/perl5.14 BSDPAN declare dependency to perl5.10 instead of 5.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 13:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 8.2-RELEASE >Organization: Obludarium >Environment: ports/lang/perl5.14/Makefile,v 1.133 2011/05/17 19:30:02 skv post-patch: ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|5.14|g;' \ -e 's!%%BSDPAN_VERSION%%!${BSDPAN_VERSION}!g;' \ ${BSDPAN_WRKSRC}/ExtUtils/*.pm >Description: BSDPAN create +CONTENTS file with dependency to perl5.10: @comment This package was generated by BSDPAN (5.12.1_20100713) @pkgdep perl-5.14.0 @comment DEPORIGIN:lang/perl5.10 It is incorrect. >How-To-Repeat: Install perl5.14, then install something using BSDPAN Inspect the +CONTENT file >Fix: --- Makefile.orig 2011-05-17 21:30:02.000000000 +0200 +++ Makefile 2011-06-03 15:08:43.000000000 +0200 @@ -183,7 +183,7 @@ > ${WRKDIR}/perl-after-upgrade ${CP} ${WRKDIR}/use.perl ${PKGINSTALL} ${CP} ${WRKDIR}/use.perl ${PKGDEINSTALL} - ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|5.10|g;' \ + ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|5.14|g;' \ -e 's!%%BSDPAN_VERSION%%!${BSDPAN_VERSION}!g;' \ ${BSDPAN_WRKSRC}/ExtUtils/*.pm ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:30:27 2011 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 D473E106564A; Fri, 3 Jun 2011 13: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 ABD4B8FC08; Fri, 3 Jun 2011 13:30:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53DURsb010901; Fri, 3 Jun 2011 13:30:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53DUR83010886; Fri, 3 Jun 2011 13:30:27 GMT (envelope-from edwin) Date: Fri, 3 Jun 2011 13:30:27 GMT Message-Id: <201106031330.p53DUR83010886@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157565: [ patch ] lang/perl5.14 BSDPAN declare dependency to perl5.10 instead of 5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 13:30:27 -0000 Synopsis: [ patch ] lang/perl5.14 BSDPAN declare dependency to perl5.10 instead of 5.14 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 3 13:30:26 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157565 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:32:53 2011 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 4414F106574B; Fri, 3 Jun 2011 13:32:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0828FC19; Fri, 3 Jun 2011 13:32:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53DWqVB019430; Fri, 3 Jun 2011 13:32:52 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53DWqId019426; Fri, 3 Jun 2011 13:32:52 GMT (envelope-from pav) Date: Fri, 3 Jun 2011 13:32:52 GMT Message-Id: <201106031332.p53DWqId019426@freefall.freebsd.org> To: kasahara@nc.kyushu-u.ac.jp, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/156922: update mail/mailagent to 3.1.68 / reduce warnings on perl 5.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 13:32:53 -0000 Synopsis: update mail/mailagent to 3.1.68 / reduce warnings on perl 5.12 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Jun 3 13:28:58 UTC 2011 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=156922 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:40:08 2011 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 15A551065675 for ; Fri, 3 Jun 2011 13: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 F06BC8FC17 for ; Fri, 3 Jun 2011 13:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53De7St020137 for ; Fri, 3 Jun 2011 13:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53De73k020136; Fri, 3 Jun 2011 13:40:07 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 13:40:07 GMT Message-Id: <201106031340.p53De73k020136@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156922: 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: Fri, 03 Jun 2011 13:40:08 -0000 The following reply was made to PR ports/156922; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156922: commit references a PR Date: Fri, 3 Jun 2011 13:32:54 +0000 (UTC) pav 2011-06-03 13:32:40 UTC FreeBSD ports repository Modified files: mail/mailagent Makefile distinfo Removed files: mail/mailagent/files patch-agent::pl::compress.pl Log: - Update to 3.1.71 PR: ports/156922 Submitted by: Yoshiaki Kasahara Revision Changes Path 1.43 +1 -1 ports/mail/mailagent/Makefile 1.16 +2 -3 ports/mail/mailagent/distinfo 1.2 +0 -13 ports/mail/mailagent/files/patch-agent::pl::compress.pl (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:41:51 2011 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 2620F1065703; Fri, 3 Jun 2011 13:41:51 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F14C38FC0C; Fri, 3 Jun 2011 13:41:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53DfoFQ028109; Fri, 3 Jun 2011 13:41:50 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53DfolQ028105; Fri, 3 Jun 2011 13:41:50 GMT (envelope-from pav) Date: Fri, 3 Jun 2011 13:41:50 GMT Message-Id: <201106031341.p53DfolQ028105@freefall.freebsd.org> To: kalten@gmx.at, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/156588: games/KnightCap: warning: "INFINITY" redefined X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 13:41:51 -0000 Synopsis: games/KnightCap: warning: "INFINITY" redefined State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Jun 3 13:39:30 UTC 2011 State-Changed-Why: Comitted, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=156588 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:43:35 2011 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 D378F106566C; Fri, 3 Jun 2011 13:43:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB2778FC13; Fri, 3 Jun 2011 13:43:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53DhZBq028221; Fri, 3 Jun 2011 13:43:35 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53DhZUs028217; Fri, 3 Jun 2011 13:43:35 GMT (envelope-from pav) Date: Fri, 3 Jun 2011 13:43:35 GMT Message-Id: <201106031343.p53DhZUs028217@freefall.freebsd.org> To: kalten@gmx.at, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/156590: games/KnightCap: coeffs.dat: No such file or directory, hangs xboard X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 13:43:35 -0000 Synopsis: games/KnightCap: coeffs.dat: No such file or directory, hangs xboard State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Fri Jun 3 13:41:56 UTC 2011 State-Changed-Why: This software is abandoned by the authors since 1998, and it's FreeBSD port is unmaintained. Do you want to become a maintainer and fix it on FreeBSD? Or should we just delete the port? Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Jun 3 13:41:56 UTC 2011 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=156590 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:50:11 2011 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 EF20C106564A for ; Fri, 3 Jun 2011 13: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 DED178FC21 for ; Fri, 3 Jun 2011 13:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53DoBjj029057 for ; Fri, 3 Jun 2011 13:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53DoBpI029056; Fri, 3 Jun 2011 13:50:11 GMT (envelope-from gnats) Date: Fri, 3 Jun 2011 13:50:11 GMT Message-Id: <201106031350.p53DoBpI029056@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156588: 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: Fri, 03 Jun 2011 13:50:12 -0000 The following reply was made to PR ports/156588; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156588: commit references a PR Date: Fri, 3 Jun 2011 13:41:52 +0000 (UTC) pav 2011-06-03 13:41:39 UTC FreeBSD ports repository Modified files: games/KnightCap/files patch-knightcap.h Log: - Silence compile time warning PR: ports/156588 Submitted by: Kalten Revision Changes Path 1.2 +13 -3 ports/games/KnightCap/files/patch-knightcap.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 13:59:57 2011 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 33D67106567C; Fri, 3 Jun 2011 13:59:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0BDE08FC17; Fri, 3 Jun 2011 13:59:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53DxuME037248; Fri, 3 Jun 2011 13:59:56 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53DxuX2037244; Fri, 3 Jun 2011 13:59:56 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 13:59:56 GMT Message-Id: <201106031359.p53DxuX2037244@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/156616: New port: sysutils/aird Handles Apple IR receiver button events X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 13:59:57 -0000 Synopsis: New port: sysutils/aird Handles Apple IR receiver button events Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 13:59:42 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=156616 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 14:00:22 2011 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 360121065686; Fri, 3 Jun 2011 14:00:22 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06A3D8FC0C; Fri, 3 Jun 2011 14:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53E0LmK037418; Fri, 3 Jun 2011 14:00:21 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53E0LPk037413; Fri, 3 Jun 2011 14:00:21 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 14:00:21 GMT Message-Id: <201106031400.p53E0LPk037413@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/157065: [MAINTAINER] Update port: mail/mailscanner to 4.83.5 and fix package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 14:00:22 -0000 Synopsis: [MAINTAINER] Update port: mail/mailscanner to 4.83.5 and fix package Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 14:00:05 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=157065 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 14:01:19 2011 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 843331065676; Fri, 3 Jun 2011 14:01:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAE38FC08; Fri, 3 Jun 2011 14:01:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53E1J9t043105; Fri, 3 Jun 2011 14:01:19 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53E1JNs043090; Fri, 3 Jun 2011 14:01:19 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 14:01:19 GMT Message-Id: <201106031401.p53E1JNs043090@freefall.freebsd.org> To: onatan@gmail.com, rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/157160: Fix port: security/amap uses CONF_FILES internally X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 14:01:19 -0000 Synopsis: Fix port: security/amap uses CONF_FILES internally Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 14:01:03 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=157160 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 14:01:45 2011 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 95C291065676; Fri, 3 Jun 2011 14:01:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC5B8FC12; Fri, 3 Jun 2011 14:01:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53E1jOR045542; Fri, 3 Jun 2011 14:01:45 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53E1j4l045538; Fri, 3 Jun 2011 14:01:45 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 14:01:45 GMT Message-Id: <201106031401.p53E1j4l045538@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/157471: [MAINTAINER] Fix port: mail/sympa unneccessary 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: Fri, 03 Jun 2011 14:01:45 -0000 Synopsis: [MAINTAINER] Fix port: mail/sympa unneccessary dependency Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 14:01:30 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=157471 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 14:02:15 2011 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 ED8BA1065676; Fri, 3 Jun 2011 14:02:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C565D8FC21; Fri, 3 Jun 2011 14:02:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53E2FSX045655; Fri, 3 Jun 2011 14:02:15 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53E2Fe8045651; Fri, 3 Jun 2011 14:02:15 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 14:02:15 GMT Message-Id: <201106031402.p53E2Fe8045651@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/157507: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 14:02:16 -0000 Synopsis: [PATCH] Fix port: audio/mt-daapd should use USERS and GROUPS Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 14:01:56 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=157507 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 14:03:24 2011 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 1B0441065672; Fri, 3 Jun 2011 14:03:24 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E71978FC15; Fri, 3 Jun 2011 14:03:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53E3NBK045843; Fri, 3 Jun 2011 14:03:23 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53E3N8t045839; Fri, 3 Jun 2011 14:03:23 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 14:03:23 GMT Message-Id: <201106031403.p53E3N8t045839@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/157521: [PATCH] Fix port: audio/firefly creates users manually X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 14:03:24 -0000 Synopsis: [PATCH] Fix port: audio/firefly creates users manually Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 14:02:54 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=157521 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 14:04:17 2011 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 5633A106564A; Fri, 3 Jun 2011 14:04:17 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2E6008FC15; Fri, 3 Jun 2011 14:04:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53E4HVN045995; Fri, 3 Jun 2011 14:04:17 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53E4Hbf045991; Fri, 3 Jun 2011 14:04:17 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 14:04:17 GMT Message-Id: <201106031404.p53E4Hbf045991@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/157528: [PATCH] Add necessary lines to ports/UIDs and ports/GIDs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 14:04:17 -0000 Synopsis: [PATCH] Add necessary lines to ports/UIDs and ports/GIDs Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 14:03:32 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=157528 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 14:04:43 2011 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 88ADA1065676; Fri, 3 Jun 2011 14:04:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 604DB8FC17; Fri, 3 Jun 2011 14:04:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53E4hwC046100; Fri, 3 Jun 2011 14:04:43 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53E4hvC046096; Fri, 3 Jun 2011 14:04:43 GMT (envelope-from rene) Date: Fri, 3 Jun 2011 14:04:43 GMT Message-Id: <201106031404.p53E4hvC046096@freefall.freebsd.org> To: mad@madpilot.net, rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/157545: [PATCH] comms/gnokii should use GROUPS= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 14:04:43 -0000 Synopsis: [PATCH] comms/gnokii should use GROUPS= Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Jun 3 14:04:34 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=157545 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 15:00:32 2011 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 1907010656EF for ; Fri, 3 Jun 2011 15:00:32 +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 518708FC24 for ; Fri, 3 Jun 2011 15:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53F0OOD091751 for ; Fri, 3 Jun 2011 15:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53F0OBC091748; Fri, 3 Jun 2011 15:00:24 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 15:00:24 GMT Resent-Message-Id: <201106031500.p53F0OBC091748@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerald Pfeifer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73C38106566B for ; Fri, 3 Jun 2011 14:55:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from ref9-i386.freebsd.org (unknown [IPv6:2001:4f8:fff6::5e]) by mx1.freebsd.org (Postfix) with ESMTP id 4A2B48FC08; Fri, 3 Jun 2011 14:55:39 +0000 (UTC) Received: from ref9-i386.freebsd.org (localhost [127.0.0.1]) by ref9-i386.freebsd.org (8.14.4/8.14.4) with ESMTP id p53EtdsH042683; Fri, 3 Jun 2011 14:55:39 GMT (envelope-from gerald@ref9-i386.freebsd.org) Received: (from gerald@localhost) by ref9-i386.freebsd.org (8.14.4/8.14.4/Submit) id p53EtdFe042682; Fri, 3 Jun 2011 14:55:39 GMT (envelope-from gerald) Message-Id: <201106031455.p53EtdFe042682@ref9-i386.freebsd.org> Date: Fri, 3 Jun 2011 14:55:39 GMT From: Gerald Pfeifer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157566: portlint: Warng about use of ${FIND}...${XARGS} {RM} X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jun 2011 15:00:32 -0000 >Number: 157566 >Category: ports >Synopsis: portlint: Warng about use of ${FIND}...${XARGS} {RM} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 15:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: >Organization: >Environment: >Description: Per a currently ongoing discussion on ports-committers@ and cvs-ports@, there are still 112 ports left that do something like @${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM} when the -rm option of find should be used. >How-To-Repeat: >Fix: Add warnings to portlint that looks for a pattern \$\{FIND\}.*\|.*\$\{XARGS\}.*\$\{RM\} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 19:50:09 2011 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 93FC7106566B for ; Fri, 3 Jun 2011 19: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 3C04E8FC15 for ; Fri, 3 Jun 2011 19:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53Jo840054982 for ; Fri, 3 Jun 2011 19:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53Jo86J054981; Fri, 3 Jun 2011 19:50:08 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 19:50:08 GMT Resent-Message-Id: <201106031950.p53Jo86J054981@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B0EF106564A for ; Fri, 3 Jun 2011 19:49:42 +0000 (UTC) (envelope-from erik@bz.bzflag.bz) Received: from bz.bzflag.bz (BZ.BZFLAG.BZ [63.246.136.16]) by mx1.freebsd.org (Postfix) with SMTP id 9DBF78FC08 for ; Fri, 3 Jun 2011 19:49:41 +0000 (UTC) Received: (qmail 57553 invoked by uid 6112); 3 Jun 2011 19:22:59 -0000 Message-Id: <20110603192259.57539.qmail@bz.bzflag.bz> Date: 3 Jun 2011 19:22:59 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erikg@arl.army.mil Subject: ports/157567: [Maintainer Update] cad/brlcad 7.18.4 -> 7.20.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 19:50:09 -0000 >Number: 157567 >Category: ports >Synopsis: [Maintainer Update] cad/brlcad 7.18.4 -> 7.20.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 Jun 03 19:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: >Organization: >Environment: >Description: Update from 7.18.4 to 7.20.0 >How-To-Repeat: >Fix: --- cad_brlcad_7.20.0-patch begins here --- Index: cad/brlcad/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/Makefile,v retrieving revision 1.48 diff -r1.48 Makefile 9c9 < PORTVERSION= 7.18.4 --- > PORTVERSION= 7.20.0 14a15 > LICENSE= LGPL21 Index: cad/brlcad/distinfo =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/distinfo,v retrieving revision 1.22 diff -r1.22 distinfo 1,2c1,2 < SHA256 (brlcad-7.18.4.tar.bz2) = bb8e857f8e377d0a958711ef389ea12b13ef20aed461b8a30408ddc8d66858e5 < SIZE (brlcad-7.18.4.tar.bz2) = 47263065 --- > SHA256 (brlcad-7.20.0.tar.bz2) = 9114990d88a927f8ba9a00c2898af994b129af1ccb2301a5da089acb2ac514d8 > SIZE (brlcad-7.20.0.tar.bz2) = 47175114 Index: cad/brlcad/pkg-plist =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/pkg-plist,v retrieving revision 1.23 diff -r1.23 pkg-plist 319a320 > bin/ringworld --- cad_brlcad_7.20.0-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 20:08:53 2011 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 5B14E106566C; Fri, 3 Jun 2011 20:08:53 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3343F8FC0C; Fri, 3 Jun 2011 20:08:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53K8rir072023; Fri, 3 Jun 2011 20:08:53 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53K8r12072019; Fri, 3 Jun 2011 20:08:53 GMT (envelope-from culot) Date: Fri, 3 Jun 2011 20:08:53 GMT Message-Id: <201106032008.p53K8r12072019@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/157567: [Maintainer Update] cad/brlcad 7.18.4 -> 7.20.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, 03 Jun 2011 20:08:53 -0000 Synopsis: [Maintainer Update] cad/brlcad 7.18.4 -> 7.20.0 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Jun 3 20:08:52 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157567 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 20:40:11 2011 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 04D54106567F for ; Fri, 3 Jun 2011 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 D594B8FC14 for ; Fri, 3 Jun 2011 20:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53KeAPx001239 for ; Fri, 3 Jun 2011 20:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53KeADN001238; Fri, 3 Jun 2011 20:40:10 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 20:40:10 GMT Resent-Message-Id: <201106032040.p53KeADN001238@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Gmelin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F222F1065673 for ; Fri, 3 Jun 2011 20:31: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 D7AD48FC12 for ; Fri, 3 Jun 2011 20:31: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 p53KV37m064872 for ; Fri, 3 Jun 2011 20:31:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p53KV33x064871; Fri, 3 Jun 2011 20:31:03 GMT (envelope-from nobody) Message-Id: <201106032031.p53KV33x064871@red.freebsd.org> Date: Fri, 3 Jun 2011 20:31:03 GMT From: Michael Gmelin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157569: Fix missing load reporting for FreeBSD, enable kqueue for 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: Fri, 03 Jun 2011 20:40:11 -0000 >Number: 157569 >Category: ports >Synopsis: Fix missing load reporting for FreeBSD, enable kqueue for FreeBSD >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 20:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Michael Gmelin >Release: FreeBSD 8.1 RELEASE amd64 >Organization: Grem Equity GmbH >Environment: FreeBSD server.grem.de 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #2 r216068: Tue Nov 30 03:00:30 CET 2010 root@bsdsource.grem.de:/usr/obj/usr/src/sys/GENERIC amd64 >Description: IceGrid nodes can report the load of the machine they're running on over a Processing facet. This information can be e.g. used for load balancing. On FreeBSD the load reported is always "-1 -1 -1", because the ifdefs for FreeBSD are missing in PlatformInfo.cpp. I informed zeroc.com about this, but if at all this will be part of the next release, so implementing the feature as a patch to the port skeleton makes sense. See also: http://www.zeroc.com/forums/help-center/5380-freebsd-support-icegridnode-question-regarding-load.html The Ice networking selector code supports EPOLL on linux and KQUEUE on Mac OS X for better selector performance. Unfortunately it falls back to simple polling on FreeBSD. The kqueue interface of Mac OS X is identical to FreeBSD (at least in the relevant part) and a simple #ifdef enables the feature on FreeBSD as well. I informed zeroc.com about this, but if at all this will be part of the next release, so implementing the feature as a patch to the port skeleton makes sense. See also: http://www.zeroc.com/forums/help-center/5381-freebsd-support-kqueue-networking-selector-code.html >How-To-Repeat: Set up an ice grid and check the node load reported by icegridadmin. Use ice in a high load environment. >Fix: Apply the patch (it adds the missing #ifdef statements to PlatformInfo.cpp and Network.h) Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /tmp/ice/devel/Ice/Makefile /usr/ports/devel/ice/Makefile --- /tmp/ice/devel/Ice/Makefile 2010-08-15 14:02:57.000000000 +0200 +++ /usr/ports/devel/ice/Makefile 2011-06-03 22:21:06.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= Ice PORTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.zeroc.com/download/Ice/3.4/ diff -ruN --exclude=CVS /tmp/ice/devel/Ice/files/patch-Network.h /usr/ports/devel/ice/files/patch-Network.h --- /tmp/ice/devel/Ice/files/patch-Network.h 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/devel/ice/files/patch-Network.h 2011-06-03 22:20:38.000000000 +0200 @@ -0,0 +1,11 @@ +--- cpp/src/Ice/Network.h.orig 2011-06-03 21:25:21.000000000 +0200 ++++ cpp/src/Ice/Network.h 2011-06-03 21:25:21.000000000 +0200 +@@ -36,7 +36,7 @@ + + #if defined(__linux) && !defined(ICE_NO_EPOLL) + # define ICE_USE_EPOLL 1 +-#elif defined(__APPLE__) && !defined(ICE_NO_KQUEUE) ++#elif (defined(__APPLE__) || defined(__FreeBSD__)) && !defined(ICE_NO_KQUEUE) + # define ICE_USE_KQUEUE 1 + #elif defined(_WIN32) + # if !defined(ICE_NO_IOCP) diff -ruN --exclude=CVS /tmp/ice/devel/Ice/files/patch-PlatformInfo.cpp /usr/ports/devel/ice/files/patch-PlatformInfo.cpp --- /tmp/ice/devel/Ice/files/patch-PlatformInfo.cpp 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/devel/ice/files/patch-PlatformInfo.cpp 2011-06-03 22:20:35.000000000 +0200 @@ -0,0 +1,29 @@ +--- cpp/src/IceGrid/PlatformInfo.cpp.orig 2011-06-03 21:07:43.000000000 +0200 ++++ cpp/src/IceGrid/PlatformInfo.cpp 2011-06-03 21:07:43.000000000 +0200 +@@ -24,7 +24,7 @@ + # include // For PDH_MORE_DATA + #else + # include +-# if defined(__APPLE__) ++# if defined(__APPLE__) || defined(__FreeBSD__) + # include + # elif defined(__sun) + # include +@@ -222,7 +222,7 @@ + SYSTEM_INFO sysInfo; + GetSystemInfo(&sysInfo); + _nProcessors = sysInfo.dwNumberOfProcessors; +-#elif defined(__APPLE__) ++#elif defined(__APPLE__) || defined(__FreeBSD__) + static int ncpu[2] = { CTL_HW, HW_NCPU }; + size_t sz = sizeof(_nProcessors); + if(sysctl(ncpu, 2, &_nProcessors, &sz, 0, 0) == -1) +@@ -446,7 +446,7 @@ + info.avg1 = static_cast(_last1Total) / _usages1.size() / 100.0f; + info.avg5 = static_cast(_last5Total) / _usages5.size() / 100.0f; + info.avg15 = static_cast(_last15Total) / _usages15.size() / 100.0f; +-#elif defined(__sun) || defined(__linux) || defined(__APPLE__) ++#elif defined(__sun) || defined(__linux) || defined(__APPLE__) || defined(__FreeBSD__) + // + // We use the load average divided by the number of + // processors to figure out if the machine is busy or ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 3 22:50:09 2011 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 4438C106566C for ; Fri, 3 Jun 2011 22: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 1AF0E8FC13 for ; Fri, 3 Jun 2011 22:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p53Mo8Yg017916 for ; Fri, 3 Jun 2011 22:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p53Mo8T1017915; Fri, 3 Jun 2011 22:50:08 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jun 2011 22:50:08 GMT Resent-Message-Id: <201106032250.p53Mo8T1017915@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Jeremy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8941065675 for ; Fri, 3 Jun 2011 22:49:16 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.freebsd.org (Postfix) with ESMTP id 6773C8FC16 for ; Fri, 3 Jun 2011 22:49:16 +0000 (UTC) Received: from server.vk2pj.dyndns.org (c220-239-116-103.belrs4.nsw.optusnet.com.au [220.239.116.103]) by mail17.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p53MnDT0001297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 08:49:14 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.4/8.14.4) with ESMTP id p53MnAbF072752; Sat, 4 Jun 2011 08:49:10 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.4/8.14.4/Submit) id p53MnA8Y072751; Sat, 4 Jun 2011 08:49:10 +1000 (EST) (envelope-from peter) Message-Id: <201106032249.p53MnA8Y072751@server.vk2pj.dyndns.org> Date: Sat, 4 Jun 2011 08:49:10 +1000 (EST) From: Peter Jeremy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157570: [patch] Update devel/mspdebug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Jeremy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 22:50:09 -0000 >Number: 157570 >Category: ports >Synopsis: [patch] Update devel/mspdebug >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 22:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 8.2-STABLE amd64 >Organization: n/a >Environment: System: FreeBSD server.vk2pj.dyndns.org 8.2-STABLE FreeBSD 8.2-STABLE #11: Fri Apr 22 11:55:58 EST 2011 root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64 >Description: Update devel/mspdebug to latest version (0.15) Suggested commit message: - Update to 0.15. Adds support for: MSP430G2452, MSP430F5525, MSP430F47173, MSP430F5526, MSP430F2272, MSP430F2122. New IO peripheral simulator Various other bugfixes and enhancements. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 5 Feb 2011 16:27:43 -0000 1.1 +++ Makefile 3 Jun 2011 20:02:31 -0000 @@ -7,7 +7,7 @@ # Based on the OpenBSD port by: Jasper Lievisse Adriaanse PORTNAME= mspdebug -PORTVERSION= 0.13 +PORTVERSION= 0.15 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME} Index: distinfo =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 5 Feb 2011 16:27:43 -0000 1.1 +++ distinfo 3 Jun 2011 19:29:45 -0000 @@ -1,2 +1,2 @@ -SHA256 (mspdebug-0.13.tar.gz) = 7f77cbe2bab245cf50647a2bd23e803fe22e2d21a2b0953e0551ebf3e72fc48e -SIZE (mspdebug-0.13.tar.gz) = 91556 +SHA256 (mspdebug-0.15.tar.gz) = ffdb1cdb34b81fd2a5eccd1c115f7d785837ef708b4b8816eb7a7b28f529bacb +SIZE (mspdebug-0.15.tar.gz) = 108076 Index: files/patch-Makefile =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 5 Feb 2011 16:27:43 -0000 1.1 +++ files/patch-Makefile 3 Jun 2011 20:10:04 -0000 @@ -1,47 +1,17 @@ ---- Makefile.orig 2010-11-09 08:40:57.000000000 +1100 -+++ Makefile 2011-02-05 12:36:25.710676671 +1100 -@@ -26,17 +26,27 @@ - READLINE_LIBS = - else - READLINE_CFLAGS = -DUSE_READLINE -- READLINE_LIBS = -lreadline -+ READLINE_LIBS = -lreadline -ltermcap - endif - --# Mac OS X/MacPorts stuff - UNAME := $(shell sh -c 'uname -s') --ifeq ($(UNAME),Darwin) -- MACPORTS_CFLAGS = -I/opt/local/include -- MACPORTS_LDFLAGS = -L/opt/local/lib -+ifeq ($(UNAME),Darwin) # Mac OS X/MacPorts stuff -+ PORTS_CFLAGS = -I/opt/local/include -+ PORTS_LDFLAGS = -L/opt/local/lib - else -- MACPORTS_CFLAGS = -- MACPORTS_LDFLAGS = -+ ifeq ($(UNAME),OpenBSD) # OpenBSD Ports stuff -+ PORTS_CFLAGS = `pkg-config --cflags libelf libusb` -+ PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -+ else +--- Makefile.orig 2011-04-05 06:22:54.000000000 +1000 ++++ Makefile 2011-06-04 06:02:31.347404317 +1000 +@@ -38,8 +38,14 @@ + PORTS_CFLAGS = `pkg-config --cflags libelf libusb` + PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap + else + ifeq ($(UNAME),FreeBSD) # FreeBSD Ports stuff +# This is only needed prior to FreeBSD 8.x to find libusb + PORTS_CFLAGS = -I${LOCALBASE}/include + PORTS_LDFLAGS = -L${LOCALBASE}/lib + else -+ PORTS_CFLAGS = -+ PORTS_LDFLAGS = + PORTS_CFLAGS = + PORTS_LDFLAGS = + endif -+ endif + endif endif - MSPDEBUG_CFLAGS = -O1 -Wall -Wno-char-subscripts -ggdb -@@ -60,7 +70,7 @@ - reader.o vector.o output_util.o expr.o fet_error.o binfile.o \ - fet_db.o usbutil.o titext.o srec.o device.o coff.o opdb.o output.o \ - cmddb.o stdcmd.o prog.o flash_bsl.o -- $(CC) $(LDFLAGS) $(MACPORTS_LDFLAGS) -o $@ $^ -lusb $(READLINE_LIBS) -+ $(CC) $(LDFLAGS) $(PORTS_LDFLAGS) -o $@ $^ -lusb $(READLINE_LIBS) - - .c.o: -- $(CC) $(CFLAGS) $(MACPORTS_CFLAGS) $(READLINE_CFLAGS) $(MSPDEBUG_CFLAGS) -o $@ -c $*.c -+ $(CC) $(CFLAGS) $(PORTS_CFLAGS) $(READLINE_CFLAGS) $(MSPDEBUG_CFLAGS) -o $@ -c $*.c Index: files/patch-bsl.c =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-bsl.c,v retrieving revision 1.1 diff -u -r1.1 patch-bsl.c --- files/patch-bsl.c 5 Feb 2011 16:27:43 -0000 1.1 +++ files/patch-bsl.c 3 Jun 2011 20:10:04 -0000 @@ -1,10 +1,10 @@ ---- bsl.c.orig Mon Nov 8 22:40:57 2010 -+++ bsl.c Thu Dec 2 13:05:14 2010 +--- bsl.c.orig 2011-04-05 06:22:54.000000000 +1000 ++++ bsl.c 2011-06-04 06:02:31.326405250 +1000 @@ -31,7 +31,7 @@ #include "output.h" #include "fet_error.h" --#ifdef __APPLE__ +-#if defined(__APPLE__) || defined(__OpenBSD__) +#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) #define B460800 460800 #endif Index: files/patch-elf32.c =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-elf32.c,v retrieving revision 1.1 diff -u -r1.1 patch-elf32.c --- files/patch-elf32.c 5 Feb 2011 16:27:43 -0000 1.1 +++ files/patch-elf32.c 3 Jun 2011 20:10:04 -0000 @@ -1,10 +1,10 @@ ---- elf32.c.orig Wed Aug 4 04:08:43 2010 -+++ elf32.c Thu Aug 12 12:51:04 2010 +--- elf32.c.orig 2011-04-05 06:22:54.000000000 +1000 ++++ elf32.c 2011-06-04 06:02:31.313405042 +1000 @@ -19,7 +19,7 @@ #include #include #include --#ifdef __APPLE__ +-#if defined(__APPLE__) || defined(__OpenBSD__) +#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) #include #else Index: files/patch-olimex.c =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-olimex.c,v retrieving revision 1.1 diff -u -r1.1 patch-olimex.c --- files/patch-olimex.c 5 Feb 2011 16:27:43 -0000 1.1 +++ files/patch-olimex.c 3 Jun 2011 20:10:04 -0000 @@ -1,5 +1,5 @@ ---- olimex.c.orig 2010-11-09 08:40:57.000000000 +1100 -+++ olimex.c 2011-01-23 20:52:02.005008013 +1100 +--- olimex.c.orig 2011-04-05 06:22:54.000000000 +1000 ++++ olimex.c 2011-06-04 06:06:10.536246571 +1000 @@ -20,6 +20,7 @@ #include #include @@ -8,21 +8,3 @@ #include "olimex.h" #include "util.h" -@@ -66,7 +67,7 @@ - static int open_interface(struct olimex_transport *tr, - struct usb_device *dev, int ino) - { --#if !(defined (__APPLE__) || defined(WIN32)) -+#if defined(__linux__) - int drv; - char drName[256]; - #endif -@@ -82,7 +83,7 @@ - return -1; - } - --#if !(defined(__APPLE__) || defined(WIN32)) -+#if defined(__linux__) - drv = usb_get_driver_np(tr->handle, tr->int_number, drName, - sizeof(drName)); - printc(__FILE__" : driver %d\n", drv); Index: files/patch-rf2500.c =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-rf2500.c,v retrieving revision 1.1 diff -u -r1.1 patch-rf2500.c --- files/patch-rf2500.c 5 Feb 2011 16:27:43 -0000 1.1 +++ files/patch-rf2500.c 3 Jun 2011 20:10:04 -0000 @@ -1,5 +1,5 @@ ---- rf2500.c.orig 2010-11-09 08:40:57.000000000 +1100 -+++ rf2500.c 2011-01-23 20:51:40.771589070 +1100 +--- rf2500.c.orig 2011-04-05 06:22:54.000000000 +1000 ++++ rf2500.c 2011-06-04 06:06:10.562246150 +1000 @@ -19,6 +19,7 @@ #include #include @@ -8,21 +8,3 @@ #include "rf2500.h" #include "util.h" -@@ -67,7 +68,7 @@ - return -1; - } - --#if !(defined(__APPLE__) || defined(WIN32)) -+#if !(defined(__APPLE__) || defined(WIN32) || defined(__OpenBSD__) || defined(__FreeBSD__)) - if (usb_detach_kernel_driver_np(tr->handle, tr->int_number) < 0) - pr_error("rf2500: warning: can't " - "detach kernel driver"); -@@ -221,7 +222,7 @@ - #ifndef __APPLE__ - while (usb_bulk_read(tr->handle, USB_FET_IN_EP, - buf, sizeof(buf), -- 100) >= 0); -+ 100) > 0); - #endif - - return (transport_t)tr; Index: files/patch-uif.c =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-uif.c,v retrieving revision 1.1 diff -u -r1.1 patch-uif.c --- files/patch-uif.c 5 Feb 2011 16:27:43 -0000 1.1 +++ files/patch-uif.c 3 Jun 2011 20:10:04 -0000 @@ -1,50 +1,11 @@ ---- uif.c.orig Mon Nov 8 22:40:57 2010 -+++ uif.c Thu Dec 2 13:05:36 2010 -@@ -25,7 +25,9 @@ - #include - #include - -+#if defined(__linux__) - #include -+#endif - #include - #include - -@@ -33,7 +35,7 @@ +--- uif.c.orig 2011-04-05 06:22:54.000000000 +1000 ++++ uif.c 2011-06-04 06:02:31.284404600 +1000 +@@ -36,7 +36,7 @@ #include "util.h" #include "output.h" --#ifdef __APPLE__ +-#if defined(__APPLE__) || defined(__OpenBSD__) +#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) #define B460800 460800 #define B500000 500000 #endif -@@ -85,6 +87,7 @@ static void serial_destroy(transport_t tr_base) - free(tr); - } - -+#if defined(__linux__) - static int open_olimex_iso(const char *device) - { - int fd = open(device, O_RDWR | O_NOCTTY); -@@ -112,6 +115,7 @@ static int open_olimex_iso(const char *device) - - return fd; - } -+#endif - - transport_t uif_open(const char *device, uif_type_t type) - { -@@ -138,8 +142,12 @@ transport_t uif_open(const char *device, uif_type_t ty - break; - - case UIF_TYPE_OLIMEX_ISO: -+#if defined(__linux__) - printc("Trying to open Olimex (ISO) on %s...\n", device); - tr->serial_fd = open_olimex_iso(device); -+#else -+ printc_err("uif_open: ioctl TIOCSSERIAL not supported on this platform\n"); -+#endif - break; - } - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 00:50:08 2011 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 70ED6106564A for ; Sat, 4 Jun 2011 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 26ED98FC0A for ; Sat, 4 Jun 2011 00:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p540o8Qt028348 for ; Sat, 4 Jun 2011 00:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p540o7Mi028347; Sat, 4 Jun 2011 00:50:07 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 00:50:07 GMT Resent-Message-Id: <201106040050.p540o7Mi028347@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Andrews Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05940106564A for ; Sat, 4 Jun 2011 00:48:09 +0000 (UTC) (envelope-from mandrews@bit0.com) Received: from magnum.bit0.com (magnum.bit0.com [207.246.88.226]) by mx1.freebsd.org (Postfix) with ESMTP id D2A918FC13 for ; Sat, 4 Jun 2011 00:48:08 +0000 (UTC) Received: from magnum.int.bit0.com (localhost [127.0.0.1]) by magnum.bit0.com (Postfix) with ESMTP id 1A18719059 for ; Fri, 3 Jun 2011 20:28:26 -0400 (EDT) Received: from magnum.bit0.com ([127.0.0.1]) by magnum.int.bit0.com (magnum.int.bit0.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CpWg1hAjODYh for ; Fri, 3 Jun 2011 20:28:24 -0400 (EDT) Received: from beast.int.bit0.com (beast.int.bit0.com [172.27.0.2]) by magnum.bit0.com (Postfix) with ESMTP for ; Fri, 3 Jun 2011 20:28:24 -0400 (EDT) Received: by beast.int.bit0.com (Postfix, from userid 502) id E332641B4; Fri, 3 Jun 2011 20:28:23 -0400 (EDT) Message-Id: <20110604002823.E332641B4@beast.int.bit0.com> Date: Fri, 3 Jun 2011 20:28:23 -0400 (EDT) From: Mike Andrews To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157571: net-mgmt/p5-SNMP_Session crashes when reporting IPv6 errors (patch included) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Andrews List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 00:50:08 -0000 >Number: 157571 >Category: ports >Synopsis: net-mgmt/p5-SNMP_Session crashes when reporting IPv6 errors (patch included) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 00:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mike Andrews >Release: FreeBSD 8.2-STABLE amd64 >Organization: Fark, Inc >Environment: System: FreeBSD beast.int.bit0.com 8.2-STABLE FreeBSD 8.2-STABLE #40: Sat May 28 11:50:25 EDT 2011 mandrews@beast.int.bit0.com:/usr/obj/usr/src/sys/BIT0 amd64 >Description: SNMP_Session.pm uses inet_ntop when reporting failures on IPv6 hosts, but that function isn't being imported from Socket6.pm. >How-To-Repeat: Configure a v6 host in MRTG that is down, and watch MRTG crash when it tries to print its error message. >Fix: In net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm change both instances of Socket6->import(qw(pack_sockaddr_in6 inet_pton getaddrinfo)); to Socket6->import(qw(pack_sockaddr_in6 inet_pton inet_ntop getaddrinfo)); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 00:50:17 2011 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 DF12C106566C; Sat, 4 Jun 2011 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 B7A5F8FC14; Sat, 4 Jun 2011 00:50:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p540oHHD028895; Sat, 4 Jun 2011 00:50:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p540oHN0028886; Sat, 4 Jun 2011 00:50:17 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 00:50:17 GMT Message-Id: <201106040050.p540oHN0028886@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157571: net-mgmt/p5-SNMP_Session crashes when reporting IPv6 errors (patch 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: Sat, 04 Jun 2011 00:50:18 -0000 Synopsis: net-mgmt/p5-SNMP_Session crashes when reporting IPv6 errors (patch included) Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 00:50:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157571 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 05:20:03 2011 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 7F18D106564A for ; Sat, 4 Jun 2011 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 556658FC12 for ; Sat, 4 Jun 2011 05:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p545K3rT076573 for ; Sat, 4 Jun 2011 05:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p545K3Un076572; Sat, 4 Jun 2011 05:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 05:20:03 GMT Resent-Message-Id: <201106040520.p545K3Un076572@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D41E1106566B for ; Sat, 4 Jun 2011 05:13: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 C41648FC12 for ; Sat, 4 Jun 2011 05:13: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 p545Dg0D085552 for ; Sat, 4 Jun 2011 05:13:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p545Dgq2085544; Sat, 4 Jun 2011 05:13:42 GMT (envelope-from nobody) Message-Id: <201106040513.p545Dgq2085544@red.freebsd.org> Date: Sat, 4 Jun 2011 05:13:42 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157572: [patch] update xf86-video-ati to 6.14.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, 04 Jun 2011 05:20:03 -0000 >Number: 157572 >Category: ports >Synopsis: [patch] update xf86-video-ati to 6.14.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: Sat Jun 04 05:20:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 8-stable >Organization: >Environment: FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Jun 1 13:44:44 MDT 2011 root@lightning:/usr/obj/usr/src/sys/LIGHTNING i386 >Description: xf86-video-ati was released on 2011-05-26. This patch updates the port to 6.14.2. The 6.14.1 port patched a couple of files, but those patches have been incorporated upstream and are removed. Thanks to Koop Mast for creating a full patch after I posted vague instructions to freebsd-x11. His patch is at http://people.freebsd.org/~kwm/xf86-video-ati-6.14.2.diff I have recreated it on my own to include here because I needed the practice. >How-To-Repeat: >Fix: Apply patch. Patch attached with submission follows: diff -u -r -N x11-drivers/xf86-video-ati/Makefile x11-drivers/xf86-video-ati-6.14.2/Makefile --- x11-drivers/xf86-video-ati/Makefile 2011-03-27 02:07:35.000000000 -0600 +++ x11-drivers/xf86-video-ati-6.14.2/Makefile 2011-06-03 22:49:49.000000000 -0600 @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-ati -PORTVERSION= 6.14.1 -PORTREVISION= 1 +PORTVERSION= 6.14.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff -u -r -N x11-drivers/xf86-video-ati/Makefile.orig x11-drivers/xf86-video-ati-6.14.2/Makefile.orig --- x11-drivers/xf86-video-ati/Makefile.orig 2011-06-03 22:49:38.000000000 -0600 +++ x11-drivers/xf86-video-ati-6.14.2/Makefile.orig 1969-12-31 17:00:00.000000000 -0700 @@ -1,22 +0,0 @@ -# New ports collection makefile for: xf86-video-ati -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie -# -# $FreeBSD: ports/x11-drivers/xf86-video-ati/Makefile,v 1.27 2011/03/27 08:07:35 kwm Exp $ -# - -PORTNAME= xf86-video-ati -PORTVERSION= 6.14.1 -PORTREVISION= 1 -CATEGORIES= x11-drivers - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org ati display driver - -USE_GL= gl - -XORG_CAT= driver -USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto -MAN4= ati.4x radeon.4x - -.include diff -u -r -N x11-drivers/xf86-video-ati/distinfo x11-drivers/xf86-video-ati-6.14.2/distinfo --- x11-drivers/xf86-video-ati/distinfo 2011-03-25 05:19:15.000000000 -0600 +++ x11-drivers/xf86-video-ati-6.14.2/distinfo 2011-06-03 22:50:14.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (xorg/driver/xf86-video-ati-6.14.1.tar.bz2) = e457285096e1e40f53ae5b58b948906c69add5160cc38ce510f0d15e82d91c75 -SIZE (xorg/driver/xf86-video-ati-6.14.1.tar.bz2) = 1058696 +SHA256 (xorg/driver/xf86-video-ati-6.14.2.tar.bz2) = 017974b622eea3b4483405368492b0c6f178854a9b9753d50e13c578b8a328dc +SIZE (xorg/driver/xf86-video-ati-6.14.2.tar.bz2) = 1072263 diff -u -r -N x11-drivers/xf86-video-ati/files/patch-ums x11-drivers/xf86-video-ati-6.14.2/files/patch-ums --- x11-drivers/xf86-video-ati/files/patch-ums 2011-03-27 02:07:35.000000000 -0600 +++ x11-drivers/xf86-video-ati-6.14.2/files/patch-ums 1969-12-31 17:00:00.000000000 -0700 @@ -1,42 +0,0 @@ -From fe2e0ad3ffa58f40311319c950b842e2928a5740 Mon Sep 17 00:00:00 2001 -From: matthew green -Date: Mon, 21 Mar 2011 16:17:58 +0000 -Subject: bug fix for r6xx/r7xx UMS - -Signed-off-by: Alex Deucher ---- -diff --git a/src/r600_exa.c b/src/r600_exa.c -index 0ed0ced..7736d24 100644 ---- src/r600_exa.c -+++ src/r600_exa.c -@@ -621,8 +621,12 @@ R600PrepareCopy(PixmapPtr pSrc, PixmapPtr pDst, - return FALSE; - - if (accel_state->same_surface == TRUE) { -+#if defined(XF86DRM_MODE) - unsigned height = RADEON_ALIGN(pDst->drawable.height, - drmmode_get_height_align(pScrn, accel_state->dst_obj.tiling_flags)); -+#else -+ unsigned height = pDst->drawable.height; -+#endif - unsigned long size = height * accel_state->dst_obj.pitch * pDst->drawable.bitsPerPixel/8; - - #if defined(XF86DRM_MODE) -diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c -index c886ed0..d247db6 100644 ---- src/radeon_textured_video.c -+++ src/radeon_textured_video.c -@@ -248,7 +248,11 @@ RADEONPutImageTextured(ScrnInfoPtr pScrn, - BoxRec dstBox; - int dst_width = width, dst_height = height; - int aligned_height; -+#ifdef XF86DRM_MODE - int h_align = drmmode_get_height_align(pScrn, 0); -+#else -+ int h_align = 1; -+#endif - /* make the compiler happy */ - s2offset = s3offset = srcPitch2 = 0; - --- -cgit v0.8.3-6-g21f6 diff -u -r -N x11-drivers/xf86-video-ati/patch-src-radeon_driver.c-WB x11-drivers/xf86-video-ati-6.14.2/patch-src-radeon_driver.c-WB --- x11-drivers/xf86-video-ati/patch-src-radeon_driver.c-WB 2011-03-01 13:41:44.000000000 -0700 +++ x11-drivers/xf86-video-ati-6.14.2/patch-src-radeon_driver.c-WB 1969-12-31 17:00:00.000000000 -0700 @@ -1,15 +0,0 @@ ---- src/radeon_driver.c.orig 2011-01-10 16:10:46.000000000 -0700 -+++ src/radeon_driver.c 2011-03-01 13:15:14.000000000 -0700 -@@ -1459,6 +1459,12 @@ - * internal memory map. - * See fdo bug 24301. - */ -+ /* if (mem_size > aper_size) -+ * mem_size = aper_size; -+ */ -+ /* WB: show what's going on here */ -+ ErrorF("WB: mem_size %x, aper_size %x\n", mem_size, aper_size); -+ - if (mem_size > 0x20000000) - mem_size = aper_size; - diff -u -r -N x11-drivers/xf86-video-ati/patch-src-radeon_probe.c x11-drivers/xf86-video-ati-6.14.2/patch-src-radeon_probe.c --- x11-drivers/xf86-video-ati/patch-src-radeon_probe.c 2011-02-07 20:44:18.000000000 -0700 +++ x11-drivers/xf86-video-ati-6.14.2/patch-src-radeon_probe.c 1969-12-31 17:00:00.000000000 -0700 @@ -1,38 +0,0 @@ ---- src/radeon_probe.c.orig 2010-12-01 18:29:50.000000000 -0700 -+++ src/radeon_probe.c 2011-02-07 20:44:11.000000000 -0700 -@@ -81,6 +81,35 @@ - static void - RADEONIdentify(int flags) - { -+ int i, len, count; -+ -+ /* for (i = 0; RADEONChipsets[i].name != NULL; i++) { -+ ErrorF("WB: token: %x - name: %s\n", RADEONChipsets[i].token, RADEONChipsets[i].name); -+ xf86TokenToString(table, token) -+ } -+ ErrorF("WB: sizeof(RADEONChipsets)=%d\n", sizeof(RADEONChipsets)); */ -+ -+ for (i = 0; RADEONChipsets[i].name != NULL; i++); -+ len = --i; -+ ErrorF("WB: %d entries in RADEONChipsets\n", len); -+ SymTabRec wbChipsets[len]; -+ -+ /* remove duplicates */ -+ count = 0; -+ for (i = 0; i <= len; i++) { -+ wbChipsets[count].token = RADEONChipsets[i].token; -+ wbChipsets[count].name = RADEONChipsets[i].name; -+ count++; -+ if (i>0 & !strcmp(RADEONChipsets[i-1].name, RADEONChipsets[i].name)) { -+ count--; -+ } -+ } -+ ErrorF("WB: %d entries in wbChipsets\n", count); -+ for (i = 0; i <= count; i++) { -+ ErrorF("WB: %x - %s\n", wbChipsets[i].token, wbChipsets[i].name); -+ } -+ -+ - xf86PrintChipsets(RADEON_NAME, - "Driver for ATI Radeon chipsets", - RADEONChipsets); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:20:08 2011 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 ADF33106566B for ; Sat, 4 Jun 2011 08:20: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 7A7BC8FC13 for ; Sat, 4 Jun 2011 08:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548K8GQ067643 for ; Sat, 4 Jun 2011 08:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548K8eP067642; Sat, 4 Jun 2011 08:20:08 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 08:20:08 GMT Resent-Message-Id: <201106040820.p548K8eP067642@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 376E6106564A for ; Sat, 4 Jun 2011 08:14:39 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s11.blu0.hotmail.com (blu0-omc1-s11.blu0.hotmail.com [65.55.116.22]) by mx1.freebsd.org (Postfix) with ESMTP id E31578FC1B for ; Sat, 4 Jun 2011 08:14:38 +0000 (UTC) Received: from BLU0-SMTP202 ([65.55.116.8]) by blu0-omc1-s11.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:14:37 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP202.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:14:36 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p548E9Yh074160 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 09:14:09 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p548E8uU074159; Sat, 4 Jun 2011 09:14:08 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 09:14:08 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157573: [PATCH] Fix port: irc/bopm should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 08:20:08 -0000 >Number: 157573 >Category: ports >Synopsis: [PATCH] Fix port: irc/bopm should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 08:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS - While here, correct indentation of CONFIGURE_ARGS Submitted by: Chris Rees (utisoft@gmail.com) --- irc-bopm.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/bopm/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 4 Dec 2010 07:32:12 -0000 1.13 +++ Makefile 2 Jun 2011 18:59:52 -0000 @@ -18,18 +18,18 @@ USE_AUTOTOOLS= libtool LIBTOOLFILES= configure src/libopm/configure -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --localstatedir=${LOGDIR} +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --localstatedir=${LOGDIR} + +USERS= ${PORTNAME} +GROUPS= ${USERS} USE_LDCONFIG= yes USE_RC_SUBR= bopm -SUB_FILES= pkg-message pkg-install pkg-deinstall +SUB_FILES= pkg-message pkg-deinstall PLIST_SUB= LOGDIR=${LOGDIR} SUB_LIST= LOGDIR=${LOGDIR} -pre-su-install: - @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-patch: @${REINPLACE_CMD} \ -e 's,data_DATA = bopm.conf.sample,data_DATA =,g' \ @@ -41,7 +41,6 @@ ${WRKSRC}/bopm.conf.sample post-install: - @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CHOWN} bopm:bopm ${LOGDIR} @${CHMOD} 750 ${LOGDIR} @${CHOWN} bopm:bopm ${PREFIX}/etc/bopm.conf.sample Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 31 Oct 2006 12:00:37 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,48 +0,0 @@ -#!/bin/sh - -# This script is a modified copy of the pkg-install script -# from the ircd-hybrid-ru port. - -PATH=/bin:/usr/bin:/usr/sbin - -#----------------------------------------------------------------------- -if [ "x$2" = "xPRE-INSTALL" ]; then -#----------------------------------------------------------------------- - -USER=bopm -GROUP=${USER} -UID=717 -GID=${UID} -SHELL=/bin/sh -HOMEDIR=/nonexistent -GECOS="Blitzed Open Proxy Monitor" - -if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." -else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." -else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${HOMEDIR} -s ${SHELL} -c "${GECOS}" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -#----------------------------------------------------------------------- -fi -#----------------------------------------------------------------------- - -exit 0 --- irc-bopm.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:20:20 2011 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 ADE9B106566B; Sat, 4 Jun 2011 08:20: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 4BC2E8FC19; Sat, 4 Jun 2011 08:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548KKNE067929; Sat, 4 Jun 2011 08:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548KKNl067920; Sat, 4 Jun 2011 08:20:20 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 08:20:20 GMT Message-Id: <201106040820.p548KKNl067920@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157573: [PATCH] Fix port: irc/bopm should use 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: Sat, 04 Jun 2011 08:20:20 -0000 Synopsis: [PATCH] Fix port: irc/bopm should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 08:20:19 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157573 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:30:12 2011 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 A80011065674 for ; Sat, 4 Jun 2011 08:30: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 7D1AC8FC0C for ; Sat, 4 Jun 2011 08:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548UCZt077040 for ; Sat, 4 Jun 2011 08:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548UC2q077033; Sat, 4 Jun 2011 08:30:12 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 08:30:12 GMT Resent-Message-Id: <201106040830.p548UC2q077033@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 098C9106566C for ; Sat, 4 Jun 2011 08:21:27 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s20.blu0.hotmail.com (blu0-omc1-s20.blu0.hotmail.com [65.55.116.31]) by mx1.freebsd.org (Postfix) with ESMTP id B52B98FC14 for ; Sat, 4 Jun 2011 08:21:26 +0000 (UTC) Received: from BLU0-SMTP181 ([65.55.116.9]) by blu0-omc1-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:21:26 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP181.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:21:24 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p548L00v074600 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 09:21:00 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p548L0Ys074595; Sat, 4 Jun 2011 09:21:00 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 09:21:00 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157574: [PATCH] Fix port: games/conquest should use GROUPS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 08:30:12 -0000 >Number: 157574 >Category: ports >Synopsis: [PATCH] Fix port: games/conquest should use GROUPS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 08:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- games-conquest.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/games/conquest/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 19 Nov 2009 22:07:38 -0000 1.12 +++ Makefile 2 Jun 2011 17:41:36 -0000 @@ -18,6 +18,7 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc/conquest \ --datadir=${LOCALBASE}/share/conquest \ --localstatedir=/var/games +GROUPS= ${PORTNAME} BINGRP= conquest SHAREGRP= conquest MAKE_JOBS_UNSAFE= yes @@ -29,7 +30,6 @@ ${REINPLACE_CMD} "s/-O2 -fPIC//g" ${WRKSRC}/configure do-install: - @${SH} pkg-install ${PORTNAME} PRE-INSTALL ${INSTALL_PROGRAM} -m 2550 ${WRKSRC}/conqai ${PREFIX}/sbin ${INSTALL_PROGRAM} -m 2551 ${WRKSRC}/conqdriv ${PREFIX}/libexec ${INSTALL_PROGRAM} -m 2551 ${WRKSRC}/conqoper ${PREFIX}/sbin Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/games/conquest/pkg-install,v retrieving revision 1.2 diff -u -r1.2 pkg-install --- pkg-install 19 Nov 2002 11:52:40 -0000 1.2 +++ pkg-install 2 Jun 2011 17:40:58 -0000 @@ -1,21 +1,7 @@ #!/bin/sh -[ "${PKG_PREFIX}" ] && PREFIX="${PKG_PREFIX}" -[ "${PREFIX}" ] || PREFIX=/usr/local - case "$2" in - PRE-INSTALL) - if ! pw group show conquest >/dev/null 2>&1 - then - echo "===> Creating group conquest" - pw add group conquest - fi - ;; POST-INSTALL) install -d -o root -g conquest -m 770 /var/games/conquest ;; - *) - echo "Incorrect parameter" - exit 1 - ;; esac --- games-conquest.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:30:13 2011 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 2AE331065676 for ; Sat, 4 Jun 2011 08: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 F41978FC15 for ; Sat, 4 Jun 2011 08:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548UCju077074 for ; Sat, 4 Jun 2011 08:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548UCN2077071; Sat, 4 Jun 2011 08:30:12 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 08:30:12 GMT Resent-Message-Id: <201106040830.p548UCN2077071@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A459106564A for ; Sat, 4 Jun 2011 08:26:41 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s20.blu0.hotmail.com (blu0-omc1-s20.blu0.hotmail.com [65.55.116.31]) by mx1.freebsd.org (Postfix) with ESMTP id 5810B8FC08 for ; Sat, 4 Jun 2011 08:26:41 +0000 (UTC) Received: from BLU0-SMTP146 ([65.55.116.9]) by blu0-omc1-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:26:41 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP146.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:26:39 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p548Q98I075113 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 09:26:10 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p548Q9Vp075112; Sat, 4 Jun 2011 09:26:09 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 09:26:09 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157575: [PATCH] Fix port: biology/distribfold should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 08:30:13 -0000 >Number: 157575 >Category: ports >Synopsis: [PATCH] Fix port: biology/distribfold should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 08:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. It also broke in my Tinderbox because files/*.sh were not marked executable, problem solved by using ${SH} first. >How-To-Repeat: >Fix: - Use USERS and GROUPS - Use ${SH} instead of calling script directly Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that pkg-install has been removed This PR depends on ports/157528 for the UID and GID --- biology-distribfold.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/biology/distribfold/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 16 Apr 2007 11:57:17 -0000 1.15 +++ Makefile 2 Jun 2011 18:00:56 -0000 @@ -34,6 +34,8 @@ # default users DNETFOLD_USER=dnetfold DNETFOLD_GROUP=dnetfold +USERS= ${DNETFOLD_USER} +GROUPS= ${DNETFOLD_GROUP} # default number of processors WITH_NCPU?= 1 @@ -44,11 +46,6 @@ @${REINPLACE_CMD} -E -e 's|%%DESTINATION_DIR%%|${DESTINATION_DIR}/cpu0|' \ ${WRKSRC}/foldit -pre-install: -# create users - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ - ${PKGINSTALL} ${PKGNAME} POST-INSTALL - do-install: # remove any patch scrap files .for ext in bak orig @@ -62,7 +59,7 @@ @${INSTALL_SCRIPT} ${WRKDIR}/distribfold.sh ${PREFIX}/etc/rc.d # for every cpu directory @ncpu=`${CAT} ${WRKDIR}/ncpu` ; \ - for dir in `${FILESDIR}/number_of_dirs.sh $${ncpu}` ; do \ + for dir in `${SH} ${FILESDIR}/number_of_dirs.sh $${ncpu}` ; do \ DESTINATION_DIR=${DESTINATION_DIR}/cpu$${dir} ; \ ${MKDIR} $${DESTINATION_DIR} ; \ ${INSTALL_DATA} ${WRKSRC}/* $${DESTINATION_DIR} ; \ Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 7 Oct 2002 03:07:13 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,41 +0,0 @@ -#! /bin/sh -# -# $FreeBSD: ports/biology/distribfold/pkg-install,v 1.1 2002/10/07 03:07:13 lioux Exp $ -# taken from devel/perforce - -PATH=/bin:/usr/sbin - -DNETFOLD_USER=${DNETFOLD_USER:-dnetfold} -DNETFOLD_GROUP=${DNETFOLD_GROUP:-dnetfold} - -case $2 in -POST-INSTALL) - USER=${DNETFOLD_USER} - GROUP=${DNETFOLD_GROUP} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d /nonexistent -c "distribfold Daemon" -s /sbin/nologin - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - ;; -esac --- biology-distribfold.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:30:13 2011 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 BF8B51065678 for ; Sat, 4 Jun 2011 08: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 94DBD8FC17 for ; Sat, 4 Jun 2011 08:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548UDj8077099 for ; Sat, 4 Jun 2011 08:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548UDi5077093; Sat, 4 Jun 2011 08:30:13 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 08:30:13 GMT Resent-Message-Id: <201106040830.p548UDi5077093@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FEE5106564A for ; Sat, 4 Jun 2011 08:29:47 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s19.blu0.hotmail.com (blu0-omc1-s19.blu0.hotmail.com [65.55.116.30]) by mx1.freebsd.org (Postfix) with ESMTP id 577358FC12 for ; Sat, 4 Jun 2011 08:29:46 +0000 (UTC) Received: from BLU0-SMTP121 ([65.55.116.8]) by blu0-omc1-s19.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:29:46 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP121.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:29:44 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p548TKeI075364 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 09:29:20 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p548TKML075363; Sat, 4 Jun 2011 09:29:20 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 09:29:20 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157576: [PATCH] Fix port: mail/dkfilter should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 08:30:13 -0000 >Number: 157576 >Category: ports >Synopsis: [PATCH] Fix port: mail/dkfilter should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 08:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that files/pkg-install and files/pkg-deinstall.in have been removed. --- mail-dkfilter.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dkfilter/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 27 Jan 2010 13:05:25 -0000 1.10 +++ Makefile 2 Jun 2011 21:31:26 -0000 @@ -24,18 +24,10 @@ USE_PERL5= yes USE_RC_SUBR= dkfilter_in dkfilter_out +USERS= ${DKFILTER_USERNAME} +GROUPS= ${DKFILTER_GROUPNAME} + DKFILTER_USERNAME?= dkfilter -DKFILTER_USERID?= 325 DKFILTER_GROUPNAME?= ${DKFILTER_USERNAME} -DKFILTER_GROUPID?= ${DKFILTER_USERID} - -SUB_FILES= pkg-install pkg-deinstall -SUB_LIST= USER=${DKFILTER_USERNAME} \ - UID=${DKFILTER_USERID} \ - GROUP=${DKFILTER_GROUPNAME} \ - GID=${DKFILTER_GROUPID} - -pre-install: - ${SH} ${PKGINSTALL} ${PREFIX} PRE-INSTALL .include Index: files/pkg-deinstall.in =================================================================== RCS file: files/pkg-deinstall.in diff -N files/pkg-deinstall.in --- files/pkg-deinstall.in 29 Jul 2006 02:07:43 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/mail/dkfilter/files/pkg-deinstall.in,v 1.1 2006/07/29 02:07:43 rafan Exp $ - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USERNAME=%%USER%% - -if pw usershow "${USERNAME}" 2>/dev/null 1>&2; then - echo "To delete ${USERNAME} user permanently, use 'pw userdel \"${USERNAME}\"'" -fi -exit 0 Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 29 Jul 2006 02:07:43 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,36 +0,0 @@ -#! /bin/sh -# -# $FreeBSD: ports/mail/dkfilter/files/pkg-install.in,v 1.1 2006/07/29 02:07:43 rafan Exp $ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in - -PRE-INSTALL) - echo "---> Starting install script:" - - if [ -z "%%USER%%" -o -z "%%GROUP%%" -o \ - -z "%%UID%%" -o -z "%%GID%%" ]; then - echo "ERROR: A required pragma was empty" - exit 1 - fi - - # Create group if required - if pw group show "%%GROUP%%" >/dev/null 2>&1; then - echo "---> Using existing group \"%%GROUP%%\"" - else - echo "---> Adding group \"%%GROUP%%\" (%%GID%%)" - /usr/sbin/pw groupadd %%GROUP%% -g %%GID%% || exit 1 - fi - - # Create user if required - if pw user show "%%USER%%" >/dev/null 2>&1; then - echo "---> Using existing user \"%%USER%%\"" - else - echo "---> Adding user \"%%USER%%\" (%%UID%%)" - pw useradd "%%USER%%" -u "%%UID%%" -g "%%GROUP%%" -h - \ - -d "/nonexistent" -s "/sbin/nologin" -c "DK Filter Owner" || exit 1 - fi - ;; - -esac --- mail-dkfilter.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:30:31 2011 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 310F610656B6; Sat, 4 Jun 2011 08:30: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 097DB8FC14; Sat, 4 Jun 2011 08:30:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548UUKv078385; Sat, 4 Jun 2011 08:30:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548UUa3078373; Sat, 4 Jun 2011 08:30:30 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 08:30:30 GMT Message-Id: <201106040830.p548UUa3078373@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157575: [PATCH] Fix port: biology/distribfold should use 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: Sat, 04 Jun 2011 08:30:31 -0000 Synopsis: [PATCH] Fix port: biology/distribfold should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 08:30:29 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157575 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:30:40 2011 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 EBB64106566C; Sat, 4 Jun 2011 08:30: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 C45348FC12; Sat, 4 Jun 2011 08:30:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548UegM079057; Sat, 4 Jun 2011 08:30:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548Ue5K079045; Sat, 4 Jun 2011 08:30:40 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 08:30:40 GMT Message-Id: <201106040830.p548Ue5K079045@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157576: [PATCH] Fix port: mail/dkfilter should use 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: Sat, 04 Jun 2011 08:30:41 -0000 Synopsis: [PATCH] Fix port: mail/dkfilter should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 08:30:39 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157576 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:40:09 2011 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 B4EDC1065670 for ; Sat, 4 Jun 2011 08: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 8ADF38FC17 for ; Sat, 4 Jun 2011 08:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548e9hO087673 for ; Sat, 4 Jun 2011 08:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548e9BF087672; Sat, 4 Jun 2011 08:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 08:40:09 GMT Resent-Message-Id: <201106040840.p548e9BF087672@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1BB6106566B for ; Sat, 4 Jun 2011 08:35:56 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s24.blu0.hotmail.com (blu0-omc1-s24.blu0.hotmail.com [65.55.116.35]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1A58FC15 for ; Sat, 4 Jun 2011 08:35:56 +0000 (UTC) Received: from BLU0-SMTP48 ([65.55.116.9]) by blu0-omc1-s24.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:35:56 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP48.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:35:54 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p548MpWZ074808 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 09:22:52 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p548MpiN074807; Sat, 4 Jun 2011 09:22:51 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 09:22:51 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157577: Fix port: dns/curvedns should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 08:40:09 -0000 >Number: 157577 >Category: ports >Synopsis: Fix port: dns/curvedns should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 08:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that pkg-install has been removed --- dns-curvedns.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/curvedns/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 25 Mar 2011 20:16:51 -0000 1.2 +++ Makefile 2 Jun 2011 15:09:10 -0000 @@ -22,16 +22,10 @@ CONFIGURE_SCRIPT= configure.nacl ALL_TARGET= # yes, an empty target. -CURVE_USER= bind -CURVE_GROUP= bind -CURVE_UID= 53 -CURVE_GID= 53 - -SUB_FILES= pkg-install pkg-message pkg-deinstall -SUB_LIST= CURVE_USER=${CURVE_USER} \ - CURVE_GROUP=${CURVE_GROUP} \ - CURVE_UID=${CURVE_UID} \ - CURVE_GID=${CURVE_GID} +USERS= bind +GROUPS= bind + +SUB_FILES= pkg-message pkg-deinstall .include @@ -58,7 +52,6 @@ ${CHOWN} -R ${CURVE_UID}:${CURVE_GID} ${PREFIX}/etc/curvedns ${CHMOD} 755 ${PREFIX}/etc/curvedns/run ${PREFIX}/etc/curvedns/log/run ${CHMOD} 0700 ${PREFIX}/etc/curvedns/env - ${SH} ${PKGINSTALL} @${CAT} ${PKGMESSAGE} .include Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 4 Mar 2011 13:45:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/dns/curvedns/files/pkg-install.in,v 1.1 2011/03/04 13:45:40 miwi Exp $ - -if ! pw groupshow %%CURVE_GROUP%% 2>/dev/null 1>&2; then - if pw groupadd %%CURVE_GROUP%% -g %%CURVE_GID%%; then - echo "Added group %%CURVE_GROUP%%" - else - echo "Adding group %%CURVE_GROUP%% failed..." - exit 1 - fi -fi - -if ! pw usershow %%CURVE_USER%% 2>/dev/null 1>&2; then - if pw useradd %%CURVE_USER%% -u %%CURVE_UID%% -g %%CURVE_GROUP%% -h - \ - -s "/usr/sbin/nologin" -d "/" \ - -c "Bind Sandbox"; \ - then - echo "Added user %%CURVE_USER%%" - else - echo "Adding user %%CURVE_USER%% failed..." - exit 1 - fi -fi - -exit 0 --- dns-curvedns.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:40:10 2011 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 0BABC106564A for ; Sat, 4 Jun 2011 08: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 D5F518FC19 for ; Sat, 4 Jun 2011 08:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548e9dl087682 for ; Sat, 4 Jun 2011 08:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548e97I087681; Sat, 4 Jun 2011 08:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 08:40:09 GMT Resent-Message-Id: <201106040840.p548e97I087681@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA902106564A for ; Sat, 4 Jun 2011 08:35:58 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s21.blu0.hotmail.com (blu0-omc1-s21.blu0.hotmail.com [65.55.116.32]) by mx1.freebsd.org (Postfix) with ESMTP id 722A88FC16 for ; Sat, 4 Jun 2011 08:35:58 +0000 (UTC) Received: from BLU0-SMTP48 ([65.55.116.9]) by blu0-omc1-s21.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:35:58 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP48.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:35:56 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p548YDUa075734 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 09:34:14 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p548YDAI075733; Sat, 4 Jun 2011 09:34:13 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 09:34:13 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157578: [PATCH] Fix port: dns/dnrd should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 08:40:10 -0000 >Number: 157578 >Category: ports >Synopsis: [PATCH] Fix port: dns/dnrd should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 08:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS=. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) This depends on ports/157528 for the UIDs patch --- dns-dnrd.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/dnrd/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 21 Aug 2008 06:16:53 -0000 1.30 +++ Makefile 2 Jun 2011 15:16:50 -0000 @@ -28,14 +28,12 @@ DEBUG "Enable debugging" off \ RANDOM "Enable random source port" off -DNRD_USER?= dnrd -DNRD_GROUP?= dnrd +USERS= dnrd +GROUPS= dnrd DNRD_DIR?= ${ETCDIR} SUB_FILES= pkg-install -SUB_LIST+= DNRD_USER=${DNRD_USER} \ - DNRD_GROUP=${DNRD_GROUP} \ - DNRD_DIR=${DNRD_DIR} +SUB_LIST+= DNRD_DIR=${DNRD_DIR} .include @@ -55,10 +53,6 @@ CONFIGURE_ARGS+= --enable-random-src .endif -pre-install: - @${ECHO} "==> Creating custom user to run dnrd..." - @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - do-install: @${ECHO} "==> Creating dnrd directory" @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/dnrd/pkg-install,v retrieving revision 1.1 diff -u -r1.1 pkg-install --- pkg-install 6 Sep 2005 12:10:46 -0000 1.1 +++ pkg-install 2 Jun 2011 15:14:30 -0000 @@ -1,34 +1,9 @@ #!/bin/sh -USER=${DNRDUSER:-dnrd} -GROUP=${USER} SYSCONF_DIR=${SYSCONF_DIR:-${PKG_PREFIX}/etc/dnrd} case $2 in - PRE-INSTALL) - if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/var/empty" \ - -c "DNRD daemon"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; - POST-INSTALL) if [ ! -d ${SYSCONF_DIR} ]; then mkdir -p ${SYSCONF_DIR} --- dns-dnrd.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:40:19 2011 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 8E85D106564A; Sat, 4 Jun 2011 08:40: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 6700A8FC0A; Sat, 4 Jun 2011 08:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548eJBg088362; Sat, 4 Jun 2011 08:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548eJYb088353; Sat, 4 Jun 2011 08:40:19 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 08:40:19 GMT Message-Id: <201106040840.p548eJYb088353@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157577: Fix port: dns/curvedns should use 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: Sat, 04 Jun 2011 08:40:19 -0000 Synopsis: Fix port: dns/curvedns should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 08:40:18 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157577 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 08:40:33 2011 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 49CD910656B4; Sat, 4 Jun 2011 08: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 22A048FC0C; Sat, 4 Jun 2011 08:40:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p548eXJ0090156; Sat, 4 Jun 2011 08:40:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p548eWqT090145; Sat, 4 Jun 2011 08:40:32 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 08:40:32 GMT Message-Id: <201106040840.p548eWqT090145@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157578: [PATCH] Fix port: dns/dnrd should use 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: Sat, 04 Jun 2011 08:40:33 -0000 Synopsis: [PATCH] Fix port: dns/dnrd should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 08:40:32 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157578 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:00:21 2011 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 013241065674 for ; Sat, 4 Jun 2011 09:00:20 +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 BB8838FC14 for ; Sat, 4 Jun 2011 09:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5490Kel005286 for ; Sat, 4 Jun 2011 09:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5490Kpf005284; Sat, 4 Jun 2011 09:00:20 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:00:20 GMT Resent-Message-Id: <201106040900.p5490Kpf005284@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36D2D106566B for ; Sat, 4 Jun 2011 08:58:26 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s18.blu0.hotmail.com (blu0-omc1-s18.blu0.hotmail.com [65.55.116.29]) by mx1.freebsd.org (Postfix) with ESMTP id E248C8FC12 for ; Sat, 4 Jun 2011 08:58:25 +0000 (UTC) Received: from BLU0-SMTP65 ([65.55.116.7]) by blu0-omc1-s18.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:58:25 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP65.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 01:58:24 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p548vo8U078011 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 09:57:50 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p548vnhO078010; Sat, 4 Jun 2011 09:57:49 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 09:57:49 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157579: Fix port: japanese/FreeWnn-server should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:00:21 -0000 >Number: 157579 >Category: ports >Synopsis: Fix port: japanese/FreeWnn-server should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS=. >How-To-Repeat: >Fix: - Use USERS Submitted by: Chris Rees (utisoft@gmail.com) --- japanese-FreeWnn-server.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/FreeWnn-server/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 4 Dec 2010 07:32:13 -0000 1.48 +++ Makefile 2 Jun 2011 20:02:23 -0000 @@ -19,6 +19,8 @@ MAINTAINER= hrs@FreeBSD.org COMMENT?= A Japanese/Chinese/Korean input method (Japanese server) +USERS= wnn + USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf libtool @@ -77,10 +79,6 @@ . endif .endfor -pre-install: - ${SETENV} BATCH=${BATCH} \ - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/FreeWnn-server/files/pkg-install.in,v retrieving revision 1.3 diff -u -r1.3 pkg-install.in --- files/pkg-install.in 2 Jan 2010 14:47:20 -0000 1.3 +++ files/pkg-install.in 2 Jun 2011 20:01:04 -0000 @@ -2,20 +2,6 @@ # $FreeBSD: ports/japanese/FreeWnn-server/files/pkg-install.in,v 1.3 2010/01/02 14:47:20 hrs Exp $ case $2 in -PRE-INSTALL) - if id -u wnn > /dev/null 2>&1; then - echo "INFO: wnn user already exists. FreeWnn will use it." - else - echo "INFO: Creating 'wnn' user..." - if pw useradd wnn -u 69 -g 7 -h - -d /nonexistent \ - -s /nonexistent -c Wnn; then - echo "INFO: Created." - else - echo "ERROR: wnn user cannot create." - exit 1 - fi - fi - ;; POST-INSTALL) case $1 in ja-FreeWnn-*) --- japanese-FreeWnn-server.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:00:31 2011 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 DD85A106564A; Sat, 4 Jun 2011 09:00: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 B5E468FC17; Sat, 4 Jun 2011 09:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5490VSP005552; Sat, 4 Jun 2011 09:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5490Vwx005547; Sat, 4 Jun 2011 09:00:31 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:00:31 GMT Message-Id: <201106040900.p5490Vwx005547@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157579: Fix port: japanese/FreeWnn-server should use 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: Sat, 04 Jun 2011 09:00:31 -0000 Synopsis: Fix port: japanese/FreeWnn-server should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:00:30 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157579 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:10:09 2011 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 E39F8106566B for ; Sat, 4 Jun 2011 09: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 B7B8C8FC15 for ; Sat, 4 Jun 2011 09:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549A9hh014045 for ; Sat, 4 Jun 2011 09:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549A9bS014044; Sat, 4 Jun 2011 09:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:10:09 GMT Resent-Message-Id: <201106040910.p549A9bS014044@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08945106566C for ; Sat, 4 Jun 2011 09:04:00 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s11.blu0.hotmail.com (blu0-omc1-s11.blu0.hotmail.com [65.55.116.22]) by mx1.freebsd.org (Postfix) with ESMTP id B44698FC08 for ; Sat, 4 Jun 2011 09:03:59 +0000 (UTC) Received: from BLU0-SMTP34 ([65.55.116.8]) by blu0-omc1-s11.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:03:58 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP34.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:03:58 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p5493SxM098362 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:03:28 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p5493R5U098361; Sat, 4 Jun 2011 10:03:27 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:03:27 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157580: Fix port: irc/hybserv should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:10:10 -0000 >Number: 157580 >Category: ports >Synopsis: Fix port: irc/hybserv should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that pkg-install has been removed. --- irc-hybserv.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/hybserv/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 21 Mar 2011 07:13:04 -0000 1.18 +++ Makefile 2 Jun 2011 19:03:04 -0000 @@ -16,6 +16,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +USERS= ${PORTNAME} +GROUPS= ${USERS} + WRKSRC= ${WRKDIR}/hybserv .if defined(WITH_DAEMONTOOLS) @@ -23,9 +26,6 @@ RUN_DEPENDS+= supervise:${PORTSDIR}/sysutils/daemontools .endif -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: @${SED} -e "s#%PREFIX%#${PREFIX}#" ${FILESDIR}/hybserv.sh \ > ${WRKDIR}/hybserv.sh Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 31 Mar 2007 12:53:57 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,40 +0,0 @@ -#!/bin/sh - -if [ "x$2" != "xPRE-INSTALL" ]; then - exit 0; -fi - - USER=hybserv - GROUP=${USER} - UID=76 - GID=${UID} - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - if pw usermod ${USER} -d ${NONEXISTENT} - then - echo "Changed home directory of \"${USER}\" to \"${NONEXISTENT}\"" - else - echo "Changing home directory of \"${USER}\" to \"${NONEXISTENT}\" failed..." - exit 1 - fi - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${NONEXISTENT} -s /sbin/nologin -c "HybServ Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi --- irc-hybserv.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:10:10 2011 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 45A7A1065676 for ; Sat, 4 Jun 2011 09: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 1B3A28FC17 for ; Sat, 4 Jun 2011 09:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549A9Pn014054 for ; Sat, 4 Jun 2011 09:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549A9O7014053; Sat, 4 Jun 2011 09:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:10:09 GMT Resent-Message-Id: <201106040910.p549A9O7014053@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A571F1065670 for ; Sat, 4 Jun 2011 09:08:07 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s26.blu0.hotmail.com (blu0-omc1-s26.blu0.hotmail.com [65.55.116.37]) by mx1.freebsd.org (Postfix) with ESMTP id 656418FC08 for ; Sat, 4 Jun 2011 09:08:07 +0000 (UTC) Received: from BLU0-SMTP21 ([65.55.116.9]) by blu0-omc1-s26.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:08:07 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP21.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:08:05 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p5497UuD006097 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:07:31 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p5497UEg006096; Sat, 4 Jun 2011 10:07:30 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:07:30 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157581: Fix port: irc/ircd-ru should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:10:10 -0000 >Number: 157581 >Category: ports >Synopsis: Fix port: irc/ircd-ru should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= It also tries to delete users on deinstall without prompting -- this is a problem if another installed port uses that username. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that pkg-install has been removed. --- irc-ircd-ru.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-ru/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 19 Apr 2010 10:43:24 -0000 1.17 +++ Makefile 2 Jun 2011 19:22:51 -0000 @@ -21,6 +21,9 @@ USE_RC_SUBR= ircd WRKSRC= ${WRKDIR}/ircd-RU-${PORTVERSION}-03-rc +USERS= ircd +GROUPS= ${USERS} + VARDIR= /var PLIST_SUB= VARDIR=${VARDIR} @@ -87,9 +90,6 @@ @${ECHO_MSG} " Edit ${WRKSRC}/include/config.h for specific settings " @${ECHO_MSG} "" -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: @${CHOWN} -R ircd:ircd ${VARDIR}/log/ircd-ru @${CAT} ${PKGMESSAGE} Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 7 Aug 2003 13:14:37 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,68 +0,0 @@ -#!/bin/sh - -# This script is a modified copy of the pkg-install script -# from the original ircd-hybrid port. - -if [ "x$2" != "xPRE-INSTALL" ]; then - exit 0; -fi - - -if ! which -s pw ; then - cat < /dev/null ; then - echo "You already have a group \"$group\", so I will use it." -else - if pw groupshow $gid 2> /dev/null ; then - echo "You already have a gid \"$gid\". Please create a user \"$group\"" - echo "with a default group of \"$group\"." - exit 1 - fi - echo "You need a group \"$group\"." - if which -s pw ; then - pw groupadd $group -g $gid || exit - echo "Done." - else - echo "Please create it, and try again." - if ! pw usershow $user 2> /dev/null ; then - echo "While you're at it, please create a user \"$user\"" - echo 'too, with a default group of "$group".' - fi - exit 1 - fi -fi - -if pw usershow $user 2> /dev/null ; then - echo "You already have a user \"$user\", so I will use it." -else - if pw usershow $uid 2> /dev/null ; then - echo "You already have a uid \"$uid\". Please create a user \"ircd\"" - echo "with a default group of \"$group\"." - exit 1 - fi - echo "You need a user \"$user\"." - if which -s pw; then - pw useradd $user -g $group -u $uid -h - -d $home \ - -s "$shell" -c "$gecos" || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi -fi Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-ru/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 30 Dec 2006 19:49:40 -0000 1.7 +++ pkg-plist 2 Jun 2011 19:24:40 -0000 @@ -28,4 +28,4 @@ @exec chown ircd:ircd %%VARDIR%%/log/ircd-ru @unexec rmdir %%VARDIR%%/log/ircd-ru @unexec rmdir %%VARDIR%%/run/ircd-ru -@unexec (rmdir %D/etc/ircd-ru && pw user del ircd) || echo 'To completely remove this port delete user ircd, group ircd and remove etc/ircd-ru' +@unexec rmdir %D/etc/ircd-ru || echo 'To completely remove this port remove etc/ircd-ru' --- irc-ircd-ru.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:10:21 2011 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 63E2F1065670; Sat, 4 Jun 2011 09:10: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 3C8618FC1C; Sat, 4 Jun 2011 09:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549ALe0014533; Sat, 4 Jun 2011 09:10:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549ALE2014529; Sat, 4 Jun 2011 09:10:21 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:10:21 GMT Message-Id: <201106040910.p549ALE2014529@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157580: Fix port: irc/hybserv should use 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: Sat, 04 Jun 2011 09:10:21 -0000 Synopsis: Fix port: irc/hybserv should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:10:20 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157580 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:10:26 2011 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 E69AE106564A; Sat, 4 Jun 2011 09:10: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 BF6AF8FC08; Sat, 4 Jun 2011 09:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549AQ5a015100; Sat, 4 Jun 2011 09:10:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549AQN8015091; Sat, 4 Jun 2011 09:10:26 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:10:26 GMT Message-Id: <201106040910.p549AQN8015091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157581: Fix port: irc/ircd-ru should use 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: Sat, 04 Jun 2011 09:10:27 -0000 Synopsis: Fix port: irc/ircd-ru should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:10:26 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157581 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:20:11 2011 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 A129210657C5 for ; Sat, 4 Jun 2011 09: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 6D5848FC12 for ; Sat, 4 Jun 2011 09:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549KB1w024393 for ; Sat, 4 Jun 2011 09:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549KBhi024391; Sat, 4 Jun 2011 09:20:11 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:20:11 GMT Resent-Message-Id: <201106040920.p549KBhi024391@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 568F21065672 for ; Sat, 4 Jun 2011 09:17:42 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s9.blu0.hotmail.com (blu0-omc1-s9.blu0.hotmail.com [65.55.116.20]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7C18FC0A for ; Sat, 4 Jun 2011 09:17:41 +0000 (UTC) Received: from BLU0-SMTP30 ([65.55.116.8]) by blu0-omc1-s9.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:17:41 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP30.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:17:39 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549HC5J012960 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:17:12 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549HCOf012959; Sat, 4 Jun 2011 10:17:12 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:17:12 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157582: Fix port: games/ldmud should use USERs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:20:11 -0000 >Number: 157582 >Category: ports >Synopsis: Fix port: games/ldmud should use USERs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-deinstall and pkg-install have been removed. --- games-ldmud.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/games/ldmud/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 20 Nov 2009 22:53:02 -0000 1.8 +++ Makefile 2 Jun 2011 17:44:37 -0000 @@ -20,6 +20,9 @@ MAN1= ldmud.1 MAKE_JOBS_UNSAFE= yes +USERS= mud +GROUPS= ${USERS} + LOGDIR= ${DATADIR} .if defined(MUDLIB) && ${MUDLIB} == lpmud PLIST_SUB+= LPMUD="" MUDLIB="@comment " @@ -55,8 +58,5 @@ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} ${RM} -f ${DOCSDIR}/Makefile .endif - # Run package install script - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} \ - POST-INSTALL .include Index: pkg-deinstall =================================================================== RCS file: pkg-deinstall diff -N pkg-deinstall --- pkg-deinstall 5 Sep 2003 22:26:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/games/ldmud/pkg-deinstall,v 1.1 2003/09/05 22:26:41 glewis Exp $ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=mud - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete MUD user permanently, use 'pw userdel \"${USER}\"'" -fi - -exit 0 Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 5 Sep 2003 22:26:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,37 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/games/ldmud/pkg-install,v 1.1 2003/09/05 22:26:41 glewis Exp $ - -if [ "$2" = "PRE-INSTALL" ]; then - exit 0 -fi - -PATH=/bin:/sbin:/usr/bin:/usr/sbin - -USER=mud -GROUP=${USER} -UID=97 -GID=${UID} - -if pw groupshow "${GROUP}" 2>/dev/null; then - echo "Using existing group \"${GROUP}\"." -else - if pw groupadd "${GROUP}" -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -if pw usershow "${USER}" 2>/dev/null; then - echo "Using existing user \"${USER}\"." -else - if pw useradd "${USER}" -u ${UID} -g "${GROUP}" -h - \ - -s "/bin/sh" -d "/nonexistent" -c "MUD Owner" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi --- games-ldmud.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:20:12 2011 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 2903810657CA for ; Sat, 4 Jun 2011 09:20: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 EE7098FC15 for ; Sat, 4 Jun 2011 09:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549KBU0024403 for ; Sat, 4 Jun 2011 09:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549KBpl024402; Sat, 4 Jun 2011 09:20:11 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:20:11 GMT Resent-Message-Id: <201106040920.p549KBpl024402@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CA671065672 for ; Sat, 4 Jun 2011 09:19:01 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s33.blu0.hotmail.com (blu0-omc1-s33.blu0.hotmail.com [65.55.116.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC598FC13 for ; Sat, 4 Jun 2011 09:19:00 +0000 (UTC) Received: from BLU0-SMTP146 ([65.55.116.9]) by blu0-omc1-s33.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:19:00 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP146.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:18:58 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549IZr8013097 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:18:35 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549IZks013095; Sat, 4 Jun 2011 10:18:35 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:18:35 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157583: Fix port: devel/otrs should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:20:12 -0000 >Number: 157583 >Category: ports >Synopsis: Fix port: devel/otrs should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- devel-otrs.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/devel/otrs/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- Makefile 24 May 2011 11:42:49 -0000 1.43 +++ Makefile 2 Jun 2011 14:22:15 -0000 @@ -53,6 +53,8 @@ USE_BZIP2= yes OTRSDIR= ${PREFIX}/otrs +USERS= ${PORTNAME} +GROUPS= ${USERS} SUB_FILES= pkg-install pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -165,7 +167,6 @@ .endif do-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${ROOT_DIRS_LIST:S!^!${OTRSDIR}/!} ${BIN_DIRS_LIST:S!^!${OTRSDIR}/bin/!} \ ${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!} @${INSTALL_DATA} ${WRKSRC}/.*.dist ${OTRSDIR}/ Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/devel/otrs/files/pkg-install.in,v retrieving revision 1.4 diff -u -r1.4 pkg-install.in --- files/pkg-install.in 5 Dec 2010 13:39:37 -0000 1.4 +++ files/pkg-install.in 2 Jun 2011 14:21:34 -0000 @@ -7,33 +7,8 @@ WWWGRP="www" OTRS_USER="otrs" OTRS_GROUP="otrs" -OTRS_UID=121 -OTRS_GID=121 case $2 in -PRE-INSTALL) - - if ! pw groupshow -n ${OTRS_GROUP} >/dev/null 2>&1; then - if pw groupadd -n ${OTRS_GROUP} -g ${OTRS_GID}; then - echo "Added group \"${OTRS_GROUP}\"." - else - echo "Adding group \"${OTRS_GROUP}\" failed..." - exit 1 - fi - fi - - if ! id -u ${OTRS_USER} >/dev/null 2>&1; then - if pw useradd -n ${OTRS_USER} -g ${OTRS_GROUP} \ - -u ${OTRS_UID} -G ${WWWGRP} -h - -s /bin/csh \ - -d ${PKG_PREFIX}/otrs -c "OTRS Administrator" ; then - echo "Added user \"${OTRS_USER}\"." - else - echo "Adding user \"${OTRS_USER}\" failed..." - exit 1 - fi - fi -;; - POST-INSTALL) ${PKG_PREFIX}/otrs/bin/otrs.SetPermissions.pl \ --web-user=${WWWOWN} --web-group=${WWWGRP} \ --- devel-otrs.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:20:21 2011 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 EC956106566B; Sat, 4 Jun 2011 09: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 C5D228FC13; Sat, 4 Jun 2011 09:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549KLg1024811; Sat, 4 Jun 2011 09:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549KL7Y024807; Sat, 4 Jun 2011 09:20:21 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:20:21 GMT Message-Id: <201106040920.p549KL7Y024807@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157582: Fix port: games/ldmud should use 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: Sat, 04 Jun 2011 09:20:22 -0000 Synopsis: Fix port: games/ldmud should use USERs Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:20:21 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157582 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:20:32 2011 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 700601065670; Sat, 4 Jun 2011 09:20:32 +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 48EA48FC1D; Sat, 4 Jun 2011 09:20:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549KW6r025959; Sat, 4 Jun 2011 09:20:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549KWh0025950; Sat, 4 Jun 2011 09:20:32 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:20:32 GMT Message-Id: <201106040920.p549KWh0025950@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157583: Fix port: devel/otrs should use 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: Sat, 04 Jun 2011 09:20:32 -0000 Synopsis: Fix port: devel/otrs should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:20:31 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157583 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:12 2011 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 F03701065672 for ; Sat, 4 Jun 2011 09:30: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 C40AC8FC20 for ; Sat, 4 Jun 2011 09:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549UCAu032776 for ; Sat, 4 Jun 2011 09:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549UCeB032772; Sat, 4 Jun 2011 09:30:12 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:30:12 GMT Resent-Message-Id: <201106040930.p549UCeB032772@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C2631065675 for ; Sat, 4 Jun 2011 09:20:56 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s29.blu0.hotmail.com (blu0-omc1-s29.blu0.hotmail.com [65.55.116.40]) by mx1.freebsd.org (Postfix) with ESMTP id D16858FC1A for ; Sat, 4 Jun 2011 09:20:55 +0000 (UTC) Received: from BLU0-SMTP109 ([65.55.116.9]) by blu0-omc1-s29.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:20:55 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP109.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:20:53 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549DMJk012578 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:13:23 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549DM4L012577; Sat, 4 Jun 2011 10:13:22 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:13:22 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157584: Fix port: japanese/p5-Mail-SpamAssassin should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:30:13 -0000 >Number: 157584 >Category: ports >Synopsis: Fix port: japanese/p5-Mail-SpamAssassin should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- japanese-p5-Mail-SpamAssassin.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/p5-Mail-SpamAssassin/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 18 Apr 2011 06:55:33 -0000 1.23 +++ Makefile 2 Jun 2011 20:21:53 -0000 @@ -39,6 +39,9 @@ CONFLICTS= p5-Mail-SpamAssassin-[0-9]* +USERS= spamd +GROUPS= ${USERS} + PERL_CONFIGURE= yes USE_PERL5_RUN= 5.8.8+ USE_LDCONFIG= yes Index: pkg-deinstall =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/p5-Mail-SpamAssassin/pkg-deinstall,v retrieving revision 1.3 diff -u -r1.3 pkg-deinstall --- pkg-deinstall 7 Feb 2008 04:42:43 -0000 1.3 +++ pkg-deinstall 2 Jun 2011 20:21:11 -0000 @@ -8,10 +8,4 @@ echo "To delete /var/db/spamassassin, use 'rm -rf /var/db/spamassassin'" fi -USER=spamd - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete ${USER} user permanently, use 'rmuser ${USER}'" -fi - exit 0 Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/p5-Mail-SpamAssassin/pkg-install,v retrieving revision 1.5 diff -u -r1.5 pkg-install --- pkg-install 22 Aug 2010 01:45:23 -0000 1.5 +++ pkg-install 2 Jun 2011 20:20:57 -0000 @@ -1,10 +1,5 @@ #!/bin/sh PKG_PREFIX=${PKG_PREFIX:-/usr/local} -USER=spamd -GROUP=${USER} -UID=58 -GID=${UID} -HOME=/var/spool/${USER} if [ "$2" = "POST-INSTALL" ];then ask() { @@ -32,28 +27,6 @@ echo "Please answer yes or no." done } - if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "${HOME}" \ - -c "SpamAssassin user"; \ - then - echo "Added user \"${USER}\"." - mkdir ${HOME} && chown ${USER}:${GROUP} ${HOME} - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - # Create pid directory mkdir /var/run/spamd 2> /dev/null && chown ${USER}:${GROUP} /var/run/spamd /usr/bin/su root -c "${PKG_PREFIX}/bin/spamassassin -x -L --lint" --- japanese-p5-Mail-SpamAssassin.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:13 2011 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 9430D1065676 for ; Sat, 4 Jun 2011 09: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 6923D8FC22 for ; Sat, 4 Jun 2011 09:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549UDN0032821 for ; Sat, 4 Jun 2011 09:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549UDEo032813; Sat, 4 Jun 2011 09:30:13 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:30:13 GMT Resent-Message-Id: <201106040930.p549UDEo032813@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 578D1106566C for ; Sat, 4 Jun 2011 09:20:58 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s8.blu0.hotmail.com (blu0-omc1-s8.blu0.hotmail.com [65.55.116.19]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3AB8FC21 for ; Sat, 4 Jun 2011 09:20:57 +0000 (UTC) Received: from BLU0-SMTP109 ([65.55.116.9]) by blu0-omc1-s8.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:20:57 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP109.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:20:55 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549FPTB012771 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:15:26 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549FPZH012770; Sat, 4 Jun 2011 10:15:25 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:15:25 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157585: Fix port: java/jboss2 should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:30:13 -0000 >Number: 157585 >Category: ports >Synopsis: Fix port: java/jboss2 should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed --- java-jboss2.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/java/jboss2/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 8 Dec 2009 09:23:20 -0000 1.27 +++ Makefile 2 Jun 2011 20:35:44 -0000 @@ -41,7 +41,8 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/${STARTUP_ORDER}.${STARTUP_SCRIPT_NAME} USER= www GROUP= www -PW?= /usr/sbin/pw +USERS= ${USER} +GROUPS= ${GROUP} STDOUT_LOG= ${LOG_DIR}/stdout.log STDERR_LOG= ${LOG_DIR}/stderr.log AUTO_START?= NO @@ -116,7 +117,6 @@ @${ECHO_CMD} " Logfile stderr: ${STDERR_LOG}" @${ECHO_CMD} " Starting after install: ${AUTO_START}" @${ECHO_CMD} " Stop time-out: ${STOP_TIMEOUT} sec." - @PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL do-install: @${ECHO_CMD} -n ">> Creating destination directory..." Index: pkg-deinstall =================================================================== RCS file: /exports/cvsroot-freebsd/ports/java/jboss2/pkg-deinstall,v retrieving revision 1.1 diff -u -r1.1 pkg-deinstall --- pkg-deinstall 26 Apr 2002 21:54:15 -0000 1.1 +++ pkg-deinstall 2 Jun 2011 20:33:49 -0000 @@ -35,11 +35,4 @@ fi fi -if [ "$2" = "POST-DEINSTALL" ]; then - # If the user exists, then display a message - if pw usershow "www" 2>/dev/null 1>&2; then - echo "To delete the www user permanently, use 'pw userdel www'" - fi -fi - exit 0 Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 26 Apr 2002 21:54:15 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,46 +0,0 @@ -#!/bin/sh -# -# Checks if the 'www' user and group exist. If they don't, then -# an attempt is made to create both. -# -# $FreeBSD: ports/java/jboss2/pkg-install,v 1.1 2002/04/26 21:54:15 znerd Exp $ -# - -# Make sure we're called during the 'make install' process -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -# Set some constants -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -# See if the group already exists -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - - # If not, try to create it - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -# See if the user already exists -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - - # If not, try to create it - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 --- java-jboss2.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:14 2011 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 715EF1065670 for ; Sat, 4 Jun 2011 09: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 463028FC24 for ; Sat, 4 Jun 2011 09:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549UEBa032881 for ; Sat, 4 Jun 2011 09:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549UEDN032878; Sat, 4 Jun 2011 09:30:14 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:30:14 GMT Resent-Message-Id: <201106040930.p549UEDN032878@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49023106566B for ; Sat, 4 Jun 2011 09:21:00 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s21.blu0.hotmail.com (blu0-omc1-s21.blu0.hotmail.com [65.55.116.32]) by mx1.freebsd.org (Postfix) with ESMTP id 004B68FC19 for ; Sat, 4 Jun 2011 09:20:59 +0000 (UTC) Received: from BLU0-SMTP109 ([65.55.116.9]) by blu0-omc1-s21.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:20:59 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP109.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:20:57 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p5495ig7002951 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:05:44 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p5495hT3002943; Sat, 4 Jun 2011 10:05:43 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:05:43 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157586: Fix port: irc/ircd-ratbox-devel should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:30:14 -0000 >Number: 157586 >Category: ports >Synopsis: Fix port: irc/ircd-ratbox-devel should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- irc-ircd-ratbox-devel.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-ratbox-devel/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 28 Jan 2010 21:27:34 -0000 1.25 +++ Makefile 2 Jun 2011 19:17:50 -0000 @@ -28,6 +28,9 @@ USE_PERL5_BUILD= yes USE_LDCONFIG= ${PREFIX}/lib/ircd-ratbox +USERS= ircd +GROUPS= ${USERS} + LOGDIR?= /var/log/${PORTNAME} RUNDIR?= /var/run/${PORTNAME} DBDIR?= /var/db/${PORTNAME} @@ -188,7 +191,6 @@ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} m_rsshortcut.la pre-su-install: - @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL ${MKDIR} ${PREFIX}/etc/${PORTNAME} ${MKDIR} ${DATADIR}/help ${MKDIR} ${PREFIX}/lib/${PORTNAME}/modules Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-ratbox-devel/files/pkg-install.in,v retrieving revision 1.3 diff -u -r1.3 pkg-install.in --- files/pkg-install.in 28 May 2009 19:18:16 -0000 1.3 +++ files/pkg-install.in 2 Jun 2011 19:16:24 -0000 @@ -3,92 +3,11 @@ # Adapted from irc/ircd-hybrid's script # -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - #----------------------------------------------------------------------- if [ "x$2" = "xPRE-INSTALL" ]; then #----------------------------------------------------------------------- -if which -s pw ; then - : -else - cat < /dev/null ; then - echo "You already have a group \"ircd\", so I will use it." -else - if pw groupshow 72 2> /dev/null ; then - echo "You already have a gid \"72\". Please create a user \"ircd\"" - echo "with a default group of \"ircd\"." - exit 1 - fi - echo "You need a group \"ircd\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw groupadd ircd -g 72 || exit - echo "Done." - else - echo "Please create it, and try again." - if ! pw usershow ircd 2> /dev/null ; then - echo "While you're at it, please create a user \"ircd\"" - echo 'too, with a default group of "ircd".' - fi - exit 1 - fi -fi - -if pw usershow ircd 2> /dev/null ; then - echo "You already have a user \"ircd\", so I will use it." -else - if pw usershow 72 2> /dev/null ; then - echo "You already have a uid \"72\". Please create a user \"irc -d\"" - echo "with a default group of \"ircd\"." - exit 1 - fi - echo "You need a user \"ircd\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw useradd ircd -g ircd -u 72 -h - -d /nonexistent \ - -s /nonexistent -c "IRC Daemon" || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi -fi +# ${DO_NADA} #----------------------------------------------------------------------- elif [ "x$2" = "xPOST-INSTALL" ]; then --- irc-ircd-ratbox-devel.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:14 2011 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 EC3EA106567D for ; Sat, 4 Jun 2011 09: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 C13C28FC26 for ; Sat, 4 Jun 2011 09:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549UEKV032898 for ; Sat, 4 Jun 2011 09:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549UEIk032895; Sat, 4 Jun 2011 09:30:14 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:30:14 GMT Resent-Message-Id: <201106040930.p549UEIk032895@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D721C1065670 for ; Sat, 4 Jun 2011 09:21:07 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s37.blu0.hotmail.com (blu0-omc1-s37.blu0.hotmail.com [65.55.116.48]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6C98FC17 for ; Sat, 4 Jun 2011 09:21:07 +0000 (UTC) Received: from BLU0-SMTP162 ([65.55.116.9]) by blu0-omc1-s37.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:21:07 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP162.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:21:05 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549KgPP013340 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:20:43 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549KgZW013339; Sat, 4 Jun 2011 10:20:42 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:20:42 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157587: Fix port: dns/powerdns-recursor should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:30:15 -0000 >Number: 157587 >Category: ports >Synopsis: Fix port: dns/powerdns-recursor should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:30:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install and pkg-deinstall have been removed. --- dns-powerdns-recursor.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/powerdns-recursor/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 30 Sep 2010 05:05:16 -0000 1.22 +++ Makefile 2 Jun 2011 15:27:13 -0000 @@ -41,6 +41,8 @@ .if defined(WITH_SETUID) EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-setuid +USERS= pdns_recursor +GROUPS= pdns .endif .if defined(WITH_LUA) @@ -71,12 +73,6 @@ @${REINPLACE_CMD} -e 's;"/etc/powerdns/";"${PREFIX}/etc/pdns/";' \ ${WRKSRC}/config.h -.if defined(WITH_SETUID) -pre-install: - @${ECHO} "==> Creating custom user to run pdns_recursor..." - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -.endif - post-install: .if !exists(${PREFIX}/etc/pdns/recursor.conf) ${INSTALL_DATA} ${PREFIX}/etc/pdns/recursor.conf-dist \ Index: pkg-deinstall =================================================================== RCS file: pkg-deinstall diff -N pkg-deinstall --- pkg-deinstall 6 Aug 2008 20:48:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -PDNSUSER=${PDNSUSER:-pdns_recursor} -PDNSUID=${PDNSUID:-120} -PDNSGROUP=${PDNSGROUP:-pdns} -PDNSGID=${PDNSGID:-120} - -if pw groupshow "$PDNSGROUP" 2>/dev/null 1>&2; then - echo "To delete the PowerDNS group permanently, use 'pw groupdel ${PDNSGROUP}'" -fi - -if pw usershow "$PDNSUSER" 2>/dev/null 1>&2; then - echo "To delete the PowerDNS user permanently, use 'pw userdel ${PDNSUSER}'" -fi -exit 0 Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 18 Jan 2007 18:57:25 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,32 +0,0 @@ -#!/bin/sh - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -PDNSUSER=${PDNSUSER:-pdns_recursor} -PDNSUID=${PDNSUID:-120} -PDNSGROUP=${PDNSGROUP:-pdns} -PDNSGID=${PDNSGID:-120} - -if ! pw groupshow "$PDNSGROUP" 2>/dev/null 1>&2; then - if pw groupadd $PDNSGROUP -g $PDNSGID; then - echo "=> Added group \"$PDNSGROUP\"." - else - echo "=> Adding group \"$PDNSGROUP\" failed..." - exit 1 - fi -fi - -if ! pw usershow "$PDNSUSER" 2>/dev/null 1>&2; then - if pw useradd $PDNSUSER -u $PDNSUID -g $PDNSGROUP -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "pdns_recursor pseudo-user"; \ - then - echo "=> Added user \"$PDNSUSER\"." - else - echo "=> Adding user \"$PDNSUSER\" failed..." - exit 1 - fi -fi -exit 0 --- dns-powerdns-recursor.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:21 2011 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 233E1106566C for ; Sat, 4 Jun 2011 09:30: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 EC7028FC16 for ; Sat, 4 Jun 2011 09:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549UK0V033070 for ; Sat, 4 Jun 2011 09:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549UK6J033065; Sat, 4 Jun 2011 09:30:20 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:30:20 GMT Resent-Message-Id: <201106040930.p549UK6J033065@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE358106566B for ; Sat, 4 Jun 2011 09:22:27 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s23.blu0.hotmail.com (blu0-omc1-s23.blu0.hotmail.com [65.55.116.34]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5258FC12 for ; Sat, 4 Jun 2011 09:22:27 +0000 (UTC) Received: from BLU0-SMTP185 ([65.55.116.7]) by blu0-omc1-s23.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:22:27 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP185.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:22:25 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549M129013500 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:22:01 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549M0JE013474; Sat, 4 Jun 2011 10:22:00 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:22:00 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157588: Fix port: irc/ptlink-ircd should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:30:21 -0000 >Number: 157588 >Category: ports >Synopsis: Fix port: irc/ptlink-ircd should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:30:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed. --- irc-ptlink-ircd.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ptlink-ircd/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 16 Aug 2009 08:20:29 -0000 1.7 +++ Makefile 2 Jun 2011 19:36:21 -0000 @@ -21,6 +21,9 @@ USE_RC_SUBR= ptlink-ircd.sh SUB_FILES= pkg-message +USERS= ${PORTNAME:L} +GROUPS= ${USERS} + SYSCONFDIR= ${PREFIX}/etc/ptlink-ircd CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR} --localstatedir=/var \ @@ -35,7 +38,6 @@ .endif post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CHOWN} -R ircd:ircd ${SYSCONFDIR} @${CAT} ${PKGMESSAGE} Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 18 Sep 2005 15:22:04 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/irc/ptlink-ircd/pkg-install,v 1.2 2005/09/18 15:22:04 pav Exp $ -# - -case $2 in -POST-INSTALL) - USER=ircd - GROUP=ircd - UID=72 - GID=72 - - if pw groupshow "${GROUP}" > /dev/null 2>&1; then - echo "===> Using existing group ${GROUP}" - else - echo "===> Adding group ${GROUP}" - pw groupadd ${GROUP} -g ${GID} || exit 1 - fi - - if pw usershow "${USER}" > /dev/null 2>&1; then - echo "===> Using existing user ${USER}" - else - echo "===> Adding user ${USER}" - pw adduser ${USER} -u ${UID} -g ${GROUP} -h - -d "/nonexistent" \ - -s "/nonexistent" -c "IRC daemon" || exit 1 - fi - ;; -esac --- irc-ptlink-ircd.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:21 2011 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 AF5FC1065678 for ; Sat, 4 Jun 2011 09:30: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 847D18FC20 for ; Sat, 4 Jun 2011 09:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549ULRX033108 for ; Sat, 4 Jun 2011 09:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549ULYe033102; Sat, 4 Jun 2011 09:30:21 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:30:21 GMT Resent-Message-Id: <201106040930.p549ULYe033102@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 699B51065672 for ; Sat, 4 Jun 2011 09:24:47 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s20.blu0.hotmail.com (blu0-omc1-s20.blu0.hotmail.com [65.55.116.31]) by mx1.freebsd.org (Postfix) with ESMTP id 213618FC1B for ; Sat, 4 Jun 2011 09:24:46 +0000 (UTC) Received: from BLU0-SMTP8 ([65.55.116.9]) by blu0-omc1-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:24:46 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP8.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:24:44 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549OLAB013711 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:24:21 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549OKlK013710; Sat, 4 Jun 2011 10:24:20 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:24:20 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157589: Fix port: irc/ptlink-services should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:30:21 -0000 >Number: 157589 >Category: ports >Synopsis: Fix port: irc/ptlink-services should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:30:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed --- irc-ptlink-services.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ptlink-services/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 19 Mar 2011 13:15:23 -0000 1.12 +++ Makefile 2 Jun 2011 19:44:11 -0000 @@ -21,6 +21,9 @@ USE_PERL5= yes USE_MYSQL= yes +USERS= ircd +GROUPS= ${USERS} + USE_RC_SUBR= ptlink-services.sh SUB_FILES= pkg-message @@ -30,7 +33,6 @@ --with-pidfile=/var/run/ircsvs.pid post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CHOWN} -R ircd:ircd ${SYSCONFDIR} @${CAT} ${PKGMESSAGE} Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 3 Aug 2006 16:57:40 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/irc/ptlink-services/pkg-install,v 1.2 2006/08/03 16:57:40 garga Exp $ -# - -case $2 in -POST-INSTALL) - USER=ircd - GROUP=ircd - UID=72 - GID=72 - - if pw groupshow "${GROUP}" > /dev/null 2>&1; then - echo "===> Using existing group ${GROUP}" - else - echo "===> Adding group ${GROUP}" - pw groupadd ${GROUP} -g ${GID} || exit 1 - fi - - if pw usershow "${USER}" > /dev/null 2>&1; then - echo "===> Using existing user ${USER}" - else - echo "===> Adding user ${USER}" - pw adduser ${USER} -u ${UID} -g ${GROUP} -h - -d "/nonexistent" \ - -s "/nonexistent" -c "IRC daemon" || exit 1 - fi - ;; -esac --- irc-ptlink-services.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:22 2011 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 5245E106564A for ; Sat, 4 Jun 2011 09: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 26FED8FC25 for ; Sat, 4 Jun 2011 09:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549ULio033145 for ; Sat, 4 Jun 2011 09:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549ULoF033137; Sat, 4 Jun 2011 09:30:21 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:30:21 GMT Resent-Message-Id: <201106040930.p549ULoF033137@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3B27106566B for ; Sat, 4 Jun 2011 09:25:58 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s4.blu0.hotmail.com (blu0-omc1-s4.blu0.hotmail.com [65.55.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 9B3928FC0C for ; Sat, 4 Jun 2011 09:25:58 +0000 (UTC) Received: from BLU0-SMTP176 ([65.55.116.8]) by blu0-omc1-s4.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:25:58 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP176.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:25:56 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549PV7m013875 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:25:31 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549PVSB013874; Sat, 4 Jun 2011 10:25:31 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:25:31 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157590: Fix port: irc/ratbox-services should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:30:22 -0000 >Number: 157590 >Category: ports >Synopsis: Fix port: irc/ratbox-services should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:30:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- irc-ratbox-services.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ratbox-services/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 9 Aug 2010 16:25:55 -0000 1.13 +++ Makefile 2 Jun 2011 19:47:22 -0000 @@ -19,6 +19,9 @@ USE_RC_SUBR= ratbox-services.sh +USERS= ircd +GROUPS= ${USERS} + LOGDIR?= /var/log RUNDIR?= /var/run DBDIR?= /var/db/${PORTNAME} @@ -168,7 +171,6 @@ ${WRKSRC}/tools/dbupgrade.pl pre-su-install: - @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL ${MKDIR} ${DATADIR}/help post-install: Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ratbox-services/files/pkg-install.in,v retrieving revision 1.3 diff -u -r1.3 pkg-install.in --- files/pkg-install.in 9 Mar 2010 22:43:15 -0000 1.3 +++ files/pkg-install.in 2 Jun 2011 19:46:53 -0000 @@ -3,92 +3,11 @@ # Adapted from irc/ircd-hybrid's script # -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - #----------------------------------------------------------------------- if [ "x$2" = "xPRE-INSTALL" ]; then #----------------------------------------------------------------------- -if which -s pw ; then - : -else - cat < /dev/null ; then - echo "You already have a group \"ircservices\", so I will use it." -else - if pw groupshow 73 2> /dev/null ; then - echo "You already have a gid \"73\". Please create a user \"ircservices\"" - echo "with a default group of \"ircservices\"." - exit 1 - fi - echo "You need a group \"ircservices\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw groupadd ircservices -g 73 || exit - echo "Done." - else - echo "Please create it, and try again." - if ! pw usershow ircservices 2> /dev/null ; then - echo "While you're at it, please create a user \"ircservices\"" - echo 'too, with a default group of "ircservices".' - fi - exit 1 - fi -fi - -if pw usershow ircservices 2> /dev/null ; then - echo "You already have a user \"ircservices\", so I will use it." -else - if pw usershow 73 2> /dev/null ; then - echo "You already have a uid \"73\". Please create a user \"irc -d\"" - echo "with a default group of \"ircservices\"." - exit 1 - fi - echo "You need a user \"ircservices\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw useradd ircservices -g ircservices -u 73 -h - -d /nonexistent \ - -s /nonexistent -c "IRC services" || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi -fi +# ${DO_NADA} #----------------------------------------------------------------------- elif [ "x$2" = "xPOST-INSTALL" ]; then --- irc-ratbox-services.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:30:28 2011 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 6E5A2106566C; Sat, 4 Jun 2011 09:30: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 46FF58FC16; Sat, 4 Jun 2011 09:30:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549USVD033429; Sat, 4 Jun 2011 09:30:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549USf2033417; Sat, 4 Jun 2011 09:30:28 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:30:28 GMT Message-Id: <201106040930.p549USf2033417@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157584: Fix port: japanese/p5-Mail-SpamAssassin should use 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: Sat, 04 Jun 2011 09:30:28 -0000 Synopsis: Fix port: japanese/p5-Mail-SpamAssassin should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:30:26 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157584 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:31:00 2011 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 07CD4106568E; Sat, 4 Jun 2011 09:31: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 D4CAA8FC13; Sat, 4 Jun 2011 09:30:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549Ux2h035002; Sat, 4 Jun 2011 09:30:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549UxPh034993; Sat, 4 Jun 2011 09:30:59 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:30:59 GMT Message-Id: <201106040930.p549UxPh034993@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157585: Fix port: java/jboss2 should use 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: Sat, 04 Jun 2011 09:31:00 -0000 Synopsis: Fix port: java/jboss2 should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:30:58 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157585 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:31:12 2011 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 4A4011065686; Sat, 4 Jun 2011 09:31:12 +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 22D968FC22; Sat, 4 Jun 2011 09:31:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549VCgs035626; Sat, 4 Jun 2011 09:31:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549VBI7035615; Sat, 4 Jun 2011 09:31:11 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:31:11 GMT Message-Id: <201106040931.p549VBI7035615@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157586: Fix port: irc/ircd-ratbox-devel should use 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: Sat, 04 Jun 2011 09:31:12 -0000 Synopsis: Fix port: irc/ircd-ratbox-devel should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:31:10 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157586 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:31:44 2011 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 6724D106566C; Sat, 4 Jun 2011 09:31: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 3E4208FC17; Sat, 4 Jun 2011 09:31:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549Vi8J037638; Sat, 4 Jun 2011 09:31:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549VibL037627; Sat, 4 Jun 2011 09:31:44 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:31:44 GMT Message-Id: <201106040931.p549VibL037627@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157587: Fix port: dns/powerdns-recursor should use 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: Sat, 04 Jun 2011 09:31:44 -0000 Synopsis: Fix port: dns/powerdns-recursor should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:31:43 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157587 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:32:16 2011 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 100EE1065677; Sat, 4 Jun 2011 09:32: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 C69AE8FC19; Sat, 4 Jun 2011 09:32:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549WF5Q039614; Sat, 4 Jun 2011 09:32:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549WFZw039604; Sat, 4 Jun 2011 09:32:15 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:32:15 GMT Message-Id: <201106040932.p549WFZw039604@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157588: Fix port: irc/ptlink-ircd should use 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: Sat, 04 Jun 2011 09:32:16 -0000 Synopsis: Fix port: irc/ptlink-ircd should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:32:14 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157588 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:32:27 2011 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 80E351065670; Sat, 4 Jun 2011 09:32: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 5978B8FC1C; Sat, 4 Jun 2011 09:32:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549WRKj040082; Sat, 4 Jun 2011 09:32:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549WRu5040073; Sat, 4 Jun 2011 09:32:27 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:32:27 GMT Message-Id: <201106040932.p549WRu5040073@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157589: Fix port: irc/ptlink-services should use 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: Sat, 04 Jun 2011 09:32:27 -0000 Synopsis: Fix port: irc/ptlink-services should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:32:26 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157589 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:32:38 2011 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 72D851065670; Sat, 4 Jun 2011 09:32: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 4BA9C8FC1A; Sat, 4 Jun 2011 09:32:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549WcoK040556; Sat, 4 Jun 2011 09:32:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549WceL040547; Sat, 4 Jun 2011 09:32:38 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:32:38 GMT Message-Id: <201106040932.p549WceL040547@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157590: Fix port: irc/ratbox-services should use 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: Sat, 04 Jun 2011 09:32:38 -0000 Synopsis: Fix port: irc/ratbox-services should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:32:37 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157590 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:40:19 2011 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 DEE43106568D for ; Sat, 4 Jun 2011 09:40: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 B450F8FC14 for ; Sat, 4 Jun 2011 09:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549eJ0Y044256 for ; Sat, 4 Jun 2011 09:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549eJjr044251; Sat, 4 Jun 2011 09:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:40:19 GMT Resent-Message-Id: <201106040940.p549eJjr044251@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91DED1065670 for ; Sat, 4 Jun 2011 09:35:56 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s34.blu0.hotmail.com (blu0-omc1-s34.blu0.hotmail.com [65.55.116.45]) by mx1.freebsd.org (Postfix) with ESMTP id 519B38FC13 for ; Sat, 4 Jun 2011 09:35:56 +0000 (UTC) Received: from BLU0-SMTP130 ([65.55.116.9]) by blu0-omc1-s34.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:35:56 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP130.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:35:54 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549XqUj014399 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:33:52 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549XpMo014398; Sat, 4 Jun 2011 10:33:52 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:33:52 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157591: [PATCH] Fix port: databases/mysql40-server should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:40:20 -0000 >Number: 157591 >Category: ports >Synopsis: [PATCH] Fix port: databases/mysql40-server should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:40:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed. --- databases-mysql40-server.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/databases/mysql40-server/Makefile,v retrieving revision 1.219 diff -u -r1.219 Makefile --- Makefile 8 Feb 2011 12:01:34 -0000 1.219 +++ Makefile 2 Jun 2011 12:51:24 -0000 @@ -78,6 +78,9 @@ # MySQL-Server part .if !defined(CLIENT_ONLY) && !defined(SCRIPTS_ONLY) +USERS= ${PORTNAME} +GROUPS= ${USERS} + USE_MYSQL= yes WANT_MYSQL_VER= 40 @@ -121,11 +124,6 @@ @${REINPLACE_CMD} -e 's|\&\& defined(__GNUC__)|\&\& defined(__GNUC__) \&\& 0|' \ ${WRKSRC}/include/my_global.h -post-install: -.if !defined(PACKAGE_BUILDING) - @${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - .else # MySQL-Client part .if defined(CLIENT_ONLY) Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 14 Mar 2005 10:52:45 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac --- databases-mysql40-server.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:40:20 2011 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 3B6011065670 for ; Sat, 4 Jun 2011 09:40:20 +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 110288FC18 for ; Sat, 4 Jun 2011 09:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549eJ6d044267 for ; Sat, 4 Jun 2011 09:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549eJ9k044264; Sat, 4 Jun 2011 09:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:40:19 GMT Resent-Message-Id: <201106040940.p549eJ9k044264@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74892106566C for ; Sat, 4 Jun 2011 09:37:08 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s27.blu0.hotmail.com (blu0-omc1-s27.blu0.hotmail.com [65.55.116.38]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0A18FC19 for ; Sat, 4 Jun 2011 09:37:07 +0000 (UTC) Received: from BLU0-SMTP194 ([65.55.116.9]) by blu0-omc1-s27.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:37:07 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP194.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:37:05 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549afGo014625 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:36:41 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549ae54014624; Sat, 4 Jun 2011 10:36:40 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:36:40 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157592: [PATCH] Fix port: games/pvpgn should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:40:20 -0000 >Number: 157592 >Category: ports >Synopsis: [PATCH] Fix port: games/pvpgn should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:40:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- games-pvpgn.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/games/pvpgn/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1 Mar 2009 08:10:58 -0000 1.13 +++ Makefile 2 Jun 2011 18:16:49 -0000 @@ -23,6 +23,9 @@ USE_GMAKE= yes SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' +USERS= bnetd +GROUPS= ${USERS} + RC_DIR= ${PREFIX}/etc/rc.d RC_SUFX= .sh SED_SCRIPT+= -e 's|%%RC_DIR%%|${RC_DIR}|g' \ Index: pkg-deinstall =================================================================== RCS file: /exports/cvsroot-freebsd/ports/games/pvpgn/pkg-deinstall,v retrieving revision 1.1 diff -u -r1.1 pkg-deinstall --- pkg-deinstall 20 Jan 2005 13:46:41 -0000 1.1 +++ pkg-deinstall 2 Jun 2011 18:17:45 -0000 @@ -4,18 +4,9 @@ exit 0 fi -USER=bnetd LOGDIR=/var/log/pvpgn PIDDIR=/var/run/pvpgn -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete PvPGN user permanently, use 'pw userdel ${USER}'" -fi - -if pw groupshow "${USER}" 2>/dev/null 1>&2; then - echo "To delete PvPGN group permanently, use 'pw groupdel ${USER}'" -fi - rm -Rf ${PIDDIR} echo "If you wish to delete pvpgn data and log files, " Index: pkg-install =================================================================== RCS file: /exports/cvsroot-freebsd/ports/games/pvpgn/pkg-install,v retrieving revision 1.2 diff -u -r1.2 pkg-install --- pkg-install 4 Sep 2005 12:18:18 -0000 1.2 +++ pkg-install 2 Jun 2011 18:16:04 -0000 @@ -6,38 +6,11 @@ POST-INSTALL) USER=bnetd GROUP=${USER} - UID=700 - GID=${UID} - HOME_DIR=/nonexistent LOGDIR=/var/log/pvpgn PIDDIR=/var/run/pvpgn PKGNAME=$1 PVPGN_CONFDIR=${PKG_PREFIX:-/usr/local}/etc/pvpgn - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${HOME_DIR} -s /sbin/nologin -c "Bnetd user" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - mkdir -p %%PVPGN_DIR%%/bak/charinfo mkdir -p %%PVPGN_DIR%%/bak/charsave mkdir -p %%PVPGN_DIR%%/bnmail --- games-pvpgn.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:40:37 2011 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 6A324106578F; Sat, 4 Jun 2011 09:40: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 42A3B8FC1C; Sat, 4 Jun 2011 09:40:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549ebCv045980; Sat, 4 Jun 2011 09:40:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549ebOm045976; Sat, 4 Jun 2011 09:40:37 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:40:37 GMT Message-Id: <201106040940.p549ebOm045976@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157591: [PATCH] Fix port: databases/mysql40-server should use 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: Sat, 04 Jun 2011 09:40:37 -0000 Synopsis: [PATCH] Fix port: databases/mysql40-server should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:40:36 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157591 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:40:43 2011 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 664B81065798; Sat, 4 Jun 2011 09:40:43 +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 3E0258FC0A; Sat, 4 Jun 2011 09:40:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549egrc046682; Sat, 4 Jun 2011 09:40:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549eg4Z046673; Sat, 4 Jun 2011 09:40:42 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:40:42 GMT Message-Id: <201106040940.p549eg4Z046673@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157592: [PATCH] Fix port: games/pvpgn should use 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: Sat, 04 Jun 2011 09:40:43 -0000 Synopsis: [PATCH] Fix port: games/pvpgn should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:40:42 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157592 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:50:11 2011 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 25DEB1065673 for ; Sat, 4 Jun 2011 09: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 EEC1B8FC13 for ; Sat, 4 Jun 2011 09:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549oAMM053292 for ; Sat, 4 Jun 2011 09:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549oAQC053291; Sat, 4 Jun 2011 09:50:10 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:50:10 GMT Resent-Message-Id: <201106040950.p549oAQC053291@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5911E106564A for ; Sat, 4 Jun 2011 09:40:52 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s32.blu0.hotmail.com (blu0-omc1-s32.blu0.hotmail.com [65.55.116.43]) by mx1.freebsd.org (Postfix) with ESMTP id 190138FC22 for ; Sat, 4 Jun 2011 09:40:51 +0000 (UTC) Received: from BLU0-SMTP63 ([65.55.116.8]) by blu0-omc1-s32.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:40:51 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP63.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:40:50 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549ePmj014962 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:40:25 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549eOXx014961; Sat, 4 Jun 2011 10:40:24 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:40:24 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157593: [PATCH] Fix port: devel/fossology should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:50:11 -0000 >Number: 157593 >Category: ports >Synopsis: [PATCH] Fix port: devel/fossology should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= I've attached the most likely fix, however I've been unable to tinderbox it because it's marked BROKEN. I will send an email out to ports@ to see if anyone's interested otherwise it should be deprecated. >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- devel-fossology.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/devel/fossology/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2 May 2011 12:44:31 -0000 1.7 +++ Makefile 2 Jun 2011 14:18:42 -0000 @@ -40,6 +40,8 @@ BROKEN= does not compile +USERS= fossy +GROUPS= ${USERS} USE_APACHE= 2.0+ USE_CDRTOOLS= yes USE_GMAKE= yes Index: files/patch-common__fo-postinstall.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/devel/fossology/files/patch-common__fo-postinstall.in,v retrieving revision 1.1 diff -u -r1.1 patch-common__fo-postinstall.in --- files/patch-common__fo-postinstall.in 24 Jul 2009 06:30:56 -0000 1.1 +++ files/patch-common__fo-postinstall.in 2 Jun 2011 14:17:01 -0000 @@ -1,100 +1,116 @@ ---- common/fo-postinstall.in.orig 2009-07-13 21:51:17.000000000 +0000 -+++ common/fo-postinstall.in 2009-07-15 00:37:37.000000000 +0000 -@@ -8,22 +8,15 @@ +--- common/fo-postinstall.in 2011-06-02 15:16:35.611277082 +0100 ++++ common/fo-postinstall.in.orig 2011-06-02 15:12:07.679891820 +0100 +@@ -7,14 +7,23 @@ + # idempotent, meaning that running it repeatedly will still do the # right thing, regardless of the success of previous runs. - ## Options parsing and setup --# parse options --OPTS=`getopt -o adwseoh --long agent,database,web,web-only,scheduler,scheduler-only,everything,overwrite,help -n 'fo-postinstall' -- "$@"` - --if [ $? != 0 ]; then -- echo "ERROR: Bad option specified." -- OPTS="--help" --fi -- --eval set -- "$OPTS" -+# FIXME: joint options do not work (i.e. "-as" instead of "-a -s") +-# FIXME: joint options do not work (i.e. "-as" instead of "-a -s") ++## Options parsing and setup ++# parse options ++OPTS=`getopt -o adwseoh --long agent,database,web,web-only,scheduler,scheduler-only,everything,overwrite,help -n 'fo-postinstall' -- "$@"` ++ ++if [ $? != 0 ]; then ++ echo "ERROR: Bad option specified." ++ OPTS="--help" ++fi ++ ++eval set -- "$OPTS" # if no options or just -o then do everything --if [ "$OPTS" = " --" -o "$OPTS" = " -o --" ]; then -+if [ $# -eq 0 -o "$1" = "-o" ]; then +-if [ $# -eq 0 -o "$1" = "-o" ]; then ++if [ "$OPTS" = " --" -o "$OPTS" = " -o --" ]; then EVERYTHING=1 fi --while true; do -+while [ $# -gt 0 ]; do +-while [ $# -gt 0 ]; do ++while true; do case "$1" in -a|--agent) AGENT=1; shift;; -d|--database) DATABASE=1; shift;; -@@ -105,15 +98,10 @@ - echo "*** Creating user and group ***" +@@ -93,12 +102,53 @@ + # documentation. - # check for group -- if grep -q "^{$PROJECTGROUP}:" /etc/group; then -+ if pw groupshow {$PROJECTGROUP} 2>/dev/null 1>&2; then - echo "NOTE: group '{$PROJECTGROUP}' already exists, good." - else -- # use addgroup if it exists since it supports --system -- if [ -f /usr/sbin/addgroup -a ! -L /usr/sbin/addgroup ]; then -- addgroup --system {$PROJECTGROUP} -- else -- groupadd {$PROJECTGROUP} -- fi -+ pw groupadd {$PROJECTGROUP} -g 901 - if [ "$?" != "0" ] ; then - echo "ERROR: Unable to create group '{$PROJECTGROUP}'" - exit 1 -@@ -123,25 +111,18 @@ - fi - - # check for user -- if grep -q "^{$PROJECTUSER}:" /etc/passwd; then -+ if pw usershow {$PROJECTUSER} 2>/dev/null 1>&2; then - echo "NOTE: user '{$PROJECTUSER}' already exists, good." - USERSHELL=`grep "^{$PROJECTUSER}:" /etc/passwd |cut -d: -f 7` -- if [ "$USERSHELL" = "/bin/false" ]; then -+ if [ "$USERSHELL" = "/usr/sbin/nologin" ]; then - echo "ERROR: {$PROJECTUSER} shell must be a real shell" - exit 1 - fi - else - # ensure that the full parent path of the HOME exists first - mkdir -p $\{REPO%/*/*\} -- # use adduser if it exists since it supports --system, but -- # not if it's a symlink (probably to /usr/sbin/useradd) -- if [ -f /usr/sbin/adduser -a ! -L /usr/sbin/adduser ]; then -- adduser --gecos "{$PROJECT}" --ingroup {$PROJECTGROUP} --system \ -- --shell /bin/bash --home "$\{REPO%/*\}" {$PROJECTUSER} -- else -- useradd -c "{$PROJECT}" -g {$PROJECTGROUP} -m \ -- -s /bin/bash -d "$\{REPO%/*\}" {$PROJECTUSER} -- fi -+ pw useradd {$PROJECTUSER} -u 901 -g {$PROJECTGROUP} -h - \ -+ -s "/bin/bash" -d "$\{REPO%/*\}" -c "FOSSology user" - if [ "$?" != "0" ] ; then - echo "ERROR: Unable to create user '{$PROJECTUSER}'" - exit 1 -@@ -284,19 +265,12 @@ - echo "*** Setting up the web interface ***" - - # See if web server user exists, if so add to the group. -- # check for www-data (Debian, etc) -- grep -q "^www-data:" /etc/passwd -- if [ $? == 0 ] ; then -- echo "NOTE: Adding user www-data to group {$PROJECTGROUP}" -- # this is smart enough to not add multiple times so it's ok to repeat -- usermod -G {$PROJECTGROUP} -a www-data -- fi -- # check for apache (RHEL/CentOS, etc) -- grep -q "^apache:" /etc/passwd -+ # check for www (FreeBSD) -+ grep -q "^www:" /etc/passwd - if [ $? == 0 ] ; then -- echo "NOTE: Adding user apache to group {$PROJECTGROUP}" -+ echo "NOTE: Adding user www to group {$PROJECTGROUP}" - # this is smart enough to not add multiple times so it's ok to repeat -- usermod -G {$PROJECTGROUP} -a apache -+ pw groupmod {$PROJECTGROUP} -m www - fi + # Make sure the user and group exist, if not then create +- +- # We do this in the port Makefile +- +- #echo "*** Creating user and group ***" ++ echo "*** Creating user and group ***" - fi # end of WEBONLY + # check for group ++ if grep -q "^{$PROJECTGROUP}:" /etc/group; then ++ echo "NOTE: group '{$PROJECTGROUP}' already exists, good." ++ else ++ # use addgroup if it exists since it supports --system ++ if [ -f /usr/sbin/addgroup -a ! -L /usr/sbin/addgroup ]; then ++ addgroup --system {$PROJECTGROUP} ++ else ++ groupadd {$PROJECTGROUP} ++ fi ++ if [ "$?" != "0" ] ; then ++ echo "ERROR: Unable to create group '{$PROJECTGROUP}'" ++ exit 1 ++ else ++ echo "NOTE: group '{$PROJECTGROUP}' created" ++ fi ++ fi ++ ++ # check for user ++ if grep -q "^{$PROJECTUSER}:" /etc/passwd; then ++ echo "NOTE: user '{$PROJECTUSER}' already exists, good." ++ USERSHELL=`grep "^{$PROJECTUSER}:" /etc/passwd |cut -d: -f 7` ++ if [ "$USERSHELL" = "/bin/false" ]; then ++ echo "ERROR: {$PROJECTUSER} shell must be a real shell" ++ exit 1 ++ fi ++ else ++ # ensure that the full parent path of the HOME exists first ++ mkdir -p $\{REPO%/*/*\} ++ # use adduser if it exists since it supports --system, but ++ # not if it's a symlink (probably to /usr/sbin/useradd) ++ if [ -f /usr/sbin/adduser -a ! -L /usr/sbin/adduser ]; then ++ adduser --gecos "{$PROJECT}" --ingroup {$PROJECTGROUP} --system \ ++ --shell /bin/bash --home "$\{REPO%/*\}" {$PROJECTUSER} ++ else ++ useradd -c "{$PROJECT}" -g {$PROJECTGROUP} -m \ ++ -s /bin/bash -d "$\{REPO%/*\}" {$PROJECTUSER} ++ fi ++ if [ "$?" != "0" ] ; then ++ echo "ERROR: Unable to create user '{$PROJECTUSER}'" ++ exit 1 ++ else ++ echo "NOTE: user '{$PROJECTUSER}' created" ++ fi ++ fi + + ## check for existance/ownership/permissions of needed directories + echo "*** Making sure needed dirs exist with right ownership/permissions ***" +@@ -230,5 +280,28 @@ + + ######################################################################## + ++if [ $WEBONLY ]; then ++ echo "*** Setting up the web interface ***" ++ ++ # See if web server user exists, if so add to the group. ++ # check for www-data (Debian, etc) ++ grep -q "^www-data:" /etc/passwd ++ if [ $? == 0 ] ; then ++ echo "NOTE: Adding user www-data to group {$PROJECTGROUP}" ++ # this is smart enough to not add multiple times so it's ok to repeat ++ usermod -G {$PROJECTGROUP} -a www-data ++ fi ++ # check for apache (RHEL/CentOS, etc) ++ grep -q "^apache:" /etc/passwd ++ if [ $? == 0 ] ; then ++ echo "NOTE: Adding user apache to group {$PROJECTGROUP}" ++ # this is smart enough to not add multiple times so it's ok to repeat ++ usermod -G {$PROJECTGROUP} -a apache ++ fi ++ ++fi # end of WEBONLY ++ ++######################################################################## ++ + echo "FOSSology postinstall complete, but sure to complete the remaining" + echo " steps in the INSTALL instructions." --- devel-fossology.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:50:11 2011 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 81695106566B for ; Sat, 4 Jun 2011 09: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 56BFA8FC16 for ; Sat, 4 Jun 2011 09:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549oB8o053301 for ; Sat, 4 Jun 2011 09:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549oBv8053300; Sat, 4 Jun 2011 09:50:11 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 09:50:11 GMT Resent-Message-Id: <201106040950.p549oBv8053300@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12658106567E for ; Sat, 4 Jun 2011 09:42:48 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s11.blu0.hotmail.com (blu0-omc1-s11.blu0.hotmail.com [65.55.116.22]) by mx1.freebsd.org (Postfix) with ESMTP id C6E4C8FC08 for ; Sat, 4 Jun 2011 09:42:47 +0000 (UTC) Received: from BLU0-SMTP149 ([65.55.116.9]) by blu0-omc1-s11.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:42:47 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP149.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:42:45 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549gKaS015152 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:42:20 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549gJ1x015151; Sat, 4 Jun 2011 10:42:19 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:42:19 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157594: Fix port: devel/py-gitosis should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 09:50:11 -0000 >Number: 157594 >Category: ports >Synopsis: Fix port: devel/py-gitosis should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 09:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed --- devel-py-gitosis.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/devel/py-gitosis/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 15 Jan 2011 15:33:32 -0000 1.5 +++ Makefile 2 Jun 2011 14:55:56 -0000 @@ -22,15 +22,12 @@ USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USERS= git +GROUPS= ${USERS} WRKSRC= ${WRKDIR}/${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} -pre-su-install: - @${SETENV} PKG_PREFIX=${PREFIX} GITUSER=${GITUSER} \ - GITGROUP=${GITGROUP} GITHOME=${GITHOME} \ - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${CHMOD} +x ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update @${CAT} ${PKGMESSAGE} Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 15 Sep 2009 08:23:25 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,43 +0,0 @@ -#!/bin/sh - -# $FreeBSD: ports/devel/py-gitosis/pkg-install,v 1.1 2009/09/15 08:23:25 nivit Exp $ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -PRE-INSTALL) - GITUSER=${GITUSER:-git} - GITGROUP=${GITGROUP:-git} - GITHOME=${GITHOME:-${PKG_PREFIX}/${GITUSER}} - UID=211 - GID=211 - - if pw group show "${GITGROUP}" 2>/dev/null; then - echo "You already have a group \"${GITGROUP}\", so I will use it." - else - if pw groupadd ${GITGROUP} -g ${GID}; then - echo "Added group \"${GITGROUP}\"." - else - echo "Adding group \"${GITGROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${GITUSER}" 2>/dev/null; then - echo "You already have a user \"${GITUSER}\", so I will use it." - else - if pw useradd ${GITUSER} -u ${UID} -g ${GITGROUP} -h - -d ${GITHOME} \ - -c "gitosis user" - then - echo "Added user \"${GITUSER}\"." - else - echo "Adding user \"${GITUSER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${GITUSER} ] ; then - install -m 755 -o ${GITUSER} -g ${GITGROUP} -d ${GITHOME} - fi - ;; -esac --- devel-py-gitosis.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:50:22 2011 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 E78B410656B3; Sat, 4 Jun 2011 09: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 BFE348FC14; Sat, 4 Jun 2011 09:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549oM1B053939; Sat, 4 Jun 2011 09:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549oM0C053935; Sat, 4 Jun 2011 09:50:22 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:50:22 GMT Message-Id: <201106040950.p549oM0C053935@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157593: [PATCH] Fix port: devel/fossology should use 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: Sat, 04 Jun 2011 09:50:23 -0000 Synopsis: [PATCH] Fix port: devel/fossology should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:50:21 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157593 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 09:50:29 2011 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 0D32A1065675; Sat, 4 Jun 2011 09:50: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 DA18F8FC18; Sat, 4 Jun 2011 09:50:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p549oSdW054475; Sat, 4 Jun 2011 09:50:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p549oSkw054466; Sat, 4 Jun 2011 09:50:28 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 09:50:28 GMT Message-Id: <201106040950.p549oSkw054466@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157594: Fix port: devel/py-gitosis should use 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: Sat, 04 Jun 2011 09:50:29 -0000 Synopsis: Fix port: devel/py-gitosis should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 09:50:28 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157594 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:00:27 2011 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 2B6831065673 for ; Sat, 4 Jun 2011 10: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 00A688FC1C for ; Sat, 4 Jun 2011 10:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54A0QLX061918 for ; Sat, 4 Jun 2011 10:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54A0Q6u061917; Sat, 4 Jun 2011 10:00:26 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 10:00:26 GMT Resent-Message-Id: <201106041000.p54A0Q6u061917@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2694E106564A for ; Sat, 4 Jun 2011 09:51:39 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s35.blu0.hotmail.com (blu0-omc1-s35.blu0.hotmail.com [65.55.116.46]) by mx1.freebsd.org (Postfix) with ESMTP id D22178FC13 for ; Sat, 4 Jun 2011 09:51:38 +0000 (UTC) Received: from BLU0-SMTP47 ([65.55.116.8]) by blu0-omc1-s35.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:51:38 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP47.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 02:51:37 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p549pDa1015735 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 10:51:13 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p549pCmK015734; Sat, 4 Jun 2011 10:51:12 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 10:51:12 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157595: [PATCH] Fix port: devel/py-mercurialserver should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 10:00:27 -0000 >Number: 157595 >Category: ports >Synopsis: [PATCH] Fix port: devel/py-mercurialserver should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 10:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS - Rename CONF_FILES to avoid conflict with incoming feature Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed --- devel-py-mercurialserver.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/devel/py-mercurialserver/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 14 Feb 2011 03:13:18 -0000 1.2 +++ Makefile 2 Jun 2011 15:03:31 -0000 @@ -24,13 +24,15 @@ HGUSER= hg HGGROUP= hg +USERS= ${HGUSER} +GROUPS= ${HGGROUP} USE_PYTHON= 2.6+ USE_PYDISTUTILS=YES PYDISTUTILS_PKGNAME=${SNAME} PYDISTUTILS_PKGVERSION=${SVERSION} -CONF_FILES= access.conf \ +HGSVCONF_FILES= access.conf \ remote-hgrc.d/access.rc \ remote-hgrc.d/logging.rc @@ -38,16 +40,11 @@ pre-patch: ${SED} -I .orig -e "s#/etc/mercurial-server/#${PREFIX}/etc/${PORTNAME}/#" ${WRKSRC}/src/init/dot-mercurial-server -pre-su-install: - @${SETENV} PKG_PREFIX=${PREFIX} GITUSER=${HGUSER} \ - GITGROUP=${HGGROUP} GITHOME=${HGHOME} \ - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${MKDIR} ${PREFIX}/etc/${PORTNAME}/remote-hgrc.d ${MKDIR} ${PREFIX}/etc/${PORTNAME}/keys/users ${MKDIR} ${PREFIX}/etc/${PORTNAME}/keys/root -.for i in ${CONF_FILES} +.for i in ${HGSVCONF_FILES} ${INSTALL_DATA} ${WRKSRC}/src/init/conf/${i} ${PREFIX}/etc/${PORTNAME}/${i} .endfor ${MV} ${PREFIX}/hg/dot-mercurial-server ${PREFIX}/hg/.mercurial-server Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 27 Nov 2010 02:07:50 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,43 +0,0 @@ -#!/bin/sh - -# $FreeBSD: ports/devel/py-mercurialserver/pkg-install,v 1.1 2010/11/27 02:07:50 pgollucci Exp $ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -PRE-INSTALL) - HGUSER=${HGUSER:-hg} - HGGROUP=${HGGROUP:-hg} - HGHOME=${HGHOME:-${PKG_PREFIX}/${HGUSER}} - UID=212 - GID=212 - - if pw group show "${HGGROUP}" 2>/dev/null; then - echo "You already have a group \"${HGGROUP}\", so I will use it." - else - if pw groupadd ${HGGROUP} -g ${GID}; then - echo "Added group \"${HGGROUP}\"." - else - echo "Adding group \"${HGGROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${HGUSER}" 2>/dev/null; then - echo "You already have a user \"${HGUSER}\", so I will use it." - else - if pw useradd ${HGUSER} -u ${UID} -g ${HGGROUP} -h - -d ${HGHOME} \ - -c "mercurial-server user" - then - echo "Added user \"${HGUSER}\"." - else - echo "Adding user \"${HGUSER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${HGUSER} ] ; then - install -m 755 -o ${HGUSER} -g ${HGGROUP} -d ${HGHOME} - fi - ;; -esac --- devel-py-mercurialserver.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:00:38 2011 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 659EF1065676; Sat, 4 Jun 2011 10: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 3E2458FC20; Sat, 4 Jun 2011 10:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54A0c1A062463; Sat, 4 Jun 2011 10:00:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54A0cm4062454; Sat, 4 Jun 2011 10:00:38 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 10:00:38 GMT Message-Id: <201106041000.p54A0cm4062454@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157595: [PATCH] Fix port: devel/py-mercurialserver should use 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: Sat, 04 Jun 2011 10:00:38 -0000 Synopsis: [PATCH] Fix port: devel/py-mercurialserver should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 10:00:37 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157595 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:20:11 2011 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 41FB71065675 for ; Sat, 4 Jun 2011 10: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 C9F2F8FC15 for ; Sat, 4 Jun 2011 10:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AK7dq082151 for ; Sat, 4 Jun 2011 10:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AK7r1082150; Sat, 4 Jun 2011 10:20:07 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 10:20:07 GMT Resent-Message-Id: <201106041020.p54AK7r1082150@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9404C106566B for ; Sat, 4 Jun 2011 10:10:22 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s7.blu0.hotmail.com (blu0-omc1-s7.blu0.hotmail.com [65.55.116.18]) by mx1.freebsd.org (Postfix) with ESMTP id 19A828FC15 for ; Sat, 4 Jun 2011 10:10:21 +0000 (UTC) Received: from BLU0-SMTP119 ([65.55.116.9]) by blu0-omc1-s7.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:10:21 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP119.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:10:19 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54A9rSQ016933 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 11:09:53 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54A9qfF016932; Sat, 4 Jun 2011 11:09:52 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 11:09:52 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157596: [PATCH] Fix port: japanese/tiarra should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 10:20:11 -0000 >Number: 157596 >Category: ports >Synopsis: [PATCH] Fix port: japanese/tiarra should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 10:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that files/pkg-install.in and files/pkg-deinstall.in have been removed. --- japanese-tiarra.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/japanese/tiarra/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 9 Aug 2010 08:54:34 -0000 1.7 +++ Makefile 2 Jun 2011 20:30:23 -0000 @@ -21,9 +21,10 @@ USE_RC_SUBR= tiarra NO_BUILD= yes -SUB_FILES= pkg-install pkg-deinstall pkg-message -SUB_LIST= TIARRA_USER=${TIARRA_USER} \ - TIARRA_GROUP=${TIARRA_GROUP} +USERS= ${TIARRA_USER} +GROUPS= ${TIARRA_GROUP} + +SUB_FILES= pkg-message PLIST_SUB= TIARRA_USER=${TIARRA_USER} \ TIARRA_GROUP=${TIARRA_GROUP} @@ -32,7 +33,6 @@ TIARRA_GROUP= tiarra do-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${PREFIX}/tiarra @${TAR} cfC - ${WRKSRC} . | ${TAR} xfC - ${PREFIX}/tiarra @if [ ! -f ${PREFIX}/tiarra/tiarra.conf ]; then \ Index: files/pkg-deinstall.in =================================================================== RCS file: files/pkg-deinstall.in diff -N files/pkg-deinstall.in --- files/pkg-deinstall.in 29 Jul 2006 07:17:33 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/japanese/tiarra/files/pkg-deinstall.in,v 1.1 2006/07/29 07:17:33 ume Exp $ - -TIARRA_USER=${TIARRA_USER:=%%TIARRA_USER%%} -TIARRA_GROUP=${TIARRA_GROUP:=%%TIARRA_GROUP%%} - -delete_user() { - if pw usershow ${TIARRA_USER} 2>/dev/null 1>&2; then - echo "To delete tiarra user permanently, use 'pw userdel ${TIARRA_USER}'" - fi - if pw groupshow ${TIARRA_GROUP} 2>/dev/null 1>&2; then - echo "To delete tiarra group permanently, use 'pw groupdel ${TIARRA_GROUP}'" - fi -} - -case $2 in -POST-DEINSTALL) - delete_user - ;; -esac Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 29 Jul 2006 07:17:33 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,71 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/japanese/tiarra/files/pkg-install.in,v 1.1 2006/07/29 07:17:33 ume Exp $ - -TIARRA_USER=${TIARRA_USER:=%%TIARRA_USER%%} -TIARRA_GROUP=${TIARRA_GROUP:=%%TIARRA_GROUP%%} - -UID=398 -GID=398 - -# -# create 'tiarra' user and group before installing -# - -create_user() { - USER=${TIARRA_USER} - GROUP=${TIARRA_GROUP} - PW=/usr/sbin/pw - - if [ -x /usr/sbin/nologin ]; then - shell=/usr/sbin/nologin - elif [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - uhome="/nonexistent" - - if ! ${PW} show group ${GROUP} -q >/dev/null; then - gid=${GID} - while ${PW} show group -g ${gid} -q >/dev/null; do - gid=`expr ${gid} + 1` - done - if ! ${PW} add group ${GROUP} -g ${gid}; then - e=$? - echo "*** Failed to add group \`${GROUP}'. Please add it manually." - exit ${e} - fi - echo "*** Added group \`${GROUP}' (id ${gid})" - else - gid=`${PW} show group ${GROUP} 2>/dev/null | cut -d: -f3` - fi - - if ! ${PW} show user ${USER} -q >/dev/null; then - uid=${UID} - while ${PW} show user -u ${uid} -q >/dev/null; do - uid=`expr ${uid} + 1` - done - if ! ${PW} add user ${USER} -u ${uid} -g ${gid} -d "${uhome}" \ - -c "Tiarra IRC Proxy" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to add user \`${USER}'. Please add it manually." - exit ${e} - fi - echo "*** Added user \`${USER}' (id ${uid})" - else - if ! ${PW} mod user ${USER} -g ${gid}; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." - fi -} - -case $2 in -PRE-INSTALL) - create_user - ;; -esac --- japanese-tiarra.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:20:11 2011 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 438DA1065678 for ; Sat, 4 Jun 2011 10: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 36A9A8FC17 for ; Sat, 4 Jun 2011 10:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AK8D7082160 for ; Sat, 4 Jun 2011 10:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AK8qD082159; Sat, 4 Jun 2011 10:20:08 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 10:20:08 GMT Resent-Message-Id: <201106041020.p54AK8qD082159@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C601065674 for ; Sat, 4 Jun 2011 10:13:18 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s38.blu0.hotmail.com (blu0-omc1-s38.blu0.hotmail.com [65.55.116.49]) by mx1.freebsd.org (Postfix) with ESMTP id 285D48FC0A for ; Sat, 4 Jun 2011 10:13:17 +0000 (UTC) Received: from BLU0-SMTP202 ([65.55.116.9]) by blu0-omc1-s38.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:13:17 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP202.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:13:16 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54ACoMl017278 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 11:12:51 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54ACor8017277; Sat, 4 Jun 2011 11:12:50 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 11:12:50 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157597: [PATCH] Fix port: dns/unbound should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 10:20:11 -0000 >Number: 157597 >Category: ports >Synopsis: [PATCH] Fix port: dns/unbound should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 10:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= >How-To-Repeat: >Fix: - Use USERS Submitted by: Chris Rees (utisoft@gmail.com) --- dns-unbound.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/unbound/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 25 May 2011 09:30:38 -0000 1.37 +++ Makefile 2 Jun 2011 15:32:45 -0000 @@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --with-ldns-builtin USE_LDCONFIG= yes +USERS= ${PORTNAME} + USE_RC_SUBR= unbound MAN1= unbound-host.1 @@ -29,8 +31,6 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ README.tests TODO control_proto_spec.txt ietf67-design-02.odp \ ietf67-design-02.pdf requirements.txt -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-install pkg-deinstall PLIST_SUB+= PYTHON=${PYTHON} @@ -84,9 +84,6 @@ @${MKDIR} ${WRKSRC}/balancer @${RM} ${WRKSRC}/util/configlexer.c -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .if !defined(NOPORTDOCS) Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/unbound/files/pkg-install.in,v retrieving revision 1.3 diff -u -r1.3 pkg-install.in --- files/pkg-install.in 17 Aug 2009 13:27:19 -0000 1.3 +++ files/pkg-install.in 2 Jun 2011 15:32:05 -0000 @@ -4,27 +4,10 @@ # PW=/usr/sbin/pw -UID=59 USER="unbound" PREFIX="%%PREFIX%%" case $2 in - -PRE-INSTALL) - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g daemon -h - \ - -d "/nonexistent" -s /usr/sbin/nologin -c "unbound dns resolver" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; - POST-INSTALL) chown "${USER}" $PREFIX/etc/unbound ;; --- dns-unbound.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:20:20 2011 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 DAB5A106566B; Sat, 4 Jun 2011 10:20: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 B30DF8FC19; Sat, 4 Jun 2011 10:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AKKC7082796; Sat, 4 Jun 2011 10:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AKKax082787; Sat, 4 Jun 2011 10:20:20 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 10:20:20 GMT Message-Id: <201106041020.p54AKKax082787@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ume@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157596: [PATCH] Fix port: japanese/tiarra should use 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: Sat, 04 Jun 2011 10:20:20 -0000 Synopsis: [PATCH] Fix port: japanese/tiarra should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->ume Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 10:20:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157596 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:20:26 2011 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 99C2E106564A; Sat, 4 Jun 2011 10:20: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 729AD8FC1E; Sat, 4 Jun 2011 10:20:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AKQ2Y083392; Sat, 4 Jun 2011 10:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AKQdq083382; Sat, 4 Jun 2011 10:20:26 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 10:20:26 GMT Message-Id: <201106041020.p54AKQdq083382@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157597: [PATCH] Fix port: dns/unbound should use 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: Sat, 04 Jun 2011 10:20:26 -0000 Synopsis: [PATCH] Fix port: dns/unbound should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 10:20:25 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157597 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:30:10 2011 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 22BD2106564A for ; Sat, 4 Jun 2011 10: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 E9DFA8FC0C for ; Sat, 4 Jun 2011 10:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AU9vM090598 for ; Sat, 4 Jun 2011 10:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AU9aI090589; Sat, 4 Jun 2011 10:30:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 10:30:09 GMT Resent-Message-Id: <201106041030.p54AU9aI090589@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C49B106566C for ; Sat, 4 Jun 2011 10:20:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C78E8FC19 for ; Sat, 4 Jun 2011 10:20:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AKntr086754 for ; Sat, 4 Jun 2011 10:20:49 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AKnRa086747; Sat, 4 Jun 2011 10:20:49 GMT (envelope-from kwm) Message-Id: <201106041020.p54AKnRa086747@freefall.freebsd.org> Date: Sat, 4 Jun 2011 10:20:49 GMT From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157598: [patch] update games/openttd to 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 10:30:10 -0000 >Number: 157598 >Category: ports >Synopsis: [patch] update games/openttd 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: Sat Jun 04 10:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #4 r220774: Mon Apr 18 13:56:14 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Update openttd to 1.1.1. Dedicated server also tested tested. >How-To-Repeat: >Fix: --- openttd-1.1.1.diff begins here --- Index: games/openttd/Makefile =================================================================== RCS file: /home/pcvs/ports/games/openttd/Makefile,v retrieving revision 1.36 diff -a -u -r1.36 Makefile --- games/openttd/Makefile 19 May 2011 10:01:04 -0000 1.36 +++ games/openttd/Makefile 4 Jun 2011 10:17:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= openttd -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= games MASTER_SITES= http://gb.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \ Index: games/openttd/distinfo =================================================================== RCS file: /home/pcvs/ports/games/openttd/distinfo,v retrieving revision 1.23 diff -a -u -r1.23 distinfo --- games/openttd/distinfo 16 May 2011 18:20:04 -0000 1.23 +++ games/openttd/distinfo 4 Jun 2011 10:17:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (openttd-1.1.0-source.tar.xz) = 290b482efa4229a0ef35660178787bc458fdf6bd982c95aee252cde77e500447 -SIZE (openttd-1.1.0-source.tar.xz) = 4901356 +SHA256 (openttd-1.1.1-source.tar.xz) = d8c6c770d31fddcccda0e9ecc561d77a42c993dc3c9fa4f60065edfa8bcaf851 +SIZE (openttd-1.1.1-source.tar.xz) = 4919732 --- openttd-1.1.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:30:22 2011 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 78B94106566B; Sat, 4 Jun 2011 10:30: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 517698FC14; Sat, 4 Jun 2011 10:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AUMAW091424; Sat, 4 Jun 2011 10:30:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AUMXd091413; Sat, 4 Jun 2011 10:30:22 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 10:30:22 GMT Message-Id: <201106041030.p54AUMXd091413@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157598: [patch] update games/openttd 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: Sat, 04 Jun 2011 10:30:22 -0000 Synopsis: [patch] update games/openttd to 1.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 10:30:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157598 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:40:09 2011 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 AA355106564A for ; Sat, 4 Jun 2011 10: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 6B5F38FC14 for ; Sat, 4 Jun 2011 10:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54Ae9Ue000992 for ; Sat, 4 Jun 2011 10:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54Ae9Jd000991; Sat, 4 Jun 2011 10:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 10:40:09 GMT Resent-Message-Id: <201106041040.p54Ae9Jd000991@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FFF11065672 for ; Sat, 4 Jun 2011 10:31: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 0043A8FC08 for ; Sat, 4 Jun 2011 10:31:13 +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 p54AVC7T081463 for ; Sat, 4 Jun 2011 10:31:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p54AVCFj081460; Sat, 4 Jun 2011 10:31:12 GMT (envelope-from nobody) Message-Id: <201106041031.p54AVCFj081460@red.freebsd.org> Date: Sat, 4 Jun 2011 10:31:12 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157599: [patch] New stable release OpenTTD 1.1.1 games/openttd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 10:40:09 -0000 >Number: 157599 >Category: ports >Synopsis: [patch] New stable release OpenTTD 1.1.1 games/openttd >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 Jun 04 10:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ilya A. Arkhipov >Release: FreeBSD 9.0-CURRENT >Organization: >Environment: >Description: Update OpenTTD to 1.1.1 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru openttd_26/Makefile openttd/Makefile --- openttd_26/Makefile 2011-05-26 22:15:37.873818278 +0400 +++ openttd/Makefile 2011-06-04 14:25:30.769918913 +0400 @@ -6,7 +6,7 @@ # PORTNAME= openttd -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= games MASTER_SITES= http://gb.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \ diff -Nru openttd_26/distinfo openttd/distinfo --- openttd_26/distinfo 2011-05-26 22:15:37.885818127 +0400 +++ openttd/distinfo 2011-06-04 14:25:38.050919990 +0400 @@ -1,2 +1,2 @@ -SHA256 (openttd-1.1.0-source.tar.xz) = 290b482efa4229a0ef35660178787bc458fdf6bd982c95aee252cde77e500447 -SIZE (openttd-1.1.0-source.tar.xz) = 4901356 +SHA256 (openttd-1.1.1-source.tar.xz) = d8c6c770d31fddcccda0e9ecc561d77a42c993dc3c9fa4f60065edfa8bcaf851 +SIZE (openttd-1.1.1-source.tar.xz) = 4919732 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:40:10 2011 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 1D4F2106566C for ; Sat, 4 Jun 2011 10: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 D33CF8FC1B for ; Sat, 4 Jun 2011 10:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54Ae9MR001001 for ; Sat, 4 Jun 2011 10:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54Ae9b4001000; Sat, 4 Jun 2011 10:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 10:40:09 GMT Resent-Message-Id: <201106041040.p54Ae9b4001000@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kalten Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C176106564A for ; Sat, 4 Jun 2011 10: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 6CCB28FC08 for ; Sat, 4 Jun 2011 10:31: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 p54AVnGd081489 for ; Sat, 4 Jun 2011 10:31:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p54AVnUn081488; Sat, 4 Jun 2011 10:31:49 GMT (envelope-from nobody) Message-Id: <201106041031.p54AVnUn081488@red.freebsd.org> Date: Sat, 4 Jun 2011 10:31:49 GMT From: Kalten To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157600: java/eclipse: option WITH_TESTS missing distinfo entry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 10:40:10 -0000 >Number: 157600 >Category: ports >Synopsis: java/eclipse: option WITH_TESTS missing distinfo entry >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 10:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kalten >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD freeKwasir.Walhalla.Leben 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When building with ``Build SDK test suite'', one gets the error: --- => eclipse-sdktests-3.6.2-src.tar.bz2 is not in /usr/ports/java/eclipse/distinfo. => Either /usr/ports/java/eclipse/distinfo is out of date, or => eclipse-sdktests-3.6.2-src.tar.bz2 is spelled incorrectly. *** Error code 1 --- >How-To-Repeat: cd /usr/ports/java/eclipse/ select WITH_TESTS in options make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:40:13 2011 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 B7F11106566C for ; Sat, 4 Jun 2011 10: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 A7C718FC15 for ; Sat, 4 Jun 2011 10:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AeDeQ001076 for ; Sat, 4 Jun 2011 10:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AeDUu001075; Sat, 4 Jun 2011 10:40:13 GMT (envelope-from gnats) Date: Sat, 4 Jun 2011 10:40:13 GMT Message-Id: <201106041040.p54AeDUu001075@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aldis Berjoza Cc: Subject: Re: ports/156034: print/lyx-devel spell checking with enchant does not work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aldis Berjoza List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 10:40:13 -0000 The following reply was made to PR ports/156034; it has been noted by GNATS. From: Aldis Berjoza To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156034: print/lyx-devel spell checking with enchant does not work Date: Sat, 4 Jun 2011 13:34:34 +0300 On Tue, 29 Mar 2011 12:00:29 UT Edwin Groothuis wrote: > Maintainer of print/lyx-devel, > > Please note that PR ports/156034 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/156034 > Sorry it takes me so long. I will look at this in about 20-30 days, when I'm free of university. Then I will also update lyx ports. -- Aldis Berjoza http://www.bsdroot.lv/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:40:19 2011 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 2BF0E106566B; Sat, 4 Jun 2011 10:40: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 046B28FC0C; Sat, 4 Jun 2011 10:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AeI9U001506; Sat, 4 Jun 2011 10:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AeIoL001498; Sat, 4 Jun 2011 10:40:18 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 10:40:18 GMT Message-Id: <201106041040.p54AeIoL001498@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157599: [patch] New stable release OpenTTD 1.1.1 games/openttd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 10:40:19 -0000 Synopsis: [patch] New stable release OpenTTD 1.1.1 games/openttd Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 10:40:18 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157599 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 10:40:25 2011 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 0C4F41065674; Sat, 4 Jun 2011 10:40: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 D97F48FC16; Sat, 4 Jun 2011 10:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54AeO4s002266; Sat, 4 Jun 2011 10:40:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54AeO38002256; Sat, 4 Jun 2011 10:40:24 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 10:40:24 GMT Message-Id: <201106041040.p54AeO38002256@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-eclipse@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157600: java/eclipse: option WITH_TESTS missing distinfo entry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 10:40:25 -0000 Synopsis: java/eclipse: option WITH_TESTS missing distinfo entry Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-eclipse Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 10:40:24 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157600 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:00:25 2011 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 8312D106567F for ; Sat, 4 Jun 2011 11: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 F38368FC19 for ; Sat, 4 Jun 2011 11:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54B0KRk018071 for ; Sat, 4 Jun 2011 11:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54B0K2E018069; Sat, 4 Jun 2011 11:00:20 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 11:00:20 GMT Resent-Message-Id: <201106041100.p54B0K2E018069@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDCEF106564A for ; Sat, 4 Jun 2011 10:50:56 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s13.blu0.hotmail.com (blu0-omc1-s13.blu0.hotmail.com [65.55.116.24]) by mx1.freebsd.org (Postfix) with ESMTP id 7DAEA8FC18 for ; Sat, 4 Jun 2011 10:50:56 +0000 (UTC) Received: from BLU0-SMTP121 ([65.55.116.8]) by blu0-omc1-s13.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:50:56 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP121.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:50:54 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54A7vTX016710 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 11:07:57 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54A7u1s016709; Sat, 4 Jun 2011 11:07:57 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 11:07:57 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157601: [PATCH] Fix port: dns/rbldnsd should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 11:00:25 -0000 >Number: 157601 >Category: ports >Synopsis: [PATCH] Fix port: dns/rbldnsd should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 11:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed. --- dns-rbldnsd.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/rbldnsd/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 10 Feb 2010 02:58:33 -0000 1.15 +++ Makefile 2 Jun 2011 15:29:46 -0000 @@ -32,13 +32,11 @@ HAS_CONFIGURE= yes USE_RC_SUBR= rbldnsd +USERS= rbldns +GROUPS= ${USERS} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message -pre-install: - @${ECHO} "==> Creating custom user to run rbldnsd..." - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - do-install: @if [ ! -d ${ROOTDIR} ]; then \ ${MKDIR} ${ROOTDIR}; \ Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 22 Sep 2006 04:34:40 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,30 +0,0 @@ -#!/bin/sh - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -RBLDNSUSER=${RBLDNSUSER:-rbldns} -RBLDNSGROUP=${RBLDNSGROUP:-rbldns} - -if ! pw groupshow "$RBLDNSGROUP" 2>/dev/null 1>&2; then - if pw groupadd $RBLDNSGROUP; then - echo "=> Added group \"$RBLDNSGROUP\"." - else - echo "=> Adding group \"$RBLDNSGROUP\" failed..." - exit 1 - fi -fi - -if ! pw usershow "$RBLDNSUSER" 2>/dev/null 1>&2; then - if pw useradd $RBLDNSUSER -g $RBLDNSGROUP -h - \ - -s "/usr/sbin/nologin" -d "/nonexistent" \ - -c "rbldnsd pseudo-user"; \ - then - echo "=> Added user \"$RBLDNSUSER\"." - else - echo "=> Adding user \"$RBLDNSUSER\" failed..." - exit 1 - fi -fi -exit 0 --- dns-rbldnsd.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:00:25 2011 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 846F61065680 for ; Sat, 4 Jun 2011 11: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 62E368FC1B for ; Sat, 4 Jun 2011 11:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54B0LKo018080 for ; Sat, 4 Jun 2011 11:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54B0LEe018079; Sat, 4 Jun 2011 11:00:21 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 11:00:21 GMT Resent-Message-Id: <201106041100.p54B0LEe018079@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E9EB1065673 for ; Sat, 4 Jun 2011 10:50:59 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s11.blu0.hotmail.com (blu0-omc1-s11.blu0.hotmail.com [65.55.116.22]) by mx1.freebsd.org (Postfix) with ESMTP id DA4D48FC12 for ; Sat, 4 Jun 2011 10:50:58 +0000 (UTC) Received: from BLU0-SMTP121 ([65.55.116.8]) by blu0-omc1-s11.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:50:58 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP121.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:50:56 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54AB59a017123 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 11:11:06 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54AB5rc017122; Sat, 4 Jun 2011 11:11:05 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 11:11:05 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157602: [PATCH] Fix port: irc/tr-ircd should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 11:00:25 -0000 >Number: 157602 >Category: ports >Synopsis: [PATCH] Fix port: irc/tr-ircd should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 11:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that files/pkg-install.in has been removed. --- irc-tr-ircd.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/tr-ircd/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 23 Mar 2011 15:53:18 -0000 1.24 +++ Makefile 2 Jun 2011 19:54:42 -0000 @@ -21,6 +21,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +USERS= ${TRIRCD_USER} +GROUPS= ${TRIRCD_GROUP} TRIRCD_MAXCLIENTS?= 128 TRIRCD_USER?= trircd @@ -45,13 +47,10 @@ USE_RC_SUBR= trircd -SUB_LIST+= TRIRCD_USER="${TRIRCD_USER}" TRIRCD_GROUP="${TRIRCD_GROUP}" \ - TRIRCD_RUNDIR="${TRIRCD_RUNDIR}" TRIRCD_LOGDIR="${TRIRCD_LOGDIR}" \ +SUB_LIST+= TRIRCD_RUNDIR="${TRIRCD_RUNDIR}" TRIRCD_LOGDIR="${TRIRCD_LOGDIR}" \ TRIRCD_CONFDIR="${TRIRCD_CONFDIR}" -SUB_FILES+= pkg-install pkg-deinstall pkg-message -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +SUB_FILES+= pkg-deinstall pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .if !defined(NO_INSTALL_MANPAGES) @@ -68,9 +67,6 @@ .include -PW?= /usr/sbin/pw -SUB_LIST+= MKDIR="${MKDIR}" PW="${PW}" CHMOD="${CHMOD}" CHOWN="${CHOWN}" - .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif @@ -90,9 +86,6 @@ post-configure: @${REINPLACE_CMD} -e "s,/var/log/tr-ircd,${TRIRCD_LOGDIR}," ${WRKSRC}/include/ircpath.h -pre-install: - @${SH} ${PKGINSTALL} - post-install: @${MKDIR} ${TRIRCD_CONFDIR} @${INSTALL_DATA} ${WRKSRC}/doc/configuration/example.conf ${TRIRCD_CONFDIR}/ircd.conf.sample Index: files/pkg-deinstall.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/tr-ircd/files/pkg-deinstall.in,v retrieving revision 1.1 diff -u -r1.1 pkg-deinstall.in --- files/pkg-deinstall.in 8 Feb 2007 22:32:06 -0000 1.1 +++ files/pkg-deinstall.in 2 Jun 2011 19:50:04 -0000 @@ -4,19 +4,8 @@ exit 0 fi -TRIRCD_USER="%%TRIRCD_USER%%" -TRIRCD_GROUP="%%TRIRCD_GROUP%%" TRIRCD_RUNDIR="%%TRIRCD_RUNDIR%%" TRIRCD_LOGDIR="%%TRIRCD_LOGDIR%%" -PW="%%PW%%" -if pw usershow "${TRIRCD_USER}" 2>/dev/null 1>&2; then - echo "This port may have created the user: ${TRIRCD_USER}" - echo "To delete this user, use '${PW} userdel \"${TRIRCD_USER}\"'" -fi -if pw usershow "${TRIRCD_GROUP}" 2>/dev/null 1>&2; then - echo "This port may have created the group: ${TRIRCD_GROUP}" - echo "To delete this group, use '${PW} groupdel \"${TRIRCD_GROUP}\"'" -fi echo "You may need to remove ${TRIRCD_RUNDIR} and ${TRIRCD_LOGDIR} manually." exit 0 Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 8 Feb 2007 22:32:06 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,35 +0,0 @@ -#!/bin/sh - -TRIRCD_USER="%%TRIRCD_USER%%" -TRIRCD_GROUP="%%TRIRCD_GROUP%%" -TRIRCD_RUNDIR="%%TRIRCD_RUNDIR%%" -TRIRCD_LOGDIR="%%TRIRCD_LOGDIR%%" -TRIRCD_CONFDIR="%%TRIRCD_CONFDIR%%" - -MKDIR="%%MKDIR%%" -PW="%%PW%%" - -if ! ${PW} groupshow "${TRIRCD_GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${TRIRCD_GROUP}; then - echo "Added group \"${TRIRCD_GROUP}\"." - else - echo "Adding group \"${TRIRCD_GROUP}\" failed..." - exit 1 - fi -else - echo "You already have a group \"${TRIRCD_GROUP}\"." -fi - -if ! ${PW} usershow "${TRIRCD_USER}" 2>/dev/null 1>&2; then - if pw useradd ${TRIRCD_USER} -g ${TRIRCD_GROUP} -h - \ - -s "/usr/sbin/nologin" -d "%%TRIRCD_CONFDIR%%" \ - -c "TR-IRCD pseudo-user"; \ - then - echo "Added user \"${TRIRCD_USER}\"." - else - echo "Adding user \"${TRIRCD_USER}\" failed..." - exit 1 - fi -else - echo "You already have a user \"${TRIRCD_USER}\"." -fi --- irc-tr-ircd.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:00:25 2011 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 858FC1065686 for ; Sat, 4 Jun 2011 11: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 C72C38FC1D for ; Sat, 4 Jun 2011 11:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54B0LJ1018103 for ; Sat, 4 Jun 2011 11:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54B0LsM018100; Sat, 4 Jun 2011 11:00:21 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 11:00:21 GMT Resent-Message-Id: <201106041100.p54B0LsM018100@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F16ED106566B for ; Sat, 4 Jun 2011 10:56:06 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s1.blu0.hotmail.com (blu0-omc1-s1.blu0.hotmail.com [65.55.116.12]) by mx1.freebsd.org (Postfix) with ESMTP id B210D8FC13 for ; Sat, 4 Jun 2011 10:56:06 +0000 (UTC) Received: from BLU0-SMTP110 ([65.55.116.7]) by blu0-omc1-s1.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:56:06 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP110.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 03:56:04 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54AtbOb027045 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 11:55:38 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54Atb0m027044; Sat, 4 Jun 2011 11:55:37 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 11:55:37 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157603: [PATCH] Fix port: dns/dhid should use USERS, distfile needs checking X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 11:00:25 -0000 >Number: 157603 >Category: ports >Synopsis: [PATCH] Fix port: dns/dhid should use USERS, distfile needs checking >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 11:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= The distfile on the server has changed, ports@ emailed to ask if anyone is interested in maintaining -- port is unusable as-is >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that pkg-install has been removed. --- dns-dhid.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/dns/dhid/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 19 Apr 2010 10:43:23 -0000 1.22 +++ Makefile 2 Jun 2011 15:10:30 -0000 @@ -24,17 +24,14 @@ PORTDOCS= AUTHORS CONTRIBUTORS COPYRIGHT INSTALL README WHATSNEW PLIST_FILES= sbin/dhid bin/genkeys etc/dhid.conf.sample -DHID_USER= dhis -DHID_GROUP= dhis +USERS= dhis +GROUPS= dhis DHID_PID_DIR= /var/run/dhis post-patch: @${ECHO} "===> Patching dhid.h" @${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${PREFIX}/bin @@ -54,7 +51,6 @@ ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 19 Feb 2005 20:42:39 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,37 +0,0 @@ -#! /bin/sh - -# $FreeBSD: ports/dns/dhid/pkg-install,v 1.1 2005/02/19 20:42:39 pav Exp $ - -PATH=/bin:/usr/sbin - -case $2 in -PRE-INSTALL) - USER=dhis - GROUP=${USER} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g 114 -h -; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u 114 -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin \ - -c "DHIS Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac --- dns-dhid.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:00:25 2011 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 86A5A106564A for ; Sat, 4 Jun 2011 11: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 3089F8FC14 for ; Sat, 4 Jun 2011 11:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54B0M4K018154 for ; Sat, 4 Jun 2011 11:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54B0MTU018153; Sat, 4 Jun 2011 11:00:22 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 11:00:22 GMT Resent-Message-Id: <201106041100.p54B0MTU018153@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 644D71065672 for ; Sat, 4 Jun 2011 10:57:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 54A358FC08 for ; Sat, 4 Jun 2011 10:57:34 +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 p54AvYRJ009621 for ; Sat, 4 Jun 2011 10:57:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p54AvY24009620; Sat, 4 Jun 2011 10:57:34 GMT (envelope-from nobody) Message-Id: <201106041057.p54AvY24009620@red.freebsd.org> Date: Sat, 4 Jun 2011 10:57:34 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157604: [patch] Update OpenGFX to 0.3.4 games/opengfx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 11:00:26 -0000 >Number: 157604 >Category: ports >Synopsis: [patch] Update OpenGFX to 0.3.4 games/opengfx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 11:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ilya A. Arkhipov >Release: FreeBSD 9.0-CURRENT >Organization: >Environment: >Description: Update OpenGFX to 0.3.4 Changes: http://bundles.openttdcoop.org/opengfx/releases/LATEST/changelog.txt >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru opengfx_040611/Makefile opengfx/Makefile --- opengfx_040611/Makefile 2011-06-04 14:37:58.776922876 +0400 +++ opengfx/Makefile 2011-06-04 14:38:06.432922730 +0400 @@ -6,7 +6,7 @@ # PORTNAME= opengfx -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= games MASTER_SITES= http://gb.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \ http://de.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \ diff -Nru opengfx_040611/distinfo opengfx/distinfo --- opengfx_040611/distinfo 2011-06-04 14:37:58.734923124 +0400 +++ opengfx/distinfo 2011-06-04 14:38:16.890916693 +0400 @@ -1,2 +1,2 @@ -SHA256 (opengfx-0.3.3-all.zip) = 1a2aeaddf2550f8d6a7b180cea77e300c57f175e530a3cb6d0911c92b1ad6c0c -SIZE (opengfx-0.3.3-all.zip) = 3378714 +SHA256 (opengfx-0.3.4-all.zip) = 0b0b2e59d5f7f35da9ce9b2666106765ce8c3876424d0f21b3c100e2b8e54a81 +SIZE (opengfx-0.3.4-all.zip) = 3384125 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:00:37 2011 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 F00F1106566B; Sat, 4 Jun 2011 11: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 C863B8FC1B; Sat, 4 Jun 2011 11:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54B0bUS018865; Sat, 4 Jun 2011 11:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54B0bw7018861; Sat, 4 Jun 2011 11:00:37 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 11:00:37 GMT Message-Id: <201106041100.p54B0bw7018861@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157601: [PATCH] Fix port: dns/rbldnsd should use 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: Sat, 04 Jun 2011 11:00:38 -0000 Synopsis: [PATCH] Fix port: dns/rbldnsd should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 11:00:36 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157601 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:01:00 2011 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 95EE31065680; Sat, 4 Jun 2011 11:01: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 6E9D08FC1C; Sat, 4 Jun 2011 11:01:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54B10iC020397; Sat, 4 Jun 2011 11:01:00 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54B10IO020389; Sat, 4 Jun 2011 11:01:00 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 11:01:00 GMT Message-Id: <201106041101.p54B10IO020389@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157602: [PATCH] Fix port: irc/tr-ircd should use 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: Sat, 04 Jun 2011 11:01:00 -0000 Synopsis: [PATCH] Fix port: irc/tr-ircd should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 11:00:59 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157602 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:01:07 2011 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 DACD910656D0; Sat, 4 Jun 2011 11:01:07 +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 B32358FC20; Sat, 4 Jun 2011 11:01:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54B17cn021066; Sat, 4 Jun 2011 11:01:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54B17nQ021057; Sat, 4 Jun 2011 11:01:07 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 11:01:07 GMT Message-Id: <201106041101.p54B17nQ021057@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157603: [PATCH] Fix port: dns/dhid should use USERS, distfile needs checking X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 11:01:07 -0000 Synopsis: [PATCH] Fix port: dns/dhid should use USERS, distfile needs checking Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 11:01:07 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157603 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:50:08 2011 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 E10921065673 for ; Sat, 4 Jun 2011 11: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 B9C028FC1B for ; Sat, 4 Jun 2011 11:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54Bo7Ia067272 for ; Sat, 4 Jun 2011 11:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54Bo7Aj067271; Sat, 4 Jun 2011 11:50:07 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 11:50:07 GMT Resent-Message-Id: <201106041150.p54Bo7Aj067271@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rainer Hurling Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D9D6106566B for ; Sat, 4 Jun 2011 11:43: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 051E88FC1A for ; Sat, 4 Jun 2011 11:43: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 p54Bhf3j052984 for ; Sat, 4 Jun 2011 11:43:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p54BhfXO052967; Sat, 4 Jun 2011 11:43:41 GMT (envelope-from nobody) Message-Id: <201106041143.p54BhfXO052967@red.freebsd.org> Date: Sat, 4 Jun 2011 11:43:41 GMT From: Rainer Hurling To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157605: [PATCH] databases/postgis: enable GUI for shp2pgsql loader X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 11:50:08 -0000 >Number: 157605 >Category: ports >Synopsis: [PATCH] databases/postgis: enable GUI for shp2pgsql loader >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 11:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rainer Hurling >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD xxx.xxx.xxx 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun May 29 08:10:43 CEST 2011 xxx@xxx.xxx.xx:/usr/obj/usr/src/sys/XXX amd64 >Description: databases/postgis builds PostGIS itself, but also the command line tool version of the loader 'shp2pgsql', but not the GUI version. The GUI version can be used as standalone or better within PgAdmin3 (databases/pgadmin3) to directly convert shapefiles and load them into an open PostgreSQL database. To be able to recognize 'shp2pgsql-gui', PgAdmin3 on FreeBSD also needs an entry in its plugins.ini file. I will submit a PR for it when the PostGIS port installs the GUI version. /usr/local/share/pgadmin3/plugins.ini: ; ; PostGIS shp2pgsql-gui (Unix): ; Title=PostGIS Shapefile and DBF loader Command="$$PGBINDIR/shp2pgsql-gui" -h $$HOSTNAME -p $$PORT -U $$USERNAME -d $$DATABASE Description=Open a PostGIS ESRI Shapefile or Plain dbf loader to the current database. KeyFile=$$PGBINDIR/shp2pgsql-gui Platform=unix ServerType=postgresql Database=Yes SetPassword=Yes >How-To-Repeat: cd /usr/ports/databases/postgis make clean && make install After that there is no 'shp2pgsql-gui' installed in /usr/local/bin/. >Fix: The following patch should also install the GUI version 'shp2pgsl'. In addition I removed two unnecessary whitespaces. Patch attached with submission follows: diff -Naur postgis.origin/Makefile postgis/Makefile --- postgis.origin/Makefile 2011-05-04 01:37:41.000000000 +0200 +++ postgis/Makefile 2011-06-04 12:47:44.000000000 +0200 @@ -9,7 +9,7 @@ PORTVERSION= 1.5.2 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ \ - http://www.postgis.org/download/ + http://www.postgis.org/download/ MAINTAINER= anderson@cnpm.embrapa.br COMMENT= Adds support for geographic objects to PostgreSQL databases @@ -33,7 +33,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= DATADIR=${DATADIR} DOCSDIR=${DOCSDIR} MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS= --with-projdir=${LOCALBASE} +CONFIGURE_ARGS= --with-projdir=${LOCALBASE} --with-gui .include diff -Naur postgis.origin/pkg-plist postgis/pkg-plist --- postgis.origin/pkg-plist 2010-03-26 14:53:07.000000000 +0100 +++ postgis/pkg-plist 2011-06-04 12:41:53.000000000 +0200 @@ -1,5 +1,6 @@ bin/pgsql2shp bin/shp2pgsql +bin/shp2pgsql-gui lib/postgresql/liblwgeom.so lib/postgresql/liblwgeom.so.1 lib/postgresql/postgis-1.5.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 11:50:18 2011 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 7347C106566B; Sat, 4 Jun 2011 11: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 4BE7E8FC0A; Sat, 4 Jun 2011 11:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54BoIpc067951; Sat, 4 Jun 2011 11:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54BoIMh067941; Sat, 4 Jun 2011 11:50:18 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 11:50:18 GMT Message-Id: <201106041150.p54BoIMh067941@freefall.freebsd.org> To: rhurlin@gwdg.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157605: [PATCH] databases/postgis: enable GUI for shp2pgsql loader X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 11:50:18 -0000 Synopsis: [PATCH] databases/postgis: enable GUI for shp2pgsql loader State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Jun 4 11:50:17 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157605 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:00:29 2011 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 3468110656D2 for ; Sat, 4 Jun 2011 12: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 23FF48FC19 for ; Sat, 4 Jun 2011 12:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54C0TMx075683 for ; Sat, 4 Jun 2011 12:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54C0Sgo075682; Sat, 4 Jun 2011 12:00:28 GMT (envelope-from gnats) Date: Sat, 4 Jun 2011 12:00:28 GMT Message-Id: <201106041200.p54C0Sgo075682@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157605: [PATCH] databases/postgis: enable GUI for shp2pgsql loader 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, 04 Jun 2011 12:00:29 -0000 The following reply was made to PR ports/157605; it has been noted by GNATS. From: Edwin Groothuis To: anderson@cnpm.embrapa.br Cc: bug-followup@FreeBSD.org Subject: Re: ports/157605: [PATCH] databases/postgis: enable GUI for shp2pgsql loader Date: Sat, 4 Jun 2011 11:50:15 UT Maintainer of databases/postgis, Please note that PR ports/157605 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/157605 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:00:30 2011 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 54D98106570D for ; Sat, 4 Jun 2011 12:00:30 +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 2985A8FC1A for ; Sat, 4 Jun 2011 12:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54C0UMI075702 for ; Sat, 4 Jun 2011 12:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54C0TxR075701; Sat, 4 Jun 2011 12:00:29 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 12:00:29 GMT Resent-Message-Id: <201106041200.p54C0TxR075701@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D1201065672 for ; Sat, 4 Jun 2011 11:52:43 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s34.blu0.hotmail.com (blu0-omc1-s34.blu0.hotmail.com [65.55.116.45]) by mx1.freebsd.org (Postfix) with ESMTP id DEBE28FC08 for ; Sat, 4 Jun 2011 11:52:42 +0000 (UTC) Received: from BLU0-SMTP169 ([65.55.116.9]) by blu0-omc1-s34.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 04:52:42 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP169.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 04:52:40 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54Bq4ID078382 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 12:52:04 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54Bq3EL078381; Sat, 4 Jun 2011 12:52:03 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 12:52:03 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157606: Fix port: mail/dovecot2 should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 12:00:30 -0000 >Number: 157606 >Category: ports >Synopsis: Fix port: mail/dovecot2 should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 12:00:29 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS - Use @stopdaemon Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that files/pkg-install.in has been removed. --- mail-dovecot2.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dovecot2/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 13 May 2011 17:02:12 -0000 1.4 +++ Makefile 4 Jun 2011 08:52:03 -0000 @@ -51,10 +51,8 @@ PORTEXAMPLES= * .endif -DOVECOT_UID?= 143 -DOVECOT_GID?= 143 -DOVENULL_UID?= 144 -DOVENULL_GID?= 144 +USERS= ${PORTNAME} dovenull +GROUPS= ${USERS} PROTOCOLS= imap pop3 @@ -159,8 +157,8 @@ PLIST_SUB+= SQL="@comment " .endif -SUB_LIST= REQUIRE="${_REQUIRE}" DOVECOT_UID=${DOVECOT_UID} DOVECOT_GID=${DOVECOT_GID} DOVENULL_UID=${DOVENULL_UID} DOVENULL_GID=${DOVENULL_GID} -SUB_FILES= pkg-install pkg-deinstall pkg-message +SUB_LIST= REQUIRE="${_REQUIRE}" +SUB_FILES= pkg-deinstall pkg-message MAN1= deliver.1 \ doveadm-altmove.1 \ @@ -205,9 +203,6 @@ ' ${WRKSRC}/src/auth/mech-gssapi.c ${WRKSRC}/configure .endif -pre-su-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @@ -216,7 +211,6 @@ .if !defined(NOPORTDOCS) cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dovecot2/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 13 May 2011 17:02:12 -0000 1.6 +++ pkg-plist 4 Jun 2011 08:52:32 -0000 @@ -1,3 +1,4 @@ +@stopdaemon dovecot bin/doveadm bin/doveconf bin/dsync Index: files/pkg-deinstall.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dovecot2/files/pkg-deinstall.in,v retrieving revision 1.1 diff -u -r1.1 pkg-deinstall.in --- files/pkg-deinstall.in 27 Nov 2010 05:53:35 -0000 1.1 +++ files/pkg-deinstall.in 4 Jun 2011 08:52:03 -0000 @@ -3,63 +3,8 @@ # $FreeBSD: ports/mail/dovecot2/files/pkg-deinstall.in,v 1.1 2010/11/27 05:53:35 glewis Exp $ # -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then - read -p "${question} [${default}]? " answer - fi - echo ${answer:-${default}} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -delete_account() { - local port user uid group gid - - port=$1 - user=${2%:*} - uid=${2#*:} - group=${3%:*} - gid=${3#*:} - - echo "If you do not intend to reinstall ${port}, you should manually" - echo "remove user '${user}' (uid='${uid}') and group '${group}' (gid='${gid}')." -} - case $2 in - DEINSTALL) - if ps -axc | grep -qw dovecot; then - if yesno "Dovecot is still running. Shall I stop it?" y; then - ${PKG_PREFIX}/etc/rc.d/dovecot stop - sleep 2 - else - echo "OK ... I hope you know what you are doing." - fi - fi - - delete_account Dovecot dovecot:${DOVECOT_UID:-%%DOVECOT_UID%%} dovecot:${DOVECOT_GID:-%%DOVECOT_GID%%} - delete_account Dovecot dovenull:${DOVENULL_UID:-%%DOVENULL_UID%%} dovenull:${DOVENULL_GID:-%%DOVENULL_GID%%} - - echo "Also manually 'rm -rf /var/db/dovecot' if anything was stored there." + echo "If you don't intend on reinstalling this port you should manually 'rm -rf /var/db/dovecot' if anything was stored there." ;; - esac Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 27 Nov 2010 05:53:35 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,93 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/mail/dovecot2/files/pkg-install.in,v 1.1 2010/11/27 05:53:35 glewis Exp $ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then - read -p "${question} [${default}]? " answer - fi - echo ${answer:-${default}} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -create_account() { - local port user uid group gid gcos home shell - - port=$1 - user=${2%:*} - uid=${2#*:} - group=${3%:*} - gid=${3#*:} - gcos=$4 - home=$5 - shell=$6 - - pw_user_uid=$(pw usershow -n "${user}" 2>/dev/null | cut -d: -f3) - pw_uid_user=$(pw usershow -u "${uid}" 2>/dev/null | cut -d: -f1) - pw_group_gid=$(pw groupshow -n "${group}" 2>/dev/null | cut -d: -f3) - pw_gid_group=$(pw groupshow -g "${gid}" 2>/dev/null | cut -d: -f1) - - if [ -z "${pw_group_gid}" -a -z "${pw_gid_group}" ]; then - echo "You need a ${group} group; creating it..." - pw groupadd "${group}" -g "${gid}" || exit - echo "Done." - elif [ "${gid}" = "${pw_group_gid}" -a "${group}" = "${pw_gid_group}" ]; then - echo "Using existing ${group} group." - else - echo "${port} has reserved the groupname '${group}' and gid '${gid}':" - [ -n "${pw_group_gid}" -a "${gid}" != "${pw_group_gid}" ] \ - && echo "ERROR: groupname '${group}' already in use by gid '${pw_group_gid}'" - [ -n "${pw_gid_group}" -a "${group}" != "${pw_gid_group}" ] \ - && echo "ERROR: gid '${gid}' already in use by group '${pw_gid_group}'" - echo "Please resolve these issues and try again:" - echo "Either remove the conflicting group or if you wish to continue using a legacy group override DOVECOT_GID." - exit 1 - fi - - if [ -z "${pw_user_uid}" -a -z "${pw_uid_user}" ]; then - echo "You need a ${user} user; creating it..." - pw useradd "${user}" -u "${uid}" -g "${group}" -c "${gcos}" -d "${home}" -s "${shell}" - echo "Done." - elif [ "${uid}" = "${pw_user_uid}" -a "${user}" = "${pw_uid_user}" ]; then - echo "Using existing ${user} user." - else - echo "${port} has reserved the username '${user}' and uid '${uid}':" - [ -n "${pw_user_uid}" -a "${uid}" != "${pw_user_uid}" ] \ - && echo "ERROR: username '${user}' already in use by uid '${pw_user_uid}'" - [ -n "${pw_uid_user}" -a "${user}" != "${pw_uid_user}" ] \ - && echo "ERROR: uid '${uid}' already in use by user '${pw_uid_user}'" - echo "Please resolve these issues and try again:" - echo "Either remove the conflicting user or if you wish to continue using a legacy user override DOVECOT_UID." - exit 1 - fi -} - -case $2 in - -PRE-INSTALL) - create_account Dovecot dovecot:${DOVECOT_UID:-%%DOVECOT_UID%%} dovecot:${DOVECOT_GID:-%%DOVECOT_GID%%} "Dovecot User" /var/empty /usr/sbin/nologin - create_account Dovecot dovenull:${DOVENULL_UID:-%%DOVENULL_UID%%} dovenull:${DOVENULL_GID:-%%DOVENULL_GID%%} "Dovecot login User" /var/empty /usr/sbin/nologin - ;; - -esac --- mail-dovecot2.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:00:30 2011 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 D025D10656AC for ; Sat, 4 Jun 2011 12:00:30 +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 A45508FC1D for ; Sat, 4 Jun 2011 12:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54C0Uhc075731 for ; Sat, 4 Jun 2011 12:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54C0Ul5075724; Sat, 4 Jun 2011 12:00:30 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 12:00:30 GMT Resent-Message-Id: <201106041200.p54C0Ul5075724@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAB94106566B for ; Sat, 4 Jun 2011 11:59:34 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s10.blu0.hotmail.com (blu0-omc1-s10.blu0.hotmail.com [65.55.116.21]) by mx1.freebsd.org (Postfix) with ESMTP id A7FAF8FC0A for ; Sat, 4 Jun 2011 11:59:34 +0000 (UTC) Received: from BLU0-SMTP78 ([65.55.116.9]) by blu0-omc1-s10.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 04:59:34 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP78.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 04:59:32 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54Bx1UM085560 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 12:59:01 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54Bx1A9085537; Sat, 4 Jun 2011 12:59:01 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 12:59:01 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157607: Fix port: mail/dovecot should use USERS, directory reshuffle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 12:00:31 -0000 >Number: 157607 >Category: ports >Synopsis: Fix port: mail/dovecot should use USERS, directory reshuffle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 12:00:30 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= Also, its use of CURDIR to find dovecot-sieve is troublesome if I'm testing the port in its own directory. I've changed it to use PORTSDIR/PKGCATEGORY which unfortunately is not assigned in time for the subshell to use it -- I had to assign it by hand. >How-To-Repeat: >Fix: - Use USERS and GROUPS - Use @stopdaemon - Stop using .CURDIR Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that files/pkg-install.in has been removed. --- mail-dovecot.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dovecot/Makefile,v retrieving revision 1.117 diff -u -r1.117 Makefile --- Makefile 23 Dec 2010 04:42:02 -0000 1.117 +++ Makefile 4 Jun 2011 11:09:19 -0000 @@ -17,6 +17,8 @@ CONFLICTS= dovecot-2.* DOVECOTVERSION= 1.2 +# Need to assign here because it's not assigned until after bsd.port.post.mk +PKGCATEGORY= mail ###################################################################### # Anytime PORTVERSION changes please bump PORTREVISIONs of # @@ -51,8 +53,8 @@ PORTDOCS= *.txt wiki ${DOCS} .endif -DOVECOT_UID?= 143 -DOVECOT_GID?= 143 +USERS= ${PORTNAME} +GROUPS= ${USERS} PROTOCOLS= imap pop3 @@ -98,8 +100,8 @@ ## ManageSieve support # .if defined(WITH_MANAGESIEVE) && !defined(WITHOUT_MANAGESIEVE) -MANAGESIEVEVERSION!= ${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V PORTVERSION -PATCH_SITES!= ${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V MASTER_SITES +MANAGESIEVEVERSION!= ${MAKE} -C ${PORTSDIR}/${PKGCATEGORY}/dovecot-managesieve -V PORTVERSION +PATCH_SITES!= ${MAKE} -C ${PORTSDIR}/${PKGCATEGORY}/dovecot-managesieve -V MASTER_SITES PATCHFILES+= dovecot-${PORTVERSION}-managesieve-${MANAGESIEVEVERSION}.diff.gz PATCH_DIST_STRIP= -p1 PROTOCOLS+= managesieve @@ -183,8 +185,8 @@ PLIST_SUB+= SQL="@comment " .endif -SUB_LIST+= REQUIRE="${_REQUIRE}" DOVECOT_UID=${DOVECOT_UID} DOVECOT_GID=${DOVECOT_GID} -SUB_FILES+= pkg-install pkg-deinstall pkg-message +SUB_LIST+= REQUIRE="${_REQUIRE}" +SUB_FILES+= pkg-deinstall pkg-message post-patch: @${REINPLACE_CMD} -E -e '${REINPLACE}' \ @@ -204,9 +206,6 @@ @${LN} -f ${WRKSRC}/doc/dovecot-ldap-example.conf ${WRKSRC}/doc/dovecot-ldap.conf @${LN} -f ${WRKSRC}/doc/dovecot-sql-example.conf ${WRKSRC}/doc/dovecot-sql.conf -pre-su-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${INSTALL_DATA} ${WRKSRC}/dovecot.conf ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-db.conf ${EXAMPLESDIR} @@ -224,7 +223,6 @@ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dovecot/pkg-plist,v retrieving revision 1.32 diff -u -r1.32 pkg-plist --- pkg-plist 26 Jan 2010 14:23:20 -0000 1.32 +++ pkg-plist 2 Jun 2011 22:03:30 -0000 @@ -1,4 +1,5 @@ @comment $FreeBSD: ports/mail/dovecot/pkg-plist,v 1.32 2010/01/26 14:23:20 wxs Exp $ +@stopdaemon dovecot @dirrmtry include/dovecot lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib02_imap_acl_plugin.so Index: files/pkg-deinstall.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dovecot/files/pkg-deinstall.in,v retrieving revision 1.2 diff -u -r1.2 pkg-deinstall.in --- files/pkg-deinstall.in 28 Nov 2008 14:38:26 -0000 1.2 +++ files/pkg-deinstall.in 2 Jun 2011 22:04:06 -0000 @@ -3,61 +3,8 @@ # $FreeBSD: ports/mail/dovecot/files/pkg-deinstall.in,v 1.2 2008/11/28 14:38:26 wxs Exp $ # -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then - read -p "${question} [${default}]? " answer - fi - echo ${answer:-${default}} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -delete_account() { - local port user uid group gid - - port=$1 - user=${2%:*} - uid=${2#*:} - group=${3%:*} - gid=${3#*:} - - echo "If you do not intend to reinstall ${port}, you should manually" - echo "remove user '${user}' (uid='${uid}') and group '${group}' (gid='${gid}')." -} - case $2 in - DEINSTALL) - if ps -axc | grep -qw dovecot; then - if yesno "Dovecot is still running. Shall I stop it?" y; then - ${PKG_PREFIX}/etc/rc.d/dovecot stop - sleep 2 - else - echo "OK ... I hope you know what you are doing." - fi - fi - - delete_account Dovecot dovecot:${DOVECOT_UID:-%%DOVECOT_UID%%} dovecot:${DOVECOT_GID:-%%DOVECOT_GID%%} - echo "Also manually 'rm -rf /var/db/dovecot' if anything was stored there." ;; Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 28 Nov 2008 14:38:26 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,92 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/mail/dovecot/files/pkg-install.in,v 1.2 2008/11/28 14:38:26 wxs Exp $ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then - read -p "${question} [${default}]? " answer - fi - echo ${answer:-${default}} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -create_account() { - local port user uid group gid gcos home shell - - port=$1 - user=${2%:*} - uid=${2#*:} - group=${3%:*} - gid=${3#*:} - gcos=$4 - home=$5 - shell=$6 - - pw_user_uid=$(pw usershow -n "${user}" 2>/dev/null | cut -d: -f3) - pw_uid_user=$(pw usershow -u "${uid}" 2>/dev/null | cut -d: -f1) - pw_group_gid=$(pw groupshow -n "${group}" 2>/dev/null | cut -d: -f3) - pw_gid_group=$(pw groupshow -g "${gid}" 2>/dev/null | cut -d: -f1) - - if [ -z "${pw_group_gid}" -a -z "${pw_gid_group}" ]; then - echo "You need a ${group} group; creating it..." - pw groupadd "${group}" -g "${gid}" || exit - echo "Done." - elif [ "${gid}" = "${pw_group_gid}" -a "${group}" = "${pw_gid_group}" ]; then - echo "Using existing ${group} group." - else - echo "${port} has reserved the groupname '${group}' and gid '${gid}':" - [ -n "${pw_group_gid}" -a "${gid}" != "${pw_group_gid}" ] \ - && echo "ERROR: groupname '${group}' already in use by gid '${pw_group_gid}'" - [ -n "${pw_gid_group}" -a "${group}" != "${pw_gid_group}" ] \ - && echo "ERROR: gid '${gid}' already in use by group '${pw_gid_group}'" - echo "Please resolve these issues and try again:" - echo "Either remove the conflicting group or if you wish to continue using a legacy group override DOVECOT_GID." - exit 1 - fi - - if [ -z "${pw_user_uid}" -a -z "${pw_uid_user}" ]; then - echo "You need a ${user} user; creating it..." - pw useradd "${user}" -u "${uid}" -g "${group}" -c "${gcos}" -d "${home}" -s "${shell}" - echo "Done." - elif [ "${uid}" = "${pw_user_uid}" -a "${user}" = "${pw_uid_user}" ]; then - echo "Using existing ${user} user." - else - echo "${port} has reserved the username '${user}' and uid '${uid}':" - [ -n "${pw_user_uid}" -a "${uid}" != "${pw_user_uid}" ] \ - && echo "ERROR: username '${user}' already in use by uid '${pw_user_uid}'" - [ -n "${pw_uid_user}" -a "${user}" != "${pw_uid_user}" ] \ - && echo "ERROR: uid '${uid}' already in use by user '${pw_uid_user}'" - echo "Please resolve these issues and try again:" - echo "Either remove the conflicting user or if you wish to continue using a legacy user override DOVECOT_UID." - exit 1 - fi -} - -case $2 in - -PRE-INSTALL) - create_account Dovecot dovecot:${DOVECOT_UID:-%%DOVECOT_UID%%} dovecot:${DOVECOT_GID:-%%DOVECOT_GID%%} "Dovecot User" /var/empty /usr/sbin/nologin - ;; - -esac --- mail-dovecot.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:00:51 2011 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 ED11F10656B6; Sat, 4 Jun 2011 12:00:51 +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 C57178FC16; Sat, 4 Jun 2011 12:00:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54C0ple076984; Sat, 4 Jun 2011 12:00:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54C0p14076975; Sat, 4 Jun 2011 12:00:51 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 12:00:51 GMT Message-Id: <201106041200.p54C0p14076975@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157606: Fix port: mail/dovecot2 should use 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: Sat, 04 Jun 2011 12:00:52 -0000 Synopsis: Fix port: mail/dovecot2 should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 12:00:50 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157606 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:01:18 2011 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 1DB5D106566B; Sat, 4 Jun 2011 12:01: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 EA0C88FC1E; Sat, 4 Jun 2011 12:01:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54C1Hd0078128; Sat, 4 Jun 2011 12:01:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54C1HU1078124; Sat, 4 Jun 2011 12:01:17 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 12:01:17 GMT Message-Id: <201106041201.p54C1HU1078124@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157607: Fix port: mail/dovecot should use USERS, directory reshuffle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 12:01:18 -0000 Synopsis: Fix port: mail/dovecot should use USERS, directory reshuffle Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 12:01:17 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157607 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:10:12 2011 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 4A526106566C for ; Sat, 4 Jun 2011 12:10: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 200568FC16 for ; Sat, 4 Jun 2011 12:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54CACLY084830 for ; Sat, 4 Jun 2011 12:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54CABbm084829; Sat, 4 Jun 2011 12:10:11 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 12:10:11 GMT Resent-Message-Id: <201106041210.p54CABbm084829@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E85301065780 for ; Sat, 4 Jun 2011 12:08:21 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s2.blu0.hotmail.com (blu0-omc1-s2.blu0.hotmail.com [65.55.116.13]) by mx1.freebsd.org (Postfix) with ESMTP id A64EE8FC1B for ; Sat, 4 Jun 2011 12:08:21 +0000 (UTC) Received: from BLU0-SMTP131 ([65.55.116.9]) by blu0-omc1-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 05:08:21 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP131.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 05:08:19 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54C7iJX090690 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 13:07:44 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54C7h4L090689; Sat, 4 Jun 2011 13:07:43 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 13:07:43 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157608: Fix port: mail/dcc-dccd should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 12:10:12 -0000 >Number: 157608 >Category: ports >Synopsis: Fix port: mail/dcc-dccd should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 12:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that files/pkg-deinstall.in has been removed --- mail-dcc-dccd.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dcc-dccd/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- Makefile 31 Jan 2010 03:45:20 -0000 1.46 +++ Makefile 4 Jun 2011 10:50:48 -0000 @@ -56,9 +56,10 @@ ## User for DCC files and SUID binaries # DCCUSER?= dcc -DCCUID?= 112 DCCGROUP?= dcc -DCCGID?= 112 + +USERS= ${DCCUSER} +GROUPS= ${DCCGROUP} PLIST_SUB+= DCCUSER="${DCCUSER}" @@ -69,9 +70,8 @@ .include -SUB_FILES= pkg-install pkg-deinstall pkg-message -SUB_LIST+= WRKSRC=${WRKSRC} DCCUSER=${DCCUSER} DCCUID=${DCCUID} \ - DCCGROUP=${DCCGROUP} DCCGID=${DCCGID} DCCHOME=${DCCHOME} +SUB_FILES= pkg-install pkg-message +SUB_LIST+= WRKSRC=${WRKSRC} DCCHOME=${DCCHOME} ## /var/dcc home support # @@ -176,10 +176,6 @@ @${ECHO_MSG} 'A description of ALT_HOME may be found in the port's Makefile.' @${ECHO_MSG} ' ' -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PREFIX} PRE-INSTALL - post-install: ## Make certain DCC's config files are owned by DCC's user Index: files/pkg-deinstall.in =================================================================== RCS file: files/pkg-deinstall.in diff -N files/pkg-deinstall.in --- files/pkg-deinstall.in 31 Jan 2010 03:45:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/mail/dcc-dccd/files/pkg-deinstall.in,v 1.1 2010/01/31 03:45:21 pgollucci Exp $ - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -DCCUSER=%%DCCUSER%% - -if pw usershow "${DCCUSER}" 2>/dev/null 1>&2; then - echo "To delete ${DCCUSER} user permanently, use 'pw userdel \"${DCCUSER}\"'" -fi -exit 0 Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/dcc-dccd/files/pkg-install.in,v retrieving revision 1.1 diff -u -r1.1 pkg-install.in --- files/pkg-install.in 31 Jan 2010 03:45:21 -0000 1.1 +++ files/pkg-install.in 2 Jun 2011 21:06:01 -0000 @@ -3,35 +3,9 @@ PREFIX=${PKG_PREFIX:-%%PREFIX%%} -DCCUSER=%%DCCUSER%% -DCCUID=%%DCCUID%% -DCCGROUP=%%DCCGROUP%% -DCCGID=%%DCCGID%% DCCHOME=%%DCCHOME%% -if [ "$2" = "PRE-INSTALL" ]; then - - if ! pw groupshow "$DCCGROUP" 2>/dev/null 1>&2; then - if pw groupadd $DCCGROUP -g $DCCGID; then - echo "=> Added group \"$DCCGROUP\"." - else - echo "=> Adding group \"$DCCGROUP\" failed..." - exit 1 - fi - fi - - if ! pw usershow "$DCCUSER" 2>/dev/null 1>&2; then - if pw useradd $DCCUSER -u $DCCUID -g $DCCGROUP -h - \ - -s "/sbin/nologin" -d "$DCCHOME" \ - -c "Distributed Checksum Clearinghouse"; \ - then - echo "=> Added user \"$DCCUSER\"." - else - echo "=> Adding user \"$DCCUSER\" failed..." - exit 1 - fi - fi -elif [ "$2" = "POST-INSTALL" ]; then +if [ "$2" = "POST-INSTALL" ]; then echo "=> Generating unique passwords for your DCC install..." echo "=>" --- mail-dcc-dccd.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:10:21 2011 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 7A987106564A; Sat, 4 Jun 2011 12:10: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 534EF8FC17; Sat, 4 Jun 2011 12:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54CALS5085702; Sat, 4 Jun 2011 12:10:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54CALS9085691; Sat, 4 Jun 2011 12:10:21 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 12:10:21 GMT Message-Id: <201106041210.p54CALS9085691@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157608: Fix port: mail/dcc-dccd should use 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: Sat, 04 Jun 2011 12:10:21 -0000 Synopsis: Fix port: mail/dcc-dccd should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 12:10:20 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157608 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:30:08 2011 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 931F3106566B for ; Sat, 4 Jun 2011 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 6181E8FC16 for ; Sat, 4 Jun 2011 12:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54CU8tw003239 for ; Sat, 4 Jun 2011 12:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54CU8Cp003236; Sat, 4 Jun 2011 12:30:08 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 12:30:08 GMT Resent-Message-Id: <201106041230.p54CU8Cp003236@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567A1106566C for ; Sat, 4 Jun 2011 12:20:56 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s25.blu0.hotmail.com (blu0-omc1-s25.blu0.hotmail.com [65.55.116.36]) by mx1.freebsd.org (Postfix) with ESMTP id 146EE8FC1A for ; Sat, 4 Jun 2011 12:20:55 +0000 (UTC) Received: from BLU0-SMTP107 ([65.55.116.8]) by blu0-omc1-s25.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 05:20:55 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP107.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 05:20:54 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54C6IKt090516 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 13:06:18 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54C6IeJ090515; Sat, 4 Jun 2011 13:06:18 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 13:06:18 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157609: Fix port: irc/bitlbee-otr should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 12:30:08 -0000 >Number: 157609 >Category: ports >Synopsis: Fix port: irc/bitlbee-otr should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 12:30:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please note that files/pkg-deinstall.in and files/pkg-install.in have been removed --- irc-bitlbee-ort.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/bitlbee-otr/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- Makefile 8 Aug 2010 16:41:53 -0000 1.59 +++ Makefile 4 Jun 2011 10:49:17 -0000 @@ -16,6 +16,7 @@ COMMENT= An IRC to other chat networks gateway with support for OTR SUB_FILES= pkg-message +SUB_LIST+= BITLBEEUSER=${BITLBEEUSER} MAN5= bitlbee.conf.5 MAN8= bitlbee.8 PORTDOCS= AUTHORS CHANGES CREDITS FAQ README @@ -45,22 +46,12 @@ BITLBEEUSER?= bitlbee BITLBEEGROUP?= bitlbee -BITLBEEDIR?= /nonexistent - -BITLBEEUID= 914 -BITLBEEGID= ${BITLBEEUID} +USERS= ${BITLBEEUSER} +GROUPS= ${BITLBEEGROUP} PLIST_SUB= BITLBEEUSER=${BITLBEEUSER} \ BITLBEEGROUP=${BITLBEEGROUP} -SUB_LIST+= BITLBEEUSER=${BITLBEEUSER} \ - BITLBEEGROUP=${BITLBEEGROUP} \ - BITLBEEDIR=${BITLBEEDIR} \ - BITLBEEUID=${BITLBEEUID} \ - BITLBEEGID=${BITLBEEGID} - -SUB_FILES+= pkg-install pkg-deinstall - .include .if !defined(WITHOUT_MSN) @@ -127,9 +118,6 @@ @${REINPLACE_CMD} -e "s:-iquote:-I:g" ${WRKSRC}/configure .endif -pre-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${MKDIR} ${PREFIX}/etc/bitlbee ${MKDIR} -m 0700 /var/db/bitlbee Index: files/pkg-deinstall.in =================================================================== RCS file: files/pkg-deinstall.in diff -N files/pkg-deinstall.in --- files/pkg-deinstall.in 15 Nov 2008 22:13:14 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ -#!/bin/sh - -# -# $FreeBSD: ports/irc/bitlbee-otr/files/pkg-deinstall.in,v 1.2 2008/11/15 22:13:14 miwi Exp $ -# - -BITLBEEUSER=%%BITLBEEUSER%% -BITLBEEGROUP=%%BITLBEEGROUP%% - -if [ "$2" = "POST-DEINSTALL" ]; then - if /usr/sbin/pw group show "${BITLBEEGROUP}" 2>&1 >/dev/null; then - echo "You should manually remove the \"${BITLBEEGROUP}\" group." - fi - - if /usr/sbin/pw user show "${BITLBEEUSER}" 2>&1 >/dev/null; then - echo "You should manually remove the \"${BITLBEEUSER}\" user." - fi -fi Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 15 Nov 2008 22:13:14 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,74 +0,0 @@ -#!/bin/sh - -# -# $FreeBSD: ports/irc/bitlbee-otr/files/pkg-install.in,v 1.2 2008/11/15 22:13:14 miwi Exp $ -# - -BITLBEEDIR=%%BITLBEEDIR%% -BITLBEEUSER=%%BITLBEEUSER%% -BITLBEEGROUP=%%BITLBEEGROUP%% -BITLBEEUID=%%BITLBEEUID%% -BITLBEEGID=%%BITLBEEGID%% - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ "x${answer}" = "x" ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local default question answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy][Ee][Ss]|[Yy]) - return 0 - ;; - [Nn][Oo]|[Nn]) - return 1 - ;; - esac - echo "Please answer yes or no." - done -} - -if [ "$2" = "PRE-INSTALL" ]; then - if /usr/sbin/pw group show "${BITLBEEGROUP}" 2>&1 >/dev/null; then - echo "You already have a \"${BITLBEEGROUP}\" group, so I will use it." - else - echo "You need a \"${BITLBEEGROUP}\" group." - if yesno "Would you like me to create it" "YES"; then - /usr/sbin/pw groupadd "${BITLBEEGROUP}" -g "${BITLBEEGID}" -h - || \ - /usr/sbin/pw groupadd "${BITLBEEGROUP}" -h - || exit - echo "Done." - else - echo "Please create the \"${BITLBEEGROUP}\" group manually and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${BITLBEEUSER}" 2>&1 >/dev/null; then - echo "You already have a \"${BITLBEEUSER}\" user, so I will use it." - else - echo "You need a \"${BITLBEEUSER}\" user." - if yesno "Would you like me to create it" "YES"; then - /usr/sbin/pw useradd "${BITLBEEUSER}" -u "${BITLBEEUID}" -g "${BITLBEEGROUP}" -h - -d "${BITLBEEDIR}" \ - -s /sbin/nologin -c "Bitlbee pseudo-user" || \ - /usr/sbin/pw useradd "${BITLBEEUSER}" -g "${BITLBEEGROUP}" -h - -d "${BITLBEEDIR}" \ - -s /sbin/nologin -c "Bitlbee pseudo-user" || exit - else - echo "Please create the \"${BITLBEEUSER}\" user manually and try again." - exit 1 - fi - fi -fi --- irc-bitlbee-ort.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:30:09 2011 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 0D3E21065673 for ; Sat, 4 Jun 2011 12: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 D16348FC18 for ; Sat, 4 Jun 2011 12:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54CU8i3003271 for ; Sat, 4 Jun 2011 12:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54CU85t003268; Sat, 4 Jun 2011 12:30:08 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 12:30:08 GMT Resent-Message-Id: <201106041230.p54CU85t003268@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9954106564A for ; Sat, 4 Jun 2011 12:24:21 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s1.blu0.hotmail.com (blu0-omc1-s1.blu0.hotmail.com [65.55.116.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8388FC18 for ; Sat, 4 Jun 2011 12:24:21 +0000 (UTC) Received: from BLU0-SMTP147 ([65.55.116.8]) by blu0-omc1-s1.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 05:24:21 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP147.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 05:24:19 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54CNmYs092321 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 13:23:48 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54CNmon092320; Sat, 4 Jun 2011 13:23:48 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 13:23:48 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157610: [PATCH] Fix port: irc/ircd-hybrid should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 12:30:09 -0000 >Number: 157610 >Category: ports >Synopsis: [PATCH] Fix port: irc/ircd-hybrid should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 12:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) Please bear in mind that I've removed pkg-install --- irc-ircd-hybrid.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-hybrid/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- Makefile 2 Sep 2009 15:01:42 -0000 1.44 +++ Makefile 4 Jun 2011 11:21:01 -0000 @@ -19,6 +19,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +USERS= ircd +GROUPS= ${USERS} + USE_RC_SUBR= ircd-hybrid.sh SUB_FILES= pkg-message PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -78,14 +81,13 @@ --ohelpdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/opers \ --messagedir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}/messages \ -pre-install: - ${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL +pre-su-install: ${MKDIR} ${PREFIX}/etc/ircd-hybrid ${PREFIX}/share/${PORTNAME}-${PORTVERSION} ${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/ - ${MKDIR} /var/run/ircd - ${CHOWN} ircd:ircd /var/run/ircd post-install: + ${MKDIR} /var/run/ircd + ${CHOWN} ircd:ircd /var/run/ircd ${INSTALL_SCRIPT} ${WRKSRC}/etc/example.conf.quick ${PREFIX}/etc/ircd-hybrid ${INSTALL_SCRIPT} ${WRKSRC}/etc/example.efnet.conf ${PREFIX}/etc/ircd-hybrid ${INSTALL_SCRIPT} ${WRKSRC}/etc/simple.conf ${PREFIX}/etc/ircd-hybrid Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 20 Oct 2001 15:10:47 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,91 +0,0 @@ -#!/bin/sh - -# This script is a slightly modified copy of the pkg-install script from the -# original ircd-hybrid port, by desmo@bandwidth.org. - -if [ "x$2" != "xPRE-INSTALL" ]; then - exit 0; -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if which -s pw ; then - : -else - cat < /dev/null ; then - echo "You already have a group \"ircd\", so I will use it." -else - if pw groupshow 72 2> /dev/null ; then - echo "You already have a gid \"72\". Please create a user \"ircd\"" - echo "with a default group of \"ircd\"." - exit 1 - fi - echo "You need a group \"ircd\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw groupadd ircd -g 72 || exit - echo "Done." - else - echo "Please create it, and try again." - if ! pw usershow ircd 2> /dev/null ; then - echo "While you're at it, please create a user \"ircd\"" - echo 'too, with a default group of "ircd".' - fi - exit 1 - fi -fi - -if pw usershow ircd 2> /dev/null ; then - echo "You already have a user \"ircd\", so I will use it." -else - if pw usershow 72 2> /dev/null ; then - echo "You already have a uid \"72\". Please create a user \"irc -d\"" - echo "with a default group of \"ircd\"." - exit 1 - fi - echo "You need a user \"ircd\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw useradd ircd -g ircd -u 72 -h - -d /nonexistent \ - -s /nonexistent -c "IRC Daemon" || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi -fi --- irc-ircd-hybrid.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:30:21 2011 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 8FF50106564A; Sat, 4 Jun 2011 12: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 68B588FC13; Sat, 4 Jun 2011 12:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54CULcF004357; Sat, 4 Jun 2011 12:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54CULA2004346; Sat, 4 Jun 2011 12:30:21 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 12:30:21 GMT Message-Id: <201106041230.p54CULA2004346@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ashish@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157609: Fix port: irc/bitlbee-otr should use 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: Sat, 04 Jun 2011 12:30:21 -0000 Synopsis: Fix port: irc/bitlbee-otr should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->ashish Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 12:30:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157609 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 12:30:29 2011 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 EBAA51065680; Sat, 4 Jun 2011 12: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 C49DB8FC0C; Sat, 4 Jun 2011 12:30:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54CUTEA005208; Sat, 4 Jun 2011 12:30:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54CUT7L005197; Sat, 4 Jun 2011 12:30:29 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 12:30:29 GMT Message-Id: <201106041230.p54CUT7L005197@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157610: [PATCH] Fix port: irc/ircd-hybrid should use 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: Sat, 04 Jun 2011 12:30:30 -0000 Synopsis: [PATCH] Fix port: irc/ircd-hybrid should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 12:30:28 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157610 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 13:30:14 2011 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 C6154106564A for ; Sat, 4 Jun 2011 13: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 9B2E08FC1B for ; Sat, 4 Jun 2011 13:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54DUEBq057829 for ; Sat, 4 Jun 2011 13:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54DUEgd057826; Sat, 4 Jun 2011 13:30:14 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 13:30:14 GMT Resent-Message-Id: <201106041330.p54DUEgd057826@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE93C106566C for ; Sat, 4 Jun 2011 13:21:54 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s30.blu0.hotmail.com (blu0-omc1-s30.blu0.hotmail.com [65.55.116.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB5358FC14 for ; Sat, 4 Jun 2011 13:21:54 +0000 (UTC) Received: from BLU0-SMTP128 ([65.55.116.7]) by blu0-omc1-s30.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 06:21:54 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP128.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 06:21:52 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54DLMSx018380 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 14:21:22 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54DLMB0018379; Sat, 4 Jun 2011 14:21:22 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 14:21:22 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157611: Fix port: irc/ircd-ratbox should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 13:30:14 -0000 >Number: 157611 >Category: ports >Synopsis: Fix port: irc/ircd-ratbox should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 13:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) --- irc-ircd-ratbox.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-ratbox/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 28 Jan 2010 21:29:16 -0000 1.17 +++ Makefile 4 Jun 2011 12:24:35 -0000 @@ -25,6 +25,9 @@ USE_RC_SUBR= ircd-ratbox.sh USE_PERL5_BUILD= yes +USERS= ircd +GROUPS= ${USERS} + LOGDIR= /var/log/${PORTNAME} RUNDIR= /var/run/${PORTNAME} SUB_FILES= pkg-message pkg-install @@ -179,13 +182,12 @@ ${PERL} ${WRKSRC}/contrib/ircd-shortcut.pl pre-su-install: - @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL ${MKDIR} ${PREFIX}/etc/${PORTNAME} - ${CHOWN} ircd:ircd ${PREFIX}/etc/${PORTNAME} ${MKDIR} ${DATADIR}/help ${MKDIR} ${PREFIX}/lib/${PORTNAME}/modules post-install: + ${CHOWN} -R ircd:ircd ${PREFIX}/etc/${PORTNAME} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} Index: files/pkg-install.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-ratbox/files/pkg-install.in,v retrieving revision 1.1 diff -u -r1.1 pkg-install.in --- files/pkg-install.in 27 Jan 2006 06:09:27 -0000 1.1 +++ files/pkg-install.in 2 Jun 2011 19:19:42 -0000 @@ -3,93 +3,12 @@ # Adapted from irc/ircd-hybrid's script # -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - #----------------------------------------------------------------------- if [ "x$2" = "xPRE-INSTALL" ]; then #----------------------------------------------------------------------- - -if which -s pw ; then - : -else - cat < /dev/null ; then - echo "You already have a group \"ircd\", so I will use it." -else - if pw groupshow 72 2> /dev/null ; then - echo "You already have a gid \"72\". Please create a user \"ircd\"" - echo "with a default group of \"ircd\"." - exit 1 - fi - echo "You need a group \"ircd\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw groupadd ircd -g 72 || exit - echo "Done." - else - echo "Please create it, and try again." - if ! pw usershow ircd 2> /dev/null ; then - echo "While you're at it, please create a user \"ircd\"" - echo 'too, with a default group of "ircd".' - fi - exit 1 - fi -fi - -if pw usershow ircd 2> /dev/null ; then - echo "You already have a user \"ircd\", so I will use it." -else - if pw usershow 72 2> /dev/null ; then - echo "You already have a uid \"72\". Please create a user \"irc -d\"" - echo "with a default group of \"ircd\"." - exit 1 - fi - echo "You need a user \"ircd\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw useradd ircd -g ircd -u 72 -h - -d /nonexistent \ - -s /nonexistent -c "IRC Daemon" || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi -fi - +# +# ${DO_NADA} +# #----------------------------------------------------------------------- elif [ "x$2" = "xPOST-INSTALL" ]; then #----------------------------------------------------------------------- --- irc-ircd-ratbox.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 13:30:26 2011 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 8732A106564A; Sat, 4 Jun 2011 13: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 600B48FC1B; Sat, 4 Jun 2011 13:30:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54DUQpE059000; Sat, 4 Jun 2011 13:30:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54DUQmV058989; Sat, 4 Jun 2011 13:30:26 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 13:30:26 GMT Message-Id: <201106041330.p54DUQmV058989@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157611: Fix port: irc/ircd-ratbox should use 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: Sat, 04 Jun 2011 13:30:26 -0000 Synopsis: Fix port: irc/ircd-ratbox should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 13:30:25 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157611 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 16:10:07 2011 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 61FD2106566B for ; Sat, 4 Jun 2011 16: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 327428FC16 for ; Sat, 4 Jun 2011 16:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54GA7LN001919 for ; Sat, 4 Jun 2011 16:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54GA7MD001918; Sat, 4 Jun 2011 16:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 16:10:07 GMT Resent-Message-Id: <201106041610.p54GA7MD001918@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D041065675 for ; Sat, 4 Jun 2011 16:03:26 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s3.blu0.hotmail.com (blu0-omc1-s3.blu0.hotmail.com [65.55.116.14]) by mx1.freebsd.org (Postfix) with ESMTP id A34688FC1E for ; Sat, 4 Jun 2011 16:03:26 +0000 (UTC) Received: from BLU0-SMTP130 ([65.55.116.9]) by blu0-omc1-s3.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 09:03:26 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP130.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 09:03:24 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54G2det028343 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 17:02:39 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54G2doc028335; Sat, 4 Jun 2011 17:02:39 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 17:02:39 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157612: Fix port: irc/inspircd should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 16:10:07 -0000 >Number: 157612 >Category: ports >Synopsis: Fix port: irc/inspircd should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 16:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS Submitted by: Chris Rees (utisoft@gmail.com) I've removed files/pkg-install.in ; the post-install target wasn't being used anyway --- irc-inspircd.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/inspircd/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 17 Mar 2011 15:51:01 -0000 1.14 +++ Makefile 4 Jun 2011 13:20:07 -0000 @@ -18,21 +18,19 @@ USE_RC_SUBR= ${PORTNAME} MAKEFILE= BSDmakefile +USERS= ${INSPIRCD_USR} +GROUPS= ${INSPIRCD_GRP} + INSPIRCD_USR?= ircd INSPIRCD_UID?= 72 INSPIRCD_GRP?= ircd -INSPIRCD_GID?= 72 INSPIRCD_RUN?= /var/run/${PORTNAME} INSPIRCD_LOG?= /var/log/${PORTNAME}/ircd.log SUB_LIST+= PORTNAME=${PORTNAME} \ INSPIRCD_USR=${INSPIRCD_USR} \ - INSPIRCD_UID=${INSPIRCD_UID} \ INSPIRCD_GRP=${INSPIRCD_GRP} \ - INSPIRCD_GID=${INSPIRCD_GID} \ - INSPIRCD_RUN=${INSPIRCD_RUN} \ - INSPIRCD_LOG=${INSPIRCD_LOG} PLIST_SUB+= INSPIRCD_GRP=${INSPIRCD_GRP} -SUB_FILES+= pkg-install pkg-deinstall +SUB_FILES+= pkg-deinstall # Configure script is written in perl USE_PERL5_BUILD=yes @@ -98,7 +96,7 @@ .endif .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) -.include <${PORTSDIR}/Mk/bsd.openssl.mk> +.include CONFIGURE_ARGS+= --enable-openssl PLIST_SUB+= OPENSSL="" .else @@ -107,13 +105,9 @@ CONFIGURE_ARGS+= --enable-extras=${EXTRAS} -pre-install: - ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: @${STRIP_CMD} ${PREFIX}/lib/${PORTNAME}/modules/*.so @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} - ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .for FILE in inspircd.censor inspircd.conf inspircd.filter inspircd.helpop-full \ inspircd.helpop inspircd.motd inspircd.quotes inspircd.rules links.conf modules.conf opers.conf @if ${TEST} -f ${ETCDIR}/${FILE} && \ Index: files/pkg-install.in =================================================================== RCS file: files/pkg-install.in diff -N files/pkg-install.in --- files/pkg-install.in 19 May 2008 07:01:38 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,109 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/irc/inspircd/files/pkg-install.in,v 1.1 2008/05/19 07:01:38 beech Exp $ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -inspircd_usr=%%INSPIRCD_USR%% -inspircd_uid=%%INSPIRCD_UID%% -inspircd_grp=%%INSPIRCD_GRP%% -inspircd_gid=%%INSPIRCD_GID%% -inspircd_name=%%PORTNAME%% -etcdir=%%ETCDIR%% - -inspircd_gcos="IRC daemon" -inspircd_home=/nonexistent -inspircd_shell=/sbin/nologin - -create_group() { - local user uid group gid gcos home shell - - user=$1 - uid=$2 - group=$3 - gid=$4 - gcos=$5 - home=$6 - shell=$7 - - if pw groupadd -n $group -g $gid ; then - echo "===> Group $group created" - else - cat <<-EOERRORMSG - *** Failed to create the $group group. - - Please add the $user user and $group group - manually with the commands: - - pw groupadd -n $group -g $gid - pw useradd -n $user -u $uid -g $group -c "$gcos" \\ - -d $home -s $shell -h - - - and retry installing this package. - EOERRORMSG - exit 1 - fi -} - - -create_user() { - local user uid group gid gcos home shell - - user=$1 - uid=$2 - group=$3 - gid=$4 - gcos=$5 - home=$6 - shell=$7 - - if pw useradd -n $user -u $uid -g $group -c "$gcos" -d $home \ - -s $shell -h - ; then - echo "===> Created $user user" - else - cat <<-EOERRORMSG - *** Failed to create the $user user. - - Please add the $user user manually with the command: - - pw useradd -n $user -u $uid -g $group -c "$gcos" \\ - -d $home -s $shell -h - - - and retry installing this package. - EOERRORMSG - exit 1 - fi -} - - -case $2 in - PRE-INSTALL) - - # Create the inspircd user and group if they do not already exist - - if pw user show -n $inspircd_usr >/dev/null 2>&1 ; then - echo "===> Using pre-existing user $inspircd_usr" - else - if ! pw group show -n $inspircd_grp >/dev/null 2>&1 ; then - create_group $inspircd_usr $inspircd_uid $inspircd_grp \ - $inspircd_gid "$inspircd_gcos" $inspircd_home \ - $inspircd_shell - fi - create_user $inspircd_usr $inspircd_uid $inspircd_grp \ - $inspircd_gid "$inspircd_gcos" $inspircd_home \ - $inspircd_shell - fi - ;; - - POST-INSTALL) - - # Make sure access to the etc dir is limited to $inspircd_grp - chmod 750 $etcdir - chgrp $inspircd_grp $etcdir - ;; -esac - -# -# That's All Folks! -# --- irc-inspircd.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 16:10:07 2011 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 BC86B1065670 for ; Sat, 4 Jun 2011 16: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 8CA538FC0A for ; Sat, 4 Jun 2011 16:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54GA7hH001928 for ; Sat, 4 Jun 2011 16:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54GA7cE001927; Sat, 4 Jun 2011 16:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 16:10:07 GMT Resent-Message-Id: <201106041610.p54GA7cE001927@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6520E1065704 for ; Sat, 4 Jun 2011 16:06:53 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s5.blu0.hotmail.com (blu0-omc1-s5.blu0.hotmail.com [65.55.116.16]) by mx1.freebsd.org (Postfix) with ESMTP id 268928FC14 for ; Sat, 4 Jun 2011 16:06:52 +0000 (UTC) Received: from BLU0-SMTP170 ([65.55.116.8]) by blu0-omc1-s5.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 09:06:52 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP170.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 09:06:50 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54G6NsH031438 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 17:06:25 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54G6N9P031437; Sat, 4 Jun 2011 17:06:23 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 17:06:23 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157613: Fix port: mail/fetchmail should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 16:10:07 -0000 >Number: 157613 >Category: ports >Synopsis: Fix port: mail/fetchmail should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 16:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= >How-To-Repeat: >Fix: - Use USERS and GROUPS - Move rundir creation to pkg-plist Submitted by: Chris Rees (utisoft@gmail.com) Please note that pkg-install has been removed. --- mail-fetchmail.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/fetchmail/Makefile,v retrieving revision 1.214 diff -u -r1.214 Makefile --- Makefile 11 Dec 2010 22:27:06 -0000 1.214 +++ Makefile 4 Jun 2011 12:40:36 -0000 @@ -25,6 +25,9 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +USERS= ${PORTNAME} +GROUPS= ${USERS} + USE_RC_SUBR= fetchmail FETCHMAILRC= ${PREFIX}/etc/fetchmailrc SUB_FILES= pkg-message @@ -113,9 +116,6 @@ post-build: @cd ${WRKSRC} && ${MAKE} check -pre-su-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: .if !defined(NOPORTDOCS) ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${DOCSDIR} Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 15 May 2006 21:18:39 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,46 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/mail/fetchmail/pkg-install,v 1.2 2006/05/15 21:18:39 barner Exp $ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -if [ -x /usr/sbin/nologin ]; then - NOLOGIN=/usr/sbin/nologin -else - NOLOGIN=/sbin/nologin -fi - -if [ x"$2" = xPRE-INSTALL ]; then - USER=fetchmail - UID=124 - GROUP=fetchmail - GID=124 - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -g ${GID} - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -u ${UID} -g ${GROUP} -h - -d /var/run/fetchmail -s ${NOLOGIN} -c "Fetchmail mail-retrieval daemon"; then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi -fi - -/usr/bin/install -d -m 755 -o fetchmail -g fetchmail /var/run/fetchmail Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/fetchmail/pkg-plist,v retrieving revision 1.29 diff -u -r1.29 pkg-plist --- pkg-plist 4 Nov 2009 10:47:33 -0000 1.29 +++ pkg-plist 4 Jun 2011 12:39:09 -0000 @@ -36,6 +36,7 @@ %%NLS%%share/locale/tr/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/vi/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/fetchmail.mo +@exec /usr/bin/install -d -m 755 -o fetchmail -g fetchmail /var/run/fetchmail @unexec if cmp -s %D/etc/fetchmailrc.sample %D/etc/fetchmailrc; then rm -f %D/etc/fetchmailrc; fi etc/fetchmailrc.sample @exec if [ ! -f %D/etc/fetchmailrc ] ; then cp -p %D/%F %B/fetchmailrc; fi --- mail-fetchmail.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 16:10:08 2011 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 2311D1065672 for ; Sat, 4 Jun 2011 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 E6C6F8FC19 for ; Sat, 4 Jun 2011 16:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54GA7Ml001980 for ; Sat, 4 Jun 2011 16:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54GA7s8001973; Sat, 4 Jun 2011 16:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 16:10:07 GMT Resent-Message-Id: <201106041610.p54GA7s8001973@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD8B0106566B for ; Sat, 4 Jun 2011 16:07:07 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s26.blu0.hotmail.com (blu0-omc1-s26.blu0.hotmail.com [65.55.116.37]) by mx1.freebsd.org (Postfix) with ESMTP id 89A3C8FC15 for ; Sat, 4 Jun 2011 16:07:07 +0000 (UTC) Received: from BLU0-SMTP180 ([65.55.116.9]) by blu0-omc1-s26.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 09:07:07 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP180.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 09:07:04 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54G0UVi024980 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 17:00:30 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54G0Trp024957; Sat, 4 Jun 2011 17:00:29 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 17:00:29 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157614: Fix port: irc/ircd-rusnet should use USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 16:10:08 -0000 >Number: 157614 >Category: ports >Synopsis: Fix port: irc/ircd-rusnet should use USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 16:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: bayofrum >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: This port uses pkg-install to create new users instead of using USERS= and GROUPS= It also tries to delete the users and groups on deinstall, which is bad if any other installed ports need them. The configure.in patch is redundant since configure is patched as well and autoconf is not run -- I'm not saying that this is correct, but now we have the configure patch there we may as well use it. The patch to the configure patch stops the port testing for the existence of the user -- we shouldn't be messing with /etc/passwd before install. >How-To-Repeat: >Fix: - Use USERS and GROUPS - Remove pointless configure.in patch Submitted by: Chris Rees (utisoft@gmail.com) Removed files: pkg-install, pkg-deinstall, files/patch-support-configure.in --- irc-ircd-rusnet.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-rusnet/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 27 Aug 2008 16:13:00 -0000 1.11 +++ Makefile 4 Jun 2011 13:23:12 -0000 @@ -23,8 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= irc_cv_mathlib=-lm -USER= ircd -GROUP= ${USER} +USERS= ircd +GROUPS= ${USERS} NETWORK= RusNet VARDIR?= /var @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --sysconfdir=${IRCD_CONFDIR} --codepagedir=${IRCD_CODEPAGES} \ --logdir=${IRCD_LOGDIR} --localstatedir=${IRCD_RUNDIR} \ - --with-user=${USER} --with-group=${GROUP} --with-netname=${NETWORK} + --with-user=${USERS} --with-group=${GROUPS} --with-netname=${NETWORK} ALL_TARGET= server tkserv client BUILD_WRKSRC= ${WRKSRC}/build @@ -72,12 +72,6 @@ .include -pre-configure: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-CONFIGURE - -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ircd.sh.sample ${PREFIX}/etc/rc.d ${CP} ${FILESDIR}/ircd.motd.sample ${IRCD_CONFDIR} @@ -90,8 +84,8 @@ .for logfile in ${LOGS} ${TOUCH} ${IRCD_LOGDIR}/${logfile} .endfor - @${CHOWN} -R ${USER}:${GROUP} ${IRCD_LOGDIR} - @${CHOWN} -R ${USER}:${GROUP} ${IRCD_RUNDIR} + @${CHOWN} -R ${USERS}:${GROUPS} ${IRCD_LOGDIR} + @${CHOWN} -R ${USERS}:${GROUPS} ${IRCD_RUNDIR} @${CAT} ${PKGMESSAGE} .include Index: pkg-deinstall =================================================================== RCS file: pkg-deinstall diff -N pkg-deinstall --- pkg-deinstall 20 Apr 2005 16:22:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ -#! /bin/sh - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -PATH=/bin:/usr/bin - -USER=ircd -GROUP=${USER} - -if /usr/sbin/pw groupdel ${GROUP}; then - echo "Deleted group \"${GROUP}\"" -else - echo "Deleting group \"${GROUP}\" failed" - exit 1 -fi - -if /usr/sbin/pw userdel ${USER}; then - echo "Deleted user \"${USER}\"" -else - echo "Deleting user \"${USER}\" failed" - exit 1 -fi - -exit 0 Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 20 Apr 2005 16:22:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,35 +0,0 @@ -#! /bin/sh - -if [ "$2" != "PRE-CONFIGURE" -a "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -PATH=/bin:/usr/bin - -USER=ircd -UID=72 -GROUP=${USER} -GID=${UID} - -if ! /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if /usr/sbin/pw groupadd ${GROUP} -g ${GID}; then - echo -n "Added group: " - /usr/sbin/pw groupshow ${GROUP} - else - echo "Adding group \"${GROUP}\" failed" - exit 1 - fi -fi - -if ! /usr/sbin/pw usershow "${USER}" 2>/dev/null 1>&2; then - if /usr/sbin/pw useradd ${USER} -h - -u ${UID} -g ${GROUP} \ - -d "/nonexistent" -s "/sbin/nologin" -c "RusNet IRC Server"; then - echo -n "Added user: " - /usr/sbin/pw usershow ${USER} - else - echo "Adding user \"${USER}\" failed" - exit 1 - fi -fi - -exit 0 Index: files/patch-support-configure =================================================================== RCS file: /exports/cvsroot-freebsd/ports/irc/ircd-rusnet/files/patch-support-configure,v retrieving revision 1.2 diff -u -r1.2 patch-support-configure --- files/patch-support-configure 1 Aug 2005 17:52:07 -0000 1.2 +++ files/patch-support-configure 4 Jun 2011 11:43:41 -0000 @@ -1,5 +1,12 @@ ---- support/configure.old Tue Dec 7 10:11:23 2004 -+++ support/configure Mon Aug 1 19:15:50 2005 +$FreeBSD$ + +The check for the UIDs has been removed since bsd.port.mk should handle user +creation via the USERS variable, and it's certainly wrong to mess with +/etc/passwd before configure. There should be no problem with hardcoding the +UID; it's hardcoded into ${PORTSDIR}/UIDs anyway. + +--- support/configure.orig 2004-12-07 09:11:23.000000000 +0000 ++++ support/configure 2011-06-04 12:38:56.981921275 +0100 @@ -1,6 +1,6 @@ #! /bin/sh @@ -17,7 +24,7 @@ # Any additions from configure.in: ac_help="$ac_help --with-zlib checks for zlib; if found, enables compressed links" -@@ -29,6 +29,10 @@ ac_help="$ac_help +@@ -29,6 +29,10 @@ --enable-ip6 enables IPv6" ac_help="$ac_help --enable-dsm enables dynamically shared modules for iauth" @@ -28,7 +35,7 @@ # Initialize some variables set by options. # The variables have the same names as the options, with -@@ -178,7 +182,7 @@ Directory and file names: +@@ -178,7 +182,7 @@ --includedir=DIR C header files in DIR [PREFIX/include] --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] --logdir=DIR log files in DIR [PREFIX/var/log/ircd] @@ -37,7 +44,7 @@ --infodir=DIR info documentation in DIR [PREFIX/info] --mandir=DIR man documentation in DIR [PREFIX/man] --srcdir=DIR find the sources in DIR [configure dir or ..] -@@ -250,7 +254,7 @@ EOF +@@ -250,7 +254,7 @@ -logdir=* | --logdir=* | --logdi=* | --logd=*) logdir="$ac_optarg/" ;; @@ -46,7 +53,7 @@ ac_prev=codepagedir ;; -codepagedir=* | --codepagedir=* | --codepagedi=* | --codepaged=* | --codepage=*) codepagedir="$ac_optarg/" ;; -@@ -612,7 +616,7 @@ else { echo "configure: error: can not r +@@ -612,7 +616,7 @@ fi echo $ac_n "checking host system type""... $ac_c" 1>&6 @@ -55,7 +62,7 @@ host_alias=$host case "$host_alias" in -@@ -633,7 +637,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)- +@@ -633,7 +637,7 @@ echo "$ac_t""$host" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6 @@ -64,7 +71,7 @@ target_alias=$target case "$target_alias" in -@@ -651,7 +655,7 @@ target_os=`echo $target | sed 's/^\([^-] +@@ -651,7 +655,7 @@ echo "$ac_t""$target" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6 @@ -73,7 +80,7 @@ build_alias=$build case "$build_alias" in -@@ -676,7 +680,7 @@ test "$host_alias" != "$target_alias" && +@@ -676,7 +680,7 @@ echo $ac_n "checking cached system tuple""... $ac_c" 1>&6 @@ -82,7 +89,7 @@ if { test x"${ac_cv_host_system_type+set}" = x"set" && test x"$ac_cv_host_system_type" != x"$host"; } || { test x"${ac_cv_build_system_type+set}" = x"set" && -@@ -697,7 +701,7 @@ echo "configure:673: checking cached sys +@@ -697,7 +701,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -91,7 +98,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -727,7 +731,7 @@ if test -z "$CC"; then +@@ -727,7 +731,7 @@ # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -100,7 +107,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -775,7 +779,7 @@ fi +@@ -775,7 +779,7 @@ test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 @@ -109,7 +116,7 @@ ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -@@ -786,12 +790,12 @@ cross_compiling=$ac_cv_prog_cc_cross +@@ -786,12 +790,12 @@ cat > conftest.$ac_ext << EOF @@ -124,7 +131,7 @@ ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then -@@ -817,12 +821,12 @@ if test $ac_cv_prog_cc_works = no; then +@@ -817,12 +821,12 @@ { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 @@ -139,7 +146,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -831,7 +835,7 @@ else +@@ -831,7 +835,7 @@ yes; #endif EOF @@ -148,7 +155,7 @@ ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no -@@ -845,7 +849,7 @@ if test $ac_cv_prog_gcc = yes; then +@@ -845,7 +849,7 @@ ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 @@ -157,7 +164,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -863,14 +867,14 @@ echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 +@@ -863,14 +867,14 @@ if test "$ac_test_CFLAGS" = set; then CFLAGS="$ac_save_CFLAGS" else @@ -174,7 +181,7 @@ # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= -@@ -885,13 +889,13 @@ else +@@ -885,13 +889,13 @@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 @@ -237,7 +244,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -996,7 +1000,7 @@ done +@@ -996,7 +1000,7 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 @@ -246,7 +253,7 @@ if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -1053,7 +1057,7 @@ do +@@ -1053,7 +1057,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -255,7 +262,7 @@ if eval "test \"`echo '$''{'ac_cv_path_SUM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1091,13 +1095,13 @@ test -n "$SUM" || SUM="true" +@@ -1091,13 +1095,13 @@ if test $ac_cv_prog_gcc = yes; then echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 @@ -271,7 +278,7 @@ #include "confdefs.h" #include Autoconf TIOCGETP -@@ -1115,7 +1119,7 @@ rm -f conftest* +@@ -1115,7 +1119,7 @@ if test $ac_cv_prog_gcc_traditional = no; then cat > conftest.$ac_ext < Autoconf TCGETA -@@ -1138,7 +1142,7 @@ fi +@@ -1138,7 +1142,7 @@ echo $ac_n "checking for AIX""... $ac_c" 1>&6 @@ -289,7 +296,7 @@ if eval "test \"`echo '$''{'irc_cv_aix'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1170,7 +1174,7 @@ EOF +@@ -1170,7 +1174,7 @@ fi echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 @@ -298,7 +305,7 @@ if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then -@@ -1192,17 +1196,17 @@ fi +@@ -1192,17 +1196,17 @@ ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6 @@ -319,7 +326,7 @@ ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -1240,9 +1244,9 @@ EOF +@@ -1240,9 +1244,9 @@ fi echo $ac_n "checking for SGI's cc""... $ac_c" 1>&6 @@ -331,7 +338,7 @@ #include "confdefs.h" #ifdef sgi yes -@@ -1265,9 +1269,9 @@ rm -f conftest* +@@ -1265,9 +1269,9 @@ echo $ac_n "checking for HPUX's cc""... $ac_c" 1>&6 @@ -343,7 +350,7 @@ #include "confdefs.h" #ifdef hpux yes -@@ -1290,7 +1294,7 @@ rm -f conftest* +@@ -1290,7 +1294,7 @@ echo $ac_n "checking for SunOS""... $ac_c" 1>&6 @@ -352,7 +359,7 @@ if eval "test \"`echo '$''{'irc_cv_sun'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1330,13 +1334,13 @@ EOF +@@ -1330,13 +1334,13 @@ fi echo $ac_n "checking for Linux""... $ac_c" 1>&6 @@ -368,7 +375,7 @@ #include "confdefs.h" #include EOF -@@ -1370,12 +1374,12 @@ EOF +@@ -1370,12 +1374,12 @@ fi echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 @@ -383,7 +390,7 @@ #include "confdefs.h" int main() { -@@ -1386,7 +1390,7 @@ int main() { +@@ -1386,7 +1390,7 @@ return __CYGWIN__; ; return 0; } EOF @@ -392,7 +399,7 @@ rm -rf conftest* ac_cv_cygwin=yes else -@@ -1411,12 +1415,12 @@ fi +@@ -1411,12 +1415,12 @@ echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 @@ -407,7 +414,7 @@ #include "confdefs.h" #include #include -@@ -1424,7 +1428,7 @@ else +@@ -1424,7 +1428,7 @@ #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" @@ -416,7 +423,7 @@ ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -1441,7 +1445,7 @@ rm -f conftest* +@@ -1441,7 +1445,7 @@ if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF -@@ -1459,7 +1463,7 @@ fi +@@ -1459,7 +1463,7 @@ if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF -@@ -1480,7 +1484,7 @@ if test "$cross_compiling" = yes; then +@@ -1480,7 +1484,7 @@ : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -@@ -1491,7 +1495,7 @@ if (XOR (islower (i), ISLOWER (i)) || to +@@ -1491,7 +1495,7 @@ exit (0); } EOF @@ -452,7 +459,7 @@ then : else -@@ -1515,12 +1519,12 @@ EOF +@@ -1515,12 +1519,12 @@ fi echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 @@ -467,7 +474,7 @@ #include "confdefs.h" #include #include -@@ -1536,7 +1540,7 @@ wait (&s); +@@ -1536,7 +1540,7 @@ s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } EOF @@ -476,7 +483,7 @@ rm -rf conftest* ac_cv_header_sys_wait_h=yes else -@@ -1560,17 +1564,17 @@ for ac_hdr in stdio.h stdlib.h sys/types +@@ -1560,17 +1564,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -497,7 +504,7 @@ ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -1597,12 +1601,12 @@ fi +@@ -1597,12 +1601,12 @@ done echo $ac_n "checking for sys_nerr declaration in stdio.h, errno.h or sys/errno.h""... $ac_c" 1>&6 @@ -512,7 +519,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -1621,7 +1625,7 @@ int main() { +@@ -1621,7 +1625,7 @@ int num = sys_nerr; ; return 0; } EOF @@ -521,7 +528,7 @@ rm -rf conftest* irc_cv_decl_sys_nerr=yes else -@@ -1642,12 +1646,12 @@ EOF +@@ -1642,12 +1646,12 @@ fi echo $ac_n "checking for errno declaration in errno.h or sys/errno.h""... $ac_c" 1>&6 @@ -536,7 +543,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -1663,7 +1667,7 @@ int main() { +@@ -1663,7 +1667,7 @@ int num = errno; ; return 0; } EOF @@ -545,7 +552,7 @@ rm -rf conftest* irc_cv_decl_errno=yes else -@@ -1684,12 +1688,12 @@ EOF +@@ -1684,12 +1688,12 @@ fi echo $ac_n "checking for h_errno declaration in errno.h, sys/errno.h or netdb.h""... $ac_c" 1>&6 @@ -560,7 +567,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -1708,7 +1712,7 @@ int main() { +@@ -1708,7 +1712,7 @@ int num = h_errno; ; return 0; } EOF @@ -569,7 +576,7 @@ rm -rf conftest* irc_cv_decl_h_errno=yes else -@@ -1729,12 +1733,12 @@ EOF +@@ -1729,12 +1733,12 @@ fi echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 @@ -584,7 +591,7 @@ #include "confdefs.h" #include #include -@@ -1785,12 +1789,12 @@ EOF +@@ -1785,12 +1789,12 @@ fi echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 @@ -599,7 +606,7 @@ #include "confdefs.h" #include #include -@@ -1799,7 +1803,7 @@ int main() { +@@ -1799,7 +1803,7 @@ struct tm *tp; ; return 0; } EOF @@ -608,7 +615,7 @@ rm -rf conftest* ac_cv_header_time=yes else -@@ -1820,12 +1824,12 @@ EOF +@@ -1820,12 +1824,12 @@ fi echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 @@ -623,7 +630,7 @@ #include "confdefs.h" #include #include -@@ -1833,7 +1837,7 @@ int main() { +@@ -1833,7 +1837,7 @@ struct tm *tp; tp->tm_sec; ; return 0; } EOF @@ -632,7 +639,7 @@ rm -rf conftest* ac_cv_struct_tm=time.h else -@@ -1854,12 +1858,12 @@ EOF +@@ -1854,12 +1858,12 @@ fi echo $ac_n "checking for mode_t""... $ac_c" 1>&6 @@ -647,7 +654,7 @@ #include "confdefs.h" #include #if STDC_HEADERS -@@ -1887,12 +1891,12 @@ EOF +@@ -1887,12 +1891,12 @@ fi echo $ac_n "checking for off_t""... $ac_c" 1>&6 @@ -662,7 +669,7 @@ #include "confdefs.h" #include #if STDC_HEADERS -@@ -1920,12 +1924,12 @@ EOF +@@ -1920,12 +1924,12 @@ fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 @@ -677,7 +684,7 @@ #include "confdefs.h" #include #if STDC_HEADERS -@@ -1953,12 +1957,12 @@ EOF +@@ -1953,12 +1957,12 @@ fi echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 @@ -692,7 +699,7 @@ #include "confdefs.h" #include #include -@@ -1975,7 +1979,7 @@ int main() { +@@ -1975,7 +1979,7 @@ int i; ; return 0; } EOF @@ -701,7 +708,7 @@ rm -rf conftest* ac_cv_type_signal=void else -@@ -1994,12 +1998,12 @@ EOF +@@ -1994,12 +1998,12 @@ echo $ac_n "checking for size_t""... $ac_c" 1>&6 @@ -716,7 +723,7 @@ #include "confdefs.h" #include #if STDC_HEADERS -@@ -2027,12 +2031,12 @@ EOF +@@ -2027,12 +2031,12 @@ fi echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 @@ -731,7 +738,7 @@ #include "confdefs.h" #include EOF -@@ -2061,12 +2065,12 @@ EOF +@@ -2061,12 +2065,12 @@ fi echo $ac_n "checking whether an union wait * is mandatory in waitpid""... $ac_c" 1>&6 @@ -746,7 +753,7 @@ #include "confdefs.h" #if HAVE_SYS_WAIT_H -@@ -2079,7 +2083,7 @@ waitpid(-1, &status, 0); +@@ -2079,7 +2083,7 @@ ; return 0; } EOF @@ -755,7 +762,7 @@ rm -rf conftest* irc_cv_type_union_wait=no else -@@ -2087,7 +2091,7 @@ else +@@ -2087,7 +2091,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* cat > conftest.$ac_ext <&6 @@ -788,7 +795,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2164,12 +2168,12 @@ EOF +@@ -2164,12 +2168,12 @@ fi echo $ac_n "checking for u_int8_t""... $ac_c" 1>&6 @@ -803,7 +810,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2203,12 +2207,12 @@ EOF +@@ -2203,12 +2207,12 @@ fi echo $ac_n "checking for int16_t""... $ac_c" 1>&6 @@ -818,7 +825,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2242,12 +2246,12 @@ EOF +@@ -2242,12 +2246,12 @@ fi echo $ac_n "checking for u_int16_t""... $ac_c" 1>&6 @@ -833,7 +840,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2281,12 +2285,12 @@ EOF +@@ -2281,12 +2285,12 @@ fi echo $ac_n "checking for int32_t""... $ac_c" 1>&6 @@ -848,7 +855,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2320,12 +2324,12 @@ EOF +@@ -2320,12 +2324,12 @@ fi echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6 @@ -863,7 +870,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2359,12 +2363,12 @@ EOF +@@ -2359,12 +2363,12 @@ fi echo $ac_n "checking for u_char""... $ac_c" 1>&6 @@ -878,7 +885,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2398,12 +2402,12 @@ EOF +@@ -2398,12 +2402,12 @@ fi echo $ac_n "checking for u_short""... $ac_c" 1>&6 @@ -893,7 +900,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2437,12 +2441,12 @@ EOF +@@ -2437,12 +2441,12 @@ fi echo $ac_n "checking for u_int""... $ac_c" 1>&6 @@ -908,7 +915,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2476,12 +2480,12 @@ EOF +@@ -2476,12 +2480,12 @@ fi echo $ac_n "checking for u_long""... $ac_c" 1>&6 @@ -923,7 +930,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -2516,14 +2520,14 @@ fi +@@ -2516,14 +2520,14 @@ echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 @@ -940,7 +947,7 @@ #include "confdefs.h" #include #include -@@ -2534,11 +2538,11 @@ int main() { +@@ -2534,11 +2538,11 @@ #endif ; return 0; } EOF @@ -954,7 +961,7 @@ #include "confdefs.h" #include #include -@@ -2549,7 +2553,7 @@ int main() { +@@ -2549,7 +2553,7 @@ #endif ; return 0; } EOF @@ -963,7 +970,7 @@ rm -rf conftest* ac_cv_c_bigendian=yes else -@@ -2569,7 +2573,7 @@ if test "$cross_compiling" = yes; then +@@ -2569,7 +2573,7 @@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&6 @@ -996,7 +1003,7 @@ #include "confdefs.h" int main() { -@@ -2660,7 +2664,7 @@ ccp = (char const *const *) p; +@@ -2660,7 +2664,7 @@ ; return 0; } EOF @@ -1005,7 +1012,7 @@ rm -rf conftest* ac_cv_c_const=yes else -@@ -2682,7 +2686,7 @@ fi +@@ -2682,7 +2686,7 @@ echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 @@ -1014,7 +1021,7 @@ ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2690,7 +2694,7 @@ else +@@ -2690,7 +2694,7 @@ ac_save_LIBS="$LIBS" LIBS="-lcrypt $LIBS" cat > conftest.$ac_ext <&6 @@ -1041,7 +1048,7 @@ ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2737,7 +2741,7 @@ else +@@ -2737,7 +2741,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&6 @@ -1068,7 +1075,7 @@ ac_lib_var=`echo nsl'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2784,7 +2788,7 @@ else +@@ -2784,7 +2788,7 @@ ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&6 @@ -1113,7 +1120,7 @@ rm -rf conftest* MATHLIBS= else -@@ -2849,14 +2854,14 @@ else +@@ -2849,14 +2854,14 @@ irc_cv_mathlib="-lm" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&6 @@ -1139,7 +1146,7 @@ # Check whether --with-zlib or --without-zlib was given. if test "${with_zlib+set}" = set; then withval="$with_zlib" -@@ -2900,12 +2905,12 @@ else +@@ -2900,12 +2905,12 @@ no_zlib_include=yes no_zlib_library=yes cat > conftest.$ac_ext < conftest.$ac_ext <&6 @@ -1180,7 +1187,7 @@ # Check whether --with-ncurses or --without-ncurses was given. if test "${with_ncurses+set}" = set; then withval="$with_ncurses" -@@ -3055,14 +3060,14 @@ else +@@ -3055,14 +3060,14 @@ irc_save_LIBS="$LIBS" LIBS="-lncurses $irc_save_LIBS" cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 @@ -1274,7 +1281,7 @@ if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -3219,7 +3224,7 @@ else +@@ -3219,7 +3224,7 @@ { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&6 @@ -1301,7 +1308,7 @@ if eval "test \"`echo '$''{'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -3271,7 +3276,7 @@ else +@@ -3271,7 +3276,7 @@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < /* If setvbuf has the reversed format, exit 0. */ -@@ -3285,7 +3290,7 @@ main () { +@@ -3285,7 +3290,7 @@ exit(0); /* Non-reversed systems segv here. */ } EOF @@ -1319,7 +1326,7 @@ then ac_cv_func_setvbuf_reversed=yes else -@@ -3310,17 +3315,17 @@ fi +@@ -3310,17 +3315,17 @@ ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 @@ -1340,7 +1347,7 @@ ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -3345,18 +3350,18 @@ else +@@ -3345,18 +3350,18 @@ fi echo $ac_n "checking for working vfork""... $ac_c" 1>&6 @@ -1362,7 +1369,7 @@ #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char vfork(); below. */ -@@ -3379,7 +3384,7 @@ vfork(); +@@ -3379,7 +3384,7 @@ ; return 0; } EOF @@ -1371,7 +1378,7 @@ rm -rf conftest* eval "ac_cv_func_vfork=yes" else -@@ -3401,7 +3406,7 @@ fi +@@ -3401,7 +3406,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork else cat > conftest.$ac_ext < -@@ -3496,7 +3501,7 @@ main() { +@@ -3496,7 +3501,7 @@ } } EOF @@ -1389,7 +1396,7 @@ then ac_cv_func_vfork_works=yes else -@@ -3518,15 +3523,15 @@ EOF +@@ -3518,15 +3523,15 @@ fi @@ -1408,7 +1415,7 @@ #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ -@@ -3549,7 +3554,7 @@ $ac_func(); +@@ -3549,7 +3554,7 @@ ; return 0; } EOF @@ -1417,7 +1424,7 @@ rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -3574,12 +3579,12 @@ fi +@@ -3574,12 +3579,12 @@ done echo $ac_n "checking for sys_errlist declaration in stdio.h, errno.h or sys/errno.h""... $ac_c" 1>&6 @@ -1432,7 +1439,7 @@ #include "confdefs.h" #if HAVE_SYS_TYPES_H -@@ -3598,7 +3603,7 @@ int main() { +@@ -3598,7 +3603,7 @@ char *msg = sys_errlist[0]; ; return 0; } EOF @@ -1441,7 +1448,7 @@ rm -rf conftest* irc_cv_decl_sys_errlist=yes else -@@ -3621,7 +3626,7 @@ elif test $ac_cv_func_strerror != yes; t +@@ -3621,7 +3626,7 @@ fi echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 @@ -1450,7 +1457,7 @@ if eval "test \"`echo '$''{'irc_cv_func_memcmp_clean'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -3629,7 +3634,7 @@ else +@@ -3629,7 +3634,7 @@ irc_cv_func_memcmp_clean=no else cat > conftest.$ac_ext <&6 @@ -1477,7 +1484,7 @@ if eval "test \"`echo '$''{'irc_cv_select_poll'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -3691,7 +3696,7 @@ fi +@@ -3691,7 +3696,7 @@ echo $ac_n "checking for signal implementation""... $ac_c" 1>&6 @@ -1486,7 +1493,7 @@ if eval "test \"`echo '$''{'irc_cv_signal_implementation'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -3704,7 +3709,7 @@ else +@@ -3704,7 +3709,7 @@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&6 @@ -1513,7 +1520,7 @@ if eval "test \"`echo '$''{'irc_cv_non_blocking_system'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -3838,11 +3843,11 @@ if test "$cross_compiling" = yes; then +@@ -3838,11 +3843,11 @@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&2; exit 1; } else cat > conftest.$ac_ext <&2; exit 1; } else cat > conftest.$ac_ext <&6 @@ -1564,7 +1571,7 @@ if eval "test \"`echo '$''{'irc_cv_stdarg'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -3927,7 +3932,7 @@ else +@@ -3927,7 +3932,7 @@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&6 @@ -1591,7 +1598,7 @@ if eval "test \"`echo '$''{'irc_cv_path_resconf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -4068,13 +4073,13 @@ if test "x$enable_ip6" != x; then +@@ -4068,13 +4073,13 @@ EOF echo $ac_n "checking IPv6 system type""... $ac_c" 1>&6 @@ -1607,7 +1614,7 @@ #include "confdefs.h" #include -@@ -4083,7 +4088,7 @@ int main() { +@@ -4083,7 +4088,7 @@ struct in6_addr addr ; return 0; } EOF @@ -1616,7 +1623,7 @@ rm -rf conftest* irc_cv_v6type=native else -@@ -4095,7 +4100,7 @@ rm -f conftest* +@@ -4095,7 +4100,7 @@ if test "x$irc_cv_v6type" = x; then if test -d /usr/inet6; then cat > conftest.$ac_ext <&6 @@ -1640,7 +1647,7 @@ #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ -@@ -4164,7 +4169,7 @@ $ac_func(); +@@ -4164,7 +4169,7 @@ ; return 0; } EOF @@ -1649,7 +1656,7 @@ rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -4190,7 +4195,7 @@ done +@@ -4190,7 +4195,7 @@ echo $ac_n "checking for IPv6 name server addresses in resolv.conf ($irc_cv_path_resconf)""... $ac_c" 1>&6 @@ -1658,7 +1665,7 @@ if grep nameserver $irc_cv_path_resconf | grep ':' >/dev/null 2>&1; then echo "$ac_t""yes" 1>&6 echo "configure: warning: $irc_cv_path_resconf is not setup correctly." 1>&2 -@@ -4214,17 +4219,17 @@ EOF +@@ -4214,17 +4219,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1679,7 +1686,7 @@ ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -4251,7 +4256,7 @@ fi +@@ -4251,7 +4256,7 @@ done echo $ac_n "checking for dlclose in -ldl""... $ac_c" 1>&6 @@ -1688,7 +1695,7 @@ ac_lib_var=`echo dl'_'dlclose | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4259,7 +4264,7 @@ else +@@ -4259,7 +4264,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldl $LIBS" cat > conftest.$ac_ext <&6 @@ -1721,7 +1728,7 @@ #include "confdefs.h" #include "../common/patchlevel.h" #ifdef PATCHLEVEL -@@ -4348,6 +4353,56 @@ if test ! "$ac_test_CFLAGS" = set; then +@@ -4348,6 +4353,58 @@ fi @@ -1763,13 +1770,15 @@ + +fi + -+`id $user >/dev/null` -+if test $? -eq 1; then -+ { echo "configure: error: "no valid users set" " 1>&2; exit 1; } -+fi ++# Have no fear, bsd.port.mk promises to make the users later! ++# We'll hardcode the UIDs because that's easy and hardcoded in UIDs anyway ++#`id $user >/dev/null` ++#if test $? -eq 1; then ++# { echo "configure: error: "no valid users set" " 1>&2; exit 1; } ++#fi +echo "$ac_t""$user " 1>&6 -+IRC_UID=`id -ru $user` -+IRC_GID=`id -rg $user` ++IRC_UID=72 ++IRC_GID=72 + + + @@ -1778,7 +1787,7 @@ trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure -@@ -4449,7 +4504,7 @@ done +@@ -4449,7 +4506,7 @@ ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" @@ -1787,7 +1796,7 @@ EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS </dev/null` -+if test $? -eq 1; then -+ AC_MSG_ERROR( "no valid users set" ) -+fi -+AC_MSG_RESULT( $user ) -+IRC_UID=`id -ru $user` -+IRC_GID=`id -rg $user` -+ -+AC_SUBST(IRC_UID) -+AC_SUBST(IRC_GID) -+]) - - dnl ---- - dnl main -@@ -1521,5 +1553,8 @@ - IRC_SHAREDMODULES - IRC_ALPHA_BETA - --AC_OUTPUT(Makefile:../support/Makefile.in version.c.SH:../ircd/version.c.SH.in sums:../support/sums.in tkconf.h:../support/tkconf.h.dist) -+IRC_SETUP_NETWORK -+IRC_SETUP_USER -+ -+AC_OUTPUT(Makefile:../support/Makefile.in version.c.SH:../ircd/version.c.SH.in sums:../support/sums.in tkconf.h:../support/tkconf.h.dist config.h:../support/config.h.dist ) - AC_OUTPUT_COMMANDS(chmod a+x version.c.SH) --- irc-ircd-rusnet.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 16:10:18 2011 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 B18B6106566B; Sat, 4 Jun 2011 16: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 8AA2E8FC0C; Sat, 4 Jun 2011 16:10:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54GAIRK002529; Sat, 4 Jun 2011 16:10:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54GAInn002518; Sat, 4 Jun 2011 16:10:18 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 16:10:18 GMT Message-Id: <201106041610.p54GAInn002518@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157612: Fix port: irc/inspircd should use 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: Sat, 04 Jun 2011 16:10:18 -0000 Synopsis: Fix port: irc/inspircd should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 16:10:17 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157612 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 16:10:33 2011 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 49444106564A; Sat, 4 Jun 2011 16:10: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 222B48FC15; Sat, 4 Jun 2011 16:10:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54GAXaw004592; Sat, 4 Jun 2011 16:10:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54GAWCQ004580; Sat, 4 Jun 2011 16:10:32 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 16:10:32 GMT Message-Id: <201106041610.p54GAWCQ004580@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157613: Fix port: mail/fetchmail should use 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: Sat, 04 Jun 2011 16:10:33 -0000 Synopsis: Fix port: mail/fetchmail should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 16:10:32 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157613 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 16:10:47 2011 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 4E40D106566B; Sat, 4 Jun 2011 16:10:47 +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 272818FC1A; Sat, 4 Jun 2011 16:10:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54GAlvs006691; Sat, 4 Jun 2011 16:10:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54GAlwa006682; Sat, 4 Jun 2011 16:10:47 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 16:10:47 GMT Message-Id: <201106041610.p54GAlwa006682@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157614: Fix port: irc/ircd-rusnet should use 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: Sat, 04 Jun 2011 16:10:47 -0000 Synopsis: Fix port: irc/ircd-rusnet should use USERS Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 16:10:46 UTC 2011 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157614 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 16:35:33 2011 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 A85C3106566C; Sat, 4 Jun 2011 16:35: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 80E3F8FC12; Sat, 4 Jun 2011 16:35:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54GZXaG030894; Sat, 4 Jun 2011 16:35:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54GZXeS030889; Sat, 4 Jun 2011 16:35:33 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 16:35:33 GMT Message-Id: <201106041635.p54GZXeS030889@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157572: [patch] update x11-drivers/xf86-video-ati to 6.14.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, 04 Jun 2011 16:35:33 -0000 Synopsis: [patch] update x11-drivers/xf86-video-ati to 6.14.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 16:35:33 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157572 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 18:40:46 2011 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 CFBCF106564A; Sat, 4 Jun 2011 18:40:46 +0000 (UTC) (envelope-from rpsfa@rit.edu) Received: from fast.rit.edu (fast.rit.edu [129.21.182.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9610E8FC19; Sat, 4 Jun 2011 18:40:46 +0000 (UTC) Received: from fast.rit.edu (localhost.rit.edu [127.0.0.1]) by fast.rit.edu (Postfix) with ESMTP id 8F78B1D179; Sat, 4 Jun 2011 14:40:45 -0400 (EDT) X-Virus-Scanned: by amavisd-new at fast.rit.edu Received: from fast.rit.edu ([127.0.0.1]) by fast.rit.edu (fast.rit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CiCKue7j9c-U; Sat, 4 Jun 2011 14:40:44 -0400 (EDT) Received: from syn.rit.edu (syn.rit.edu [129.21.182.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fast.rit.edu (Postfix) with ESMTPS id 88F971D153; Sat, 4 Jun 2011 14:40:44 -0400 (EDT) Received: from syn.rit.edu (localhost.rit.edu [127.0.0.1]) by syn.rit.edu (8.14.4/8.14.3) with ESMTP id p54IeikE098071; Sat, 4 Jun 2011 14:40:44 -0400 (EDT) (envelope-from rpsfa@rit.edu) Received: (from zi@localhost) by syn.rit.edu (8.14.4/8.14.3/Submit) id p54Ieiv1097820; Sat, 4 Jun 2011 14:40:44 -0400 (EDT) (envelope-from rpsfa@rit.edu) Date: Sat, 4 Jun 2011 14:40:44 -0400 From: Ryan Steinmetz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20110604184044.GA71721@fast.rit.edu> References: <201105151922.p4FJM34k085325@red.freebsd.org> <201105151930.p4FJUBDn073881@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <201105151930.p4FJUBDn073881@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: ports/157072: [new port] security/truecrypt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 18:40:46 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Updated shar to address issues in the original submission. --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="truecrypt.shar.txt" # 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: # # . # ./truecrypt # ./truecrypt/pkg-descr # ./truecrypt/Makefile # ./truecrypt/distinfo # ./truecrypt/pkg-message # ./LEGAL.diff # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./truecrypt mkdir -p ./truecrypt > /dev/null 2>&1 echo x - ./truecrypt/pkg-descr sed 's/^X//' >./truecrypt/pkg-descr << 'ccc24902ba011e69caa6d76376a4f6e2' XFree open-source disk encryption software X XMain Features: X* Creates a virtual encrypted disk within a file and mounts it as X a real disk. X* Encrypts an entire partition or storage device such as USB flash X drive or hard drive. X* Encryption is automatic, real-time (on-the-fly) and transparent. X* Parallelization and pipelining allow data to be read and written X as fast as if the drive was not encrypted. X* Provides plausible deniability, in case an adversary forces you X to reveal the password: X Hidden volume (steganography) and hidden operating system. X XWWW: http://www.truecrypt.org/ ccc24902ba011e69caa6d76376a4f6e2 echo x - ./truecrypt/Makefile sed 's/^X//' >./truecrypt/Makefile << '4f5c6ce1361a196726ae0a23e7e4cbf5' X# New ports collection makefile for: truecrypt X# Date created: 9 May 2011 X# Whom: Ryan Steinmetz X# X# $FreeBSD$ X XPORTNAME= truecrypt XPORTVERSION= 7.0a XCATEGORIES= security XMASTER_SITES= SF/wxwindows/${WX_VER}/:wxwidgets \ X ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/:rsa XDISTFILES= ${TC_SRCFILE}:tc \ X wxWidgets-${WX_VER}.tar.gz:wxwidgets \ X pkcs11.h:rsa \ X pkcs11f.h:rsa \ X pkcs11t.h:rsa XEXTRACT_ONLY= ${TC_SRCFILE} wxWidgets-${WX_VER}.tar.gz X XMAINTAINER= rpsfa@rit.edu XCOMMENT= Free open-source disk encryption software X XBUILD_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \ X nasm:${PORTSDIR}/devel/nasm XLIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs XRUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod X XWRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source X XUSE_GMAKE= yes XUSE_ICONV= yes XRESTRICTED= Downloading requires acceptance of license agreement XNO_CDROM= Distribution requires acceptance of license agreement XNO_PACKAGE= Distribution requires acceptance of license agreement X XTC_SRCFILE= TrueCrypt_${PORTVERSION}_Source.tar.gz XWX_VER= 2.8.12 X XLICENSE_FILE= ${WRKSRC}/License.txt X XPLIST_FILES= bin/truecrypt X.if !defined(NOPORTDOCS) XPLIST_FILES+= %%DOCSDIR%%/TrueCrypt\ User\ Guide.pdf XPLIST_FILES+= %%DOCSDIR%%/License.txt XPLIST_DIRS= %%DOCSDIR%% X.endif X X.include X X.if (!exists(${DISTDIR}/${TC_SRCFILE})) XDISTFILE_INSTRUCTIONS=\n\ XDue to licensing restrictions, certain files must be fetched manually.\n\n\ XPlease visit http://www.truecrypt.org/downloads2 with a web browser and accept the\ XLicense Agreement.\n\ XSelect the Mac OS X / Linux (.tar.gz) version\n\n\ XPlace the downloaded file into ${DISTDIR} and rename it to ${TC_SRCFILE}\n\n\ XThen, please restart the build.\n\n X.endif X Xpre-fetch: X.if defined(DISTFILE_INSTRUCTIONS) X @${PRINTF} "${DISTFILE_INSTRUCTIONS}" X @exit 1 X.endif X Xdo-build: X @${MKDIR} ${WRKDIR}/rsa X @${CP} ${DISTDIR}/pkcs11.h ${WRKDIR}/rsa X @${CP} ${DISTDIR}/pkcs11t.h ${WRKDIR}/rsa X @${CP} ${DISTDIR}/pkcs11f.h ${WRKDIR}/rsa X cd ${WRKSRC} && ${GMAKE} NOGUI=1 PKCS11_INC=${WRKDIR}/rsa WX_ROOT=${WRKDIR}/wxWidgets-${WX_VER} wxbuild X cd ${WRKSRC} && ${GMAKE} NOGUI=1 WXSTATIC=1 PKCS11_INC=${WRKDIR}/rsa X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/Main/truecrypt ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/License.txt ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/Release/Setup\ Files/TrueCrypt\ User\ Guide.pdf ${DOCSDIR} X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 4f5c6ce1361a196726ae0a23e7e4cbf5 echo x - ./truecrypt/distinfo sed 's/^X//' >./truecrypt/distinfo << 'c07908ddd5f466eb5d397fa740685591' XSHA256 (TrueCrypt_7.0a_Source.tar.gz) = 6c845153ee868429e2a531407383e9349754d1579cf66fc838632c44baaba021 XSIZE (TrueCrypt_7.0a_Source.tar.gz) = 1996312 XSHA256 (wxWidgets-2.8.12.tar.gz) = 197c94f7d46269a7fc261a3c8c943f03a9807acf65381944489a538fd8b5dd21 XSIZE (wxWidgets-2.8.12.tar.gz) = 18924737 XSHA256 (pkcs11.h) = 1563d877b6f8868b8eb8687358162bfb7f868104ed694beb35ae1c5cf1a58b9b XSIZE (pkcs11.h) = 9578 XSHA256 (pkcs11f.h) = 5ae6a4f32ca737e02def3bf314c9842fb89be82bf00b6f4022a97d8d565522b8 XSIZE (pkcs11f.h) = 29258 XSHA256 (pkcs11t.h) = 8ce68616304684f92a7e267bcc8f486441e92a5cbdfcfd97e69ac9a0b436fb7b XSIZE (pkcs11t.h) = 70934 c07908ddd5f466eb5d397fa740685591 echo x - ./truecrypt/pkg-message sed 's/^X//' >./truecrypt/pkg-message << 'ddcb45df92e7a1c9ea55d20c413bca2d' X=========================================================== X*** WARNING *** X XTrueCrypt is not offically supported under FreeBSD, however Xit does seem to function fine under certain conditions. X XUntil TrueCrypt is officially supported under FreeBSD, this Xport should be considered experimental. TrueCrypt's website Xcites that system instability is possible. X XPlease ensure that the fusefs kmod is loaded prior to use. X XWWW: http://www.truecrypt.org/misc/freebsd X=========================================================== ddcb45df92e7a1c9ea55d20c413bca2d echo x - ./LEGAL.diff sed 's/^X//' >./LEGAL.diff << 'c6f6be8f87072343c318d0564ed7c007' X--- /usr/ports/LEGAL 2011-06-01 17:55:08.000000000 -0400 X+++ /usr/ports/LEGAL 2011-06-04 08:46:47.000000000 -0400 X@@ -23,6 +23,9 @@ X X Dist Port Why X ------------------------------------------------------------------------------ X+TrueCrypt* security/truecrypt May not be redistributed. X+ Crypto; export-controlled. X+ Must accept license to download. X ventrilo_srv-* audio/ventrilo-server May not be redistributed. X Crypto; export-controlled. X For personal use only. c6f6be8f87072343c318d0564ed7c007 exit --KsGdsel6WgEHnImy-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 19:00:47 2011 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 1D2D71065709; Sat, 4 Jun 2011 19:00:47 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAB9A8FC1F; Sat, 4 Jun 2011 19:00:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54J0knx057168; Sat, 4 Jun 2011 19:00:46 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54J0ktZ057153; Sat, 4 Jun 2011 19:00:46 GMT (envelope-from arved) Date: Sat, 4 Jun 2011 19:00:46 GMT Message-Id: <201106041900.p54J0ktZ057153@freefall.freebsd.org> To: jtrigg@spamcop.net, rodrigo@bebik.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/157423: mail/ecartis distfile 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: Sat, 04 Jun 2011 19:00:47 -0000 Synopsis: mail/ecartis distfile update State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Jun 4 19:00:40 UTC 2011 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=157423 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 19:03:13 2011 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 5AC101065678; Sat, 4 Jun 2011 19:03:13 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 342E38FC1B; Sat, 4 Jun 2011 19:03:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54J3DKN065068; Sat, 4 Jun 2011 19:03:13 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54J3CGM065063; Sat, 4 Jun 2011 19:03:12 GMT (envelope-from arved) Date: Sat, 4 Jun 2011 19:03:12 GMT Message-Id: <201106041903.p54J3CGM065063@freefall.freebsd.org> To: fabian@wenks.ch, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/157274: misc/findutils: gfind segmentation fault: 11 (core dumped) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 19:03:13 -0000 Synopsis: misc/findutils: gfind segmentation fault: 11 (core dumped) State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Jun 4 19:03:07 UTC 2011 State-Changed-Why: Committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=157274 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 19:10:11 2011 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 5EEE4106564A for ; Sat, 4 Jun 2011 19: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 4F5818FC18 for ; Sat, 4 Jun 2011 19:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54JABpK065545 for ; Sat, 4 Jun 2011 19:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54JABmU065544; Sat, 4 Jun 2011 19:10:11 GMT (envelope-from gnats) Date: Sat, 4 Jun 2011 19:10:11 GMT Message-Id: <201106041910.p54JABmU065544@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157423: 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: Sat, 04 Jun 2011 19:10:11 -0000 The following reply was made to PR ports/157423; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157423: commit references a PR Date: Sat, 4 Jun 2011 19:00:31 +0000 (UTC) arved 2011-06-04 19:00:03 UTC FreeBSD ports repository Modified files: mail/ecartis Makefile distinfo Log: Add working Mastersites PR: 157423 Submitted by: rodrigo OSORIO Approved by: maintainer pet portlint Revision Changes Path 1.21 +3 -2 ports/mail/ecartis/Makefile 1.16 +0 -1 ports/mail/ecartis/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 19:10:15 2011 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 228481065670 for ; Sat, 4 Jun 2011 19:10: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 12ECE8FC1A for ; Sat, 4 Jun 2011 19:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54JAEoW065561 for ; Sat, 4 Jun 2011 19:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54JAEkF065560; Sat, 4 Jun 2011 19:10:14 GMT (envelope-from gnats) Date: Sat, 4 Jun 2011 19:10:14 GMT Message-Id: <201106041910.p54JAEkF065560@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157274: 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: Sat, 04 Jun 2011 19:10:15 -0000 The following reply was made to PR ports/157274; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157274: commit references a PR Date: Sat, 4 Jun 2011 19:02:56 +0000 (UTC) arved 2011-06-04 19:02:48 UTC FreeBSD ports repository Modified files: misc/findutils Makefile Added files: misc/findutils/files patch-gnulib-lib-fdopendir.c Log: Fix a segfault on 7.x amd64 PR: 157274 Reported by: Fabian Wenk Submitted by: maintainer Revision Changes Path 1.46 +1 -1 ports/misc/findutils/Makefile 1.1 +15 -0 ports/misc/findutils/files/patch-gnulib-lib-fdopendir.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 20:00:17 2011 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 D46D5106566C for ; Sat, 4 Jun 2011 20: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 9A4E48FC12 for ; Sat, 4 Jun 2011 20:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54K0GDJ010840 for ; Sat, 4 Jun 2011 20:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54K0GDp010839; Sat, 4 Jun 2011 20:00:16 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 20:00:16 GMT Resent-Message-Id: <201106042000.p54K0GDp010839@freefall.freebsd.org> 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 Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53D351065672 for ; Sat, 4 Jun 2011 19:52:09 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s16.blu0.hotmail.com (blu0-omc1-s16.blu0.hotmail.com [65.55.116.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0C22F8FC15 for ; Sat, 4 Jun 2011 19:52:08 +0000 (UTC) Received: from BLU0-SMTP153 ([65.55.116.7]) by blu0-omc1-s16.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 12:52:08 -0700 Received: from zeus.bayofrum.net ([90.221.7.100]) by BLU0-SMTP153.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 4 Jun 2011 12:52:06 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p54Jgf7a042335 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Jun 2011 20:42:42 +0100 (BST) (envelope-from chris@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p54JgfJv042334; Sat, 4 Jun 2011 20:42:41 +0100 (BST) (envelope-from chris) Message-Id: Date: Sat, 4 Jun 2011 20:42:41 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157616: Deprecate port: mail/qmail-vida for various crimes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 20:00:17 -0000 >Number: 157616 >Category: ports >Synopsis: Deprecate port: mail/qmail-vida for various crimes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 20:00:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: qmail-vida has been marked IGNORE since March 2007 with no-one caring. Its pkg-*install scripts are written in csh, and abuse UIDs for firebird, as well as manually creating users. >How-To-Repeat: >Fix: - Deprecate with four-week expiry: ===> UID collisions, IGNOREd for four years with no-one caring Submitted by: Chris Rees (utisoft@gmail.com) --- qmail-vida-deprecate.patch begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/mail/qmail-vida/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 24 Mar 2007 02:33:46 -0000 1.6 +++ Makefile 4 Jun 2011 19:38:58 -0000 @@ -17,6 +17,9 @@ MAINTAINER= futurebsd@infoseek.to COMMENT= SMTP_AUTH/APOP support for qmail +DEPRECATED= UID collisions, IGNOREd for four years with no-one caring +EXPIRATION_DATE= 2011-07-04 + IGNORE= abuses UID registered to another port, and uses unregistered GID DISTFILES= ${DISTNAME}.tar.gz:vida \ --- qmail-vida-deprecate.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 20:00:28 2011 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 379361065672; Sat, 4 Jun 2011 20:00: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 102738FC16; Sat, 4 Jun 2011 20:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54K0Rlo011005; Sat, 4 Jun 2011 20:00:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54K0RQP011001; Sat, 4 Jun 2011 20:00:27 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 20:00:27 GMT Message-Id: <201106042000.p54K0RQP011001@freefall.freebsd.org> To: utisoft@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157616: Deprecate port: mail/qmail-vida for various crimes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 20:00:28 -0000 Synopsis: Deprecate port: mail/qmail-vida for various crimes State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Jun 4 20:00:27 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157616 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 20:10:11 2011 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 20691106566B for ; Sat, 4 Jun 2011 20: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 1075D8FC13 for ; Sat, 4 Jun 2011 20:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54KAAa9019791 for ; Sat, 4 Jun 2011 20:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54KAAVp019790; Sat, 4 Jun 2011 20:10:10 GMT (envelope-from gnats) Date: Sat, 4 Jun 2011 20:10:10 GMT Message-Id: <201106042010.p54KAAVp019790@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/157616: Deprecate port: mail/qmail-vida for various crimes 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, 04 Jun 2011 20:10:11 -0000 The following reply was made to PR ports/157616; it has been noted by GNATS. From: Edwin Groothuis To: futurebsd@infoseek.to Cc: bug-followup@FreeBSD.org Subject: Re: ports/157616: Deprecate port: mail/qmail-vida for various crimes Date: Sat, 4 Jun 2011 20:00:24 UT Maintainer of mail/qmail-vida, Please note that PR ports/157616 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/157616 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 22:20:09 2011 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 32C1C106566B for ; Sat, 4 Jun 2011 22: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 F23C88FC0A for ; Sat, 4 Jun 2011 22:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54MK8wO039818 for ; Sat, 4 Jun 2011 22:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54MK8tf039817; Sat, 4 Jun 2011 22:20:08 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 22:20:08 GMT Resent-Message-Id: <201106042220.p54MK8tf039817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67B8A1065670 for ; Sat, 4 Jun 2011 22:11:30 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (unknown [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id ABE708FC17 for ; Sat, 4 Jun 2011 22:11:27 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 2D63740005 for ; Sun, 5 Jun 2011 00:11:26 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 1C32540007; Sun, 5 Jun 2011 00:11:26 +0200 (CEST) Received: from mx.daemonic.se (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id D032840005 for ; Sun, 5 Jun 2011 00:11:23 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id D28B2119C04 for ; Sun, 5 Jun 2011 00:11:22 +0200 (CEST) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id AC60812B2DA for ; Sun, 5 Jun 2011 00:11:22 +0200 (CEST) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p54MBMso014537; Sun, 5 Jun 2011 00:11:22 +0200 (CEST) (envelope-from zeising) Message-Id: <201106042211.p54MBMso014537@vincent.daemonic.se> Date: Sun, 5 Jun 2011 00:11:22 +0200 (CEST) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157617: [PATCH] Makefile cleanup and configure argument fixes to x11-wm/fvwm2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 22:20:09 -0000 >Number: 157617 >Category: ports >Synopsis: [PATCH] Makefile cleanup and configure argument fixes to x11-wm/fvwm2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 22:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: The arguments to sent to the configure script for x11-wm/fvwm2 are partly broken. There are several arguments passed that does not exist anymore (generating a warning from configure) and at least the dependency on png is picked up regardless of the option. There is also a hidden dependency on graphics/librsvg2 if that port is installed. Lastly, the support for multibyte characters is either removed completely or always turned on, so that option is removed. >How-To-Repeat: >Fix: Attached patch cleans up the configure arguments and properly disables png when needed. It also adds an explicit optional dependency on librsvg2, as well as optional explicit dependencies on GNOME (version 1) and imlib. There might be reason to just rip GNOME 1 and imlib support out of the port, since especially GNOME 1 is hardly ever used. --- fvwm2.Makefile.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2/Makefile,v retrieving revision 1.83 diff -u -d -r1.83 Makefile --- Makefile 19 Apr 2011 01:48:58 -0000 1.83 +++ Makefile 4 Jun 2011 21:39:43 -0000 @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include -CONFIGURE_ARGS= --with-png-library=${LOCALBASE}/lib +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man USE_GMAKE= yes USE_XORG= xpm xft USE_BZIP2= yes @@ -35,10 +35,11 @@ STROKE "Enable support for mouse gestures" off \ RPLAY "Enable RPlay support in FvwmEvent" off \ SESSION_MGMT "Enable Session Management support" on \ - MULTIBYTE "Enable multibyte character support" on \ PNG "Build with PNG graphics support" on \ + SVG "Build with SVG graphics support using librsvg2" off \ BIDI "Enable Asian bi-directional text support" off \ NLS "Enable National Language Support" on \ + IMLIB "Enable imlib library (requires gtk12)" off \ GNOME "Enable GNOME desktop support" off .include @@ -54,45 +55,54 @@ USE_ICONV= yes CONFIGURE_ARGS+= --with-iconv-library=${LOCALBASE}/lib \ --with-iconv-includes=${LOCALBASE}/include \ - --mandir=${LOCALBASE}/man .endif .if defined(WITH_STROKE) LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke -CONFIGURE_ARGS+= --with-stroke --with-stroke-library=${LOCALBASE}/lib \ +CONFIGURE_ARGS+= --with-stroke-library=${LOCALBASE}/lib \ --with-stroke-includes=${LOCALBASE}/include +.else +CONFIGURE_ARGS+= --without-stroke-library .endif .if defined(WITH_RPLAY) LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay -CONFIGURE_ARGS+= --with-rplay --with-rplay-library=${LOCALBASE}/lib \ +CONFIGURE_ARGS+= --with-rplay-library=${LOCALBASE}/lib \ --with-rplay-includes=${LOCALBASE}/include +.else +CONFIGURE_ARGS+= --without-rplay-library .endif .if defined(WITHOUT_SESSION_MGMT) CONFIGURE_ARGS+= --disable-sm .endif -.if defined(WITH_MULTIBYTE) -CONFIGURE_ARGS+= --enable-multibyte -.endif - .if !defined(WITHOUT_PNG) LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png -CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \ +CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include \ --with-png-library=${LOCALBASE}/lib +.else +CONFIGURE_ARGS+= --without-png-library +.endif + +.if defined(WITH_SVG) && !defined(WITHOUT_SVG) +USE_GNOME+= librsvg2 +.else +CONFIGURE_ARGS+= --disable-rsvg .endif .if defined(WITHOUT_BIDI) CONFIGURE_ARGS+= --disable-bidi .else LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi +CONFIGURE_ARGS+= --enable-bidi \ + --with-bidi-bindir=${LOCALBASE}/bin .endif PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" -.if ${HAVE_GNOME:Mimlib}!="" -USE_GNOME= imlib +.if defined(WITH_IMLIB) && !defined(WITHOUT_GTK) +USE_GNOME+= imlib CONFIGURE_ARGS+= --enable-gtktest --enable-imlibtest PLIST_SUB+= GTK="" MAN1+= FvwmGtk.1 @@ -105,7 +115,7 @@ .if !defined(WITHOUT_NLS) USE_GETTEXT= yes -CONFIGURE_ARGS+= --with-intl --with-intl-library=${LOCALBASE}/lib \ +CONFIGURE_ARGS+= --with-intl-library=${LOCALBASE}/lib \ --with-intl-includes=${LOCALBASE}/include PLIST_SUB+= NLS="" .else @@ -114,9 +124,10 @@ .endif .if defined(WITHOUT_GNOME) -CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints +CONFIGURE_ARGS+= --without-gnome .else -CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints +USE_GNOME+=gnomelibs +CONFIGURE_ARGS+= --with-gnome .endif MAN1+= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ --- fvwm2.Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 22:20:09 2011 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 85BB11065673 for ; Sat, 4 Jun 2011 22: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 521EC8FC15 for ; Sat, 4 Jun 2011 22:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54MK96Z039827 for ; Sat, 4 Jun 2011 22:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54MK9x8039826; Sat, 4 Jun 2011 22:20:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jun 2011 22:20:09 GMT Resent-Message-Id: <201106042220.p54MK9x8039826@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 273121065672 for ; Sat, 4 Jun 2011 22:18:25 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (unknown [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id CD5F68FC14 for ; Sat, 4 Jun 2011 22:18:24 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 26A0D40005 for ; Sun, 5 Jun 2011 00:18:24 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 1BD7340007; Sun, 5 Jun 2011 00:18:24 +0200 (CEST) Received: from mx.daemonic.se (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id A40F540005 for ; Sun, 5 Jun 2011 00:18:23 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 7842F119C04 for ; Sun, 5 Jun 2011 00:18:23 +0200 (CEST) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id 5DCB112B2DA for ; Sun, 5 Jun 2011 00:18:23 +0200 (CEST) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p54MIN4A014630; Sun, 5 Jun 2011 00:18:23 +0200 (CEST) (envelope-from zeising) Message-Id: <201106042218.p54MIN4A014630@vincent.daemonic.se> Date: Sun, 5 Jun 2011 00:18:23 +0200 (CEST) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157618: [PATCH] fix broken configure script of x11-wm/fvwm2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 22:20:09 -0000 >Number: 157618 >Category: ports >Synopsis: [PATCH] fix broken configure script of x11-wm/fvwm2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 22:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: The configure script supplied with the vendor sources for x11-wm/fvwm is broken and won't detect libXcursor if that is not located in ld's default path, which is (normally) the case in FreeBSD (where ports libs are in /usr/local/lib by default). This will not render in any error, and the port will install just fine, but it will not use libXcursor, even if it's present. >How-To-Repeat: >Fix: The attached patch is a patch sent to and approved by the vendor. It is possible to use this patch to patch configure.ac and then use autoconf to generate a new configure script. Another option is to patch the configure script directly, or use some sort of REINPLACE in the makefile. I don't know what is the best course of action. --- fvwm.configure.ac.diff begins here --- Index: configure.ac =================================================================== RCS file: /home/cvs/fvwm/fvwm/configure.ac,v retrieving revision 1.69 diff -u -d -r1.69 configure.ac --- configure.ac 16 Apr 2011 21:46:36 -0000 1.69 +++ configure.ac 4 Jun 2011 15:47:30 -0000 @@ -656,7 +656,7 @@ ],[ with_xcursor=no problem_xcursor=": Failed to detect libXcursor" - ],) + ],[$X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS]) fi AC_SUBST(Xcursor_CFLAGS) AC_SUBST(Xcursor_LIBS) --- fvwm.configure.ac.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 22:20:19 2011 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 15902106566B; Sat, 4 Jun 2011 22: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 E248D8FC23; Sat, 4 Jun 2011 22:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54MKIB5039970; Sat, 4 Jun 2011 22:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54MKIO2039966; Sat, 4 Jun 2011 22:20:18 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 22:20:18 GMT Message-Id: <201106042220.p54MKIO2039966@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157617: [PATCH] Makefile cleanup and configure argument fixes to x11-wm/fvwm2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 22:20:19 -0000 Synopsis: [PATCH] Makefile cleanup and configure argument fixes to x11-wm/fvwm2 Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 22:20:18 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157617 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 22:20:23 2011 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 74B9A1065676; Sat, 4 Jun 2011 22:20: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 4DE228FC26; Sat, 4 Jun 2011 22:20:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54MKNDN040065; Sat, 4 Jun 2011 22:20:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54MKNgM040061; Sat, 4 Jun 2011 22:20:23 GMT (envelope-from edwin) Date: Sat, 4 Jun 2011 22:20:23 GMT Message-Id: <201106042220.p54MKNgM040061@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157618: [PATCH] fix broken configure script of x11-wm/fvwm2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jun 2011 22:20:23 -0000 Synopsis: [PATCH] fix broken configure script of x11-wm/fvwm2 Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 4 22:20:22 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157618 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 4 23:10:53 2011 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 800DF106566C; Sat, 4 Jun 2011 23:10:53 +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 5896D8FC0A; Sat, 4 Jun 2011 23:10:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p54NArp0086040; Sat, 4 Jun 2011 23:10:53 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p54NArXx086036; Sat, 4 Jun 2011 23:10:53 GMT (envelope-from swills) Date: Sat, 4 Jun 2011 23:10:53 GMT Message-Id: <201106042310.p54NArXx086036@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/156255: New port: x11-themes/nimbus GTK+ 2.x engine from the OpenSolaris 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, 04 Jun 2011 23:10:53 -0000 Synopsis: New port: x11-themes/nimbus GTK+ 2.x engine from the OpenSolaris project Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sat Jun 4 23:10:52 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156255