From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 00: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 8C0791065674 for ; Sun, 3 Jul 2011 00: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 6A11D8FC18 for ; Sun, 3 Jul 2011 00: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 p630e4cJ076471 for ; Sun, 3 Jul 2011 00: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 p630e48F076470; Sun, 3 Jul 2011 00:40:04 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 00:40:04 GMT Resent-Message-Id: <201107030040.p630e48F076470@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32B24106566B for ; Sun, 3 Jul 2011 00:36: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 231AF8FC13 for ; Sun, 3 Jul 2011 00:36: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 p630aa8U011322 for ; Sun, 3 Jul 2011 00:36:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p630aaDW011321; Sun, 3 Jul 2011 00:36:36 GMT (envelope-from nobody) Message-Id: <201107030036.p630aaDW011321@red.freebsd.org> Date: Sun, 3 Jul 2011 00:36:36 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158601: New port print/pdfbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 00:40:04 -0000 >Number: 158601 >Category: ports >Synopsis: New port print/pdfbox >Confidential: no >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 Jul 03 00:40:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011 root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD amd64 >Description: New port of Apache PDFBox: A Java library and application to handle PDF files. http://pdfbox.apache.org/ This port is based a very old version in PR 83370. >How-To-Repeat: >Fix: shar file attached. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./pdfbox # ./pdfbox/Makefile # ./pdfbox/distinfo # ./pdfbox/pkg-descr # echo c - ./pdfbox mkdir -p ./pdfbox > /dev/null 2>&1 echo x - ./pdfbox/Makefile sed 's/^X//' >./pdfbox/Makefile << '1d44b2b340e72e8f02ef63cb500aebd8' X# New ports collection makefile for: pdfbox X# Date created: 13 July 2005 X# Whom: Yuichiro AIZAWA X# X# $FreeBSD$ X# X XPORTNAME= pdfbox XPORTVERSION= 1.6.0 XCATEGORIES= print textproc java XMASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,pdfbox/${PORTVERSION},} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTFILES= ${PORTNAME}-app-${PORTVERSION}.jar \ X fontbox-${PORTVERSION}.jar jempbox-${PORTVERSION}.jar X XMAINTAINER= giffunip@tutopia.com XCOMMENT= Java PDF Library X XRUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${PORTSDIR}/java/bouncycastle \ X ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging X XLICENSE= ASL X XUSE_JAVA= yes XJAVA_VERSION= 1.5+ X XDIST_SUBDIR= ${PORTNAME} XNO_EXTRACT= yes XNO_BUILD= yes X XPLIST_FILES= %%JAVAJARDIR%%/fontbox-${PORTVERSION}.jar \ X %%JAVAJARDIR%%/jempbox-${PORTVERSION}.jar \ X %%JAVAJARDIR%%/${PORTNAME}-app-${PORTVERSION}.jar X Xdo-install: X @${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..." X @${MKDIR} ${JAVAJARDIR} X @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*-${PORTVERSION}.jar \ X ${JAVAJARDIR} X @${ECHO_MSG} " [ DONE ]" X X.include 1d44b2b340e72e8f02ef63cb500aebd8 echo x - ./pdfbox/distinfo sed 's/^X//' >./pdfbox/distinfo << '6fc39c7e1259f1af381e1df1578cae75' XSHA256 (pdfbox/pdfbox-app-1.6.0.jar) = d02d4ed9e67230e49f692e28a3a9b66e3a804146ef84270876b4f570467c87e2 XSIZE (pdfbox/pdfbox-app-1.6.0.jar) = 10308868 XSHA256 (pdfbox/fontbox-1.6.0.jar) = 068b3d515c7e75db03c88d1c079f17d9aa8022a36769db2c03a61d316f14a0d7 XSIZE (pdfbox/fontbox-1.6.0.jar) = 174824 XSHA256 (pdfbox/jempbox-1.6.0.jar) = c12bd94ee35a3d3d9c0dcf125f52e4e33657cd30d8c184911b24c71f0ff691b6 XSIZE (pdfbox/jempbox-1.6.0.jar) = 51360 6fc39c7e1259f1af381e1df1578cae75 echo x - ./pdfbox/pkg-descr sed 's/^X//' >./pdfbox/pkg-descr << 'ffff4b01230643ef7ac8b3d60ee520d8' XApache PDFBox - Java PDF Library X XApache PDFBox is an open source Java PDF library for working with PDF Xdocuments. This project allows creation of new PDF documents, manipulation of Xexisting documents and the ability to extract content from documents. Apache XPDFBox also includes a command line utility. X XFeatures X X * PDF to text extraction X * Merge PDF Documents X * PDF Document Encryption/Decryption X * Lucene Search Engine Integration X * Fill in form data FDF and XFDF X * Create a PDF from a text file X * Create images from PDF pages X * Print a PDF X XWWW: http://pdfbox.apache.org/ ffff4b01230643ef7ac8b3d60ee520d8 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 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 D35941065673 for ; Sun, 3 Jul 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 9D9738FC1C for ; Sun, 3 Jul 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 p6350LvX012214 for ; Sun, 3 Jul 2011 05: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 p6350LJF012213; Sun, 3 Jul 2011 05:00:21 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 05:00:21 GMT Resent-Message-Id: <201107030500.p6350LJF012213@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, pirat sriyotha Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88E81106564A for ; Sun, 3 Jul 2011 04:53: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 7974D8FC08 for ; Sun, 3 Jul 2011 04:53:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p634rsBG019046 for ; Sun, 3 Jul 2011 04:53:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p634rsCd019017; Sun, 3 Jul 2011 04:53:54 GMT (envelope-from nobody) Message-Id: <201107030453.p634rsCd019017@red.freebsd.org> Date: Sun, 3 Jul 2011 04:53:54 GMT From: pirat sriyotha To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158602: bench2graph use gnuplot deprecated syntax that resulted in error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 05:00:22 -0000 >Number: 158602 >Category: ports >Synopsis: bench2graph use gnuplot deprecated syntax that resulted in error >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 Jul 03 05:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: pirat sriyotha >Release: FreeBSD wmc.homeunix.org 8.2-RELEASE-p0 FreeBSD 8.2-RELEASE-p0 #1: Sun May 29 15:21:52 ICT 2011 root@jotawski.tint.or.th:/usr/obj/usr/src/sys/JOTAWSKI amd64 >Organization: >Environment: FreeBSD wmc.homeunix.org 8.2-RELEASE-p0 FreeBSD 8.2-RELEASE-p0 #1: Sun May 29 15:21:52 ICT 2011 root@jotawski.tint.or.th:/usr/obj/usr/src/sys/JOTAWSKI amd64 >Description: autobench does not generate the correct gnuplot.cmd script for producing a graph. the graph generated from bench2graph produced error as follow :- [wmc] ~# bench2graph result-1000.tsv result-1000.ps Enter the title : core i5 httperf test set data style linespoints ^ "gnuplot.cmd", line 6: Unrecognized option. See 'help set'. my gnuplot need a different syntax so I edit bench2graph accordingly and rerun bench2graph without any errors. the autobench command is autobench --single_host --quiet --file result-1000.tsv --num_conn 1000 --uri1 /gallery3 >How-To-Repeat: # autobench --single_host --quiet --file result-1000.tsv --num_conn 1000 --uri1 /gallery3 # bench2graph result-1000.tsv result-1000.ps >Fix: edit /usr/local/bin/bench2graph at line 77 by swapping data style to style data Patch attached with submission follows: --- bench2graph 2011-07-03 09:13:53.000000000 +0700 +++ bench2graph.orig 2011-07-03 09:13:12.000000000 +0700 @@ -74,7 +74,7 @@ echo set key box >> gnuplot.cmd echo set grid >> gnuplot.cmd echo set output \"${output}\" >> gnuplot.cmd -echo set style data linespoints >> gnuplot.cmd +echo set data style linespoints >> gnuplot.cmd echo set title \"$title\" >> gnuplot.cmd echo -n plot >> gnuplot.cmd j=0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 05:23: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 95927106566C; Sun, 3 Jul 2011 05:23:09 +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 6DDAB8FC12; Sun, 3 Jul 2011 05:23: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 p635N9NQ044065; Sun, 3 Jul 2011 05:23:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p635N9lS044061; Sun, 3 Jul 2011 05:23:09 GMT (envelope-from linimon) Date: Sun, 3 Jul 2011 05:23:09 GMT Message-Id: <201107030523.p635N9lS044061@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158602: benchmarks/autobench: bench2graph use gnuplot deprecated syntax that resulted in error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 05:23:09 -0000 Old Synopsis: bench2graph use gnuplot deprecated syntax that resulted in error New Synopsis: benchmarks/autobench: bench2graph use gnuplot deprecated syntax that resulted in error Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jul 3 05:22:54 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158602 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 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 B6F4F106564A for ; Sun, 3 Jul 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 A75DA8FC14 for ; Sun, 3 Jul 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 p636ABKb080350 for ; Sun, 3 Jul 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 p636ABHX080349; Sun, 3 Jul 2011 06:10:11 GMT (envelope-from gnats) Date: Sun, 3 Jul 2011 06:10:11 GMT Message-Id: <201107030610.p636ABHX080349@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/158573: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 06:10:11 -0000 The following reply was made to PR ports/158573; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158573: commit references a PR Date: Sun, 3 Jul 2011 06:09:37 +0000 (UTC) wen 2011-07-03 06:09:29 UTC FreeBSD ports repository Modified files: devel/jakarta-commons-chain Makefile distinfo Log: - Update to 1.2 - Add LICENSE PR: ports/158573 Submitted by: Pedro Giffuni Revision Changes Path 1.7 +3 -2 ports/devel/jakarta-commons-chain/Makefile 1.4 +2 -3 ports/devel/jakarta-commons-chain/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 Sun Jul 3 06:10:48 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 999DF106566C; Sun, 3 Jul 2011 06:10:48 +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 72D2B8FC14; Sun, 3 Jul 2011 06:10: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 p636AmpX083607; Sun, 3 Jul 2011 06:10:48 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p636AmmE083597; Sun, 3 Jul 2011 06:10:48 GMT (envelope-from wen) Date: Sun, 3 Jul 2011 06:10:48 GMT Message-Id: <201107030610.p636AmmE083597@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/158570: Update devel/jakarta-common-io to version 2.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, 03 Jul 2011 06:10:48 -0000 Synopsis: Update devel/jakarta-common-io to version 2.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sun Jul 3 06:10:47 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158570 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 06:13: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 C0956106566B; Sun, 3 Jul 2011 06:13:06 +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 98CB88FC1E; Sun, 3 Jul 2011 06:13: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 p636D6JP088566; Sun, 3 Jul 2011 06:13:06 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p636D6c8088562; Sun, 3 Jul 2011 06:13:06 GMT (envelope-from wen) Date: Sun, 3 Jul 2011 06:13:06 GMT Message-Id: <201107030613.p636D6c8088562@freefall.freebsd.org> To: giffunip@tutopia.com, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/158573: Update devel/jakarta-common-chain to version 1.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: Sun, 03 Jul 2011 06:13:06 -0000 Synopsis: Update devel/jakarta-common-chain to version 1.2 State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Sun Jul 3 06:13:05 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=158573 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 06:13: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 714B71065674; Sun, 3 Jul 2011 06:13:52 +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 4B0198FC12; Sun, 3 Jul 2011 06:13: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 p636Dqxj089490; Sun, 3 Jul 2011 06:13:52 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p636DqbY089486; Sun, 3 Jul 2011 06:13:52 GMT (envelope-from wen) Date: Sun, 3 Jul 2011 06:13:52 GMT Message-Id: <201107030613.p636DqbY089486@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/158601: New port print/pdfbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 06:13:52 -0000 Synopsis: New port print/pdfbox Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Sun Jul 3 06:13:51 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158601 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 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 36E601065675 for ; Sun, 3 Jul 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 0D1808FC1F for ; Sun, 3 Jul 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 p639A9JK079257 for ; Sun, 3 Jul 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 p639A9Ls079256; Sun, 3 Jul 2011 09:10:09 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 09:10:09 GMT Resent-Message-Id: <201107030910.p639A9Ls079256@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 566801065672; Sun, 3 Jul 2011 09:01:47 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id B2A388FC08; Sun, 3 Jul 2011 09:01:46 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p6391gi7022298; Sun, 3 Jul 2011 10:01:42 +0100 (BST) (envelope-from matthew@lucid-nonsense.infracaninophile.co.uk) Received: (from matthew@localhost) by lucid-nonsense.infracaninophile.co.uk (8.14.5/8.14.5/Submit) id p6391gBc022297; Sun, 3 Jul 2011 10:01:42 +0100 (BST) (envelope-from matthew) Message-Id: <201107030901.p6391gBc022297@lucid-nonsense.infracaninophile.co.uk> Date: Sun, 3 Jul 2011 10:01:42 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: secteam@FreeBSD.org Subject: ports/158603: [maintainer] databases/phpmyadmin security update to 3.4.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 09:10:10 -0000 >Number: 158603 >Category: ports >Synopsis: [maintainer] databases/phpmyadmin security update to 3.4.3.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 09:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 8.2-STABLE amd64 >Organization: Infracaninophile >Environment: System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #44 r222989: Sat Jun 11 21:09:28 BST 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: Security update to version 3.4.3.1 Announce message: "Welcome to phpMyAdmin 3.4.3.1 and to phpMyAdmin 3.3.10.2, which are security releases. Please refer to the upcoming PMASA-2011-5 to PMASA-2011-8 announcements on http://www.phpmyadmin.net/home_page/security/. Details will appear on http://phpmyadmin.net. In a hurry? you can visit http://sourceforge.net/projects/phpmyadmin to download. Marc Delisle, for the team" Security advisories: PMSA-2011-5 -- PMSA-2011-8 should appear at http://www.phpmyadmin.net/home_page/security/, but have not yet been published. ChangeLog: 3.4.3.1 (2011-07-02) - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 - [security] Fixed possible code injection incase session variables are compromised, see PMASA-2011-6 - [security] Fixed regexp quoting issue in Synchronize code, see PMASA-2011-7 - [security] Fixed filtering of a file path, which allowed for directory traversal, see PMASA-2011-8 >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/Makefile,v retrieving revision 1.137 diff -u -u -r1.137 Makefile --- Makefile 28 Jun 2011 07:22:44 -0000 1.137 +++ Makefile 3 Jul 2011 08:47:50 -0000 @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.3 +DISTVERSION= 3.4.3.1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/distinfo,v retrieving revision 1.114 diff -u -u -r1.114 distinfo --- distinfo 28 Jun 2011 07:22:44 -0000 1.114 +++ distinfo 3 Jul 2011 08:47:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.3-all-languages.tar.bz2) = 459343e9823b9b56e3f55e60e5e5ed406b9677cbfa1d1d1f4c1ccfb9855cb51e -SIZE (phpMyAdmin-3.4.3-all-languages.tar.bz2) = 4924786 +SHA256 (phpMyAdmin-3.4.3.1-all-languages.tar.bz2) = 138175f19802c5c1c70ceee14b89a86a19ee04917fd7bbd50b17bb200838eb69 +SIZE (phpMyAdmin-3.4.3.1-all-languages.tar.bz2) = 4924615 --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 11: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 093D8106564A; Sun, 3 Jul 2011 11:29:54 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D726C8FC08; Sun, 3 Jul 2011 11:29: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 p63BTr81030031; Sun, 3 Jul 2011 11:29:53 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63BTrhd030027; Sun, 3 Jul 2011 11:29:53 GMT (envelope-from makc) Date: Sun, 3 Jul 2011 11:29:53 GMT Message-Id: <201107031129.p63BTrhd030027@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/158581: port update: games/atanks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 11:29:54 -0000 Synopsis: port update: games/atanks Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sun Jul 3 11:29:53 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158581 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 11:31: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 72F221065673; Sun, 3 Jul 2011 11:31:08 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6508FC0C; Sun, 3 Jul 2011 11:31: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 p63BV8Bt036038; Sun, 3 Jul 2011 11:31:08 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63BV8qF036013; Sun, 3 Jul 2011 11:31:08 GMT (envelope-from makc) Date: Sun, 3 Jul 2011 11:31:08 GMT Message-Id: <201107031131.p63BV8qF036013@freefall.freebsd.org> To: thorsten.greiner@web.de, makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/155382: sysutils/xfce4-systemload-plugin: Memory size overflow when >3.5GB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 11:31:08 -0000 Synopsis: sysutils/xfce4-systemload-plugin: Memory size overflow when >3.5GB Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sun Jul 3 11:31:07 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=155382 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 11:37: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 835DB10657A8; Sun, 3 Jul 2011 11:37:44 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD8B8FC13; Sun, 3 Jul 2011 11:37: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 p63Bbi5V043544; Sun, 3 Jul 2011 11:37:44 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63Bbijf043540; Sun, 3 Jul 2011 13:37:44 +0200 (CEST) (envelope-from jlaffaye) Date: Sun, 3 Jul 2011 13:37:44 +0200 (CEST) Message-Id: <201107031137.p63Bbijf043540@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/158603: [maintainer] databases/phpmyadmin security update to 3.4.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 11:37:44 -0000 Synopsis: [maintainer] databases/phpmyadmin security update to 3.4.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Sun Jul 3 13:37:43 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158603 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 11: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 44B0E106564A; Sun, 3 Jul 2011 11:44:05 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1CDE28FC1B; Sun, 3 Jul 2011 11:44: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 p63Bi4rR052026; Sun, 3 Jul 2011 11:44:04 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63Bi4Q7052022; Sun, 3 Jul 2011 13:44:04 +0200 (CEST) (envelope-from jlaffaye) Date: Sun, 3 Jul 2011 13:44:04 +0200 (CEST) Message-Id: <201107031144.p63Bi4Q7052022@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/158404: [maintainer patch] astro/merkaartor fix bug when uploading to fosm.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 11:44:05 -0000 Synopsis: [maintainer patch] astro/merkaartor fix bug when uploading to fosm.org Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Sun Jul 3 13:44:04 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158404 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12: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 E967D10656F3 for ; Sun, 3 Jul 2011 12: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 05BEF8FC23 for ; Sun, 3 Jul 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 p63C0O4D062789 for ; Sun, 3 Jul 2011 12: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 p63C0Oho062788; Sun, 3 Jul 2011 12:00:24 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 12:00:24 GMT Resent-Message-Id: <201107031200.p63C0Oho062788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Charlie & Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0B391065673 for ; Sun, 3 Jul 2011 11:52:18 +0000 (UTC) (envelope-from root@build02.osl2.modirum.com) Received: from build02.osl2.modirum.com (ext.unicore.no [213.225.74.100]) by mx1.freebsd.org (Postfix) with ESMTP id 4E5328FC1F for ; Sun, 3 Jul 2011 11:52:18 +0000 (UTC) Received: from build02.osl2.modirum.com (build02.osl2.modirum.com [10.1.5.217]) by build02.osl2.modirum.com (8.14.4/8.14.4) with ESMTP id p63BR2t9078272 for ; Sun, 3 Jul 2011 11:27:02 GMT (envelope-from root@build02.osl2.modirum.com) Received: (from root@localhost) by build02.osl2.modirum.com (8.14.4/8.14.4/Submit) id p63BR1eU078255; Sun, 3 Jul 2011 11:27:01 GMT (envelope-from root) Message-Id: <201107031127.p63BR1eU078255@build02.osl2.modirum.com> Date: Sun, 3 Jul 2011 11:27:01 GMT From: Charlie & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158605: New port: databases/rubygem-rubyrep Multi-master replication for MySQL and PostgreSQL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Charlie & List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 12:00:32 -0000 >Number: 158605 >Category: ports >Synopsis: New port: databases/rubygem-rubyrep Multi-master replication for MySQL and PostgreSQL >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 12:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eirik Oeverby >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD build02.osl2.modirum.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: Multi-master replication and sync for MySQL and PostgreSQL. >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: # # rubygem-rubyrep # rubygem-rubyrep/Makefile # rubygem-rubyrep/distinfo # rubygem-rubyrep/files # rubygem-rubyrep/files/rubyrep.in # rubygem-rubyrep/pkg-descr # echo c - rubygem-rubyrep mkdir -p rubygem-rubyrep > /dev/null 2>&1 echo x - rubygem-rubyrep/Makefile sed 's/^X//' >rubygem-rubyrep/Makefile << '46ecf18c564e445d214043f5bead61e7' X# New ports collection makefile for: pg X# Date created: 28 Jan 2009 X# Whom: Wen Heping X# X# $FreeBSD: ports/databases/rubygem-pg/Makefile,v 1.9 2011/06/19 02:30:14 swills Exp $ X# X XPORTNAME= rubyrep XPORTVERSION= 1.2.0 XCATEGORIES= databases rubygems XMASTER_SITES= RG X XMAINTAINER= ltning@anduin.net XCOMMENT= Multi-master replication and sync for MySQL and PostgreSQL X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XUSE_RC_SUBR= rubyrep X XRUN_DEPENDS+= flog>=0:${PORTSDIR}/sysutils/flog X XOPTIONS = MYSQL "Enable MySQL support" off \ X PGSQL "Enable PostgreSQL support" on X X.include X X.if defined(WITH_PGSQL) XRUN_DEPENDS+= rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg X.endif X X.if defined(WITH_MYSQL) XRUN_DEPENDS+= ruby-mysql>=0:${PORTSDIR}/databases/ruby-mysql X.endif X X.include 46ecf18c564e445d214043f5bead61e7 echo x - rubygem-rubyrep/distinfo sed 's/^X//' >rubygem-rubyrep/distinfo << '3d55eea23ef1fbf902369e1d453c30d0' XSHA256 (rubygem/rubyrep-1.2.0.gem) = 35348b04b3bc5babac1f8350caa9458ccfe33a16ec4bdbaa9eb9f94fee0c04d4 XSIZE (rubygem/rubyrep-1.2.0.gem) = 142848 3d55eea23ef1fbf902369e1d453c30d0 echo c - rubygem-rubyrep/files mkdir -p rubygem-rubyrep/files > /dev/null 2>&1 echo x - rubygem-rubyrep/files/rubyrep.in sed 's/^X//' >rubygem-rubyrep/files/rubyrep.in << '110723b6d54837e8284ff6db1d1cee9e' X#!/bin/sh X X# PROVIDE: rubyrep X# REQUIRE: NETWORKING SERVERS X# KEYWORD: shutdown X X# Add the following line to /etc/rc.conf to enable `rubyrep': X#rubyrep_enable="YES" X# and be sure to configure (at least) X# %%PREFIX%%/etc/rubyrep/rubyrep.conf X# X# To replicate more than one database, change X#rubyrep_multi="NO" X# to "YES". A rubyrep process will be started for each file with X# .conf suffix in $rubyrep_config_dir. X# X# Additional options: X# X#rubyrep_stdout_log="/var/log/rubyrep.fifo" X#rubyrep_stderr_log="/var/log/rubyrep_err.fifo" X#rubyrep_fifo_logs="YES" X# Specify log files for stdout and stderr. Defaults to using fifos; X# actual log file will have the extension .log. Additional PID files X# will be created for each of the processes used to tap the fifos; X# these can be used in newsyslog.conf(5) to automate log rotation. X# X#rubyrep_config="%%PREFIX%%/etc/rubyrep.conf" X# Specify full path to default rubyrep configuration file. X# NOTE: Ignored if $rubyrep_multi is set to "YES"! X# X#rubyrep_config_dir="%%PREFIX%%/etc/rubyrep" X# Specify directory containing config files for rubyrep. Used X# by $rubyrep_multi, ignored if $rubyrep_multi="NO" (the default). X# X#rubyrep_command="replicate" X# Specify the command to pass to rubyrep. Usually you'll want to X# replicate (the default), but it is also possible to specify "proxy", X# "scan" or "sync". Note: This option applies to all databases if X# $rubyrep_multi="YES"! X# X#rubyrep_command_flags="" X# Specify options to pass to the $rubyrep_command above. For other X# operating modes than "replicate" this may be necessary, especially X# if you want useful log output! Run X# %%prefix%%/bin/rubyrep --help X# for further information. X Xrubyrep_enable="${rubyrep_enable:-"NO"}" Xrubyrep_multi="${rubyrep_multi:-"NO"}" Xrubyrep_command="${rubyrep_command:-"replicate"}" Xrubyrep_command_flags="${rubyrep_command_flags:-""}" Xrubyrep_config="${rubyrep_config:-"%%PREFIX%%/etc/rubyrep.conf"}" Xrubyrep_config_dir="${rubyrep_config_dir:-"%%PREFIX%%/etc/rubyrep"}" Xrubyrep_user="${rubyrep_user:-"daemon"}" Xrubyrep_stdout_log="${rubyrep_stdout_log:-"/var/log/rubyrep.fifo"}" Xrubyrep_stderr_log="${rubyrep_stderr_log:-"/var/log/rubyrep_err.fifo"}" Xrubyrep_fifo_logs="YES" X X. /etc/rc.subr X Xcheckfifo() { X # Check and create if necessary fifo special files for logging X for f in $stdout_log $stderr_log ; do X flog_fifo=$f X if [ ! -p "$flog_fifo" ] ; then X mkfifo $flog_fifo ; chown ${rubyrep_user} $flog_fifo X fi X done X} X Xpid_touch () { X touch $pidfile X chown $rubyrep_user $pidfile X} X Xrubyrep_prestart() { X pid_touch X if [ "$rubyrep_fifo_logs"="YES" ] ; then X umask 027 X checkfifo X for f in $stdout_log $stderr_log ; do X flog_fifo=$f X flog_args=" -t " X if [ "$cfgname" ] ; then X local out_log="`dirname $f`/`basename -s .fifo.$cfgname $flog_fifo`.$cfgname.log" X local out_pid="/var/run/`basename -s .fifo.$cfgname $flog_fifo`.$cfgname.flog.pid" X else X local out_log="`dirname $f`/`basename -s .fifo $flog_fifo`.log" X local out_pid="/var/run/`basename -s .fifo $flog_fifo`.flog.pid" X fi X X echo "Enabling logging for $flog_fifo ($out_log, $out_pid)..." X echo "%%PREFIX%%/bin/flog $flog_args $out_log < $flog_fifo &" X %%PREFIX%%/bin/flog $flog_args $out_log < $flog_fifo & X echo $! > $out_pid X done X fi X} X Xrubyrep_stop() { X if [ -f "$pidfile" ] ; then X kill -9 `cat $pidfile` X rm $pidfile X else X echo "PID file not found ($pidfile)" X fi X} X Xrubyrep_poststop() { X if [ "$rubyrep_fifo_logs"="YES" ] ; then X for f in $stdout_log $stderr_log ; do X flog_fifo=$f X if [ "$cfgname" ] ; then X local out_pid="/var/run/`basename -s .fifo.$cfgname $flog_fifo`.$cfgname.flog.pid" X else X local out_pid="/var/run/`basename -s .fifo $flog_fifo`.flog.pid" X fi X kill $out_pid >/dev/null 2>/dev/null X rm $out_pid >/dev/null 2>/dev/null X done X fi X} X Xrubyrep_init() { X if [ "$rubyrep_multi" = "NO" ] ; then X cmdline="%%PREFIX%%/bin/rubyrep generate $rubyrep_config" X if [ "$1" = "init" -a -f "$rubyrep_config" ] ; then X echo "Skipping file $rubyrep_config (already exists)." X else X echo "Generating template file $rubyrep_config" X $cmdline X fi X else X echo 'Command not available when $rubyrep_multi="YES"'. X exit X fi X} X Xname="rubyrep" Xrcvar=`set_rcvar` X X# read configuration and set defaults Xload_rc_config $name X Xextra_commands="init" Xinit_cmd="${name}_init" X Xcommand="/usr/sbin/daemon" Xstart_precmd="${name}_prestart" Xstop_cmd="${name}_stop" Xstop_postcmd="${name}_poststop" Xrubyrep_command_flags="$rubyrep_command_flags" X Xif [ "$rubyrep_multi" = "NO" ] ; then X stdout_log=${rubyrep_stdout_log} X stderr_log=${rubyrep_stderr_log} X log_args=">> ${stdout_log} 2>> ${stderr_log} " X cmdline="%%PREFIX%%/bin/rubyrep $rubyrep_command $rubyrep_command_flags -c $rubyrep_config" X pidfile="/var/run/$name.pid" X flags="-p ${pidfile} ${cmdline} ${log_args}" X run_rc_command "$1" Xelif [ "$rubyrep_multi" = "YES" ] ; then X [ ! -d "$rubyrep_config_dir" ] && mkdir -p "$rubyrep_config_dir" X for i in `ls $rubyrep_config_dir/*.conf` ; do X rubyrep_config=$i X cfgname=$(basename -s .conf $i) X stdout_log=${rubyrep_stdout_log}.$cfgname X stderr_log=${rubyrep_stderr_log}.$cfgname X log_args=">> ${stdout_log} 2>> ${stderr_log} " X cmdline="%%PREFIX%%/bin/rubyrep $rubyrep_command $rubyrep_command_flags -c $rubyrep_config" X pidfile="/var/run/${name}_${cfgname}.pid" X flags="-p ${pidfile} ${cmdline} ${log_args}" X run_rc_command "$1" X done Xfi 110723b6d54837e8284ff6db1d1cee9e echo x - rubygem-rubyrep/pkg-descr sed 's/^X//' >rubygem-rubyrep/pkg-descr << '86a2eb1fc929445e37be1c2eda5a248c' XMission: XDevelopment of an open-source solution for asynchronous, master-master Xreplication of relational databases that is X X- ridiculously easy to use X- database independent X XCurrently supports PostgreSQL and MySQL. X XWWW: http://www.rubyrep.org/ 86a2eb1fc929445e37be1c2eda5a248c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12: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 0E83510656FB for ; Sun, 3 Jul 2011 12: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 1AF138FC1D for ; Sun, 3 Jul 2011 12: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 p63C0Nsj062775 for ; Sun, 3 Jul 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 p63C0Nir062774; Sun, 3 Jul 2011 12:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 12:00:23 GMT Resent-Message-Id: <201107031200.p63C0Nir062774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eirik Oeverby Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB17A106566B for ; Sun, 3 Jul 2011 11:52:17 +0000 (UTC) (envelope-from root@build02.osl2.modirum.com) Received: from build02.osl2.modirum.com (ext.unicore.no [213.225.74.100]) by mx1.freebsd.org (Postfix) with ESMTP id 5DBDD8FC19 for ; Sun, 3 Jul 2011 11:52:17 +0000 (UTC) Received: from build02.osl2.modirum.com (build02.osl2.modirum.com [10.1.5.217]) by build02.osl2.modirum.com (8.14.4/8.14.4) with ESMTP id p63BUYVh081408 for ; Sun, 3 Jul 2011 11:30:34 GMT (envelope-from root@build02.osl2.modirum.com) Received: (from root@localhost) by build02.osl2.modirum.com (8.14.4/8.14.4/Submit) id p63BUYJM081405; Sun, 3 Jul 2011 11:30:34 GMT (envelope-from root) Message-Id: <201107031130.p63BUYJM081405@build02.osl2.modirum.com> Date: Sun, 3 Jul 2011 11:30:34 GMT From: Eirik Oeverby To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158604: Multi-master replication and sync for MySQL and PostgreSQL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eirik Oeverby List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 12:00:32 -0000 >Number: 158604 >Category: ports >Synopsis: Multi-master replication and sync for MySQL and PostgreSQL >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 12:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eirik Oeverby >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD build02.osl2.modirum.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: Multi-master replication and sync for MySQL and PostgreSQL >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: # # rubygem-rubyrep # rubygem-rubyrep/Makefile # rubygem-rubyrep/distinfo # rubygem-rubyrep/files # rubygem-rubyrep/files/rubyrep.in # rubygem-rubyrep/pkg-descr # echo c - rubygem-rubyrep mkdir -p rubygem-rubyrep > /dev/null 2>&1 echo x - rubygem-rubyrep/Makefile sed 's/^X//' >rubygem-rubyrep/Makefile << '46ecf18c564e445d214043f5bead61e7' X# New ports collection makefile for: pg X# Date created: 28 Jan 2009 X# Whom: Wen Heping X# X# $FreeBSD: ports/databases/rubygem-pg/Makefile,v 1.9 2011/06/19 02:30:14 swills Exp $ X# X XPORTNAME= rubyrep XPORTVERSION= 1.2.0 XCATEGORIES= databases rubygems XMASTER_SITES= RG X XMAINTAINER= ltning@anduin.net XCOMMENT= Multi-master replication and sync for MySQL and PostgreSQL X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XUSE_RC_SUBR= rubyrep X XRUN_DEPENDS+= flog>=0:${PORTSDIR}/sysutils/flog X XOPTIONS = MYSQL "Enable MySQL support" off \ X PGSQL "Enable PostgreSQL support" on X X.include X X.if defined(WITH_PGSQL) XRUN_DEPENDS+= rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg X.endif X X.if defined(WITH_MYSQL) XRUN_DEPENDS+= ruby-mysql>=0:${PORTSDIR}/databases/ruby-mysql X.endif X X.include 46ecf18c564e445d214043f5bead61e7 echo x - rubygem-rubyrep/distinfo sed 's/^X//' >rubygem-rubyrep/distinfo << '3d55eea23ef1fbf902369e1d453c30d0' XSHA256 (rubygem/rubyrep-1.2.0.gem) = 35348b04b3bc5babac1f8350caa9458ccfe33a16ec4bdbaa9eb9f94fee0c04d4 XSIZE (rubygem/rubyrep-1.2.0.gem) = 142848 3d55eea23ef1fbf902369e1d453c30d0 echo c - rubygem-rubyrep/files mkdir -p rubygem-rubyrep/files > /dev/null 2>&1 echo x - rubygem-rubyrep/files/rubyrep.in sed 's/^X//' >rubygem-rubyrep/files/rubyrep.in << '110723b6d54837e8284ff6db1d1cee9e' X#!/bin/sh X X# PROVIDE: rubyrep X# REQUIRE: NETWORKING SERVERS X# KEYWORD: shutdown X X# Add the following line to /etc/rc.conf to enable `rubyrep': X#rubyrep_enable="YES" X# and be sure to configure (at least) X# %%PREFIX%%/etc/rubyrep/rubyrep.conf X# X# To replicate more than one database, change X#rubyrep_multi="NO" X# to "YES". A rubyrep process will be started for each file with X# .conf suffix in $rubyrep_config_dir. X# X# Additional options: X# X#rubyrep_stdout_log="/var/log/rubyrep.fifo" X#rubyrep_stderr_log="/var/log/rubyrep_err.fifo" X#rubyrep_fifo_logs="YES" X# Specify log files for stdout and stderr. Defaults to using fifos; X# actual log file will have the extension .log. Additional PID files X# will be created for each of the processes used to tap the fifos; X# these can be used in newsyslog.conf(5) to automate log rotation. X# X#rubyrep_config="%%PREFIX%%/etc/rubyrep.conf" X# Specify full path to default rubyrep configuration file. X# NOTE: Ignored if $rubyrep_multi is set to "YES"! X# X#rubyrep_config_dir="%%PREFIX%%/etc/rubyrep" X# Specify directory containing config files for rubyrep. Used X# by $rubyrep_multi, ignored if $rubyrep_multi="NO" (the default). X# X#rubyrep_command="replicate" X# Specify the command to pass to rubyrep. Usually you'll want to X# replicate (the default), but it is also possible to specify "proxy", X# "scan" or "sync". Note: This option applies to all databases if X# $rubyrep_multi="YES"! X# X#rubyrep_command_flags="" X# Specify options to pass to the $rubyrep_command above. For other X# operating modes than "replicate" this may be necessary, especially X# if you want useful log output! Run X# %%prefix%%/bin/rubyrep --help X# for further information. X Xrubyrep_enable="${rubyrep_enable:-"NO"}" Xrubyrep_multi="${rubyrep_multi:-"NO"}" Xrubyrep_command="${rubyrep_command:-"replicate"}" Xrubyrep_command_flags="${rubyrep_command_flags:-""}" Xrubyrep_config="${rubyrep_config:-"%%PREFIX%%/etc/rubyrep.conf"}" Xrubyrep_config_dir="${rubyrep_config_dir:-"%%PREFIX%%/etc/rubyrep"}" Xrubyrep_user="${rubyrep_user:-"daemon"}" Xrubyrep_stdout_log="${rubyrep_stdout_log:-"/var/log/rubyrep.fifo"}" Xrubyrep_stderr_log="${rubyrep_stderr_log:-"/var/log/rubyrep_err.fifo"}" Xrubyrep_fifo_logs="YES" X X. /etc/rc.subr X Xcheckfifo() { X # Check and create if necessary fifo special files for logging X for f in $stdout_log $stderr_log ; do X flog_fifo=$f X if [ ! -p "$flog_fifo" ] ; then X mkfifo $flog_fifo ; chown ${rubyrep_user} $flog_fifo X fi X done X} X Xpid_touch () { X touch $pidfile X chown $rubyrep_user $pidfile X} X Xrubyrep_prestart() { X pid_touch X if [ "$rubyrep_fifo_logs"="YES" ] ; then X umask 027 X checkfifo X for f in $stdout_log $stderr_log ; do X flog_fifo=$f X flog_args=" -t " X if [ "$cfgname" ] ; then X local out_log="`dirname $f`/`basename -s .fifo.$cfgname $flog_fifo`.$cfgname.log" X local out_pid="/var/run/`basename -s .fifo.$cfgname $flog_fifo`.$cfgname.flog.pid" X else X local out_log="`dirname $f`/`basename -s .fifo $flog_fifo`.log" X local out_pid="/var/run/`basename -s .fifo $flog_fifo`.flog.pid" X fi X X echo "Enabling logging for $flog_fifo ($out_log, $out_pid)..." X echo "%%PREFIX%%/bin/flog $flog_args $out_log < $flog_fifo &" X %%PREFIX%%/bin/flog $flog_args $out_log < $flog_fifo & X echo $! > $out_pid X done X fi X} X Xrubyrep_stop() { X if [ -f "$pidfile" ] ; then X kill -9 `cat $pidfile` X rm $pidfile X else X echo "PID file not found ($pidfile)" X fi X} X Xrubyrep_poststop() { X if [ "$rubyrep_fifo_logs"="YES" ] ; then X for f in $stdout_log $stderr_log ; do X flog_fifo=$f X if [ "$cfgname" ] ; then X local out_pid="/var/run/`basename -s .fifo.$cfgname $flog_fifo`.$cfgname.flog.pid" X else X local out_pid="/var/run/`basename -s .fifo $flog_fifo`.flog.pid" X fi X kill $out_pid >/dev/null 2>/dev/null X rm $out_pid >/dev/null 2>/dev/null X done X fi X} X Xrubyrep_init() { X if [ "$rubyrep_multi" = "NO" ] ; then X cmdline="%%PREFIX%%/bin/rubyrep generate $rubyrep_config" X if [ "$1" = "init" -a -f "$rubyrep_config" ] ; then X echo "Skipping file $rubyrep_config (already exists)." X else X echo "Generating template file $rubyrep_config" X $cmdline X fi X else X echo 'Command not available when $rubyrep_multi="YES"'. X exit X fi X} X Xname="rubyrep" Xrcvar=`set_rcvar` X X# read configuration and set defaults Xload_rc_config $name X Xextra_commands="init" Xinit_cmd="${name}_init" X Xcommand="/usr/sbin/daemon" Xstart_precmd="${name}_prestart" Xstop_cmd="${name}_stop" Xstop_postcmd="${name}_poststop" Xrubyrep_command_flags="$rubyrep_command_flags" X Xif [ "$rubyrep_multi" = "NO" ] ; then X stdout_log=${rubyrep_stdout_log} X stderr_log=${rubyrep_stderr_log} X log_args=">> ${stdout_log} 2>> ${stderr_log} " X cmdline="%%PREFIX%%/bin/rubyrep $rubyrep_command $rubyrep_command_flags -c $rubyrep_config" X pidfile="/var/run/$name.pid" X flags="-p ${pidfile} ${cmdline} ${log_args}" X run_rc_command "$1" Xelif [ "$rubyrep_multi" = "YES" ] ; then X [ ! -d "$rubyrep_config_dir" ] && mkdir -p "$rubyrep_config_dir" X for i in `ls $rubyrep_config_dir/*.conf` ; do X rubyrep_config=$i X cfgname=$(basename -s .conf $i) X stdout_log=${rubyrep_stdout_log}.$cfgname X stderr_log=${rubyrep_stderr_log}.$cfgname X log_args=">> ${stdout_log} 2>> ${stderr_log} " X cmdline="%%PREFIX%%/bin/rubyrep $rubyrep_command $rubyrep_command_flags -c $rubyrep_config" X pidfile="/var/run/${name}_${cfgname}.pid" X flags="-p ${pidfile} ${cmdline} ${log_args}" X run_rc_command "$1" X done Xfi 110723b6d54837e8284ff6db1d1cee9e echo x - rubygem-rubyrep/pkg-descr sed 's/^X//' >rubygem-rubyrep/pkg-descr << '86a2eb1fc929445e37be1c2eda5a248c' XMission: XDevelopment of an open-source solution for asynchronous, master-master Xreplication of relational databases that is X X- ridiculously easy to use X- database independent X XCurrently supports PostgreSQL and MySQL. X XWWW: http://www.rubyrep.org/ 86a2eb1fc929445e37be1c2eda5a248c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12:00:48 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45B5910658E5; Sun, 3 Jul 2011 12:00:48 +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 1E32A8FC0A; Sun, 3 Jul 2011 12:00: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 p63C0lRx063852; Sun, 3 Jul 2011 12:00:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63C0lp0063844; Sun, 3 Jul 2011 12:00:47 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 12:00:47 GMT Message-Id: <201107031200.p63C0lp0063844@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158605: New port: databases/rubygem-rubyrep Multi-master replication for MySQL and PostgreSQL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 12:00:48 -0000 Synopsis: New port: databases/rubygem-rubyrep Multi-master replication for MySQL and PostgreSQL Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 12:00:46 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=158605 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 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 31D301065675 for ; Sun, 3 Jul 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 10C568FC17 for ; Sun, 3 Jul 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 p63CADqH074075 for ; Sun, 3 Jul 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 p63CAD8V074074; Sun, 3 Jul 2011 12:10:13 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 12:10:13 GMT Resent-Message-Id: <201107031210.p63CAD8V074074@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, =?iso-8859-1?Q?Eirik_=D8verby?= Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CAC5106577C for ; Sun, 3 Jul 2011 12:01:02 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from mail.anduin.net (mail.anduin.net [213.225.74.249]) by mx1.freebsd.org (Postfix) with ESMTP id BA3778FC22 for ; Sun, 3 Jul 2011 12:01:01 +0000 (UTC) Received: from p549a2c49.dip.t-dialin.net ([84.154.44.73] helo=[192.168.178.35]) by mail.anduin.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1QdKxK-000Lqw-5Z for FreeBSD-gnats-submit@freebsd.org; Sun, 03 Jul 2011 13:35:18 +0200 Message-Id: Date: Sun, 3 Jul 2011 13:35:17 +0200 From: =?iso-8859-1?Q?Eirik_=D8verby?= To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/158606: New port: databases/rubygem-rubyrep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 12:10:14 -0000 >Number: 158606 >Category: ports >Synopsis: New port: databases/rubygem-rubyrep Multi-master = >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 12:10:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eirik Oeverby >Release: FreeBSD 8.2-RELEASE amd64 >Organization: =20 >Environment: System: FreeBSD build02.osl2.modirum.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: Multi-master replication and sync for MySQL and PostgreSQL >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: # # rubygem-rubyrep # rubygem-rubyrep/Makefile # rubygem-rubyrep/distinfo # rubygem-rubyrep/files # rubygem-rubyrep/files/rubyrep.in # rubygem-rubyrep/pkg-descr # echo c - rubygem-rubyrep mkdir -p rubygem-rubyrep > /dev/null 2>&1 echo x - rubygem-rubyrep/Makefile sed 's/^X//' >rubygem-rubyrep/Makefile << = '46ecf18c564e445d214043f5bead61e7' X# New ports collection makefile for: pg X# Date created: 28 Jan 2009 X# Whom: Wen Heping X# X# $FreeBSD: ports/databases/rubygem-pg/Makefile,v 1.9 2011/06/19 = 02:30:14 swills Exp $ X# X XPORTNAME=3D rubyrep XPORTVERSION=3D 1.2.0 XCATEGORIES=3D databases rubygems XMASTER_SITES=3D RG X XMAINTAINER=3D ltning@anduin.net XCOMMENT=3D Multi-master replication and sync for MySQL and = PostgreSQL X XUSE_RUBY=3D yes XUSE_RUBYGEMS=3D yes XRUBYGEM_AUTOPLIST=3D yes X XUSE_RC_SUBR=3D rubyrep X XRUN_DEPENDS+=3D flog>=3D0:${PORTSDIR}/sysutils/flog X XOPTIONS =3D MYSQL "Enable MySQL support" off \ X PGSQL "Enable PostgreSQL support" on X X.include X X.if defined(WITH_PGSQL) XRUN_DEPENDS+=3D rubygem-pg>=3D0:${PORTSDIR}/databases/rubygem-pg X.endif X X.if defined(WITH_MYSQL) XRUN_DEPENDS+=3D ruby-mysql>=3D0:${PORTSDIR}/databases/ruby-mysql X.endif X X.include 46ecf18c564e445d214043f5bead61e7 echo x - rubygem-rubyrep/distinfo sed 's/^X//' >rubygem-rubyrep/distinfo << = '3d55eea23ef1fbf902369e1d453c30d0' XSHA256 (rubygem/rubyrep-1.2.0.gem) =3D = 35348b04b3bc5babac1f8350caa9458ccfe33a16ec4bdbaa9eb9f94fee0c04d4 XSIZE (rubygem/rubyrep-1.2.0.gem) =3D 142848 3d55eea23ef1fbf902369e1d453c30d0 echo c - rubygem-rubyrep/files mkdir -p rubygem-rubyrep/files > /dev/null 2>&1 echo x - rubygem-rubyrep/files/rubyrep.in sed 's/^X//' >rubygem-rubyrep/files/rubyrep.in << = '110723b6d54837e8284ff6db1d1cee9e' X#!/bin/sh X X# PROVIDE: rubyrep X# REQUIRE: NETWORKING SERVERS X# KEYWORD: shutdown X X# Add the following line to /etc/rc.conf to enable `rubyrep': X#rubyrep_enable=3D"YES" X# and be sure to configure (at least) X# %%PREFIX%%/etc/rubyrep/rubyrep.conf X# X# To replicate more than one database, change X#rubyrep_multi=3D"NO" X# to "YES". A rubyrep process will be started for each file with X# .conf suffix in $rubyrep_config_dir. X# X# Additional options: X# X#rubyrep_stdout_log=3D"/var/log/rubyrep.fifo" X#rubyrep_stderr_log=3D"/var/log/rubyrep_err.fifo" X#rubyrep_fifo_logs=3D"YES" X# Specify log files for stdout and stderr. Defaults to using fifos; X# actual log file will have the extension .log. Additional PID files=20 X# will be created for each of the processes used to tap the fifos;=20 X# these can be used in newsyslog.conf(5) to automate log rotation. X# X#rubyrep_config=3D"%%PREFIX%%/etc/rubyrep.conf" X# Specify full path to default rubyrep configuration file. X# NOTE: Ignored if $rubyrep_multi is set to "YES"! X# X#rubyrep_config_dir=3D"%%PREFIX%%/etc/rubyrep" X# Specify directory containing config files for rubyrep. Used X# by $rubyrep_multi, ignored if $rubyrep_multi=3D"NO" (the default). X# X#rubyrep_command=3D"replicate" X# Specify the command to pass to rubyrep. Usually you'll want to X# replicate (the default), but it is also possible to specify "proxy", X# "scan" or "sync". Note: This option applies to all databases if X# $rubyrep_multi=3D"YES"! X# X#rubyrep_command_flags=3D"" X# Specify options to pass to the $rubyrep_command above. For other X# operating modes than "replicate" this may be necessary, especially X# if you want useful log output! Run X# %%prefix%%/bin/rubyrep --help X# for further information. X Xrubyrep_enable=3D"${rubyrep_enable:-"NO"}" Xrubyrep_multi=3D"${rubyrep_multi:-"NO"}" Xrubyrep_command=3D"${rubyrep_command:-"replicate"}" Xrubyrep_command_flags=3D"${rubyrep_command_flags:-""}" Xrubyrep_config=3D"${rubyrep_config:-"%%PREFIX%%/etc/rubyrep.conf"}" Xrubyrep_config_dir=3D"${rubyrep_config_dir:-"%%PREFIX%%/etc/rubyrep"}" Xrubyrep_user=3D"${rubyrep_user:-"daemon"}" Xrubyrep_stdout_log=3D"${rubyrep_stdout_log:-"/var/log/rubyrep.fifo"}" Xrubyrep_stderr_log=3D"${rubyrep_stderr_log:-"/var/log/rubyrep_err.fifo"}"= Xrubyrep_fifo_logs=3D"YES" X X. /etc/rc.subr X Xcheckfifo() { X # Check and create if necessary fifo special files for logging X for f in $stdout_log $stderr_log ; do X flog_fifo=3D$f X if [ ! -p "$flog_fifo" ] ; then X mkfifo $flog_fifo ; chown ${rubyrep_user} = $flog_fifo X fi X done X} X Xpid_touch () { X touch $pidfile X chown $rubyrep_user $pidfile X} X Xrubyrep_prestart() { X pid_touch X if [ "$rubyrep_fifo_logs"=3D"YES" ] ; then X umask 027 X checkfifo X for f in $stdout_log $stderr_log ; do X flog_fifo=3D$f X flog_args=3D" -t " X if [ "$cfgname" ] ; then X local out_log=3D"`dirname $f`/`basename = -s .fifo.$cfgname $flog_fifo`.$cfgname.log" X local out_pid=3D"/var/run/`basename -s = .fifo.$cfgname $flog_fifo`.$cfgname.flog.pid" X else X local out_log=3D"`dirname $f`/`basename = -s .fifo $flog_fifo`.log" X local out_pid=3D"/var/run/`basename -s = .fifo $flog_fifo`.flog.pid" X fi X X echo "Enabling logging for $flog_fifo ($out_log, = $out_pid)..." X echo "%%PREFIX%%/bin/flog $flog_args $out_log < = $flog_fifo &" X %%PREFIX%%/bin/flog $flog_args $out_log < = $flog_fifo & X echo $! > $out_pid X done X fi X} X Xrubyrep_stop() { X if [ -f "$pidfile" ] ; then X kill -9 `cat $pidfile` X rm $pidfile X else X echo "PID file not found ($pidfile)" X fi X} X Xrubyrep_poststop() { X if [ "$rubyrep_fifo_logs"=3D"YES" ] ; then X for f in $stdout_log $stderr_log ; do X flog_fifo=3D$f X if [ "$cfgname" ] ; then X local out_pid=3D"/var/run/`basename -s = .fifo.$cfgname $flog_fifo`.$cfgname.flog.pid" X else X local out_pid=3D"/var/run/`basename -s = .fifo $flog_fifo`.flog.pid" X fi X kill $out_pid >/dev/null 2>/dev/null X rm $out_pid >/dev/null 2>/dev/null X done X fi X} X Xrubyrep_init() { X if [ "$rubyrep_multi" =3D "NO" ] ; then X cmdline=3D"%%PREFIX%%/bin/rubyrep generate = $rubyrep_config" X if [ "$1" =3D "init" -a -f "$rubyrep_config" ] ; then X echo "Skipping file $rubyrep_config (already = exists)." X else X echo "Generating template file $rubyrep_config" X $cmdline X fi X else X echo 'Command not available when $rubyrep_multi=3D"YES"'. X exit X fi X} X Xname=3D"rubyrep" Xrcvar=3D`set_rcvar` X X# read configuration and set defaults Xload_rc_config $name X Xextra_commands=3D"init" Xinit_cmd=3D"${name}_init" X Xcommand=3D"/usr/sbin/daemon" Xstart_precmd=3D"${name}_prestart" Xstop_cmd=3D"${name}_stop" Xstop_postcmd=3D"${name}_poststop" Xrubyrep_command_flags=3D"$rubyrep_command_flags" X Xif [ "$rubyrep_multi" =3D "NO" ] ; then X stdout_log=3D${rubyrep_stdout_log} X stderr_log=3D${rubyrep_stderr_log} X log_args=3D">> ${stdout_log} 2>> ${stderr_log} " X cmdline=3D"%%PREFIX%%/bin/rubyrep $rubyrep_command = $rubyrep_command_flags -c $rubyrep_config" X pidfile=3D"/var/run/$name.pid" X flags=3D"-p ${pidfile} ${cmdline} ${log_args}" X run_rc_command "$1" Xelif [ "$rubyrep_multi" =3D "YES" ] ; then X [ ! -d "$rubyrep_config_dir" ] && mkdir -p "$rubyrep_config_dir" X for i in `ls $rubyrep_config_dir/*.conf` ; do X rubyrep_config=3D$i X cfgname=3D$(basename -s .conf $i) X stdout_log=3D${rubyrep_stdout_log}.$cfgname X stderr_log=3D${rubyrep_stderr_log}.$cfgname X log_args=3D">> ${stdout_log} 2>> ${stderr_log} " X cmdline=3D"%%PREFIX%%/bin/rubyrep $rubyrep_command = $rubyrep_command_flags -c $rubyrep_config" X pidfile=3D"/var/run/${name}_${cfgname}.pid" X flags=3D"-p ${pidfile} ${cmdline} ${log_args}" X run_rc_command "$1" X done Xfi 110723b6d54837e8284ff6db1d1cee9e echo x - rubygem-rubyrep/pkg-descr sed 's/^X//' >rubygem-rubyrep/pkg-descr << = '86a2eb1fc929445e37be1c2eda5a248c' XMission: XDevelopment of an open-source solution for asynchronous, master-master Xreplication of relational databases that is X X- ridiculously easy to use X- database independent X XCurrently supports PostgreSQL and MySQL. X XWWW: http://www.rubyrep.org/ 86a2eb1fc929445e37be1c2eda5a248c exit >Release-Note: >Audit-Trail: >Unformatted: X-send-pr-version: 3.113 X-GNATS-Notify:=20 replication and sync for MySQL and PostgreSQL From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12:10: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 E240A106564A; Sun, 3 Jul 2011 12:10: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 B6B858FC12; Sun, 3 Jul 2011 12: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 p63CAOQF074888; Sun, 3 Jul 2011 12: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 p63CAOIa074878; Sun, 3 Jul 2011 12:10:24 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 12:10:24 GMT Message-Id: <201107031210.p63CAOIa074878@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158606: New port: databases/rubygem-rubyrep Multi-master = X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 12:10:25 -0000 Synopsis: New port: databases/rubygem-rubyrep Multi-master = Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 12: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=158606 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12: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 4B8701065670 for ; Sun, 3 Jul 2011 12: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 2C0D98FC0A for ; Sun, 3 Jul 2011 12: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 p63CUE9c096283 for ; Sun, 3 Jul 2011 12: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 p63CUDwS096278; Sun, 3 Jul 2011 12:30:14 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 12:30:14 GMT Resent-Message-Id: <201107031230.p63CUDwS096278@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Bethke Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3E361065670 for ; Sun, 3 Jul 2011 12:20:45 +0000 (UTC) (envelope-from stb@diesel.lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [IPv6:2001:470:1f0b:105e::1ea]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1EF8FC13 for ; Sun, 3 Jul 2011 12:20:45 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from zs64submitaccount@zs64.net) id D577768B48 for ; Sun, 3 Jul 2011 14:20:43 +0200 (CEST) Message-Id: <20110703142043-976807@diesel.lassitu.de> Date: Sun, 03 Jul 2011 14:20:43 From: Stefan Bethke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158607: [MAINTAINER] graphics/pngnq update to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stefan Bethke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 12:30:14 -0000 >Number: 158607 >Category: ports >Synopsis: [MAINTAINER] graphics/pngnq update to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 12:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stefan Bethke >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: >Description: Update graphics/pngnq to version 1.1 >How-To-Repeat: >Fix: The sole remaining patch has been folded in upstream, so files is now empty. diff -ruN graphics/pngnq.orig/Makefile graphics/pngnq/Makefile --- graphics/pngnq.orig/Makefile 2011-04-20 22:02:25.000000000 +0200 +++ graphics/pngnq/Makefile 2011-07-03 14:14:56.483446700 +0200 @@ -6,13 +6,15 @@ # PORTNAME= pngnq -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= stb@lassitu.de COMMENT= A tool for quantizing PNG images in RGBA format +LICENSE= BSD + LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes diff -ruN graphics/pngnq.orig/distinfo graphics/pngnq/distinfo --- graphics/pngnq.orig/distinfo 2011-04-20 22:02:25.000000000 +0200 +++ graphics/pngnq/distinfo 2011-07-03 14:13:23.582390256 +0200 @@ -1,2 +1,2 @@ -SHA256 (pngnq-1.0.tar.gz) = 3413cb72af4e1a25268892ad182f6f9f516c5b67d9ff873968e5a60c293c00a7 -SIZE (pngnq-1.0.tar.gz) = 105155 +SHA256 (pngnq-1.1.tar.gz) = c147fe0a94b32d323ef60be9fdcc9b683d1a82cd7513786229ef294310b5b6e2 +SIZE (pngnq-1.1.tar.gz) = 117372 diff -ruN graphics/pngnq.orig/files/patch-errors.h graphics/pngnq/files/patch-errors.h --- graphics/pngnq.orig/files/patch-errors.h 2011-04-20 22:02:25.000000000 +0200 +++ graphics/pngnq/files/patch-errors.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- src/errors.h.orig 2011-04-14 19:57:13.000000000 +0400 -+++ src/errors.h 2011-04-14 20:00:25.000000000 +0400 -@@ -20,9 +20,11 @@ - PNGNQ_LOG_ERR(__VA_ARGS__)\ - fflush(stderr); - --#define PNGNQ_WARNING(...) (fprintf(stderr,"pngnq - Warning: "));\ -- fprintf(stderr, __VA_ARGS__);\ -- PNGNQ_LOG_WARNING(__VA_ARGS__)\ -- fflush(stderr); -+#define PNGNQ_WARNING(...) \ -+ do { \ -+ fprintf(stderr, "pngnq - Warning: " __VA_ARGS__); \ -+ PNGNQ_LOG_WARNING(__VA_ARGS__) \ -+ fflush(stderr); \ -+ } while (0) - - #define PNGNQ_MESSAGE(...) {if(verbose) {fprintf(stderr,__VA_ARGS__);fflush(stderr);}} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12:46: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 060F81065675; Sun, 3 Jul 2011 12:46:29 +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 D34258FC08; Sun, 3 Jul 2011 12: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 p63CkS5c019202; Sun, 3 Jul 2011 12:46:28 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63CkSlX019198; Sun, 3 Jul 2011 12:46:28 GMT (envelope-from swills) Date: Sun, 3 Jul 2011 12:46:28 GMT Message-Id: <201107031246.p63CkSlX019198@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/158607: [MAINTAINER] graphics/pngnq update to 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: Sun, 03 Jul 2011 12:46:29 -0000 Synopsis: [MAINTAINER] graphics/pngnq update to 1.1 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jul 3 12:46:28 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158607 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12: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 37E0F1065670 for ; Sun, 3 Jul 2011 12: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 12EDA8FC17 for ; Sun, 3 Jul 2011 12: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 p63Co8x3020507 for ; Sun, 3 Jul 2011 12: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 p63Co8xm020505; Sun, 3 Jul 2011 12:50:08 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 12:50:08 GMT Resent-Message-Id: <201107031250.p63Co8xm020505@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dima Panov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06BDA106564A for ; Sun, 3 Jul 2011 12:41:48 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id 0D5758FC08 for ; Sun, 3 Jul 2011 12:41:46 +0000 (UTC) Received: from Beastie.Fluffy.Khv.RU ([46.38.1.85]) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id p63CVUmP020966 for ; Sun, 3 Jul 2011 23:31:32 +1100 (VLAST) (envelope-from fluffy@FreeBSD.org) Received: from Beastie.Fluffy.Khv.RU (localhost [127.0.0.1]) by Beastie.Fluffy.Khv.RU (8.14.5/8.14.5/Fluffy/5.4.1) with ESMTP id p63CVQIA098432 for ; Sun, 3 Jul 2011 23:31:27 +1100 (VLAST) (envelope-from fluffy@FreeBSD.org) Message-Id: <1309696287.97991@Beastie.Fluffy.Khv.RU> Date: Sun, 3 Jul 2011 23:31:27 +1100 From: "Dima Panov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/158608: x11-toolkits/qt4pas: Update to 2.3 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 12:50:09 -0000 >Number: 158608 >Category: ports >Synopsis: x11-toolkits/qt4pas: Update to 2.3 release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 12:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 9.0-900038-CURRENT amd64 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 9.0-900038-CURRENT #1 r223529M: Sat Jun 25 17:00:20 VLAST 2011 toor@Beastie.Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: x11-toolkits/qt4pas: Update to 2.3 release >How-To-Repeat: >Fix: --- qt4pas.diff begins here --- Index: x11-toolkits/qt4pas/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/qt4pas/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- x11-toolkits/qt4pas/Makefile 28 Mar 2010 06:47:25 -0000 1.5 +++ x11-toolkits/qt4pas/Makefile 3 Jul 2011 10:32:46 -0000 @@ -6,10 +6,9 @@ # PORTNAME= qt4pas -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= x11-toolkits -MASTER_SITES= http://users.telenet.be/Jan.Van.hijfte/qtforfpc/ +MASTER_SITES= http://users.telenet.be/Jan.Van.hijfte/qtforfpc/${PORTVERSION:S/^/V/}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/V/}_Qt${QT4_VER_MIN} MAINTAINER= acm@FreeBSD.org Index: x11-toolkits/qt4pas/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/qt4pas/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- x11-toolkits/qt4pas/distinfo 2 Jul 2011 18:18:44 -0000 1.5 +++ x11-toolkits/qt4pas/distinfo 3 Jul 2011 10:32:51 -0000 @@ -1,2 +1,2 @@ -SHA256 (qt4pas-V2.1_Qt4.5.3.tar.gz) = 9322ea04bb972bf0329caef557870db5bce10ebe5be025cd333ca2e8f2bed310 -SIZE (qt4pas-V2.1_Qt4.5.3.tar.gz) = 349200 +SHA256 (qt4pas-V2.3_Qt4.5.3.tar.gz) = d0a510f1cd81f2666cd4962af48138c4035f1f8ef30496b77cca6bef3a871e26 +SIZE (qt4pas-V2.3_Qt4.5.3.tar.gz) = 356468 Index: x11-toolkits/qt4pas/pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/qt4pas/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- x11-toolkits/qt4pas/pkg-plist 20 Feb 2010 19:56:13 -0000 1.3 +++ x11-toolkits/qt4pas/pkg-plist 3 Jul 2011 10:37:21 -0000 @@ -1,4 +1,4 @@ lib/qt4/libQt4Pas.so lib/qt4/libQt4Pas.so.5 lib/qt4/libQt4Pas.so.5.2 -lib/qt4/libQt4Pas.so.5.2.1 +lib/qt4/libQt4Pas.so.5.2.3 --- qt4pas.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 12: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 2B18A1065690; Sun, 3 Jul 2011 12: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 045FB8FC13; Sun, 3 Jul 2011 12:50: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 p63CoJqE021057; Sun, 3 Jul 2011 12: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 p63CoJbS021047; Sun, 3 Jul 2011 12:50:19 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 12:50:19 GMT Message-Id: <201107031250.p63CoJbS021047@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158608: x11-toolkits/qt4pas: Update to 2.3 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 12:50:20 -0000 Synopsis: x11-toolkits/qt4pas: Update to 2.3 release Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 12:50:19 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158608 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 13: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 EAA36106564A for ; Sun, 3 Jul 2011 13: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 B61528FC12 for ; Sun, 3 Jul 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 p63D0LcM029702 for ; Sun, 3 Jul 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 p63D0LnR029701; Sun, 3 Jul 2011 13:00:21 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 13:00:21 GMT Resent-Message-Id: <201107031300.p63D0LnR029701@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fabian Keil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D9F6106566B for ; Sun, 3 Jul 2011 12:52:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 527E18FC17 for ; Sun, 3 Jul 2011 12:52:48 +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 p63Cql3T011952 for ; Sun, 3 Jul 2011 12:52:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63CqlTf011946; Sun, 3 Jul 2011 12:52:47 GMT (envelope-from nobody) Message-Id: <201107031252.p63CqlTf011946@red.freebsd.org> Date: Sun, 3 Jul 2011 12:52:47 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158609: Various ecore-related ports fail to work if WRKDIRPREFIX is modified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 13:00:22 -0000 >Number: 158609 >Category: ports >Synopsis: Various ecore-related ports fail to work if WRKDIRPREFIX is modified >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 13:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: HEAD >Organization: >Environment: FreeBSD r500.local 9.0-CURRENT FreeBSD 9.0-CURRENT #324 r+4720402: Fri Jul 1 16:50:30 CEST 2011 fk@r500.local:/usr/obj/usr/src/sys/ZOEY amd64 >Description: I'm using WRKDIRPREFIX=/usr/obj-ports and apparently this causes various ecore-related ports to build (or work in general). fk@r500 /usr/ports/graphics/ecore-evas $make "/usr/ports/graphics/ecore-evas/Makefile", line 30: Could not find ../../devel/ecore-main/Makefile.inc make: fatal errors encountered -- cannot continue fk@r500 /usr/ports/graphics/ecore-sdl $make clean "/usr/ports/graphics/ecore-sdl/Makefile", line 31: Could not find ../../devel/ecore-main/Makefile.inc make: fatal errors encountered -- cannot continue It also prevents portmaster -a from working, even if no ecore-related port needs to be updated: [...] ===>>> Gathering dependency list for lang/tcl-modules from ports ===>>> No dependencies for lang/tcl-modules ===>>> Returning to update check of installed ports "/usr/ports/graphics/ecore-evas/Makefile", line 30: Could not find ../../devel/ecore-main/Makefile.inc make: fatal errors encountered -- cannot continue ===>>> Is /usr/ports/graphics/ecore-evas/Makefile missing? ===>>> Aborting update Terminated >How-To-Repeat: Use a non-standard WRKDIRPREFIX path and try to build for example graphics/ecore-evas. >Fix: It works for me with the attached patch. I'm not sure if this is a fix or only a workaround, but so far I haven't noticed any problems. Note that not all replaced occurrences of .include <...> seem to actually cause problems (for example I can build x11/ecore-imf without the patch), but I modified them anyway to keep it consistent. Patch attached with submission follows: --- .zfs/snapshot/2011-06-25c/graphics/ecore-evas/Makefile 2010-12-14 08:30:34.000000000 +0100 +++ graphics/ecore-evas/Makefile 2011-06-25 18:22:00.146424685 +0200 @@ -27,7 +27,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-evas \ --enable-ecore-input \ --- .zfs/snapshot/2011-06-25c/x11/ecore-x11/Makefile 2011-06-25 05:36:19.000000000 +0200 +++ x11/ecore-x11/Makefile 2011-06-25 18:22:00.182365705 +0200 @@ -28,7 +28,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} XEXTDIR= ${LOCALBASE}/include/X11/extensions -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-x \ --enable-ecore-input --- .zfs/snapshot/2011-06-25c/x11/ecore-input_evas/Makefile 2011-06-25 05:36:19.000000000 +0200 +++ x11/ecore-input_evas/Makefile 2011-06-25 18:22:00.185365947 +0200 @@ -27,7 +27,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-input \ --enable-ecore-input_evas --- .zfs/snapshot/2011-06-25c/x11/ecore-imf_evas/Makefile 2011-06-25 05:36:18.000000000 +0200 +++ x11/ecore-imf_evas/Makefile 2011-06-25 18:22:00.210388261 +0200 @@ -27,7 +27,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ --enable-ecore-config \ --- .zfs/snapshot/2011-06-25c/graphics/ecore-sdl/Makefile 2010-12-14 08:30:34.000000000 +0100 +++ graphics/ecore-sdl/Makefile 2011-06-25 18:22:00.212366236 +0200 @@ -28,7 +28,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-sdl \ --enable-ecore-input --- .zfs/snapshot/2011-06-25c/x11/ecore-input/Makefile 2011-06-25 11:59:16.018123602 +0200 +++ x11/ecore-input/Makefile 2011-06-25 18:25:50.392372005 +0200 @@ -26,7 +26,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-input --- .zfs/snapshot/2011-06-25c/x11/ecore-imf/Makefile 2011-06-25 05:36:18.000000000 +0200 +++ x11/ecore-imf/Makefile 2011-06-25 18:22:00.214365163 +0200 @@ -26,7 +26,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ --enable-ecore-config \ --- .zfs/snapshot/2011-06-25c/net/ecore-con/Makefile 2011-06-25 11:54:47.291077706 +0200 +++ net/ecore-con/Makefile 2011-06-25 18:48:30.369358605 +0200 @@ -26,7 +26,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_con INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con --- .zfs/snapshot/2011-06-25c/devel/ecore-file/Makefile 2011-06-25 11:50:07.002083225 +0200 +++ devel/ecore-file/Makefile 2011-06-25 18:57:03.019369360 +0200 @@ -26,7 +26,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../ecore-main/Makefile.inc> +.include "../ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-file --- .zfs/snapshot/2011-06-25c/devel/ecore-ipc/Makefile 2011-06-25 11:50:07.046074081 +0200 +++ devel/ecore-ipc/Makefile 2011-06-25 18:58:06.471369196 +0200 @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --disable-openssl .endif -.include <../ecore-main/Makefile.inc> +.include "../ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ --enable-ecore-ipc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 13: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 05B62106566B for ; Sun, 3 Jul 2011 13:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0EF48FC0C for ; Sun, 3 Jul 2011 13: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 p63D0OQT029797 for ; Sun, 3 Jul 2011 13: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 p63D0OFU029796; Sun, 3 Jul 2011 13:00:24 GMT (envelope-from gnats) Date: Sun, 3 Jul 2011 13:00:24 GMT Message-Id: <201107031300.p63D0OFU029796@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Max Brazhnikov Cc: Subject: Re: ports/158305: math/scilab Error building the scilab manual file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Max Brazhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 13:00:25 -0000 The following reply was made to PR ports/158305; it has been noted by GNATS. From: Max Brazhnikov To: bug-followup@freebsd.org, Vladimir.Chukharev@tut.fi Cc: Subject: Re: ports/158305: math/scilab Error building the scilab manual file Date: Sun, 3 Jul 2011 16:42:43 +0400 Could you check you scilab dependencies with 'pkg_info -g'? I remember I had similar error, if not exactly the same, and the culprit was corrupted package for one of xml* ports. Max From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 13:26: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 7D7881065673; Sun, 3 Jul 2011 13:26:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 55FEF8FC0C; Sun, 3 Jul 2011 13:26: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 p63DQBSG056876; Sun, 3 Jul 2011 13:26:11 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63DQBDq056872; Sun, 3 Jul 2011 13:26:11 GMT (envelope-from swills) Date: Sun, 3 Jul 2011 13:26:11 GMT Message-Id: <201107031326.p63DQBDq056872@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/153422: [NEW PORT] databases/memcacheq-0.2.0: Simple queue service over memcache X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 13:26:11 -0000 Synopsis: [NEW PORT] databases/memcacheq-0.2.0: Simple queue service over memcache Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jul 3 13:26:10 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=153422 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 15: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 D1C4B106568B for ; Sun, 3 Jul 2011 15: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 956768FC1C for ; Sun, 3 Jul 2011 15: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 p63F0L2b039357 for ; Sun, 3 Jul 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 p63F0LBU039350; Sun, 3 Jul 2011 15:00:21 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 15:00:21 GMT Resent-Message-Id: <201107031500.p63F0LBU039350@freefall.freebsd.org> 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, "O." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23872106567D for ; Sun, 3 Jul 2011 14:50: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 12E248FC08 for ; Sun, 3 Jul 2011 14:50:22 +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 p63EoLjA045982 for ; Sun, 3 Jul 2011 14:50:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63EoLow045973; Sun, 3 Jul 2011 14:50:21 GMT (envelope-from nobody) Message-Id: <201107031450.p63EoLow045973@red.freebsd.org> Date: Sun, 3 Jul 2011 14:50:21 GMT From: Hartmann@FreeBSD.org, "O." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158611: security/libcrypt: Update from libgcrypt-1.4.6 to libgcrypt-1.5.0 implies dependend ports to be rebuild X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 15:00:25 -0000 >Number: 158611 >Category: ports >Synopsis: security/libcrypt: Update from libgcrypt-1.4.6 to libgcrypt-1.5.0 implies dependend ports to be rebuild >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 Jul 03 15:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hartmann, O. >Release: FreeBSD 9.0-CURRENT/amd64 FreeBSD 8.2-STABLE/amd64 >Organization: FU Berlin >Environment: >Description: Update from libgcrypt-1.4.6 to libgcrypt-1.5.0 implies dependend ports to be rebuild, but this is not reflected in /usr/ports/UPDATE. Some ports fail to start after the update has been performed, like Anjuta (devel/anjuta). >How-To-Repeat: >Fix: Rebuild everything that is dependend on devel/libcrypt. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 15:02: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 6B8E91065673; Sun, 3 Jul 2011 15:02:36 +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 440B68FC14; Sun, 3 Jul 2011 15:02: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 p63F2ax6047648; Sun, 3 Jul 2011 15:02:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63F2Zfh047643; Sun, 3 Jul 2011 15:02:35 GMT (envelope-from linimon) Date: Sun, 3 Jul 2011 15:02:35 GMT Message-Id: <201107031502.p63F2Zfh047643@freefall.freebsd.org> To: ltning@anduin.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158604: Multi-master replication and sync for MySQL and PostgreSQL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 15:02:36 -0000 Synopsis: Multi-master replication and sync for MySQL and PostgreSQL State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Jul 3 15:01:53 UTC 2011 State-Changed-Why: see ports/158605. http://www.freebsd.org/cgi/query-pr.cgi?pr=158604 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 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 2A8451065672 for ; Sun, 3 Jul 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 084368FC18 for ; Sun, 3 Jul 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 p63GAAn1003005 for ; Sun, 3 Jul 2011 16: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 p63GAAqN003001; Sun, 3 Jul 2011 16:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 16:10:10 GMT Resent-Message-Id: <201107031610.p63GAAqN003001@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 986E31065670 for ; Sun, 3 Jul 2011 16:09: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 7F04E8FC08 for ; Sun, 3 Jul 2011 16:09: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 p63G9OGY092616 for ; Sun, 3 Jul 2011 16:09:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63G9OZ9092615; Sun, 3 Jul 2011 16:09:24 GMT (envelope-from nobody) Message-Id: <201107031609.p63G9OZ9092615@red.freebsd.org> Date: Sun, 3 Jul 2011 16:09:24 GMT From: Steven Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158612: [patch] update audio/rubyripper to use rubygem-gettext instead of ruby-gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 16:10:11 -0000 >Number: 158612 >Category: ports >Synopsis: [patch] update audio/rubyripper to use rubygem-gettext instead of ruby-gettext >Confidential: no >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 Jul 03 16:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steven Wills >Release: >Organization: >Environment: >Description: The attached patch updates audio/rubyripper to use devel/rubygem-gettext instead of devel/ruby-gettext. devel/rubygem-gettext is a newer version of the software which works with Ruby 1.9. This change will allow using audio/rubyripper with Ruby 1.9. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/rubyripper/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 6 Nov 2010 19:13:24 -0000 1.1 +++ Makefile 3 Jul 2011 16:07:36 -0000 @@ -6,6 +6,7 @@ # PORTNAME= rubyripper +PORTREVISION= 1 DISTVERSION= 0.6.0 CATEGORIES= audio sysutils ruby MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -18,7 +19,7 @@ # cdparanoia is not really required for build, but it would not configure # without it (ideally, configure script should be fixed instead of forcing # superfluous build dependency) -BUILD_DEPENDS= ${RUBY_SITELIBDIR}/gettext.rb:${PORTSDIR}/devel/ruby-gettext \ +BUILD_DEPENDS= rubygem-gettext>0:${PORTSDIR}/devel/rubygem-gettext \ cdparanoia:${PORTSDIR}/audio/cdparanoia RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ Index: files/patch-rr_lib.rb =================================================================== RCS file: /home/ncvs/ports/audio/rubyripper/files/patch-rr_lib.rb,v retrieving revision 1.1 diff -u -r1.1 patch-rr_lib.rb --- files/patch-rr_lib.rb 6 Nov 2010 19:13:24 -0000 1.1 +++ files/patch-rr_lib.rb 3 Jul 2011 15:05:01 -0000 @@ -1,6 +1,14 @@ ---- rr_lib.rb.orig -+++ rr_lib.rb -@@ -70,6 +70,7 @@ +--- rr_lib.rb.orig 2010-06-18 19:36:16.000000000 +0000 ++++ rr_lib.rb 2011-07-03 15:04:20.000000000 +0000 +@@ -22,6 +22,7 @@ + $rr_version = '0.6.0' #application wide setting + + begin ++ require 'rubygems' + require 'gettext' + include GetText + bindtextdomain("rubyripper") +@@ -70,6 +71,7 @@ Thread.new do if installed('eject') ; `eject #{cdrom}` elsif installed('diskutil'); `diskutil eject #{cdrom}` #Mac users don't got eject, but diskutil @@ -8,7 +16,7 @@ else puts _("No eject utility found!") end end -@@ -573,15 +574,15 @@ +@@ -573,15 +575,15 @@ end end @@ -27,7 +35,7 @@ "for device %s on your system! These permissions are\n"\ "necessary for cdparanoia to scan your drive.\n\n%s\n"\ "You might want to add yourself to the necessary group in /etc/group")\ -@@ -605,13 +606,13 @@ +@@ -605,13 +607,13 @@ return true end @@ -43,7 +51,7 @@ "for device %s on your system! These permissions are\n"\ "necessary for cdparanoia to scan your drive.\n\n%s\n"\ "You might want to add yourself to the necessary group in /etc/group")\ -@@ -2524,7 +2525,7 @@ +@@ -2524,7 +2526,7 @@ # 6) is req_matches_all <= req_matches_errors def checkConfig >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 16:10: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 6E0F31065674; Sun, 3 Jul 2011 16:10: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 46A4E8FC08; Sun, 3 Jul 2011 16: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 p63GAO8d003947; Sun, 3 Jul 2011 16: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 p63GAO41003936; Sun, 3 Jul 2011 16:10:24 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 16:10:24 GMT Message-Id: <201107031610.p63GAO41003936@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158612: [patch] update audio/rubyripper to use rubygem-gettext instead of ruby-gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 16:10:24 -0000 Synopsis: [patch] update audio/rubyripper to use rubygem-gettext instead of ruby-gettext Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 16:10:23 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158612 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 16:26:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C838E106564A; Sun, 3 Jul 2011 16:26:01 +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 A03948FC12; Sun, 3 Jul 2011 16:26: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 p63GQ15r021286; Sun, 3 Jul 2011 16:26:01 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63GQ1O0021282; Sun, 3 Jul 2011 16:26:01 GMT (envelope-from swills) Date: Sun, 3 Jul 2011 16:26:01 GMT Message-Id: <201107031626.p63GQ1O0021282@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/158611: security/libcrypt: Update from libgcrypt-1.4.6 to libgcrypt-1.5.0 implies dependend ports to be rebuild X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 16:26:01 -0000 Synopsis: security/libcrypt: Update from libgcrypt-1.4.6 to libgcrypt-1.5.0 implies dependend ports to be rebuild Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jul 3 16:26:01 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158611 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 16: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 51A831065673 for ; Sun, 3 Jul 2011 16:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0118FC12 for ; Sun, 3 Jul 2011 16: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 p63Go8Jr042047 for ; Sun, 3 Jul 2011 16: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 p63Go8CM042046; Sun, 3 Jul 2011 16:50:08 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 16:50:08 GMT Resent-Message-Id: <201107031650.p63Go8CM042046@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EBEA106564A; Sun, 3 Jul 2011 16:44:28 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 7E9918FC0A; Sun, 3 Jul 2011 16:44:28 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id DB47B170E3; Sun, 3 Jul 2011 12:28:03 -0400 (EDT) Message-Id: <20110703162803.DB47B170E3@spartan.hamla.org> Date: Sun, 3 Jul 2011 12:28:03 -0400 (EDT) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gabor@FreeBSD.org Subject: ports/158613: [PATCH] security/amavisd-new: update to 2.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 16:50:08 -0000 >Number: 158613 >Category: ports >Synopsis: [PATCH] security/amavisd-new: update to 2.7.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 Jul 03 16:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: >Description: Update to 2.7.0, beautify OPTIONS and remove unnecessary patch. >How-To-Repeat: >Fix: --- amavisd-new.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/amavisd-new/Makefile,v retrieving revision 1.85 diff -u -r1.85 Makefile --- Makefile 11 Jun 2011 19:28:36 -0000 1.85 +++ Makefile 3 Jul 2011 16:23:07 -0000 @@ -7,7 +7,7 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 2.6.6 +PORTVERSION= 2.7.0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -28,12 +28,10 @@ p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM USE_PERL5_RUN= 5.8.2+ -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-user=${AMAVISUSER} --with-runtime-dir=${AMAVISDIR} -CONFIGURE_WRKSRC= ${WRKSRC}/helper-progs -BUILD_WRKSRC= ${WRKSRC}/helper-progs -DOCS= AAAREADME.first AMAVIS-MIB.txt INSTALL LDAP.schema LICENSE \ +NO_BUILD= yes + +DOCS= AAAREADME.first AMAVIS-MIB.txt INSTALL LDAP.schema LICENSE \ RELEASE_NOTES README_FILES/README.* README_FILES/screen.css \ README_FILES/amavisd-new-docs.html @@ -43,35 +41,34 @@ AMAVISQUARANTINE?= /var/virusmails DAEMON?= /usr/sbin/daemon -p -OPTIONS= IPV6 "Support IPv6" on \ - BDB "Use BerkeleyDB for nanny/cache/snmp" on \ - SNMP "Install amavisd snmp subagent" off \ - SQLITE "Use SQLite for lookups" off \ - MYSQL "Use MySQL for lookups/logging/quarantine" off \ - PGSQL "Use PgSQL for lookups/logging/quarantine" off \ - LDAP "Use LDAP for lookups" off \ - SASL "Use SASL authentication" off \ - MILTER "Sendmail milter support" on \ - SPAMASSASSIN "Use mail/p5-Mail-SpamAssassin" on \ - P0F "Passive operating system fingerprinting" off \ +OPTIONS= IPV6 "Support IPv6" on \ + BDB "Use BerkeleyDB for nanny/cache/snmp" on \ + SNMP "Install amavisd snmp subagent" off \ + SQLITE "Use SQLite for lookups" off \ + MYSQL "Use MySQL for lookups/logging/quarantine" off \ + PGSQL "Use PgSQL for lookups/logging/quarantine" off \ + LDAP "Use LDAP for lookups" off \ + SASL "Use SASL authentication" off \ + SPAMASSASSIN "Use mail/p5-Mail-SpamAssassin" on \ + P0F "Passive operating system fingerprinting" off \ ALTERMIME "Use AlterMime for defanging/disclaimers" off \ - FILE "Use newer file(1) utility from ports" on \ - RAR "RAR support with archivers/rar" off \ - UNRAR "RAR support with archivers/unrar" on \ - ARJ "ARJ support with archivers/arj" on \ - UNARJ "ARJ support with archivers/unarj" off \ - LHA "LHA support with archivers/lha" on \ - ARC "ARC support with archivers/arc" on \ - NOMARCH "ARC support with archivers/nomarch" off \ - CAB "CAB support with archivers/cabextract" on \ - RPM "RPM support with archivers/rpm2cpio" on \ - ZOO "ZOO support with archivers/zoo" on \ - UNZOO "ZOO support with archivers/unzoo" off \ - LZOP "LZOP support with archivers/lzop" on \ - FREEZE "FREEZE support with archivers/freeze" on \ - P7ZIP "P7ZIP support with archivers/p7zip" on \ - MSWORD "Ms Word support with textproc/ripole" on \ - TNEF "Add external tnef decoder converters/tnef" off + FILE "Use newer file(1) utility from ports" on \ + RAR "RAR support with archivers/rar" off \ + UNRAR "RAR support with archivers/unrar" on \ + ARJ "ARJ support with archivers/arj" on \ + UNARJ "ARJ support with archivers/unarj" off \ + LHA "LHA support with archivers/lha" on \ + ARC "ARC support with archivers/arc" on \ + NOMARCH "ARC support with archivers/nomarch" off \ + CAB "CAB support with archivers/cabextract" on \ + RPM "RPM support with archivers/rpm2cpio" on \ + ZOO "ZOO support with archivers/zoo" on \ + UNZOO "ZOO support with archivers/unzoo" off \ + LZOP "LZOP support with archivers/lzop" on \ + FREEZE "FREEZE support with archivers/freeze" on \ + P7ZIP "P7ZIP support with archivers/p7zip" on \ + MSWORD "Ms Word support with textproc/ripole" on \ + TNEF "Add external tnef decoder converters/tnef" off SUB_FILES= pkg-install pkg-deinstall pkg-message @@ -82,9 +79,7 @@ DAEMON="${DAEMON}" \ PERL=${PERL} -PLIST_SUB+= AMAVIS_NOAMAVIS=${AMAVIS_NOAMAVIS} \ - AMAVIS_NOMILTER=${AMAVIS_NOMILTER} \ - AMAVIS_NOP0F=${AMAVIS_NOP0F} +PLIST_SUB+= AMAVIS_NOP0F=${AMAVIS_NOP0F} .include @@ -99,16 +94,6 @@ RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP .endif -.if !defined(WITH_MILTER) || (!exists(/usr/lib/libmilter.a) && !exists(${PREFIX}/lib/libmilter.a)) -AMAVIS_NOAMAVIS="@comment " -.endif - -.if defined(WITH_MILTER) && !defined(AMAVIS_NOAMAVIS) -USE_RC_SUBR+= amavis-milter.sh -.else -AMAVIS_NOMILTER="@comment " -.endif - .if defined(WITH_BDB) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB .endif @@ -236,57 +221,37 @@ pre-fetch: @${ECHO} "" @${ECHO} " **** UPGRADE WARNING: SQL SCHEMA CHANGED ****" - @${ECHO} " If you are upgrading from version prior to 2.6.0" + @${ECHO} " If you are upgrading from version prior to 2.6.6" @${ECHO} " Hit ^c now and read /usr/ports/UPDATING section or" @${ECHO} " /usr/local/share/doc/amavisd-new/RELEASE_NOTES" @read -p "Hit ^c now to stop, any key to continue: " -t 5 a || true @${ECHO} "" post-patch: -.for f in amavisd.conf amavisd.conf-sample amavisd amavisd-agent amavisd-nanny amavisd-release - @${REINPLACE_CMD} "s@'zoo'\]@['zoo','unzoo'] ]@" ${WRKSRC}/${f} -.endfor -.for i in amavisd.conf amavisd.conf-sample @${REINPLACE_CMD} -e "s|$daemon_user = \'vscan\';|$daemon_user = \'${AMAVISUSER}\';|" \ -e "s|$daemon_group = \'vscan\';|$daemon_group = \'${AMAVISGROUP}\';|" \ -e "s|/var/amavis|${AMAVISDIR}|" \ -e "s|/var/lib/amavis|${AMAVISDIR}|" \ - -e 's|$$log_level = 2;|$$log_level = 0;|' \ -e "s|/var/virusmails|${AMAVISQUARANTINE}|" \ -e 's|$$localhost_name = .localhost.;|$$localhost_name = $$myhostname;|' \ -e 's|/var/run/clamav/clamd|/var/run/clamav/clamd.sock|g' \ - ${WRKSRC}/${i} -.endfor + ${WRKSRC}/amavisd.conf @${REINPLACE_CMD} "s|/var/amavis/db|${AMAVISDIR}/db|" ${WRKSRC}/amavisd-agent @${REINPLACE_CMD} "s|/var/amavis/db|${AMAVISDIR}/db|" ${WRKSRC}/amavisd-nanny @${REINPLACE_CMD} -e "s|/var/amavis/db|${AMAVISDIR}/db|" \ -e "s|/usr/bin/perl|${PERL}|" ${WRKSRC}/amavisd-snmp-subagent @${REINPLACE_CMD} "s|/var/amavis/amavisd.sock|${AMAVISDIR}/amavisd.sock|" \ ${WRKSRC}/amavisd-release - @${REINPLACE_CMD} "s|#define HAVE_MKTEMP|#undef HAVE_MKTEMP|" \ - ${WRKSRC}/helper-progs/config.h.in @${REINPLACE_CMD} -e "s|/etc/amavisd.conf|${PREFIX}/etc/amavisd.conf|" \ -e "s|/usr/bin/perl|${PERL}|" \ -e "s|/var/amavis|${AMAVISDIR}|g" \ -e 's|$$localhost_name = .localhost.;|$$localhost_name = $$myhostname;|' \ ${WRKSRC}/amavisd -.if defined(AMAVIS_NOAMAVIS) -do-configure: -do-build: - @${ECHO} libmilter not available, not building amavis-milter and amavis -.endif - pre-install: @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL do-install: -.if !defined(AMAVIS_NOAMAVIS) - ${INSTALL_PROGRAM} ${WRKSRC}/helper-progs/amavis ${PREFIX}/sbin -.endif -.if !defined(AMAVIS_NOMILTER) - ${INSTALL_PROGRAM} ${WRKSRC}/helper-progs/amavis-milter ${PREFIX}/sbin -.endif .if defined(WITH_P0F) ${INSTALL_SCRIPT} ${WRKSRC}/p0f-analyzer.pl ${PREFIX}/sbin .endif @@ -294,7 +259,6 @@ ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/sbin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.conf ${PREFIX}/etc/amavisd.conf-dist - ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.conf-sample ${PREFIX}/etc/amavisd.conf-sample ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.conf-default ${PREFIX}/etc/amavisd.conf-default ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-custom.conf ${PREFIX}/etc/amavisd-custom.conf-dist .if !exists(${PREFIX}/etc/amavisd.conf) Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/amavisd-new/distinfo,v retrieving revision 1.42 diff -u -r1.42 distinfo --- distinfo 11 Jun 2011 19:28:36 -0000 1.42 +++ distinfo 3 Jul 2011 16:23:07 -0000 @@ -1,2 +1,2 @@ -SHA256 (amavisd-new-2.6.6.tar.gz) = 4d3ce005f63dce8ce474e07bec001dac545871e2bf5641c1ffebff6b979e33d5 -SIZE (amavisd-new-2.6.6.tar.gz) = 952177 +SHA256 (amavisd-new-2.7.0.tar.gz) = 534b3d91c31e0e87a73602c84dfeb4b30b4ea64dee99fcceabd59b1bc0082b0b +SIZE (amavisd-new-2.7.0.tar.gz) = 941811 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/security/amavisd-new/pkg-plist,v retrieving revision 1.27 diff -u -r1.27 pkg-plist --- pkg-plist 12 Sep 2009 18:51:59 -0000 1.27 +++ pkg-plist 3 Jul 2011 16:23:07 -0000 @@ -71,9 +71,6 @@ @unexec if cmp -s %D/etc/amavisd.conf %D/etc/amavisd.conf-dist; then rm -f %D/etc/amavisd.conf; fi etc/amavisd.conf-dist @exec [ ! -f %B/amavisd.conf ] && cp %B/%f %B/amavisd.conf -etc/amavisd.conf-sample -%%AMAVIS_NOAMAVIS%%sbin/amavis -%%AMAVIS_NOMILTER%%sbin/amavis-milter %%AMAVIS_NOP0F%%sbin/p0f-analyzer.pl sbin/amavisd sbin/amavisd-agent Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- files/patch-configure 16 Mar 2004 06:14:04 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- helper-progs/configure.orig Thu Mar 4 18:45:55 2004 -+++ helper-progs/configure Fri Mar 12 08:53:15 2004 -@@ -2041,9 +2041,3 @@ - - - --if test "$SENDMAILPROG" != "no" ; then -- sendmailversion=`$SENDMAILPROG -bv -d0.1 | $AWK '/Version/ {print $2}'` -- echo "" -- echo "Info: sendmail version $sendmailversion detected" -- echo "" --fi --- amavisd-new.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 16: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 BAE9E1065674 for ; Sun, 3 Jul 2011 16: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 7D5CC8FC16 for ; Sun, 3 Jul 2011 16: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 p63GoA4p042127 for ; Sun, 3 Jul 2011 16: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 p63GoAPv042126; Sun, 3 Jul 2011 16:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 16:50:10 GMT Resent-Message-Id: <201107031650.p63GoAPv042126@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0926106566C for ; Sun, 3 Jul 2011 16:48:42 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7594A8FC13 for ; Sun, 3 Jul 2011 16:48:42 +0000 (UTC) Received: by gwb15 with SMTP id 15so2255969gwb.13 for ; Sun, 03 Jul 2011 09:48:41 -0700 (PDT) Received: by 10.236.157.167 with SMTP id o27mr5945044yhk.6.1309711721615; Sun, 03 Jul 2011 09:48:41 -0700 (PDT) Received: from localhost ([189.61.199.245]) by mx.google.com with ESMTPS id j70sm3560829yhk.70.2011.07.03.09.48.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jul 2011 09:48:40 -0700 (PDT) Message-Id: <4e109d68.ea9bec0a.6804.1774@mx.google.com> Date: Sun, 03 Jul 2011 09:48:40 -0700 (PDT) From: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: aldis@bsdroot.lv Subject: ports/158614: [PATCH] print/lyx-devel: Take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 16:50:11 -0000 >Number: 158614 >Category: ports >Synopsis: [PATCH] print/lyx-devel: Take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 16:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #31: Sat Jun 18 13:48:12 BRT 2011 >Description: [DESCRIBE CHANGES] - Take maintainership, as discussed in private mail with the current maintainer. Port maintainer (aldis@bsdroot.lv) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- lyx-devel-2.0.0.r1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/lyx-devel/Makefile /usr/home/rakuco/dev/ports/lyx-devel/print/lyx-devel/Makefile --- /usr/ports/print/lyx-devel/Makefile 2011-03-18 00:20:47.000000000 -0300 +++ /usr/home/rakuco/dev/ports/lyx-devel/print/lyx-devel/Makefile 2011-07-03 13:47:25.000000000 -0300 @@ -17,7 +17,7 @@ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${MAJOR_VERSION}.${MINOR_VERSION}${PRERELEASE} -MAINTAINER= aldis@bsdroot.lv +MAINTAINER= kubito@gmail.com COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable) LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs --- lyx-devel-2.0.0.r1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 16: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 DD699106564A; Sun, 3 Jul 2011 16:50:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B614C8FC17; Sun, 3 Jul 2011 16: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 p63GoItp042658; Sun, 3 Jul 2011 16: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 p63GoI6R042649; Sun, 3 Jul 2011 16:50:18 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 16:50:18 GMT Message-Id: <201107031650.p63GoI6R042649@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gabor@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158613: [PATCH] security/amavisd-new: update to 2.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: Sun, 03 Jul 2011 16:50:18 -0000 Synopsis: [PATCH] security/amavisd-new: update to 2.7.0 Responsible-Changed-From-To: freebsd-ports-bugs->gabor Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 16: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=158613 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 16: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 186D11065674; Sun, 3 Jul 2011 16: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 E4D9D8FC1B; Sun, 3 Jul 2011 16:50: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 p63GoNGJ043286; Sun, 3 Jul 2011 16:50:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63GoNhr043274; Sun, 3 Jul 2011 16:50:23 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 16:50:23 GMT Message-Id: <201107031650.p63GoNhr043274@freefall.freebsd.org> To: kubito@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158614: [PATCH] print/lyx-devel: Take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 16:50:24 -0000 Synopsis: [PATCH] print/lyx-devel: Take maintainership State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 3 16:50:23 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158614 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 17: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 68895106566B for ; Sun, 3 Jul 2011 17: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 45A5A8FC08 for ; Sun, 3 Jul 2011 17: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 p63H0Khh050434 for ; Sun, 3 Jul 2011 17: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 p63H0Kt7050433; Sun, 3 Jul 2011 17:00:20 GMT (envelope-from gnats) Date: Sun, 3 Jul 2011 17:00:20 GMT Message-Id: <201107031700.p63H0Kt7050433@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/158614: [PATCH] print/lyx-devel: Take maintainership 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, 03 Jul 2011 17:00:20 -0000 The following reply was made to PR ports/158614; it has been noted by GNATS. From: Edwin Groothuis To: aldis@bsdroot.lv Cc: bug-followup@FreeBSD.org Subject: Re: ports/158614: [PATCH] print/lyx-devel: Take maintainership Date: Sun, 3 Jul 2011 16:50:21 UT Maintainer of print/lyx-devel, Please note that PR ports/158614 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/158614 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 17: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 37418106566C for ; Sun, 3 Jul 2011 17: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 E8A9E8FC14 for ; Sun, 3 Jul 2011 17: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 p63HUAk2077327 for ; Sun, 3 Jul 2011 17: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 p63HUAKq077323; Sun, 3 Jul 2011 17:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 17:30:10 GMT Resent-Message-Id: <201107031730.p63HUAKq077323@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEA5A106566B for ; Sun, 3 Jul 2011 17:28: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 BEFE58FC0C for ; Sun, 3 Jul 2011 17:28: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 p63HSW7t051103 for ; Sun, 3 Jul 2011 17:28:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63HSWHp051102; Sun, 3 Jul 2011 17:28:32 GMT (envelope-from nobody) Message-Id: <201107031728.p63HSWHp051102@red.freebsd.org> Date: Sun, 3 Jul 2011 17:28:32 GMT From: Steven Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158615: [patch] update misc/rabbit to use rubygem-gettext instead of ruby-gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 17:30:11 -0000 >Number: 158615 >Category: ports >Synopsis: [patch] update misc/rabbit to use rubygem-gettext instead of ruby-gettext >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 17:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steven Wills >Release: >Organization: >Environment: >Description: Attached patch updates misc/rabbit to use rubygem-gettext instead of ruby-gettext, which is both newer and works with Ruby 1.9. This will allow misc/rabbit to work with Ruby 1.9. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/rabbit/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 26 Jun 2011 03:21:25 -0000 1.8 +++ Makefile 3 Jul 2011 17:16:33 -0000 @@ -31,7 +31,7 @@ PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes -RUN_DEPENDS+= ${RUBY_SITELIBDIR}/gettext.rb:${PORTSDIR}/devel/ruby-gettext +RUN_DEPENDS+= rubygem-gettext>0:${PORTSDIR}/devel/rubygem-gettext PLIST_SUB+= NLS="" .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 17:30: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 078D8106564A; Sun, 3 Jul 2011 17:30:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D3E008FC08; Sun, 3 Jul 2011 17: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 p63HUMm5078232; Sun, 3 Jul 2011 17: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 p63HUMnb078223; Sun, 3 Jul 2011 17:30:22 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 17:30:22 GMT Message-Id: <201107031730.p63HUMnb078223@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tota@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158615: [patch] update misc/rabbit to use rubygem-gettext instead of ruby-gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 17:30:23 -0000 Synopsis: [patch] update misc/rabbit to use rubygem-gettext instead of ruby-gettext Responsible-Changed-From-To: freebsd-ports-bugs->tota Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 17: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=158615 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 17: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 3ECF8106566B for ; Sun, 3 Jul 2011 17: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 15BA08FC13 for ; Sun, 3 Jul 2011 17:40: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 p63HeAdc088222 for ; Sun, 3 Jul 2011 17: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 p63HeAFo088221; Sun, 3 Jul 2011 17:40:10 GMT (envelope-from gnats) Date: Sun, 3 Jul 2011 17:40:10 GMT Message-Id: <201107031740.p63HeAFo088221@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aldis Berjoza Cc: Subject: Re: ports/158614: [PATCH] print/lyx-devel: Take maintainership 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: Sun, 03 Jul 2011 17:40:11 -0000 The following reply was made to PR ports/158614; it has been noted by GNATS. From: Aldis Berjoza To: bug-followup@FreeBSD.org, kubito@gmail.com Cc: Subject: Re: ports/158614: [PATCH] print/lyx-devel: Take maintainership Date: Sun, 3 Jul 2011 20:37:59 +0300 Approve -- Aldis Berjoza http://www.bsdroot.lv/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 17: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 6352C1065678 for ; Sun, 3 Jul 2011 17: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 59FD38FC1D for ; Sun, 3 Jul 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 p63Ho9Nu096902 for ; Sun, 3 Jul 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 p63Ho9f3096901; Sun, 3 Jul 2011 17:50:09 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 17:50:09 GMT Resent-Message-Id: <201107031750.p63Ho9f3096901@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A098106564A for ; Sun, 3 Jul 2011 17:49:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 013108FC0C for ; Sun, 3 Jul 2011 17:49:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p63HnjWE085854 for ; Sun, 3 Jul 2011 17:49:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63Hnjun085853; Sun, 3 Jul 2011 17:49:45 GMT (envelope-from nobody) Message-Id: <201107031749.p63Hnjun085853@red.freebsd.org> Date: Sun, 3 Jul 2011 17:49:45 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158616: graphics/vigra prevents installing libreoffice X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 17:50:10 -0000 >Number: 158616 >Category: ports >Synopsis: graphics/vigra prevents installing libreoffice >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 17:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: graphics/vigra installs lib/libvigraimpex.so.3.171, is that right? Shouldn't that be lib/libvigraimpex.a ? editors/libreoffice fails to build because it's searching for lib/libvigraimpex.a, but file doesn't exist. So either libreoffice port, or vigra port (most likely) must be fixed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 17: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 5AA96106566B; Sun, 3 Jul 2011 17: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 334778FC19; Sun, 3 Jul 2011 17:50: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 p63HoKkk097498; Sun, 3 Jul 2011 17:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63HoK0S097488; Sun, 3 Jul 2011 17:50:20 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 17:50:20 GMT Message-Id: <201107031750.p63HoK0S097488@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158616: graphics/vigra prevents installing libreoffice X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 17:50:20 -0000 Synopsis: graphics/vigra prevents installing libreoffice Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 17:50:19 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158616 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 18: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 889651065687 for ; Sun, 3 Jul 2011 18: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 4CF908FC1C for ; Sun, 3 Jul 2011 18:40: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 p63IeBtK042860 for ; Sun, 3 Jul 2011 18:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63IeBPI042859; Sun, 3 Jul 2011 18:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 18:40:11 GMT Resent-Message-Id: <201107031840.p63IeBPI042859@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE69B106564A for ; Sun, 3 Jul 2011 18:37:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 844678FC08 for ; Sun, 3 Jul 2011 18:37:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p63IbVUs072645 for ; Sun, 3 Jul 2011 18:37:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63IbVfP072644; Sun, 3 Jul 2011 18:37:31 GMT (envelope-from nobody) Message-Id: <201107031837.p63IbVfP072644@red.freebsd.org> Date: Sun, 3 Jul 2011 18:37:31 GMT From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158617: [patch] update irc/rbot to use rubygem-gettext instead of ruby-gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 18:40:11 -0000 >Number: 158617 >Category: ports >Synopsis: [patch] update irc/rbot to use rubygem-gettext instead of ruby-gettext >Confidential: no >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 Jul 03 18:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: >Organization: >Environment: >Description: Attached patch will allow irc/rbot to use rubygem-gettext instead of ruby-gettext, which will allow it to work with Ruby 1.9. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/rbot/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 10 Jan 2011 16:01:33 -0000 1.20 +++ Makefile 3 Jul 2011 18:29:21 -0000 @@ -7,6 +7,7 @@ PORTNAME= rbot PORTVERSION= 0.9.15 +PORTREVISION= 1 CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz @@ -15,7 +16,7 @@ COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ - ${RUBY_PKGNAMEPREFIX}gettext>=1.93.0:${PORTSDIR}/devel/ruby-gettext + rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext USE_RUBY= yes USE_RUBY_SETUP= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 18: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 650DC106566B; Sun, 3 Jul 2011 18: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 3D2F98FC13; Sun, 3 Jul 2011 18: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 p63IeLKW043578; Sun, 3 Jul 2011 18: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 p63IeL28043569; Sun, 3 Jul 2011 18:40:21 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 18:40:21 GMT Message-Id: <201107031840.p63IeL28043569@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, yzlin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158617: [patch] update irc/rbot to use rubygem-gettext instead of ruby-gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 18:40:21 -0000 Synopsis: [patch] update irc/rbot to use rubygem-gettext instead of ruby-gettext Responsible-Changed-From-To: freebsd-ports-bugs->yzlin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 18:40:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158617 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 20:20: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 252791065670 for ; Sun, 3 Jul 2011 20:20: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 ED87C8FC0C for ; Sun, 3 Jul 2011 20: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 p63KK4vM038354 for ; Sun, 3 Jul 2011 20: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 p63KK4L5038353; Sun, 3 Jul 2011 20:20:04 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 20:20:04 GMT Resent-Message-Id: <201107032020.p63KK4L5038353@freefall.freebsd.org> 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 713C41065670 for ; Sun, 3 Jul 2011 20:15:01 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3A4958FC14 for ; Sun, 3 Jul 2011 20:15:00 +0000 (UTC) Received: by iyb11 with SMTP id 11so5389407iyb.13 for ; Sun, 03 Jul 2011 13:15:00 -0700 (PDT) Received: by 10.42.173.196 with SMTP id s4mr5773661icz.369.1309724100433; Sun, 03 Jul 2011 13:15:00 -0700 (PDT) Received: from compaq.yuetime (c-98-228-191-105.hsd1.il.comcast.net [98.228.191.105]) by mx.google.com with ESMTPS id d8sm5618398icy.21.2011.07.03.13.14.57 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jul 2011 13:14:59 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Sun, 03 Jul 2011 15:14:55 -0500 Message-Id: <4e10cdc3.c8a32a0a.0269.42e0@mx.google.com> Date: Sun, 03 Jul 2011 15:14:55 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158618: www/lighttpd: updates to 1.4.29 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: Sun, 03 Jul 2011 20:20:05 -0000 >Number: 158618 >Category: ports >Synopsis: www/lighttpd: updates to 1.4.29 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 20:20:04 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 #0 r223559: Sun Jun 26 05:34:00 CDT 2011 lichray@compaq.yuetime:/usr/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64 >Description: lighttpd is updated to 1.4.29. It's a bug-release version. Check http://www.lighttpd.net/2011/7/3/1-4-29 for details. >How-To-Repeat: >Fix: I tested most patches, and they work. Makes portlint happy by moving the LICENSE section. --- lighttpd-1.4.29.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/Makefile /usr/ports/www/lighttpd/Makefile --- /usr/ports/www/lighttpd.orig/Makefile 2011-05-18 16:43:41.000000000 -0500 +++ /usr/ports/www/lighttpd/Makefile 2011-07-03 14:40:49.372820757 -0500 @@ -6,14 +6,18 @@ # PORTNAME?= lighttpd -PORTVERSION= 1.4.28 -PORTREVISION= 4 +PORTVERSION= 1.4.29 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ MAINTAINER?= mm@FreeBSD.org COMMENT?= A secure, fast, compliant, and very flexible Web Server +.if !defined(_BUILDING_LIGHTTPD_MODULE) +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING +.endif + BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre @@ -22,8 +26,6 @@ USE_GNOME= lthack .if !defined(_BUILDING_LIGHTTPD_MODULE) -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool .else USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/distinfo /usr/ports/www/lighttpd/distinfo --- /usr/ports/www/lighttpd.orig/distinfo 2011-03-19 07:34:26.000000000 -0500 +++ /usr/ports/www/lighttpd/distinfo 2011-07-03 14:55:14.782742903 -0500 @@ -1,5 +1,5 @@ -SHA256 (lighttpd-1.4.28.tar.bz2) = 7e55747a4feb74545d80a1f2d85b5866b8600705eac946e4402e3364b0666ed2 -SIZE (lighttpd-1.4.28.tar.bz2) = 641702 +SHA256 (lighttpd-1.4.29.tar.bz2) = afd8af213e65afb48b397d004696c6620a7ae7f3d4f162ec46a04b9b9dbfd599 +SIZE (lighttpd-1.4.29.tar.bz2) = 659974 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 --- lighttpd-1.4.29.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 20: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 983901065672; Sun, 3 Jul 2011 20:20:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 710CC8FC19; Sun, 3 Jul 2011 20: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 p63KKF02038967; Sun, 3 Jul 2011 20:20:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63KKFJo038958; Sun, 3 Jul 2011 20:20:15 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 20:20:15 GMT Message-Id: <201107032020.p63KKFJo038958@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158618: www/lighttpd: updates to 1.4.29 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 20:20:15 -0000 Synopsis: www/lighttpd: updates to 1.4.29 Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 20: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=158618 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 20: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 A57DC1065672 for ; Sun, 3 Jul 2011 20: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 616308FC1B for ; Sun, 3 Jul 2011 20: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 p63Ko6lc067355 for ; Sun, 3 Jul 2011 20: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 p63Ko63J067354; Sun, 3 Jul 2011 20:50:06 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 20:50:06 GMT Resent-Message-Id: <201107032050.p63Ko63J067354@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Goran Tal Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E67C51065670 for ; Sun, 3 Jul 2011 20:41: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 D70EA8FC14 for ; Sun, 3 Jul 2011 20:41: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 p63KfY56092646 for ; Sun, 3 Jul 2011 20:41:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63KfYTP092645; Sun, 3 Jul 2011 20:41:34 GMT (envelope-from nobody) Message-Id: <201107032041.p63KfYTP092645@red.freebsd.org> Date: Sun, 3 Jul 2011 20:41:34 GMT From: Goran Tal To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158619: update port textproc/dikt to version 2g X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Jul 2011 20:50:06 -0000 >Number: 158619 >Category: ports >Synopsis: update port textproc/dikt to version 2g >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 Jul 03 20:50:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Goran Tal >Release: >Organization: >Environment: >Description: update to version 2g >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ur ports/textproc/dikt.orig/Makefile ports/textproc/dikt/Makefile --- ports/textproc/dikt.orig/Makefile 2010-06-19 14:52:45.000000000 -0400 +++ ports/textproc/dikt/Makefile 2011-07-03 16:17:24.000000000 -0400 @@ -5,14 +5,16 @@ # $FreeBSD: ports/textproc/dikt/Makefile,v 1.16 2010/06/19 18:52:45 sylvio Exp $ PORTNAME= dikt -PORTVERSION= 2d +PORTVERSION= 2g CATEGORIES= textproc net kde MASTER_SITES= GOOGLE_CODE -EXTRACT_SUFX= .tbz +EXTRACT_SUFX= .txz MAINTAINER= goran.tal@gmail.com COMMENT= Dictionary for KDE4 +USE_XZ= yes + USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT_VER= 4 QT_COMPONENTS= corelib gui network svg xml \ diff -ur ports/textproc/dikt.orig/distinfo ports/textproc/dikt/distinfo --- ports/textproc/dikt.orig/distinfo 2011-07-03 10:38:39.000000000 -0400 +++ ports/textproc/dikt/distinfo 2011-07-03 16:14:27.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (dikt-2d.tbz) = 0becec2aecc481c3301329770bba5b4ab0fb1af8b4888f86ff7abc1b920bfed6 -SIZE (dikt-2d.tbz) = 55785 +SHA256 (dikt-2g.txz) = bacd67992f976a097618f6a0fe113a9c11f04146d19541344019b2a5a10c53dc +SIZE (dikt-2g.txz) = 53344 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 21: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 51D5D1065673 for ; Sun, 3 Jul 2011 21: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 B7AE28FC16 for ; Sun, 3 Jul 2011 21: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 p63L0MZV075565 for ; Sun, 3 Jul 2011 21: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 p63L0Mjj075564; Sun, 3 Jul 2011 21:00:22 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 21:00:22 GMT Resent-Message-Id: <201107032100.p63L0Mjj075564@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Demelier Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A649106566B for ; Sun, 3 Jul 2011 20:54: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 4A9A28FC0C for ; Sun, 3 Jul 2011 20:54: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 p63KslAe029320 for ; Sun, 3 Jul 2011 20:54:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63KslT3029319; Sun, 3 Jul 2011 20:54:47 GMT (envelope-from nobody) Message-Id: <201107032054.p63KslT3029319@red.freebsd.org> Date: Sun, 3 Jul 2011 20:54:47 GMT From: David Demelier To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158620: [patch] x11-wm/pekwm: update to 0.1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 21:00:29 -0000 >Number: 158620 >Category: ports >Synopsis: [patch] x11-wm/pekwm: update to 0.1.13 >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 Jul 03 21:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: 8.2-STABLE >Organization: >Environment: FreeBSD Melon.malikania.fr 8.2-STABLE FreeBSD 8.2-STABLE #2: Mon Jun 27 14:05:45 CEST 2011 root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon amd64 >Description: Update x11-wm/pekwm to 0.1.13. >How-To-Repeat: >Fix: --- pekwm.diff begins here --- --- Makefile.orig 2011-07-03 22:39:26.000000000 +0200 +++ Makefile 2011-07-03 22:44:51.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= pekwm -PORTVERSION= 0.1.12 +PORTVERSION= 0.1.13 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= http://pekwm.org/projects/3/files/ @@ -20,11 +20,12 @@ USE_XORG= xft xpm x11 USE_GMAKE= yes USE_ICONV= yes +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \ --enable-xft --enable-image-xpm --enable-image-jpeg \ --enable-image-png --disable-debug \ - --disable-pedantic --enable-menus --enable-harbour + --disable-pedantic CFLAGS+= -DICONV_CONST -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" MAN1= pekwm.1 --- pkg-plist.orig 2011-07-03 22:45:54.000000000 +0200 +++ pkg-plist 2011-07-03 22:46:15.000000000 +0200 @@ -1,5 +1,6 @@ bin/pekwm %%ETCDIR%%/autoproperties +%%ETCDIR%%/autoproperties_typerules %%ETCDIR%%/config %%ETCDIR%%/keys %%ETCDIR%%/menu --- distinfo 2011-07-03 22:41:58.000000000 +0200 +++ distinfo.orig 2011-07-03 22:39:31.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (pekwm-0.1.13.tar.bz2) = 6521b648c7b7166f27f3ed270ce657aeae57dadac26a9308de5bea61994e8ae4 -SIZE (pekwm-0.1.13.tar.bz2) = 404299 +SHA256 (pekwm-0.1.12.tar.gz) = 97b1c017c46b143b6c5fe9eee8987167ada5415828e5e0f054af27b1f2d55834 +SIZE (pekwm-0.1.12.tar.gz) = 488625 --- pekwm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 21:00: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 A91D1106568A; Sun, 3 Jul 2011 21:00:41 +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 81C9D8FC23; Sun, 3 Jul 2011 21:00: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 p63L0fLS077275; Sun, 3 Jul 2011 21: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 p63L0f7k077264; Sun, 3 Jul 2011 21:00:41 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 21:00:41 GMT Message-Id: <201107032100.p63L0f7k077264@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158620: [patch] x11-wm/pekwm: update to 0.1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 21:00:41 -0000 Synopsis: [patch] x11-wm/pekwm: update to 0.1.13 Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 21:00:40 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158620 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 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 010DB106567E for ; Sun, 3 Jul 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 D3AB08FC1A for ; Sun, 3 Jul 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 p63LAAsP084523 for ; Sun, 3 Jul 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 p63LAAwA084522; Sun, 3 Jul 2011 21:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 21:10:10 GMT Resent-Message-Id: <201107032110.p63LAAwA084522@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Korb Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2405106564A for ; Sun, 3 Jul 2011 21:07: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 AC4768FC1B for ; Sun, 3 Jul 2011 21:07: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 p63L77i4048930 for ; Sun, 3 Jul 2011 21:07:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63L77XR048929; Sun, 3 Jul 2011 21:07:07 GMT (envelope-from nobody) Message-Id: <201107032107.p63L77XR048929@red.freebsd.org> Date: Sun, 3 Jul 2011 21:07:07 GMT From: Bruce Korb To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158621: autogen port 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: Sun, 03 Jul 2011 21:10:11 -0000 >Number: 158621 >Category: ports >Synopsis: autogen port is out of date. >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 Jul 03 21:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Bruce Korb >Release: >Organization: >Environment: >Description: autogen is out of date. Current is 5.12: http://ftp.gnu.org/gnu/autogen/rel5.12/ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 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 F1782106567D for ; Sun, 3 Jul 2011 21: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 CDC838FC1D for ; Sun, 3 Jul 2011 21: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 p63LACbP084540 for ; Sun, 3 Jul 2011 21: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 p63LAC1Y084539; Sun, 3 Jul 2011 21:10:12 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 21:10:12 GMT Resent-Message-Id: <201107032110.p63LAC1Y084539@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C303D1065674 for ; Sun, 3 Jul 2011 21:08: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 B17D98FC14 for ; Sun, 3 Jul 2011 21:08: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 p63L8CLe049140 for ; Sun, 3 Jul 2011 21:08:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63L8Cvr049138; Sun, 3 Jul 2011 21:08:12 GMT (envelope-from nobody) Message-Id: <201107032108.p63L8Cvr049138@red.freebsd.org> Date: Sun, 3 Jul 2011 21:08:12 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158622: [update] www/xpi-torbutton 1.2.5 to 1.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, 03 Jul 2011 21:10:13 -0000 >Number: 158622 >Category: ports >Synopsis: [update] www/xpi-torbutton 1.2.5 to 1.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 Jul 03 21:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: www/xpi-torbutton - Update to 1.4.0 release - FF 3, 4 and 5 compatible I'm willing to take maintainership if miwi doesn't want it any more. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nur xpi-torbutton.orig/Makefile xpi-torbutton/Makefile --- xpi-torbutton.orig/Makefile 2011-07-03 22:22:52.000000000 +0200 +++ xpi-torbutton/Makefile 2011-07-03 22:26:54.000000000 +0200 @@ -6,9 +6,9 @@ # PORTNAME= torbutton -PORTVERSION= 1.2.5 +PORTVERSION= 1.4.0 CATEGORIES= www -MASTER_SITES= http://www.torproject.org/torbutton/releases/ +MASTER_SITES= http://www.torproject.org/dist/torbutton/ MAINTAINER= miwi@FreeBSD.org COMMENT= Quickly toggle use of the Tor network diff -Nur xpi-torbutton.orig/distinfo xpi-torbutton/distinfo --- xpi-torbutton.orig/distinfo 2011-07-03 22:22:52.000000000 +0200 +++ xpi-torbutton/distinfo 2011-07-03 22:24:26.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xpi/torbutton-1.2.5.xpi) = e27b2dbcec0723c23683dcf782d5810e535152053d2bae37cbef00e9377217a9 -SIZE (xpi/torbutton-1.2.5.xpi) = 418369 +SHA256 (xpi/torbutton-1.4.0.xpi) = c117d49d58574b367e52f0a91ec39a9554976236a6cf305f4d9fdd508f249b4e +SIZE (xpi/torbutton-1.4.0.xpi) = 729848 diff -Nur xpi-torbutton.orig/pkg-plist xpi-torbutton/pkg-plist --- xpi-torbutton.orig/pkg-plist 2011-07-03 22:22:52.000000000 +0200 +++ xpi-torbutton/pkg-plist 2011-07-03 22:51:13.000000000 +0200 @@ -4,61 +4,111 @@ %%XPI_XPIDIR%%/chrome/content/about.xul %%XPI_XPIDIR%%/chrome/content/contents.rdf %%XPI_XPIDIR%%/chrome/content/jshooks.js +%%XPI_XPIDIR%%/chrome/content/jshooks4.js %%XPI_XPIDIR%%/chrome/content/popup.xul %%XPI_XPIDIR%%/chrome/content/pref-connection-info.xul %%XPI_XPIDIR%%/chrome/content/pref-connection.xul %%XPI_XPIDIR%%/chrome/content/preferences.js %%XPI_XPIDIR%%/chrome/content/preferences.xul +%%XPI_XPIDIR%%/chrome/content/stanford-safecache.js %%XPI_XPIDIR%%/chrome/content/torbutton.js %%XPI_XPIDIR%%/chrome/content/torbutton.xul %%XPI_XPIDIR%%/chrome/content/torbutton_tb.xul %%XPI_XPIDIR%%/chrome/content/torbutton_util.js +%%XPI_XPIDIR%%/chrome/content/torcookie.js +%%XPI_XPIDIR%%/chrome/content/torcookiedialog.xul %%XPI_XPIDIR%%/chrome/locale/af/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/af/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ak/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ak/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/am/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/am/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/ar/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/ar/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/arn/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/arn/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ast/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ast/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/az/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/az/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/be/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/be/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/bg/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/bg/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/bms/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/bms/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/bn/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/bn/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/bn-IN/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/bn-IN/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/bo/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/bo/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/br/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/br/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/bs/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/bs/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/ca/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/ca/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/cs/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/cs/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/csb/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/csb/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/cy/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/cy/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/da/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/da/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/de/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/de/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/dz/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/dz/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/el/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/el/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/en/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/en/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/eo/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/eo/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/es/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/es/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/et/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/et/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/eu/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/eu/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/fa/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/fa/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/fi/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/fi/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/fil/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/fil/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/fo/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/fo/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/fr/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/fr/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/fur/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/fur/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/fy/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/fy/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ga/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ga/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/gl/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/gl/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/gu/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/gu/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/gun/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/gun/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ha/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ha/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/he/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/he/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/hi/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/hi/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/hr/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/hr/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ht/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ht/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/hu/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/hu/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/hy/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/hy/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/id/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/id/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/is/torbutton.dtd @@ -67,24 +117,80 @@ %%XPI_XPIDIR%%/chrome/locale/it/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/ja/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/ja/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/jv/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/jv/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/ka/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/ka/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/km/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/km/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/kn/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/kn/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/ko/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/ko/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/ku/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/ku/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/kw/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/kw/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ky/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ky/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/lb/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/lb/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/lg/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/lg/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ln/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ln/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/lo/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/lo/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/lt/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/lt/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/lv/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/lv/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/mg/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/mg/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/mi/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/mi/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/mk/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/mk/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ml/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ml/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/mn/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/mn/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/mr/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/mr/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ms/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/mt/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/mt/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/my/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/my/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/nah/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/nah/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/nap/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/nap/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/nb/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/nb/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ne/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ne/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/nl/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/nl/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/nn/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/nn/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/nso/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/nso/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/oc/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/oc/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/or/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/or/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/pa/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/pa/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/pap/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/pap/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/pl/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/pl/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/pms/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/pms/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ps/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ps/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/pt/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/pt/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/pt-BR/torbutton.dtd @@ -93,28 +199,62 @@ %%XPI_XPIDIR%%/chrome/locale/ro/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/ru/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/ru/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/sco/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/sco/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/sk/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/sk/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/sl/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/sl/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/so/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/so/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/son/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/son/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/sq/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/sq/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/sr/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/sr/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/st/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/st/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/su/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/su/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/sv/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/sv/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/sw/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/sw/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ta/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ta/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/te/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/te/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/tg/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/tg/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/th/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/th/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ti/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ti/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/tk/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/tk/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/tr/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/tr/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/uk/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/uk/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ur/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ur/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/ve/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/ve/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/vi/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/vi/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/wa/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/wa/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/wo/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/wo/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/zh-CN/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/zh-CN/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/zh-HK/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/zh-HK/torbutton.properties %%XPI_XPIDIR%%/chrome/locale/zh-TW/torbutton.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/torbutton.properties +%%XPI_XPIDIR%%/chrome/locale/zu/torbutton.dtd +%%XPI_XPIDIR%%/chrome/locale/zu/torbutton.properties %%XPI_XPIDIR%%/chrome/skin/contents.rdf %%XPI_XPIDIR%%/chrome/skin/p.png %%XPI_XPIDIR%%/chrome/skin/poff.png @@ -130,7 +270,6 @@ %%XPI_XPIDIR%%/chrome.manifest %%XPI_XPIDIR%%/chrome.manifest.jar %%XPI_XPIDIR%%/chrome.manifest.nojar -%%XPI_XPIDIR%%/components/block-livemarks.js %%XPI_XPIDIR%%/components/certDialogsOverride.js %%XPI_XPIDIR%%/components/cookie-jar-selector.js %%XPI_XPIDIR%%/components/crash-observer.js @@ -139,64 +278,134 @@ %%XPI_XPIDIR%%/components/ignore-history.js %%XPI_XPIDIR%%/components/nsSessionStore2.js %%XPI_XPIDIR%%/components/nsSessionStore3.js -%%XPI_XPIDIR%%/components/nsSessionStore35.js -%%XPI_XPIDIR%%/components/nsSessionStore36.js +%%XPI_XPIDIR%%/components/tbSessionStore.js +%%XPI_XPIDIR%%/components/tor-protocol.js +%%XPI_XPIDIR%%/components/torRefSpoofer.js %%XPI_XPIDIR%%/components/torbutton-logger.js +%%XPI_XPIDIR%%/components/tors-protocol.js %%XPI_XPIDIR%%/components/window-mapper.js %%XPI_XPIDIR%%/defaults/preferences/preferences.js %%XPI_XPIDIR%%/install.rdf @dirrm %%XPI_XPIDIR%%/chrome/content @dirrm %%XPI_XPIDIR%%/chrome/locale/af +@dirrm %%XPI_XPIDIR%%/chrome/locale/ak +@dirrm %%XPI_XPIDIR%%/chrome/locale/am @dirrm %%XPI_XPIDIR%%/chrome/locale/ar +@dirrm %%XPI_XPIDIR%%/chrome/locale/arn +@dirrm %%XPI_XPIDIR%%/chrome/locale/ast +@dirrm %%XPI_XPIDIR%%/chrome/locale/az +@dirrm %%XPI_XPIDIR%%/chrome/locale/be @dirrm %%XPI_XPIDIR%%/chrome/locale/bg @dirrm %%XPI_XPIDIR%%/chrome/locale/bms +@dirrm %%XPI_XPIDIR%%/chrome/locale/bn +@dirrm %%XPI_XPIDIR%%/chrome/locale/bn-IN @dirrm %%XPI_XPIDIR%%/chrome/locale/bo +@dirrm %%XPI_XPIDIR%%/chrome/locale/br +@dirrm %%XPI_XPIDIR%%/chrome/locale/bs @dirrm %%XPI_XPIDIR%%/chrome/locale/ca @dirrm %%XPI_XPIDIR%%/chrome/locale/cs +@dirrm %%XPI_XPIDIR%%/chrome/locale/csb +@dirrm %%XPI_XPIDIR%%/chrome/locale/cy @dirrm %%XPI_XPIDIR%%/chrome/locale/da @dirrm %%XPI_XPIDIR%%/chrome/locale/de +@dirrm %%XPI_XPIDIR%%/chrome/locale/dz @dirrm %%XPI_XPIDIR%%/chrome/locale/el @dirrm %%XPI_XPIDIR%%/chrome/locale/en +@dirrm %%XPI_XPIDIR%%/chrome/locale/eo @dirrm %%XPI_XPIDIR%%/chrome/locale/es +@dirrm %%XPI_XPIDIR%%/chrome/locale/et @dirrm %%XPI_XPIDIR%%/chrome/locale/eu @dirrm %%XPI_XPIDIR%%/chrome/locale/fa @dirrm %%XPI_XPIDIR%%/chrome/locale/fi +@dirrm %%XPI_XPIDIR%%/chrome/locale/fil +@dirrm %%XPI_XPIDIR%%/chrome/locale/fo @dirrm %%XPI_XPIDIR%%/chrome/locale/fr @dirrm %%XPI_XPIDIR%%/chrome/locale/fur +@dirrm %%XPI_XPIDIR%%/chrome/locale/fy +@dirrm %%XPI_XPIDIR%%/chrome/locale/ga @dirrm %%XPI_XPIDIR%%/chrome/locale/gl @dirrm %%XPI_XPIDIR%%/chrome/locale/gu +@dirrm %%XPI_XPIDIR%%/chrome/locale/gun +@dirrm %%XPI_XPIDIR%%/chrome/locale/ha @dirrm %%XPI_XPIDIR%%/chrome/locale/he @dirrm %%XPI_XPIDIR%%/chrome/locale/hi @dirrm %%XPI_XPIDIR%%/chrome/locale/hr +@dirrm %%XPI_XPIDIR%%/chrome/locale/ht @dirrm %%XPI_XPIDIR%%/chrome/locale/hu +@dirrm %%XPI_XPIDIR%%/chrome/locale/hy @dirrm %%XPI_XPIDIR%%/chrome/locale/id @dirrm %%XPI_XPIDIR%%/chrome/locale/is @dirrm %%XPI_XPIDIR%%/chrome/locale/it @dirrm %%XPI_XPIDIR%%/chrome/locale/ja +@dirrm %%XPI_XPIDIR%%/chrome/locale/jv @dirrm %%XPI_XPIDIR%%/chrome/locale/ka @dirrm %%XPI_XPIDIR%%/chrome/locale/km +@dirrm %%XPI_XPIDIR%%/chrome/locale/kn @dirrm %%XPI_XPIDIR%%/chrome/locale/ko @dirrm %%XPI_XPIDIR%%/chrome/locale/ku +@dirrm %%XPI_XPIDIR%%/chrome/locale/kw +@dirrm %%XPI_XPIDIR%%/chrome/locale/ky +@dirrm %%XPI_XPIDIR%%/chrome/locale/lb +@dirrm %%XPI_XPIDIR%%/chrome/locale/lg +@dirrm %%XPI_XPIDIR%%/chrome/locale/ln +@dirrm %%XPI_XPIDIR%%/chrome/locale/lo +@dirrm %%XPI_XPIDIR%%/chrome/locale/lt +@dirrm %%XPI_XPIDIR%%/chrome/locale/lv +@dirrm %%XPI_XPIDIR%%/chrome/locale/mg +@dirrm %%XPI_XPIDIR%%/chrome/locale/mi +@dirrm %%XPI_XPIDIR%%/chrome/locale/mk +@dirrm %%XPI_XPIDIR%%/chrome/locale/ml +@dirrm %%XPI_XPIDIR%%/chrome/locale/mn +@dirrm %%XPI_XPIDIR%%/chrome/locale/mr +@dirrm %%XPI_XPIDIR%%/chrome/locale/ms @dirrm %%XPI_XPIDIR%%/chrome/locale/mt +@dirrm %%XPI_XPIDIR%%/chrome/locale/my +@dirrm %%XPI_XPIDIR%%/chrome/locale/nah +@dirrm %%XPI_XPIDIR%%/chrome/locale/nap @dirrm %%XPI_XPIDIR%%/chrome/locale/nb +@dirrm %%XPI_XPIDIR%%/chrome/locale/ne @dirrm %%XPI_XPIDIR%%/chrome/locale/nl +@dirrm %%XPI_XPIDIR%%/chrome/locale/nn +@dirrm %%XPI_XPIDIR%%/chrome/locale/nso +@dirrm %%XPI_XPIDIR%%/chrome/locale/oc +@dirrm %%XPI_XPIDIR%%/chrome/locale/or @dirrm %%XPI_XPIDIR%%/chrome/locale/pa +@dirrm %%XPI_XPIDIR%%/chrome/locale/pap @dirrm %%XPI_XPIDIR%%/chrome/locale/pl +@dirrm %%XPI_XPIDIR%%/chrome/locale/pms +@dirrm %%XPI_XPIDIR%%/chrome/locale/ps @dirrm %%XPI_XPIDIR%%/chrome/locale/pt @dirrm %%XPI_XPIDIR%%/chrome/locale/pt-BR @dirrm %%XPI_XPIDIR%%/chrome/locale/ro @dirrm %%XPI_XPIDIR%%/chrome/locale/ru +@dirrm %%XPI_XPIDIR%%/chrome/locale/sco +@dirrm %%XPI_XPIDIR%%/chrome/locale/sk @dirrm %%XPI_XPIDIR%%/chrome/locale/sl +@dirrm %%XPI_XPIDIR%%/chrome/locale/so +@dirrm %%XPI_XPIDIR%%/chrome/locale/son @dirrm %%XPI_XPIDIR%%/chrome/locale/sq +@dirrm %%XPI_XPIDIR%%/chrome/locale/sr +@dirrm %%XPI_XPIDIR%%/chrome/locale/st +@dirrm %%XPI_XPIDIR%%/chrome/locale/su @dirrm %%XPI_XPIDIR%%/chrome/locale/sv @dirrm %%XPI_XPIDIR%%/chrome/locale/sw +@dirrm %%XPI_XPIDIR%%/chrome/locale/ta +@dirrm %%XPI_XPIDIR%%/chrome/locale/te +@dirrm %%XPI_XPIDIR%%/chrome/locale/tg @dirrm %%XPI_XPIDIR%%/chrome/locale/th +@dirrm %%XPI_XPIDIR%%/chrome/locale/ti +@dirrm %%XPI_XPIDIR%%/chrome/locale/tk @dirrm %%XPI_XPIDIR%%/chrome/locale/tr @dirrm %%XPI_XPIDIR%%/chrome/locale/uk +@dirrm %%XPI_XPIDIR%%/chrome/locale/ur +@dirrm %%XPI_XPIDIR%%/chrome/locale/ve @dirrm %%XPI_XPIDIR%%/chrome/locale/vi +@dirrm %%XPI_XPIDIR%%/chrome/locale/wa +@dirrm %%XPI_XPIDIR%%/chrome/locale/wo @dirrm %%XPI_XPIDIR%%/chrome/locale/zh-CN @dirrm %%XPI_XPIDIR%%/chrome/locale/zh-HK @dirrm %%XPI_XPIDIR%%/chrome/locale/zh-TW +@dirrm %%XPI_XPIDIR%%/chrome/locale/zu @dirrm %%XPI_XPIDIR%%/chrome/locale @dirrm %%XPI_XPIDIR%%/chrome/skin @dirrm %%XPI_XPIDIR%%/chrome >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 21:10: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 009F2106566C; Sun, 3 Jul 2011 21:10:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD59D8FC16; Sun, 3 Jul 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 p63LAQWi086197; Sun, 3 Jul 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 p63LAQr9086185; Sun, 3 Jul 2011 21:10:26 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 21:10:26 GMT Message-Id: <201107032110.p63LAQr9086185@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158622: [update] www/xpi-torbutton 1.2.5 to 1.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, 03 Jul 2011 21:10:27 -0000 Synopsis: [update] www/xpi-torbutton 1.2.5 to 1.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 21:10:26 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158622 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 21: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 641901065675 for ; Sun, 3 Jul 2011 21: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 3BB298FC12 for ; Sun, 3 Jul 2011 21: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 p63Le9mZ013305 for ; Sun, 3 Jul 2011 21: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 p63Le9Ho013304; Sun, 3 Jul 2011 21:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 21:40:09 GMT Resent-Message-Id: <201107032140.p63Le9Ho013304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20EC7106566B for ; Sun, 3 Jul 2011 21:31: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 0697B8FC12 for ; Sun, 3 Jul 2011 21:31: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 p63LVXVB087750 for ; Sun, 3 Jul 2011 21:31:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63LVXpk087747; Sun, 3 Jul 2011 21:31:33 GMT (envelope-from nobody) Message-Id: <201107032131.p63LVXpk087747@red.freebsd.org> Date: Sun, 3 Jul 2011 21:31:33 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158624: [update] www/xpi-downthemall 1.1.10 to 2.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: Sun, 03 Jul 2011 21:40:09 -0000 >Number: 158624 >Category: ports >Synopsis: [update] www/xpi-downthemall 1.1.10 to 2.0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 21:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: www/xpi-downthemall - Update to 2.0.7 - Works with FF 3.5 - 6.* - Switch to find generated pkg-plist file from XPI_FILES/XPI_DIRS in Makefile I'm willing to take maintainership. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nur xpi-downthemall.orig/Makefile xpi-downthemall/Makefile --- xpi-downthemall.orig/Makefile 2011-07-03 23:08:58.000000000 +0200 +++ xpi-downthemall/Makefile 2011-07-03 23:20:27.000000000 +0200 @@ -6,40 +6,17 @@ # PORTNAME= downthemall -PORTVERSION= 1.1.10 -DISTVERSIONSUFFIX= -fx+sm +PORTVERSION= 2.0.7 +DISTVERSIONSUFFIX= -sm+fx CATEGORIES= www MASTER_SITES= http://releases.mozilla.org/pub/mozilla.org/addons/201/ MAINTAINER= miwi@FreeBSD.org COMMENT= Lets you download all the links in a webpage and much more -XPI_DISTNAME= downthemall! -WRKSRC= ${WRKDIR}/${DISTNAME:S/!/_/} +XPI_DISTNAME= downthemall XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8} -XPI_FILES= GPL LGPL LICENSE MPL chrome/chrome.jar \ - chrome/icons/default/DownThemAll.ico \ - chrome/icons/default/DownThemAll.xpm \ - chrome.manifest components/contentHandling.js \ - components/contenthandling.idl \ - components/contenthandling.xpt \ - components/debugService.idl components/debugService.js \ - components/debugService.xpt components/filterManager.idl \ - components/filterManager.js components/filterManager.xpt \ - components/migrationService.js components/privacycontrol.js \ - defaults/preferences/dta.js defaults/preferences/filters.js \ - defaults/preferences/privacycontrol.js install.rdf \ - modules/cothread.jsm modules/mediator.jsm \ - modules/loggedprompter.jsm \ - modules/preallocator.jsm modules/preferences.jsm \ - modules/prompts.jsm modules/utils.jsm modules/version.jsm \ - icon.png -XPI_DIRS= chrome/icons/default chrome/icons chrome components \ - defaults/preferences defaults modules - -xpi-post-extract: - @${FIND} ${WRKSRC} -name .svn|${XARGS} ${RM} -rf .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff -Nur xpi-downthemall.orig/distinfo xpi-downthemall/distinfo --- xpi-downthemall.orig/distinfo 2011-07-03 23:08:58.000000000 +0200 +++ xpi-downthemall/distinfo 2011-07-03 23:11:55.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xpi/downthemall!-1.1.10-fx+sm.xpi) = 1acf8a8d454914138905974ed3205c4edd8eb8b5c2e751fab388bee2e4669a05 -SIZE (xpi/downthemall!-1.1.10-fx+sm.xpi) = 555593 +SHA256 (xpi/downthemall-2.0.7-sm+fx.xpi) = 72d80e024a53234dde47f819fdcfcbe28269f2546e203897790b4640814b46c9 +SIZE (xpi/downthemall-2.0.7-sm+fx.xpi) = 691879 diff -Nur xpi-downthemall.orig/pkg-plist xpi-downthemall/pkg-plist --- xpi-downthemall.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ xpi-downthemall/pkg-plist 2011-07-03 23:15:59.000000000 +0200 @@ -0,0 +1,65 @@ +%%XPI_XPIDIR%%/GPL +%%XPI_XPIDIR%%/LGPL +%%XPI_XPIDIR%%/LICENSE +%%XPI_XPIDIR%%/MPL +%%XPI_XPIDIR%%/chrome/chrome.jar +%%XPI_XPIDIR%%/chrome/icons/default/DownThemAll.ico +%%XPI_XPIDIR%%/chrome/icons/default/DownThemAll.png +%%XPI_XPIDIR%%/chrome/icons/default/DownThemAllMirrors.ico +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/services.js +%%XPI_XPIDIR%%/components/services.xpt +%%XPI_XPIDIR%%/defaults/preferences/dta.js +%%XPI_XPIDIR%%/icon.png +%%XPI_XPIDIR%%/install.rdf +%%XPI_XPIDIR%%/interfaces/contenthandling.idl +%%XPI_XPIDIR%%/interfaces/filterManager.idl +%%XPI_XPIDIR%%/localized.xml +%%XPI_XPIDIR%%/modules/_apiloader.jsm +%%XPI_XPIDIR%%/modules/api.jsm +%%XPI_XPIDIR%%/modules/constants.jsm +%%XPI_XPIDIR%%/modules/cothread.jsm +%%XPI_XPIDIR%%/modules/json.jsm +%%XPI_XPIDIR%%/modules/manager/connection.jsm +%%XPI_XPIDIR%%/modules/manager/decompressor.jsm +%%XPI_XPIDIR%%/modules/manager/globalprogress.jsm +%%XPI_XPIDIR%%/modules/manager/imex.jsm +%%XPI_XPIDIR%%/modules/manager/preallocator/cothreads.jsm +%%XPI_XPIDIR%%/modules/manager/preallocator/nsithread.jsm +%%XPI_XPIDIR%%/modules/manager/preallocator.jsm +%%XPI_XPIDIR%%/modules/manager/queuestore.jsm +%%XPI_XPIDIR%%/modules/manager/requestmanipulation.jsm +%%XPI_XPIDIR%%/modules/manager/speedstats.jsm +%%XPI_XPIDIR%%/modules/manager/verificator.jsm +%%XPI_XPIDIR%%/modules/manager/visitormanager.jsm +%%XPI_XPIDIR%%/modules/preferences.jsm +%%XPI_XPIDIR%%/modules/prompts.jsm +%%XPI_XPIDIR%%/modules/support/alertservice.jsm +%%XPI_XPIDIR%%/modules/support/batchgen.jsm +%%XPI_XPIDIR%%/modules/support/bytebucket.jsm +%%XPI_XPIDIR%%/modules/support/downloadHelper.jsm +%%XPI_XPIDIR%%/modules/support/fileextsheet.jsm +%%XPI_XPIDIR%%/modules/support/historymanager.jsm +%%XPI_XPIDIR%%/modules/support/iconcheat.jsm +%%XPI_XPIDIR%%/modules/support/icons.jsm +%%XPI_XPIDIR%%/modules/support/loggedprompter.jsm +%%XPI_XPIDIR%%/modules/support/mediator.jsm +%%XPI_XPIDIR%%/modules/support/metalinker.jsm +%%XPI_XPIDIR%%/modules/support/pbm.jsm +%%XPI_XPIDIR%%/modules/support/serverlimits.jsm +%%XPI_XPIDIR%%/modules/support/textlinks.jsm +%%XPI_XPIDIR%%/modules/support/timers.jsm +%%XPI_XPIDIR%%/modules/support/urlmanager.jsm +%%XPI_XPIDIR%%/modules/utils.jsm +%%XPI_XPIDIR%%/modules/version.jsm +@dirrm %%XPI_XPIDIR%%/chrome/icons/default +@dirrm %%XPI_XPIDIR%%/chrome/icons +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/components +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults +@dirrm %%XPI_XPIDIR%%/interfaces +@dirrm %%XPI_XPIDIR%%/modules/manager/preallocator +@dirrm %%XPI_XPIDIR%%/modules/manager +@dirrm %%XPI_XPIDIR%%/modules/support +@dirrm %%XPI_XPIDIR%%/modules >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 21: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 6BAE51065670; Sun, 3 Jul 2011 21: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 443438FC13; Sun, 3 Jul 2011 21: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 p63LeJTL013846; Sun, 3 Jul 2011 21: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 p63LeJTP013834; Sun, 3 Jul 2011 21:40:19 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 21:40:19 GMT Message-Id: <201107032140.p63LeJTP013834@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158624: [update] www/xpi-downthemall 1.1.10 to 2.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: Sun, 03 Jul 2011 21:40:19 -0000 Synopsis: [update] www/xpi-downthemall 1.1.10 to 2.0.7 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 21: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=158624 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 22: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 DA258106566B for ; Sun, 3 Jul 2011 22: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 A2FE88FC15 for ; Sun, 3 Jul 2011 22: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 p63M0J6p030278 for ; Sun, 3 Jul 2011 22: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 p63M0JPc030276; Sun, 3 Jul 2011 22:00:19 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 22:00:19 GMT Resent-Message-Id: <201107032200.p63M0JPc030276@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC7B81065672 for ; Sun, 3 Jul 2011 21:58: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 CCC1C8FC19 for ; Sun, 3 Jul 2011 21:58: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 p63Lwclj043796 for ; Sun, 3 Jul 2011 21:58:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63LwcBg043795; Sun, 3 Jul 2011 21:58:38 GMT (envelope-from nobody) Message-Id: <201107032158.p63LwcBg043795@red.freebsd.org> Date: Sun, 3 Jul 2011 21:58:38 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158625: [maintainer-update] www/xpi-modify_headers 0.7.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 22:00:20 -0000 >Number: 158625 >Category: ports >Synopsis: [maintainer-update] www/xpi-modify_headers 0.7.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 22:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: www/xpi-modify_headers - Patch to work with FF 3.6 - 6.* as the firefox addon page claims >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nur xpi-modify_headers.orig/Makefile xpi-modify_headers/Makefile --- xpi-modify_headers.orig/Makefile 2011-07-03 23:35:49.000000000 +0200 +++ xpi-modify_headers/Makefile 2011-07-03 23:54:30.000000000 +0200 @@ -8,6 +8,7 @@ PORTNAME= modify_headers PORTVERSION= 0.7.0.2 DISTVERSIONSUFFIX= -fx+sm +PORTREVISION= 1 CATEGORIES= www MAINTAINER= kamikaze@bsdforen.de @@ -65,5 +66,8 @@ defaults/preferences \ defaults +post-patch: + @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; + .include "../xpi-adblock/Makefile.xpi" .include diff -Nur xpi-modify_headers.orig/files/patch-install.rdf xpi-modify_headers/files/patch-install.rdf --- xpi-modify_headers.orig/files/patch-install.rdf 1970-01-01 01:00:00.000000000 +0100 +++ xpi-modify_headers/files/patch-install.rdf 2011-07-03 23:38:03.000000000 +0200 @@ -0,0 +1,11 @@ +--- install.rdf.orig 2011-07-03 23:37:16.000000000 +0200 ++++ install.rdf 2011-07-03 23:37:28.000000000 +0200 +@@ -21,7 +21,7 @@ + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.6 +- 4.0.* ++ 6.* + + + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 22: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 080061065678; Sun, 3 Jul 2011 22: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 D3E398FC0C; Sun, 3 Jul 2011 22: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 p63M0UGn030768; Sun, 3 Jul 2011 22:00:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63M0Uk6030757; Sun, 3 Jul 2011 22:00:30 GMT (envelope-from edwin) Date: Sun, 3 Jul 2011 22:00:30 GMT Message-Id: <201107032200.p63M0Uk6030757@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158625: [maintainer-update] www/xpi-modify_headers 0.7.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 22:00:31 -0000 Synopsis: [maintainer-update] www/xpi-modify_headers 0.7.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 3 22:00:29 UTC 2011 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158625 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 22:22: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 6E083106566B; Sun, 3 Jul 2011 22:22:54 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3ECDF8FC0C; Sun, 3 Jul 2011 22:22: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 p63MMsAP057261; Sun, 3 Jul 2011 22:22:54 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63MMrEm057257; Sun, 3 Jul 2011 22:22:53 GMT (envelope-from stephen) Date: Sun, 3 Jul 2011 22:22:53 GMT Message-Id: <201107032222.p63MMrEm057257@freefall.freebsd.org> To: p.christias@noc.ntua.gr, stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/151837: [patch] sysutils/bsdstats : does honor BATCH when installed from 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: Sun, 03 Jul 2011 22:22:54 -0000 Synopsis: [patch] sysutils/bsdstats : does honor BATCH when installed from package State-Changed-From-To: open->feedback State-Changed-By: stephen State-Changed-When: Sun Jul 3 22:22:12 UTC 2011 State-Changed-Why: Need to ask submitter about effectiveness of the patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=151837 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 22: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 DFB491065678 for ; Sun, 3 Jul 2011 22: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 8B94C8FC12 for ; Sun, 3 Jul 2011 22: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 p63MeChS067998 for ; Sun, 3 Jul 2011 22: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 p63MeCVj067997; Sun, 3 Jul 2011 22:40:12 GMT (envelope-from gnats) Date: Sun, 3 Jul 2011 22:40:12 GMT Message-Id: <201107032240.p63MeCVj067997@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: ports/151837: [patch] sysutils/bsdstats : does honor BATCH when installed from package 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, 03 Jul 2011 22:40:13 -0000 The following reply was made to PR ports/151837; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, p.christias@noc.ntua.gr Cc: Subject: Re: ports/151837: [patch] sysutils/bsdstats : does honor BATCH when installed from package Date: Sun, 03 Jul 2011 17:31:57 -0500 I just tried this patch. I think it needs more testing. First, pkg-install.in needs to be in the directory files. Second, I tried installing it, and the new pkg-install didn't respect BATCH. Maybe you need a command in post-install like BATCH="${BATCH}" PACKAGE_BUILDING="${PACKAGE_BUILDING}" \ PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL I am personally reluctant to commit this PR until more testing has been done, because if this port has these mistakes, it may have others. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 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 1F7B1106564A for ; Mon, 4 Jul 2011 00: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 EA3718FC0A for ; Mon, 4 Jul 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 p640o9N3088372 for ; Mon, 4 Jul 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 p640o9R0088371; Mon, 4 Jul 2011 00:50:09 GMT (envelope-from gnats) Date: Mon, 4 Jul 2011 00:50:09 GMT Message-Id: <201107040050.p640o9R0088371@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: ports/151837: [patch] sysutils/bsdstats : does honor BATCH when installed from package 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, 04 Jul 2011 00:50:10 -0000 The following reply was made to PR ports/151837; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, p.christias@noc.ntua.gr Cc: Subject: Re: ports/151837: [patch] sysutils/bsdstats : does honor BATCH when installed from package Date: Sun, 03 Jul 2011 19:42:44 -0500 OK, my apologies for the previous email. It seems that the reason pkg-install.in didn't find its way into files was because of "patch." Nevertheless, I did find that when I had "BATCH=yes" in /etc/make.conf, that it didn't seem to be respected by the new pkg-install. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 01: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 9A9DE1065674; Mon, 4 Jul 2011 01:20:20 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 737518FC14; Mon, 4 Jul 2011 01: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 p641KKLG016140; Mon, 4 Jul 2011 01:20:20 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p641KKZ7016124; Mon, 4 Jul 2011 01:20:20 GMT (envelope-from stephen) Date: Mon, 4 Jul 2011 01:20:20 GMT Message-Id: <201107040120.p641KKZ7016124@freefall.freebsd.org> To: stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stephen@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/151837: [patch] sysutils/bsdstats : does honor BATCH when installed from 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: Mon, 04 Jul 2011 01:20:20 -0000 Synopsis: [patch] sysutils/bsdstats : does honor BATCH when installed from package Responsible-Changed-From-To: freebsd-ports-bugs->stephen Responsible-Changed-By: stephen Responsible-Changed-When: Mon Jul 4 01:18:11 UTC 2011 Responsible-Changed-Why: I'll take responsibility so that replies from the submitter arrive in my inbox. http://www.freebsd.org/cgi/query-pr.cgi?pr=151837 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 01:22: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 D6C971065670; Mon, 4 Jul 2011 01:22:30 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEB6B8FC13; Mon, 4 Jul 2011 01:22: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 p641MU5f023434; Mon, 4 Jul 2011 01:22:30 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p641MUUP023430; Mon, 4 Jul 2011 01:22:30 GMT (envelope-from stephen) Date: Mon, 4 Jul 2011 01:22:30 GMT Message-Id: <201107040122.p641MUUP023430@freefall.freebsd.org> To: dierk@blaxxtarz.de, buganini@gmail.com, stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stephen@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/150361: [patch] provide script to bind with nautilus for multimedia/ffmpegthumbnailer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 01:22:30 -0000 Synopsis: [patch] provide script to bind with nautilus for multimedia/ffmpegthumbnailer State-Changed-From-To: open->feedback State-Changed-By: stephen State-Changed-When: Mon Jul 4 01:21:02 UTC 2011 State-Changed-Why: I have questions for the submitter. Responsible-Changed-From-To: freebsd-ports-bugs->stephen Responsible-Changed-By: stephen Responsible-Changed-When: Mon Jul 4 01:21:02 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=150361 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 01: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 B065D106566C for ; Mon, 4 Jul 2011 01: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 8C4C68FC13 for ; Mon, 4 Jul 2011 01: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 p641UBdY023613 for ; Mon, 4 Jul 2011 01: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 p641UBCm023611; Mon, 4 Jul 2011 01:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 01:30:11 GMT Resent-Message-Id: <201107040130.p641UBCm023611@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DA69106566B for ; Mon, 4 Jul 2011 01:21:32 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id 128258FC18 for ; Mon, 4 Jul 2011 01:21:31 +0000 (UTC) Received: from omta16.emeryville.ca.mail.comcast.net ([76.96.30.72]) by qmta10.emeryville.ca.mail.comcast.net with comcast id 3cYX1h0021ZMdJ4AAdMV0f; Mon, 04 Jul 2011 01:21:29 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta16.emeryville.ca.mail.comcast.net with comcast id 3dKf1h0192anbQt8cdKicP; Mon, 04 Jul 2011 01:19:43 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id D9AD22843E; Sun, 3 Jul 2011 21:21:26 -0400 (EDT) Message-Id: <20110704012126.D9AD22843E@kirby.cyberbotx.com> Date: Sun, 3 Jul 2011 21:21:26 -0400 (EDT) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158626: [MAINTAINER] x11-toolkits/scintilla: update to 2.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 01:30:11 -0000 >Number: 158626 >Category: ports >Synopsis: [MAINTAINER] x11-toolkits/scintilla: update to 2.27 >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 Jul 04 01:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011 >Description: - Update to 2.27 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- scintilla-2.27.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/Makefile /kirby/shared/ports/scintilla/Makefile --- /usr/ports/x11-toolkits/scintilla/Makefile 2011-05-04 19:15:51.000000000 -0400 +++ /kirby/shared/ports/scintilla/Makefile 2011-07-03 21:04:37.000000000 -0400 @@ -6,7 +6,7 @@ # $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $ PORTNAME= scintilla -PORTVERSION= 2.25 +PORTVERSION= 2.27 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/distinfo /kirby/shared/ports/scintilla/distinfo --- /usr/ports/x11-toolkits/scintilla/distinfo 2011-05-04 19:15:51.000000000 -0400 +++ /kirby/shared/ports/scintilla/distinfo 2011-07-03 21:04:45.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (scite225.tgz) = e9f1c7d5909fca359cb2993eb82a07b3323d53bcd0d4ba1e8ff181a8d471061f -SIZE (scite225.tgz) = 1843570 +SHA256 (scite227.tgz) = 9bf6e3515022cc12a3b24b158f54ae1a4730f104b65a6fcdb997f4f7a84b2c0c +SIZE (scite227.tgz) = 1883989 diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/files/patch-aa /kirby/shared/ports/scintilla/files/patch-aa --- /usr/ports/x11-toolkits/scintilla/files/patch-aa 2011-05-04 19:15:51.000000000 -0400 +++ /kirby/shared/ports/scintilla/files/patch-aa 2011-07-03 21:09:29.000000000 -0400 @@ -1,5 +1,5 @@ ---- makefile.orig 2011-03-17 18:41:24.000000000 -0400 -+++ makefile 2011-05-01 19:57:17.000000000 -0400 +--- makefile.orig 2011-05-02 05:11:17.000000000 -0400 ++++ makefile 2011-07-03 21:09:17.000000000 -0400 @@ -7,14 +7,14 @@ # Also works with ming32-make on Windows. @@ -22,8 +22,8 @@ +AR = $(CXX) -shared RANLIB = touch - # Environment variable windir always defined on Win32 -@@ -30,7 +30,8 @@ + ifdef GTK3 +@@ -36,7 +36,8 @@ COMPLIB=..\bin\scintilla.a else DEL = rm -f @@ -33,7 +33,7 @@ endif vpath %.h ../src ../include ../lexlib -@@ -47,22 +48,22 @@ +@@ -55,24 +56,24 @@ endif ifdef DEBUG @@ -44,7 +44,9 @@ +CXXFLAGS+=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS) endif --CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0) + CFLAGS:=$(CXXFLAGS) + +-CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) +CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0 gthread-2.0) MARSHALLER=scintilla-marshal.o @@ -52,8 +54,8 @@ - $(CC) $(CONFIGFLAGS) $(CXXFLAGS) -c $< + $(CC) $(PICFLAGS) $(CONFIGFLAGS) $(CXXFLAGS) -c $< .c.o: -- $(CCOMP) $(CONFIGFLAGS) $(CXXFLAGS) -w -c $< -+ $(CCOMP) $(PICFLAGS) $(CONFIGFLAGS) $(CXXFLAGS) -w -c $< +- $(CCOMP) $(CONFIGFLAGS) $(CFLAGS) -w -c $< ++ $(CCOMP) $(PICFLAGS) $(CONFIGFLAGS) $(CFLAGS) -w -c $< LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard ../lexers/Lex*.cxx)))) @@ -62,7 +64,7 @@ clean: $(DEL) *.o $(COMPLIB) -@@ -75,9 +76,11 @@ +@@ -85,9 +86,11 @@ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ --- scintilla-2.27.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 01: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 281DC1065670 for ; Mon, 4 Jul 2011 01: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 F2DE28FC0C for ; Mon, 4 Jul 2011 01:50: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 p641o5nu042756 for ; Mon, 4 Jul 2011 01:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p641o5ED042755; Mon, 4 Jul 2011 01:50:05 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 01:50:05 GMT Resent-Message-Id: <201107040150.p641o5ED042755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBE48106564A for ; Mon, 4 Jul 2011 01:44:58 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEF38FC0A for ; Mon, 4 Jul 2011 01:44:58 +0000 (UTC) Received: from omta17.westchester.pa.mail.comcast.net ([76.96.62.89]) by qmta03.westchester.pa.mail.comcast.net with comcast id 3dSr1h0011vXlb853dXjlR; Mon, 04 Jul 2011 01:31:43 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta17.westchester.pa.mail.comcast.net with comcast id 3dXi1h00a2anbQt3ddXiQ1; Mon, 04 Jul 2011 01:31:43 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id ED2752843E; Sun, 3 Jul 2011 21:31:40 -0400 (EDT) Message-Id: <20110704013140.ED2752843E@kirby.cyberbotx.com> Date: Sun, 3 Jul 2011 21:31:40 -0400 (EDT) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158627: [MAINTAINER] editors/scite: update to 2.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 01:50:06 -0000 >Number: 158627 >Category: ports >Synopsis: [MAINTAINER] editors/scite: update to 2.27 >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 Jul 04 01:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011 >Description: - Update to 2.27 NOTE: This relies on PR ports/158626 to be committed first. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- scite-2.27.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile --- /usr/ports/editors/scite/Makefile 2011-05-04 19:15:01.000000000 -0400 +++ /kirby/shared/ports/scite/Makefile 2011-07-03 21:13:44.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 2.25 +PORTVERSION= 2.27 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo /kirby/shared/ports/scite/distinfo --- /usr/ports/editors/scite/distinfo 2011-05-04 19:15:01.000000000 -0400 +++ /kirby/shared/ports/scite/distinfo 2011-07-03 21:13:59.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (scite225.tgz) = e9f1c7d5909fca359cb2993eb82a07b3323d53bcd0d4ba1e8ff181a8d471061f -SIZE (scite225.tgz) = 1843570 +SHA256 (scite227.tgz) = 9bf6e3515022cc12a3b24b158f54ae1a4730f104b65a6fcdb997f4f7a84b2c0c +SIZE (scite227.tgz) = 1883989 diff -ruN --exclude=CVS /usr/ports/editors/scite/files/patch-aa /kirby/shared/ports/scite/files/patch-aa --- /usr/ports/editors/scite/files/patch-aa 2010-08-01 12:39:17.000000000 -0400 +++ /kirby/shared/ports/scite/files/patch-aa 2011-07-03 21:17:03.000000000 -0400 @@ -1,6 +1,6 @@ ---- makefile.orig 2010-07-20 19:03:41.000000000 -0400 -+++ makefile 2010-07-31 09:20:16.000000000 -0400 -@@ -5,20 +5,20 @@ +--- makefile.orig 2011-06-13 20:55:05.000000000 -0400 ++++ makefile 2011-07-03 21:16:59.000000000 -0400 +@@ -5,13 +5,13 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. .SUFFIXES: .cxx .o .h .a .c @@ -20,16 +20,17 @@ +#endif AR = ar - # For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. - CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0) - CONFIGLIB:=$(shell pkg-config --libs gtk+-2.0 gthread-2.0) + ifdef GTK3 +@@ -24,7 +24,7 @@ + CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) + CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0) CONFIGTHREADS:= --gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2>/dev/null) +-gnomeprefix:=$(shell pkg-config --variable=prefix $(GTKVERSION) 2>/dev/null) +gnomeprefix:=$(PREFIX) ifndef prefix ifdef gnomeprefix prefix=$(gnomeprefix) -@@ -61,12 +61,12 @@ +@@ -70,12 +70,12 @@ INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include $(LUA_CORE_OBJS): ../lua/src/*.c @@ -45,10 +46,10 @@ +CXXFLAGS+=$(CXXTFLAGS) -DNO_LUA endif - ifeq ($(shell uname), Darwin) -@@ -87,8 +87,9 @@ - - $(PROG): SciTEGTK.o GUIGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \ + CXXFLAGS:=$(CXXFLAGS) -Wno-long-long +@@ -99,8 +99,9 @@ + $(PROG): SciTEGTK.o GUIGTK.o Widget.o \ + FilePath.o SciTEBase.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.o \ PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \ - JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) - $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -ldl -lstdc++ diff -ruN --exclude=CVS /usr/ports/editors/scite/pkg-plist /kirby/shared/ports/scite/pkg-plist --- /usr/ports/editors/scite/pkg-plist 2011-05-04 19:15:01.000000000 -0400 +++ /kirby/shared/ports/scite/pkg-plist 2011-07-03 21:18:52.000000000 -0400 @@ -49,6 +49,7 @@ %%DATADIR%%/fortran.properties %%DATADIR%%/freebasic.properties %%DATADIR%%/gap.properties +%%DATADIR%%/haskell.properties %%DATADIR%%/html.properties %%DATADIR%%/inno.properties %%DATADIR%%/kix.properties --- scite-2.27.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 02:17:48 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E78F8106566C; Mon, 4 Jul 2011 02:17:48 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C04568FC1F; Mon, 4 Jul 2011 02:17: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 p642HmnN069732; Mon, 4 Jul 2011 02:17:48 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p642HmbH069728; Mon, 4 Jul 2011 02:17:48 GMT (envelope-from stephen) Date: Mon, 4 Jul 2011 02:17:48 GMT Message-Id: <201107040217.p642HmbH069728@freefall.freebsd.org> To: stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stephen@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/152045: New port: www/links-hacked browser with tricks for tabs, basic auth, better fonts and many more features X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 02:17:49 -0000 Synopsis: New port: www/links-hacked browser with tricks for tabs, basic auth, better fonts and many more features Responsible-Changed-From-To: freebsd-ports-bugs->stephen Responsible-Changed-By: stephen Responsible-Changed-When: Mon Jul 4 02:16:51 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152045 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 02:21: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 AAE5C106566B; Mon, 4 Jul 2011 02:21: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 8480F8FC0A; Mon, 4 Jul 2011 02:21: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 p642LXcN078075; Mon, 4 Jul 2011 02:21:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p642LXCI078071; Mon, 4 Jul 2011 02:21:33 GMT (envelope-from linimon) Date: Mon, 4 Jul 2011 02:21:33 GMT Message-Id: <201107040221.p642LXCI078071@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158621: devel/autogen port 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: Mon, 04 Jul 2011 02:21:33 -0000 Old Synopsis: autogen port is out of date. New Synopsis: devel/autogen port is out of date. Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 4 02:21:07 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158621 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 02:31: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 5D4C9106566B; Mon, 4 Jul 2011 02:31: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 360D38FC08; Mon, 4 Jul 2011 02:31: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 p642VXIF086293; Mon, 4 Jul 2011 02:31:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p642VXNL086284; Mon, 4 Jul 2011 02:31:33 GMT (envelope-from linimon) Date: Mon, 4 Jul 2011 02:31:33 GMT Message-Id: <201107040231.p642VXNL086284@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stas@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158609: Various ecore-related ports fail to work if WRKDIRPREFIX is modified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 02:31:33 -0000 Synopsis: Various ecore-related ports fail to work if WRKDIRPREFIX is modified Responsible-Changed-From-To: freebsd-ports-bugs->stas Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 4 02:30:12 UTC 2011 Responsible-Changed-Why: stas maintains most of these ports. http://www.freebsd.org/cgi/query-pr.cgi?pr=158609 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 02:46: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 3983D106566B; Mon, 4 Jul 2011 02:46:24 +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 12C798FC08; Mon, 4 Jul 2011 02:46: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 p642kNew097336; Mon, 4 Jul 2011 02:46:23 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p642kNcF097332; Mon, 4 Jul 2011 02:46:23 GMT (envelope-from sunpoet) Date: Mon, 4 Jul 2011 02:46:23 GMT Message-Id: <201107040246.p642kNcF097332@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/158584: [PATCH] note net/openafs conflict with net/coda6_server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 02:46:24 -0000 Synopsis: [PATCH] note net/openafs conflict with net/coda6_server Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Mon Jul 4 02:46:23 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158584 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 03:58: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 2EFA41065674; Mon, 4 Jul 2011 03:58:21 +0000 (UTC) (envelope-from sahil@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07D308FC0C; Mon, 4 Jul 2011 03:58: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 p643wKEg060922; Mon, 4 Jul 2011 03:58:20 GMT (envelope-from sahil@freefall.freebsd.org) Received: (from sahil@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p643wKiP060918; Mon, 4 Jul 2011 03:58:20 GMT (envelope-from sahil) Date: Mon, 4 Jul 2011 03:58:20 GMT Message-Id: <201107040358.p643wKiP060918@freefall.freebsd.org> To: sahil@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sahil@FreeBSD.org From: sahil@FreeBSD.org Cc: Subject: Re: ports/156776: net-mgmt/collectd in current ports will not build with libgcrypt support without hacking makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 03:58:21 -0000 Synopsis: net-mgmt/collectd in current ports will not build with libgcrypt support without hacking makefile Responsible-Changed-From-To: freebsd-ports-bugs->sahil Responsible-Changed-By: sahil Responsible-Changed-When: Mon Jul 4 03:58:20 UTC 2011 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=156776 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 05: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 1B17A106566C for ; Mon, 4 Jul 2011 05: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 E4DC78FC0C for ; Mon, 4 Jul 2011 05: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 p645UDsT048254 for ; Mon, 4 Jul 2011 05: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 p645UD82048253; Mon, 4 Jul 2011 05:30:13 GMT (envelope-from gnats) Date: Mon, 4 Jul 2011 05:30:13 GMT Message-Id: <201107040530.p645UD82048253@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Vladimir Chukharev" Cc: Subject: Re: ports/158305: math/scilab Error building the scilab manual file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vladimir Chukharev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 05:30:14 -0000 The following reply was made to PR ports/158305; it has been noted by GNATS. From: "Vladimir Chukharev" To: bug-followup@freebsd.org, "Max Brazhnikov" Cc: Subject: Re: ports/158305: math/scilab Error building the scilab manual file Date: Mon, 04 Jul 2011 08:23:08 +0300 On Sun, 03 Jul 2011 15:42:43 +0300, Max Brazhnikov wrote: > Could you check you scilab dependencies with 'pkg_info -g'? I remember I had > similar error, if not exactly the same, and the culprit was corrupted package > for one of xml* ports. > > Max > Thanks for the suggestion, I can do that. For the currently installed version: $ pkg_info -rq scilab\* | cut -d ' ' -f 2 | xargs -n 1 -I % pkg_info -g % | egrep -v '(^$)|(Mismatched Checksums:)|(Information for )' /usr/local/share/java/classes/junit.jar fails the original MD5 checksum /usr/local/lib/charset.alias fails the original MD5 checksum $ pkg_info -W /usr/local/share/java/classes/junit.jar pkg_info: both hdf-java-2.7 and junit-4.8.2 claim to have installed /usr/local/share/java/classes/junit.jar /usr/local/share/java/classes/junit.jar was installed by package hdf-java-2.7 $ pkg_info -W /usr/local/lib/charset.alias /usr/local/lib/charset.alias was installed by package gettext-0.18.1.1 For the newer port: $ make -C /usr/ports/math/scilab all-depends-list 2>&1 | xargs -n 1 -I % pkg_info -g %\* | egrep -v '(^$)|(Mismatched Checksums:)|(Information for )' /usr/local/share/java/classes/junit.jar fails the original MD5 checksum pkg_info: can't find package 'swig13*' installed or in a file! pkg_info: can't find package 'diablo-jdk16*' installed or in a file! pkg_info: can't find package 'gcc45*' installed or in a file! pkg_info: can't find package 'hdf5-18*' installed or in a file! /usr/local/lib/charset.alias fails the original MD5 checksum pkg_info: can't find package 'perl5.14*' installed or in a file! pkg_info: can't find package 'expat2*' installed or in a file! pkg_info: can't find package 'docbook-410*' installed or in a file! pkg_info: can't find package 'docbook-420*' installed or in a file! pkg_info: can't find package 'docbook-430*' installed or in a file! pkg_info: can't find package 'docbook-440*' installed or in a file! pkg_info: can't find package 'docbook-450*' installed or in a file! pkg_info: can't find package 'docbook-xml-430*' installed or in a file! pkg_info: can't find package 'docbook-xml-440*' installed or in a file! pkg_info: can't find package 'docbook-xml-450*' installed or in a file! pkg_info: can't find package 'docbook-500*' installed or in a file! I will reinstall gettext, hdf-java and/or junit and come back tomorrow. Actually, I have reinstalled every port recently, even couple of times within the period of the scilab breakage... Though I did it inplace, not deleting everything and installing from the scratch. -- Vladimir Chukharev Tampere University of Technology From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07:12:48 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B23761065707; Mon, 4 Jul 2011 07:12:48 +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 8A0078FC18; Mon, 4 Jul 2011 07:12: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 p647CmNp052430; Mon, 4 Jul 2011 07:12:48 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p647CmND052426; Mon, 4 Jul 2011 07:12:48 GMT (envelope-from wen) Date: Mon, 4 Jul 2011 07:12:48 GMT Message-Id: <201107040712.p647CmND052426@freefall.freebsd.org> To: aldis@bsdroot.lv, kubito@gmail.com, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/158614: [PATCH] print/lyx-devel: Take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 07:12:48 -0000 Synopsis: [PATCH] print/lyx-devel: Take maintainership State-Changed-From-To: feedback->closed State-Changed-By: wen State-Changed-When: Mon Jul 4 07:12:47 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=158614 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07:20: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 A2E861065670 for ; Mon, 4 Jul 2011 07:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6C28FC0A for ; Mon, 4 Jul 2011 07:20: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 p647K2aV054454 for ; Mon, 4 Jul 2011 07:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p647K2fx054453; Mon, 4 Jul 2011 07:20:02 GMT (envelope-from gnats) Date: Mon, 4 Jul 2011 07:20:02 GMT Message-Id: <201107040720.p647K2fx054453@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/158614: 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, 04 Jul 2011 07:20:02 -0000 The following reply was made to PR ports/158614; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158614: commit references a PR Date: Mon, 4 Jul 2011 07:11:05 +0000 (UTC) wen 2011-07-04 07:10:56 UTC FreeBSD ports repository Modified files: print/lyx-devel Makefile Log: - Pass maintainership to submitter PR: ports/158614 Submitted by: Raphael Kubo da Costa (new maintainer) Approved by: aldis@bsdroot.lv (previous maintainer) Revision Changes Path 1.135 +1 -1 ports/print/lyx-devel/Makefile _______________________________________________ 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 Jul 4 07: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 C38981065674 for ; Mon, 4 Jul 2011 07: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 8A7F58FC0A for ; Mon, 4 Jul 2011 07: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 p647UCDW077964 for ; Mon, 4 Jul 2011 07: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 p647UCtH077963; Mon, 4 Jul 2011 07:30:12 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 07:30:12 GMT Resent-Message-Id: <201107040730.p647UCtH077963@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Romain Tartiere Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 782DE106566B for ; Mon, 4 Jul 2011 07:21:08 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from marvin.blogreen.org (smortex-1-pt.tunnel.tserv11.ams1.ipv6.he.net [IPv6:2001:470:1f14:7c2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1E62D8FC0C for ; Mon, 4 Jul 2011 07:21:08 +0000 (UTC) Received: by marvin.blogreen.org (Postfix, from userid 1001) id 4E9401BF52; Mon, 4 Jul 2011 09:21:06 +0200 (CEST) Message-Id: <20110704072106.4E9401BF52@marvin.blogreen.org> Date: Mon, 4 Jul 2011 09:21:06 +0200 (CEST) From: Romain Tartiere To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158628: graphics/opencv and daily periodic disks clean X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Romain Tartiere List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 07:30:12 -0000 >Number: 158628 >Category: ports >Synopsis: graphics/opencv and daily periodic disks clean >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 07:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Romain Tartiere >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD marvin.blogreen.org 8.2-STABLE FreeBSD 8.2-STABLE #7 r222417: Sat May 28 13:23:35 CEST 2011 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN amd64 >Description: -- context (feel free to skip) -- The /etc/periodic/daily/100.clean-disks script can be run daily to look for files that could be deleted from the hard disk setting daily_clean_disks_enable="YES" into /etc/periodic.conf. In this case, files matching daily_clean_disks_files are hunt and unlinked. This variable default value is set in /etc/defaults/periodic.conf as: daily_clean_disks_files="[#,]* .#* a.out *.core *.CKP .emacs_[0-9]*" -- end of context -- Reading root's 'daily run output' mail: Cleaning disks: /tmp/a.out /var/cache/portshaker/ports/graphics/opencv/pkg-plist.core /usr/local/poudriere/ports/mono/ports/graphics/opencv/pkg-plist.core /usr/local/poudriere/ports/romain/ports/graphics/opencv/pkg-plist.core /usr/ports/graphics/opencv/pkg-plist.core Because one of the ports file is named pkg-plist.core, the port may be incomplete on the system of an user when we wants to install it. >How-To-Repeat: 1. Activate daily_clean_disks_enable; 2. Update ports; 3. Wait for the periodic run to happen. >Fix: Because daily_clean_disks_enable is not enabled by default, the issue is quite marginal, but renaming the file to not match *.core may avoid some frustration for a few users. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07:30: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 5076C1065673; Mon, 4 Jul 2011 07:30:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 284F78FC19; Mon, 4 Jul 2011 07:30: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 p647UPcs078494; Mon, 4 Jul 2011 07:30:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p647UO5s078485; Mon, 4 Jul 2011 07:30:25 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 07:30:25 GMT Message-Id: <201107040730.p647UO5s078485@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158628: graphics/opencv and daily periodic disks clean X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 07:30:25 -0000 Synopsis: graphics/opencv and daily periodic disks clean Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 07: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=158628 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07: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 1370C1065670 for ; Mon, 4 Jul 2011 07: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 E29A18FC0C for ; Mon, 4 Jul 2011 07: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 p647e7II093537 for ; Mon, 4 Jul 2011 07: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 p647e70K093534; Mon, 4 Jul 2011 07:40:07 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 07:40:07 GMT Resent-Message-Id: <201107040740.p647e70K093534@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stas Timokhin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03F0310656AC for ; Mon, 4 Jul 2011 07:39: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 E656E8FC08 for ; Mon, 4 Jul 2011 07:39: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 p647darb012339 for ; Mon, 4 Jul 2011 07:39:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p647daum012338; Mon, 4 Jul 2011 07:39:36 GMT (envelope-from nobody) Message-Id: <201107040739.p647daum012338@red.freebsd.org> Date: Mon, 4 Jul 2011 07:39:36 GMT From: Stas Timokhin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158629: Update astro/celestia* to 1.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 07:40:08 -0000 >Number: 158629 >Category: ports >Synopsis: Update astro/celestia* to 1.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 07:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stas Timokhin >Release: 8.0-release >Organization: None >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: --- pkg-plist.orig 2009-08-18 03:37:54.000000000 +0700 +++ pkg-plist 2011-07-03 19:57:51.000000000 +0700 @@ -1,533 +1,575 @@ bin/celestia -share/celestia/celestia.cfg -share/celestia/controls.txt -share/celestia/controls_bg.txt -share/celestia/controls_de.txt -share/celestia/controls_es.txt -share/celestia/controls_fr.txt -share/celestia/controls_it.txt -share/celestia/controls_ja.txt -share/celestia/controls_ko.txt -share/celestia/controls_nl.txt -share/celestia/controls_pl.txt -share/celestia/controls_pt.txt -share/celestia/controls_pt_BR.txt -share/celestia/controls_ru.txt -share/celestia/controls_sv.txt -share/celestia/controls_uk.txt -share/celestia/controls_zh_CN.txt -share/celestia/data/asterisms.dat -share/celestia/data/asteroids.ssc -share/celestia/data/boundaries.dat -share/celestia/data/charm2.stc -share/celestia/data/comets.ssc -share/celestia/data/earth_locs.ssc -share/celestia/data/eros_locs.ssc -share/celestia/data/extrasolar.ssc -share/celestia/data/extrasolar.stc -share/celestia/data/galaxies.dsc -share/celestia/data/gaspra_locs.ssc -share/celestia/data/globulars.dsc -share/celestia/data/hdxindex.dat -share/celestia/data/ida_locs.ssc -share/celestia/data/itokawa_locs.ssc -share/celestia/data/jupitermoons_locs.ssc -share/celestia/data/mars_locs.ssc -share/celestia/data/marsmoons_locs.ssc -share/celestia/data/merc_locs.ssc -share/celestia/data/minormoons.ssc -share/celestia/data/moon_locs.ssc -share/celestia/data/nearstars.stc -share/celestia/data/neptunemoons_locs.ssc -share/celestia/data/numberedmoons.ssc -share/celestia/data/outersys.ssc -share/celestia/data/revised.stc -share/celestia/data/ring_locs.ssc -share/celestia/data/saoxindex.dat -share/celestia/data/saturnmoons_locs.ssc -share/celestia/data/solarsys.ssc -share/celestia/data/spectbins.stc -share/celestia/data/starnames.dat -share/celestia/data/stars.dat -share/celestia/data/uranusmoons_locs.ssc -share/celestia/data/venus_locs.ssc -share/celestia/data/visualbins.stc -share/celestia/data/world-capitals.ssc -share/celestia/demo.cel -share/celestia/demo_de.cel -share/celestia/demo_es.cel -share/celestia/demo_fr.cel -share/celestia/demo_it.cel -share/celestia/demo_ja.cel -share/celestia/demo_ko.cel -share/celestia/demo_lt.cel -share/celestia/demo_lv.cel -share/celestia/demo_nl.cel -share/celestia/demo_pl.cel -share/celestia/demo_pt.cel -share/celestia/demo_pt_BR.cel -share/celestia/demo_ru.cel -share/celestia/demo_sv.cel -share/celestia/demo_tr.cel -share/celestia/demo_uk.cel -share/celestia/demo_zh_CN.cel -share/celestia/extras-standard/cassini/cassini.ssc -share/celestia/extras-standard/cassini/data/cassini-cruise.xyzv -share/celestia/extras-standard/cassini/data/cassini-orbit.xyzv -share/celestia/extras-standard/cassini/models/cassini.3ds -share/celestia/extras-standard/cassini/models/huygens.3ds -share/celestia/extras-standard/galileo/galileo.ssc -share/celestia/extras-standard/galileo/models/galileo.3ds -share/celestia/extras-standard/hubble/hubble.ssc -share/celestia/extras-standard/hubble/models/hubble.cmod -share/celestia/extras-standard/iss/iss.ssc -share/celestia/extras-standard/iss/models/iss.cmod -share/celestia/extras-standard/iss/textures/medres/d_ring.jpg -share/celestia/extras-standard/iss/textures/medres/graple.jpg -share/celestia/extras-standard/iss/textures/medres/iss_dc.jpg -share/celestia/extras-standard/iss/textures/medres/iss_dcs.jpg -share/celestia/extras-standard/iss/textures/medres/iss_un.jpg -share/celestia/extras-standard/iss/textures/medres/issb.jpg -share/celestia/extras-standard/iss/textures/medres/issb2.jpg -share/celestia/extras-standard/iss/textures/medres/issb3.jpg -share/celestia/extras-standard/iss/textures/medres/issb4.jpg -share/celestia/extras-standard/iss/textures/medres/issbs.jpg -share/celestia/extras-standard/iss/textures/medres/issbso.jpg -share/celestia/extras-standard/iss/textures/medres/issbso2.jpg -share/celestia/extras-standard/iss/textures/medres/isscov2.jpg -share/celestia/extras-standard/iss/textures/medres/isscover.jpg -share/celestia/extras-standard/iss/textures/medres/isscup.jpg -share/celestia/extras-standard/iss/textures/medres/issdish.jpg -share/celestia/extras-standard/iss/textures/medres/issdot.jpg -share/celestia/extras-standard/iss/textures/medres/issesa.jpg -share/celestia/extras-standard/iss/textures/medres/isshand.jpg -share/celestia/extras-standard/iss/textures/medres/issins.jpg -share/celestia/extras-standard/iss/textures/medres/issku.jpg -share/celestia/extras-standard/iss/textures/medres/issku1.jpg -share/celestia/extras-standard/iss/textures/medres/issku2.jpg -share/celestia/extras-standard/iss/textures/medres/issmb.jpg -share/celestia/extras-standard/iss/textures/medres/issmod.jpg -share/celestia/extras-standard/iss/textures/medres/issp2.jpg -share/celestia/extras-standard/iss/textures/medres/isspanel.jpg -share/celestia/extras-standard/iss/textures/medres/issrad.jpg -share/celestia/extras-standard/iss/textures/medres/issred.jpg -share/celestia/extras-standard/iss/textures/medres/isssolar.jpg -share/celestia/extras-standard/iss/textures/medres/issusa.jpg -share/celestia/extras-standard/iss/textures/medres/issusaf.jpg -share/celestia/extras-standard/iss/textures/medres/isszmod.jpg -share/celestia/extras-standard/iss/textures/medres/metalcon.jpg -share/celestia/extras-standard/iss/textures/medres/nasda.jpg -share/celestia/extras-standard/iss/textures/medres/questcov.jpg -share/celestia/extras-standard/mir/mir.ssc -share/celestia/extras-standard/mir/models/mir.3ds -share/celestia/extras/apollo.ssc -share/celestia/extras/shroxclassic.ssc -share/celestia/extras/shroxmars.ssc -share/celestia/extras/skylab.ssc -share/celestia/fonts/clean12.txf -share/celestia/fonts/clean16.txf -share/celestia/fonts/cleanbold12.txf -share/celestia/fonts/cleanbold16.txf -share/celestia/fonts/default.txf -share/celestia/fonts/helv10.txf -share/celestia/fonts/helv12.txf -share/celestia/fonts/helv18.txf -share/celestia/fonts/helv24.txf -share/celestia/fonts/helvbold12.txf -share/celestia/fonts/helvbold18.txf -share/celestia/fonts/helvbold24.txf -share/celestia/fonts/sans10.txf -share/celestia/fonts/sans12.txf -share/celestia/fonts/sans12_bg.txf -share/celestia/fonts/sans12_ja.txf -share/celestia/fonts/sans12_ko.txf -share/celestia/fonts/sans12_ru.txf -share/celestia/fonts/sans12_uk.txf -share/celestia/fonts/sans12_zh_CN.txf -share/celestia/fonts/sans14.txf -share/celestia/fonts/sans14_ja.txf -share/celestia/fonts/sans14_ko.txf -share/celestia/fonts/sans14_ru.txf -share/celestia/fonts/sans14_uk.txf -share/celestia/fonts/sans14_zh_CN.txf -share/celestia/fonts/sans20.txf -share/celestia/fonts/sansbold10.txf -share/celestia/fonts/sansbold12.txf -share/celestia/fonts/sansbold14.txf -share/celestia/fonts/sansbold20.txf -share/celestia/fonts/sansbold20_bg.txf -share/celestia/fonts/sansbold20_ja.txf -share/celestia/fonts/sansbold20_ko.txf -share/celestia/fonts/sansbold20_ru.txf -share/celestia/fonts/sansbold20_uk.txf -share/celestia/fonts/sansbold20_zh_CN.txf -share/celestia/guide.cel -share/celestia/guide_bg.cel -share/celestia/guide_de.cel -share/celestia/guide_es.cel -share/celestia/guide_fr.cel -share/celestia/guide_it.cel -share/celestia/guide_ja.cel -share/celestia/guide_ko.cel -share/celestia/guide_lt.cel -share/celestia/guide_nl.cel -share/celestia/guide_pl.cel -share/celestia/guide_pt.cel -share/celestia/guide_pt_BR.cel -share/celestia/guide_ru.cel -share/celestia/guide_sv.cel -share/celestia/guide_uk.cel -share/celestia/guide_zh_CN.cel -share/celestia/models/E0.png -share/celestia/models/MilkyWay.png -share/celestia/models/S0.png -share/celestia/models/SBa.png -share/celestia/models/SBb.png -share/celestia/models/SBc.png -share/celestia/models/Sa.png -share/celestia/models/Sb.png -share/celestia/models/Sc.png -share/celestia/models/amalthea.3ds -share/celestia/models/amalthea.cmod -share/celestia/models/apollo.3ds -share/celestia/models/asteroid.cms -share/celestia/models/bacchus.3ds -share/celestia/models/bacchus.cmod -share/celestia/models/borrelly.cms -share/celestia/models/castalia.3ds -share/celestia/models/castalia.cmod -share/celestia/models/deimos.3ds -share/celestia/models/deimos.cmod -share/celestia/models/epimetheus.3ds -share/celestia/models/epimetheus.cmod -share/celestia/models/eros.3ds -share/celestia/models/eros.cmod -share/celestia/models/eros.cms -share/celestia/models/gaspra.3ds -share/celestia/models/gaspra.cmod -share/celestia/models/gemini.3ds -share/celestia/models/geographos.3ds -share/celestia/models/geographos.cmod -share/celestia/models/golevka.3ds -share/celestia/models/golevka.cmod -share/celestia/models/halley.3ds -share/celestia/models/halley.cmod -share/celestia/models/hyperion.3ds -share/celestia/models/hyperion.cmod -share/celestia/models/hyperion.cms -share/celestia/models/ida.3ds -share/celestia/models/ida.cmod -share/celestia/models/itokawa.cmod -share/celestia/models/janus.3ds -share/celestia/models/janus.cmod -share/celestia/models/kleopatra.3ds -share/celestia/models/kleopatra.cmod -share/celestia/models/ky26.3ds -share/celestia/models/ky26.cmod -share/celestia/models/larissa.3ds -share/celestia/models/larissa.cmod -share/celestia/models/marsglobalsurvr.3ds -share/celestia/models/marsodyssey.3ds -share/celestia/models/mercury7.3ds -share/celestia/models/pandora.3ds -share/celestia/models/pandora.cmod -share/celestia/models/phobos.3ds -share/celestia/models/phobos.cmod -share/celestia/models/phoebe.3ds -share/celestia/models/phoebe.cmod -share/celestia/models/prometheus.3ds -share/celestia/models/prometheus.cmod -share/celestia/models/proteus.3ds -share/celestia/models/proteus.cmod -share/celestia/models/proteus.cms -share/celestia/models/roughsphere.cms -share/celestia/models/skylab.3ds -share/celestia/models/toutatis.3ds -share/celestia/models/toutatis.cmod -share/celestia/models/vesta.3ds -share/celestia/models/vesta.cmod -share/celestia/scripts/eclipticgrid.celx -share/celestia/scripts/galacticgrid.celx -share/celestia/scripts/horizontalgrid.celx -share/celestia/scripts/mark-lg.celx -share/celestia/scripts/z-dist.celx -share/celestia/shaders/bumpdiffuse.vp -share/celestia/shaders/bumpdiffuse_arb.vp -share/celestia/shaders/bumpdiffuse_arb_hdr.vp -share/celestia/shaders/bumpdiffuse_nv.fp -share/celestia/shaders/bumphaze.vp -share/celestia/shaders/bumphaze_arb.vp -share/celestia/shaders/bumphaze_arb_hdr.vp -share/celestia/shaders/diffuse.vp -share/celestia/shaders/diffuse2_arb.vp -share/celestia/shaders/diffuse_arb.vp -share/celestia/shaders/diffuse_nv.fp -share/celestia/shaders/diffuse_texoff.vp -share/celestia/shaders/diffuse_texoff2_arb.vp -share/celestia/shaders/diffuse_texoff_arb.vp -share/celestia/shaders/eclipse1_nv.fp -share/celestia/shaders/eclipse2_nv.fp -share/celestia/shaders/ell_galaxy_arb.vp -share/celestia/shaders/glossmap_arb.vp -share/celestia/shaders/haze.vp -share/celestia/shaders/haze2_arb.vp -share/celestia/shaders/haze_arb.vp -share/celestia/shaders/multishadow_arb.vp -share/celestia/shaders/night.vp -share/celestia/shaders/night2_arb.vp -share/celestia/shaders/night2_arb_hdr.vp -share/celestia/shaders/night_arb.vp -share/celestia/shaders/night_arb_hdr.vp -share/celestia/shaders/rings.vp -share/celestia/shaders/rings_arb.vp -share/celestia/shaders/ringshadow.vp -share/celestia/shaders/ringshadow_arb.vp -share/celestia/shaders/shadow_on_rings_nv.fp -share/celestia/shaders/shadowtex.vp -share/celestia/shaders/shadowtex_arb.vp -share/celestia/shaders/simple.vp -share/celestia/shaders/simple_arb.vp -share/celestia/shaders/specular.vp -share/celestia/shaders/specular2_arb.vp -share/celestia/shaders/specular_arb.vp -share/celestia/shaders/star_arb.vp -share/celestia/shaders/texphong_alpha_arb.vp -share/celestia/shaders/texphong_alpha_nv.fp -share/celestia/shaders/texphong_arb.vp -share/celestia/shaders/texphong_nv.fp -share/celestia/splash/splash.png -share/celestia/start.cel -share/celestia/start_bg.cel -share/celestia/start_de.cel -share/celestia/start_es.cel -share/celestia/start_fr.cel -share/celestia/start_hu.cel -share/celestia/start_it.cel -share/celestia/start_ja.cel -share/celestia/start_ko.cel -share/celestia/start_lt.cel -share/celestia/start_lv.cel -share/celestia/start_nl.cel -share/celestia/start_pl.cel -share/celestia/start_pt.cel -share/celestia/start_pt_BR.cel -share/celestia/start_ru.cel -share/celestia/start_sv.cel -share/celestia/start_uk.cel -share/celestia/start_zh_CN.cel -share/celestia/textures/flare.jpg -share/celestia/textures/hires/dione.jpg -share/celestia/textures/hires/enceladus.jpg -share/celestia/textures/hires/iapetus.jpg -share/celestia/textures/hires/mercury.jpg -share/celestia/textures/hires/mimas.jpg -share/celestia/textures/hires/moon.jpg -share/celestia/textures/hires/moonbump.jpg -share/celestia/textures/hires/phoebe.jpg -share/celestia/textures/hires/rhea.jpg -share/celestia/textures/hires/tethys.jpg -share/celestia/textures/hires/titan.jpg -share/celestia/textures/logo.png -share/celestia/textures/lores/amalthea.jpg -share/celestia/textures/lores/ariel-lok-mask.png -share/celestia/textures/lores/ariel.jpg -share/celestia/textures/lores/astar.jpg -share/celestia/textures/lores/asteroid.jpg -share/celestia/textures/lores/browndwarf.jpg -share/celestia/textures/lores/bstar.jpg -share/celestia/textures/lores/callisto-lok-mask.png -share/celestia/textures/lores/callisto.jpg -share/celestia/textures/lores/charon-lok-spec.jpg -share/celestia/textures/lores/charon-lok.jpg -share/celestia/textures/lores/deimos.jpg -share/celestia/textures/lores/dione.jpg -share/celestia/textures/lores/earth-clouds.png -share/celestia/textures/lores/earth.png -share/celestia/textures/lores/earthnight.jpg -share/celestia/textures/lores/enceladus.jpg -share/celestia/textures/lores/epimetheus-lok.jpg -share/celestia/textures/lores/epimetheus.jpg -share/celestia/textures/lores/eros.jpg -share/celestia/textures/lores/europa-lok-mask.png -share/celestia/textures/lores/europa.jpg -share/celestia/textures/lores/exo-class1.jpg -share/celestia/textures/lores/exo-class2.jpg -share/celestia/textures/lores/exo-class3.jpg -share/celestia/textures/lores/exo-class4.jpg -share/celestia/textures/lores/exo-class4night.jpg -share/celestia/textures/lores/exo-class5.jpg -share/celestia/textures/lores/exo-class5night.jpg -share/celestia/textures/lores/extrasolar-lok.jpg -share/celestia/textures/lores/ganymede-lok-mask.png -share/celestia/textures/lores/ganymede.jpg -share/celestia/textures/lores/gaspramosaic.jpg -share/celestia/textures/lores/gstar.jpg -share/celestia/textures/lores/hyperion-lok.jpg -share/celestia/textures/lores/hyperion.jpg -share/celestia/textures/lores/iapetus.jpg -share/celestia/textures/lores/idamosaic.jpg -share/celestia/textures/lores/io-lok-mask.png -share/celestia/textures/lores/io.jpg -share/celestia/textures/lores/janus.jpg -share/celestia/textures/lores/jupiter.jpg -share/celestia/textures/lores/mars.jpg -share/celestia/textures/lores/marsbump.jpg -share/celestia/textures/lores/mercury.jpg -share/celestia/textures/lores/mimas.jpg -share/celestia/textures/lores/miranda-lok-mask.png -share/celestia/textures/lores/miranda.jpg -share/celestia/textures/lores/moon.jpg -share/celestia/textures/lores/moonbump.jpg -share/celestia/textures/lores/mstar.jpg -share/celestia/textures/lores/neptune-rings.png -share/celestia/textures/lores/neptune.jpg -share/celestia/textures/lores/oberon-lok-mask.png -share/celestia/textures/lores/oberon.jpg -share/celestia/textures/lores/phobos.jpg -share/celestia/textures/lores/phoebe.jpg -share/celestia/textures/lores/pluto-lok-spec.jpg -share/celestia/textures/lores/pluto-lok.jpg -share/celestia/textures/lores/prometheus.jpg -share/celestia/textures/lores/proteus.jpg -share/celestia/textures/lores/rhea.jpg -share/celestia/textures/lores/saturn-rings.png -share/celestia/textures/lores/saturn.jpg -share/celestia/textures/lores/tethys.jpg -share/celestia/textures/lores/titan-clouds.jpg -share/celestia/textures/lores/titan.jpg -share/celestia/textures/lores/titania-lok-mask.png -share/celestia/textures/lores/titania.jpg -share/celestia/textures/lores/triton-lok-mask.png -share/celestia/textures/lores/triton.jpg -share/celestia/textures/lores/umbriel-lok-mask.png -share/celestia/textures/lores/umbriel.jpg -share/celestia/textures/lores/uranus-rings.png -share/celestia/textures/lores/uranus.jpg -share/celestia/textures/lores/venus.jpg -share/celestia/textures/lores/venuslike.jpg -share/celestia/textures/lores/venuslikenight.jpg -share/celestia/textures/lores/venussurface.jpg -share/celestia/textures/medres/amalthea.jpg -share/celestia/textures/medres/ariel.jpg -share/celestia/textures/medres/astar.jpg -share/celestia/textures/medres/asteroid.jpg -share/celestia/textures/medres/browndwarf.jpg -share/celestia/textures/medres/bstar.jpg -share/celestia/textures/medres/callisto.jpg -share/celestia/textures/medres/charon-lok-spec.jpg -share/celestia/textures/medres/charon-lok.jpg -share/celestia/textures/medres/deimos.jpg -share/celestia/textures/medres/dione.jpg -share/celestia/textures/medres/earth-clouds.png -share/celestia/textures/medres/earth.png -share/celestia/textures/medres/earthnight.jpg -share/celestia/textures/medres/enceladus.jpg -share/celestia/textures/medres/epimetheus-lok.jpg -share/celestia/textures/medres/epimetheus.jpg -share/celestia/textures/medres/eros.jpg -share/celestia/textures/medres/europa.jpg -share/celestia/textures/medres/exo-class1.jpg -share/celestia/textures/medres/exo-class2.jpg -share/celestia/textures/medres/exo-class3.jpg -share/celestia/textures/medres/exo-class4.jpg -share/celestia/textures/medres/exo-class4night.jpg -share/celestia/textures/medres/exo-class5.jpg -share/celestia/textures/medres/exo-class5night.jpg -share/celestia/textures/medres/ganymede.jpg -share/celestia/textures/medres/gaspramosaic.jpg -share/celestia/textures/medres/gstar.jpg -share/celestia/textures/medres/hyperion-lok.jpg -share/celestia/textures/medres/hyperion.jpg -share/celestia/textures/medres/iapetus.jpg -share/celestia/textures/medres/idamosaic.jpg -share/celestia/textures/medres/io.jpg -share/celestia/textures/medres/janus.jpg -share/celestia/textures/medres/jupiter.jpg -share/celestia/textures/medres/mars.jpg -share/celestia/textures/medres/marsbump.jpg -share/celestia/textures/medres/mercury.jpg -share/celestia/textures/medres/mimas.jpg -share/celestia/textures/medres/miranda.jpg -share/celestia/textures/medres/moon.jpg -share/celestia/textures/medres/moonbump.jpg -share/celestia/textures/medres/mstar.jpg -share/celestia/textures/medres/neptune.jpg -share/celestia/textures/medres/oberon.jpg -share/celestia/textures/medres/phobos.jpg -share/celestia/textures/medres/phoebe.jpg -share/celestia/textures/medres/pluto-lok-spec.jpg -share/celestia/textures/medres/pluto-lok.jpg -share/celestia/textures/medres/prometheus.jpg -share/celestia/textures/medres/proteus.jpg -share/celestia/textures/medres/rhea.jpg -share/celestia/textures/medres/saturn.jpg -share/celestia/textures/medres/tethys.jpg -share/celestia/textures/medres/titan-clouds.jpg -share/celestia/textures/medres/titan.jpg -share/celestia/textures/medres/titania.jpg -share/celestia/textures/medres/triton.jpg -share/celestia/textures/medres/umbriel.jpg -share/celestia/textures/medres/venus.jpg -share/celestia/textures/medres/venuslike.jpg -share/celestia/textures/medres/venuslikenight.jpg -share/celestia/textures/medres/venussurface.jpg -share/locale/ar/LC_MESSAGES/celestia.mo -share/locale/ar/LC_MESSAGES/celestia_constellations.mo -share/locale/bg/LC_MESSAGES/celestia.mo -share/locale/bg/LC_MESSAGES/celestia_constellations.mo -share/locale/de/LC_MESSAGES/celestia.mo -share/locale/de/LC_MESSAGES/celestia_constellations.mo -share/locale/el/LC_MESSAGES/celestia.mo -share/locale/el/LC_MESSAGES/celestia_constellations.mo -share/locale/en/LC_MESSAGES/celestia_constellations.mo -share/locale/es/LC_MESSAGES/celestia.mo -share/locale/es/LC_MESSAGES/celestia_constellations.mo -share/locale/fr/LC_MESSAGES/celestia.mo -share/locale/fr/LC_MESSAGES/celestia_constellations.mo -share/locale/hu/LC_MESSAGES/celestia.mo -share/locale/hu/LC_MESSAGES/celestia_constellations.mo -share/locale/it/LC_MESSAGES/celestia.mo -share/locale/it/LC_MESSAGES/celestia_constellations.mo -share/locale/ja/LC_MESSAGES/celestia.mo -share/locale/ja/LC_MESSAGES/celestia_constellations.mo -share/locale/ko/LC_MESSAGES/celestia.mo -share/locale/ko/LC_MESSAGES/celestia_constellations.mo -share/locale/lt/LC_MESSAGES/celestia.mo -share/locale/lt/LC_MESSAGES/celestia_constellations.mo -share/locale/lv/LC_MESSAGES/celestia.mo -share/locale/lv/LC_MESSAGES/celestia_constellations.mo -share/locale/nl/LC_MESSAGES/celestia.mo -share/locale/nl/LC_MESSAGES/celestia_constellations.mo -share/locale/pl/LC_MESSAGES/celestia.mo -share/locale/pl/LC_MESSAGES/celestia_constellations.mo -share/locale/pt/LC_MESSAGES/celestia.mo -share/locale/pt/LC_MESSAGES/celestia_constellations.mo -share/locale/pt_BR/LC_MESSAGES/celestia.mo -share/locale/pt_BR/LC_MESSAGES/celestia_constellations.mo -share/locale/ro/LC_MESSAGES/celestia.mo -share/locale/ro/LC_MESSAGES/celestia_constellations.mo -share/locale/ru/LC_MESSAGES/celestia.mo -share/locale/ru/LC_MESSAGES/celestia_constellations.mo -share/locale/sv/LC_MESSAGES/celestia.mo -share/locale/sv/LC_MESSAGES/celestia_constellations.mo -share/locale/uk/LC_MESSAGES/celestia.mo -share/locale/uk/LC_MESSAGES/celestia_constellations.mo -share/locale/zh_CN/LC_MESSAGES/celestia.mo -share/locale/zh_CN/LC_MESSAGES/celestia_constellations.mo +share/applications/celestia.desktop +%%DATADIR%%/celestia.cfg +%%DATADIR%%/controls.txt +%%DATADIR%%/controls_be.txt +%%DATADIR%%/controls_bg.txt +%%DATADIR%%/controls_de.txt +%%DATADIR%%/controls_es.txt +%%DATADIR%%/controls_fr.txt +%%DATADIR%%/controls_gl.txt +%%DATADIR%%/controls_it.txt +%%DATADIR%%/controls_ja.txt +%%DATADIR%%/controls_ko.txt +%%DATADIR%%/controls_nl.txt +%%DATADIR%%/controls_no.txt +%%DATADIR%%/controls_pl.txt +%%DATADIR%%/controls_pt.txt +%%DATADIR%%/controls_pt_BR.txt +%%DATADIR%%/controls_ru.txt +%%DATADIR%%/controls_sk.txt +%%DATADIR%%/controls_sv.txt +%%DATADIR%%/controls_uk.txt +%%DATADIR%%/controls_zh_CN.txt +%%DATADIR%%/controls_zh_TW.txt +%%DATADIR%%/data/asterisms.dat +%%DATADIR%%/data/asteroids.ssc +%%DATADIR%%/data/boundaries.dat +%%DATADIR%%/data/charm2.stc +%%DATADIR%%/data/comets.ssc +%%DATADIR%%/data/earth_locs.ssc +%%DATADIR%%/data/eros_locs.ssc +%%DATADIR%%/data/extrasolar.ssc +%%DATADIR%%/data/extrasolar.stc +%%DATADIR%%/data/galaxies.dsc +%%DATADIR%%/data/gaspra_locs.ssc +%%DATADIR%%/data/globulars.dsc +%%DATADIR%%/data/hdxindex.dat +%%DATADIR%%/data/ida_locs.ssc +%%DATADIR%%/data/itokawa_locs.ssc +%%DATADIR%%/data/jupitermoons_locs.ssc +%%DATADIR%%/data/mars_locs.ssc +%%DATADIR%%/data/marsmoons_locs.ssc +%%DATADIR%%/data/merc_locs.ssc +%%DATADIR%%/data/minormoons.ssc +%%DATADIR%%/data/moon_locs.ssc +%%DATADIR%%/data/nearstars.stc +%%DATADIR%%/data/neptunemoons_locs.ssc +%%DATADIR%%/data/numberedmoons.ssc +%%DATADIR%%/data/outersys.ssc +%%DATADIR%%/data/revised.stc +%%DATADIR%%/data/ring_locs.ssc +%%DATADIR%%/data/saoxindex.dat +%%DATADIR%%/data/saturnmoons_locs.ssc +%%DATADIR%%/data/solarsys.ssc +%%DATADIR%%/data/spectbins.stc +%%DATADIR%%/data/starnames.dat +%%DATADIR%%/data/stars.dat +%%DATADIR%%/data/uranusmoons_locs.ssc +%%DATADIR%%/data/venus_locs.ssc +%%DATADIR%%/data/visualbins.stc +%%DATADIR%%/data/world-capitals.ssc +%%DATADIR%%/demo.cel +%%DATADIR%%/demo_be.cel +%%DATADIR%%/demo_de.cel +%%DATADIR%%/demo_es.cel +%%DATADIR%%/demo_fr.cel +%%DATADIR%%/demo_gl.cel +%%DATADIR%%/demo_it.cel +%%DATADIR%%/demo_ja.cel +%%DATADIR%%/demo_ko.cel +%%DATADIR%%/demo_lt.cel +%%DATADIR%%/demo_lv.cel +%%DATADIR%%/demo_nl.cel +%%DATADIR%%/demo_no.cel +%%DATADIR%%/demo_pl.cel +%%DATADIR%%/demo_pt.cel +%%DATADIR%%/demo_pt_BR.cel +%%DATADIR%%/demo_ru.cel +%%DATADIR%%/demo_sk.cel +%%DATADIR%%/demo_sv.cel +%%DATADIR%%/demo_tr.cel +%%DATADIR%%/demo_uk.cel +%%DATADIR%%/demo_zh_CN.cel +%%DATADIR%%/demo_zh_TW.cel +%%DATADIR%%/extras-standard/cassini/cassini.ssc +%%DATADIR%%/extras-standard/cassini/data/cassini-cruise.xyzv +%%DATADIR%%/extras-standard/cassini/data/cassini-orbit.xyzv +%%DATADIR%%/extras-standard/cassini/data/cassini-solstice.xyzv +%%DATADIR%%/extras-standard/cassini/data/huygens.xyzv +%%DATADIR%%/extras-standard/cassini/models/cassini.3ds +%%DATADIR%%/extras-standard/cassini/models/huygens.3ds +%%DATADIR%%/extras-standard/galileo/data/galileo-cruise.xyzv +%%DATADIR%%/extras-standard/galileo/data/galileo-orbit.xyzv +%%DATADIR%%/extras-standard/galileo/galileo.ssc +%%DATADIR%%/extras-standard/galileo/models/galileo.3ds +%%DATADIR%%/extras-standard/hubble/hubble.ssc +%%DATADIR%%/extras-standard/hubble/models/hubble.cmod +%%DATADIR%%/extras-standard/iss/iss.ssc +%%DATADIR%%/extras-standard/iss/models/iss.cmod +%%DATADIR%%/extras-standard/iss/textures/medres/d_ring.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/graple.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/iss_dc.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/iss_dcs.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/iss_un.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issb.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issb2.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issb3.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issb4.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issbs.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issbso.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issbso2.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/isscov2.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/isscover.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/isscup.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issdish.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issdot.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issesa.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/isshand.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issins.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issku.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issku1.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issku2.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issmb.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issmod.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issp2.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/isspanel.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issrad.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issred.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/isssolar.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issusa.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/issusaf.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/isszmod.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/metalcon.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/nasda.jpg +%%DATADIR%%/extras-standard/iss/textures/medres/questcov.jpg +%%DATADIR%%/extras-standard/mir/mir.ssc +%%DATADIR%%/extras-standard/mir/models/mir.3ds +%%DATADIR%%/extras/apollo.ssc +%%DATADIR%%/extras/shroxclassic.ssc +%%DATADIR%%/extras/shroxmars.ssc +%%DATADIR%%/extras/skylab.ssc +%%DATADIR%%/fonts/clean12.txf +%%DATADIR%%/fonts/clean16.txf +%%DATADIR%%/fonts/cleanbold12.txf +%%DATADIR%%/fonts/cleanbold16.txf +%%DATADIR%%/fonts/default.txf +%%DATADIR%%/fonts/helv10.txf +%%DATADIR%%/fonts/helv12.txf +%%DATADIR%%/fonts/helv18.txf +%%DATADIR%%/fonts/helv24.txf +%%DATADIR%%/fonts/helvbold12.txf +%%DATADIR%%/fonts/helvbold18.txf +%%DATADIR%%/fonts/helvbold24.txf +%%DATADIR%%/fonts/sans10.txf +%%DATADIR%%/fonts/sans12.txf +%%DATADIR%%/fonts/sans12_be.txf +%%DATADIR%%/fonts/sans12_bg.txf +%%DATADIR%%/fonts/sans12_ja.txf +%%DATADIR%%/fonts/sans12_ko.txf +%%DATADIR%%/fonts/sans12_ru.txf +%%DATADIR%%/fonts/sans12_uk.txf +%%DATADIR%%/fonts/sans12_zh_CN.txf +%%DATADIR%%/fonts/sans12_zh_TW.txf +%%DATADIR%%/fonts/sans14.txf +%%DATADIR%%/fonts/sans14_be.txf +%%DATADIR%%/fonts/sans14_ja.txf +%%DATADIR%%/fonts/sans14_ko.txf +%%DATADIR%%/fonts/sans14_ru.txf +%%DATADIR%%/fonts/sans14_uk.txf +%%DATADIR%%/fonts/sans14_zh_CN.txf +%%DATADIR%%/fonts/sans14_zh_TW.txf +%%DATADIR%%/fonts/sans20.txf +%%DATADIR%%/fonts/sansbold10.txf +%%DATADIR%%/fonts/sansbold12.txf +%%DATADIR%%/fonts/sansbold14.txf +%%DATADIR%%/fonts/sansbold20.txf +%%DATADIR%%/fonts/sansbold20_be.txf +%%DATADIR%%/fonts/sansbold20_bg.txf +%%DATADIR%%/fonts/sansbold20_ja.txf +%%DATADIR%%/fonts/sansbold20_ko.txf +%%DATADIR%%/fonts/sansbold20_ru.txf +%%DATADIR%%/fonts/sansbold20_uk.txf +%%DATADIR%%/fonts/sansbold20_zh_CN.txf +%%DATADIR%%/fonts/sansbold20_zh_TW.txf +%%DATADIR%%/guide.cel +%%DATADIR%%/guide_be.cel +%%DATADIR%%/guide_bg.cel +%%DATADIR%%/guide_de.cel +%%DATADIR%%/guide_es.cel +%%DATADIR%%/guide_fr.cel +%%DATADIR%%/guide_gl.cel +%%DATADIR%%/guide_it.cel +%%DATADIR%%/guide_ja.cel +%%DATADIR%%/guide_ko.cel +%%DATADIR%%/guide_lt.cel +%%DATADIR%%/guide_nl.cel +%%DATADIR%%/guide_pl.cel +%%DATADIR%%/guide_pt.cel +%%DATADIR%%/guide_pt_BR.cel +%%DATADIR%%/guide_ru.cel +%%DATADIR%%/guide_sk.cel +%%DATADIR%%/guide_sv.cel +%%DATADIR%%/guide_uk.cel +%%DATADIR%%/guide_zh_CN.cel +%%DATADIR%%/guide_zh_TW.cel +%%DATADIR%%/models/E0.png +%%DATADIR%%/models/MilkyWay.png +%%DATADIR%%/models/S0.png +%%DATADIR%%/models/SBa.png +%%DATADIR%%/models/SBb.png +%%DATADIR%%/models/SBc.png +%%DATADIR%%/models/Sa.png +%%DATADIR%%/models/Sb.png +%%DATADIR%%/models/Sc.png +%%DATADIR%%/models/amalthea.3ds +%%DATADIR%%/models/amalthea.cmod +%%DATADIR%%/models/apollo.3ds +%%DATADIR%%/models/asteroid.cms +%%DATADIR%%/models/bacchus.3ds +%%DATADIR%%/models/bacchus.cmod +%%DATADIR%%/models/borrelly.cms +%%DATADIR%%/models/castalia.3ds +%%DATADIR%%/models/castalia.cmod +%%DATADIR%%/models/deimos.3ds +%%DATADIR%%/models/deimos.cmod +%%DATADIR%%/models/epimetheus.3ds +%%DATADIR%%/models/epimetheus.cmod +%%DATADIR%%/models/eros.3ds +%%DATADIR%%/models/eros.cmod +%%DATADIR%%/models/eros.cms +%%DATADIR%%/models/gaspra.3ds +%%DATADIR%%/models/gaspra.cmod +%%DATADIR%%/models/gemini.3ds +%%DATADIR%%/models/geographos.3ds +%%DATADIR%%/models/geographos.cmod +%%DATADIR%%/models/golevka.3ds +%%DATADIR%%/models/golevka.cmod +%%DATADIR%%/models/halley.3ds +%%DATADIR%%/models/halley.cmod +%%DATADIR%%/models/hyperion.3ds +%%DATADIR%%/models/hyperion.cmod +%%DATADIR%%/models/hyperion.cms +%%DATADIR%%/models/ida.3ds +%%DATADIR%%/models/ida.cmod +%%DATADIR%%/models/itokawa.cmod +%%DATADIR%%/models/janus.3ds +%%DATADIR%%/models/janus.cmod +%%DATADIR%%/models/kleopatra.3ds +%%DATADIR%%/models/kleopatra.cmod +%%DATADIR%%/models/ky26.3ds +%%DATADIR%%/models/ky26.cmod +%%DATADIR%%/models/larissa.3ds +%%DATADIR%%/models/larissa.cmod +%%DATADIR%%/models/marsglobalsurvr.3ds +%%DATADIR%%/models/marsodyssey.3ds +%%DATADIR%%/models/mercury7.3ds +%%DATADIR%%/models/pandora.3ds +%%DATADIR%%/models/pandora.cmod +%%DATADIR%%/models/phobos.3ds +%%DATADIR%%/models/phobos.cmod +%%DATADIR%%/models/phoebe.3ds +%%DATADIR%%/models/phoebe.cmod +%%DATADIR%%/models/prometheus.3ds +%%DATADIR%%/models/prometheus.cmod +%%DATADIR%%/models/proteus.3ds +%%DATADIR%%/models/proteus.cmod +%%DATADIR%%/models/proteus.cms +%%DATADIR%%/models/roughsphere.cms +%%DATADIR%%/models/skylab.3ds +%%DATADIR%%/models/toutatis.3ds +%%DATADIR%%/models/toutatis.cmod +%%DATADIR%%/models/vesta.3ds +%%DATADIR%%/models/vesta.cmod +%%DATADIR%%/scripts/eclipticgrid.celx +%%DATADIR%%/scripts/galacticgrid.celx +%%DATADIR%%/scripts/horizontalgrid.celx +%%DATADIR%%/scripts/mark-lg.celx +%%DATADIR%%/scripts/z-dist.celx +%%DATADIR%%/shaders/bumpdiffuse.vp +%%DATADIR%%/shaders/bumpdiffuse_arb.vp +%%DATADIR%%/shaders/bumpdiffuse_arb_hdr.vp +%%DATADIR%%/shaders/bumpdiffuse_nv.fp +%%DATADIR%%/shaders/bumphaze.vp +%%DATADIR%%/shaders/bumphaze_arb.vp +%%DATADIR%%/shaders/bumphaze_arb_hdr.vp +%%DATADIR%%/shaders/diffuse.vp +%%DATADIR%%/shaders/diffuse2_arb.vp +%%DATADIR%%/shaders/diffuse_arb.vp +%%DATADIR%%/shaders/diffuse_nv.fp +%%DATADIR%%/shaders/diffuse_texoff.vp +%%DATADIR%%/shaders/diffuse_texoff2_arb.vp +%%DATADIR%%/shaders/diffuse_texoff_arb.vp +%%DATADIR%%/shaders/eclipse1_nv.fp +%%DATADIR%%/shaders/eclipse2_nv.fp +%%DATADIR%%/shaders/ell_galaxy_arb.vp +%%DATADIR%%/shaders/glossmap_arb.vp +%%DATADIR%%/shaders/haze.vp +%%DATADIR%%/shaders/haze2_arb.vp +%%DATADIR%%/shaders/haze_arb.vp +%%DATADIR%%/shaders/multishadow_arb.vp +%%DATADIR%%/shaders/night.vp +%%DATADIR%%/shaders/night2_arb.vp +%%DATADIR%%/shaders/night2_arb_hdr.vp +%%DATADIR%%/shaders/night_arb.vp +%%DATADIR%%/shaders/night_arb_hdr.vp +%%DATADIR%%/shaders/rings.vp +%%DATADIR%%/shaders/rings_arb.vp +%%DATADIR%%/shaders/ringshadow.vp +%%DATADIR%%/shaders/ringshadow_arb.vp +%%DATADIR%%/shaders/shadow_on_rings_nv.fp +%%DATADIR%%/shaders/shadowtex.vp +%%DATADIR%%/shaders/shadowtex_arb.vp +%%DATADIR%%/shaders/simple.vp +%%DATADIR%%/shaders/simple_arb.vp +%%DATADIR%%/shaders/specular.vp +%%DATADIR%%/shaders/specular2_arb.vp +%%DATADIR%%/shaders/specular_arb.vp +%%DATADIR%%/shaders/star_arb.vp +%%DATADIR%%/shaders/texphong_alpha_arb.vp +%%DATADIR%%/shaders/texphong_alpha_nv.fp +%%DATADIR%%/shaders/texphong_arb.vp +%%DATADIR%%/shaders/texphong_nv.fp +%%DATADIR%%/splash/splash.png +%%DATADIR%%/start.cel +%%DATADIR%%/start_be.cel +%%DATADIR%%/start_bg.cel +%%DATADIR%%/start_de.cel +%%DATADIR%%/start_es.cel +%%DATADIR%%/start_fr.cel +%%DATADIR%%/start_gl.cel +%%DATADIR%%/start_hu.cel +%%DATADIR%%/start_it.cel +%%DATADIR%%/start_ja.cel +%%DATADIR%%/start_ko.cel +%%DATADIR%%/start_lt.cel +%%DATADIR%%/start_lv.cel +%%DATADIR%%/start_nl.cel +%%DATADIR%%/start_pl.cel +%%DATADIR%%/start_pt.cel +%%DATADIR%%/start_pt_BR.cel +%%DATADIR%%/start_ru.cel +%%DATADIR%%/start_sk.cel +%%DATADIR%%/start_sv.cel +%%DATADIR%%/start_uk.cel +%%DATADIR%%/start_zh_CN.cel +%%DATADIR%%/start_zh_TW.cel +%%DATADIR%%/textures/flare.jpg +%%DATADIR%%/textures/hires/dione.jpg +%%DATADIR%%/textures/hires/enceladus.jpg +%%DATADIR%%/textures/hires/iapetus.jpg +%%DATADIR%%/textures/hires/mercury.jpg +%%DATADIR%%/textures/hires/mimas.jpg +%%DATADIR%%/textures/hires/moon.jpg +%%DATADIR%%/textures/hires/moonbump.jpg +%%DATADIR%%/textures/hires/phoebe.jpg +%%DATADIR%%/textures/hires/rhea.jpg +%%DATADIR%%/textures/hires/tethys.jpg +%%DATADIR%%/textures/hires/titan.jpg +%%DATADIR%%/textures/logo.png +%%DATADIR%%/textures/lores/amalthea.jpg +%%DATADIR%%/textures/lores/ariel-lok-mask.png +%%DATADIR%%/textures/lores/ariel.jpg +%%DATADIR%%/textures/lores/astar.jpg +%%DATADIR%%/textures/lores/asteroid.jpg +%%DATADIR%%/textures/lores/browndwarf.jpg +%%DATADIR%%/textures/lores/bstar.jpg +%%DATADIR%%/textures/lores/callisto-lok-mask.png +%%DATADIR%%/textures/lores/callisto.jpg +%%DATADIR%%/textures/lores/charon-lok-spec.jpg +%%DATADIR%%/textures/lores/charon-lok.jpg +%%DATADIR%%/textures/lores/deimos.jpg +%%DATADIR%%/textures/lores/dione.jpg +%%DATADIR%%/textures/lores/earth-clouds.png +%%DATADIR%%/textures/lores/earth.png +%%DATADIR%%/textures/lores/earthnight.jpg +%%DATADIR%%/textures/lores/enceladus.jpg +%%DATADIR%%/textures/lores/epimetheus-lok.jpg +%%DATADIR%%/textures/lores/epimetheus.jpg +%%DATADIR%%/textures/lores/eros.jpg +%%DATADIR%%/textures/lores/europa-lok-mask.png +%%DATADIR%%/textures/lores/europa.jpg +%%DATADIR%%/textures/lores/exo-class1.jpg +%%DATADIR%%/textures/lores/exo-class2.jpg +%%DATADIR%%/textures/lores/exo-class3.jpg +%%DATADIR%%/textures/lores/exo-class4.jpg +%%DATADIR%%/textures/lores/exo-class4night.jpg +%%DATADIR%%/textures/lores/exo-class5.jpg +%%DATADIR%%/textures/lores/exo-class5night.jpg +%%DATADIR%%/textures/lores/extrasolar-lok.jpg +%%DATADIR%%/textures/lores/ganymede-lok-mask.png +%%DATADIR%%/textures/lores/ganymede.jpg +%%DATADIR%%/textures/lores/gaspramosaic.jpg +%%DATADIR%%/textures/lores/gstar.jpg +%%DATADIR%%/textures/lores/hyperion-lok.jpg +%%DATADIR%%/textures/lores/hyperion.jpg +%%DATADIR%%/textures/lores/iapetus.jpg +%%DATADIR%%/textures/lores/idamosaic.jpg +%%DATADIR%%/textures/lores/io-lok-mask.png +%%DATADIR%%/textures/lores/io.jpg +%%DATADIR%%/textures/lores/janus.jpg +%%DATADIR%%/textures/lores/jupiter.jpg +%%DATADIR%%/textures/lores/mars.jpg +%%DATADIR%%/textures/lores/marsbump.jpg +%%DATADIR%%/textures/lores/mercury.jpg +%%DATADIR%%/textures/lores/mimas.jpg +%%DATADIR%%/textures/lores/miranda-lok-mask.png +%%DATADIR%%/textures/lores/miranda.jpg +%%DATADIR%%/textures/lores/moon.jpg +%%DATADIR%%/textures/lores/moonbump.jpg +%%DATADIR%%/textures/lores/mstar.jpg +%%DATADIR%%/textures/lores/neptune-rings.png +%%DATADIR%%/textures/lores/neptune.jpg +%%DATADIR%%/textures/lores/oberon-lok-mask.png +%%DATADIR%%/textures/lores/oberon.jpg +%%DATADIR%%/textures/lores/phobos.jpg +%%DATADIR%%/textures/lores/phoebe.jpg +%%DATADIR%%/textures/lores/pluto-lok-spec.jpg +%%DATADIR%%/textures/lores/pluto-lok.jpg +%%DATADIR%%/textures/lores/prometheus.jpg +%%DATADIR%%/textures/lores/proteus.jpg +%%DATADIR%%/textures/lores/rhea.jpg +%%DATADIR%%/textures/lores/saturn-rings.png +%%DATADIR%%/textures/lores/saturn.jpg +%%DATADIR%%/textures/lores/tethys.jpg +%%DATADIR%%/textures/lores/titan-clouds.jpg +%%DATADIR%%/textures/lores/titan.jpg +%%DATADIR%%/textures/lores/titania-lok-mask.png +%%DATADIR%%/textures/lores/titania.jpg +%%DATADIR%%/textures/lores/triton-lok-mask.png +%%DATADIR%%/textures/lores/triton.jpg +%%DATADIR%%/textures/lores/umbriel-lok-mask.png +%%DATADIR%%/textures/lores/umbriel.jpg +%%DATADIR%%/textures/lores/uranus-rings.png +%%DATADIR%%/textures/lores/uranus.jpg +%%DATADIR%%/textures/lores/venus.jpg +%%DATADIR%%/textures/lores/venuslike.jpg +%%DATADIR%%/textures/lores/venuslikenight.jpg +%%DATADIR%%/textures/lores/venussurface.jpg +%%DATADIR%%/textures/medres/amalthea.jpg +%%DATADIR%%/textures/medres/ariel.jpg +%%DATADIR%%/textures/medres/astar.jpg +%%DATADIR%%/textures/medres/asteroid.jpg +%%DATADIR%%/textures/medres/browndwarf.jpg +%%DATADIR%%/textures/medres/bstar.jpg +%%DATADIR%%/textures/medres/callisto.jpg +%%DATADIR%%/textures/medres/charon-lok-spec.jpg +%%DATADIR%%/textures/medres/charon-lok.jpg +%%DATADIR%%/textures/medres/deimos.jpg +%%DATADIR%%/textures/medres/dione.jpg +%%DATADIR%%/textures/medres/earth-clouds.png +%%DATADIR%%/textures/medres/earth.png +%%DATADIR%%/textures/medres/earthnight.jpg +%%DATADIR%%/textures/medres/enceladus.jpg +%%DATADIR%%/textures/medres/epimetheus-lok.jpg +%%DATADIR%%/textures/medres/epimetheus.jpg +%%DATADIR%%/textures/medres/eros.jpg +%%DATADIR%%/textures/medres/europa.jpg +%%DATADIR%%/textures/medres/exo-class1.jpg +%%DATADIR%%/textures/medres/exo-class2.jpg +%%DATADIR%%/textures/medres/exo-class3.jpg +%%DATADIR%%/textures/medres/exo-class4.jpg +%%DATADIR%%/textures/medres/exo-class4night.jpg +%%DATADIR%%/textures/medres/exo-class5.jpg +%%DATADIR%%/textures/medres/exo-class5night.jpg +%%DATADIR%%/textures/medres/ganymede.jpg +%%DATADIR%%/textures/medres/gaspramosaic.jpg +%%DATADIR%%/textures/medres/gstar.jpg +%%DATADIR%%/textures/medres/hyperion-lok.jpg +%%DATADIR%%/textures/medres/hyperion.jpg +%%DATADIR%%/textures/medres/iapetus.jpg +%%DATADIR%%/textures/medres/idamosaic.jpg +%%DATADIR%%/textures/medres/io.jpg +%%DATADIR%%/textures/medres/janus.jpg +%%DATADIR%%/textures/medres/jupiter.jpg +%%DATADIR%%/textures/medres/mars.jpg +%%DATADIR%%/textures/medres/marsbump.jpg +%%DATADIR%%/textures/medres/mercury.jpg +%%DATADIR%%/textures/medres/mimas.jpg +%%DATADIR%%/textures/medres/miranda.jpg +%%DATADIR%%/textures/medres/moon.jpg +%%DATADIR%%/textures/medres/moonbump.jpg +%%DATADIR%%/textures/medres/mstar.jpg +%%DATADIR%%/textures/medres/neptune.jpg +%%DATADIR%%/textures/medres/oberon.jpg +%%DATADIR%%/textures/medres/phobos.jpg +%%DATADIR%%/textures/medres/phoebe.jpg +%%DATADIR%%/textures/medres/pluto-lok-spec.jpg +%%DATADIR%%/textures/medres/pluto-lok.jpg +%%DATADIR%%/textures/medres/prometheus.jpg +%%DATADIR%%/textures/medres/proteus.jpg +%%DATADIR%%/textures/medres/rhea.jpg +%%DATADIR%%/textures/medres/saturn.jpg +%%DATADIR%%/textures/medres/tethys.jpg +%%DATADIR%%/textures/medres/titan-clouds.jpg +%%DATADIR%%/textures/medres/titan.jpg +%%DATADIR%%/textures/medres/titania.jpg +%%DATADIR%%/textures/medres/triton.jpg +%%DATADIR%%/textures/medres/umbriel.jpg +%%DATADIR%%/textures/medres/venus.jpg +%%DATADIR%%/textures/medres/venuslike.jpg +%%DATADIR%%/textures/medres/venuslikenight.jpg +%%DATADIR%%/textures/medres/venussurface.jpg +%%NLS%%share/locale/ar/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/ar/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/be/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/be/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/bg/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/bg/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/de/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/de/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/el/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/el/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/en/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/es/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/es/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/fr/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/fr/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/gl/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/gl/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/hu/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/hu/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/it/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/it/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/ja/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/ja/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/ko/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/ko/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/lt/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/lt/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/lv/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/lv/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/nl/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/nl/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/no/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/no/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/pl/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/pl/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/pt/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/pt/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/ro/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/ro/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/ru/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/ru/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/sk/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/sk/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/sv/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/sv/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/tr/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/tr/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/uk/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/uk/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/celestia_constellations.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/celestia.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/celestia_constellations.mo share/pixmaps/celestia.png %%KDE%%share/applnk/Edutainment/Science/celestia.desktop %%KDE%%share/apps/celestia -%%KDE%%share/celestia/bookmarks.xml -%%KDE%%share/celestia/celestiaui.rc -%%KDE%%share/celestia/favicons/celestia_20020830192652097.png -%%KDE%%share/celestia/favicons/celestia_20020830192655186.png -%%KDE%%share/celestia/favicons/celestia_20021210223316001.png -%%KDE%%share/celestia/favicons/celestia_20021212191412299.png -%%KDE%%share/celestia/favicons/celestia_20021215164511359.png -%%KDE%%share/celestia/favicons/celestia_20021215164726547.png -%%KDE%%share/celestia/favicons/celestia_20021215170159036.png -%%KDE%%share/celestia/favicons/celestia_20030106235954721.png +%%KDE%%%%DATADIR%%/bookmarks.xml +%%KDE%%%%DATADIR%%/celestiaui.rc +%%KDE%%%%DATADIR%%/favicons/celestia_20020830192652097.png +%%KDE%%%%DATADIR%%/favicons/celestia_20020830192655186.png +%%KDE%%%%DATADIR%%/favicons/celestia_20021210223316001.png +%%KDE%%%%DATADIR%%/favicons/celestia_20021212191412299.png +%%KDE%%%%DATADIR%%/favicons/celestia_20021215164511359.png +%%KDE%%%%DATADIR%%/favicons/celestia_20021215164726547.png +%%KDE%%%%DATADIR%%/favicons/celestia_20021215170159036.png +%%KDE%%%%DATADIR%%/favicons/celestia_20030106235954721.png %%KDE%%share/config/celestiarc +%%KDE%%share/doc/HTML/en/celestia/common %%KDE%%share/doc/HTML/en/celestia/fig1.jpg %%KDE%%share/doc/HTML/en/celestia/fig10.jpg %%KDE%%share/doc/HTML/en/celestia/fig11.jpg @@ -561,39 +603,59 @@ %%KDE%%share/doc/HTML/en/celestia/fig9.jpg %%KDE%%share/doc/HTML/en/celestia/index.cache.bz2 %%KDE%%share/doc/HTML/en/celestia/index.docbook -%%KDE%%share/doc/HTML/en/celestia/common %%KDE%%share/icons/hicolor/16x16/apps/celestia.png %%KDE%%share/icons/hicolor/22x22/apps/celestia.png %%KDE%%share/icons/hicolor/32x32/apps/celestia.png %%KDE%%share/icons/hicolor/48x48/apps/celestia.png %%KDE%%share/mimelnk/application/x-celestia-script.desktop %%KDE%%share/services/celestia.protocol +%%KDE%%@dirrmtry share/services +%%KDE%%@dirrmtry share/mimelnk/application +%%KDE%%@dirrmtry share/mimelnk +%%KDE%%@dirrmtry share/icons/hicolor/48x48/apps +%%KDE%%@dirrmtry share/icons/hicolor/48x48 +%%KDE%%@dirrmtry share/icons/hicolor/32x32/apps +%%KDE%%@dirrmtry share/icons/hicolor/32x32 +%%KDE%%@dirrmtry share/icons/hicolor/22x22/apps +%%KDE%%@dirrmtry share/icons/hicolor/22x22 +%%KDE%%@dirrmtry share/icons/hicolor/16x16/apps +%%KDE%%@dirrmtry share/icons/hicolor/16x16 +%%KDE%%@dirrmtry share/icons/hicolor +%%KDE%%@dirrmtry share/icons %%KDE%%@dirrm share/doc/HTML/en/celestia -%%KDE%%@dirrm share/celestia/favicons -%%KDE%%@dirrm share/applnk/Edutainment/Science -@dirrm share/celestia/textures/medres -@dirrm share/celestia/textures/lores -@dirrm share/celestia/textures/hires -@dirrm share/celestia/textures -@dirrm share/celestia/splash -@dirrm share/celestia/shaders -@dirrm share/celestia/scripts -@dirrm share/celestia/models -@dirrm share/celestia/fonts -@dirrm share/celestia/extras-standard/mir/models -@dirrm share/celestia/extras-standard/mir -@dirrm share/celestia/extras-standard/iss/textures/medres -@dirrm share/celestia/extras-standard/iss/textures -@dirrm share/celestia/extras-standard/iss/models -@dirrm share/celestia/extras-standard/iss -@dirrm share/celestia/extras-standard/hubble/models -@dirrm share/celestia/extras-standard/hubble -@dirrm share/celestia/extras-standard/galileo/models -@dirrm share/celestia/extras-standard/galileo -@dirrm share/celestia/extras-standard/cassini/models -@dirrm share/celestia/extras-standard/cassini/data -@dirrm share/celestia/extras-standard/cassini -@dirrm share/celestia/extras-standard -@dirrm share/celestia/extras -@dirrm share/celestia/data -@dirrm share/celestia +%%KDE%%@dirrmtry share/doc/HTML/en +%%KDE%%@dirrmtry share/doc/HTML +%%KDE%%@dirrmtry share/config +%%KDE%%@dirrm %%DATADIR%%/favicons +%%KDE%%@dirrmtry share/apps +%%KDE%%@dirrmtry share/applnk/Edutainment/Science +%%KDE%%@dirrmtry share/applnk/Edutainment +%%KDE%%@dirrmtry share/applnk +@dirrm %%DATADIR%%/textures/medres +@dirrm %%DATADIR%%/textures/lores +@dirrm %%DATADIR%%/textures/hires +@dirrm %%DATADIR%%/textures +@dirrm %%DATADIR%%/splash +@dirrm %%DATADIR%%/shaders +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/models +@dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%%/extras-standard/mir/models +@dirrm %%DATADIR%%/extras-standard/mir +@dirrm %%DATADIR%%/extras-standard/iss/textures/medres +@dirrm %%DATADIR%%/extras-standard/iss/textures +@dirrm %%DATADIR%%/extras-standard/iss/models +@dirrm %%DATADIR%%/extras-standard/iss +@dirrm %%DATADIR%%/extras-standard/hubble/models +@dirrm %%DATADIR%%/extras-standard/hubble +@dirrm %%DATADIR%%/extras-standard/galileo/models +@dirrm %%DATADIR%%/extras-standard/galileo/data +@dirrm %%DATADIR%%/extras-standard/galileo +@dirrm %%DATADIR%%/extras-standard/cassini/models +@dirrm %%DATADIR%%/extras-standard/cassini/data +@dirrm %%DATADIR%%/extras-standard/cassini +@dirrm %%DATADIR%%/extras-standard +@dirrm %%DATADIR%%/extras +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% +@dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07: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 562EE106566C; Mon, 4 Jul 2011 07: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 2EC588FC17; Mon, 4 Jul 2011 07: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 p647eJBT093777; Mon, 4 Jul 2011 07: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 p647eJB8093772; Mon, 4 Jul 2011 07:40:19 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 07:40:19 GMT Message-Id: <201107040740.p647eJB8093772@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158629: Update astro/celestia* to 1.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 07:40:19 -0000 Synopsis: Update astro/celestia* to 1.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 07: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=158629 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07:50: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 117BC1065672 for ; Mon, 4 Jul 2011 07:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E02C78FC1A for ; Mon, 4 Jul 2011 07: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 p647o4tM002861 for ; Mon, 4 Jul 2011 07: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 p647o4pb002860; Mon, 4 Jul 2011 07:50:04 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 07:50:04 GMT Resent-Message-Id: <201107040750.p647o4pb002860@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Romain Tartiere Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5587F1065670 for ; Mon, 4 Jul 2011 07:45:49 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from marvin.blogreen.org (smortex-1-pt.tunnel.tserv11.ams1.ipv6.he.net [IPv6:2001:470:1f14:7c2::2]) by mx1.freebsd.org (Postfix) with ESMTP id EFFB88FC14 for ; Mon, 4 Jul 2011 07:45:48 +0000 (UTC) Received: by marvin.blogreen.org (Postfix, from userid 1001) id CEEDF1BF79; Mon, 4 Jul 2011 09:45:47 +0200 (CEST) Message-Id: <20110704074547.CEEDF1BF79@marvin.blogreen.org> Date: Mon, 4 Jul 2011 09:45:47 +0200 (CEST) From: Romain Tartiere To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158630: sysutils/smartmontools daily script improvement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Romain Tartiere List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 07:50:05 -0000 >Number: 158630 >Category: ports >Synopsis: sysutils/smartmontools daily script improvement >Confidential: no >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 Jul 04 07:50:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Romain Tartiere >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD marvin.blogreen.org 8.2-STABLE FreeBSD 8.2-STABLE #7 r222417: Sat May 28 13:23:35 CEST 2011 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN amd64 >Description: smartmontool port can install a daily script for checking disks. When a disk is failing, a full report is included in the generated mail, otherwise a 'OK' message is output instead. When a disk has been failing in the past but the situation is back to normal, the script still outputs a verbose report, requiring more attention to see that it is not a new problem. >How-To-Repeat: Enable smart status in /etc/periodic.conf: daily_status_smart_enable="YES" daily_status_smart_devices="ad4 ad6 ad10 ad12" ad4 has failed in the past because of a cooling problem. The daily mail include: ---------------------------------------8<------------------------------------- Checking health of /dev/ad4: === START OF INFORMATION SECTION === Model Family: Seagate Barracuda 7200.10 Device Model: ST3320620AS [...12 lines...] === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. [...41 lines...] 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 057 044 045 Old_age Always In_the_past 43 (Min/Max 36/50) 194 Temperature_Celsius 0x0022 043 056 000 Old_age Always - 43 (0 22 0 0) [...23 lines...] Checking health of /dev/ad6: OK Checking health of /dev/ad10: OK Checking health of /dev/ad12: OK ---------------------------------------8<------------------------------------- >Fix: smartctl sets bit 5 (counting from 0) of the return value to 1 for such cases. ---------------------------------------8<------------------------------------- Bit 5: SMART status check returned "DISK OK" but we found that some (usage or prefail) Attributes have been <= threshold at some time in the past. ---------------------------------------8<------------------------------------- This can be used to produce clever output: --- smart.diff begins here --- --- files/smart.in 2011-07-04 09:28:22.164557351 +0200 +++ /tmp/smart.in 2011-07-04 09:29:24.213204043 +0200 @@ -63,6 +63,8 @@ status=$? if [ ${status} -eq 0 ]; then echo "OK" + elif [ ${status} -eq 32 ]; then + echo "OK (but has failed in the past)" elif [ $((status & 3)) -ne 0 ]; then rc=2 ${trim_junk} "${tmpfile}" --- smart.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07: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 593C1106566C for ; Mon, 4 Jul 2011 07: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 447AD8FC15 for ; Mon, 4 Jul 2011 07: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 p647o6Nc002926 for ; Mon, 4 Jul 2011 07: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 p647o6oZ002925; Mon, 4 Jul 2011 07:50:06 GMT (envelope-from gnats) Date: Mon, 4 Jul 2011 07:50:06 GMT Message-Id: <201107040750.p647o6oZ002925@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: bytestore Cc: Subject: Re: ports/158328: [patch] graphics/libjpeg-turbo: enable compat with graphics/jpeg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bytestore List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 07:50:07 -0000 The following reply was made to PR ports/158328; it has been noted by GNATS. From: bytestore To: Edwin Groothuis Cc: Subject: Re: ports/158328: [patch] graphics/libjpeg-turbo: enable compat with graphics/jpeg Date: Mon, 4 Jul 2011 11:29:29 +0400 Yes, approve this. Thank you very mutch! EG> Maintainer of graphics/libjpeg-turbo, EG> Please note that PR ports/158328 has just been submitted. EG> If it contains a patch for an upgrade, an enhancement or a bug fix EG> you agree on, reply to this email stating that you approve the patch EG> and a committer will take care of it. EG> The full text of the PR can be found at: EG> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158328 -- bytestore@yandex.ru Ïîäîëüñêèé Äåíèñ Åâãåíüåâè÷ icq161330462 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 07:50: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 048F8106566C; Mon, 4 Jul 2011 07:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 991618FC1B; Mon, 4 Jul 2011 07:50: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 p647oEB7003042; Mon, 4 Jul 2011 07:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p647oEoa003038; Mon, 4 Jul 2011 07:50:14 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 07:50:14 GMT Message-Id: <201107040750.p647oEoa003038@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, romain@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158630: sysutils/smartmontools daily script improvement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 07:50:15 -0000 Synopsis: sysutils/smartmontools daily script improvement Responsible-Changed-From-To: freebsd-ports-bugs->romain Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 07:50:14 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158630 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 08:45: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 D9A24106564A; Mon, 4 Jul 2011 08:45:06 +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 A794E8FC17; Mon, 4 Jul 2011 08:45: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 p648j6U5061627; Mon, 4 Jul 2011 08:45:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p648j6iY061623; Mon, 4 Jul 2011 08:45:06 GMT (envelope-from linimon) Date: Mon, 4 Jul 2011 08:45:06 GMT Message-Id: <201107040845.p648j6iY061623@freefall.freebsd.org> To: inyaoo@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158328: [patch] graphics/libjpeg-turbo: enable compat with graphics/jpeg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 08:45:06 -0000 Synopsis: [patch] graphics/libjpeg-turbo: enable compat with graphics/jpeg State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Jul 4 08:44:56 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=158328 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 09: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 86405106564A for ; Mon, 4 Jul 2011 09: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 629F88FC1C for ; Mon, 4 Jul 2011 09: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 p649UBVQ097872 for ; Mon, 4 Jul 2011 09: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 p649UBCG097871; Mon, 4 Jul 2011 09:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 09:30:11 GMT Resent-Message-Id: <201107040930.p649UBCG097871@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4261065670 for ; Mon, 4 Jul 2011 09:27: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 5DA8B8FC17 for ; Mon, 4 Jul 2011 09:27: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 p649RJvL008089 for ; Mon, 4 Jul 2011 09:27:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p649RJoB008088; Mon, 4 Jul 2011 09:27:19 GMT (envelope-from nobody) Message-Id: <201107040927.p649RJoB008088@red.freebsd.org> Date: Mon, 4 Jul 2011 09:27:19 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158632: [maintainer-update] www/xpi-live_http_headers 0.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 09:30:11 -0000 >Number: 158632 >Category: ports >Synopsis: [maintainer-update] www/xpi-live_http_headers 0.17 >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 Jul 04 09:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: www/xpi-live_http_headers - Patch to work with FF 0.8 - 6.* as claimed by the addon page - Bump PORTREVISION >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nur xpi-live_http_headers.orig/Makefile xpi-live_http_headers/Makefile --- xpi-live_http_headers.orig/Makefile 2011-07-04 11:10:27.000000000 +0200 +++ xpi-live_http_headers/Makefile 2011-07-04 11:16:47.000000000 +0200 @@ -8,6 +8,7 @@ PORTNAME= live_http_headers PORTVERSION= 0.17 DISTVERSIONSUFFIX= -fx+sm +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= xpi- @@ -34,5 +35,8 @@ defaults/preferences \ defaults +post-patch: + @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; + .include "../xpi-adblock/Makefile.xpi" .include diff -Nur xpi-live_http_headers.orig/files/patch-install.rdf xpi-live_http_headers/files/patch-install.rdf --- xpi-live_http_headers.orig/files/patch-install.rdf 1970-01-01 01:00:00.000000000 +0100 +++ xpi-live_http_headers/files/patch-install.rdf 2011-07-04 11:14:29.000000000 +0200 @@ -0,0 +1,11 @@ +--- install.rdf.orig 2011-07-04 11:13:28.000000000 +0200 ++++ install.rdf 2011-07-04 11:14:04.000000000 +0200 +@@ -16,7 +16,7 @@ + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 0.8 +- 4.0.* ++ 6.* + + + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 09:30: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 26987106566C; Mon, 4 Jul 2011 09:30:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0ABB8FC0C; Mon, 4 Jul 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 p649UMW5098686; Mon, 4 Jul 2011 09: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 p649UMF9098675; Mon, 4 Jul 2011 09:30:22 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 09:30:22 GMT Message-Id: <201107040930.p649UMF9098675@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158632: [maintainer-update] www/xpi-live_http_headers 0.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 09:30:23 -0000 Synopsis: [maintainer-update] www/xpi-live_http_headers 0.17 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 09:30:22 UTC 2011 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158632 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 09: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 10302106566B for ; Mon, 4 Jul 2011 09: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 DEC508FC0A for ; Mon, 4 Jul 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 p649e9Up008497 for ; Mon, 4 Jul 2011 09: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 p649e9oj008496; Mon, 4 Jul 2011 09:40:09 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 09:40:09 GMT Resent-Message-Id: <201107040940.p649e9oj008496@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Goran Lowkrantz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5913A106564A for ; Mon, 4 Jul 2011 09:32:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4641F8FC0C for ; Mon, 4 Jul 2011 09:32:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p649Wdnw008908 for ; Mon, 4 Jul 2011 09:32:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p649WdGh008907; Mon, 4 Jul 2011 09:32:39 GMT (envelope-from nobody) Message-Id: <201107040932.p649WdGh008907@red.freebsd.org> Date: Mon, 4 Jul 2011 09:32:39 GMT From: Goran Lowkrantz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158633: [patch] update www/piwigo to 2.2.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, 04 Jul 2011 09:40:10 -0000 >Number: 158633 >Category: ports >Synopsis: [patch] update www/piwigo to 2.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 09:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Goran Lowkrantz >Release: >Organization: >Environment: >Description: Update piwigo from 2.1.6 to 2.2.3 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN piwigo.orig/Makefile piwigo/Makefile --- piwigo.orig/Makefile 2011-06-07 11:14:20.274056000 +0000 +++ piwigo/Makefile 2011-07-02 08:50:06.281776000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= piwigo -PORTVERSION= 2.1.6 +PORTVERSION= 2.2.3 CATEGORIES= www MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ \ SF/${PORTNAME}/Piwigo/${PORTVERSION} diff -ruN piwigo.orig/distinfo piwigo/distinfo --- piwigo.orig/distinfo 2011-06-07 11:14:20.275057000 +0000 +++ piwigo/distinfo 2011-07-02 08:49:46.081996000 +0000 @@ -1,2 +1,2 @@ -SHA256 (piwigo-2.1.6.zip) = a68ec32f604bf5581a4aa973cb18e9dff3c1cbd945cc55ae924d52e70eb72f0e -SIZE (piwigo-2.1.6.zip) = 3848607 +SHA256 (piwigo-2.2.3.zip) = 8c00e909253b2899ee65868f8d40c6a3325d1dc67ad890685cc25074a8479bcd +SIZE (piwigo-2.2.3.zip) = 3779802 diff -ruN piwigo.orig/pkg-plist piwigo/pkg-plist --- piwigo.orig/pkg-plist 2011-06-07 11:14:20.286069000 +0000 +++ piwigo/pkg-plist 2011-07-02 13:42:22.490178247 +0000 @@ -1,3 +1,4 @@ +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/albums.lang.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.inc.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/convert_language_to_2.1.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/convert_template_to_2.1.pl @@ -10,16 +11,23 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/local-layout.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/metadata.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/missing_keys.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/photos.lang.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/piwigo_remote.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prototype.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pwg_rel_create.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/release_creation.readme %%PORTEXAMPLES%%%%EXAMPLESDIR%%/replace.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replace_language_keys.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replace_language_values.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/translation_analysis.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ws.htm %%WWWDIR%%/_data/dummy.txt %%WWWDIR%%/about.php %%WWWDIR%%/action.php +%%WWWDIR%%/admin.php +%%WWWDIR%%/admin/batch_manager.php +%%WWWDIR%%/admin/batch_manager_global.php +%%WWWDIR%%/admin/batch_manager_unit.php %%WWWDIR%%/admin/cat_list.php %%WWWDIR%%/admin/cat_modify.php %%WWWDIR%%/admin/cat_move.php @@ -27,10 +35,7 @@ %%WWWDIR%%/admin/cat_perm.php %%WWWDIR%%/admin/comments.php %%WWWDIR%%/admin/configuration.php -%%WWWDIR%%/admin/element_set.php -%%WWWDIR%%/admin/element_set_global.php %%WWWDIR%%/admin/element_set_ranks.php -%%WWWDIR%%/admin/element_set_unit.php %%WWWDIR%%/admin/extend_for_templates.php %%WWWDIR%%/admin/group_list.php %%WWWDIR%%/admin/group_perm.php @@ -50,6 +55,8 @@ %%WWWDIR%%/admin/include/index.php %%WWWDIR%%/admin/include/languages.class.php %%WWWDIR%%/admin/include/pclzip.lib.php +%%WWWDIR%%/admin/include/photos_add_direct_prepare.inc.php +%%WWWDIR%%/admin/include/photos_add_direct_process.inc.php %%WWWDIR%%/admin/include/plugins.class.php %%WWWDIR%%/admin/include/tabsheet.class.php %%WWWDIR%%/admin/include/themes.class.php @@ -63,6 +70,7 @@ %%WWWDIR%%/admin/intro.php %%WWWDIR%%/admin/languages_installed.php %%WWWDIR%%/admin/languages_new.php +%%WWWDIR%%/admin/languages_update.php %%WWWDIR%%/admin/maintenance.php %%WWWDIR%%/admin/menubar.php %%WWWDIR%%/admin/notification_by_mail.php @@ -96,12 +104,10 @@ %%WWWDIR%%/admin/themes/clear/icon/category_permissions.png %%WWWDIR%%/admin/themes/clear/icon/category_representant_random.png %%WWWDIR%%/admin/themes/clear/icon/check.png -%%WWWDIR%%/admin/themes/clear/icon/collapse.gif %%WWWDIR%%/admin/themes/clear/icon/datepicker.png %%WWWDIR%%/admin/themes/clear/icon/delete.png %%WWWDIR%%/admin/themes/clear/icon/edit_s.png %%WWWDIR%%/admin/themes/clear/icon/exit.png -%%WWWDIR%%/admin/themes/clear/icon/expand.gif %%WWWDIR%%/admin/themes/clear/icon/help.png %%WWWDIR%%/admin/themes/clear/icon/home.png %%WWWDIR%%/admin/themes/clear/icon/index.php @@ -121,23 +127,26 @@ %%WWWDIR%%/admin/themes/clear/icon/plug_install_grey.png %%WWWDIR%%/admin/themes/clear/icon/plug_uninstall.png %%WWWDIR%%/admin/themes/clear/icon/plug_uninstall_grey.png -%%WWWDIR%%/admin/themes/clear/icon/plugin_active.gif -%%WWWDIR%%/admin/themes/clear/icon/plugin_inactive.gif %%WWWDIR%%/admin/themes/clear/icon/plus.gif %%WWWDIR%%/admin/themes/clear/icon/preferences.png %%WWWDIR%%/admin/themes/clear/icon/prev.png %%WWWDIR%%/admin/themes/clear/icon/ranks.png %%WWWDIR%%/admin/themes/clear/icon/ranks_grey.png +%%WWWDIR%%/admin/themes/clear/icon/remove_filter.png +%%WWWDIR%%/admin/themes/clear/icon/remove_filter_hover.png %%WWWDIR%%/admin/themes/clear/icon/sync_metadata.png %%WWWDIR%%/admin/themes/clear/icon/sync_metadata_pink.png +%%WWWDIR%%/admin/themes/clear/icon/synchronize.png %%WWWDIR%%/admin/themes/clear/icon/toggle_is_default_group.png %%WWWDIR%%/admin/themes/clear/icon/uncheck.png %%WWWDIR%%/admin/themes/clear/icon/validate_s.png %%WWWDIR%%/admin/themes/clear/icon/virt_category.png +%%WWWDIR%%/admin/themes/clear/icon/warning.png %%WWWDIR%%/admin/themes/clear/images/external_active.png %%WWWDIR%%/admin/themes/clear/images/external_inactive.png %%WWWDIR%%/admin/themes/clear/images/missing_screenshot.png -%%WWWDIR%%/admin/themes/clear/images/piwigo_logo_214x100.png +%%WWWDIR%%/admin/themes/clear/images/piwigo_logo_big.png +%%WWWDIR%%/admin/themes/clear/images/piwigo_logo_small.png %%WWWDIR%%/admin/themes/clear/images/quickLocalSync.png %%WWWDIR%%/admin/themes/clear/images/resizable-e.gif %%WWWDIR%%/admin/themes/clear/images/resizable-n.gif @@ -152,10 +161,8 @@ %%WWWDIR%%/admin/themes/clear/mail-css.tpl %%WWWDIR%%/admin/themes/clear/theme.css %%WWWDIR%%/admin/themes/clear/themeconf.inc.php -%%WWWDIR%%/admin/themes/default/content.css -%%WWWDIR%%/admin/themes/default/default-colors.css -%%WWWDIR%%/admin/themes/default/default-layout.css %%WWWDIR%%/admin/themes/default/fix-ie5-ie6.css +%%WWWDIR%%/admin/themes/default/fix-ie7.css %%WWWDIR%%/admin/themes/default/icon/cat_move.png %%WWWDIR%%/admin/themes/default/icon/category_children.png %%WWWDIR%%/admin/themes/default/icon/category_delete.png @@ -190,28 +197,28 @@ %%WWWDIR%%/admin/themes/default/icon/plug_install_grey.png %%WWWDIR%%/admin/themes/default/icon/plug_uninstall.png %%WWWDIR%%/admin/themes/default/icon/plug_uninstall_grey.png -%%WWWDIR%%/admin/themes/default/icon/plugin_active.gif -%%WWWDIR%%/admin/themes/default/icon/plugin_inactive.gif %%WWWDIR%%/admin/themes/default/icon/plus.gif %%WWWDIR%%/admin/themes/default/icon/preferences.png %%WWWDIR%%/admin/themes/default/icon/ranks.png %%WWWDIR%%/admin/themes/default/icon/ranks_grey.png +%%WWWDIR%%/admin/themes/default/icon/remove_filter.png +%%WWWDIR%%/admin/themes/default/icon/remove_filter_hover.png %%WWWDIR%%/admin/themes/default/icon/sync_metadata.png %%WWWDIR%%/admin/themes/default/icon/sync_metadata_pink.png +%%WWWDIR%%/admin/themes/default/icon/synchronize.png %%WWWDIR%%/admin/themes/default/icon/toggle_is_default_group.png %%WWWDIR%%/admin/themes/default/icon/uncheck.png %%WWWDIR%%/admin/themes/default/icon/validate_s.png %%WWWDIR%%/admin/themes/default/icon/virt_category.png +%%WWWDIR%%/admin/themes/default/icon/warning.png %%WWWDIR%%/admin/themes/default/icon/warnings.png %%WWWDIR%%/admin/themes/default/images/logo.png %%WWWDIR%%/admin/themes/default/index.php -%%WWWDIR%%/admin/themes/default/layout.css -%%WWWDIR%%/admin/themes/default/local-layout.css %%WWWDIR%%/admin/themes/default/local_head.tpl -%%WWWDIR%%/admin/themes/default/menubar.css -%%WWWDIR%%/admin/themes/default/picture.css %%WWWDIR%%/admin/themes/default/print.css %%WWWDIR%%/admin/themes/default/template/admin.tpl +%%WWWDIR%%/admin/themes/default/template/batch_manager_global.tpl +%%WWWDIR%%/admin/themes/default/template/batch_manager_unit.tpl %%WWWDIR%%/admin/themes/default/template/cat_list.tpl %%WWWDIR%%/admin/themes/default/template/cat_modify.tpl %%WWWDIR%%/admin/themes/default/template/cat_move.tpl @@ -221,9 +228,7 @@ %%WWWDIR%%/admin/themes/default/template/comments.tpl %%WWWDIR%%/admin/themes/default/template/configuration.tpl %%WWWDIR%%/admin/themes/default/template/double_select.tpl -%%WWWDIR%%/admin/themes/default/template/element_set_global.tpl %%WWWDIR%%/admin/themes/default/template/element_set_ranks.tpl -%%WWWDIR%%/admin/themes/default/template/element_set_unit.tpl %%WWWDIR%%/admin/themes/default/template/extend_for_templates.tpl %%WWWDIR%%/admin/themes/default/template/footer.tpl %%WWWDIR%%/admin/themes/default/template/group_list.tpl @@ -232,6 +237,7 @@ %%WWWDIR%%/admin/themes/default/template/help.tpl %%WWWDIR%%/admin/themes/default/template/history.tpl %%WWWDIR%%/admin/themes/default/template/include/autosize.inc.tpl +%%WWWDIR%%/admin/themes/default/template/include/colorbox.inc.tpl %%WWWDIR%%/admin/themes/default/template/include/datepicker.inc.tpl %%WWWDIR%%/admin/themes/default/template/include/dbselect.inc.tpl %%WWWDIR%%/admin/themes/default/template/include/install.inc.tpl @@ -241,6 +247,7 @@ %%WWWDIR%%/admin/themes/default/template/intro.tpl %%WWWDIR%%/admin/themes/default/template/languages_installed.tpl %%WWWDIR%%/admin/themes/default/template/languages_new.tpl +%%WWWDIR%%/admin/themes/default/template/languages_update.tpl %%WWWDIR%%/admin/themes/default/template/maintenance.tpl %%WWWDIR%%/admin/themes/default/template/menubar.tpl %%WWWDIR%%/admin/themes/default/template/navigation_bar.tpl @@ -265,14 +272,13 @@ %%WWWDIR%%/admin/themes/default/template/tags.tpl %%WWWDIR%%/admin/themes/default/template/themes_installed.tpl %%WWWDIR%%/admin/themes/default/template/themes_new.tpl +%%WWWDIR%%/admin/themes/default/template/themes_update.tpl %%WWWDIR%%/admin/themes/default/template/thumbnail.tpl %%WWWDIR%%/admin/themes/default/template/upgrade.tpl -%%WWWDIR%%/admin/themes/default/template/upload.tpl %%WWWDIR%%/admin/themes/default/template/user_list.tpl %%WWWDIR%%/admin/themes/default/template/user_perm.tpl %%WWWDIR%%/admin/themes/default/theme.css %%WWWDIR%%/admin/themes/default/themeconf.inc.php -%%WWWDIR%%/admin/themes/default/thumbnails.css %%WWWDIR%%/admin/themes/default/uploadify.jGrowl.css %%WWWDIR%%/admin/themes/roma/icon/home.png %%WWWDIR%%/admin/themes/roma/icon/next.png @@ -280,7 +286,6 @@ %%WWWDIR%%/admin/themes/roma/images/active_tab.png %%WWWDIR%%/admin/themes/roma/images/active_tab2.png %%WWWDIR%%/admin/themes/roma/images/active_tab3.png -%%WWWDIR%%/admin/themes/roma/images/bottom-left-bg.jpg %%WWWDIR%%/admin/themes/roma/images/external_active.png %%WWWDIR%%/admin/themes/roma/images/external_inactive.png %%WWWDIR%%/admin/themes/roma/images/fillet.png @@ -293,7 +298,7 @@ %%WWWDIR%%/admin/themes/roma/images/menubar-detail.png %%WWWDIR%%/admin/themes/roma/images/menubar-top.png %%WWWDIR%%/admin/themes/roma/images/missing_screenshot.png -%%WWWDIR%%/admin/themes/roma/images/piwigo_logo_sombre_214x100.png +%%WWWDIR%%/admin/themes/roma/images/piwigo_logo_small.png %%WWWDIR%%/admin/themes/roma/images/quickLocalSync_hover.png %%WWWDIR%%/admin/themes/roma/images/quickLocalSync_inactiv.png %%WWWDIR%%/admin/themes/roma/images/resizable-e.gif @@ -304,7 +309,6 @@ %%WWWDIR%%/admin/themes/roma/images/resizable-se.gif %%WWWDIR%%/admin/themes/roma/images/resizable-sw.gif %%WWWDIR%%/admin/themes/roma/images/resizable-w.gif -%%WWWDIR%%/admin/themes/roma/images/top-left-bg.jpg %%WWWDIR%%/admin/themes/roma/images/transparent.gif %%WWWDIR%%/admin/themes/roma/index.php %%WWWDIR%%/admin/themes/roma/mail-css.tpl @@ -312,11 +316,10 @@ %%WWWDIR%%/admin/themes/roma/themeconf.inc.php %%WWWDIR%%/admin/themes_installed.php %%WWWDIR%%/admin/themes_new.php +%%WWWDIR%%/admin/themes_update.php %%WWWDIR%%/admin/thumbnail.php -%%WWWDIR%%/admin/upload.php %%WWWDIR%%/admin/user_list.php %%WWWDIR%%/admin/user_perm.php -%%WWWDIR%%/admin.php %%WWWDIR%%/category.php %%WWWDIR%%/comments.php %%WWWDIR%%/feed.php @@ -332,6 +335,7 @@ %%WWWDIR%%/include/common.inc.php %%WWWDIR%%/include/config_default.inc.php %%WWWDIR%%/include/constants.php +%%WWWDIR%%/include/cssmin.class.php %%WWWDIR%%/include/dblayer/dblayers.inc.php %%WWWDIR%%/include/dblayer/functions_mysql.inc.php %%WWWDIR%%/include/dblayer/functions_pdo-sqlite.inc.php @@ -359,6 +363,7 @@ %%WWWDIR%%/include/functions_user.inc.php %%WWWDIR%%/include/functions_xml.inc.php %%WWWDIR%%/include/index.php +%%WWWDIR%%/include/jsmin.class.php %%WWWDIR%%/include/menubar.inc.php %%WWWDIR%%/include/no_photo_yet.inc.php %%WWWDIR%%/include/page_header.php @@ -457,64 +462,8 @@ %%WWWDIR%%/include/ws_protocols/rest_handler.php %%WWWDIR%%/include/ws_protocols/xmlrpc_encoder.php %%WWWDIR%%/index.php +%%WWWDIR%%/install.php %%WWWDIR%%/install/config.sql -%%WWWDIR%%/install/db/1-database.php -%%WWWDIR%%/install/db/10-database.php -%%WWWDIR%%/install/db/11-database.php -%%WWWDIR%%/install/db/12-database.php -%%WWWDIR%%/install/db/13-database.php -%%WWWDIR%%/install/db/14-database.php -%%WWWDIR%%/install/db/15-database.php -%%WWWDIR%%/install/db/16-database.php -%%WWWDIR%%/install/db/17-database.php -%%WWWDIR%%/install/db/18-database.php -%%WWWDIR%%/install/db/19-database.php -%%WWWDIR%%/install/db/2-database.php -%%WWWDIR%%/install/db/20-database.php -%%WWWDIR%%/install/db/21-database.php -%%WWWDIR%%/install/db/22-database.php -%%WWWDIR%%/install/db/23-database.php -%%WWWDIR%%/install/db/24-database.php -%%WWWDIR%%/install/db/25-database.php -%%WWWDIR%%/install/db/26-database.php -%%WWWDIR%%/install/db/27-database.php -%%WWWDIR%%/install/db/28-database.php -%%WWWDIR%%/install/db/29-database.php -%%WWWDIR%%/install/db/3-database.php -%%WWWDIR%%/install/db/30-database.php -%%WWWDIR%%/install/db/31-database.php -%%WWWDIR%%/install/db/32-database.php -%%WWWDIR%%/install/db/33-database.php -%%WWWDIR%%/install/db/34-database.php -%%WWWDIR%%/install/db/35-database.php -%%WWWDIR%%/install/db/36-database.php -%%WWWDIR%%/install/db/37-database.php -%%WWWDIR%%/install/db/38-database.php -%%WWWDIR%%/install/db/39-database.php -%%WWWDIR%%/install/db/4-database.php -%%WWWDIR%%/install/db/40-database.php -%%WWWDIR%%/install/db/41-database.php -%%WWWDIR%%/install/db/42-database.php -%%WWWDIR%%/install/db/43-database.php -%%WWWDIR%%/install/db/44-database.php -%%WWWDIR%%/install/db/45-database.php -%%WWWDIR%%/install/db/46-database.php -%%WWWDIR%%/install/db/47-database.php -%%WWWDIR%%/install/db/48-database.php -%%WWWDIR%%/install/db/49-database.php -%%WWWDIR%%/install/db/5-database.php -%%WWWDIR%%/install/db/50-database.php -%%WWWDIR%%/install/db/51-database.php -%%WWWDIR%%/install/db/52-database.php -%%WWWDIR%%/install/db/53-database.php -%%WWWDIR%%/install/db/54-database.php -%%WWWDIR%%/install/db/55-database.php -%%WWWDIR%%/install/db/56-database.php -%%WWWDIR%%/install/db/57-database.php -%%WWWDIR%%/install/db/58-database.php -%%WWWDIR%%/install/db/59-database.php -%%WWWDIR%%/install/db/6-database.php -%%WWWDIR%%/install/db/60-database.php %%WWWDIR%%/install/db/61-database.php %%WWWDIR%%/install/db/62-database.php %%WWWDIR%%/install/db/63-database.php @@ -524,7 +473,6 @@ %%WWWDIR%%/install/db/67-database.php %%WWWDIR%%/install/db/68-database.php %%WWWDIR%%/install/db/69-database.php -%%WWWDIR%%/install/db/7-database.php %%WWWDIR%%/install/db/70-database.php %%WWWDIR%%/install/db/71-database.php %%WWWDIR%%/install/db/72-database.php @@ -535,7 +483,6 @@ %%WWWDIR%%/install/db/77-database.php %%WWWDIR%%/install/db/78-database.php %%WWWDIR%%/install/db/79-database.php -%%WWWDIR%%/install/db/8-database.php %%WWWDIR%%/install/db/80-database.php %%WWWDIR%%/install/db/81-database.php %%WWWDIR%%/install/db/82-database.php @@ -546,12 +493,19 @@ %%WWWDIR%%/install/db/87-database.php %%WWWDIR%%/install/db/88-database.php %%WWWDIR%%/install/db/89-database.php -%%WWWDIR%%/install/db/9-database.php %%WWWDIR%%/install/db/90-database.php +%%WWWDIR%%/install/db/91-database.php +%%WWWDIR%%/install/db/92-database.php +%%WWWDIR%%/install/db/93-database.php +%%WWWDIR%%/install/db/94-database.php +%%WWWDIR%%/install/db/95-database.php +%%WWWDIR%%/install/db/96-database.php +%%WWWDIR%%/install/db/97-database.php %%WWWDIR%%/install/db/index.php %%WWWDIR%%/install/hosting.php %%WWWDIR%%/install/index.php %%WWWDIR%%/install/obsolete.list +%%WWWDIR%%/install/obsolete_extensions.list %%WWWDIR%%/install/php5_apache_configuration.php %%WWWDIR%%/install/piwigo_structure-mysql.sql %%WWWDIR%%/install/piwigo_structure-pdo-sqlite.sql @@ -565,20 +519,34 @@ %%WWWDIR%%/install/upgrade_1.6.2.php %%WWWDIR%%/install/upgrade_1.7.0.php %%WWWDIR%%/install/upgrade_2.0.0.php -%%WWWDIR%%/install.php +%%WWWDIR%%/install/upgrade_2.1.0.php %%WWWDIR%%/language/ar_SA/Translator.txt %%WWWDIR%%/language/ar_SA/about.html %%WWWDIR%%/language/ar_SA/admin.lang.php %%WWWDIR%%/language/ar_SA/ar_SA.jpg %%WWWDIR%%/language/ar_SA/common.lang.php %%WWWDIR%%/language/ar_SA/help/cat_modify.html +%%WWWDIR%%/language/ar_SA/help/cat_move.html +%%WWWDIR%%/language/ar_SA/help/cat_options.html %%WWWDIR%%/language/ar_SA/help/cat_perm.html +%%WWWDIR%%/language/ar_SA/help/configuration.html +%%WWWDIR%%/language/ar_SA/help/extend_for_templates.html +%%WWWDIR%%/language/ar_SA/help/group_list.html %%WWWDIR%%/language/ar_SA/help/help_add_photos.html %%WWWDIR%%/language/ar_SA/help/help_groups.html %%WWWDIR%%/language/ar_SA/help/help_misc.html %%WWWDIR%%/language/ar_SA/help/help_permissions.html -%%WWWDIR%%/language/ar_SA/help/help_user_upload.html %%WWWDIR%%/language/ar_SA/help/help_virtual_links.html +%%WWWDIR%%/language/ar_SA/help/history.html +%%WWWDIR%%/language/ar_SA/help/maintenance.html +%%WWWDIR%%/language/ar_SA/help/notification_by_mail.html +%%WWWDIR%%/language/ar_SA/help/permalinks.html +%%WWWDIR%%/language/ar_SA/help/photos_add_ftp.html +%%WWWDIR%%/language/ar_SA/help/search.html +%%WWWDIR%%/language/ar_SA/help/site_manager.html +%%WWWDIR%%/language/ar_SA/help/synchronize.html +%%WWWDIR%%/language/ar_SA/help/thumbnail.html +%%WWWDIR%%/language/ar_SA/help/user_list.html %%WWWDIR%%/language/ar_SA/index.php %%WWWDIR%%/language/ar_SA/install.lang.php %%WWWDIR%%/language/ar_SA/iso.txt @@ -587,7 +555,9 @@ %%WWWDIR%%/language/ca_ES/admin.lang.php %%WWWDIR%%/language/ca_ES/ca_ES.jpg %%WWWDIR%%/language/ca_ES/common.lang.php +%%WWWDIR%%/language/ca_ES/install.lang.php %%WWWDIR%%/language/ca_ES/iso.txt +%%WWWDIR%%/language/ca_ES/upgrade.lang.php %%WWWDIR%%/language/cs_CZ/about.html %%WWWDIR%%/language/cs_CZ/admin.lang.php %%WWWDIR%%/language/cs_CZ/common.lang.php @@ -597,17 +567,20 @@ %%WWWDIR%%/language/cs_CZ/help/cat_options.html %%WWWDIR%%/language/cs_CZ/help/cat_perm.html %%WWWDIR%%/language/cs_CZ/help/configuration.html +%%WWWDIR%%/language/cs_CZ/help/extend_for_templates.html %%WWWDIR%%/language/cs_CZ/help/group_list.html %%WWWDIR%%/language/cs_CZ/help/help_add_photos.html %%WWWDIR%%/language/cs_CZ/help/help_groups.html %%WWWDIR%%/language/cs_CZ/help/help_misc.html %%WWWDIR%%/language/cs_CZ/help/help_permissions.html -%%WWWDIR%%/language/cs_CZ/help/help_user_upload.html %%WWWDIR%%/language/cs_CZ/help/help_virtual_links.html +%%WWWDIR%%/language/cs_CZ/help/history.html %%WWWDIR%%/language/cs_CZ/help/index.php +%%WWWDIR%%/language/cs_CZ/help/notification_by_mail.html %%WWWDIR%%/language/cs_CZ/help/permalinks.html %%WWWDIR%%/language/cs_CZ/help/photos_add_ftp.html %%WWWDIR%%/language/cs_CZ/help/search.html +%%WWWDIR%%/language/cs_CZ/help/site_manager.html %%WWWDIR%%/language/cs_CZ/help/synchronize.html %%WWWDIR%%/language/cs_CZ/help/thumbnail.html %%WWWDIR%%/language/cs_CZ/help/user_list.html @@ -638,7 +611,6 @@ %%WWWDIR%%/language/de_DE/help/help_groups.html %%WWWDIR%%/language/de_DE/help/help_misc.html %%WWWDIR%%/language/de_DE/help/help_permissions.html -%%WWWDIR%%/language/de_DE/help/help_user_upload.html %%WWWDIR%%/language/de_DE/help/help_virtual_links.html %%WWWDIR%%/language/de_DE/help/history.html %%WWWDIR%%/language/de_DE/help/index.php @@ -655,6 +627,11 @@ %%WWWDIR%%/language/de_DE/install.lang.php %%WWWDIR%%/language/de_DE/iso.txt %%WWWDIR%%/language/de_DE/upgrade.lang.php +%%WWWDIR%%/language/el_GR/about.html +%%WWWDIR%%/language/el_GR/common.lang.php +%%WWWDIR%%/language/el_GR/el_GR.jpg +%%WWWDIR%%/language/el_GR/index.php +%%WWWDIR%%/language/el_GR/iso.txt %%WWWDIR%%/language/en_UK/about.html %%WWWDIR%%/language/en_UK/admin.lang.php %%WWWDIR%%/language/en_UK/common.lang.php @@ -670,7 +647,6 @@ %%WWWDIR%%/language/en_UK/help/help_groups.html %%WWWDIR%%/language/en_UK/help/help_misc.html %%WWWDIR%%/language/en_UK/help/help_permissions.html -%%WWWDIR%%/language/en_UK/help/help_user_upload.html %%WWWDIR%%/language/en_UK/help/help_virtual_links.html %%WWWDIR%%/language/en_UK/help/history.html %%WWWDIR%%/language/en_UK/help/index.php @@ -707,7 +683,6 @@ %%WWWDIR%%/language/es_ES/help/help_groups.html %%WWWDIR%%/language/es_ES/help/help_misc.html %%WWWDIR%%/language/es_ES/help/help_permissions.html -%%WWWDIR%%/language/es_ES/help/help_user_upload.html %%WWWDIR%%/language/es_ES/help/help_virtual_links.html %%WWWDIR%%/language/es_ES/help/history.html %%WWWDIR%%/language/es_ES/help/index.php @@ -747,7 +722,6 @@ %%WWWDIR%%/language/fr_CA/help/help_groups.html %%WWWDIR%%/language/fr_CA/help/help_misc.html %%WWWDIR%%/language/fr_CA/help/help_permissions.html -%%WWWDIR%%/language/fr_CA/help/help_user_upload.html %%WWWDIR%%/language/fr_CA/help/help_virtual_links.html %%WWWDIR%%/language/fr_CA/help/history.html %%WWWDIR%%/language/fr_CA/help/index.php @@ -779,7 +753,6 @@ %%WWWDIR%%/language/fr_FR/help/help_groups.html %%WWWDIR%%/language/fr_FR/help/help_misc.html %%WWWDIR%%/language/fr_FR/help/help_permissions.html -%%WWWDIR%%/language/fr_FR/help/help_user_upload.html %%WWWDIR%%/language/fr_FR/help/help_virtual_links.html %%WWWDIR%%/language/fr_FR/help/history.html %%WWWDIR%%/language/fr_FR/help/index.php @@ -841,15 +814,16 @@ %%WWWDIR%%/language/hu_HU/help/help_groups.html %%WWWDIR%%/language/hu_HU/help/help_misc.html %%WWWDIR%%/language/hu_HU/help/help_permissions.html -%%WWWDIR%%/language/hu_HU/help/help_user_upload.html %%WWWDIR%%/language/hu_HU/help/help_virtual_links.html %%WWWDIR%%/language/hu_HU/help/history.html %%WWWDIR%%/language/hu_HU/help/index.php %%WWWDIR%%/language/hu_HU/help/maintenance.html +%%WWWDIR%%/language/hu_HU/help/notification_by_mail.html %%WWWDIR%%/language/hu_HU/help/permalinks.html %%WWWDIR%%/language/hu_HU/help/photos_add_ftp.html %%WWWDIR%%/language/hu_HU/help/search.html %%WWWDIR%%/language/hu_HU/help/synchronize.html +%%WWWDIR%%/language/hu_HU/help/thumbnail.html %%WWWDIR%%/language/hu_HU/help/user_list.html %%WWWDIR%%/language/hu_HU/hu_HU.jpg %%WWWDIR%%/language/hu_HU/index.php @@ -857,6 +831,11 @@ %%WWWDIR%%/language/hu_HU/iso.txt %%WWWDIR%%/language/hu_HU/upgrade.lang.php %%WWWDIR%%/language/index.php +%%WWWDIR%%/language/is_IS/about.html +%%WWWDIR%%/language/is_IS/common.lang.php +%%WWWDIR%%/language/is_IS/index.php +%%WWWDIR%%/language/is_IS/is_IS.jpg +%%WWWDIR%%/language/is_IS/iso.txt %%WWWDIR%%/language/it_IT/about.html %%WWWDIR%%/language/it_IT/admin.lang.php %%WWWDIR%%/language/it_IT/common.lang.php @@ -871,7 +850,6 @@ %%WWWDIR%%/language/it_IT/help/help_groups.html %%WWWDIR%%/language/it_IT/help/help_misc.html %%WWWDIR%%/language/it_IT/help/help_permissions.html -%%WWWDIR%%/language/it_IT/help/help_user_upload.html %%WWWDIR%%/language/it_IT/help/help_virtual_links.html %%WWWDIR%%/language/it_IT/help/history.html %%WWWDIR%%/language/it_IT/help/index.php @@ -904,7 +882,6 @@ %%WWWDIR%%/language/ja_JP/help/help_groups.html %%WWWDIR%%/language/ja_JP/help/help_misc.html %%WWWDIR%%/language/ja_JP/help/help_permissions.html -%%WWWDIR%%/language/ja_JP/help/help_user_upload.html %%WWWDIR%%/language/ja_JP/help/help_virtual_links.html %%WWWDIR%%/language/ja_JP/help/history.html %%WWWDIR%%/language/ja_JP/help/index.php @@ -936,7 +913,6 @@ %%WWWDIR%%/language/ka_GE/help/help_groups.html %%WWWDIR%%/language/ka_GE/help/help_misc.html %%WWWDIR%%/language/ka_GE/help/help_permissions.html -%%WWWDIR%%/language/ka_GE/help/help_user_upload.html %%WWWDIR%%/language/ka_GE/help/help_virtual_links.html %%WWWDIR%%/language/ka_GE/help/history.html %%WWWDIR%%/language/ka_GE/help/index.php @@ -968,7 +944,6 @@ %%WWWDIR%%/language/lv_LV/help/help_groups.html %%WWWDIR%%/language/lv_LV/help/help_misc.html %%WWWDIR%%/language/lv_LV/help/help_permissions.html -%%WWWDIR%%/language/lv_LV/help/help_user_upload.html %%WWWDIR%%/language/lv_LV/help/help_virtual_links.html %%WWWDIR%%/language/lv_LV/help/history.html %%WWWDIR%%/language/lv_LV/help/maintenance.html @@ -1003,7 +978,6 @@ %%WWWDIR%%/language/nl_NL/help/help_groups.html %%WWWDIR%%/language/nl_NL/help/help_misc.html %%WWWDIR%%/language/nl_NL/help/help_permissions.html -%%WWWDIR%%/language/nl_NL/help/help_user_upload.html %%WWWDIR%%/language/nl_NL/help/help_virtual_links.html %%WWWDIR%%/language/nl_NL/help/history.html %%WWWDIR%%/language/nl_NL/help/index.php @@ -1026,14 +1000,26 @@ %%WWWDIR%%/language/no_NO/common.lang.php %%WWWDIR%%/language/no_NO/help/cat_modify.html %%WWWDIR%%/language/no_NO/help/cat_move.html +%%WWWDIR%%/language/no_NO/help/cat_options.html %%WWWDIR%%/language/no_NO/help/cat_perm.html %%WWWDIR%%/language/no_NO/help/configuration.html +%%WWWDIR%%/language/no_NO/help/extend_for_templates.html +%%WWWDIR%%/language/no_NO/help/group_list.html %%WWWDIR%%/language/no_NO/help/help_add_photos.html %%WWWDIR%%/language/no_NO/help/help_groups.html %%WWWDIR%%/language/no_NO/help/help_misc.html %%WWWDIR%%/language/no_NO/help/help_permissions.html -%%WWWDIR%%/language/no_NO/help/help_user_upload.html %%WWWDIR%%/language/no_NO/help/help_virtual_links.html +%%WWWDIR%%/language/no_NO/help/history.html +%%WWWDIR%%/language/no_NO/help/maintenance.html +%%WWWDIR%%/language/no_NO/help/notification_by_mail.html +%%WWWDIR%%/language/no_NO/help/permalinks.html +%%WWWDIR%%/language/no_NO/help/photos_add_ftp.html +%%WWWDIR%%/language/no_NO/help/search.html +%%WWWDIR%%/language/no_NO/help/site_manager.html +%%WWWDIR%%/language/no_NO/help/synchronize.html +%%WWWDIR%%/language/no_NO/help/thumbnail.html +%%WWWDIR%%/language/no_NO/help/user_list.html %%WWWDIR%%/language/no_NO/index.php %%WWWDIR%%/language/no_NO/install.lang.php %%WWWDIR%%/language/no_NO/iso.txt @@ -1053,7 +1039,6 @@ %%WWWDIR%%/language/pl_PL/help/help_groups.html %%WWWDIR%%/language/pl_PL/help/help_misc.html %%WWWDIR%%/language/pl_PL/help/help_permissions.html -%%WWWDIR%%/language/pl_PL/help/help_user_upload.html %%WWWDIR%%/language/pl_PL/help/help_virtual_links.html %%WWWDIR%%/language/pl_PL/help/history.html %%WWWDIR%%/language/pl_PL/help/index.php @@ -1077,7 +1062,6 @@ %%WWWDIR%%/language/pt_BR/help/help_groups.html %%WWWDIR%%/language/pt_BR/help/help_misc.html %%WWWDIR%%/language/pt_BR/help/help_permissions.html -%%WWWDIR%%/language/pt_BR/help/help_user_upload.html %%WWWDIR%%/language/pt_BR/help/help_virtual_links.html %%WWWDIR%%/language/pt_BR/help/photos_add_ftp.html %%WWWDIR%%/language/pt_BR/index.php @@ -1092,7 +1076,6 @@ %%WWWDIR%%/language/pt_PT/help/help_groups.html %%WWWDIR%%/language/pt_PT/help/help_misc.html %%WWWDIR%%/language/pt_PT/help/help_permissions.html -%%WWWDIR%%/language/pt_PT/help/help_user_upload.html %%WWWDIR%%/language/pt_PT/help/help_virtual_links.html %%WWWDIR%%/language/pt_PT/help/photos_add_ftp.html %%WWWDIR%%/language/pt_PT/index.php @@ -1119,7 +1102,6 @@ %%WWWDIR%%/language/ru_RU/help/help_groups.html %%WWWDIR%%/language/ru_RU/help/help_misc.html %%WWWDIR%%/language/ru_RU/help/help_permissions.html -%%WWWDIR%%/language/ru_RU/help/help_user_upload.html %%WWWDIR%%/language/ru_RU/help/help_virtual_links.html %%WWWDIR%%/language/ru_RU/help/history.html %%WWWDIR%%/language/ru_RU/help/index.php @@ -1146,6 +1128,7 @@ %%WWWDIR%%/language/sh_RS/install.lang.php %%WWWDIR%%/language/sh_RS/iso.txt %%WWWDIR%%/language/sh_RS/sh_RS.jpg +%%WWWDIR%%/language/sh_RS/sr_RS.jpg %%WWWDIR%%/language/sh_RS/upgrade.lang.php %%WWWDIR%%/language/sk_SK/about.html %%WWWDIR%%/language/sk_SK/admin.lang.php @@ -1154,7 +1137,6 @@ %%WWWDIR%%/language/sk_SK/help/help_groups.html %%WWWDIR%%/language/sk_SK/help/help_misc.html %%WWWDIR%%/language/sk_SK/help/help_permissions.html -%%WWWDIR%%/language/sk_SK/help/help_user_upload.html %%WWWDIR%%/language/sk_SK/help/help_virtual_links.html %%WWWDIR%%/language/sk_SK/help/index.php %%WWWDIR%%/language/sk_SK/help/photos_add_ftp.html @@ -1178,26 +1160,45 @@ %%WWWDIR%%/language/sv_SE/about.html %%WWWDIR%%/language/sv_SE/admin.lang.php %%WWWDIR%%/language/sv_SE/common.lang.php +%%WWWDIR%%/language/sv_SE/help/cat_modify.html +%%WWWDIR%%/language/sv_SE/help/cat_move.html +%%WWWDIR%%/language/sv_SE/help/cat_options.html %%WWWDIR%%/language/sv_SE/help/cat_perm.html %%WWWDIR%%/language/sv_SE/help/configuration.html %%WWWDIR%%/language/sv_SE/help/group_list.html %%WWWDIR%%/language/sv_SE/help/help_add_photos.html %%WWWDIR%%/language/sv_SE/help/help_groups.html %%WWWDIR%%/language/sv_SE/help/help_permissions.html -%%WWWDIR%%/language/sv_SE/help/help_user_upload.html %%WWWDIR%%/language/sv_SE/help/index.php %%WWWDIR%%/language/sv_SE/help/thumbnail.html %%WWWDIR%%/language/sv_SE/help/user_list.html %%WWWDIR%%/language/sv_SE/install.lang.php %%WWWDIR%%/language/sv_SE/iso.txt %%WWWDIR%%/language/sv_SE/sv_SE.jpg +%%WWWDIR%%/language/sv_SE/upgrade.lang.php %%WWWDIR%%/language/tr_TR/about.html %%WWWDIR%%/language/tr_TR/admin.lang.php %%WWWDIR%%/language/tr_TR/common.lang.php +%%WWWDIR%%/language/tr_TR/help/cat_move.html +%%WWWDIR%%/language/tr_TR/help/cat_options.html +%%WWWDIR%%/language/tr_TR/help/cat_perm.html +%%WWWDIR%%/language/tr_TR/help/configuration.html +%%WWWDIR%%/language/tr_TR/help/group_list.html +%%WWWDIR%%/language/tr_TR/help/help_add_photos.html +%%WWWDIR%%/language/tr_TR/help/help_groups.html +%%WWWDIR%%/language/tr_TR/help/help_misc.html +%%WWWDIR%%/language/tr_TR/help/help_permissions.html +%%WWWDIR%%/language/tr_TR/help/notification_by_mail.html +%%WWWDIR%%/language/tr_TR/help/search.html +%%WWWDIR%%/language/tr_TR/help/user_list.html %%WWWDIR%%/language/tr_TR/install.lang.php %%WWWDIR%%/language/tr_TR/iso.txt %%WWWDIR%%/language/tr_TR/tr_TR.jpg %%WWWDIR%%/language/tr_TR/upgrade.lang.php +%%WWWDIR%%/language/uk_UA/about.html +%%WWWDIR%%/language/uk_UA/common.lang.php +%%WWWDIR%%/language/uk_UA/iso.txt +%%WWWDIR%%/language/uk_UA/uk_UA.jpg %%WWWDIR%%/language/vi_VN/README.txt %%WWWDIR%%/language/vi_VN/about.html %%WWWDIR%%/language/vi_VN/admin.lang.php @@ -1212,6 +1213,7 @@ %%WWWDIR%%/language/zh_CN/admin.lang.php %%WWWDIR%%/language/zh_CN/common.lang.php %%WWWDIR%%/language/zh_CN/help/cat_move.html +%%WWWDIR%%/language/zh_CN/help/cat_options.html %%WWWDIR%%/language/zh_CN/help/cat_perm.html %%WWWDIR%%/language/zh_CN/help/configuration.html %%WWWDIR%%/language/zh_CN/help/group_list.html @@ -1219,16 +1221,26 @@ %%WWWDIR%%/language/zh_CN/help/help_groups.html %%WWWDIR%%/language/zh_CN/help/help_misc.html %%WWWDIR%%/language/zh_CN/help/help_permissions.html -%%WWWDIR%%/language/zh_CN/help/help_user_upload.html %%WWWDIR%%/language/zh_CN/help/help_virtual_links.html +%%WWWDIR%%/language/zh_CN/help/maintenance.html +%%WWWDIR%%/language/zh_CN/help/notification_by_mail.html +%%WWWDIR%%/language/zh_CN/help/permalinks.html %%WWWDIR%%/language/zh_CN/help/photos_add_ftp.html %%WWWDIR%%/language/zh_CN/help/search.html +%%WWWDIR%%/language/zh_CN/help/synchronize.html %%WWWDIR%%/language/zh_CN/help/thumbnail.html -%%WWWDIR%%/language/zh_CN/help/user_list.html %%WWWDIR%%/language/zh_CN/install.lang.php %%WWWDIR%%/language/zh_CN/iso.txt %%WWWDIR%%/language/zh_CN/upgrade.lang.php %%WWWDIR%%/language/zh_CN/zh_CN.jpg +%%WWWDIR%%/language/zh_TW/about.html +%%WWWDIR%%/language/zh_TW/admin.lang.php +%%WWWDIR%%/language/zh_TW/common.lang.php +%%WWWDIR%%/language/zh_TW/install.lang.php +%%WWWDIR%%/language/zh_TW/iso.txt +%%WWWDIR%%/language/zh_TW/upgrade.lang.php +%%WWWDIR%%/language/zh_TW/zh_TW.jpg +@rmtry %%WWWDIR%%/local.sample/combined/index.htm @rmtry %%WWWDIR%%/local.sample/config/index.php @rmtry %%WWWDIR%%/local.sample/css/index.php @rmtry %%WWWDIR%%/local.sample/index.php @@ -1238,135 +1250,40 @@ %%WWWDIR%%/password.php %%WWWDIR%%/picture.php %%WWWDIR%%/plugins/LocalFilesEditor/admin.php -%%WWWDIR%%/plugins/LocalFilesEditor/admin.tpl -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/autocompletion.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/edit_area.css -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/edit_area.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/edit_area_compressor.php -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/edit_area_full.gz -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/edit_area_full.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/edit_area_functions.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/edit_area_loader.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/elements_functions.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/highlight.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/autocompletion.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/close.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/fullscreen.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/go_to_line.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/help.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/highlight.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/index.php -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/load.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/move.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/newdocument.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/opacity.png -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/processing.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/redo.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/reset_highlight.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/save.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/search.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/smooth_selection.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/spacer.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/statusbar_resize.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/undo.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/images/word_wrap.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/index.php -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/keyboard.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/bg.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/cs.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/de.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/dk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/en.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/eo.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/es.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/fi.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/fr.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/hr.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/index.php -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/it.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/ja.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/mk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/nl.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/pl.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/pt.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/ru.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/sk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs/zh.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/license_apache.txt -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/license_bsd.txt -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/license_lgpl.txt -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/manage_area.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/charmap.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/css/charmap.css -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/images/charmap.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/jscripts/map.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/bg.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/cs.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/de.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/dk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/en.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/eo.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/es.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/fr.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/hr.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/it.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/ja.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/mk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/nl.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/pl.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/pt.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/ru.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/sk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs/zh.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/popup.html -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/css/test.css -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/images/test.gif -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/bg.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/cs.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/de.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/dk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/en.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/eo.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/es.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/fr.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/hr.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/it.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/ja.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/mk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/nl.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/pl.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/pt.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/ru.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/sk.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs/zh.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/test.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/test2.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/basic.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/brainfuck.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/c.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/coldfusion.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/cpp.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/css.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/html.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/index.php -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/java.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/js.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/pas.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/perl.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/php.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/python.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/robotstxt.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/ruby.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/sql.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/tsql.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/vb.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax/xml.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/regexp.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/resize_area.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/search_replace.js -%%WWWDIR%%/plugins/LocalFilesEditor/editarea/template.html -%%WWWDIR%%/plugins/LocalFilesEditor/functions.inc.php +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/lib/codemirror.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/lib/codemirror.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/lib/overlay.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/clike/clike.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/clike/clike.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/clike/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/css/css.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/css/css.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/css/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/diff/diff.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/diff/diff.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/diff/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/haskell/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/htmlmixed/htmlmixed.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/htmlmixed/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/javascript/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/javascript/javascript.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/javascript/javascript.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/php/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/php/php.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/stex/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/stex/stex.js +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/xml/index.html +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css +%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/xml/xml.js +%%WWWDIR%%/plugins/LocalFilesEditor/include/css.inc.php +%%WWWDIR%%/plugins/LocalFilesEditor/include/functions.inc.php +%%WWWDIR%%/plugins/LocalFilesEditor/include/lang.inc.php +%%WWWDIR%%/plugins/LocalFilesEditor/include/localconf.inc.php +%%WWWDIR%%/plugins/LocalFilesEditor/include/plug.inc.php +%%WWWDIR%%/plugins/LocalFilesEditor/include/tpl.inc.php %%WWWDIR%%/plugins/LocalFilesEditor/index.php %%WWWDIR%%/plugins/LocalFilesEditor/language/ar_SA/description.txt %%WWWDIR%%/plugins/LocalFilesEditor/language/ar_SA/index.php @@ -1417,6 +1334,9 @@ %%WWWDIR%%/plugins/LocalFilesEditor/language/pl_PL/description.txt %%WWWDIR%%/plugins/LocalFilesEditor/language/pl_PL/index.php %%WWWDIR%%/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php +%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_PT/description.txt +%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_PT/index.php +%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php %%WWWDIR%%/plugins/LocalFilesEditor/language/ru_RU/description.txt %%WWWDIR%%/plugins/LocalFilesEditor/language/ru_RU/index.php %%WWWDIR%%/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php @@ -1437,12 +1357,12 @@ %%WWWDIR%%/plugins/LocalFilesEditor/language/zh_CN/description.txt %%WWWDIR%%/plugins/LocalFilesEditor/language/zh_CN/index.php %%WWWDIR%%/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php -%%WWWDIR%%/plugins/LocalFilesEditor/locfiledit.css %%WWWDIR%%/plugins/LocalFilesEditor/main.inc.php %%WWWDIR%%/plugins/LocalFilesEditor/maintain.inc.php %%WWWDIR%%/plugins/LocalFilesEditor/show_default.php -%%WWWDIR%%/plugins/LocalFilesEditor/show_default.tpl -%%WWWDIR%%/plugins/LocalFilesEditor/update_config.php +%%WWWDIR%%/plugins/LocalFilesEditor/template/admin.tpl +%%WWWDIR%%/plugins/LocalFilesEditor/template/locfiledit.css +%%WWWDIR%%/plugins/LocalFilesEditor/template/show_default.tpl %%WWWDIR%%/plugins/admin_multi_view/controller.php %%WWWDIR%%/plugins/admin_multi_view/index.php %%WWWDIR%%/plugins/admin_multi_view/is_admin.inc.php @@ -1479,10 +1399,16 @@ %%WWWDIR%%/plugins/admin_multi_view/language/no_NO/index.php %%WWWDIR%%/plugins/admin_multi_view/language/pl_PL/description.txt %%WWWDIR%%/plugins/admin_multi_view/language/pl_PL/index.php +%%WWWDIR%%/plugins/admin_multi_view/language/pt_PT/description.txt +%%WWWDIR%%/plugins/admin_multi_view/language/pt_PT/index.php %%WWWDIR%%/plugins/admin_multi_view/language/ru_RU/description.txt %%WWWDIR%%/plugins/admin_multi_view/language/ru_RU/index.php %%WWWDIR%%/plugins/admin_multi_view/language/sk_SK/description.txt %%WWWDIR%%/plugins/admin_multi_view/language/sk_SK/index.php +%%WWWDIR%%/plugins/admin_multi_view/language/sr_RS/description.txt +%%WWWDIR%%/plugins/admin_multi_view/language/sr_RS/index.php +%%WWWDIR%%/plugins/admin_multi_view/language/sv_SE/description.txt +%%WWWDIR%%/plugins/admin_multi_view/language/sv_SE/index.php %%WWWDIR%%/plugins/admin_multi_view/language/tr_TR/description.txt %%WWWDIR%%/plugins/admin_multi_view/language/tr_TR/index.php %%WWWDIR%%/plugins/admin_multi_view/language/vi_VN/description.txt @@ -1541,12 +1467,21 @@ %%WWWDIR%%/plugins/c13y_upgrade/language/pl_PL/description.txt %%WWWDIR%%/plugins/c13y_upgrade/language/pl_PL/index.php %%WWWDIR%%/plugins/c13y_upgrade/language/pl_PL/plugin.lang.php +%%WWWDIR%%/plugins/c13y_upgrade/language/pt_PT/description.txt +%%WWWDIR%%/plugins/c13y_upgrade/language/pt_PT/index.php +%%WWWDIR%%/plugins/c13y_upgrade/language/pt_PT/plugin.lang.php %%WWWDIR%%/plugins/c13y_upgrade/language/ru_RU/description.txt %%WWWDIR%%/plugins/c13y_upgrade/language/ru_RU/index.php %%WWWDIR%%/plugins/c13y_upgrade/language/ru_RU/plugin.lang.php %%WWWDIR%%/plugins/c13y_upgrade/language/sk_SK/description.txt %%WWWDIR%%/plugins/c13y_upgrade/language/sk_SK/index.php %%WWWDIR%%/plugins/c13y_upgrade/language/sk_SK/plugin.lang.php +%%WWWDIR%%/plugins/c13y_upgrade/language/sr_RS/description.txt +%%WWWDIR%%/plugins/c13y_upgrade/language/sr_RS/index.php +%%WWWDIR%%/plugins/c13y_upgrade/language/sr_RS/plugin.lang.php +%%WWWDIR%%/plugins/c13y_upgrade/language/sv_SE/description.txt +%%WWWDIR%%/plugins/c13y_upgrade/language/sv_SE/index.php +%%WWWDIR%%/plugins/c13y_upgrade/language/sv_SE/plugin.lang.php %%WWWDIR%%/plugins/c13y_upgrade/language/tr_TR/description.txt %%WWWDIR%%/plugins/c13y_upgrade/language/tr_TR/index.php %%WWWDIR%%/plugins/c13y_upgrade/language/tr_TR/plugin.lang.php @@ -1593,19 +1528,25 @@ %%WWWDIR%%/plugins/language_switch/language/no_NO/index.php %%WWWDIR%%/plugins/language_switch/language/pl_PL/description.txt %%WWWDIR%%/plugins/language_switch/language/pl_PL/index.php +%%WWWDIR%%/plugins/language_switch/language/pt_PT/description.txt +%%WWWDIR%%/plugins/language_switch/language/pt_PT/index.php %%WWWDIR%%/plugins/language_switch/language/ru_RU/description.txt %%WWWDIR%%/plugins/language_switch/language/ru_RU/index.php %%WWWDIR%%/plugins/language_switch/language/sk_SK/description.txt %%WWWDIR%%/plugins/language_switch/language/sk_SK/index.php +%%WWWDIR%%/plugins/language_switch/language/sr_RS/description.txt +%%WWWDIR%%/plugins/language_switch/language/sr_RS/index.php +%%WWWDIR%%/plugins/language_switch/language/sv_SE/description.txt +%%WWWDIR%%/plugins/language_switch/language/sv_SE/index.php %%WWWDIR%%/plugins/language_switch/language/tr_TR/description.txt %%WWWDIR%%/plugins/language_switch/language/tr_TR/index.php %%WWWDIR%%/plugins/language_switch/language/vi_VN/description.txt %%WWWDIR%%/plugins/language_switch/language/vi_VN/index.php %%WWWDIR%%/plugins/language_switch/language/zh_CN/description.txt %%WWWDIR%%/plugins/language_switch/language/zh_CN/index.php +%%WWWDIR%%/plugins/language_switch/language_switch-Sylvia.css %%WWWDIR%%/plugins/language_switch/language_switch-default.css %%WWWDIR%%/plugins/language_switch/language_switch-ie6.css -%%WWWDIR%%/plugins/language_switch/language_switch.css %%WWWDIR%%/plugins/language_switch/language_switch.inc.php %%WWWDIR%%/plugins/language_switch/main.inc.php %%WWWDIR%%/popuphelp.php @@ -1731,7 +1672,6 @@ %%WWWDIR%%/themes/clear/themeconf.inc.php %%WWWDIR%%/themes/dark/images/index.php %%WWWDIR%%/themes/dark/images/tableh1_bg.png -%%WWWDIR%%/themes/dark/images/tableh2_bg.png %%WWWDIR%%/themes/dark/index.php %%WWWDIR%%/themes/dark/mail-css.tpl %%WWWDIR%%/themes/dark/screenshot.png @@ -1743,9 +1683,7 @@ %%WWWDIR%%/themes/default/icon/caddie_add.png %%WWWDIR%%/themes/default/icon/calendar.png %%WWWDIR%%/themes/default/icon/calendar_created.png -%%WWWDIR%%/themes/default/icon/category_children.png %%WWWDIR%%/themes/default/icon/category_edit.png -%%WWWDIR%%/themes/default/icon/category_representant_random.png %%WWWDIR%%/themes/default/icon/datepicker.png %%WWWDIR%%/themes/default/icon/dec_period.png %%WWWDIR%%/themes/default/icon/dec_period_unactive.png @@ -1802,129 +1740,186 @@ %%WWWDIR%%/themes/default/icon/tag_letters.png %%WWWDIR%%/themes/default/icon/up.png %%WWWDIR%%/themes/default/icon/validate_s.png +%%WWWDIR%%/themes/default/iconset.css +%%WWWDIR%%/themes/default/images/colorbox-controls.png +%%WWWDIR%%/themes/default/images/colorbox-loading.gif %%WWWDIR%%/themes/default/images/index.php %%WWWDIR%%/themes/default/index.php %%WWWDIR%%/themes/default/js/datepicker.js %%WWWDIR%%/themes/default/js/jquery.js -%%WWWDIR%%/themes/default/js/jquery.packed.js -%%WWWDIR%%/themes/default/js/jquery.tablednd.js +%%WWWDIR%%/themes/default/js/jquery.min.js +%%WWWDIR%%/themes/default/js/plugins/jquery.ajaxmanager.js %%WWWDIR%%/themes/default/js/plugins/jquery.autogrow-textarea.js %%WWWDIR%%/themes/default/js/plugins/jquery.cluetip.js -%%WWWDIR%%/themes/default/js/plugins/jquery.cluetip.packed.js -%%WWWDIR%%/themes/default/js/plugins/jquery.fcbkcomplete.js +%%WWWDIR%%/themes/default/js/plugins/jquery.colorbox.css +%%WWWDIR%%/themes/default/js/plugins/jquery.colorbox.min.js %%WWWDIR%%/themes/default/js/plugins/jquery.jgrowl_minimized.js +%%WWWDIR%%/themes/default/js/plugins/jquery.sort.js %%WWWDIR%%/themes/default/js/plugins/jquery.tipTip.minified.js +%%WWWDIR%%/themes/default/js/plugins/jquery.tokeninput.js %%WWWDIR%%/themes/default/js/pngfix.js %%WWWDIR%%/themes/default/js/rating.js %%WWWDIR%%/themes/default/js/scripts.js -%%WWWDIR%%/themes/default/js/ui/effects.blind.js -%%WWWDIR%%/themes/default/js/ui/effects.bounce.js -%%WWWDIR%%/themes/default/js/ui/effects.clip.js -%%WWWDIR%%/themes/default/js/ui/effects.core.js -%%WWWDIR%%/themes/default/js/ui/effects.drop.js -%%WWWDIR%%/themes/default/js/ui/effects.explode.js -%%WWWDIR%%/themes/default/js/ui/effects.fold.js -%%WWWDIR%%/themes/default/js/ui/effects.highlight.js -%%WWWDIR%%/themes/default/js/ui/effects.pulsate.js -%%WWWDIR%%/themes/default/js/ui/effects.scale.js -%%WWWDIR%%/themes/default/js/ui/effects.shake.js -%%WWWDIR%%/themes/default/js/ui/effects.slide.js -%%WWWDIR%%/themes/default/js/ui/effects.transfer.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-ar.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-bg.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-ca.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-cs.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-da.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-de.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-es.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-fi.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-fr.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-he.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-hu.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-hy.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-id.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-is.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-it.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-ja.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-ko.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-lt.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-lv.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-nl.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-no.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-pl.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-pt-BR.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-ro.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-ru.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-sk.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-sv.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-th.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-tr.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-uk.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-zh-CN.js -%%WWWDIR%%/themes/default/js/ui/i18n/ui.datepicker-zh-TW.js -%%WWWDIR%%/themes/default/js/ui/jquery.ui.all.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.blind.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.bounce.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.clip.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.core.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.drop.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.explode.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.fold.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.highlight.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.pulsate.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.scale.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.shake.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.slide.min.js -%%WWWDIR%%/themes/default/js/ui/minified/effects.transfer.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.accordion.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.core.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.datepicker.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.dialog.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.draggable.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.droppable.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.resizable.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.selectable.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.slider.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.sortable.min.js -%%WWWDIR%%/themes/default/js/ui/minified/ui.tabs.min.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.blind.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.bounce.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.clip.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.core.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.drop.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.explode.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.fold.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.highlight.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.pulsate.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.scale.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.shake.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.slide.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/effects.transfer.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.accordion.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.core.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.datepicker.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.dialog.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.draggable.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.droppable.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.resizable.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.selectable.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.slider.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.sortable.packed.js -%%WWWDIR%%/themes/default/js/ui/packed/ui.tabs.packed.js -%%WWWDIR%%/themes/default/js/ui/theme/ui.datepicker.css -%%WWWDIR%%/themes/default/js/ui/ui.accordion.js -%%WWWDIR%%/themes/default/js/ui/ui.core.js -%%WWWDIR%%/themes/default/js/ui/ui.datepicker.js -%%WWWDIR%%/themes/default/js/ui/ui.dialog.js -%%WWWDIR%%/themes/default/js/ui/ui.draggable.js -%%WWWDIR%%/themes/default/js/ui/ui.droppable.js -%%WWWDIR%%/themes/default/js/ui/ui.resizable.js -%%WWWDIR%%/themes/default/js/ui/ui.selectable.js -%%WWWDIR%%/themes/default/js/ui/ui.slider.js -%%WWWDIR%%/themes/default/js/ui/ui.sortable.js -%%WWWDIR%%/themes/default/js/ui/ui.tabs.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery-ui-i18n.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-af.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ar-DZ.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ar.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-az.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-bg.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-bs.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ca.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-cs.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-da.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-de.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-el.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-en-AU.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-en-GB.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-en-NZ.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-eo.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-es.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-et.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-eu.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fa.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fi.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fo.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fr-CH.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fr.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-gl.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-he.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-hr.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-hy.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-id.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-is.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-it.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ja.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ko.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-kz.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-lt.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-lv.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ml.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ms.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-nl.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-no.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-pl.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-pt-BR.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-pt.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-rm.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ro.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ru.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sk.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sl.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sq.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sr-SR.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sr.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sv.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ta.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-th.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-tr.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-uk.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-vi.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-zh-CN.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-zh-HK.js +%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-zh-TW.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.blind.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.bounce.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.clip.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.core.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.drop.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.explode.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.fade.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.fold.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.highlight.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.pulsate.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.scale.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.shake.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.slide.js +%%WWWDIR%%/themes/default/js/ui/jquery.effects.transfer.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.accordion.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.autocomplete.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.button.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.core.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.datepicker.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.dialog.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.draggable.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.droppable.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.mouse.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.position.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.progressbar.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.resizable.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.selectable.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.slider.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.sortable.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.tabs.js +%%WWWDIR%%/themes/default/js/ui/jquery.ui.widget.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.blind.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.bounce.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.clip.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.core.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.drop.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.explode.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.fade.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.fold.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.highlight.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.pulsate.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.scale.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.shake.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.slide.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.effects.transfer.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.accordion.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.autocomplete.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.button.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.core.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.datepicker.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.dialog.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.draggable.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.droppable.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.mouse.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.position.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.progressbar.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.resizable.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.selectable.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.slider.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.sortable.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.tabs.min.js +%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.widget.min.js +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_flat_75_ffffff_40x100.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_55_fbf9ee_1x400.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_65_ffffff_1x400.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_75_dadada_1x400.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_75_e6e6e6_1x400.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_222222_256x240.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_2e83ff_256x240.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_454545_256x240.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_888888_256x240.png +%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.accordion.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.all.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.autocomplete.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.base.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.button.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.core.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.datepicker.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.dialog.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.progressbar.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.resizable.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.selectable.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.slider.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.tabs.css +%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.theme.css %%WWWDIR%%/themes/default/local_head.tpl %%WWWDIR%%/themes/default/print.css +%%WWWDIR%%/themes/default/s26/index.htm +%%WWWDIR%%/themes/default/s26/outline_005e89.png +%%WWWDIR%%/themes/default/s26/outline_808060.png +%%WWWDIR%%/themes/default/s26/outline_808080.png +%%WWWDIR%%/themes/default/s26/outline_ff3363.png +%%WWWDIR%%/themes/default/s26/outline_ff7700.png +%%WWWDIR%%/themes/default/s26/outline_ffff80.png +%%WWWDIR%%/themes/default/s26/outline_ffffff.png %%WWWDIR%%/themes/default/template/about.tpl %%WWWDIR%%/themes/default/template/comment_list.tpl %%WWWDIR%%/themes/default/template/comments.tpl @@ -1932,6 +1927,7 @@ %%WWWDIR%%/themes/default/template/header.tpl %%WWWDIR%%/themes/default/template/identification.tpl %%WWWDIR%%/themes/default/template/include/autosize.inc.tpl +%%WWWDIR%%/themes/default/template/include/colorbox.inc.tpl %%WWWDIR%%/themes/default/template/include/datepicker.inc.tpl %%WWWDIR%%/themes/default/template/include/resize.inc.tpl %%WWWDIR%%/themes/default/template/index.tpl @@ -1975,14 +1971,12 @@ %%WWWDIR%%/themes/default/template/slideshow.tpl %%WWWDIR%%/themes/default/template/tags.tpl %%WWWDIR%%/themes/default/template/thumbnails.tpl -%%WWWDIR%%/themes/default/template/upload.tpl %%WWWDIR%%/themes/default/theme.css %%WWWDIR%%/themes/default/themeconf.inc.php %%WWWDIR%%/themes/index.php %%WWWDIR%%/upgrade.php %%WWWDIR%%/upgrade_feed.php %%WWWDIR%%/upload/.keepme -%%WWWDIR%%/upload.php %%WWWDIR%%/ws.php @dirrmtry %%WWWDIR%%/upload @dirrm %%WWWDIR%%/themes/default/template/mail/text/plain @@ -1991,8 +1985,9 @@ @dirrm %%WWWDIR%%/themes/default/template/mail @dirrm %%WWWDIR%%/themes/default/template/include @dirrm %%WWWDIR%%/themes/default/template +@dirrm %%WWWDIR%%/themes/default/s26 +@dirrm %%WWWDIR%%/themes/default/js/ui/theme/images @dirrm %%WWWDIR%%/themes/default/js/ui/theme -@dirrm %%WWWDIR%%/themes/default/js/ui/packed @dirrm %%WWWDIR%%/themes/default/js/ui/minified @dirrm %%WWWDIR%%/themes/default/js/ui/i18n @dirrm %%WWWDIR%%/themes/default/js/ui @@ -2018,8 +2013,11 @@ @dirrm %%WWWDIR%%/plugins/language_switch/language/zh_CN @dirrm %%WWWDIR%%/plugins/language_switch/language/vi_VN @dirrm %%WWWDIR%%/plugins/language_switch/language/tr_TR +@dirrm %%WWWDIR%%/plugins/language_switch/language/sv_SE +@dirrm %%WWWDIR%%/plugins/language_switch/language/sr_RS @dirrm %%WWWDIR%%/plugins/language_switch/language/sk_SK @dirrm %%WWWDIR%%/plugins/language_switch/language/ru_RU +@dirrm %%WWWDIR%%/plugins/language_switch/language/pt_PT @dirrm %%WWWDIR%%/plugins/language_switch/language/pl_PL @dirrm %%WWWDIR%%/plugins/language_switch/language/no_NO @dirrm %%WWWDIR%%/plugins/language_switch/language/nl_NL @@ -2041,8 +2039,11 @@ @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/zh_CN @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/vi_VN @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/tr_TR +@dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/sv_SE +@dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/sr_RS @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/sk_SK @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/ru_RU +@dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/pt_PT @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/pl_PL @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/no_NO @dirrm %%WWWDIR%%/plugins/c13y_upgrade/language/nl_NL @@ -2064,8 +2065,11 @@ @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/zh_CN @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/vi_VN @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/tr_TR +@dirrm %%WWWDIR%%/plugins/admin_multi_view/language/sv_SE +@dirrm %%WWWDIR%%/plugins/admin_multi_view/language/sr_RS @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/sk_SK @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/ru_RU +@dirrm %%WWWDIR%%/plugins/admin_multi_view/language/pt_PT @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/pl_PL @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/no_NO @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/nl_NL @@ -2084,6 +2088,7 @@ @dirrm %%WWWDIR%%/plugins/admin_multi_view/language/ar_SA @dirrm %%WWWDIR%%/plugins/admin_multi_view/language @dirrm %%WWWDIR%%/plugins/admin_multi_view +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/template @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/zh_CN @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/vi_VN @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/tr_TR @@ -2091,6 +2096,7 @@ @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/sr_RS @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/sk_SK @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/ru_RU +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/pt_PT @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/pl_PL @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/no_NO @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/nl_NL @@ -2108,30 +2114,33 @@ @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/cs_CZ @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language/ar_SA @dirrm %%WWWDIR%%/plugins/LocalFilesEditor/language -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/reg_syntax -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/langs -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/images -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test/css -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/test -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/langs -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/jscripts -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/images -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap/css -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins/charmap -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/plugins -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/langs -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea/images -@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/editarea +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/include +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/xml +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/stex +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/php +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/javascript +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/htmlmixed +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/haskell +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/diff +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/css +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/clike +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror/lib +@dirrm %%WWWDIR%%/plugins/LocalFilesEditor/codemirror @dirrm %%WWWDIR%%/plugins/LocalFilesEditor @dirrmtry %%WWWDIR%%/plugins @dirrmtry %%WWWDIR%%/local.sample/language @dirrmtry %%WWWDIR%%/local.sample/css @dirrmtry %%WWWDIR%%/local.sample/config +@dirrmtry %%WWWDIR%%/local.sample/combined @dirrmtry %%WWWDIR%%/local.sample +@dirrm %%WWWDIR%%/language/zh_TW @dirrm %%WWWDIR%%/language/zh_CN/help @dirrm %%WWWDIR%%/language/zh_CN @dirrm %%WWWDIR%%/language/vi_VN/help @dirrm %%WWWDIR%%/language/vi_VN +@dirrm %%WWWDIR%%/language/uk_UA +@dirrm %%WWWDIR%%/language/tr_TR/help @dirrm %%WWWDIR%%/language/tr_TR @dirrm %%WWWDIR%%/language/sv_SE/help @dirrm %%WWWDIR%%/language/sv_SE @@ -2163,6 +2172,7 @@ @dirrm %%WWWDIR%%/language/ja_JP @dirrm %%WWWDIR%%/language/it_IT/help @dirrm %%WWWDIR%%/language/it_IT +@dirrm %%WWWDIR%%/language/is_IS @dirrm %%WWWDIR%%/language/hu_HU/help @dirrm %%WWWDIR%%/language/hu_HU @dirrm %%WWWDIR%%/language/hr_HR/help @@ -2179,6 +2189,7 @@ @dirrm %%WWWDIR%%/language/es_AR @dirrm %%WWWDIR%%/language/en_UK/help @dirrm %%WWWDIR%%/language/en_UK +@dirrm %%WWWDIR%%/language/el_GR @dirrm %%WWWDIR%%/language/de_DE/help @dirrm %%WWWDIR%%/language/de_DE @dirrm %%WWWDIR%%/language/da_DK >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 13: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 053B91065675 for ; Mon, 4 Jul 2011 13: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 D717E8FC0C for ; Mon, 4 Jul 2011 13: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 p64DA8oK055219 for ; Mon, 4 Jul 2011 13: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 p64DA8HZ055218; Mon, 4 Jul 2011 13:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 13:10:08 GMT Resent-Message-Id: <201107041310.p64DA8HZ055218@freefall.freebsd.org> 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 1E06F1065672 for ; Mon, 4 Jul 2011 13:01:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5918FC08 for ; Mon, 4 Jul 2011 13:01:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p64D1UAU079215 for ; Mon, 4 Jul 2011 13:01:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64D1UKp079214; Mon, 4 Jul 2011 13:01:30 GMT (envelope-from nobody) Message-Id: <201107041301.p64D1UKp079214@red.freebsd.org> Date: Mon, 4 Jul 2011 13:01:30 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158634: [UPDATE] www/webpy: update to 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: Mon, 04 Jul 2011 13:10:09 -0000 >Number: 158634 >Category: ports >Synopsis: [UPDATE] www/webpy: update to 0.36 >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 Jul 04 13:10:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 0.36 tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/webpy-0.36.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa webpy.orig/Makefile webpy/Makefile --- webpy.orig/Makefile 2011-06-18 05:00:15.000000000 +0400 +++ webpy/Makefile 2011-07-04 16:46:27.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= webpy -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= www python MASTER_SITES= http://webpy.org/static/ \ CHEESESHOP diff -ruNa webpy.orig/distinfo webpy/distinfo --- webpy.orig/distinfo 2011-06-18 05:00:15.000000000 +0400 +++ webpy/distinfo 2011-07-04 16:46:57.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (web.py-0.35.tar.gz) = fe1f3c7aae82c60a5190e946ddc5cda73d9e6ad4b3fbb839c07803330632a77f -SIZE (web.py-0.35.tar.gz) = 81602 +SHA256 (web.py-0.36.tar.gz) = c45ec5b5feaaba53bbae69dd971c281832f1332d5949cd6e5ca27747fe92256a +SIZE (web.py-0.36.tar.gz) = 87951 diff -ruNa webpy.orig/pkg-plist webpy/pkg-plist --- webpy.orig/pkg-plist 2011-06-18 05:00:15.000000000 +0400 +++ webpy/pkg-plist 2011-07-04 16:50:31.000000000 +0400 @@ -58,6 +58,12 @@ %%PYTHON_SITELIBDIR%%/web/wsgiserver/__init__.py %%PYTHON_SITELIBDIR%%/web/wsgiserver/__init__.pyc %%PYTHON_SITELIBDIR%%/web/wsgiserver/__init__.pyo -@dirrm %%PYTHON_SITELIBDIR%%/web/contrib +%%PYTHON_SITELIBDIR%%/web/wsgiserver/ssl_builtin.py +%%PYTHON_SITELIBDIR%%/web/wsgiserver/ssl_builtin.pyc +%%PYTHON_SITELIBDIR%%/web/wsgiserver/ssl_builtin.pyo +%%PYTHON_SITELIBDIR%%/web/wsgiserver/ssl_pyopenssl.py +%%PYTHON_SITELIBDIR%%/web/wsgiserver/ssl_pyopenssl.pyc +%%PYTHON_SITELIBDIR%%/web/wsgiserver/ssl_pyopenssl.pyo @dirrm %%PYTHON_SITELIBDIR%%/web/wsgiserver +@dirrm %%PYTHON_SITELIBDIR%%/web/contrib @dirrm %%PYTHON_SITELIBDIR%%/web >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 13:10: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 077D61065672; Mon, 4 Jul 2011 13:10: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 D47058FC18; Mon, 4 Jul 2011 13: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 p64DANqM056354; Mon, 4 Jul 2011 13: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 p64DANLG056348; Mon, 4 Jul 2011 13:10:23 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 13:10:23 GMT Message-Id: <201107041310.p64DANLG056348@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158634: [UPDATE] www/webpy: update to 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: Mon, 04 Jul 2011 13:10:24 -0000 Synopsis: [UPDATE] www/webpy: update to 0.36 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 13:10:23 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158634 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 15: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 CD0ED1065672 for ; Mon, 4 Jul 2011 15:00: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 935248FC1B for ; Mon, 4 Jul 2011 15: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 p64F0SR5055075 for ; Mon, 4 Jul 2011 15:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64F0SQW055074; Mon, 4 Jul 2011 15:00:28 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 15:00:28 GMT Resent-Message-Id: <201107041500.p64F0SQW055074@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCF6C106566B; Mon, 4 Jul 2011 14:53:49 +0000 (UTC) (envelope-from steve@meatwad.mouf.net) Received: from meatwad.mouf.net (unknown [IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4c]) by mx1.freebsd.org (Postfix) with ESMTP id B5FA38FC1A; Mon, 4 Jul 2011 14:53:49 +0000 (UTC) Received: from meatwad.mouf.net (localhost [127.0.0.1]) by meatwad.mouf.net (8.14.4/8.14.4) with ESMTP id p64Ermhk096994; Mon, 4 Jul 2011 10:53:48 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.4/8.14.4/Submit) id p64ErmDR096954; Mon, 4 Jul 2011 10:53:48 -0400 (EDT) (envelope-from steve) Message-Id: <201107041453.p64ErmDR096954@meatwad.mouf.net> Date: Mon, 4 Jul 2011 10:53:48 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stas@FreeBSD.org Subject: ports/158638: [PATCH] archivers/ruby19-bz2: [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: Mon, 04 Jul 2011 15:00:28 -0000 >Number: 158638 >Category: ports >Synopsis: [PATCH] archivers/ruby19-bz2: [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: Mon Jul 04 15:00:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun May 29 16:56:48 EDT 2011 >Description: Port doesn't work with Ruby 1.9, patch marks it as such. Port should probably be deprecated, archivers/rubygem-bzip2 is good substitute. Port maintainer (stas@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ruby19-bz2-0.2.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/ruby-bz2/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 24 Mar 2007 14:03:00 -0000 1.18 +++ Makefile 4 Jul 2011 14:34:08 -0000 @@ -31,6 +31,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + post-build: .if !defined(NOPORTDOCS) cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ --- ruby19-bz2-0.2.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 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 1C8C61065674 for ; Mon, 4 Jul 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 EDF598FC0A for ; Mon, 4 Jul 2011 15: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 p64F0Sf4055088 for ; Mon, 4 Jul 2011 15:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64F0SV9055083; Mon, 4 Jul 2011 15:00:28 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 15:00:28 GMT Resent-Message-Id: <201107041500.p64F0SV9055083@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roelof Wobben Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABE2D106566C for ; Mon, 4 Jul 2011 14:59: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 921BD8FC14 for ; Mon, 4 Jul 2011 14:59: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 p64ExDrP034054 for ; Mon, 4 Jul 2011 14:59:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64ExDYS034053; Mon, 4 Jul 2011 14:59:13 GMT (envelope-from nobody) Message-Id: <201107041459.p64ExDYS034053@red.freebsd.org> Date: Mon, 4 Jul 2011 14:59:13 GMT From: Roelof Wobben To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158639: packagekit from ports cannot be build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 15:00:29 -0000 >Number: 158639 >Category: ports >Synopsis: packagekit from ports cannot be build >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 15:00:28 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Roelof Wobben >Release: Freebsd 8,2 >Organization: >Environment: FreeBSD tamara.private 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 I tried to build packagekit by portupgrade -a it fails with this error report. /usr/include/machine/endian.h:123: syntax error, unexpected '{' in ' return (__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at '{' /usr/include/machine/endian.h:123: syntax error, unexpected ';' in ' return (__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at ';' /usr/include/machine/endian.h:130: syntax error, unexpected '{' in ' return (__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at '{' /usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return (__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at ';' /usr/lib/libarchive.so: undefined reference to `lzma_stream_encoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_alone_decoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_memusage@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_stream_decoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_code@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_end@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_lzma_preset@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_alone_encoder@XZ_5.0' Traceback (most recent call last): File "/usr/local/bin/g-ir-scanner", line 45, in sys.exit(scanner_main(sys.argv)) File "/usr/local/lib/gobject-introspection/giscanner/scannermain.py", line 405, in scanner_main shlibs = create_binary(transformer, options, args) File "/usr/local/lib/gobject-introspection/giscanner/scannermain.py", line 309, in create_binary gdump_parser.get_get_type_functions()) File "/usr/local/lib/gobject-introspection/giscanner/dumper.py", line 238, in compile_introspection_binary return dc.run() File "/usr/local/lib/gobject-introspection/giscanner/dumper.py", line 140, in run self._link(bin_path, o_path) File "/usr/local/lib/gobject-introspection/giscanner/dumper.py", line 233, in _link subprocess.check_call(args) File "/usr/local/lib/python2.6/subprocess.py", line 488, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/bin/sh', '../../libtool', '--mode=link', '--tag=CC', '--silent', 'cc', '-o', '/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.11/lib/packagekit-glib2/tmp-introspectnjrXqw/PackageKitGlib-1.0', '-export-dynamic', '-O2', '-pipe', '-fno-strict-aliasing', '-L.', '-L/usr/local/lib', 'libpackagekit-glib2.la', '-pthread', '-L/usr/local/lib', '-lgio-2.0', '-lgobject-2.0', '-lgmodule-2.0', '-lgthread-2.0', '-lglib-2.0', '/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.11/lib/packagekit- glib2/tmp-introspectnjrXqw/PackageKitGlib-1.0.o']' returned non-zero exit status 1 gmake[4]: *** [PackageKitGlib-1.0.gir] Error 1 gmake[4]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.11/lib/packagekit-glib2' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.11/lib/packagekit-glib2' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.11/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.11' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/ports-mgmt/packagekit. *** Error code 1 Stop in /usr/ports/ports-mgmt/packagekit. >How-To-Repeat: portupgrade -a wait till packagekit will be updated. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 15:00: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 9F15B1065673; Mon, 4 Jul 2011 15:00:49 +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 77E468FC08; Mon, 4 Jul 2011 15:00: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 p64F0nOx056446; Mon, 4 Jul 2011 15:00:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64F0nDl056436; Mon, 4 Jul 2011 15:00:49 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 15:00:49 GMT Message-Id: <201107041500.p64F0nDl056436@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stas@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158638: [PATCH] archivers/ruby19-bz2: [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: Mon, 04 Jul 2011 15:00:49 -0000 Synopsis: [PATCH] archivers/ruby19-bz2: [SUMMARIZE CHANGES] Responsible-Changed-From-To: freebsd-ports-bugs->stas Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 15:00:48 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158638 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 15: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 0F3BB1065673 for ; Mon, 4 Jul 2011 15: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 D57668FC0C for ; Mon, 4 Jul 2011 15: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 p64FU99L081900 for ; Mon, 4 Jul 2011 15: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 p64FU9DQ081898; Mon, 4 Jul 2011 15:30:09 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 15:30:09 GMT Resent-Message-Id: <201107041530.p64FU9DQ081898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roelof Wobben Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A3151065670 for ; Mon, 4 Jul 2011 15:23: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 30A408FC14 for ; Mon, 4 Jul 2011 15:23: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 p64FNWKD072829 for ; Mon, 4 Jul 2011 15:23:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64FNVcs072825; Mon, 4 Jul 2011 15:23:31 GMT (envelope-from nobody) Message-Id: <201107041523.p64FNVcs072825@red.freebsd.org> Date: Mon, 4 Jul 2011 15:23:31 GMT From: Roelof Wobben To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158640: gvfs from ports cannot be build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 15:30:10 -0000 >Number: 158640 >Category: ports >Synopsis: gvfs from ports cannot be build >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 15:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Roelof Wobben >Release: 8.2 >Organization: >Environment: FreeBSD tamara.private 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 I want to update gvfs from ports by using portupgrade gvfs I see these errors : CC gvfsd_http-soup-input-stream.o CC gvfsd_http-soup-output-stream.o CC gvfsd_http-gvfsbackendhttp.o CC gvfsd_http-daemon-main.o CC gvfsd_http-daemon-main-generic.o CCLD gvfsd-http /usr/bin/ld: warning: libgnutls.so.40, needed by /usr/local/lib/libsoup-gnome-2.4.so, may conflict with libgnutls.so.47 /usr/bin/ld: warning: libgcrypt.so.17, needed by /usr/local/lib/libsoup-gnome-2.4.so, may conflict with libgcrypt.so.18 CC gvfsd_dav-soup-input-stream.o CC gvfsd_dav-soup-output-stream.o CC gvfsd_dav-gvfsbackendhttp.o CC gvfsd_dav-gvfsbackenddav.o CC gvfsd_dav-daemon-main.o CC gvfsd_dav-daemon-main-generic.o CCLD gvfsd-dav /usr/bin/ld: warning: libgnutls.so.40, needed by /usr/local/lib/libsoup-gnome-2.4.so, may conflict with libgnutls.so.47 /usr/bin/ld: warning: libgcrypt.so.17, needed by /usr/local/lib/libsoup-gnome-2.4.so, may conflict with libgcrypt.so.18 CC gvfsd_smb_browse-gvfsbackendsmbbrowse.o CC gvfsd_smb_browse-daemon-main.o CC gvfsd_smb_browse-daemon-main-generic.o CCLD gvfsd-smb-browse CC gvfsd_smb-gvfsbackendsmb.o CC gvfsd_smb-daemon-main.o CC gvfsd_smb-daemon-main-generic.o CCLD gvfsd-smb CC gvfsd_cdda-gvfsbackendcdda.o CC gvfsd_cdda-daemon-main.o CC gvfsd_cdda-daemon-main-generic.o CCLD gvfsd-cdda CC gvfsd_gphoto2-gvfsbackendgphoto2.o CC gvfsd_gphoto2-daemon-main.o CC gvfsd_gphoto2-daemon-main-generic.o CCLD gvfsd-gphoto2 CC gvfsd_network-gvfsbackendnetwork.o CC gvfsd_network-daemon-main.o CC gvfsd_network-daemon-main-generic.o CCLD gvfsd-network CC gvfsd_dnssd-gvfsbackenddnssd.o CC gvfsd_dnssd-daemon-main.o CC gvfsd_dnssd-daemon-main-generic.o CCLD gvfsd-dnssd CC gvfsd_archive-gvfsbackendarchive.o CC gvfsd_archive-daemon-main.o CC gvfsd_archive-daemon-main-generic.o CCLD gvfsd-archive /usr/lib/libarchive.so: undefined reference to `lzma_stream_encoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_alone_decoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_memusage@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_stream_decoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_code@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_end@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_lzma_preset@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_alone_encoder@XZ_5.0' gmake[4]: *** [gvfsd-archive] Error 1 gmake[4]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/gvfs. *** Error code 1 Stop in /usr/ports/devel/gvfs. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20110704-54831-1u577sw-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gvfs-1.6.6 UPGRADE_PORT_VER=1.6.6 make ** Fix the problem and try again. >How-To-Repeat: Upgrade gvfs by using portupgrade >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 16: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 D1C571065677 for ; Mon, 4 Jul 2011 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95C428FC18 for ; Mon, 4 Jul 2011 16: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 p64GK9bC028313 for ; Mon, 4 Jul 2011 16: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 p64GK9El028312; Mon, 4 Jul 2011 16:20:09 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 16:20:09 GMT Resent-Message-Id: <201107041620.p64GK9El028312@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Kandaurov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D041065676 for ; Mon, 4 Jul 2011 16:12:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B96D78FC1C for ; Mon, 4 Jul 2011 16:12:00 +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 p64GC0iQ057947 for ; Mon, 4 Jul 2011 16:12:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64GC0JR057946; Mon, 4 Jul 2011 16:12:00 GMT (envelope-from nobody) Message-Id: <201107041612.p64GC0JR057946@red.freebsd.org> Date: Mon, 4 Jul 2011 16:12:00 GMT From: Sergey Kandaurov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158642: [patch] devel/p5-Locale-gettext: LC_* dub/conflict with from POSIX.pm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 16:20:10 -0000 >Number: 158642 >Category: ports >Synopsis: [patch] devel/p5-Locale-gettext: LC_* dub/conflict with from POSIX.pm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 16:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sergey Kandaurov >Release: 8.1-RELEASE >Organization: >Environment: perl-5.10.1_3 p5-Locale-gettext-1.05_3 gettext-0.18.1.1 >Description: Please see the reports for full details: o https://rt.cpan.org/Public/Bug/Display.html?id=35680 o https://trac.macports.org/ticket/28318 >How-To-Repeat: use POSIX qw(:locale_h); use Locale::gettext; $ perl -cw loc.pl Constant subroutine main::LC_CTYPE redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Prototype mismatch: sub main::LC_CTYPE () vs none at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Constant subroutine main::LC_NUMERIC redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Prototype mismatch: sub main::LC_NUMERIC () vs none at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Constant subroutine main::LC_TIME redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Prototype mismatch: sub main::LC_TIME () vs none at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Constant subroutine main::LC_COLLATE redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Prototype mismatch: sub main::LC_COLLATE () vs none at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Constant subroutine main::LC_MONETARY redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Prototype mismatch: sub main::LC_MONETARY () vs none at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Constant subroutine main::LC_MESSAGES redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Prototype mismatch: sub main::LC_MESSAGES () vs none at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Constant subroutine main::LC_ALL redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 Prototype mismatch: sub main::LC_ALL () vs none at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at loc.pl line 5 loc.pl syntax OK >Fix: Same as in cpan RT: let Locale::gettext re-export the LC_* constants coming from POSIX instead of providing its own XS implementation Patch attached with submission follows: --- gettext.pm.orig 2011-07-04 20:03:41.000000000 +0400 +++ gettext.pm 2011-07-04 20:03:55.000000000 +0400 @@ -32,6 +32,7 @@ =cut use Carp; +use POSIX qw(:locale_h); require Exporter; require DynaLoader; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 16:20: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 67E921065677; Mon, 4 Jul 2011 16:20: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 4081F8FC1B; Mon, 4 Jul 2011 16:20: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 p64GKPZp029579; Mon, 4 Jul 2011 16:20:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64GKPZp029570; Mon, 4 Jul 2011 16:20:25 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 16:20:25 GMT Message-Id: <201107041620.p64GKPZp029570@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158642: [patch] devel/p5-Locale-gettext: LC_* dub/conflict with from POSIX.pm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 16:20:25 -0000 Synopsis: [patch] devel/p5-Locale-gettext: LC_* dub/conflict with from POSIX.pm Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 16:20:24 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158642 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 16: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 66D98106567C; Mon, 4 Jul 2011 16:30:17 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC668FC1A; Mon, 4 Jul 2011 16:30: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 p64GUH7s037230; Mon, 4 Jul 2011 16:30:17 GMT (envelope-from dhn@freefall.freebsd.org) Received: (from dhn@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64GUHnM037217; Mon, 4 Jul 2011 18:30:17 +0200 (CEST) (envelope-from dhn) Date: Mon, 4 Jul 2011 18:30:17 +0200 (CEST) Message-Id: <201107041630.p64GUHnM037217@freefall.freebsd.org> To: dhn@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: dhn@FreeBSD.org Cc: Subject: Re: ports/158626: [MAINTAINER] x11-toolkits/scintilla: update to 2.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 16:30:17 -0000 Synopsis: [MAINTAINER] x11-toolkits/scintilla: update to 2.27 Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: dhn Responsible-Changed-When: Mon Jul 4 18:30:16 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158626 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 16: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 366EB1065676; Mon, 4 Jul 2011 16:30:39 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA7E8FC19; Mon, 4 Jul 2011 16: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 p64GUchg039571; Mon, 4 Jul 2011 16:30:38 GMT (envelope-from dhn@freefall.freebsd.org) Received: (from dhn@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64GUc5q039557; Mon, 4 Jul 2011 18:30:38 +0200 (CEST) (envelope-from dhn) Date: Mon, 4 Jul 2011 18:30:38 +0200 (CEST) Message-Id: <201107041630.p64GUc5q039557@freefall.freebsd.org> To: dhn@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: dhn@FreeBSD.org Cc: Subject: Re: ports/158627: [MAINTAINER] editors/scite: update to 2.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 16:30:39 -0000 Synopsis: [MAINTAINER] editors/scite: update to 2.27 Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: dhn Responsible-Changed-When: Mon Jul 4 18:30:38 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158627 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 17:52: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 D0FE2106566B; Mon, 4 Jul 2011 17:52:45 +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 AA36C8FC08; Mon, 4 Jul 2011 17:52: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 p64HqjAM019001; Mon, 4 Jul 2011 17:52:45 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64HqjGO018997; Mon, 4 Jul 2011 17:52:45 GMT (envelope-from swills) Date: Mon, 4 Jul 2011 17:52:45 GMT Message-Id: <201107041752.p64HqjGO018997@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/158640: gvfs from ports cannot be build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 17:52:45 -0000 Synopsis: gvfs from ports cannot be build Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Mon Jul 4 17:52:45 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158640 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 18:01: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 5A537106564A; Mon, 4 Jul 2011 18:01:29 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 336E48FC1A; Mon, 4 Jul 2011 18:01: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 p64I1Tqd025801; Mon, 4 Jul 2011 18:01:29 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64I1Tfa025788; Mon, 4 Jul 2011 18:01:29 GMT (envelope-from makc) Date: Mon, 4 Jul 2011 18:01:29 GMT Message-Id: <201107041801.p64I1Tfa025788@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/158328: [patch] graphics/libjpeg-turbo: enable compat with graphics/jpeg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 18:01:29 -0000 Synopsis: [patch] graphics/libjpeg-turbo: enable compat with graphics/jpeg Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Mon Jul 4 18:01:28 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158328 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 19:20: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 E7FFC106566B; Mon, 4 Jul 2011 19:20:42 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C08A38FC16; Mon, 4 Jul 2011 19:20: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 p64JKgLQ097059; Mon, 4 Jul 2011 19:20:42 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64JKg2t097049; Mon, 4 Jul 2011 19:20:42 GMT (envelope-from beech) Date: Mon, 4 Jul 2011 19:20:42 GMT Message-Id: <201107041920.p64JKg2t097049@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158633: [patch] update www/piwigo to 2.2.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, 04 Jul 2011 19:20:43 -0000 Synopsis: [patch] update www/piwigo to 2.2.3 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Mon Jul 4 19:20:07 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158633 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 19: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 69586106568A for ; Mon, 4 Jul 2011 19: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 295E68FC15 for ; Mon, 4 Jul 2011 19: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 p64JULDh002027 for ; Mon, 4 Jul 2011 19: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 p64JUKLK002019; Mon, 4 Jul 2011 19:30:20 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 19:30:20 GMT Resent-Message-Id: <201107041930.p64JUKLK002019@freefall.freebsd.org> 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 DDCF0106566B for ; Mon, 4 Jul 2011 19:27: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 CD2FC8FC17 for ; Mon, 4 Jul 2011 19:27: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 p64JRKk9011148 for ; Mon, 4 Jul 2011 19:27:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64JRKTN011147; Mon, 4 Jul 2011 19:27:20 GMT (envelope-from nobody) Message-Id: <201107041927.p64JRKTN011147@red.freebsd.org> Date: Mon, 4 Jul 2011 19:27:20 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158643: www/ruby-http-access: request for marking it BROKEN and DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 19:30:21 -0000 >Number: 158643 >Category: ports >Synopsis: www/ruby-http-access: request for marking it BROKEN and DEPRECATED >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 19:30:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: www/ruby-http-access was superceded by www/rubygem-httpclient. Main page isn't available, distfile isn't available on mastersite. No other ports depends on this one, so it should be safe to remove with notifying users that they should use www/rubygem-httpclient instead. According to http://raa.ruby-lang.org/project/http-access2/: """ Status: deprecated Dependency: http-access2 has been renamed to httpclient Description: superseded by httpclient: """ and http://raa.ruby-lang.org/project/httpclient/: """ ‘httpclient’ formerly known as ‘http-access2’. """ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 19:30: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 121DB106564A; Mon, 4 Jul 2011 19:30: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 DDD098FC08; Mon, 4 Jul 2011 19:30: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 p64JUY2K003075; Mon, 4 Jul 2011 19:30:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64JUYZs003067; Mon, 4 Jul 2011 19:30:34 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 19:30:34 GMT Message-Id: <201107041930.p64JUYZs003067@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158643: www/ruby-http-access: request for marking it BROKEN and DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 19:30:35 -0000 Synopsis: www/ruby-http-access: request for marking it BROKEN and DEPRECATED Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 19:30:33 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158643 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 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 7554E1065674 for ; Mon, 4 Jul 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 52EB58FC1B for ; Mon, 4 Jul 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 p64Je9TV012195 for ; Mon, 4 Jul 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 p64Je9n4012194; Mon, 4 Jul 2011 19:40:09 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 19:40:09 GMT Resent-Message-Id: <201107041940.p64Je9n4012194@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Alexeenkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D33D106566C for ; Mon, 4 Jul 2011 19:33:34 +0000 (UTC) (envelope-from pro@ku.setun.net) Received: from setun.net (setun.net [88.210.53.226]) by mx1.freebsd.org (Postfix) with ESMTP id AC4328FC08 for ; Mon, 4 Jul 2011 19:33:33 +0000 (UTC) Received: from [127.0.0.1] (HELO ku.setun.net) by setun.net (CommuniGate Pro SMTP 5.2.8) with ESMTPS id 16475157 for FreeBSD-gnats-submit@freebsd.org; Mon, 04 Jul 2011 22:33:29 +0400 Received: (from root@localhost) by ku.setun.net (8.14.3/8.14.3/Submit) id p64IXTnm066178; Mon, 4 Jul 2011 22:33:29 +0400 (MSD) (envelope-from pro) Message-Id: <201107041833.p64IXTnm066178@ku.setun.net> Date: Mon, 4 Jul 2011 22:33:29 +0400 (MSD) From: Oleg Alexeenkov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158644: [MAINTAINER] net-p2p/p5-Net-DirectConnect: update to 0.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: Mon, 04 Jul 2011 19:40:09 -0000 >Number: 158644 >Category: ports >Synopsis: [MAINTAINER] net-p2p/p5-Net-DirectConnect: update to 0.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 19:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Oleg Alexeenkov >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD ku.setun.net 7.2-RELEASE FreeBSD 7.2-RELEASE #2: Wed Jul 8 05:27:58 MSD >Description: - Update to 0.10 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-DirectConnect-0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-p2p/p5-Net-DirectConnect/Makefile /usr/ports/net-p2p/p5-Net-DirectConnect-TigerHash.new/Makefile --- /usr/ports/net-p2p/p5-Net-DirectConnect/Makefile 2011-03-12 15:54:17.000000000 +0300 +++ /usr/ports/net-p2p/p5-Net-DirectConnect-TigerHash.new/Makefile 2011-07-04 22:22:28.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= Net-DirectConnect -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= net-p2p net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/P/PR/PRO/ diff -ruN --exclude=CVS /usr/ports/net-p2p/p5-Net-DirectConnect/distinfo /usr/ports/net-p2p/p5-Net-DirectConnect-TigerHash.new/distinfo --- /usr/ports/net-p2p/p5-Net-DirectConnect/distinfo 2011-03-12 15:54:17.000000000 +0300 +++ /usr/ports/net-p2p/p5-Net-DirectConnect-TigerHash.new/distinfo 2011-07-04 22:22:37.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (Net-DirectConnect-0.09.tar.gz) = 4da26410565886ab7a30ce8f915b9ace87a4ddebc2b83a950f9a5db5d32d7f54 -SIZE (Net-DirectConnect-0.09.tar.gz) = 118461 +SHA256 (Net-DirectConnect-0.10.tar.gz) = 9a955bf974a9ec66c68fed5baf073f26ffc823e61819df652b621718805ad4b4 +SIZE (Net-DirectConnect-0.10.tar.gz) = 124450 --- p5-Net-DirectConnect-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 19: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 575751065673; Mon, 4 Jul 2011 19: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 2F7F98FC21; Mon, 4 Jul 2011 19: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 p64JeJkg012683; Mon, 4 Jul 2011 19: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 p64JeJOt012674; Mon, 4 Jul 2011 19:40:19 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 19:40:19 GMT Message-Id: <201107041940.p64JeJOt012674@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158644: [MAINTAINER] net-p2p/p5-Net-DirectConnect: update to 0.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: Mon, 04 Jul 2011 19:40:19 -0000 Synopsis: [MAINTAINER] net-p2p/p5-Net-DirectConnect: update to 0.10 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 19:40:18 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=158644 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 19: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 4BC8B1065672 for ; Mon, 4 Jul 2011 19: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 269528FC1F for ; Mon, 4 Jul 2011 19: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 p64JoBOp021211 for ; Mon, 4 Jul 2011 19: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 p64JoA74021210; Mon, 4 Jul 2011 19:50:11 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 19:50:11 GMT Resent-Message-Id: <201107041950.p64JoA74021210@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D2D6106564A for ; Mon, 4 Jul 2011 19:46:19 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa01b.plala.or.jp (msa01.plala.or.jp [IPv6:2400:7800:0:5010::1]) by mx1.freebsd.org (Postfix) with ESMTP id 94D3E8FC08 for ; Mon, 4 Jul 2011 19:46:18 +0000 (UTC) Received: from terpsichore.kaumoge.org ([121.118.68.106]) by msa01b.plala.or.jp with ESMTP id <20110704194617.RXBT11715.msa01b.plala.or.jp@terpsichore.kaumoge.org> for ; Tue, 5 Jul 2011 04:46:17 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by terpsichore.kaumoge.org (8.14.4/8.14.4/20101205) with ESMTP id p64JkGQV089767 for ; Tue, 5 Jul 2011 04:46:16 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <86mxgtx20n.wl%umq@ueo.co.jp> Date: Tue, 05 Jul 2011 04:46:16 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158645: [patch] security/libassuan update to 2.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 19:50:11 -0000 >Number: 158645 >Category: ports >Synopsis: [patch] security/libassuan update to 2.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 19:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD calliope.****.org 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: The new version of security/libassuan 2.0.2 is available Release announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2011q3/000308.html >How-To-Repeat: N/A >Fix: The patch follows: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/libassuan/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 14 Jan 2011 18:02:22 -0000 1.19 +++ Makefile 4 Jul 2011 19:44:23 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libassuan -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.0.2 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR=${PORTNAME} @@ -17,6 +16,10 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= IPC library used by GnuPG and gpgme +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB + LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth \ gpg-error:${PORTSDIR}/security/libgpg-error Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/libassuan/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 22 Dec 2010 19:16:12 -0000 1.14 +++ distinfo 4 Jul 2011 19:44:23 -0000 @@ -1,4 +1,4 @@ -SHA256 (libassuan-2.0.1.tar.bz2) = 1117be532ac41b13790b4756df7fa747d3d04264f7b4544aa9d7ff468a24b457 -SIZE (libassuan-2.0.1.tar.bz2) = 494384 -SHA256 (libassuan-2.0.1.tar.bz2.sig) = 4a9416944938278907904c4e1e44ebf25c2c9d0ebba7f7491e262fab181eb4fc -SIZE (libassuan-2.0.1.tar.bz2.sig) = 158 +SHA256 (libassuan-2.0.2.tar.bz2) = 61e0cba33dcbade2dce953b95f06b843af2a73de875303f2585227ecd475b4d8 +SIZE (libassuan-2.0.2.tar.bz2) = 491172 +SHA256 (libassuan-2.0.2.tar.bz2.sig) = 13c2189acc2c3f054fba829c0f5578b357afb04ae09b8c85b268edb02ed22bae +SIZE (libassuan-2.0.2.tar.bz2.sig) = 326 cvs diff: Diffing files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 19: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 309111065670; Mon, 4 Jul 2011 19: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 08B018FC13; Mon, 4 Jul 2011 19: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 p64JoLxN022060; Mon, 4 Jul 2011 19:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64JoLvq022052; Mon, 4 Jul 2011 19:50:21 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 19:50:21 GMT Message-Id: <201107041950.p64JoLvq022052@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158645: [patch] security/libassuan update to 2.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 19:50:22 -0000 Synopsis: [patch] security/libassuan update to 2.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 19:50:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158645 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 20: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 48D991065675 for ; Mon, 4 Jul 2011 20: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 1FC578FC1E for ; Mon, 4 Jul 2011 20: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 p64KK7Tx048127 for ; Mon, 4 Jul 2011 20: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 p64KK7SS048126; Mon, 4 Jul 2011 20:20:07 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 20:20:07 GMT Resent-Message-Id: <201107042020.p64KK7SS048126@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "B.Euler" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03B171065673 for ; Mon, 4 Jul 2011 20:15:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CDE248FC22 for ; Mon, 4 Jul 2011 20:15: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 p64KFiSh001217 for ; Mon, 4 Jul 2011 20:15:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64KFiRZ001207; Mon, 4 Jul 2011 20:15:44 GMT (envelope-from nobody) Message-Id: <201107042015.p64KFiRZ001207@red.freebsd.org> Date: Mon, 4 Jul 2011 20:15:44 GMT From: "B.Euler" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158646: sysutils/flexbackup shows a perl deprecated warning with 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: Mon, 04 Jul 2011 20:20:08 -0000 >Number: 158646 >Category: ports >Synopsis: sysutils/flexbackup shows a perl deprecated warning with perl 5.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 20:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: B.Euler >Release: FreeBSD 8.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD server.local 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: The port sysutils/flexbackup shows a perl deprecated warning when perl version 5.12 is used. I have recently updated to 5.12 an noticed this warning when running flexbackup: defined(%hash) is deprecated at /usr/local/bin/flexbackup line 1053. (Maybe you should just omit the defined()?) defined(%hash) is deprecated at /usr/local/bin/flexbackup line 4885. (Maybe you should just omit the defined()?) >How-To-Repeat: * Install flexbackup from ports * update to perl-1.12 (if not already installed) * call flexbackup like "flexbackup -dir /tmp -device /usr/home >Fix: Based on this patch http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.12-deprecation-warning.patch?view=log a modification the latest flexbackup version 1.2.1_4 worked for me: --- flexbackup.~1~ 2010-10-09 13:19:27.633694860 +0200 +++ flexbackup 2010-10-09 13:21:52.396818511 +0200 @@ -133,6 +133,9 @@ # tar has a limit of this many chars in its volume label $::tar_max_label = 99; +# Define the prune hash to avoid warnings with perl 5.12 +use vars qw( %prune ); + # Get commandline flags %::opt = (); if (! &::GetOptions(\%::opt, @@ -1050,6 +1053,6 @@ } else { $prunekey = $dir; } - if (defined(%{$::prune{$prunekey}})) { + if (defined($prune{$prunekey})) { &log("| NOTE: \$prune is ignored for type=dump"); } @@ -4885,7 +4885,7 @@ $prunekey = $dir; } - if (defined(%{$::prune{$prunekey}})) { + if (defined($prune{$prunekey})) { my $rex; # FreeBSD needs -E (above) and no backslashes around the (|) chars if ($::uname =~ /FreeBSD/) { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 20: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 B29751065673; Mon, 4 Jul 2011 20:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A2578FC13; Mon, 4 Jul 2011 20: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 p64KKMgD049172; Mon, 4 Jul 2011 20:20:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64KKMHQ049161; Mon, 4 Jul 2011 20:20:22 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 20:20:22 GMT Message-Id: <201107042020.p64KKMHQ049161@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mva@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158646: sysutils/flexbackup shows a perl deprecated warning with 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: Mon, 04 Jul 2011 20:20:22 -0000 Synopsis: sysutils/flexbackup shows a perl deprecated warning with perl 5.12 Responsible-Changed-From-To: freebsd-ports-bugs->mva Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 20: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=158646 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 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 0F882106566B for ; Mon, 4 Jul 2011 21: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 CC5088FC0C for ; Mon, 4 Jul 2011 21: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 p64L0JiO084253 for ; Mon, 4 Jul 2011 21: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 p64L0JT5084247; Mon, 4 Jul 2011 21:00:19 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 21:00:19 GMT Resent-Message-Id: <201107042100.p64L0JT5084247@freefall.freebsd.org> 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 59564106564A for ; Mon, 4 Jul 2011 20:56: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 2F74A8FC17 for ; Mon, 4 Jul 2011 20:56: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 p64Ku8h3073795 for ; Mon, 4 Jul 2011 20:56:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64Ku8Ak073794; Mon, 4 Jul 2011 20:56:08 GMT (envelope-from nobody) Message-Id: <201107042056.p64Ku8Ak073794@red.freebsd.org> Date: Mon, 4 Jul 2011 20:56:08 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158647: audio/bebocd: request for marking it BROKEN and DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 21:00:20 -0000 >Number: 158647 >Category: ports >Synopsis: audio/bebocd: request for marking it BROKEN and DEPRECATED >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 21:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: Builds fine, but runtime is broken. bebocd tries to find mapped cd-disc on hardcoded path - /dev/cdrom that we don't have by default. If i create symlink /dev/cdrom -> /dev/cd0 then it seems playing something but i have no sound. The last release was in 2003, so this looks like abandonware and good candidate for removing. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 21: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 9E9AB1065675; Mon, 4 Jul 2011 21: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 76C938FC1E; Mon, 4 Jul 2011 21: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 p64L0V95084917; Mon, 4 Jul 2011 21: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 p64L0VC3084905; Mon, 4 Jul 2011 21:00:31 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 21:00:31 GMT Message-Id: <201107042100.p64L0VC3084905@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158647: audio/bebocd: request for marking it BROKEN and DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 21:00:31 -0000 Synopsis: audio/bebocd: request for marking it BROKEN and DEPRECATED Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 21:00:30 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158647 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 21: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 6BEF5106568B for ; Mon, 4 Jul 2011 21: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 2EE898FC15 for ; Mon, 4 Jul 2011 21: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 p64LKB25003249 for ; Mon, 4 Jul 2011 21: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 p64LKBKY003248; Mon, 4 Jul 2011 21:20:11 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 21:20:11 GMT Resent-Message-Id: <201107042120.p64LKBKY003248@freefall.freebsd.org> 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 CDC35106564A for ; Mon, 4 Jul 2011 21:15:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BCCD08FC15 for ; Mon, 4 Jul 2011 21:15:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p64LFaaT009070 for ; Mon, 4 Jul 2011 21:15:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p64LFa3m009069; Mon, 4 Jul 2011 21:15:36 GMT (envelope-from nobody) Message-Id: <201107042115.p64LFa3m009069@red.freebsd.org> Date: Mon, 4 Jul 2011 21:15:36 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158648: audio/coverhunter: request for marking it BROKEN and DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 21:20:11 -0000 >Number: 158648 >Category: ports >Synopsis: audio/coverhunter: request for marking it BROKEN and DEPRECATED >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 21:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: audio/coverhunter needs Amazon Developer's Token to actually work, but the page that is noted in pkg-message (https://associates.amazon.com/exec/panama/associates/join/developer/application.html) is no more exists, and i wasn't able to register any free developer accounts on amazon - all of them need to apply credit card payment (and very probably APIs had changed so far). So this application have not use for us, and i believe should be removed from the ports tree. The latest release was in 2004, so it looks like abandonware. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 21:20: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 121321065672; Mon, 4 Jul 2011 21:20: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 DC7148FC20; Mon, 4 Jul 2011 21:20: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 p64LKO2L004226; Mon, 4 Jul 2011 21:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64LKOLQ004216; Mon, 4 Jul 2011 21:20:24 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 21:20:24 GMT Message-Id: <201107042120.p64LKOLQ004216@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158648: audio/coverhunter: request for marking it BROKEN and DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 21:20:25 -0000 Synopsis: audio/coverhunter: request for marking it BROKEN and DEPRECATED Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 21:20:24 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158648 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 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 A923E106564A for ; Mon, 4 Jul 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 6438B8FC0A for ; Mon, 4 Jul 2011 22: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 p64M0Mg9038871 for ; Mon, 4 Jul 2011 22: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 p64M0MHY038868; Mon, 4 Jul 2011 22:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2011 22:00:22 GMT Resent-Message-Id: <201107042200.p64M0MHY038868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16AAB1065672 for ; Mon, 4 Jul 2011 21:53:47 +0000 (UTC) (envelope-from kubito@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 CC1E08FC1A for ; Mon, 4 Jul 2011 21:53:46 +0000 (UTC) Received: by gxk28 with SMTP id 28so2642762gxk.13 for ; Mon, 04 Jul 2011 14:53:46 -0700 (PDT) Received: by 10.151.113.15 with SMTP id q15mr4160501ybm.385.1309816426018; Mon, 04 Jul 2011 14:53:46 -0700 (PDT) Received: from localhost ([189.61.199.245]) by mx.google.com with ESMTPS id a47sm4332953yhj.10.2011.07.04.14.53.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jul 2011 14:53:45 -0700 (PDT) Message-Id: <4e123669.c78aec0a.61e5.50ea@mx.google.com> Date: Mon, 04 Jul 2011 14:53:45 -0700 (PDT) From: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mi@aldan.algebra.com Subject: ports/158649: print/lyx14: Remove port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 22:00:22 -0000 >Number: 158649 >Category: ports >Synopsis: print/lyx14: Remove 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: Mon Jul 04 22:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #31: Sat Jun 18 13:48:12 BRT 2011 root@gibbon:/usr/obj/usr/src/sys/GIBBON amd64 >Description: As discussed in private mail with the maintainer, the lyx14 port should be removed, as it has been unmaintained upstream since 2007, and we have newer (1.6 and 2.0) series of LyX in the tree. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 22: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 0F910106567A; Mon, 4 Jul 2011 22: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 DBFA88FC19; Mon, 4 Jul 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 p64M0YAF039607; Mon, 4 Jul 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 p64M0YQg039596; Mon, 4 Jul 2011 22:00:34 GMT (envelope-from edwin) Date: Mon, 4 Jul 2011 22:00:34 GMT Message-Id: <201107042200.p64M0YQg039596@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158649: print/lyx14: Remove 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: Mon, 04 Jul 2011 22:00:35 -0000 Synopsis: print/lyx14: Remove port Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 4 22:00:33 UTC 2011 Responsible-Changed-Why: mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158649 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 23:27: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 4D835106566C; Mon, 4 Jul 2011 23:27:20 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25CB58FC0C; Mon, 4 Jul 2011 23:27: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 p64NRKHi020331; Mon, 4 Jul 2011 23:27:20 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64NRKtP020327; Mon, 4 Jul 2011 23:27:20 GMT (envelope-from beech) Date: Mon, 4 Jul 2011 23:27:20 GMT Message-Id: <201107042327.p64NRKtP020327@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158619: update port textproc/dikt to version 2g X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Jul 2011 23:27:20 -0000 Synopsis: update port textproc/dikt to version 2g Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Mon Jul 4 23:26:41 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158619 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 01: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 3447B10656AD for ; Tue, 5 Jul 2011 01: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 ADE0C8FC28 for ; Tue, 5 Jul 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 p6510Lr8005734 for ; Tue, 5 Jul 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 p6510LtQ005733; Tue, 5 Jul 2011 01:00:21 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 01:00:21 GMT Resent-Message-Id: <201107050100.p6510LtQ005733@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5EC01065670 for ; Tue, 5 Jul 2011 00:53: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 A61888FC1B for ; Tue, 5 Jul 2011 00:53: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 p650r9kW080970 for ; Tue, 5 Jul 2011 00:53:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p650r97u080964; Tue, 5 Jul 2011 00:53:09 GMT (envelope-from nobody) Message-Id: <201107050053.p650r97u080964@red.freebsd.org> Date: Tue, 5 Jul 2011 00:53:09 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158651: [unbreak] mail/enigmail 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 01:00:27 -0000 >Number: 158651 >Category: ports >Synopsis: [unbreak] mail/enigmail 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 01:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: mail/enigmail - Unbreak building of enigmail 1.2 (required for TB 5) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nur enigmail.orig/Makefile enigmail/Makefile --- enigmail.orig/Makefile 2011-07-05 02:41:44.000000000 +0200 +++ enigmail/Makefile 2011-07-05 02:46:01.000000000 +0200 @@ -15,7 +15,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= A GnuPG extension for the Mozilla mail clients -EXTRACT_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:configure \ +EXTRACT_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:${_GECKO_TARGET} \ ${GECKO:C/[0-9]//}:${PORTSDIR}/${GECKO_PORTDIR} \ gmake:${PORTSDIR}/devel/gmake \ intltool-extract:${PORTSDIR}/textproc/intltool \ @@ -25,7 +25,9 @@ gpg:${PORTSDIR}/security/gnupg .if ${PORTVERSION} == "1.2" -IGNORE= doesn't currently build +_GECKO_TARGET= build +.else +_GECKO_TARGET= configure .endif .if !defined(GECKO) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 01: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 86C0D106566B; Tue, 5 Jul 2011 01: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 5F2298FC1C; Tue, 5 Jul 2011 01: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 p6510ckO006666; Tue, 5 Jul 2011 01: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 p6510c1D006661; Tue, 5 Jul 2011 01:00:38 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 01:00:38 GMT Message-Id: <201107050100.p6510c1D006661@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158651: [unbreak] mail/enigmail 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 01:00:38 -0000 Synopsis: [unbreak] mail/enigmail 1.2 Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 01:00:37 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158651 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03: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 1C0241065675 for ; Tue, 5 Jul 2011 03: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 D835F8FC12 for ; Tue, 5 Jul 2011 03: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 p653AA9l023293 for ; Tue, 5 Jul 2011 03: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 p653AAEJ023292; Tue, 5 Jul 2011 03:10:10 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 03:10:10 GMT Resent-Message-Id: <201107050310.p653AAEJ023292@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ychsiao Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3878106564A for ; Tue, 5 Jul 2011 03:07:50 +0000 (UTC) (envelope-from ychsiao@FreeBSD.stu.edu.tw) Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [IPv6:2001:e10:c41:eeee::3]) by mx1.freebsd.org (Postfix) with ESMTP id 843188FC15 for ; Tue, 5 Jul 2011 03:07:50 +0000 (UTC) Received: by FreeBSD.stu.edu.tw (Postfix, from userid 1000) id 1CBF730E035; Tue, 5 Jul 2011 11:07:48 +0800 (CST) Message-Id: <20110705030748.1CBF730E035@FreeBSD.stu.edu.tw> Date: Tue, 5 Jul 2011 11:07:48 +0800 (CST) From: ychsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158654: [MAINTAINER] www/wordpress: update to 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: Tue, 05 Jul 2011 03:10:11 -0000 >Number: 158654 >Category: ports >Synopsis: [MAINTAINER] www/wordpress: update to 3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 03:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: ychsiao >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: Shu-Te University >Environment: System: FreeBSD FreeBSD.stu.edu.tw 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Mon May 2 22:39:45 CST >Description: - Update to 3.2 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- wordpress-3.2,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/wordpress/Makefile /home/ychsiao/project/wordpress/Makefile --- /usr/ports/www/wordpress/Makefile 2011-07-03 12:07:57.000000000 +0800 +++ /home/ychsiao/project/wordpress/Makefile 2011-07-05 11:05:21.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.1.4 +PORTVERSION= 3.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff -ruN --exclude=CVS /usr/ports/www/wordpress/distinfo /home/ychsiao/project/wordpress/distinfo --- /usr/ports/www/wordpress/distinfo 2011-07-03 12:07:57.000000000 +0800 +++ /home/ychsiao/project/wordpress/distinfo 2011-07-05 11:06:06.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.1.4.tar.gz) = ad5368d0beb7646bc1cd152fd08551e158ee0dae61f01f18939cee9c485b00eb -SIZE (wordpress-3.1.4.tar.gz) = 2764719 +SHA256 (wordpress-3.2.tar.gz) = 12a94a9226c5387ef41057653d62cf7b1fd47df0ec95e87749b7f085fc05b742 +SIZE (wordpress-3.2.tar.gz) = 3560784 --- wordpress-3.2,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03:13: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 4E156106566B; Tue, 5 Jul 2011 03:13:15 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 260A48FC17; Tue, 5 Jul 2011 03:13: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 p653DFSM031517; Tue, 5 Jul 2011 03:13:15 GMT (envelope-from tabthorpe@freefall.freebsd.org) Received: (from tabthorpe@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p653DE9v031513; Tue, 5 Jul 2011 03:13:14 GMT (envelope-from tabthorpe) Date: Tue, 5 Jul 2011 03:13:14 GMT Message-Id: <201107050313.p653DE9v031513@freefall.freebsd.org> To: tabthorpe@FreeBSD.org, rnoland@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: tabthorpe@FreeBSD.org Cc: Subject: Re: ports/151137: [patch] x11-wm/compiz compiz-manager X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 03:13:15 -0000 Synopsis: [patch] x11-wm/compiz compiz-manager Responsible-Changed-From-To: rnoland->freebsd-ports-bugs Responsible-Changed-By: tabthorpe Responsible-Changed-When: Tue Jul 5 03:13:13 UTC 2011 Responsible-Changed-Why: Reassign to the heap http://www.freebsd.org/cgi/query-pr.cgi?pr=151137 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03:18: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 DA2BD1065670; Tue, 5 Jul 2011 03:18:12 +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 B21548FC08; Tue, 5 Jul 2011 03:18: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 p653IC8U033254; Tue, 5 Jul 2011 03:18:12 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p653ICVc033250; Tue, 5 Jul 2011 03:18:12 GMT (envelope-from sunpoet) Date: Tue, 5 Jul 2011 03:18:12 GMT Message-Id: <201107050318.p653ICVc033250@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/158654: [MAINTAINER] www/wordpress: update to 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: Tue, 05 Jul 2011 03:18:12 -0000 Synopsis: [MAINTAINER] www/wordpress: update to 3.2 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Tue Jul 5 03:18:11 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158654 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03:23: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 623E2106566B; Tue, 5 Jul 2011 03:23:05 +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 3A4568FC0C; Tue, 5 Jul 2011 03:23: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 p653N51t042059; Tue, 5 Jul 2011 03:23:05 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p653N5GH042055; Tue, 5 Jul 2011 03:23:05 GMT (envelope-from wen) Date: Tue, 5 Jul 2011 03:23:05 GMT Message-Id: <201107050323.p653N5GH042055@freefall.freebsd.org> To: salexanov@gmail.com, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/158150: [PATCH] net-mgmt/fetchconfig: update to 0.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 03:23:05 -0000 Synopsis: [PATCH] net-mgmt/fetchconfig: update to 0.21 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Tue Jul 5 03:23:04 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158150 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03: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 0026F106567B for ; Tue, 5 Jul 2011 03: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 D14068FC22 for ; Tue, 5 Jul 2011 03: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 p653e94g052681 for ; Tue, 5 Jul 2011 03: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 p653e9nN052680; Tue, 5 Jul 2011 03:40:09 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 03:40:09 GMT Resent-Message-Id: <201107050340.p653e9nN052680@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03AE6106566C for ; Tue, 5 Jul 2011 03:32:55 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id C58758FC08 for ; Tue, 5 Jul 2011 03:32:54 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3273C5C56; Tue, 5 Jul 2011 11:32:29 +0800 (CST) Message-Id: <20110705033229.3273C5C56@sunpoet.net> Date: Tue, 5 Jul 2011 11:32:29 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: joehorn@gmail.com Subject: ports/158655: [PATCH] chinese/wordpress-zh_TW: update to 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: Tue, 05 Jul 2011 03:40:11 -0000 >Number: 158655 >Category: ports >Synopsis: [PATCH] chinese/wordpress-zh_TW: update to 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: Tue Jul 05 03:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Jun 20 21:52:00 CST 2011 >Description: - Update to 3.2 Port maintainer (joehorn@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- wordpress-zh_TW-3.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/wordpress-zh_TW/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 26 May 2011 19:23:05 -0000 1.11 +++ Makefile 5 Jul 2011 03:23:06 -0000 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.1.3 +PORTVERSION= 3.2 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/chinese/wordpress-zh_TW/distinfo,v retrieving revision 1.11 diff -u -u -r1.11 distinfo --- distinfo 26 May 2011 19:23:05 -0000 1.11 +++ distinfo 5 Jul 2011 03:23:06 -0000 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.1.3-zh_TW.tar.gz) = 88be409161d88b6e7a43ee7484f141b310944ed663c1c3a5d53269f582bb4e82 -SIZE (wordpress-3.1.3-zh_TW.tar.gz) = 3081740 +SHA256 (wordpress-3.2-zh_TW.tar.gz) = 372742538ddeb140a5f4c81f1bbdec8f9e3c937fdec11fb5b875bda93e00f5d9 +SIZE (wordpress-3.2-zh_TW.tar.gz) = 3909048 --- wordpress-zh_TW-3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03: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 0575A1065680 for ; Tue, 5 Jul 2011 03: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 3EC9A8FC25 for ; Tue, 5 Jul 2011 03: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 p653eA3F052690 for ; Tue, 5 Jul 2011 03: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 p653eA6T052689; Tue, 5 Jul 2011 03:40:10 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 03:40:10 GMT Resent-Message-Id: <201107050340.p653eA6T052689@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38CD7106564A for ; Tue, 5 Jul 2011 03:33:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 069B48FC13 for ; Tue, 5 Jul 2011 03:33:04 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 27E2B5C58; Tue, 5 Jul 2011 11:32:41 +0800 (CST) Message-Id: <20110705033241.27E2B5C58@sunpoet.net> Date: Tue, 5 Jul 2011 11:32:41 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: joehorn@gmail.com Subject: ports/158656: [PATCH] chinese/wordpress-zh_CN: update to 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: Tue, 05 Jul 2011 03:40:11 -0000 >Number: 158656 >Category: ports >Synopsis: [PATCH] chinese/wordpress-zh_CN: update to 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: Tue Jul 05 03:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Jun 20 21:52:00 CST 2011 >Description: - Update to 3.2 Port maintainer (joehorn@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- wordpress-zh_CN-3.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/wordpress-zh_CN/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 26 May 2011 19:23:46 -0000 1.11 +++ Makefile 5 Jul 2011 03:32:59 -0000 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.1.3 +PORTVERSION= 3.2 CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/chinese/wordpress-zh_CN/distinfo,v retrieving revision 1.11 diff -u -u -r1.11 distinfo --- distinfo 26 May 2011 19:23:46 -0000 1.11 +++ distinfo 5 Jul 2011 03:32:59 -0000 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.1.3-zh_CN.tar.gz) = 4b3079ce39e8d918fc683f53b4f18b95258c97c6e2f393fba7e905892e3c4ea0 -SIZE (wordpress-3.1.3-zh_CN.tar.gz) = 3114369 +SHA256 (wordpress-3.2-zh_CN.tar.gz) = 3162f9cf31eefc9d878a1b708f3ca5fae20a68750d9a6c616aa366ae0eb3fb3c +SIZE (wordpress-3.2-zh_CN.tar.gz) = 3938577 --- wordpress-zh_CN-3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03: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 B3F57106566C; Tue, 5 Jul 2011 03: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 8BCA28FC16; Tue, 5 Jul 2011 03: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 p653eJY4052869; Tue, 5 Jul 2011 03: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 p653eJj5052864; Tue, 5 Jul 2011 03:40:19 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 03:40:19 GMT Message-Id: <201107050340.p653eJj5052864@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158655: [PATCH] chinese/wordpress-zh_TW: update to 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: Tue, 05 Jul 2011 03:40:19 -0000 Synopsis: [PATCH] chinese/wordpress-zh_TW: update to 3.2 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 03:40:19 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158655 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 03:40: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 EED86106566B; Tue, 5 Jul 2011 03:40: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 C71E48FC12; Tue, 5 Jul 2011 03:40: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 p653eVuO053792; Tue, 5 Jul 2011 03:40:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p653eVT3053784; Tue, 5 Jul 2011 03:40:31 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 03:40:31 GMT Message-Id: <201107050340.p653eVT3053784@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158656: [PATCH] chinese/wordpress-zh_CN: update to 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: Tue, 05 Jul 2011 03:40:32 -0000 Synopsis: [PATCH] chinese/wordpress-zh_CN: update to 3.2 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 03:40:31 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158656 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 04: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 69A14106564A for ; Tue, 5 Jul 2011 04: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 46ADF8FC13 for ; Tue, 5 Jul 2011 04: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 p654e9rJ007980 for ; Tue, 5 Jul 2011 04: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 p654e9dZ007979; Tue, 5 Jul 2011 04:40:09 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 04:40:09 GMT Resent-Message-Id: <201107050440.p654e9dZ007979@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5125B106564A for ; Tue, 5 Jul 2011 04:39:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 40D958FC08 for ; Tue, 5 Jul 2011 04:39:00 +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 p654d0dk024106 for ; Tue, 5 Jul 2011 04:39:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p654cxoK024105; Tue, 5 Jul 2011 04:38:59 GMT (envelope-from nobody) Message-Id: <201107050438.p654cxoK024105@red.freebsd.org> Date: Tue, 5 Jul 2011 04:38:59 GMT From: "Mikhail T." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158657: [PATCH] update databases/pgbouncer to recent 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, 05 Jul 2011 04:40:09 -0000 >Number: 158657 >Category: ports >Synopsis: [PATCH] update databases/pgbouncer to recent 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 Jul 05 04:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: 8.2 >Organization: >Environment: FreeBSD red 8.2-RELEASE FreeBSD 8.2-RELEASE #1 r218780: Thu Mar 10 21:36:01 MSK 2011 root@red:/usr/obj/usr/src/sys/XGATE amd64 >Description: Update to 1.4.2 Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1863 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/pgbouncer/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 8 Jun 2011 17:13:12 -0000 1.14 +++ Makefile 5 Jul 2011 04:36:37 -0000 @@ -6,9 +6,9 @@ # PORTNAME= pgbouncer -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/2987/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/3085/ MAINTAINER= skv@FreeBSD.org COMMENT= Lightweight connection pooler for PostgreSQL Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/pgbouncer/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 8 Jun 2011 17:13:12 -0000 1.10 +++ distinfo 5 Jul 2011 04:36:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (pgbouncer-1.4.1.tar.gz) = 24cd8fdeb6725bec260e5efbd21ba1e0a3f14b741b7003285760d178d6505672 -SIZE (pgbouncer-1.4.1.tar.gz) = 282728 +SHA256 (pgbouncer-1.4.2.tar.gz) = e9916f08621f8ad4134840049a41783fa93d056905d445942f8aa1d2e5aa1eae +SIZE (pgbouncer-1.4.2.tar.gz) = 283204 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 04:40: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 EDDB81065672; Tue, 5 Jul 2011 04:40: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 C62BC8FC18; Tue, 5 Jul 2011 04:40: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 p654eIuD008157; Tue, 5 Jul 2011 04: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 p654eIxv008153; Tue, 5 Jul 2011 04:40:18 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 04:40:18 GMT Message-Id: <201107050440.p654eIxv008153@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158657: [PATCH] update databases/pgbouncer to recent 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, 05 Jul 2011 04:40:19 -0000 Synopsis: [PATCH] update databases/pgbouncer to recent version Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 04: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=158657 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 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 96179106564A for ; Tue, 5 Jul 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 84C678FC17 for ; Tue, 5 Jul 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 p656eA4G022837 for ; Tue, 5 Jul 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 p656eAH0022836; Tue, 5 Jul 2011 06:40:10 GMT (envelope-from gnats) Date: Tue, 5 Jul 2011 06:40:10 GMT Message-Id: <201107050640.p656eAH0022836@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Vladimir Chukharev" Cc: Subject: Re: ports/158305: math/scilab Error building the scilab manual file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vladimir Chukharev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 06:40:10 -0000 The following reply was made to PR ports/158305; it has been noted by GNATS. From: "Vladimir Chukharev" To: bug-followup@freebsd.org, "Max Brazhnikov" Cc: Subject: Re: ports/158305: math/scilab Error building the scilab manual file Date: Tue, 05 Jul 2011 09:32:02 +0300 On Mon, 04 Jul 2011 08:23:08 +0300, Vladimir Chukharev wrote: > On Sun, 03 Jul 2011 15:42:43 +0300, Max Brazhnikov wrote: > >> Could you check you scilab dependencies with 'pkg_info -g'? I remember I had >> similar error, if not exactly the same, and the culprit was corrupted package >> for one of xml* ports. >> >> Max >> > > Thanks for the suggestion, I can do that. ... > I will reinstall gettext, hdf-java and/or junit and come back tomorrow. Deleting junit and re-installing hdf-java and gettext fixes 'pkg_info -g', but not installation of scilab. After the installation, the same report is obtained from 'pkg_info -g'. I'm inclined to think that this is a problem of 32-bit java on a 64-bit processor. Is there a way to check this convincingly? -- Vladimir Chukharev Tampere University of Technology From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 08: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 8360A106564A for ; Tue, 5 Jul 2011 08: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 640B68FC14 for ; Tue, 5 Jul 2011 08: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 p658A83L031235 for ; Tue, 5 Jul 2011 08: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 p658A89Z031234; Tue, 5 Jul 2011 08:10:08 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 08:10:08 GMT Resent-Message-Id: <201107050810.p658A89Z031234@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CECB4106564A for ; Tue, 5 Jul 2011 08:08:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 6607E8FC21 for ; Tue, 5 Jul 2011 08:08:16 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 5ED665148; Tue, 5 Jul 2011 16:07:51 +0800 (CST) Message-Id: <20110705080751.5ED665148@sunpoet.net> Date: Tue, 5 Jul 2011 16:07:51 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: swills@FreeBSD.org Subject: ports/158658: [PATCH] databases/p5-Memcached-libmemcached: update to 0.44.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 08:10:08 -0000 >Number: 158658 >Category: ports >Synopsis: [PATCH] databases/p5-Memcached-libmemcached: update to 0.44.06 >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 Jul 05 08:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Jun 20 21:52:00 CST 2011 >Description: - Update to 0.44.06 Port maintainer (swills@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Memcached-libmemcached-0.44.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-Memcached-libmemcached/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 20 Jun 2011 08:34:48 -0000 1.8 +++ Makefile 5 Jul 2011 08:03:03 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Memcached-libmemcached -PORTVERSION= 0.21.01 +PORTVERSION= 0.44.06 CATEGORIES= databases devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TIMB @@ -16,29 +16,38 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Report on and update an SQLite database -LIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached - PERL_CONFIGURE= yes -USE_PERL5= 5.8+ USE_LDCONFIG= yes MAN3= Memcached::libmemcached.3 \ Memcached::libmemcached::API.3 \ Memcached::libmemcached::constants.3 \ + Memcached::libmemcached::memcached_analyze.3 \ Memcached::libmemcached::memcached_auto.3 \ Memcached::libmemcached::memcached_behavior.3 \ Memcached::libmemcached::memcached_callback.3 \ Memcached::libmemcached::memcached_create.3 \ Memcached::libmemcached::memcached_delete.3 \ + Memcached::libmemcached::memcached_dump.3 \ Memcached::libmemcached::memcached_flush.3 \ + Memcached::libmemcached::memcached_flush_buffers.3 \ + Memcached::libmemcached::memcached_generate_hash_value.3 \ Memcached::libmemcached::memcached_get.3 \ + Memcached::libmemcached::memcached_memory_allocators.3 \ + Memcached::libmemcached::memcached_pool.3 \ Memcached::libmemcached::memcached_quit.3 \ + Memcached::libmemcached::memcached_result_st.3 \ + Memcached::libmemcached::memcached_sasl.3 \ Memcached::libmemcached::memcached_server_st.3 \ Memcached::libmemcached::memcached_servers.3 \ Memcached::libmemcached::memcached_set.3 \ Memcached::libmemcached::memcached_stats.3 \ Memcached::libmemcached::memcached_strerror.3 \ + Memcached::libmemcached::memcached_user_data.3 \ Memcached::libmemcached::memcached_verbosity.3 \ Memcached::libmemcached::memcached_version.3 +post-patch: + @${REINPLACE_CMD} -e '/my $$configure_args/ s|--disable-shared|& --without-memcached|' ${WRKSRC}/Makefile.PL + .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-Memcached-libmemcached/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 20 Mar 2011 12:47:37 -0000 1.7 +++ distinfo 5 Jul 2011 08:03:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (Memcached-libmemcached-0.2101.tar.gz) = 550e7ae1cdbddfd2209227ac3aa2b212b2d36d5e6ad4bb567e49ffb23090eb47 -SIZE (Memcached-libmemcached-0.2101.tar.gz) = 505078 +SHA256 (Memcached-libmemcached-0.4406.tar.gz) = def5f5c43ebcf49bd60b7b8cebe67c20ca21e03328fe5854f36d7f539bed21e3 +SIZE (Memcached-libmemcached-0.4406.tar.gz) = 837725 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/p5-Memcached-libmemcached/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 28 Mar 2008 02:35:16 -0000 1.2 +++ pkg-plist 5 Jul 2011 08:03:03 -0000 @@ -18,6 +18,15 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_strerror.pm %%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_verbosity.pm %%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_version.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_pool.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_memory_allocators.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_generate_hash_value.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_sasl.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_user_data.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_analyze.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_result_st.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_dump.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Memcached/libmemcached/memcached_flush_buffers.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Memcached/libmemcached/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Memcached/libmemcached/libmemcached.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Memcached/libmemcached/libmemcached.so --- p5-Memcached-libmemcached-0.44.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 08: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 CA58610656AE; Tue, 5 Jul 2011 08: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 A24508FC08; Tue, 5 Jul 2011 08: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 p658AHAh031494; Tue, 5 Jul 2011 08: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 p658AHB9031490; Tue, 5 Jul 2011 08:10:17 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 08:10:17 GMT Message-Id: <201107050810.p658AHB9031490@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158658: [PATCH] databases/p5-Memcached-libmemcached: update to 0.44.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 08:10:17 -0000 Synopsis: [PATCH] databases/p5-Memcached-libmemcached: update to 0.44.06 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 08: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=158658 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 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 EDB591065674 for ; Tue, 5 Jul 2011 08: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 C675A8FC1C for ; Tue, 5 Jul 2011 08: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 p658o4Uw071331 for ; Tue, 5 Jul 2011 08: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 p658o4xP071330; Tue, 5 Jul 2011 08:50:04 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 08:50:04 GMT Resent-Message-Id: <201107050850.p658o4xP071330@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Samorukov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F31271065679 for ; Tue, 5 Jul 2011 08:44:30 +0000 (UTC) (envelope-from root@os2.ru) Received: from s1.sdv.com.ua (s1.sdv.com.ua [77.120.97.61]) by mx1.freebsd.org (Postfix) with ESMTP id B59E98FC13 for ; Tue, 5 Jul 2011 08:44:30 +0000 (UTC) Received: from 90-105-243-80.cust.centrio.cz ([80.243.105.90] helo=os2.ru) by s1.sdv.com.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1Qe1F3-000AVK-BG; Tue, 05 Jul 2011 11:44:28 +0300 Received: from root by os2.ru with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1Qe1Ew-00050m-32; Tue, 05 Jul 2011 10:44:18 +0200 Message-Id: Date: Tue, 05 Jul 2011 10:44:18 +0200 From: Alex Samorukov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: samm@os2.kiev.ua Subject: ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 08:50:05 -0000 >Number: 158659 >Category: ports >Synopsis: [MAINTAINER] sysutils/atop: update to 1.26.b5 >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 Jul 05 08:50:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 8.2-RELEASE i386 >Organization: NetArt s.r.o. >Environment: System: FreeBSD bsd 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 >Description: - Update to 1.26.b5 - Describe atop rc script variables - Fix install message Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- atop-1.26.b5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/atop/Makefile /root/atop/Makefile --- /usr/ports/sysutils/atop/Makefile 2011-07-04 09:50:42.000000000 +0200 +++ /root/atop/Makefile 2011-07-05 10:36:50.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= atop -PORTVERSION= 1.26.b4 -PORTREVISION= 1 +PORTVERSION= 1.26.b5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR=atop-freebsd diff -ruN --exclude=CVS /usr/ports/sysutils/atop/distinfo /root/atop/distinfo --- /usr/ports/sysutils/atop/distinfo 2011-07-02 15:23:32.000000000 +0200 +++ /root/atop/distinfo 2011-07-05 10:37:07.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (atop-1.26.fbsd.beta4.tar.bz2) = 1ac8ebc8ed47c2789f2eb22b4a84e3b2e624b6c55cc6c827026e3821e861fbb0 -SIZE (atop-1.26.fbsd.beta4.tar.bz2) = 130254 +SHA256 (atop-1.26.fbsd.beta5.tar.bz2) = 7c28d0ebe4473c0041c8a392ee91e1869853674b3577a4287a3d32f759aeac65 +SIZE (atop-1.26.fbsd.beta5.tar.bz2) = 130289 diff -ruN --exclude=CVS /usr/ports/sysutils/atop/files/atop.in /root/atop/files/atop.in --- /usr/ports/sysutils/atop/files/atop.in 2011-07-04 09:50:42.000000000 +0200 +++ /root/atop/files/atop.in 2011-07-05 10:36:14.000000000 +0200 @@ -11,6 +11,20 @@ # /etc/rc.conf.local # /etc/rc.conf.d/atop # +# Add the following lines to /etc/rc.conf to enable atop in daemon mode: +# atop_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable atop in daemon mode +# atop_interval (str): Set to 10 by default +# Interval for data capture. +# atop_logdir (str): Set to "%%LOGDIR%%". +# Directory to store atop binary logs +# atop_keepdays (str): Set to 30 by default. +# Number of days to keep the logs when "rotate" +# command is running. +# atop_flags (str): Set to "" by default. +# Extra flags passed to start command. +# +# # DO NOT CHANGE THESE DEFAULT VALUES HERE . /etc/rc.subr @@ -45,7 +59,6 @@ atop_rotate() { - echo "Rotating logfile (${name})." # write final sample and stop sig_stop=SIGUSR2 diff -ruN --exclude=CVS /usr/ports/sysutils/atop/files/pkg-message.in /root/atop/files/pkg-message.in --- /usr/ports/sysutils/atop/files/pkg-message.in 2011-07-02 15:23:32.000000000 +0200 +++ /root/atop/files/pkg-message.in 2011-07-05 10:41:42.000000000 +0200 @@ -10,7 +10,7 @@ You will also need to add "rotate" command to the system crontab: -0 0 * * * %%PREFIX%%/etc/rc.d/atop rotate +0 0 * * * %%PREFIX%%/etc/rc.d/atop rotate >dev/null To change number of days to keep the logs (default - 30) use atop_keepdays variable in your /etc/rc.conf file. --- atop-1.26.b5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 08: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 0982A1065673 for ; Tue, 5 Jul 2011 08: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 EB2BD8FC1D for ; Tue, 5 Jul 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 p658o62m071399 for ; Tue, 5 Jul 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 p658o66A071398; Tue, 5 Jul 2011 08:50:06 GMT (envelope-from gnats) Date: Tue, 5 Jul 2011 08:50:06 GMT Message-Id: <201107050850.p658o66A071398@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Sergey V. Dyatko" Cc: Subject: Re: ports/155547: java/jboss5 port build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Sergey V. Dyatko" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 08:50:07 -0000 The following reply was made to PR ports/155547; it has been noted by GNATS. From: "Sergey V. Dyatko" To: bug-followup@FreeBSD.org, pgardnerhome@hotmail.com Cc: Subject: Re: ports/155547: java/jboss5 port build failure Date: Tue, 5 Jul 2011 11:22:01 +0300 Hi, Buildfile: build/build.xml maven-init: [echo] Maven Home set to /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/tools/maven maven-install: [java] [INFO] Scanning for projects... [java] [INFO] Reactor build order: [java] [INFO] JBossAS Component Matrix [java] [INFO] JBoss Application Server Parent POM [java] [INFO] JBoss Application Server Thirdparty Build [java] WAGON_VERSION: 1.0-beta-2 [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Building JBossAS Component Matrix [java] [INFO] task-segment: [install] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}] [java] [INFO] [site:attach-descriptor] [java] [INFO] Preparing source:jar [java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}] [java] [INFO] [source:jar {execution: attach-sources}] [java] [INFO] [install:install] [java] [INFO] Installing /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/component-matrix/pom.xml to /root/.m2/repository/org/jboss/jbossas/jboss-as-component-matrix/5.1.0.GA/jboss-as-component-matrix-5.1.0.GA.pom [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Building JBoss Application Server Parent POM [java] [INFO] task-segment: [install] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}] [java] [INFO] [enforcer:enforce {execution: enforce-java-maven-versions}] [java] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] [java] [INFO] [site:attach-descriptor] [java] [INFO] Preparing source:jar [java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}] [java] [INFO] [enforcer:enforce {execution: enforce-java-maven-versions}] [java] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] [java] [INFO] [source:jar {execution: attach-sources}] [java] [INFO] [install:install] [java] [INFO] Installing /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/pom.xml to /root/.m2/repository/org/jboss/jbossas/jboss-as-parent/5.1.0.GA/jboss-as-parent-5.1.0.GA.pom [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Building JBoss Application Server Thirdparty Build [java] [INFO] task-segment: [install] [java] [INFO] ------------------------------------------------------------------------ [java] Downloading: http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom [java] Downloading: http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom [java] Downloading: http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom [java] Downloading: http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom [java] [INFO] ------------------------------------------------------------------------ [java] [ERROR] BUILD ERROR [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Error building POM (may not be this project's POM). [java] [java] [java] Project ID: org.jboss.maven.plugins:maven-jboss-license-plugin [java] [java] Reason: POM 'org.jboss.maven.plugins:maven-jboss-license-plugin' not found in repository: Unable to download the artifact from any repository [java] [java] org.jboss.maven.plugins:maven-jboss-license-plugin:pom:1.0.0 [java] [java] from the specified remote repositories: [java] snapshots.jboss.org (http://snapshots.jboss.org/maven2), [java] central (http://repo1.maven.org/maven2), [java] repository.jboss.org (http://repository.jboss.org/maven2) [java] for project org.jboss.maven.plugins:maven-jboss-license-plugin [java] [java] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] For more information, run Maven with the -e switch [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 6 seconds [java] [INFO] Finished at: Tue Jul 05 13:19:22 GMT 2011 [java] [INFO] Final Memory: 26M/186M [java] [INFO] ------------------------------------------------------------------------ [java] Java Result: 1 BUILD FAILED /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/build/build.xml:1084: Unable to build maven modules. See maven output for details. Total time: 7 seconds *** Error code 1 Stop in /usr/ports/java/jboss5. cash-service# make maintainer jonc@chen.org.nz cash-service# env STY=73762.pts-0.master-cash1 TERM=screen TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\ :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ :li#34:co#120:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\ :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\ :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\ :se=\E[23m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\ :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:G0:\ :as=\E(0:ae=\E(B:\ :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ :k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\ :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ :F1=\E[23~:F2=\E[24~:kb=^H:kh=\E[1~:@1=\E[1~:kH=\E[4~:\ :@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\ :kd=\EOB:kr=\EOC:kl=\EOD:km: WINDOW=0 SHELL=/bin/csh FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin HOME=/root USER=root HOSTTYPE=FreeBSD VENDOR=unknown OSTYPE=FreeBSD MACHTYPE=unknown SHLVL=3 PWD=/usr/ports/java/jboss5 LOGNAME=root GROUP=wheel HOST=cash-service.domain REMOTEHOST= EDITOR=vi PAGER=more cash-service# uname -rms FreeBSD 8.2-RELEASE amd64 cash-service# java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_05_jul_2011_13_00-b00) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-p4-root_05_jul_2011_13_00-b00, mixed mode) I think something wrong with build.xml or maven mirrors: [tiger@laptop]~%fetch http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom fetch: http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom: Forbidden [tiger@laptop]~%fetch http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom fetch: http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom: Not Found [tiger@laptop]~%fetch http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom fetch: http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom: Forbidden [tiger@laptop]~%fetch http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom fetch: http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jboss-license-plugin/1.0.0/maven-jboss-license-plugin-1.0.0.pom: Not Found [tiger@laptop]~% -- wbr, tiger From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 08: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 BFC8A1065676 for ; Tue, 5 Jul 2011 08: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 806798FC13 for ; Tue, 5 Jul 2011 08: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 p658o7C0071408 for ; Tue, 5 Jul 2011 08: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 p658o7OF071407; Tue, 5 Jul 2011 08:50:07 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 08:50:07 GMT Resent-Message-Id: <201107050850.p658o7OF071407@freefall.freebsd.org> 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 387181065675 for ; Tue, 5 Jul 2011 08:49:45 +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 D52608FC0C for ; Tue, 5 Jul 2011 08:49:44 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id A469714B7 for ; Tue, 5 Jul 2011 10:49:43 +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 egVFRq66asJv for ; Tue, 5 Jul 2011 10:49:41 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 2EB6B14AE; Tue, 5 Jul 2011 10:49:41 +0200 (CEST) Message-Id: <20110705084941.2EB6B14AE@megatron.madpilot.net> Date: Tue, 5 Jul 2011 10:49:41 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158660: [maintainer-update] comms/gnokii: Fix build with clang 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, 05 Jul 2011 08:50:07 -0000 >Number: 158660 >Category: ports >Synopsis: [maintainer-update] comms/gnokii: Fix build with clang >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 Jul 05 08:50:06 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 #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Fix build with clang on CURRENT. While I'm here also make portlint happy. >How-To-Repeat: >Fix: diff -ruN gnokii.old/Makefile gnokii/Makefile --- gnokii.old/Makefile 2011-07-05 10:25:40.752739255 +0200 +++ gnokii/Makefile 2011-07-05 10:48:42.380898636 +0200 @@ -26,15 +26,16 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes +USE_CSTD= gnu89 MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_GNOME= intltool GNU_CONFIGURE= yes +CPPFLAGS= ${CFLAGS} -I${LOCALBASE}/include -fPIC CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ --with-xgnokiidir=${PREFIX}/share CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ XGETTEXT="${LOCALBASE}/bin/xgettext" \ - CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fPIC" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="-L${WRKSRC}/common -L${LOCALBASE}/lib" \ PKG_CONFIG="${LOCALBASE}/bin/pkg-config" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 08:50:48 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D7D1065680; Tue, 5 Jul 2011 08:50:48 +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 4E3598FC08; Tue, 5 Jul 2011 08:50: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 p658omD3076010; Tue, 5 Jul 2011 08:50:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p658ombJ076005; Tue, 5 Jul 2011 08:50:48 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 08:50:48 GMT Message-Id: <201107050850.p658ombJ076005@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158660: [maintainer-update] comms/gnokii: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 08:50:48 -0000 Synopsis: [maintainer-update] comms/gnokii: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 08:50:47 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158660 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 09: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 B1BBD1065673 for ; Tue, 5 Jul 2011 09: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 93AE48FC14 for ; Tue, 5 Jul 2011 09: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 p659K74g098446 for ; Tue, 5 Jul 2011 09: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 p659K7EG098445; Tue, 5 Jul 2011 09:20:07 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 09:20:07 GMT Resent-Message-Id: <201107050920.p659K7EG098445@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04183106566B; Tue, 5 Jul 2011 09:12:37 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 95D578FC08; Tue, 5 Jul 2011 09:12:36 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 1C8C752B2; Tue, 5 Jul 2011 17:12:11 +0800 (CST) Message-Id: <20110705091211.1C8C752B2@sunpoet.net> Date: Tue, 5 Jul 2011 17:12:11 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ale@FreeBSD.org Subject: ports/158661: [PATCH] Mk/bsd.php.mk: remove BROKEN_WITH_PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 09:20:07 -0000 >Number: 158661 >Category: ports >Synopsis: [PATCH] Mk/bsd.php.mk: remove BROKEN_WITH_PHP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 09:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Jun 20 21:52:00 CST 2011 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: - Remove BROKEN_WITH_PHP Maintainer (ale@FreeBSD.org) is cc'd. >How-To-Repeat: >Fix: --- patch begins here --- Index: Mk/bsd.php.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.php.mk,v retrieving revision 1.64 diff -u -r1.64 bsd.php.mk --- Mk/bsd.php.mk 15 Apr 2011 14:52:14 -0000 1.64 +++ Mk/bsd.php.mk 5 Jul 2011 07:03:04 -0000 @@ -83,10 +83,6 @@ .endif # .if exists(${PHPBASE}/etc/php.conf) PHP_EXT_INC?= "" -# compatability shim -.if defined(BROKEN_WITH_PHP) -IGNORE_WITH_PHP=${BROKEN_WITH_PHP} -.endif .if defined(IGNORE_WITH_PHP) . for VER in ${IGNORE_WITH_PHP} . if ${PHP_VER} == "${VER}" Index: devel/php5-pinba/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/php5-pinba/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/php5-pinba/Makefile 7 Jan 2010 23:55:06 -0000 1.1 +++ devel/php5-pinba/Makefile 5 Jul 2011 07:03:04 -0000 @@ -23,7 +23,7 @@ USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 PHP_MODNAME= pinba .include Index: lang/php4/Makefile.ext =================================================================== RCS file: /home/pcvs/ports/lang/php4/Makefile.ext,v retrieving revision 1.54 diff -u -r1.54 Makefile.ext --- lang/php4/Makefile.ext 4 Dec 2010 07:32:23 -0000 1.54 +++ lang/php4/Makefile.ext 5 Jul 2011 07:03:04 -0000 @@ -4,7 +4,7 @@ USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} DEFAULT_PHP_VER=4 -BROKEN_WITH_PHP=5 +IGNORE_WITH_PHP=52 5 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Index: lang/php5/Makefile.ext =================================================================== RCS file: /home/pcvs/ports/lang/php5/Makefile.ext,v retrieving revision 1.80 diff -u -r1.80 Makefile.ext --- lang/php5/Makefile.ext 26 Apr 2011 12:05:57 -0000 1.80 +++ lang/php5/Makefile.ext 5 Jul 2011 07:03:04 -0000 @@ -4,7 +4,7 @@ USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 52 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Index: lang/php52/Makefile.ext =================================================================== RCS file: /home/pcvs/ports/lang/php52/Makefile.ext,v retrieving revision 1.6 diff -u -r1.6 Makefile.ext --- lang/php52/Makefile.ext 4 Dec 2010 07:32:24 -0000 1.6 +++ lang/php52/Makefile.ext 5 Jul 2011 07:03:04 -0000 @@ -4,7 +4,7 @@ USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} DEFAULT_PHP_VER=52 -BROKEN_WITH_PHP=4 5 +IGNORE_WITH_PHP=4 5 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Index: sysutils/dtc/Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/dtc/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- sysutils/dtc/Makefile 26 Sep 2010 22:43:06 -0000 1.34 +++ sysutils/dtc/Makefile 5 Jul 2011 07:03:04 -0000 @@ -57,7 +57,7 @@ .if defined(WITH_PHP5) DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 RUN_DEPENDS+= ${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear USE_PHP+= bz2 gd mbstring mcrypt mysql mysqli openssl pcre \ session sockets xml zlib curl --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 09: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 0EE30106566B for ; Tue, 5 Jul 2011 09: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 E43D18FC17 for ; Tue, 5 Jul 2011 09: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 p659K7IK098455 for ; Tue, 5 Jul 2011 09: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 p659K71Y098454; Tue, 5 Jul 2011 09:20:07 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 09:20:07 GMT Resent-Message-Id: <201107050920.p659K71Y098454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC45B106566C for ; Tue, 5 Jul 2011 09:13:53 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 8976C8FC1D for ; Tue, 5 Jul 2011 09:13:53 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3C17452B4; Tue, 5 Jul 2011 17:13:29 +0800 (CST) Message-Id: <20110705091329.3C17452B4@sunpoet.net> Date: Tue, 5 Jul 2011 17:13:29 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158662: [PATCH] Mk/bsd.python.mk: multiple changes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 09:20:08 -0000 >Number: 158662 >Category: ports >Synopsis: [PATCH] Mk/bsd.python.mk: multiple 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 Jul 05 09:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Jun 20 21:52:00 CST 2011 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: - Introduce PYTHON_ABIVER: fix PYTHON_INCLUDEDIR for python32 users (PYMALLOC and UCS4 are on by default) - Use devel/py-distribute as setuptools for python 3.x users - Minor changes (ports/154795), including: - Use py${PYTHON_VER} instead of ${PYTHON_VERSION:S/thon//} - Use "yes" >How-To-Repeat: >Fix: --- bsd.python.mk.patch begins here --- Index: bsd.python.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.python.mk,v retrieving revision 1.133 diff -u -r1.133 bsd.python.mk --- bsd.python.mk 27 Jun 2011 02:37:39 -0000 1.133 +++ bsd.python.mk 30 Jun 2011 06:27:05 -0000 @@ -152,14 +152,14 @@ # # PYDISTUTILS_EGGINFO # - Canonical name for egg-info. -# default: ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}.egg-info +# default: ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-py${PYTHON_VER}.egg-info # # PYDISTUTILS_NOEGGINFO # - Skip an egg-info entry from plist when defined. # # PYEASYINSTALL_EGG # - Canonical directory name for easy_install egg packages. -# default: ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg +# default: ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg # # PYEASYINSTALL_OSARCH # - Platform identifier for easy_install. @@ -286,7 +286,7 @@ .elif defined(USE_PYTHON_RUN) USE_PYTHON= ${USE_PYTHON_RUN} .else -USE_PYTHON= any +USE_PYTHON= yes .endif # defined(USE_PYTHON_BUILD) .else USE_PYTHON_BUILD= yes @@ -364,6 +364,9 @@ PYTHON_REL= 320 PYTHON_SUFFIX= 32 PYTHON_VER= 3.2 +.if exists(${PYTHON_CMD}-config) +PYTHON_ABIVER!= ${PYTHON_CMD}-config --abiflags +.endif # Python-3.1 .elif ${PYTHON_VERSION} == "python3.1" @@ -433,7 +436,8 @@ PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.rc/rc/}.tgz PYTHON_WRKSRC= ${WRKDIR}/Python-${PYTHON_PORTVERSION:S/.rc/rc/} -PYTHON_INCLUDEDIR= ${PYTHONBASE}/include/${PYTHON_VERSION} +PYTHON_ABIVER?= # empty +PYTHON_INCLUDEDIR= ${PYTHONBASE}/include/${PYTHON_VERSION}${PYTHON_ABIVER} PYTHON_LIBDIR= ${PYTHONBASE}/lib/${PYTHON_VERSION} PYTHON_PKGNAMEPREFIX= py${PYTHON_SUFFIX}- PYTHON_PKGNAMESUFFIX= -py${PYTHON_SUFFIX} @@ -446,8 +450,13 @@ # setuptools support .if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install" +.if ${PYTHON_SUFFIX} < 30 BUILD_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-setuptools +.else +BUILD_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-distribute +RUN_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-distribute +.endif PYDISTUTILS_BUILD_TARGET?= bdist_egg PYDISTUTILS_INSTALL_TARGET?= easy_install @@ -465,7 +474,7 @@ .endif PYEASYINSTALL_OSARCH?= -${OPSYS:L}-${_OSRELEASE}-${ARCH} .endif -PYEASYINSTALL_EGG?= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg +PYEASYINSTALL_EGG?= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg PYEASYINSTALL_CMD?= ${LOCALBASE}/bin/easy_install-${PYTHON_VER} PYEASYINSTALL_BINDIR?= ${PREFIX}/bin PYEASYINSTALL_SITELIBDIR?= ${PYTHONPREFIX_SITELIBDIR} @@ -503,7 +512,7 @@ PYDISTUTILS_INSTALLARGS?= -c -O1 --prefix=${PREFIX} PYDISTUTILS_PKGNAME?= ${PORTNAME} PYDISTUTILS_PKGVERSION?=${PORTVERSION} -PYDISTUTILS_EGGINFO?= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}.egg-info +PYDISTUTILS_EGGINFO?= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-py${PYTHON_VER}.egg-info PYDISTUTILS_EGGINFODIR?=${PYTHONPREFIX_SITELIBDIR} .if !defined(PYDISTUTILS_NOEGGINFO) && \ --- bsd.python.mk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 09:20: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 A7441106564A; Tue, 5 Jul 2011 09:20: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 7F4C08FC0A; Tue, 5 Jul 2011 09:20: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 p659KbdX001517; Tue, 5 Jul 2011 09:20:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p659Kb2e001507; Tue, 5 Jul 2011 09:20:37 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 09:20:37 GMT Message-Id: <201107050920.p659Kb2e001507@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158661: [PATCH] Mk/bsd.php.mk: remove BROKEN_WITH_PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 09:20:37 -0000 Synopsis: [PATCH] Mk/bsd.php.mk: remove BROKEN_WITH_PHP Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 09:20:37 UTC 2011 Responsible-Changed-Why: bsd.php.mk is ale territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158661 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 09: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 10C2C106566B; Tue, 5 Jul 2011 09:20: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 DD0E38FC18; Tue, 5 Jul 2011 09:20: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 p659KgEZ002287; Tue, 5 Jul 2011 09:20:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p659Kgoc002277; Tue, 5 Jul 2011 09:20:42 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 09:20:42 GMT Message-Id: <201107050920.p659Kgoc002277@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158662: [PATCH] Mk/bsd.python.mk: multiple 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, 05 Jul 2011 09:20:43 -0000 Synopsis: [PATCH] Mk/bsd.python.mk: multiple changes Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 09:20:42 UTC 2011 Responsible-Changed-Why: bsd.python.mk is freebsd-python territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158662 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 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 69688106567E for ; Tue, 5 Jul 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 400058FC1A for ; Tue, 5 Jul 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 p659e96a017435 for ; Tue, 5 Jul 2011 09: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 p659e9hH017433; Tue, 5 Jul 2011 09:40:09 GMT (envelope-from gnats) Date: Tue, 5 Jul 2011 09:40:09 GMT Message-Id: <201107050940.p659e9hH017433@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Samorukov Cc: Subject: Re: ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Samorukov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 09:40:09 -0000 The following reply was made to PR ports/158659; it has been noted by GNATS. From: Alex Samorukov To: bug-followup@FreeBSD.org, samm@os2.kiev.ua Cc: Subject: Re: ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5 Date: Tue, 05 Jul 2011 11:39:01 +0200 I found an error caused by previous commit with minor cleanups. Line: pidfile="${atop_pidfile:-'/var/run/atop.pid'}" should be replaced with pidfile=${atop_pidfile:-'/var/run/atop.pid'} Could you please fix this? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 09: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 D754A106564A for ; Tue, 5 Jul 2011 09: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 97B078FC16 for ; Tue, 5 Jul 2011 09: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 p659o7qr026164 for ; Tue, 5 Jul 2011 09: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 p659o7Gw026163; Tue, 5 Jul 2011 09:50:07 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 09:50:07 GMT Resent-Message-Id: <201107050950.p659o7Gw026163@freefall.freebsd.org> 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 E32A0106566B for ; Tue, 5 Jul 2011 09:42:28 +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 8DD4B8FC14 for ; Tue, 5 Jul 2011 09:42:28 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 7BCB514ED for ; Tue, 5 Jul 2011 11:42:27 +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 GTKSldtlYHoL for ; Tue, 5 Jul 2011 11:42:20 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id AC9A414E5; Tue, 5 Jul 2011 11:42:20 +0200 (CEST) Message-Id: <20110705094220.AC9A414E5@megatron.madpilot.net> Date: Tue, 5 Jul 2011 11:42:20 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158663: misc/xosd: fix build with clang 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, 05 Jul 2011 09:50:07 -0000 >Number: 158663 >Category: ports >Synopsis: misc/xosd: fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 09:50:07 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 #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Fix build with clang on 9-CURRENT. While there make portlint happy about CFLAGS in CONFIGURE_ENV. >How-To-Repeat: >Fix: diff -ruN xosd.old/Makefile xosd/Makefile --- xosd.old/Makefile 2011-07-05 11:24:25.000000000 +0200 +++ xosd/Makefile 2011-07-05 11:25:31.000000000 +0200 @@ -19,8 +19,9 @@ USE_XORG= x11 xext xt sm ice USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +USE_CSTD= gnu89 CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ - CFLAGS='${CFLAGS}' LOCALBASE='${LOCALBASE}' \ + LOCALBASE='${LOCALBASE}' \ GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' \ XMMS_PLUGINDIR=${LOCALBASE}/lib/xmms >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 09: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 B565910656B3; Tue, 5 Jul 2011 09: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 8E4F48FC18; Tue, 5 Jul 2011 09: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 p659oHU8026399; Tue, 5 Jul 2011 09: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 p659oHIO026394; Tue, 5 Jul 2011 09:50:17 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 09:50:17 GMT Message-Id: <201107050950.p659oHIO026394@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158663: misc/xosd: fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 09:50:17 -0000 Synopsis: misc/xosd: fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 09:50:17 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158663 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 10: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 7F570106566C for ; Tue, 5 Jul 2011 10: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 597868FC16 for ; Tue, 5 Jul 2011 10: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 p65AAB1e043368 for ; Tue, 5 Jul 2011 10: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 p65AAB3K043365; Tue, 5 Jul 2011 10:10:11 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 10:10:11 GMT Resent-Message-Id: <201107051010.p65AAB3K043365@freefall.freebsd.org> 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 9FA47106564A for ; Tue, 5 Jul 2011 10:03:53 +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 469E48FC0C for ; Tue, 5 Jul 2011 10:03:53 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 5AED2151A for ; Tue, 5 Jul 2011 12:03:52 +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 CjPQ8NvkR-z5 for ; Tue, 5 Jul 2011 12:03:50 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 140FD1510; Tue, 5 Jul 2011 12:03:50 +0200 (CEST) Message-Id: <20110705100350.140FD1510@megatron.madpilot.net> Date: Tue, 5 Jul 2011 12:03:50 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158664: archivers/unadf: Fix build with clang 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, 05 Jul 2011 10:10:11 -0000 >Number: 158664 >Category: ports >Synopsis: archivers/unadf: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 10:10:11 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 #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Fix build with clang on 9-CURRENT. >How-To-Repeat: >Fix: diff -ruN unadf.old/files/patch-Lib::myconf unadf/files/patch-Lib::myconf --- unadf.old/files/patch-Lib::myconf 2011-07-05 11:43:04.000000000 +0200 +++ unadf/files/patch-Lib::myconf 2011-07-05 11:50:54.000000000 +0200 @@ -1,7 +1,11 @@ ---- Lib/myconf Sat Aug 19 03:08:08 2000 -+++ Lib/myconf.new Mon Jun 23 01:32:48 2003 -@@ -31,17 +31,17 @@ - gcc myctest.c -o myctest +--- Lib/myconf.orig 2000-08-19 03:08:08.000000000 +0200 ++++ Lib/myconf 2011-07-05 11:45:16.000000000 +0200 +@@ -28,20 +28,20 @@ + + END + +-gcc myctest.c -o myctest ++$CC myctest.c -o myctest rm myctest.c -if [ `myctest |cut -d' ' -f 1` != 4 ] @@ -22,4 +26,3 @@ then echo "#ifndef LITT_ENDIAN" >defendian.h echo "#define LITT_ENDIAN 1" >>defendian.h - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 10: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 9A270106566B; Tue, 5 Jul 2011 10: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 72D718FC1A; Tue, 5 Jul 2011 10: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 p65AALX0043795; Tue, 5 Jul 2011 10: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 p65AALDQ043790; Tue, 5 Jul 2011 10:10:21 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 10:10:21 GMT Message-Id: <201107051010.p65AALDQ043790@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158664: archivers/unadf: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 10:10:21 -0000 Synopsis: archivers/unadf: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 10:10:21 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158664 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 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 B9A5B1065673 for ; Tue, 5 Jul 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 7BB298FC13 for ; Tue, 5 Jul 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 p65AUE7n061825 for ; Tue, 5 Jul 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 p65AUEOI061820; Tue, 5 Jul 2011 10:30:14 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 10:30:14 GMT Resent-Message-Id: <201107051030.p65AUEOI061820@freefall.freebsd.org> 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 5BDDD106566B for ; Tue, 5 Jul 2011 10:22:57 +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 0379C8FC14 for ; Tue, 5 Jul 2011 10:22:56 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 0D6F61558 for ; Tue, 5 Jul 2011 12:22:56 +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 0JDnOdjLQjmD for ; Tue, 5 Jul 2011 12:22:53 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 939E8154E; Tue, 5 Jul 2011 12:22:53 +0200 (CEST) Message-Id: <20110705102253.939E8154E@megatron.madpilot.net> Date: Tue, 5 Jul 2011 12:22:53 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158666: x11/xcolors: Fix build with clang. 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, 05 Jul 2011 10:30:14 -0000 >Number: 158666 >Category: ports >Synopsis: x11/xcolors: Fix build with clang. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 10:30:13 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 #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Fix build with clang on 9-CURRENT. Added file: files/patch-xcolors.c >How-To-Repeat: >Fix: diff -ruN xcolors.old/files/patch-xcolors.c xcolors/files/patch-xcolors.c --- xcolors.old/files/patch-xcolors.c 1970-01-01 01:00:00.000000000 +0100 +++ xcolors/files/patch-xcolors.c 2011-07-05 12:16:59.000000000 +0200 @@ -0,0 +1,11 @@ +--- xcolors.c.orig 1994-06-07 19:08:19.000000000 +0200 ++++ xcolors.c 2011-07-05 12:16:57.000000000 +0200 +@@ -315,7 +315,7 @@ + } + if (save_colorname[0] != '\0') /* skip first time through */ + if (!do_color(parent, save_colorname)) +- return; ++ return 0; + prev_r = r; + prev_g = g; + prev_b = b; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 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 A8BE21065672; Tue, 5 Jul 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 814C68FC0A; Tue, 5 Jul 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 p65AUUYT063362; Tue, 5 Jul 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 p65AUUuM063347; Tue, 5 Jul 2011 10:30:30 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 10:30:30 GMT Message-Id: <201107051030.p65AUUuM063347@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158666: x11/xcolors: Fix build with clang. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 10:30:30 -0000 Synopsis: x11/xcolors: Fix build with clang. Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 10:30:29 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158666 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 10: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 7DBC41065670; Tue, 5 Jul 2011 10:40:33 +0000 (UTC) (envelope-from avl@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56EE78FC13; Tue, 5 Jul 2011 10: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 p65AeXjY074661; Tue, 5 Jul 2011 10:40:33 GMT (envelope-from avl@freefall.freebsd.org) Received: (from avl@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65AeXIK074649; Tue, 5 Jul 2011 10:40:33 GMT (envelope-from avl) Date: Tue, 5 Jul 2011 10:40:33 GMT Message-Id: <201107051040.p65AeXIK074649@freefall.freebsd.org> To: avl@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, avl@FreeBSD.org From: avl@FreeBSD.org Cc: Subject: Re: ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 10:40:33 -0000 Synopsis: [MAINTAINER] sysutils/atop: update to 1.26.b5 Responsible-Changed-From-To: freebsd-ports-bugs->avl Responsible-Changed-By: avl Responsible-Changed-When: Tue Jul 5 10:40:32 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158659 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 12: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 C738710656D7 for ; Tue, 5 Jul 2011 12: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 9B50F8FC1F for ; Tue, 5 Jul 2011 12: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 p65C0MeX052886 for ; Tue, 5 Jul 2011 12: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 p65C0MaA052885; Tue, 5 Jul 2011 12:00:22 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 12:00:22 GMT Resent-Message-Id: <201107051200.p65C0MaA052885@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fraser Tweedale Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E95DF106564A for ; Tue, 5 Jul 2011 11:55:28 +0000 (UTC) (envelope-from Fraser@bacardi.wooloowin.frase.id.au) Received: from bacardi.wooloowin.frase.id.au (60-242-254-5.static.tpgi.com.au [60.242.254.5]) by mx1.freebsd.org (Postfix) with ESMTP id 743468FC13 for ; Tue, 5 Jul 2011 11:55:28 +0000 (UTC) Received: from bacardi.wooloowin.frase.id.au (localhost [127.0.0.1]) by bacardi.wooloowin.frase.id.au (8.14.4/8.14.4) with ESMTP id p65BtD2a085796 for ; Tue, 5 Jul 2011 21:55:13 +1000 (EST) (envelope-from Fraser@bacardi.wooloowin.frase.id.au) Received: (from Fraser@localhost) by bacardi.wooloowin.frase.id.au (8.14.4/8.14.4/Submit) id p65BtDn8085795; Tue, 5 Jul 2011 21:55:13 +1000 (EST) (envelope-from Fraser) Message-Id: <201107051155.p65BtDn8085795@bacardi.wooloowin.frase.id.au> Date: Tue, 5 Jul 2011 21:55:13 +1000 (EST) From: Fraser Tweedale To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158667: [maintainer update] devel/git-annex to 3.20110702 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fraser Tweedale List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 12:00:22 -0000 >Number: 158667 >Category: ports >Synopsis: [maintainer update] devel/git-annex to 3.20110702 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 12:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Fraser Tweedale >Release: FreeBSD 8.2-RC3 amd64 >Organization: >Environment: System: FreeBSD bacardi 8.2-RC3 FreeBSD 8.2-RC3 #8 r218185: Wed Feb 2 21:04:05 EST 2011 Fraser@bacardi:/usr/obj/usr/src/sys/BACARDI amd64 >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/git-annex/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 26 Jun 2011 08:15:16 -0000 1.1 +++ Makefile 5 Jul 2011 11:46:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= git-annex -PORTVERSION= 0.20110601 +PORTVERSION= 3.20110702 CATEGORIES= devel haskell MASTER_SITES= http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/ DISTFILES= ${PORTVERSION} @@ -20,22 +20,29 @@ hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \ hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ hs-SHA>=0:${PORTSDIR}/security/hs-SHA \ - hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc + hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ + hs-curl>0:${PORTSDIR}/ftp/hs-curl RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ hs-MissingH>=0:${PORTSDIR}/devel/hs-MissingH \ hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \ hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ hs-SHA>=0:${PORTSDIR}/security/hs-SHA \ - hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc + hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ + hs-curl>0:${PORTSDIR}/ftp/hs-curl \ + git:${PORTSDIR}/devel/git \ + rsync:${PORTSDIR}/net/rsync USE_PERL5= yes USE_GMAKE= yes -MAN1= git-annex.1 git-annex-shell.1 +MAN1= git-annex.1 \ + git-annex-shell.1 \ + git-union-merge.1 LICENSE= GPLv3 PLIST_FILES= bin/git-annex \ - bin/git-annex-shell + bin/git-annex-shell \ + bin/git-union-merge .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/git-annex/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 26 Jun 2011 08:15:16 -0000 1.1 +++ distinfo 5 Jul 2011 11:46:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (git-annex/0.20110601) = 2718e5634a4384d8a2a284bac66f1cff76d2c048b6c57662c24c575a97e9193b -SIZE (git-annex/0.20110601) = 358008 +SHA256 (git-annex/3.20110702) = 66d633bcbd49d4a34b241222bf83f35e85af3207454de3fde4afaf1dd1409580 +SIZE (git-annex/3.20110702) = 378351 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/devel/git-annex/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 26 Jun 2011 08:15:16 -0000 1.1 +++ files/patch-Makefile 5 Jul 2011 11:46:31 -0000 @@ -1,5 +1,5 @@ diff --git a/Makefile b/Makefile -index 286c3a6..3ed7a59 100644 +index 786fd91..df9bbf0 100644 --- Makefile +++ Makefile @@ -1,4 +1,4 @@ @@ -8,7 +8,7 @@ IGNORE=-ignore-package monads-fd GHCFLAGS=-O2 -Wall $(IGNORE) -fspec-constr-count=5 ifdef PROFILE -@@ -37,12 +37,8 @@ git-annex-shell.1: doc/git-annex-shell.mdwn +@@ -43,12 +43,8 @@ git-union-merge.1: doc/git-union-merge.mdwn install: all install -d $(DESTDIR)$(PREFIX)/bin install $(bins) $(DESTDIR)$(PREFIX)/bin @@ -22,8 +22,8 @@ + install -m 0644 $(mans) $(DESTDIR)$(PREFIX)/man/man1 test: $(bins) - if ! $(GHCMAKE) -O0 test; then \ -@@ -59,21 +55,7 @@ testcoverage: $(bins) + @if ! $(GHCMAKE) -O0 test; then \ +@@ -65,21 +61,7 @@ testcoverage: $(bins) @hpc report test --exclude=Main --exclude=QC @hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 12:00: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 3E8101065820; Tue, 5 Jul 2011 12:00:36 +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 1728A8FC12; Tue, 5 Jul 2011 12:00: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 p65C0ZQE053211; Tue, 5 Jul 2011 12:00:35 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65C0Zg5053207; Tue, 5 Jul 2011 12:00:35 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 12:00:35 GMT Message-Id: <201107051200.p65C0Zg5053207@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, haskell@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158667: [maintainer update] devel/git-annex to 3.20110702 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 12:00:36 -0000 Synopsis: [maintainer update] devel/git-annex to 3.20110702 Responsible-Changed-From-To: freebsd-ports-bugs->haskell Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 12:00:34 UTC 2011 Responsible-Changed-Why: haskell@ wants this category PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158667 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 12:32: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 590D01065674; Tue, 5 Jul 2011 12:32:02 +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 321F78FC15; Tue, 5 Jul 2011 12:32: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 p65CW2mm089612; Tue, 5 Jul 2011 12:32:02 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65CW2ID089608; Tue, 5 Jul 2011 12:32:02 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 12:32:02 GMT Message-Id: <201107051232.p65CW2ID089608@freefall.freebsd.org> To: lukasz@wasikowski.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158377: mail/phplist: fix wrong pathname X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 12:32:02 -0000 Synopsis: mail/phplist: fix wrong pathname State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jul 5 12:32:01 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158377 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 12: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 7BE71106566B for ; Tue, 5 Jul 2011 12: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 6C6228FC14 for ; Tue, 5 Jul 2011 12: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 p65CeApU093337 for ; Tue, 5 Jul 2011 12: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 p65CeAcG093336; Tue, 5 Jul 2011 12:40:10 GMT (envelope-from gnats) Date: Tue, 5 Jul 2011 12:40:10 GMT Message-Id: <201107051240.p65CeAcG093336@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/158377: mail/phplist: fix wrong pathname 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, 05 Jul 2011 12:40:10 -0000 The following reply was made to PR ports/158377; it has been noted by GNATS. From: Edwin Groothuis To: ports@bsdserwis.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/158377: mail/phplist: fix wrong pathname Date: Tue, 5 Jul 2011 12:31:58 UT Maintainer of mail/phplist, Please note that PR ports/158377 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/158377 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 13: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 BC1201065674 for ; Tue, 5 Jul 2011 13: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 E185B8FC1A for ; Tue, 5 Jul 2011 13: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 p65DUAoI037269 for ; Tue, 5 Jul 2011 13: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 p65DUARb037265; Tue, 5 Jul 2011 13:30:10 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 13:30:10 GMT Resent-Message-Id: <201107051330.p65DUARb037265@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9774106566B for ; Tue, 5 Jul 2011 13:24:12 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 95D7E8FC0A for ; Tue, 5 Jul 2011 13:24:12 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id p65DODVC041366 for ; Tue, 5 Jul 2011 08:24:13 -0500 (CDT) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9.1.1); 5 Jul 2011 08:24:12 -0500 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.4/8.14.4/Submit) id p65DOBnY041365; Tue, 5 Jul 2011 08:24:11 -0500 (CDT) (envelope-from rnejdl) Message-Id: Date: Tue, 5 Jul 2011 08:24:11 -0500 (CDT) From: Rusty Nejdl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158668: Updatge Ports Mail/ASSP to 1.9.1.1 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: Tue, 05 Jul 2011 13:30:12 -0000 >Number: 158668 >Category: ports >Synopsis: Updatge Ports Mail/ASSP to 1.9.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: Tue Jul 05 13:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 8.2-STABLE FreeBSD 8.2-STABLE #1: Tue Jun 14 22:35:36 CDT 2011 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This patch updates ASSP to 1.9.1.1 from 1.9.1.0 >How-To-Repeat: This patch updates ASSP to 1.9.1.1 from 1.9.1.0 >Fix: --- assp-1.9.1.1.patch begins here --- diff -ruN assp/Makefile assp.new/Makefile --- assp/Makefile 2011-06-14 17:12:01.000000000 -0500 +++ assp.new/Makefile 2011-06-30 10:26:06.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= assp -PORTVERSION= 1.9.1.0 +PORTVERSION= 1.9.1.1 CATEGORIES= mail MASTER_SITES= http://www.ringofsaturn.com/distfiles/ DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install diff -ruN assp/distinfo assp.new/distinfo --- assp/distinfo 2011-06-01 16:12:20.000000000 -0500 +++ assp.new/distinfo 2011-06-30 10:26:26.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (ASSP_1.9.1.0-Install.zip) = 618cb970b0c9f8aa067d131fe5a9ac799f7392bf1db7a308b2859fb8567be25a -SIZE (ASSP_1.9.1.0-Install.zip) = 759917 +SHA256 (ASSP_1.9.1.1-Install.zip) = 6fb485c87ca1db9d5d0a6ecdd5cb702771aa1a5e4b0f3ba57d407f77f641f5c3 +SIZE (ASSP_1.9.1.1-Install.zip) = 759829 diff -ruN assp/files/patch-assp.pl assp.new/files/patch-assp.pl --- assp/files/patch-assp.pl 2011-06-14 17:12:01.000000000 -0500 +++ assp.new/files/patch-assp.pl 2011-06-30 10:31:42.000000000 -0500 @@ -1,11 +1,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 @@ +--- assp.pl.orig 2011-06-30 10:29:19.000000000 -0500 ++++ assp.pl 2011-06-30 10:31:06.000000000 -0500 +@@ -2540,11 +2540,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.
+-['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and exit. 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 exit. 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

diff -ruN assp/pkg-plist assp.new/pkg-plist --- assp/pkg-plist 2011-06-01 16:13:36.000000000 -0500 +++ assp.new/pkg-plist 2011-06-30 10:36:09.000000000 -0500 @@ -33,7 +33,6 @@ %%DATADIR%%/files/rcptreplrules.txt %%DATADIR%%/files/redre.txt %%DATADIR%%/files/strictspf.txt -%%DATADIR%%/files/subjectre.txt %%DATADIR%%/files/suspiciousre.txt %%DATADIR%%/files/suspiciousvirus.txt %%DATADIR%%/files/tlds-alpha-by-domain.txt --- assp-1.9.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 14: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 D6E9B106566B for ; Tue, 5 Jul 2011 14: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 B443E8FC0A for ; Tue, 5 Jul 2011 14: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 p65EK8IE084101 for ; Tue, 5 Jul 2011 14: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 p65EK8RQ084100; Tue, 5 Jul 2011 14:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 14:20:08 GMT Resent-Message-Id: <201107051420.p65EK8RQ084100@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Milan Obuch Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC357106566C for ; Tue, 5 Jul 2011 14:13: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 926BF8FC1E for ; Tue, 5 Jul 2011 14:13: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 p65EDx76083827 for ; Tue, 5 Jul 2011 14:13:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p65EDxYV083802; Tue, 5 Jul 2011 14:13:59 GMT (envelope-from nobody) Message-Id: <201107051413.p65EDxYV083802@red.freebsd.org> Date: Tue, 5 Jul 2011 14:13:59 GMT From: Milan Obuch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158669: [maintainer update] mail/courier upgrade to 0.65.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, 05 Jul 2011 14:20:08 -0000 >Number: 158669 >Category: ports >Synopsis: [maintainer update] mail/courier upgrade to 0.65.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 Jul 05 14:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Milan Obuch >Release: 7.4-STABLE, 8.2-STABLE, 9.0-CURRENT >Organization: >Environment: >Description: It's time to upgrade again. New version builds and works for me on both i386 and amd64 architectures, 7.4-stable, 8.2-stable and 9.0-current systems >How-To-Repeat: >Fix: Apply patch attached Patch attached with submission follows: diff -urN courier/Makefile courier-0.65.3/Makefile --- courier/Makefile 2010-12-04 08:32:28.000000000 +0100 +++ courier-0.65.3/Makefile 2011-06-14 22:06:01.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= courier -PORTVERSION= 0.63.0 -PORTREVISION= 1 +PORTVERSION= 0.65.3 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -98,6 +97,7 @@ --with-cachedir=${CACHEDIR} \ --with-cacheowner=${CACHEOWN} \ --with-calendardir=${CALENDIR} \ + --with-certsdir=${SYSCONFDIR} \ --with-transport='${WITH_TRANSPORT}' \ --with-default-maildrop=${MAILDROPDEFAULT} \ --with-paranoid-smtpext \ @@ -372,6 +372,11 @@ @if [ -f "${WRKDIR}/courier.cache" -a -s "${WRKDIR}/courier.cache" ]; then \ ${RM} -f "${WRKDIR}/courier.cache"; \ fi + @cp ${LOCALBASE}/share/gettext/po/Makefile.in.in ${WRKSRC}/pcp/po + @cp ${LOCALBASE}/share/libtool/config/ltmain.sh ${WRKSRC} +.for oldlt in . bdbobj cgi courier courier/libs courier/filters courier/filters/perlfilter courier/module.dsn courier/module.esmtp courier/module.local courier/module.uucp gdbmobj gpglib http11 imap ldapaddressbook libhmac liblock maildir maildrop makedat md5 numlib pcp random128 rfc822 rfc1035 rfc2045 sha1 tcpd unicode webmail + @cd ${WRKSRC}/${oldlt} && ${SETENV} ${SCRIPTS_ENV} ${SH} /usr/local/bin/aclocal +.endfor post-build: @${PERL} -pi -e 's|^(auth)\s+(required).*|$$1\t\t$$2\tpam_unix.so\ttry_first_pass|g;' \ diff -urN courier/distinfo courier-0.65.3/distinfo --- courier/distinfo 2011-07-04 08:15:23.000000000 +0200 +++ courier-0.65.3/distinfo 2011-03-07 07:33:57.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (courier-0.63.0.tar.bz2) = 3a52363605f75f4156105aefa6bd375626f742033fbf09b5592179f274322044 -SIZE (courier-0.63.0.tar.bz2) = 7133009 +SHA256 (courier-0.65.3.tar.bz2) = a743ba01137230165b00d726cf0faef3998d43edc0bfb00d8358eeefd96c7d60 +SIZE (courier-0.65.3.tar.bz2) = 7152828 diff -urN courier/files/patch-courier__configure courier-0.65.3/files/patch-courier__configure --- courier/files/patch-courier__configure 2010-03-13 01:51:31.000000000 +0100 +++ courier-0.65.3/files/patch-courier__configure 2011-01-24 21:47:32.000000000 +0100 @@ -48,15 +48,6 @@ version=`cat ../version` COPYRIGHT="Courier $version Copyright 1999-2008 Double Precision, Inc." -@@ -17008,7 +17019,7 @@ - - # Check whether --with-ldapaliasd was given. - if test "${with_ldapaliasd+set}" = set; then -- withval=$with_ldapaliasd; ldapaliasd="$withval"; ldapaliasd="yes" -+ withval=$with_ldapaliasd; ldapaliasd="$withval" - fi - - @@ -18397,9 +18408,9 @@ if test "$testmode" = "0" diff -urN courier/files/patch-imap__mkimapdcert.in courier-0.65.3/files/patch-imap__mkimapdcert.in --- courier/files/patch-imap__mkimapdcert.in 2010-03-13 01:51:31.000000000 +0100 +++ courier-0.65.3/files/patch-imap__mkimapdcert.in 2011-01-24 21:54:16.000000000 +0100 @@ -2,10 +2,10 @@ +++ imap/mkimapdcert.in 2010-02-15 21:36:46.000000000 +0100 @@ -40,7 +40,7 @@ then - cp /dev/null @mydatadir@/imapd.pem - chmod 600 @mydatadir@/imapd.pem -- chown @mailuser@ @mydatadir@/imapd.pem -+ /usr/sbin/chown @mailuser@ @mydatadir@/imapd.pem + cp /dev/null @certsdir@/imapd.pem + chmod 600 @certsdir@/imapd.pem +- chown @mailuser@ @certsdir@/imapd.pem ++ /usr/sbin/chown @mailuser@ @certsdir@/imapd.pem - dd if=@RANDOMV@ of=@mydatadir@/imapd.rand count=1 2>/dev/null + dd if=@RANDOMV@ of=@certsdir@/imapd.rand count=1 2>/dev/null @OPENSSL@ req -new -x509 -days 365 -nodes \ diff -urN courier/files/patch-imap__mkpop3dcert.in courier-0.65.3/files/patch-imap__mkpop3dcert.in --- courier/files/patch-imap__mkpop3dcert.in 2010-03-13 01:51:31.000000000 +0100 +++ courier-0.65.3/files/patch-imap__mkpop3dcert.in 2011-01-24 21:55:33.000000000 +0100 @@ -2,10 +2,10 @@ +++ imap/mkpop3dcert.in 2010-02-15 21:37:01.000000000 +0100 @@ -40,7 +40,7 @@ then - cp /dev/null @mydatadir@/pop3d.pem - chmod 600 @mydatadir@/pop3d.pem -- chown @mailuser@ @mydatadir@/pop3d.pem -+ /usr/sbin/chown @mailuser@ @mydatadir@/pop3d.pem + cp /dev/null @certsdir@/pop3d.pem + chmod 600 @certsdir@/pop3d.pem +- chown @mailuser@ @certsdir@/pop3d.pem ++ /usr/sbin/chown @mailuser@ @certsdir@/pop3d.pem - dd if=@RANDOMV@ of=@mydatadir@/pop3d.rand count=1 2>/dev/null + dd if=@RANDOMV@ of=@certsdir@/pop3d.rand count=1 2>/dev/null @OPENSSL@ req -new -x509 -days 365 -nodes \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 14:46:09 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 4FA01106566C for ; Tue, 5 Jul 2011 14:46:09 +0000 (UTC) (envelope-from bsd@dino.sk) Received: from loki.netlab.sk (ns3.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id B0CE88FC0C for ; Tue, 5 Jul 2011 14:46:08 +0000 (UTC) Received: from atom.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by loki.netlab.sk with ESMTPSA; Tue, 05 Jul 2011 16:44:34 +0200 id 00033C19.4E132352.000040DC Date: Tue, 5 Jul 2011 16:45:56 +0200 From: Milan Obuch To: freebsd-ports-bugs@freebsd.org Message-ID: <20110705164556.58af1544@atom.dino.sk> In-Reply-To: <201107011830.p61IUDcL055284@freefall.freebsd.org> References: <201107011830.p61IUDcL055284@freefall.freebsd.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: ak5rwz4-aUa>hPFZlcg,bXxn.(TN}e9DGFrKU\.i_'B[&5=pAd9o"j)5VSUYW:BRQG#^42Ev$Il|; Ztn=,C X-Operating-System: FreeBSD/amd64 8.2-STABLE Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ports/153473: [patch] mail/courier port upgrade from 0.63.0 to 0.65.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 14:46:09 -0000 Please process ports/158669 instead, it has newer version. Regards, Milan From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 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 DF9E4106572C for ; Tue, 5 Jul 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 DCC698FC19 for ; Tue, 5 Jul 2011 15: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 p65FK8d7038431 for ; Tue, 5 Jul 2011 15: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 p65FK8K1038430; Tue, 5 Jul 2011 15:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 15:20:08 GMT Resent-Message-Id: <201107051520.p65FK8K1038430@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Klaus Aehlig Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EA921065670 for ; Tue, 5 Jul 2011 15:17:53 +0000 (UTC) (envelope-from aehlig@linta.de) Received: from linta.de (isilmar-3.linta.de [188.40.101.200]) by mx1.freebsd.org (Postfix) with ESMTP id ABE568FC1B for ; Tue, 5 Jul 2011 15:17:51 +0000 (UTC) Received: (qmail 11289 invoked by uid 10); 5 Jul 2011 15:17:50 -0000 Received: from kta1c10 by isilmar.linta.de with BSMTP; 5 Jul 2011 15:17:50 -0000 Received: by kta1c10.sesnet.soton.ac.uk (Postfix, from userid 1001) id 88DB33981D; Tue, 5 Jul 2011 16:17:43 +0100 (BST) Message-Id: <20110705151743.88DB33981D@kta1c10.sesnet.soton.ac.uk> Date: Tue, 5 Jul 2011 16:17:43 +0100 (BST) From: Klaus Aehlig To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158670: [patch] lang/gambit-c update to 4.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Klaus Aehlig List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 15:20:10 -0000 >Number: 158670 >Category: ports >Synopsis: [patch] lang/gambit-c update to 4.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 15:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Klaus Aehlig >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD kta1c10.sesnet.soton.ac.uk 8.2-STABLE FreeBSD 8.2-STABLE #3: Fri Jun 24 15:20:24 BST 2011 aehlig@kta1c10.sesnet.soton.ac.uk:/usr/obj/usr/src/sys/KTA1C10 amd64 >Description: Update to Version 4.6.1 (while there, remove md5) >How-To-Repeat: >Fix: Apply the following patch --- gambit-c.patch begins here --- diff -ruN gambit-c.orig/Makefile gambit-c/Makefile --- gambit-c.orig/Makefile 2011-07-05 16:12:25.000000000 +0100 +++ gambit-c/Makefile 2011-07-05 16:13:05.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= gambit-c -DISTVERSION= v4_6_0 +DISTVERSION= v4_6_1 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/ diff -ruN gambit-c.orig/distinfo gambit-c/distinfo --- gambit-c.orig/distinfo 2011-07-05 16:12:25.000000000 +0100 +++ gambit-c/distinfo 2011-07-05 16:13:05.000000000 +0100 @@ -1,3 +1,2 @@ -MD5 (gambc-v4_6_0.tgz) = 4f0e8b3e90a96f2203cbaf1e1cc1388a -SHA256 (gambc-v4_6_0.tgz) = 905cea7435f5e23c955713466f4baca07100d375e35520a0132b4d7472863be2 -SIZE (gambc-v4_6_0.tgz) = 8196859 +SHA256 (gambc-v4_6_1.tgz) = 42e24b13b84dae8cdcb0f480946944932a1b1dd4f413136929fff7e9f56593eb +SIZE (gambc-v4_6_1.tgz) = 9529979 diff -ruN gambit-c.orig/pkg-plist gambit-c/pkg-plist --- gambit-c.orig/pkg-plist 2011-07-05 16:12:25.000000000 +0100 +++ gambit-c/pkg-plist 2011-07-05 16:14:18.000000000 +0100 @@ -1,5 +1,5 @@ -bin/gambc-cc.bat -bin/gambc-doc.bat +bin/gambc-cc +bin/gambc-doc bin/gsc-gambit bin/gsc-script bin/gsi-gambit @@ -10,7 +10,7 @@ bin/scheme-srfi-0 bin/six bin/six-script -include/gambit-c/gambit-not406000.h +include/gambit-c/gambit-not406001.h include/gambit-c/gambit.h lib/gambit-c/_eval#.scm lib/gambit-c/_gambc.c --- gambit-c.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 15: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 33A3B1065673; Tue, 5 Jul 2011 15:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C7E78FC1B; Tue, 5 Jul 2011 15: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 p65FKLLD039333; Tue, 5 Jul 2011 15: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 p65FKLkT039321; Tue, 5 Jul 2011 15:20:21 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 15:20:21 GMT Message-Id: <201107051520.p65FKLkT039321@freefall.freebsd.org> To: aehlig@linta.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158670: [patch] lang/gambit-c update to 4.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 15:20:22 -0000 Synopsis: [patch] lang/gambit-c update to 4.6.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jul 5 15:20:21 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158670 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 15:20:48 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7421D1065676; Tue, 5 Jul 2011 15:20:48 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7F38FC15; Tue, 5 Jul 2011 15:20: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 p65FKm2n043313; Tue, 5 Jul 2011 15:20:48 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65FKmx5043301; Tue, 5 Jul 2011 17:20:48 +0200 (CEST) (envelope-from jlaffaye) Date: Tue, 5 Jul 2011 17:20:48 +0200 (CEST) Message-Id: <201107051520.p65FKmx5043301@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/158669: [maintainer update] mail/courier upgrade to 0.65.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, 05 Jul 2011 15:20:48 -0000 Synopsis: [maintainer update] mail/courier upgrade to 0.65.3 Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Tue Jul 5 17:20:47 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158669 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 15: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 76DD3106564A for ; Tue, 5 Jul 2011 15:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 531048FC0A for ; Tue, 5 Jul 2011 15: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 p65FUBTF046818 for ; Tue, 5 Jul 2011 15: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 p65FUBOe046808; Tue, 5 Jul 2011 15:30:11 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 15:30:11 GMT Resent-Message-Id: <201107051530.p65FUBOe046808@freefall.freebsd.org> 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 999D5106566C for ; Tue, 5 Jul 2011 15:20: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 82E698FC17 for ; Tue, 5 Jul 2011 15:20: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 p65FK2tP095515 for ; Tue, 5 Jul 2011 15:20:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p65FK22J095514; Tue, 5 Jul 2011 15:20:02 GMT (envelope-from nobody) Message-Id: <201107051520.p65FK22J095514@red.freebsd.org> Date: Tue, 5 Jul 2011 15:20:02 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158671: [UPDATE] games/gbrainy: update to 2.00 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 15:30:11 -0000 >Number: 158671 >Category: ports >Synopsis: [UPDATE] games/gbrainy: update to 2.00 >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 Jul 05 15:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 2.00 - expand RUN_DEPENDS to actual dependencies to fix portlint error - move CPPFLAGS out of CONFIGURE_ENV to fix portlint error - fix whitespace nits in pkg_descr tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/gbrainy-2.00.log changelog: http://git.gnome.org/browse/gbrainy/commit/?id=b2b0f5e1d80e12a6a5848bb60eb3e71c98a2576a >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa gbrainy.orig/Makefile gbrainy/Makefile --- gbrainy.orig/Makefile 2011-04-25 09:43:18.000000000 +0400 +++ gbrainy/Makefile 2011-07-05 12:27:08.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= gbrainy -PORTVERSION= 1.65 +PORTVERSION= 2.00 CATEGORIES= games MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/ @@ -15,14 +15,14 @@ BUILD_DEPENDS= mautil:${PORTSDIR}/devel/mono-addins \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= mautil:${PORTSDIR}/devel/mono-addins \ + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash USE_GNOME= desktopfileutils gnometarget gnomehack gtksharp20 gnomesharp20 USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN6= gbrainy.6 INSTALLS_ICONS= yes diff -ruNa gbrainy.orig/distinfo gbrainy/distinfo --- gbrainy.orig/distinfo 2011-04-25 09:43:18.000000000 +0400 +++ gbrainy/distinfo 2011-07-05 11:01:17.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (gbrainy-1.65.tar.gz) = 891443b9cc5bd12da2822315510019b34f8e2ee27580913099b2ca87fd132d39 -SIZE (gbrainy-1.65.tar.gz) = 2114418 +SHA256 (gbrainy-2.00.tar.gz) = 95df612d00e12f5bda4a7df4c77818e20aec163fd1da5bade7e5fbd5acef624a +SIZE (gbrainy-2.00.tar.gz) = 2250228 diff -ruNa gbrainy.orig/pkg-descr gbrainy/pkg-descr --- gbrainy.orig/pkg-descr 2010-04-29 10:40:30.000000000 +0400 +++ gbrainy/pkg-descr 2011-07-05 12:38:04.000000000 +0400 @@ -1,4 +1,4 @@ -Gbrainy is a brain teaser game and trainer to have fun and to -keep your brain trained. +Gbrainy is a brain teaser game and trainer to have fun and to +keep your brain trained. WWW: http://live.gnome.org/gbrainy diff -ruNa gbrainy.orig/pkg-plist gbrainy/pkg-plist --- gbrainy.orig/pkg-plist 2011-04-25 09:43:18.000000000 +0400 +++ gbrainy/pkg-plist 2011-07-05 12:32:54.000000000 +0400 @@ -7,6 +7,7 @@ libdata/pkgconfig/gbrainy.pc share/applications/gbrainy.desktop share/games/gbrainy/box.svg +share/games/gbrainy/classic_background.svg share/games/gbrainy/clock.svg share/games/gbrainy/dartboard.svg share/games/gbrainy/family.svg @@ -15,8 +16,10 @@ share/games/gbrainy/horses_men.svg share/games/gbrainy/lever.svg share/games/gbrainy/money.svg +share/games/gbrainy/notebook_background.svg share/games/gbrainy/password.svg share/games/gbrainy/tennis.svg +share/games/gbrainy/themes.xml share/games/gbrainy/verbal_analogies.xml share/gnome/help/gbrainy/C/customgame.page share/gnome/help/gbrainy/C/difficulty.page @@ -144,6 +147,27 @@ share/gnome/help/gbrainy/de/score.page share/gnome/help/gbrainy/de/times.page share/gnome/help/gbrainy/de/tips.page +share/gnome/help/gbrainy/el/customgame.page +share/gnome/help/gbrainy/el/difficulty.page +share/gnome/help/gbrainy/el/export.page +share/gnome/help/gbrainy/el/figures/all-games.png +share/gnome/help/gbrainy/el/figures/gbrainy.png +share/gnome/help/gbrainy/el/figures/logic-games.png +share/gnome/help/gbrainy/el/figures/math-games.png +share/gnome/help/gbrainy/el/figures/memory-games.png +share/gnome/help/gbrainy/el/figures/verbal-games.png +share/gnome/help/gbrainy/el/gameplay.page +share/gnome/help/gbrainy/el/gametypes.page +share/gnome/help/gbrainy/el/history.page +share/gnome/help/gbrainy/el/index.page +share/gnome/help/gbrainy/el/legal.xml +share/gnome/help/gbrainy/el/license.page +share/gnome/help/gbrainy/el/multiplayer.page +share/gnome/help/gbrainy/el/newgame.page +share/gnome/help/gbrainy/el/pause.page +share/gnome/help/gbrainy/el/score.page +share/gnome/help/gbrainy/el/times.page +share/gnome/help/gbrainy/el/tips.page share/gnome/help/gbrainy/es/customgame.page share/gnome/help/gbrainy/es/difficulty.page share/gnome/help/gbrainy/es/export.page @@ -270,6 +294,48 @@ share/gnome/help/gbrainy/nl/score.page share/gnome/help/gbrainy/nl/times.page share/gnome/help/gbrainy/nl/tips.page +share/gnome/help/gbrainy/pt_BR/customgame.page +share/gnome/help/gbrainy/pt_BR/difficulty.page +share/gnome/help/gbrainy/pt_BR/export.page +share/gnome/help/gbrainy/pt_BR/figures/all-games.png +share/gnome/help/gbrainy/pt_BR/figures/gbrainy.png +share/gnome/help/gbrainy/pt_BR/figures/logic-games.png +share/gnome/help/gbrainy/pt_BR/figures/math-games.png +share/gnome/help/gbrainy/pt_BR/figures/memory-games.png +share/gnome/help/gbrainy/pt_BR/figures/verbal-games.png +share/gnome/help/gbrainy/pt_BR/gameplay.page +share/gnome/help/gbrainy/pt_BR/gametypes.page +share/gnome/help/gbrainy/pt_BR/history.page +share/gnome/help/gbrainy/pt_BR/index.page +share/gnome/help/gbrainy/pt_BR/legal.xml +share/gnome/help/gbrainy/pt_BR/license.page +share/gnome/help/gbrainy/pt_BR/multiplayer.page +share/gnome/help/gbrainy/pt_BR/newgame.page +share/gnome/help/gbrainy/pt_BR/pause.page +share/gnome/help/gbrainy/pt_BR/score.page +share/gnome/help/gbrainy/pt_BR/times.page +share/gnome/help/gbrainy/pt_BR/tips.page +share/gnome/help/gbrainy/ro/customgame.page +share/gnome/help/gbrainy/ro/difficulty.page +share/gnome/help/gbrainy/ro/export.page +share/gnome/help/gbrainy/ro/figures/all-games.png +share/gnome/help/gbrainy/ro/figures/gbrainy.png +share/gnome/help/gbrainy/ro/figures/logic-games.png +share/gnome/help/gbrainy/ro/figures/math-games.png +share/gnome/help/gbrainy/ro/figures/memory-games.png +share/gnome/help/gbrainy/ro/figures/verbal-games.png +share/gnome/help/gbrainy/ro/gameplay.page +share/gnome/help/gbrainy/ro/gametypes.page +share/gnome/help/gbrainy/ro/history.page +share/gnome/help/gbrainy/ro/index.page +share/gnome/help/gbrainy/ro/legal.xml +share/gnome/help/gbrainy/ro/license.page +share/gnome/help/gbrainy/ro/multiplayer.page +share/gnome/help/gbrainy/ro/newgame.page +share/gnome/help/gbrainy/ro/pause.page +share/gnome/help/gbrainy/ro/score.page +share/gnome/help/gbrainy/ro/times.page +share/gnome/help/gbrainy/ro/tips.page share/gnome/help/gbrainy/sl/customgame.page share/gnome/help/gbrainy/sl/difficulty.page share/gnome/help/gbrainy/sl/export.page @@ -333,27 +399,6 @@ share/gnome/help/gbrainy/sr@latin/score.page share/gnome/help/gbrainy/sr@latin/times.page share/gnome/help/gbrainy/sr@latin/tips.page -share/gnome/help/gbrainy/ro/customgame.page -share/gnome/help/gbrainy/ro/difficulty.page -share/gnome/help/gbrainy/ro/export.page -share/gnome/help/gbrainy/ro/figures/all-games.png -share/gnome/help/gbrainy/ro/figures/gbrainy.png -share/gnome/help/gbrainy/ro/figures/logic-games.png -share/gnome/help/gbrainy/ro/figures/math-games.png -share/gnome/help/gbrainy/ro/figures/memory-games.png -share/gnome/help/gbrainy/ro/figures/verbal-games.png -share/gnome/help/gbrainy/ro/gameplay.page -share/gnome/help/gbrainy/ro/gametypes.page -share/gnome/help/gbrainy/ro/history.page -share/gnome/help/gbrainy/ro/index.page -share/gnome/help/gbrainy/ro/legal.xml -share/gnome/help/gbrainy/ro/license.page -share/gnome/help/gbrainy/ro/multiplayer.page -share/gnome/help/gbrainy/ro/newgame.page -share/gnome/help/gbrainy/ro/pause.page -share/gnome/help/gbrainy/ro/score.page -share/gnome/help/gbrainy/ro/times.page -share/gnome/help/gbrainy/ro/tips.page share/icons/hicolor/16x16/apps/gbrainy.png share/icons/hicolor/32x32/apps/gbrainy.png share/icons/hicolor/48x48/apps/gbrainy.png @@ -400,14 +445,24 @@ share/pixmaps/gbrainy.svg share/pixmaps/gbrainy16.png share/pixmaps/gbrainy48.png -@dirrm share/gnome/help/gbrainy/ro/figures -@dirrm share/gnome/help/gbrainy/ro +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast @dirrm share/gnome/help/gbrainy/sr@latin/figures @dirrm share/gnome/help/gbrainy/sr@latin @dirrm share/gnome/help/gbrainy/sr/figures @dirrm share/gnome/help/gbrainy/sr @dirrm share/gnome/help/gbrainy/sl/figures @dirrm share/gnome/help/gbrainy/sl +@dirrm share/gnome/help/gbrainy/ro/figures +@dirrm share/gnome/help/gbrainy/ro +@dirrm share/gnome/help/gbrainy/pt_BR/figures +@dirrm share/gnome/help/gbrainy/pt_BR @dirrm share/gnome/help/gbrainy/nl/figures @dirrm share/gnome/help/gbrainy/nl @dirrm share/gnome/help/gbrainy/hu/figures @@ -420,6 +475,8 @@ @dirrm share/gnome/help/gbrainy/fr @dirrm share/gnome/help/gbrainy/es/figures @dirrm share/gnome/help/gbrainy/es +@dirrm share/gnome/help/gbrainy/el/figures +@dirrm share/gnome/help/gbrainy/el @dirrm share/gnome/help/gbrainy/de/figures @dirrm share/gnome/help/gbrainy/de @dirrm share/gnome/help/gbrainy/da/figures >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 15: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 857DD1065757 for ; Tue, 5 Jul 2011 15: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 6BF0E8FC13 for ; Tue, 5 Jul 2011 15: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 p65FUFDE047006 for ; Tue, 5 Jul 2011 15: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 p65FUFmE047000; Tue, 5 Jul 2011 15:30:15 GMT (envelope-from gnats) Date: Tue, 5 Jul 2011 15:30:15 GMT Message-Id: <201107051530.p65FUFmE047000@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/158670: [patch] lang/gambit-c update to 4.6.1 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, 05 Jul 2011 15:30:15 -0000 The following reply was made to PR ports/158670; it has been noted by GNATS. From: Edwin Groothuis To: pmn@bakarika.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/158670: [patch] lang/gambit-c update to 4.6.1 Date: Tue, 5 Jul 2011 15:20:19 UT Maintainer of lang/gambit-c, Please note that PR ports/158670 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/158670 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 15: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 D1B421065673; Tue, 5 Jul 2011 15: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 AA9138FC21; Tue, 5 Jul 2011 15: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 p65FUWpj048706; Tue, 5 Jul 2011 15: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 p65FUWR1048691; Tue, 5 Jul 2011 15:30:32 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 15:30:32 GMT Message-Id: <201107051530.p65FUWR1048691@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kevlo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158671: [UPDATE] games/gbrainy: update to 2.00 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 15:30:32 -0000 Synopsis: [UPDATE] games/gbrainy: update to 2.00 Responsible-Changed-From-To: freebsd-ports-bugs->kevlo Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 15:30:31 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158671 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 18: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 24D63106564A for ; Tue, 5 Jul 2011 18: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 14F568FC0C for ; Tue, 5 Jul 2011 18: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 p65IAALm093035 for ; Tue, 5 Jul 2011 18: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 p65IAAsm093034; Tue, 5 Jul 2011 18:10:10 GMT (envelope-from gnats) Date: Tue, 5 Jul 2011 18:10:10 GMT Message-Id: <201107051810.p65IAAsm093034@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Krzysztof Stryjek Cc: Subject: Re: [UNSURE] Re: ports/158377: mail/phplist: fix wrong pathname X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 18:10:11 -0000 The following reply was made to PR ports/158377; it has been noted by GNATS. From: Krzysztof Stryjek To: bug-followup@FreeBSD.org Cc: Subject: Re: [UNSURE] Re: ports/158377: mail/phplist: fix wrong pathname Date: Tue, 5 Jul 2011 19:52:01 +0200 --hHWLQfXTYDoKhP50 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, On Tue, Jul 05, 2011 at 12:31:58PM +0000, Edwin Groothuis wrote: > Maintainer of mail/phplist, >=20 > Please note that PR ports/158377 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/158377 >=20 > --=20 > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >=20 Yes, I approve. Greetings, --=20 Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is. --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk4TT0AACgkQEpKJWdxhDnajmQCeMellcKlrF5Ronngzizvg2g14 UtwAnjm6yMxHCH9rE3oHRUQ41HSsJcxh =Fk5e -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 19: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 AA0CA1065670 for ; Tue, 5 Jul 2011 19: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 842548FC14 for ; Tue, 5 Jul 2011 19: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 p65JA8sx047347 for ; Tue, 5 Jul 2011 19: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 p65JA8Pt047346; Tue, 5 Jul 2011 19:10:08 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 19:10:08 GMT Resent-Message-Id: <201107051910.p65JA8Pt047346@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEDD2106566B for ; Tue, 5 Jul 2011 19:06:29 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 2B13B8FC12 for ; Tue, 5 Jul 2011 19:06:29 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p65J6PD5071404 for ; Tue, 5 Jul 2011 20:06:25 +0100 (BST) (envelope-from matthew@lucid-nonsense.infracaninophile.co.uk) Received: (from matthew@localhost) by lucid-nonsense.infracaninophile.co.uk (8.14.5/8.14.5/Submit) id p65J6P3E071403; Tue, 5 Jul 2011 20:06:25 +0100 (BST) (envelope-from matthew) Message-Id: <201107051906.p65J6P3E071403@lucid-nonsense.infracaninophile.co.uk> Date: Tue, 5 Jul 2011 20:06:25 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158673: [mintainer] databases/mysql-connector-java update to 5.1.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 19:10:08 -0000 >Number: 158673 >Category: ports >Synopsis: [mintainer] databases/mysql-connector-java update to 5.1.17 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 19:10:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 8.2-STABLE amd64 >Organization: Infracaninophile >Environment: System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #44 r222989: Sat Jun 11 21:09:28 BST 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: Routine bugfix update to version 5.1.17 ChangeLog: 07-04-11 - Version 5.1.17 - Fix for Bug#61332 - LIKE not optimized in server when run against I__S tables and no wildcards used. Databases/tables with "_" and/or "%" in their names (escaped or not) will be handled by this code path, although slower, since it's rare to find these characters in table names in SQL. If there's a "_" or "%" in the string, LIKE will take care of that, otherwise we now use = . The only exception is information_schema database which is handled separately. Patch covers both getTables() and getColumns(). - Fix for Bug#61150 - First call to stored procedure fails with "No Database Selected". The workaround introduced in DatabaseMetaData.getCallStmtParameterTypes to fix the bug in server where SHOW CREATE PROCEDURE was not respecting lower-case table names is misbehaving when connection is not attached to database and on non-casesensitive OS. - Fix for Bug#61105 - Avoid a concurrent bottleneck in Java's character set encoding/decoding when converting bytes to/from Strings. >How-To-Repeat: >Fix: --- mysql-connector-java.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysql-connector-java/Makefile,v retrieving revision 1.57 diff -u -u -r1.57 Makefile --- Makefile 31 May 2011 03:12:01 -0000 1.57 +++ Makefile 5 Jul 2011 19:03:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mysql-connector-java -PORTVERSION= 5.1.16 +PORTVERSION= 5.1.17 CATEGORIES= databases java MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= Connector-J Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/mysql-connector-java/distinfo,v retrieving revision 1.35 diff -u -u -r1.35 distinfo --- distinfo 31 May 2011 03:12:01 -0000 1.35 +++ distinfo 5 Jul 2011 19:03:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (mysql-connector-java-5.1.16.tar.gz) = 773f9ad60361de473843a051f82616f03b9b9f2e49c00ee12630466f50a622e4 -SIZE (mysql-connector-java-5.1.16.tar.gz) = 3834647 +SHA256 (mysql-connector-java-5.1.17.tar.gz) = 43f10bc17283e0f155f9fb7a676ee4a0f372bad793da5d38251d5759eaed34ed +SIZE (mysql-connector-java-5.1.17.tar.gz) = 3826020 --- mysql-connector-java.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 19:48: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 E6DF61065672; Tue, 5 Jul 2011 19:48: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 C003F8FC14; Tue, 5 Jul 2011 19:48: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 p65JmJ9i084590; Tue, 5 Jul 2011 19:48:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65JmIVp084584; Tue, 5 Jul 2011 19:48:18 GMT (envelope-from linimon) Date: Tue, 5 Jul 2011 19:48:18 GMT Message-Id: <201107051948.p65JmIVp084584@freefall.freebsd.org> To: rdeiriar@spock.cl, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/153473: [patch] mail/courier port upgrade from 0.63.0 to 0.65.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 19:48:20 -0000 Synopsis: [patch] mail/courier port upgrade from 0.63.0 to 0.65.2 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Jul 5 19:48:00 UTC 2011 State-Changed-Why: Superseded by ports/158669. http://www.freebsd.org/cgi/query-pr.cgi?pr=153473 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 19:49: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 9EE311065672; Tue, 5 Jul 2011 19:49:57 +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 77B5C8FC14; Tue, 5 Jul 2011 19:49: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 p65Jnvki084865; Tue, 5 Jul 2011 19:49:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65Jnvmm084854; Tue, 5 Jul 2011 19:49:57 GMT (envelope-from linimon) Date: Tue, 5 Jul 2011 19:49:57 GMT Message-Id: <201107051949.p65Jnvmm084854@freefall.freebsd.org> To: ports@bsdserwis.com, lukasz@wasikowski.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158377: mail/phplist: fix wrong pathname X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 19:49:57 -0000 Synopsis: mail/phplist: fix wrong pathname State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Jul 5 19:49:50 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=158377 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 20:07:53 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 841E2106564A; Tue, 5 Jul 2011 20:07:53 +0000 (UTC) (envelope-from bobf@mrp3.com) Received: from elasmtp-scoter.atl.sa.earthlink.net (elasmtp-scoter.atl.sa.earthlink.net [209.86.89.67]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9C58FC08; Tue, 5 Jul 2011 20:07:53 +0000 (UTC) Received: from [66.47.136.67] (helo=hack.SFT.local) by elasmtp-scoter.atl.sa.earthlink.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1QeBih-00052X-W3; Tue, 05 Jul 2011 15:55:44 -0400 Message-ID: <4E136C3D.7070903@mrp3.com> Date: Tue, 05 Jul 2011 12:55:41 -0700 From: Bob Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20110107 Thunderbird/3.0.11 MIME-Version: 1.0 To: bug-followup@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Content-Type: multipart/mixed; boundary="------------000501020206020303060402" X-ELNK-Trace: 549015f0ad0344773aad58b8ed06a5f90a9da525759e26549dbe293e4b445a5b54fcf20b42ec8ff63d22eb99cf5c6dcb350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.136.67 Cc: Subject: Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 20:07:53 -0000 This is a multi-part message in MIME format. --------------000501020206020303060402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Port NOW fails to build on 8-CURRENT. This is caused by a change to 8-CURRENT source at the same time the PR was submitted (8-STABLE API now matches 9-CURRENT), requiring another update to correct build errors on 8-STABLE as well as 9-CURRENT. New SHAR file attached, new source available online. Please use the new SHAR file and not the one previously submitted. Version bump to 1.02 . also request priority change from medium to high since it now affects 8-CURRENT as well. NEW shar file attached --------------000501020206020303060402 Content-Type: text/plain; name="uarduno.shar.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="uarduno.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: # # uarduno # uarduno/files # uarduno/files/ids.txt # uarduno/pkg-descr # uarduno/distinfo # uarduno/Makefile # uarduno/pkg-message # echo c - uarduno mkdir -p uarduno > /dev/null 2>&1 echo c - uarduno/files mkdir -p uarduno/files > /dev/null 2>&1 echo x - uarduno/files/ids.txt sed 's/^X//' >uarduno/files/ids.txt << '8835e31487adbe240df1b0e84c647af0' X// Arduino UNO USB Serial Port Kernel Driver for FreeBSD X// X// This is a user-modifiable file that can be used to add extra X// USB Vendor ID / Product ID combinations to the list of existing X// combinations that the driver recognizes as an Arduino Uno. X// X// If you modify your Arduino Uno (or obtain a similar unit with a different X// Vendor/Product combination) you can simply modify this file to include X// the new Vendor/Product information. X// X// Place your NEW Vendor ID / Product ID combinations below in the form of X// a C-language structure initializer entry, as follows X// X// { 0xaaaa, 0xbbbb }, X// X// Where '0xaaaa' is the vendor ID, and '0xbbbb' is the product ID that you X// want the driver to recognize as an Arduino UNO. It must end with a ',' X// X// The default value of { 0x2341, 0x0001 } is already included as a reference. X// NOTE: do not remove or modify this entry unless you really really mean it. X// X// If you change this file, you will need to update it each X// time you obtain a fresh copy of the ports tree. X// X// X X { 0x2341, 0x0001 }, // Arduino UNO, vendor 2341H, product 0001H X X// place your entries below this line X X X X// end of file X 8835e31487adbe240df1b0e84c647af0 echo x - uarduno/pkg-descr sed 's/^X//' >uarduno/pkg-descr << 'e08707e16caa1eadff844eb52373e1aa' XThe Arduino Uno (http://arduino.cc/) is an open source hardware micro- Xcontroller designed primarily for prototyping and experimentation. XAlthough the devel/arduino port already exists for programming the device, Xit will not work properly with the newest Arduino hardware. Previous Xversions of the Arduino used an FTDI USB to Serial interface. The newest XArduino (beginning with the Uno) uses an on-board ATMel 8U2 controller Xto emulate a USB to Serial interface with its own custom Vendor ID and XHardware ID. As a result, NONE of the existing FreeBSD USB to serial Xdrivers can work with it. This kernel driver supplies the necessary Xkernel support for the Arduino Uno on FreeBSD. X XAdditionally, some 'ACM' USB Serial devices may work with this driver by Xmanually adding their Vendor ID and Product ID combination to files/ids.txt X XOfficial web site XWWW: http://www.mrp3.com/uarduno.html e08707e16caa1eadff844eb52373e1aa echo x - uarduno/distinfo sed 's/^X//' >uarduno/distinfo << '5467ae5f817096597b116ceac50c0b5f' XSHA256 (uarduno-1.02.tar.gz) = c49e4b26c8fb2eb7c7162986be7e926c122792f2fa64099aa5daa9dc47eb5ee3 XSIZE (uarduno-1.02.tar.gz) = 12499 5467ae5f817096597b116ceac50c0b5f echo x - uarduno/Makefile sed 's/^X//' >uarduno/Makefile << 'bab716c1a23b71bc35078db5dc519fea' X# Ports collection makefile for: uarduno X# Date created: 11-19-2010 X# Whom: 'Big Bad Bob' Frazier X# X# $FreeBSD: ports/comms/uarduno/Makefile,v 1.1 2011/02/22 02:10:51 wxs Exp $ X# X XPORTNAME= uarduno XPORTVERSION= 1.02 XCATEGORIES= comms kld XMASTER_SITES= http://mrp3.com/ X XMAINTAINER= bobf@mrp3.com XCOMMENT= FreeBSD Kernel Driver for the Arduino Uno USB interface X XNO_PACKAGE= You must (re)build this port with your kernel source X X# need to enforce installation into kernel module directory XMAKE_ENV+= KMODDIR=${KMODDIR} XLOCALBASE= ${KMODDIR} X XSRCPREFIX?= ${SRC_BASE} X X# some test targets need a predictable source directory XWRKSRC= ${WRKDIR}/uarduno X XPLIST_FILES= uarduno.ko XMAKE_JOBS_SAFE= yes X X# no license required XLICENSE= BSD XNO_LICENSES_INSTALL= yes XNO_LICENSES_DIALOGS= yes X X# X# version 7xxxx and 8xxxx are very different X# so make sure I correctly identify them X# XCFLAGS+= -DKERNELVER=${OSVERSION} X X.include X X.if ${OSVERSION} < 700000 XBROKEN= not tested for earlier than 7.x, probably won't build X.endif X X.if ${OSVERSION} < 800000 X# Simple check for 7.x kernel source (find usb.c) X.if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c) XIGNORE= this port will not build without the latest 7.x kernel source X.endif X.else X# 8.x and later kernels (partially tested in 9.x, mabye add to kernel?) X# simple check for 8.x and later kernel source (find usb_core.c) X.if ! exists(${SRCPREFIX}/sys/dev/usb/usb_core.c) XIGNORE= this port will not build without the latest kernel source X.endif X.endif X X# post-patch target, copy 'ids.txt' as 'ids.h' (user-modifiable file) Xpost-patch: X @${CP} ${FILESDIR}/ids.txt ${WRKSRC}/ids.h X X# post-install target, make sure kernel module is unloaded Xpost-install: X @if kldstat -q -m uhub/uarduno ; then \ X echo "" ; echo " +++ Unloading uarduno.ko (related devices will need to be re-attached)" ; kldunload uarduno ; fi X @${ECHO_MSG} X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} X X# X# these next 2 targets are for developer use X# X# building a source tarball and related files Xuarduno-src-tarball: X ${MAKE} patch X ${MAKE} -C ${WRKSRC} my-clean X tar -c -f ${PORTSDIR}/distfiles/${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} uarduno X ${MAKE} makesum X X# partial clean for incremental build and test Xuarduno-part-clean: X -${RM} ${WRKDIR}/.patch_done.uarduno._boot_kernel X -${RM} ${WRKDIR}/.configure_done.uarduno._boot_kernel X -${RM} ${WRKDIR}/.build_done.uarduno._boot_kernel X -${RM} ${WRKDIR}/.install_done.uarduno._boot_kernel X ${MAKE} -C ${WRKSRC} my-clean X ${MAKE} patch X X.include bab716c1a23b71bc35078db5dc519fea echo x - uarduno/pkg-message sed 's/^X//' >uarduno/pkg-message << 'b73ea7a4d5146f0d2f8f540b78bee5b7' XThe Arduino Uno uses a specific vendor ID of 0x2341 and product ID of 0x0001 X XIf you modify your Arduino Uno to use a DIFFERENT vendor ID or product ID, you Xcan add your vendor/product combination to the files/ids.txt text file Xaccording to the example shown. Additionally, this driver MAY work with Xgeneric ACM USB Serial Devices. You would need to manually add the Xvendor ID and product ID for these devices as well. For ACM devices that Xare modems, consider using or modifyig the 'umodem' driver. X XYou will need to load the uarduno kernel module before connecting the Arduino UNO Xvia USB to your computer. The command to manually load the driver is: X X kldload uarduno.ko X XTo automatically load the driver on startup, add the following line to Xyour /boot/loader.conf file: X X uarduno_load="YES" b73ea7a4d5146f0d2f8f540b78bee5b7 exit --------------000501020206020303060402-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 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 44E0A106564A for ; Tue, 5 Jul 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 224908FC12 for ; Tue, 5 Jul 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 p65KAAs0002172 for ; Tue, 5 Jul 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 p65KAAXI002171; Tue, 5 Jul 2011 20:10:10 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 20:10:10 GMT Resent-Message-Id: <201107052010.p65KAAXI002171@freefall.freebsd.org> 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 Atkinson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5516D106566C for ; Tue, 5 Jul 2011 20:05:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2C02F8FC13 for ; Tue, 5 Jul 2011 20:05:06 +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 p65K55eh013738 for ; Tue, 5 Jul 2011 20:05:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p65K55mZ013737; Tue, 5 Jul 2011 20:05:05 GMT (envelope-from nobody) Message-Id: <201107052005.p65K55mZ013737@red.freebsd.org> Date: Tue, 5 Jul 2011 20:05:05 GMT From: Mark Atkinson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158674: [PATCH] security/gnupg fix gpg2 Assertion failed: (data), function mpi_from_sexp, file pkglue.c, line 41. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 20:10:11 -0000 >Number: 158674 >Category: ports >Synopsis: [PATCH] security/gnupg fix gpg2 Assertion failed: (data), function mpi_from_sexp, file pkglue.c, line 41. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 20:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Atkinson >Release: 9.0-current >Organization: >Environment: FreeBSD moby 9.0-CURRENT FreeBSD 9.0-CURRENT #4 r223681: Wed Jun 29 12:50:00 PDT 2011 >Description: If you try to sign something in the recent gnupg 2.0.17 w/libcrypt 5.0 you will receive the following error: enigmail> /usr/local/bin/gpg2 --charset utf8 --batch --no-tty --status-fd 2 --comment Using GnuPG with Mozilla - http://enigmail.mozdev.org/ -t --clearsign -u --use-agent Warning: using insecure memory! Assertion failed: (data), function mpi_from_sexp, file pkglue.c, line 41. This is first described here: http://www.gossamer-threads.com/lists/gnupg/gcrypt/55063 and the appropriate patch is found here: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blobdiff_plain;f=g10/pkglue.c;h=5c47511f7236cbde17a2a983bc597950be830475;hp=cbfe21ea89f4088033e660c5210178a535fb86c9;hb=13290b0e0fcf3a493e4848b29329d56b69bc4dd9;hpb=af497d52c3c88d1cdbedf1c7c2ce2f21f2bc9ad4 >How-To-Repeat: Attempt to sign with gnupg 2.0.17 w/libcrypt 5.0 >Fix: Apply the attached patch recompile and re-install. Patch attached with submission follows: diff --git a/g10/pkglue.c b/g10/pkglue.c index cbfe21e..5c47511 100644 --- a/g10/pkglue.c +++ b/g10/pkglue.c @@ -34,10 +34,10 @@ mpi_from_sexp (gcry_sexp_t sexp, const char * item) { gcry_sexp_t list; gcry_mpi_t data; - + list = gcry_sexp_find_token (sexp, item, 0); assert (list); - data = gcry_sexp_nth_mpi (list, 1, 0); + data = gcry_sexp_nth_mpi (list, 1, GCRYMPI_FMT_USG); assert (data); gcry_sexp_release (list); return data; @@ -293,7 +293,7 @@ pk_decrypt (int algo, gcry_mpi_t * result, gcry_mpi_t * data, if (rc) return rc; - *result = gcry_sexp_nth_mpi (s_plain, 0, 0); + *result = gcry_sexp_nth_mpi (s_plain, 0, GCRYMPI_FMT_USG); gcry_sexp_release (s_plain); if (!*result) return -1; /* oops */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 20: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 DBFE8106566C for ; Tue, 5 Jul 2011 20: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 CC25E8FC13 for ; Tue, 5 Jul 2011 20: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 p65KACQt002180 for ; Tue, 5 Jul 2011 20: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 p65KACLI002179; Tue, 5 Jul 2011 20:10:12 GMT (envelope-from gnats) Date: Tue, 5 Jul 2011 20:10:12 GMT Message-Id: <201107052010.p65KACLI002179@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bob Frazier Cc: Subject: Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Frazier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 20:10:12 -0000 The following reply was made to PR ports/156876; it has been noted by GNATS. From: Bob Frazier To: bug-followup@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT Date: Tue, 05 Jul 2011 12:55:41 -0700 This is a multi-part message in MIME format. --------------000501020206020303060402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Port NOW fails to build on 8-CURRENT. This is caused by a change to 8-CURRENT source at the same time the PR was submitted (8-STABLE API now matches 9-CURRENT), requiring another update to correct build errors on 8-STABLE as well as 9-CURRENT. New SHAR file attached, new source available online. Please use the new SHAR file and not the one previously submitted. Version bump to 1.02 . also request priority change from medium to high since it now affects 8-CURRENT as well. NEW shar file attached --------------000501020206020303060402 Content-Type: text/plain; name="uarduno.shar.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="uarduno.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: # # uarduno # uarduno/files # uarduno/files/ids.txt # uarduno/pkg-descr # uarduno/distinfo # uarduno/Makefile # uarduno/pkg-message # echo c - uarduno mkdir -p uarduno > /dev/null 2>&1 echo c - uarduno/files mkdir -p uarduno/files > /dev/null 2>&1 echo x - uarduno/files/ids.txt sed 's/^X//' >uarduno/files/ids.txt << '8835e31487adbe240df1b0e84c647af0' X// Arduino UNO USB Serial Port Kernel Driver for FreeBSD X// X// This is a user-modifiable file that can be used to add extra X// USB Vendor ID / Product ID combinations to the list of existing X// combinations that the driver recognizes as an Arduino Uno. X// X// If you modify your Arduino Uno (or obtain a similar unit with a different X// Vendor/Product combination) you can simply modify this file to include X// the new Vendor/Product information. X// X// Place your NEW Vendor ID / Product ID combinations below in the form of X// a C-language structure initializer entry, as follows X// X// { 0xaaaa, 0xbbbb }, X// X// Where '0xaaaa' is the vendor ID, and '0xbbbb' is the product ID that you X// want the driver to recognize as an Arduino UNO. It must end with a ',' X// X// The default value of { 0x2341, 0x0001 } is already included as a reference. X// NOTE: do not remove or modify this entry unless you really really mean it. X// X// If you change this file, you will need to update it each X// time you obtain a fresh copy of the ports tree. X// X// X X { 0x2341, 0x0001 }, // Arduino UNO, vendor 2341H, product 0001H X X// place your entries below this line X X X X// end of file X 8835e31487adbe240df1b0e84c647af0 echo x - uarduno/pkg-descr sed 's/^X//' >uarduno/pkg-descr << 'e08707e16caa1eadff844eb52373e1aa' XThe Arduino Uno (http://arduino.cc/) is an open source hardware micro- Xcontroller designed primarily for prototyping and experimentation. XAlthough the devel/arduino port already exists for programming the device, Xit will not work properly with the newest Arduino hardware. Previous Xversions of the Arduino used an FTDI USB to Serial interface. The newest XArduino (beginning with the Uno) uses an on-board ATMel 8U2 controller Xto emulate a USB to Serial interface with its own custom Vendor ID and XHardware ID. As a result, NONE of the existing FreeBSD USB to serial Xdrivers can work with it. This kernel driver supplies the necessary Xkernel support for the Arduino Uno on FreeBSD. X XAdditionally, some 'ACM' USB Serial devices may work with this driver by Xmanually adding their Vendor ID and Product ID combination to files/ids.txt X XOfficial web site XWWW: http://www.mrp3.com/uarduno.html e08707e16caa1eadff844eb52373e1aa echo x - uarduno/distinfo sed 's/^X//' >uarduno/distinfo << '5467ae5f817096597b116ceac50c0b5f' XSHA256 (uarduno-1.02.tar.gz) = c49e4b26c8fb2eb7c7162986be7e926c122792f2fa64099aa5daa9dc47eb5ee3 XSIZE (uarduno-1.02.tar.gz) = 12499 5467ae5f817096597b116ceac50c0b5f echo x - uarduno/Makefile sed 's/^X//' >uarduno/Makefile << 'bab716c1a23b71bc35078db5dc519fea' X# Ports collection makefile for: uarduno X# Date created: 11-19-2010 X# Whom: 'Big Bad Bob' Frazier X# X# $FreeBSD: ports/comms/uarduno/Makefile,v 1.1 2011/02/22 02:10:51 wxs Exp $ X# X XPORTNAME= uarduno XPORTVERSION= 1.02 XCATEGORIES= comms kld XMASTER_SITES= http://mrp3.com/ X XMAINTAINER= bobf@mrp3.com XCOMMENT= FreeBSD Kernel Driver for the Arduino Uno USB interface X XNO_PACKAGE= You must (re)build this port with your kernel source X X# need to enforce installation into kernel module directory XMAKE_ENV+= KMODDIR=${KMODDIR} XLOCALBASE= ${KMODDIR} X XSRCPREFIX?= ${SRC_BASE} X X# some test targets need a predictable source directory XWRKSRC= ${WRKDIR}/uarduno X XPLIST_FILES= uarduno.ko XMAKE_JOBS_SAFE= yes X X# no license required XLICENSE= BSD XNO_LICENSES_INSTALL= yes XNO_LICENSES_DIALOGS= yes X X# X# version 7xxxx and 8xxxx are very different X# so make sure I correctly identify them X# XCFLAGS+= -DKERNELVER=${OSVERSION} X X.include X X.if ${OSVERSION} < 700000 XBROKEN= not tested for earlier than 7.x, probably won't build X.endif X X.if ${OSVERSION} < 800000 X# Simple check for 7.x kernel source (find usb.c) X.if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c) XIGNORE= this port will not build without the latest 7.x kernel source X.endif X.else X# 8.x and later kernels (partially tested in 9.x, mabye add to kernel?) X# simple check for 8.x and later kernel source (find usb_core.c) X.if ! exists(${SRCPREFIX}/sys/dev/usb/usb_core.c) XIGNORE= this port will not build without the latest kernel source X.endif X.endif X X# post-patch target, copy 'ids.txt' as 'ids.h' (user-modifiable file) Xpost-patch: X @${CP} ${FILESDIR}/ids.txt ${WRKSRC}/ids.h X X# post-install target, make sure kernel module is unloaded Xpost-install: X @if kldstat -q -m uhub/uarduno ; then \ X echo "" ; echo " +++ Unloading uarduno.ko (related devices will need to be re-attached)" ; kldunload uarduno ; fi X @${ECHO_MSG} X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} X X# X# these next 2 targets are for developer use X# X# building a source tarball and related files Xuarduno-src-tarball: X ${MAKE} patch X ${MAKE} -C ${WRKSRC} my-clean X tar -c -f ${PORTSDIR}/distfiles/${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} uarduno X ${MAKE} makesum X X# partial clean for incremental build and test Xuarduno-part-clean: X -${RM} ${WRKDIR}/.patch_done.uarduno._boot_kernel X -${RM} ${WRKDIR}/.configure_done.uarduno._boot_kernel X -${RM} ${WRKDIR}/.build_done.uarduno._boot_kernel X -${RM} ${WRKDIR}/.install_done.uarduno._boot_kernel X ${MAKE} -C ${WRKSRC} my-clean X ${MAKE} patch X X.include bab716c1a23b71bc35078db5dc519fea echo x - uarduno/pkg-message sed 's/^X//' >uarduno/pkg-message << 'b73ea7a4d5146f0d2f8f540b78bee5b7' XThe Arduino Uno uses a specific vendor ID of 0x2341 and product ID of 0x0001 X XIf you modify your Arduino Uno to use a DIFFERENT vendor ID or product ID, you Xcan add your vendor/product combination to the files/ids.txt text file Xaccording to the example shown. Additionally, this driver MAY work with Xgeneric ACM USB Serial Devices. You would need to manually add the Xvendor ID and product ID for these devices as well. For ACM devices that Xare modems, consider using or modifyig the 'umodem' driver. X XYou will need to load the uarduno kernel module before connecting the Arduino UNO Xvia USB to your computer. The command to manually load the driver is: X X kldload uarduno.ko X XTo automatically load the driver on startup, add the following line to Xyour /boot/loader.conf file: X X uarduno_load="YES" b73ea7a4d5146f0d2f8f540b78bee5b7 exit --------------000501020206020303060402-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 20: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 072BA1065677; Tue, 5 Jul 2011 20: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 D3C4D8FC15; Tue, 5 Jul 2011 20:10: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 p65KAKun002873; Tue, 5 Jul 2011 20:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65KAKwM002859; Tue, 5 Jul 2011 20:10:20 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 20:10:20 GMT Message-Id: <201107052010.p65KAKwM002859@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158674: [PATCH] security/gnupg fix gpg2 Assertion failed: (data), function mpi_from_sexp, file pkglue.c, line 41. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 20:10:21 -0000 Synopsis: [PATCH] security/gnupg fix gpg2 Assertion failed: (data), function mpi_from_sexp, file pkglue.c, line 41. Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 20:10:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158674 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 20: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 184AA106564A for ; Tue, 5 Jul 2011 20: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 D21478FC12 for ; Tue, 5 Jul 2011 20: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 p65Ke7vv031369 for ; Tue, 5 Jul 2011 20: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 p65Ke7Dh031368; Tue, 5 Jul 2011 20:40:07 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 20:40:07 GMT Resent-Message-Id: <201107052040.p65Ke7Dh031368@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4865106566C for ; Tue, 5 Jul 2011 20:37:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A62708FC15 for ; Tue, 5 Jul 2011 20:37: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 p65Kb4Aj066646 for ; Tue, 5 Jul 2011 20:37:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p65Kb40e066645; Tue, 5 Jul 2011 20:37:04 GMT (envelope-from nobody) Message-Id: <201107052037.p65Kb40e066645@red.freebsd.org> Date: Tue, 5 Jul 2011 20:37:04 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158675: sysutils/ucspi-ipc : unbreak and update WWW 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: Tue, 05 Jul 2011 20:40:08 -0000 >Number: 158675 >Category: ports >Synopsis: sysutils/ucspi-ipc : unbreak and update WWW line >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 20:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.0-amd64 >Organization: >Environment: FreeBDSD 9.0-amd64, current Ports Tree >Description: The port is marked as BROKEN because the mastersite was apparently gone but the distribution file fetches fine here. Also update the WWW line in pkg-descr to point to the updated location of the website. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/ucspi-ipc/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 30 Apr 2011 00:36:43 -0000 1.5 +++ Makefile 5 Jul 2011 20:09:28 -0000 @@ -13,10 +13,6 @@ MAINTAINER= lx@redundancy.redundancy.org COMMENT= UCSPI tools for building local-domain client-server applications -BROKEN= mastersite disappeared -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2011-06-29 - USE_PERL5= yes DISABLE_SIZE= yes Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/sysutils/ucspi-ipc/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 12 Aug 2004 18:02:52 -0000 1.1 +++ pkg-descr 5 Jul 2011 20:09:28 -0000 @@ -16,4 +16,4 @@ ipcperl is an example of an ipchandle server. It invokes a perl subroutine for each request. -WWW: http://www.superscript.com/ucspi-ipc/intro.html +WWW: http://www.superscript.com/ucspi-ipc/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 20: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 798EA1065673; Tue, 5 Jul 2011 20: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 53C448FC17; Tue, 5 Jul 2011 20: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 p65KeHjM031811; Tue, 5 Jul 2011 20: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 p65KeH6T031802; Tue, 5 Jul 2011 20:40:17 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 20:40:17 GMT Message-Id: <201107052040.p65KeH6T031802@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158675: sysutils/ucspi-ipc : unbreak and update WWW 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: Tue, 05 Jul 2011 20:40:17 -0000 Synopsis: sysutils/ucspi-ipc : unbreak and update WWW line Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 20:40:16 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158675 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 21:16: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 A461C1065706; Tue, 5 Jul 2011 21:16:30 +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 7E3158FC15; Tue, 5 Jul 2011 21:16: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 p65LGUq1067112; Tue, 5 Jul 2011 21:16:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65LGUSS067108; Tue, 5 Jul 2011 21:16:30 GMT (envelope-from linimon) Date: Tue, 5 Jul 2011 21:16:30 GMT Message-Id: <201107052116.p65LGUSS067108@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158639: ports-mgmt/packagekit cannot be build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 21:16:30 -0000 Old Synopsis: packagekit from ports cannot be build New Synopsis: ports-mgmt/packagekit cannot be build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jul 5 21:15:47 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158639 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 23: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 5A1AC1065675 for ; Tue, 5 Jul 2011 23: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 EA01D8FC22 for ; Tue, 5 Jul 2011 23: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 p65Ne7Mt095147 for ; Tue, 5 Jul 2011 23: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 p65Ne7ZQ095146; Tue, 5 Jul 2011 23:40:07 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2011 23:40:07 GMT Resent-Message-Id: <201107052340.p65Ne7ZQ095146@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adam Weinberger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8A2B1065670; Tue, 5 Jul 2011 23:38:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8089F8FC16; Tue, 5 Jul 2011 23:38: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 p65Nc12I095072; Tue, 5 Jul 2011 23:38:01 GMT (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65Nc18m095071; Tue, 5 Jul 2011 23:38:01 GMT (envelope-from adamw) Message-Id: <201107052338.p65Nc18m095071@freefall.freebsd.org> Date: Tue, 5 Jul 2011 23:38:01 GMT From: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sylvio@FreeBSD.org Subject: ports/158676: Update irc/ircII to 20110228 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adam Weinberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 23:40:08 -0000 >Number: 158676 >Category: ports >Synopsis: Update irc/ircII to 20110228 >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 Jul 05 23:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >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: A new version of ircII has been out for a few months. They went a couple years without making any releases, so I thought a poke regarding the update would be useful ;-). Incidentally, the MASTER_SITES even for the current PORTVERSION have changed, so the version in the ports tree is unfetchable. If you choose not to use this patch, I recommend at least modifying the MASTER_SITES. >How-To-Repeat: >Fix: --- ircii.patch begins here --- diff -up -udNrp ircII.orig/Makefile ircII/Makefile --- ircII.orig/Makefile 2011-07-05 19:21:31.000000000 -0400 +++ ircII/Makefile 2011-07-05 19:23:13.000000000 -0400 @@ -6,9 +6,9 @@ # PORTNAME= ircii -PORTVERSION= 20081115 +PORTVERSION= 20110228 CATEGORIES= irc ipv6 -MASTER_SITES= ftp://ftp.warped.com/pub/ircII/ \ +MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ ftp://ftp.irc.org/irc/clients/unix/ircII/ MAINTAINER= sylvio@FreeBSD.org diff -up -udNrp ircII.orig/distinfo ircII/distinfo --- ircII.orig/distinfo 2011-07-05 19:21:31.000000000 -0400 +++ ircII/distinfo 2011-07-05 19:23:17.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (ircii-20081115.tar.bz2) = 465fa2ad236feee5f4ab126169d609d42c84bfadaf8bae061102c1e2f57ffbe1 -SIZE (ircii-20081115.tar.bz2) = 565286 +SHA256 (ircii-20110228.tar.bz2) = 4fc77ddaf473e35817f55945e6275b1501b7d95585b49a44e0fe998382d72fb2 +SIZE (ircii-20110228.tar.bz2) = 558483 diff -up -udNrp ircII.orig/files/patch-source_mksiginc.c ircII/files/patch-source_mksiginc.c --- ircII.orig/files/patch-source_mksiginc.c 2011-07-05 19:21:31.000000000 -0400 +++ ircII/files/patch-source_mksiginc.c 2011-07-05 19:28:19.000000000 -0400 @@ -1,15 +1,14 @@ ---- source/mksiginc.c.orig 2004-02-16 01:00:58.000000000 -0900 -+++ source/mksiginc.c 2008-02-14 00:14:47.000000000 -0900 -@@ -38,8 +38,11 @@ - #ifndef NSIG +--- source/mksiginc.c.orig 2011-07-05 19:26:18.000000000 -0400 ++++ source/mksiginc.c 2011-07-05 19:27:39.000000000 -0400 +@@ -39,7 +39,11 @@ IRCII_RCSID("@(#)$eterna: mksiginc.c,v 1 #define NSIG 64 #endif -- + +#if defined(SIGRTMAX) && (SIGRTMAX > NSIG) -+#define MAXSIG SIGRTMAX+1 ++#define MY_MAXSIG SIGRTMAX+1 +#else - #define MAXSIG NSIG+1 + #define MY_MAXSIG NSIG+1 +#endif - char *signames[MAXSIG]; + char *signames[MY_MAXSIG]; int main(int, char *[], char *[]); --- ircii.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 5 23:40: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 13DEF1065670; Tue, 5 Jul 2011 23:40: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 E17DC8FC12; Tue, 5 Jul 2011 23: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 p65NeHbB095734; Tue, 5 Jul 2011 23: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 p65NeH60095730; Tue, 5 Jul 2011 23:40:17 GMT (envelope-from edwin) Date: Tue, 5 Jul 2011 23:40:17 GMT Message-Id: <201107052340.p65NeH60095730@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158676: Update irc/ircII to 20110228 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Jul 2011 23:40:18 -0000 Synopsis: Update irc/ircII to 20110228 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 5 23: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=158676 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 02: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 ADFDB106564A for ; Wed, 6 Jul 2011 02: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 9F6068FC0C for ; Wed, 6 Jul 2011 02: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 p662e6b5060904 for ; Wed, 6 Jul 2011 02: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 p662e6KP060903; Wed, 6 Jul 2011 02:40:06 GMT (envelope-from gnats) Date: Wed, 6 Jul 2011 02:40:06 GMT Message-Id: <201107060240.p662e6KP060903@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: pmn@bakarika.net Cc: Subject: Re: ports/158670: [patch] lang/gambit-c update to 4.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pmn@bakarika.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 02:40:06 -0000 The following reply was made to PR ports/158670; it has been noted by GNATS. From: pmn@bakarika.net To: bug-followup@FreeBSD.org Cc: pmn@bakarika.net Subject: Re: ports/158670: [patch] lang/gambit-c update to 4.6.1 Date: Wed, 06 Jul 2011 04:19:47 +0200 Hello, Quoting Edwin Groothuis : > Maintainer of lang/gambit-c, > Please note that PR ports/158670 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/158670 I agree with this patch. Thank you for applying it. Cheers, -- This is not a signature. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 03: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 B1E49106566C for ; Wed, 6 Jul 2011 03: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 7701D8FC17 for ; Wed, 6 Jul 2011 03: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 p663K9O9096809 for ; Wed, 6 Jul 2011 03: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 p663K94g096808; Wed, 6 Jul 2011 03:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 03:20:09 GMT Resent-Message-Id: <201107060320.p663K94g096808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FB5D106566B for ; Wed, 6 Jul 2011 03:19:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6061F8FC15 for ; Wed, 6 Jul 2011 03:19:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p663JkUP010185 for ; Wed, 6 Jul 2011 03:19:46 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p663JjdJ010172; Wed, 6 Jul 2011 03:19:45 GMT (envelope-from nobody) Message-Id: <201107060319.p663JjdJ010172@red.freebsd.org> Date: Wed, 6 Jul 2011 03:19:45 GMT From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158678: [PATCH] audio/amarok doesn't build with ruby 1.9, mark it as such X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 03:20:09 -0000 >Number: 158678 >Category: ports >Synopsis: [PATCH] audio/amarok doesn't build with ruby 1.9, mark it as such >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 Jul 06 03:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: >Organization: >Environment: >Description: audio/amarok doesn't build with Ruby 1.9. It bombs with a configure error, but even after I hacked up a patch to work around that, it still failed to compile because the code doesn't work with the changes for Ruby 1.9. Lots of errors like this are reported: error: 'struct RString' has no member named 'ptr' >How-To-Repeat: >Fix: See attached patch. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/amarok/Makefile,v retrieving revision 1.105 diff -u -r1.105 Makefile --- Makefile 15 Mar 2011 15:05:39 -0000 1.105 +++ Makefile 6 Jul 2011 03:16:23 -0000 @@ -44,6 +44,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + CONFIGURE_ARGS+=--without-exscalibar \ --with-mp4v2 \ --with-mp4v2-dir=${PREFIX} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 03: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 0E215106566B; Wed, 6 Jul 2011 03:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB0818FC1D; Wed, 6 Jul 2011 03: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 p663KLER097000; Wed, 6 Jul 2011 03: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 p663KLrC096996; Wed, 6 Jul 2011 03:20:21 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 03:20:21 GMT Message-Id: <201107060320.p663KLrC096996@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158678: [PATCH] audio/amarok doesn't build with ruby 1.9, mark it as such X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 03:20:22 -0000 Synopsis: [PATCH] audio/amarok doesn't build with ruby 1.9, mark it as such Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 03:20:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158678 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 06: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 702CC106566C for ; Wed, 6 Jul 2011 06: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 341358FC16 for ; Wed, 6 Jul 2011 06: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 p666e8hV083477 for ; Wed, 6 Jul 2011 06: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 p666e8ED083476; Wed, 6 Jul 2011 06:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 06:40:08 GMT Resent-Message-Id: <201107060640.p666e8ED083476@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gour Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DADA106564A for ; Wed, 6 Jul 2011 06:32:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3A28FC08 for ; Wed, 6 Jul 2011 06:32:57 +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 p666WuDO040917 for ; Wed, 6 Jul 2011 06:32:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p666WuFP040908; Wed, 6 Jul 2011 06:32:56 GMT (envelope-from nobody) Message-Id: <201107060632.p666WuFP040908@red.freebsd.org> Date: Wed, 6 Jul 2011 06:32:56 GMT From: Gour To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158679: django-1.3 segfaults with python built with non-huge stack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 06:40:08 -0000 >Number: 158679 >Category: ports >Synopsis: django-1.3 segfaults with python built with non-huge stack >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 06:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gour >Release: 9.0 >Organization: >Environment: FreeBSD atmarama.noip.me 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Wed May 18 08:00:48 CEST 2011 gour@atmarama.noip.me:/usr/obj/usr/src/sys/PCBSD amd64 >Description: Few days ago I started to play with django and noticed that the simple: ./manage.py runserver exits whenever I try to visit the page in the browser. I've reported bug to Django project https://code.djangoproject.com/ticket/16400 and then I tried with http://bugs.python.org/issue9812 and then the comment saying: "It seems that FreeBSD has a small stack size for threads (64k); did you try to increase it with thread.stack_size(10**6)?" led me to try re-build my python-2.7 with HUGE_STACK_SIZE which solved the problem. So, my suggestion is to try it out and modify Django port to require HUGE_STACK_SIZE option enabled or something else...I'm not knowledgeable enough with neither Python nor Django to say more. Sincerely, Gour >How-To-Repeat: See https://code.djangoproject.com/ticket/16400 >Fix: Django-1.3 require HUGE_STACK_SIZE-enabled Python. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 06: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 6AEFA106577F for ; Wed, 6 Jul 2011 06: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 48CB78FC17 for ; Wed, 6 Jul 2011 06: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 p666o48k095402 for ; Wed, 6 Jul 2011 06: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 p666o4gT095401; Wed, 6 Jul 2011 06:50:04 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 06:50:04 GMT Resent-Message-Id: <201107060650.p666o4gT095401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA08C106564A for ; Wed, 6 Jul 2011 06:45:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1368FC14 for ; Wed, 6 Jul 2011 06:45:39 +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 p666jcsK074441 for ; Wed, 6 Jul 2011 06:45:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p666jcvs074440; Wed, 6 Jul 2011 06:45:38 GMT (envelope-from nobody) Message-Id: <201107060645.p666jcvs074440@red.freebsd.org> Date: Wed, 6 Jul 2011 06:45:38 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158680: devel/gvfs doesn't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 06:50:04 -0000 >Number: 158680 >Category: ports >Synopsis: devel/gvfs doesn't build >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: Wed Jul 06 06:50:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: devel/gvfs fails to lonk against libarchive CCLD gvfsd-dnssd CC gvfsd_archive-gvfsbackendarchive.o CC gvfsd_archive-daemon-main.o CC gvfsd_archive-daemon-main-generic.o CCLD gvfsd-archive /usr/lib/libarchive.so: undefined reference to `lzma_stream_encoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_alone_decoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_memusage@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_stream_decoder@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_code@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_end@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_lzma_preset@XZ_5.0' /usr/lib/libarchive.so: undefined reference to `lzma_alone_encoder@XZ_5.0' gmake[4]: *** [gvfsd-archive] Error 1 gmake[4]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6/daemon' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.6.6' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/gvfs. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 06:50: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 44A46106570A; Wed, 6 Jul 2011 06:50: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 1D1268FC18; Wed, 6 Jul 2011 06:50: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 p666oDA2095575; Wed, 6 Jul 2011 06:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p666oDrs095571; Wed, 6 Jul 2011 06:50:13 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 06:50:13 GMT Message-Id: <201107060650.p666oDrs095571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158680: devel/gvfs doesn't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 06:50:14 -0000 Synopsis: devel/gvfs doesn't build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 06:50:13 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158680 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 07: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 AB23F106564A for ; Wed, 6 Jul 2011 07: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 8AB5E8FC26 for ; Wed, 6 Jul 2011 07: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 p667UAiF047563 for ; Wed, 6 Jul 2011 07: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 p667UArT047559; Wed, 6 Jul 2011 07:30:10 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 07:30:10 GMT Resent-Message-Id: <201107060730.p667UArT047559@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Romain Tartiere Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 776CD106566C for ; Wed, 6 Jul 2011 07:23:34 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from marvin.blogreen.org (smortex-1-pt.tunnel.tserv11.ams1.ipv6.he.net [IPv6:2001:470:1f14:7c2::2]) by mx1.freebsd.org (Postfix) with ESMTP id B884D8FC15 for ; Wed, 6 Jul 2011 07:23:33 +0000 (UTC) Received: by marvin.blogreen.org (Postfix, from userid 1001) id 0E64D1475; Wed, 6 Jul 2011 09:23:31 +0200 (CEST) Message-Id: <20110706072331.0E64D1475@marvin.blogreen.org> Date: Wed, 6 Jul 2011 09:23:31 +0200 (CEST) From: Romain Tartiere To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158681: sysutils/puppet: Fix for optpatched 'freebsd' package provider X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Romain Tartiere List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 07:30:10 -0000 >Number: 158681 >Category: ports >Synopsis: sysutils/puppet: Fix for optpatched 'freebsd' package provider >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 07:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Romain Tartiere >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD marvin.blogreen.org 8.2-STABLE FreeBSD 8.2-STABLE #7 r222417: Sat May 28 13:23:35 CEST 2011 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN amd64 >Description: The puppet port will patch the 'freebsd' packages provider if the PACKAGE_ORIGIN is set (default). The resulting provider will fail to start with message: err: Could not retrieve catalog from remote server: Could not intern from pson: Could not autoload package: Could not autoload /usr/local/lib/ruby/site_ruby/1.8/puppet/provider/package/freebsd.rb: Could not find parent provider Puppet::Util::Package of freebsd (and BTW, why is this option enabled by default, and could not the patch just add a new provider with a different name?) >How-To-Repeat: 1. Build puppet package with default options; 2. Install on a master and client machine; 3. Edit puppetmaster manifests to install software on clients; 4. Run the agent >Fix: Adding the following require line fix the error: require 'puppet/provider/package' Please note that the modified implementation do not fit my environment and I could not test beyond a 404 error when fetching '/Latest/INDEX.bz2'. Here is a patch (git and patchtool do things slightly differently hence the quite big patch whole not much change): --- puppet.diff begins here --- diff -Nur /var/cache/portshaker/ports/sysutils/puppet/files/optpatch-package_origin ./files/optpatch-package_origin --- /var/cache/portshaker/ports/sysutils/puppet/files/optpatch-package_origin 2011-04-10 18:11:49.000000000 +0200 +++ ./files/optpatch-package_origin 2011-07-06 02:33:21.902540033 +0200 @@ -1,8 +1,9 @@ -diff --git lib/puppet/provider/package/freebsd.rb lib/puppet/provider/package/freebsd.rb -index e10a20b..f36e29e 100755 ---- lib/puppet/provider/package/freebsd.rb + +$FreeBSD$ + +--- lib/puppet/provider/package/freebsd.rb.orig +++ lib/puppet/provider/package/freebsd.rb -@@ -1,37 +1,165 @@ +@@ -1,37 +1,166 @@ -Puppet::Type.type(:package).provide :freebsd, :parent => :openbsd do - desc "The specific form of package management on FreeBSD. This is an - extremely quirky packaging system, in that it freely mixes between @@ -12,6 +13,7 @@ +require 'open-uri' +require 'net/ftp' +require 'bz2' ++require 'puppet/provider/package' - commands :pkginfo => "/usr/sbin/pkg_info", - :pkgadd => "/usr/sbin/pkg_add", @@ -28,12 +30,12 @@ confine :operatingsystem => :freebsd + defaultfor :operatingsystem => :freebsd -+ -+ @@lock = Mutex.new -+ @@ports_index = nil - def self.listcmd - command(:pkginfo) ++ @@lock = Mutex.new ++ @@ports_index = nil ++ + # fix bug in URI::FTP merge method that tries to set typecode + # even when other is a string. + class URI::FTP @@ -54,7 +56,11 @@ + :pkg_version => pkg_string.split("-")[-1], + } + end -+ + +- if @resource[:source] =~ /\/$/ +- if @resource[:source] =~ /^(ftp|https?):/ +- Puppet::Util::Execution::withenv :PACKAGESITE => @resource[:source] do +- pkgadd "-r", @resource[:name] + def self.unparse_pkg_info(pkg_info) + [:pkg_name, :pkg_version].map { |key| pkg_info[key] }.join("-") + end @@ -70,11 +76,7 @@ + end + origin + end - -- if @resource[:source] =~ /\/$/ -- if @resource[:source] =~ /^(ftp|https?):/ -- Puppet::Util::Execution::withenv :PACKAGESITE => @resource[:source] do -- pkgadd "-r", @resource[:name] ++ + def self.instances + packages = [] + output = pkginfo "-aoQ" @@ -190,7 +192,7 @@ end def query -@@ -44,7 +172,7 @@ Puppet::Type.type(:package).provide :freebsd, :parent => :openbsd do +@@ -44,7 +173,7 @@ end def uninstall --- puppet.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 07:30: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 EB97E1065670; Wed, 6 Jul 2011 07:30:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C35158FC16; Wed, 6 Jul 2011 07:30: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 p667UN1d048200; Wed, 6 Jul 2011 07:30:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p667UNI6048192; Wed, 6 Jul 2011 07:30:23 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 07:30:23 GMT Message-Id: <201107060730.p667UNI6048192@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, romain@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158681: sysutils/puppet: Fix for optpatched 'freebsd' package provider X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 07:30:24 -0000 Synopsis: sysutils/puppet: Fix for optpatched 'freebsd' package provider Responsible-Changed-From-To: freebsd-ports-bugs->romain Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 07:30:22 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158681 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 08:37: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 57745106564A; Wed, 6 Jul 2011 08:37:17 +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 2FFCF8FC12; Wed, 6 Jul 2011 08:37: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 p668bHWK022427; Wed, 6 Jul 2011 08:37:17 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p668bHNi022423; Wed, 6 Jul 2011 08:37:17 GMT (envelope-from culot) Date: Wed, 6 Jul 2011 08:37:17 GMT Message-Id: <201107060837.p668bHNi022423@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/158668: Update mail/assp to 1.9.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 08:37:17 -0000 Synopsis: Update mail/assp to 1.9.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Jul 6 08:37:16 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158668 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 10: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 E5222106566B for ; Wed, 6 Jul 2011 10:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A50C78FC14 for ; Wed, 6 Jul 2011 10: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 p66AA704002569 for ; Wed, 6 Jul 2011 10: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 p66AA7NI002568; Wed, 6 Jul 2011 10:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 10:10:07 GMT Resent-Message-Id: <201107061010.p66AA7NI002568@freefall.freebsd.org> 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 74391106566B for ; Wed, 6 Jul 2011 10:03:58 +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 1CCAB8FC08 for ; Wed, 6 Jul 2011 10:03:57 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id C44411BC5 for ; Wed, 6 Jul 2011 12:03:56 +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 sG2ORPcTrq0y for ; Wed, 6 Jul 2011 12:03:53 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 2F4B11BBD; Wed, 6 Jul 2011 12:03:53 +0200 (CEST) Message-Id: <20110706100353.2F4B11BBD@megatron.madpilot.net> Date: Wed, 6 Jul 2011 12:03:53 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158683: irc/inspircd: fix bsd.openssl.mk include 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: Wed, 06 Jul 2011 10:10:08 -0000 >Number: 158683 >Category: ports >Synopsis: irc/inspircd: fix bsd.openssl.mk include >Confidential: no >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 Jul 06 10:10:07 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 #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: With a recent commit to inspircd port the path from the include for bsd.openssl.mk was removed. This cannot work since this .mk is only in ${PORTSDIR} and does not have any recall from /usr/share/mk. This works for bsd.port.mk and the like because there is a bsd.port.mk file in /usr/share/mk which recalls the one in PORTSDIR. Following patch reverts the offending modification. >How-To-Repeat: >Fix: diff -ruN inspircd.old/Makefile inspircd/Makefile --- inspircd.old/Makefile 2011-07-06 11:51:17.560129023 +0200 +++ inspircd/Makefile 2011-07-06 11:51:42.956756616 +0200 @@ -98,7 +98,7 @@ .endif .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) -.include +.include <${PORTSDIR}/Mk/bsd.openssl.mk> CONFIGURE_ARGS+= --enable-openssl PLIST_SUB+= OPENSSL="" .else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 10: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 BA4A7106566B; Wed, 6 Jul 2011 10: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 927878FC16; Wed, 6 Jul 2011 10: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 p66AAJmH003038; Wed, 6 Jul 2011 10: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 p66AAJEe003026; Wed, 6 Jul 2011 10:10:19 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 10:10:19 GMT Message-Id: <201107061010.p66AAJEe003026@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158683: irc/inspircd: fix bsd.openssl.mk include X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 10:10:19 -0000 Synopsis: irc/inspircd: fix bsd.openssl.mk include Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 10:10:19 UTC 2011 Responsible-Changed-Why: bsd.openssl.mk is dinoex territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158683 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 10: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 68D99106566B for ; Wed, 6 Jul 2011 10: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 2CF958FC17 for ; Wed, 6 Jul 2011 10: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 p66Ae4mJ031302 for ; Wed, 6 Jul 2011 10: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 p66Ae4ji031301; Wed, 6 Jul 2011 10:40:04 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 10:40:04 GMT Resent-Message-Id: <201107061040.p66Ae4ji031301@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roelof Wobben Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89C4C106566C for ; Wed, 6 Jul 2011 10:38:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 79AB98FC16 for ; Wed, 6 Jul 2011 10:38: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 p66Ac4IN083779 for ; Wed, 6 Jul 2011 10:38:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66Ac4eq083777; Wed, 6 Jul 2011 10:38:04 GMT (envelope-from nobody) Message-Id: <201107061038.p66Ac4eq083777@red.freebsd.org> Date: Wed, 6 Jul 2011 10:38:04 GMT From: Roelof Wobben To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158684: evince in ports can not be build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 10:40:04 -0000 >Number: 158684 >Category: ports >Synopsis: evince in ports can not be build >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 10:40:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Roelof Wobben >Release: Freebsd 8,2 >Organization: >Environment: FreeBSD tamara.private 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 I do portupgrade -a or portupgrade evince I see these error messages : Making all in tiff gmake[3]: Entering directory `/usr/ports/graphics/evince/work/evince-2.32.0/backend/tiff' CC tiff-document.lo CC tiff2ps.lo tiff2ps.c: In function 'PS_Lvl2page': tiff2ps.c:1131: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'tsize_t' CCLD libtiffdocument.la grep: /usr/local/lib/liblzma.la: No such file or directory sed: /usr/local/lib/liblzma.la: No such file or directory gnome-libtool: link: `/usr/local/lib/liblzma.la' is not a valid libtool archive gmake[3]: *** [libtiffdocument.la] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/evince/work/evince-2.32.0/backend/tiff' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/evince/work/evince-2.32.0/backend' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/evince/work/evince-2.32.0' gmake: *** [all] Error 2 *** Error code 1 Roelof >How-To-Repeat: portupgrade -a or portupgrade evince >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 11:19: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 9A7CB106566B; Wed, 6 Jul 2011 11:19:47 +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 3912D8FC15; Wed, 6 Jul 2011 11:19: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 p66BJl1Z069332; Wed, 6 Jul 2011 11:19:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66BJkQl069327; Wed, 6 Jul 2011 11:19:46 GMT (envelope-from linimon) Date: Wed, 6 Jul 2011 11:19:46 GMT Message-Id: <201107061119.p66BJkQl069327@freefall.freebsd.org> To: pmn@bakarika.net, aehlig@linta.de, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158670: [patch] lang/gambit-c update to 4.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 11:19:47 -0000 Synopsis: [patch] lang/gambit-c update to 4.6.1 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Wed Jul 6 11:19:34 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=158670 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 11:27: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 2A7EF106564A; Wed, 6 Jul 2011 11:27:15 +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 020A98FC08; Wed, 6 Jul 2011 11:27: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 p66BREn4077524; Wed, 6 Jul 2011 11:27:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66BRELS077520; Wed, 6 Jul 2011 11:27:14 GMT (envelope-from linimon) Date: Wed, 6 Jul 2011 11:27:14 GMT Message-Id: <201107061127.p66BRELS077520@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158679: www/py-django: django-1.3 segfaults with python built with non-huge stack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 11:27:15 -0000 Old Synopsis: django-1.3 segfaults with python built with non-huge stack New Synopsis: www/py-django: django-1.3 segfaults with python built with non-huge stack Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 6 11:26:09 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158679 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 11:28: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 EE875106566B; Wed, 6 Jul 2011 11:28:14 +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 C6FB48FC13; Wed, 6 Jul 2011 11:28: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 p66BSE6W077582; Wed, 6 Jul 2011 11:28:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66BSE0o077578; Wed, 6 Jul 2011 11:28:14 GMT (envelope-from linimon) Date: Wed, 6 Jul 2011 11:28:14 GMT Message-Id: <201107061128.p66BSE0o077578@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158684: graphics/evince can not be build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 11:28:15 -0000 Old Synopsis: evince in ports can not be build New Synopsis: graphics/evince can not be build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 6 11:27:43 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158684 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 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 3E7EC1065675 for ; Wed, 6 Jul 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 176FA8FC15 for ; Wed, 6 Jul 2011 12: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 p66CACp9017111 for ; Wed, 6 Jul 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 p66CAC6r017110; Wed, 6 Jul 2011 12:10:12 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 12:10:12 GMT Resent-Message-Id: <201107061210.p66CAC6r017110@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17F671065674 for ; Wed, 6 Jul 2011 12:08:17 +0000 (UTC) (envelope-from tmseck@netcologne.de) Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [89.1.8.213]) by mx1.freebsd.org (Postfix) with ESMTP id 912988FC18 for ; Wed, 6 Jul 2011 12:08:16 +0000 (UTC) Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id 4134B124BD for ; Wed, 6 Jul 2011 13:51:18 +0200 (CEST) Received: from wcfields.tmseck.homedns.org (xdsl-89-0-154-59.netcologne.de [89.0.154.59]) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA id 167AF11E6C for ; Wed, 6 Jul 2011 13:51:18 +0200 (CEST) Received: by wcfields.tmseck.homedns.org (Postfix, from userid 1001) id 0C461130C20; Wed, 6 Jul 2011 13:51:18 +0200 (CEST) Message-Id: <20110706115118.0C461130C20@wcfields.tmseck.homedns.org> Date: Wed, 6 Jul 2011 13:51:18 +0200 (CEST) From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158685: [Maintainer] www/squid31: update to 3.1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 12:10:13 -0000 >Number: 158685 >Category: ports >Synopsis: [Maintainer] www/squid31: update to 3.1.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 Jul 06 12:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 8.2-RELEASE amd64 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of July 6, 2011. >Description: - Update to 3.1.14 - Integrate changes from ports/158522 by sunpoet@ >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/squid31) (Revision 1926) +++ distinfo (.../local/squid31) (Revision 1926) @@ -1,2 +1,2 @@ -SHA256 (squid3.1/squid-3.1.12.tar.bz2) = 1f67b8587432ca61c372015e468d8b91f32f836d8373e407ab33b1b6ec7fc322 -SIZE (squid3.1/squid-3.1.12.tar.bz2) = 2491613 +SHA256 (squid3.1/squid-3.1.14.tar.bz2) = 8faf16d73ae44029e698160386c45ab853f2fc842601bd550a1c5461815d8a3e +SIZE (squid3.1/squid-3.1.14.tar.bz2) = 2510694 Index: Makefile =================================================================== --- Makefile (.../www/squid31) (Revision 1926) +++ Makefile (.../local/squid31) (Revision 1926) @@ -72,7 +72,6 @@ DISTNAME= squid-3.1.${SQUID_STABLE_VER} DIST_SUBDIR= squid3.1 -PATCHFILES= PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www2.us.squid-cache.org/%SUBDIR%/ \ http://www1.at.squid-cache.org/%SUBDIR%/ \ @@ -82,13 +81,14 @@ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www2.tw.squid-cache.org/%SUBDIR%/ PATCH_SITE_SUBDIR= Versions/v3/3.1/changesets +PATCHFILES= # empty MAINTAINER= tmseck@web.de COMMENT= HTTP Caching Proxy LATEST_LINK= squid31 -SQUID_STABLE_VER= 12 +SQUID_STABLE_VER= 14 CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[^1].* cacheboy-[0-9]* lusca-head-[0-9]* GNU_CONFIGURE= yes @@ -216,10 +216,10 @@ CONFIGURE_ARGS= --with-default-user=${SQUID_UID} \ --bindir=${PREFIX}/sbin \ --sbindir=${PREFIX}/sbin \ - --datadir=${PREFIX}/etc/squid \ + --datadir=${ETCDIR} \ --libexecdir=${PREFIX}/libexec/squid \ --localstatedir=/var/squid \ - --sysconfdir=${PREFIX}/etc/squid \ + --sysconfdir=${ETCDIR} \ --with-logdir=/var/log/squid \ --with-pidfile=/var/run/squid/squid.pid \ --enable-removal-policies="lru heap" \ @@ -415,21 +415,20 @@ # Finally, add additional user specified configuration options: CONFIGURE_ARGS+= ${SQUID_CONFIGURE_ARGS} -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ - CPPFLAGS="${CPPFLAGS}"\ - LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -PLIST_DIRS= etc/squid/icons libexec/squid -PLIST_FILES= ${etc_files:S,^,etc/,} ${icon_files:S,^,etc/squid/icons/,} \ +PLIST_DIRS= %%ETCDIR%%/icons libexec/squid +PLIST_FILES= ${etc_files:S,^,etc/,} ${icon_files:S,^,%%ETCDIR%%/icons/,} \ ${libexec:S,^,libexec/squid/,} ${sbin:S,^,sbin/,} -PLIST_FILES+= etc/squid/errors/COPYRIGHT etc/squid/errors/TRANSLATORS +PLIST_FILES+= %%ETCDIR%%/errors/COPYRIGHT %%ETCDIR%%/errors/TRANSLATORS .for d in ${error_dirs} -PLIST_DIRS+= etc/squid/errors/${d} -PLIST_FILES+= ${error_files:S,^,etc/squid/errors/${d}/,} +PLIST_DIRS+= %%ETCDIR%%/errors/${d} +PLIST_FILES+= ${error_files:S,^,%%ETCDIR%%/errors/${d}/,} .endfor -PLIST_FILES+= ${error_dir_links:S,^,etc/squid/errors/,} -PLIST_DIRS+= etc/squid/errors etc/squid +PLIST_FILES+= ${error_dir_links:S,^,%%ETCDIR%%/errors/,} +PLIST_DIRS+= %%ETCDIR%%/errors +PLIST_DIRSTRY+= %%ETCDIR%% post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 12: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 36021106566B; Wed, 6 Jul 2011 12:11:37 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE498FC0C; Wed, 6 Jul 2011 12: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 p66CBa2Q025139; Wed, 6 Jul 2011 12:11:36 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66CBahN025135; Wed, 6 Jul 2011 12:11:36 GMT (envelope-from flo) Date: Wed, 6 Jul 2011 12:11:36 GMT Message-Id: <201107061211.p66CBahN025135@freefall.freebsd.org> To: flo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: flo@FreeBSD.org Cc: Subject: Re: ports/158685: [Maintainer] www/squid31: update to 3.1.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: Wed, 06 Jul 2011 12:11:37 -0000 Synopsis: [Maintainer] www/squid31: update to 3.1.14 Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: flo Responsible-Changed-When: Wed Jul 6 12:11:36 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158685 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 14: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 68F571065675 for ; Wed, 6 Jul 2011 14: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 45C978FC18 for ; Wed, 6 Jul 2011 14: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 p66E0JiC022686 for ; Wed, 6 Jul 2011 14: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 p66E0JGR022684; Wed, 6 Jul 2011 14:00:19 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 14:00:19 GMT Resent-Message-Id: <201107061400.p66E0JGR022684@freefall.freebsd.org> 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 23EB0106566B for ; Wed, 6 Jul 2011 13:56:33 +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 135808FC14 for ; Wed, 6 Jul 2011 13:56:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p66DuWlW080457 for ; Wed, 6 Jul 2011 13:56:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66DuW6K080456; Wed, 6 Jul 2011 13:56:32 GMT (envelope-from nobody) Message-Id: <201107061356.p66DuW6K080456@red.freebsd.org> Date: Wed, 6 Jul 2011 13:56:32 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158687: [UPDATE] deskutils/freemind: update to 0.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: Wed, 06 Jul 2011 14:00:19 -0000 >Number: 158687 >Category: ports >Synopsis: [UPDATE] deskutils/freemind: update to 0.9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 14:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 0.9.0 - install license via license framework - raise minimal java-version to 1.5, since jre14 was removed from ports tree tinderbild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/freemind-0.9.0,1.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa freemind.orig/Makefile freemind/Makefile --- freemind.orig/Makefile 2010-01-20 20:18:49.000000000 +0300 +++ freemind/Makefile 2011-07-06 12:13:26.000000000 +0400 @@ -6,26 +6,28 @@ # PORTNAME= freemind -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9.0 PORTEPOCH= 1 CATEGORIES= deskutils editors java MASTER_SITES= SF -DISTNAME= ${PORTNAME}-bin-max-${PORTVERSION:S/./_/g} +DISTNAME= ${PORTNAME}-bin-max-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= Free mind-mapping software written in Java +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION} -DATAFILES= accessories doc lib license patterns.xml plugins user.properties +DATAFILES= accessories browser doc lib plugins patterns.xml EXTRACT_AFTER_ARGS= -d ${WRKSRC} ZIP_CMD= zip diff -ruNa freemind.orig/distinfo freemind/distinfo --- freemind.orig/distinfo 2011-03-20 15:48:18.000000000 +0300 +++ freemind/distinfo 2011-07-06 12:00:13.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (freemind-bin-max-0_8_1.zip) = 85566549b3a0c9f35f3eb71bf5c83b44c7a52db1e42af84607687be2e219c3f9 -SIZE (freemind-bin-max-0_8_1.zip) = 7892763 +SHA256 (freemind-bin-max-0.9.0.zip) = 5d6a6871149ed6ec5a99581ecc258a71ef9e2d44c5cb13125ab278b7d3e7d63c +SIZE (freemind-bin-max-0.9.0.zip) = 13287177 diff -ruNa freemind.orig/files/freemind.sh.in freemind/files/freemind.sh.in --- freemind.orig/files/freemind.sh.in 2005-04-07 03:01:59.000000000 +0400 +++ freemind/files/freemind.sh.in 2011-07-06 14:03:18.000000000 +0400 @@ -3,7 +3,7 @@ # $FreeBSD: ports/deskutils/freemind/files/freemind.sh.in,v 1.1 2005/04/06 23:01:59 hq Exp $ CLASSPATH="${ADD_JARS}:${CLASSPATH}:`find "%%DATADIR%%/lib" -name \*.jar | tr "\n" ":"`" -FILE="`realpath "$1"`" +FILE="lib/freemind.jar" cd "%%DATADIR%%" -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "${CLASSPATH}" freemind.main.FreeMind "${FILE}" +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "${CLASSPATH}" -jar "${FILE}" diff -ruNa freemind.orig/pkg-plist freemind/pkg-plist --- freemind.orig/pkg-plist 2005-10-30 01:47:16.000000000 +0400 +++ freemind/pkg-plist 2011-07-06 12:16:06.000000000 +0400 @@ -1,20 +1,41 @@ -@comment $FreeBSD: ports/deskutils/freemind/pkg-plist,v 1.3 2005/10/29 21:47:16 hq Exp $ bin/freemind +%%DATADIR%%/accessories/LICENSE.MIT +%%DATADIR%%/accessories/freemind2applet.xsl +%%DATADIR%%/accessories/freemind2flash.xsl %%DATADIR%%/accessories/freemind2html.css %%DATADIR%%/accessories/freemind2html.xsl %%DATADIR%%/accessories/hide.png %%DATADIR%%/accessories/ilink.png %%DATADIR%%/accessories/leaf.png %%DATADIR%%/accessories/marktree.js +%%DATADIR%%/accessories/masterfile.tex %%DATADIR%%/accessories/mindmanager2mm.xsl %%DATADIR%%/accessories/minus.png +%%DATADIR%%/accessories/mm2csv.xsl %%DATADIR%%/accessories/mm2html.xsl +%%DATADIR%%/accessories/mm2latex.xsl +%%DATADIR%%/accessories/mm2latex_latin1_TEMPLATE.mm %%DATADIR%%/accessories/mm2latexartcl.xsl %%DATADIR%%/accessories/mm2latexbook.xsl +%%DATADIR%%/accessories/mm2msp_utf8.xsl +%%DATADIR%%/accessories/mm2msp_utf8_TEMPLATE.mm +%%DATADIR%%/accessories/mm2ooimpress.manifest.xsl +%%DATADIR%%/accessories/mm2ooimpress.xsl +%%DATADIR%%/accessories/mm2ooimpressStyles.xml +%%DATADIR%%/accessories/mm2oowriter.manifest.xsl %%DATADIR%%/accessories/mm2oowriter.xsl +%%DATADIR%%/accessories/mm2oowriterStyles.xml %%DATADIR%%/accessories/mm2opml.xsl %%DATADIR%%/accessories/mm2text.xsl +%%DATADIR%%/accessories/mm2tjiresources.xsl +%%DATADIR%%/accessories/mm2tjitasks.xsl +%%DATADIR%%/accessories/mm2tsk.xsl +%%DATADIR%%/accessories/mm2twiki.xsl +%%DATADIR%%/accessories/mm2twiki_headings.xsl +%%DATADIR%%/accessories/mm2wordml_utf8.xsl +%%DATADIR%%/accessories/mm2wordml_utf8_TEMPLATE.mm %%DATADIR%%/accessories/mm2xbel.xsl +%%DATADIR%%/accessories/mm2xls_utf8.xsl %%DATADIR%%/accessories/opml2mm.xsl %%DATADIR%%/accessories/plus.png %%DATADIR%%/accessories/show.png @@ -22,26 +43,49 @@ %%DATADIR%%/accessories/toxhtml.xsl %%DATADIR%%/accessories/treestyles.css %%DATADIR%%/accessories/xbel2mm.xsl +%%DATADIR%%/browser/freemind.mm +%%DATADIR%%/browser/freemindbrowser.html +%%DATADIR%%/browser/freemindbrowser.jar +%%DATADIR%%/browser/freemindbrowser.xhtml +%%DATADIR%%/browser/license +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide.odt +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide.pdf +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_et.odt +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_et.pdf +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_fr.odt +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_fr.pdf +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_hr.odt +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_hr.pdf +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_it.odt +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_it.pdf +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_ja.pdf +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_ru.odt +%%DATADIR%%/doc/FM_Key_Mappings_Quick_Guide_ru.pdf %%DATADIR%%/doc/freemind.mm -%%DATADIR%%/lib/ant/lib/dom.jar -%%DATADIR%%/lib/ant/lib/jax-qname.jar -%%DATADIR%%/lib/ant/lib/jaxb-api.jar -%%DATADIR%%/lib/ant/lib/jaxb-impl.jar -%%DATADIR%%/lib/ant/lib/jaxb-libs.jar -%%DATADIR%%/lib/ant/lib/namespace.jar -%%DATADIR%%/lib/ant/lib/relaxngDatatype.jar -%%DATADIR%%/lib/ant/lib/sax.jar -%%DATADIR%%/lib/ant/lib/xsdlib.jar -%%DATADIR%%/lib/commons-lang-2.0.jar +%%DATADIR%%/doc/freemind_da.mm +%%DATADIR%%/doc/freemind_de.mm +%%DATADIR%%/doc/freemind_es.mm +%%DATADIR%%/doc/freemind_et.mm +%%DATADIR%%/doc/freemind_fr.mm +%%DATADIR%%/doc/freemind_id.mm +%%DATADIR%%/doc/freemind_ja.mm +%%DATADIR%%/doc/freemind_ru.mm +%%DATADIR%%/doc/freemind_vi.mm +%%DATADIR%%/lib/SimplyHTML/SimplyHTML.jar +%%DATADIR%%/lib/SimplyHTML/gnu-regexp-1.1.4.jar +%%DATADIR%%/lib/bindings.jar %%DATADIR%%/lib/forms-1.0.5.jar %%DATADIR%%/lib/freemind.jar -%%DATADIR%%/license +%%DATADIR%%/lib/jibx/jibx-run.jar +%%DATADIR%%/lib/jibx/xpp3.jar %%DATADIR%%/patterns.xml %%DATADIR%%/plugins/ExportSvg.xml %%DATADIR%%/plugins/FreemindHelp.xml -%%DATADIR%%/plugins/TimeManagement.xml +%%DATADIR%%/plugins/ScriptingEngine.xml %%DATADIR%%/plugins/help/help_plugin.jar %%DATADIR%%/plugins/help/jhall.jar +%%DATADIR%%/plugins/script/groovy-all-1.5.6.jar +%%DATADIR%%/plugins/script/scripting_plugin.jar %%DATADIR%%/plugins/svg/batik-awt-util.jar %%DATADIR%%/plugins/svg/batik-bridge.jar %%DATADIR%%/plugins/svg/batik-css.jar @@ -64,16 +108,14 @@ %%DATADIR%%/plugins/svg/svg_plugin.jar %%DATADIR%%/plugins/svg/xerces_2_5_0.jar %%DATADIR%%/plugins/svg/xml-apis.jar -%%DATADIR%%/plugins/time/jcalendar.jar -%%DATADIR%%/plugins/time/time_plugin.jar -%%DATADIR%%/user.properties -@dirrm %%DATADIR%%/accessories -@dirrm %%DATADIR%%/doc -@dirrm %%DATADIR%%/lib/ant/lib -@dirrm %%DATADIR%%/lib/ant -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/plugins/help @dirrm %%DATADIR%%/plugins/svg -@dirrm %%DATADIR%%/plugins/time +@dirrm %%DATADIR%%/plugins/script +@dirrm %%DATADIR%%/plugins/help @dirrm %%DATADIR%%/plugins +@dirrm %%DATADIR%%/lib/jibx +@dirrm %%DATADIR%%/lib/SimplyHTML +@dirrm %%DATADIR%%/lib +@dirrm %%DATADIR%%/doc +@dirrm %%DATADIR%%/browser +@dirrm %%DATADIR%%/accessories @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 14:01: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 752BD1065673; Wed, 6 Jul 2011 14:01: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 4DF6D8FC0A; Wed, 6 Jul 2011 14:01: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 p66E1TH3029899; Wed, 6 Jul 2011 14:01:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66E1To9029890; Wed, 6 Jul 2011 14:01:29 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 14:01:29 GMT Message-Id: <201107061401.p66E1To9029890@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158687: [UPDATE] deskutils/freemind: update to 0.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: Wed, 06 Jul 2011 14:01:29 -0000 Synopsis: [UPDATE] deskutils/freemind: update to 0.9.0 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 14:01:28 UTC 2011 Responsible-Changed-Why: wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158687 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 16: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 478AD1065672 for ; Wed, 6 Jul 2011 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D63E8FC17 for ; Wed, 6 Jul 2011 16: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 p66GK83R050397 for ; Wed, 6 Jul 2011 16: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 p66GK8EE050396; Wed, 6 Jul 2011 16:20:08 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 16:20:08 GMT Resent-Message-Id: <201107061620.p66GK8EE050396@freefall.freebsd.org> 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 148E1106566B for ; Wed, 6 Jul 2011 16:11:21 +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 E9BD58FC15 for ; Wed, 6 Jul 2011 16:11:20 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id C11E76EEC9A for ; Wed, 6 Jul 2011 09:11:20 -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 uiz8y+ZtAEy5 for ; Wed, 6 Jul 2011 09:11:20 -0700 (PDT) Received: from experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with SMTP id 694F26EEC92 for ; Wed, 6 Jul 2011 09:11:20 -0700 (PDT) Received: (nullmailer pid 10364 invoked by uid 1001); Wed, 06 Jul 2011 16:10:58 -0000 Message-Id: <1309968658.851896.10363.nullmailer@experts-exchange.com> Date: Wed, 06 Jul 2011 09:10:58 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158688: [patch][maintainer-update] devel/libvirt: update to 0.9.3 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, 06 Jul 2011 16:20:09 -0000 >Number: 158688 >Category: ports >Synopsis: [patch][maintainer-update] devel/libvirt: update to 0.9.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 Jul 06 16: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: Update to 0.9.3 http://libvirt.org/news.html files/patch-docs__apibuild.py (dead, using autotools now) files/patch-libvirtd.h (new patch file, credit to Matthias Bolte) Builds cleanly in Tinderbox. >How-To-Repeat: >Fix: Index: devel/libvirt/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/libvirt/Makefile 10 Jun 2011 21:44:41 -0000 1.4 +++ devel/libvirt/Makefile 6 Jul 2011 05:00:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libvirt -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ @@ -15,6 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake autoconf CONFIGURE_ARGS= --without-libssh2 \ --without-sasl \ --without-yajl \ @@ -26,6 +27,7 @@ --without-network USE_GMAKE= yes USE_GNOME= gnomehack +GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes USE_PYTHON_BUILD= yes PLIST_SUB= PORTVERSION="-${PORTVERSION}" Index: devel/libvirt/distinfo =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- devel/libvirt/distinfo 10 Jun 2011 21:44:41 -0000 1.2 +++ devel/libvirt/distinfo 5 Jul 2011 15:01:09 -0000 @@ -1,2 +1,2 @@ -SHA256 (libvirt-0.9.2.tar.gz) = 9a851fba532bafb604de92819752815a9015f529f6d69c9a93d2c90c79419f38 -SIZE (libvirt-0.9.2.tar.gz) = 15793846 +SHA256 (libvirt-0.9.3.tar.gz) = 4d673be9aa7b5618c0fef3cfdbbbeff02df1c83e26680fe40defad2b32a56ae3 +SIZE (libvirt-0.9.3.tar.gz) = 15958983 Index: devel/libvirt/files/patch-docs__apibuild.py =================================================================== RCS file: devel/libvirt/files/patch-docs__apibuild.py diff -N devel/libvirt/files/patch-docs__apibuild.py --- devel/libvirt/files/patch-docs__apibuild.py 10 Jun 2011 21:44:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ ---- ./docs/apibuild.py 2011-06-07 21:31:43.000000000 -0700 -+++ ./docs/apibuild.py 2011-06-07 21:31:55.000000000 -0700 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -u -+#!/usr/bin/env python - # - # This is the API builder, it parses the C sources and build the - # API formal description in XML. Index: devel/libvirt/files/patch-libvirtd.h =================================================================== RCS file: devel/libvirt/files/patch-libvirtd.h diff -N devel/libvirt/files/patch-libvirtd.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/libvirt/files/patch-libvirtd.h 6 Jul 2011 14:23:56 -0000 @@ -0,0 +1,32 @@ +--- ./daemon/libvirtd.h ++++ ./daemon/libvirtd.h +@@ -38,7 +38,9 @@ + # include "logging.h" + # include "threads.h" + # include "network.h" +-# include "virnetsaslcontext.h" ++# if HAVE_SASL ++# include "virnetsaslcontext.h" ++# endif + # include "virnetserverprogram.h" + + # if WITH_DTRACE +@@ -70,7 +72,9 @@ struct daemonClientPrivate { + + int domainEventCallbackID[VIR_DOMAIN_EVENT_ID_LAST]; + ++# if HAVE_SASL + virNetSASLSessionPtr sasl; ++# endif + + /* This is only valid if a remote open call has been made on this + * connection, otherwise it will be NULL. Also if remote close is +@@ -81,7 +85,9 @@ struct daemonClientPrivate { + daemonClientStreamPtr streams; + }; + ++# if HAVE_SASL + extern virNetSASLContextPtr saslCtxt; ++# endif + extern virNetServerProgramPtr remoteProgram; + extern virNetServerProgramPtr qemuProgram; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18: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 7AF98106566C for ; Wed, 6 Jul 2011 18: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 58EFC8FC12 for ; Wed, 6 Jul 2011 18: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 p66IA7RY054858 for ; Wed, 6 Jul 2011 18: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 p66IA7up054857; Wed, 6 Jul 2011 18:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 18:10:07 GMT Resent-Message-Id: <201107061810.p66IA7up054857@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Churanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF7481065679 for ; Wed, 6 Jul 2011 18:01: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 96F308FC1C for ; Wed, 6 Jul 2011 18:01:22 +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 p66I1LKC005240 for ; Wed, 6 Jul 2011 18:01:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66I1LaK005239; Wed, 6 Jul 2011 18:01:21 GMT (envelope-from nobody) Message-Id: <201107061801.p66I1LaK005239@red.freebsd.org> Date: Wed, 6 Jul 2011 18:01:21 GMT From: Alexander Churanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158690: New port: devel/exercisix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 18:10:07 -0000 >Number: 158690 >Category: ports >Synopsis: New port: devel/exercisix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 18:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Churanov >Release: 8.2-RELEASE >Organization: N/A >Environment: >Description: This is a request for including a new port into the tree. The proposed port is a development library, which does not depend on other ports. I'd like to maintain this port myself. Please, set the maintainer-address to exercisix@alexanderchuranov.com. I am already maintaining devel/boost-* and am familiar with the stuff. The shar archive with the port files is attached (it is actually shar, but I had to rename it to txt to get correct MIME type). >How-To-Repeat: >Fix: Patch attached with submission follows: #!/bin/sh # This is a shell archive echo x devel/exercisix mkdir -p devel/exercisix > /dev/null 2>&1 echo x devel/exercisix/pkg-descr sed 's/^X//' > devel/exercisix/pkg-descr << 'SHAR_END' XExercisix is a lightweight unit-test framework for C++, designed for Xtest-aided development. Framework provides test discovery, textual Xdescription as primary test identifier, terse test tools syntax, Xemacs-friendly error message format, easy build without linking. X XWWW: http://alexanderchuranov.com/software/exercisix SHAR_END echo x devel/exercisix/Makefile sed 's/^X//' > devel/exercisix/Makefile << 'SHAR_END' X# New ports collection makefile for: exercisix X# Date created: 6 July 2011 X# Whom: Alexander Churannov X# X XPORTNAME= exercisix XPORTVERSION= 1.2 XCATEGORIES= devel XMASTER_SITES= http://alexanderchuranov.com/files/ XUSE_BZIP2= YES X XMAINTAINER= exercisix@alexanderchuranov.com XCOMMENT= Innovative lightweight unit-test framework for C++ X XMAN3= exercisix.3 XMANCOMPRESSED= yes X X.include SHAR_END echo x devel/exercisix/distinfo sed 's/^X//' > devel/exercisix/distinfo << 'SHAR_END' XMD5 (exercisix-1.2.tar.bz2) = 1e6eca628959c2099ced5e4240a4f7b4 XSHA256 (exercisix-1.2.tar.bz2) = 39be855d307899ee92103c3586aaaa75b984306319a2e038bfb1c39ca84509e9 XSIZE (exercisix-1.2.tar.bz2) = 8262 SHAR_END echo x devel/exercisix/pkg-plist sed 's/^X//' > devel/exercisix/pkg-plist << 'SHAR_END' Xinclude/exercisix.hh Xshare/examples/exercisix/BSDmakefile Xshare/examples/exercisix/example.cc X@dirrm share/examples/exercisix SHAR_END exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18: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 0548A106564A for ; Wed, 6 Jul 2011 18: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 BDF038FC0C for ; Wed, 6 Jul 2011 18: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 p66IK7Ji064892 for ; Wed, 6 Jul 2011 18: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 p66IK7aj064891; Wed, 6 Jul 2011 18:20:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 18:20:07 GMT Resent-Message-Id: <201107061820.p66IK7aj064891@freefall.freebsd.org> 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 F37F8106566C for ; Wed, 6 Jul 2011 18:10:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E48318FC0A for ; Wed, 6 Jul 2011 18:10:35 +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 p66IAZca022951 for ; Wed, 6 Jul 2011 18:10:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66IAZLr022950; Wed, 6 Jul 2011 18:10:35 GMT (envelope-from nobody) Message-Id: <201107061810.p66IAZLr022950@red.freebsd.org> Date: Wed, 6 Jul 2011 18:10:35 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158691: port bug: lang/sdcc RUN_DEPENDS 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: Wed, 06 Jul 2011 18:20:08 -0000 >Number: 158691 >Category: ports >Synopsis: port bug: lang/sdcc RUN_DEPENDS update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 18:20:07 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: gputils is required by sdcc for working with PIC processors, and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS. >How-To-Repeat: 1. Install sdcc port/package 2. pkg_delete /var/db/pkg/gputils-* 3. Attempt to compile and link PIC code >Fix: Patch attached. Patch attached with submission follows: diff -ruN /usr/ports/lang/sdcc/Makefile sdcc/Makefile --- /usr/ports/lang/sdcc/Makefile 2011-03-21 17:24:00.000000000 -0500 +++ sdcc/Makefile 2011-06-26 22:20:54.000000000 -0500 @@ -85,6 +85,7 @@ PLIST_SUB+= PIC="@comment " .else BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils +RUN_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils PLIST_SUB+= PIC="" .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18: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 2CCCB1065674 for ; Wed, 6 Jul 2011 18: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 03D6B8FC0A for ; Wed, 6 Jul 2011 18: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 p66IK9hE064960 for ; Wed, 6 Jul 2011 18: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 p66IK9Sk064958; Wed, 6 Jul 2011 18:20:09 GMT (envelope-from gnats) Date: Wed, 6 Jul 2011 18:20:09 GMT Message-Id: <201107061820.p66IK9Sk064958@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jason Helfman Cc: Subject: Re: ports/158688: [patch][maintainer-update] devel/libvirt: update to 0.9.3 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, 06 Jul 2011 18:20:10 -0000 The following reply was made to PR ports/158688; it has been noted by GNATS. From: Jason Helfman To: bug-followup@freebsd.org Cc: Subject: Re: ports/158688: [patch][maintainer-update] devel/libvirt: update to 0.9.3 Date: Wed, 6 Jul 2011 11:10:16 -0700 Please credit "Jean-Baptiste Rouault" to new patch file, if any credit is done. Wrong credit was assigned initially. Thanks! jgh From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18: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 7BEEC1065670; Wed, 6 Jul 2011 18: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 557848FC15; Wed, 6 Jul 2011 18: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 p66IKIb9065482; Wed, 6 Jul 2011 18: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 p66IKIvf065471; Wed, 6 Jul 2011 18:20:18 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 18:20:18 GMT Message-Id: <201107061820.p66IKIvf065471@freefall.freebsd.org> To: jwbacon@tds.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158691: port bug: lang/sdcc RUN_DEPENDS 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: Wed, 06 Jul 2011 18:20:18 -0000 Synopsis: port bug: lang/sdcc RUN_DEPENDS update State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 6 18:20:17 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158691 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18: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 D3F49106566C for ; Wed, 6 Jul 2011 18: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 C415F8FC13 for ; Wed, 6 Jul 2011 18: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 p66IUCfQ073549 for ; Wed, 6 Jul 2011 18: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 p66IUCOC073544; Wed, 6 Jul 2011 18:30:12 GMT (envelope-from gnats) Date: Wed, 6 Jul 2011 18:30:12 GMT Message-Id: <201107061830.p66IUCOC073544@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/158691: port bug: lang/sdcc RUN_DEPENDS 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: Wed, 06 Jul 2011 18:30:12 -0000 The following reply was made to PR ports/158691; it has been noted by GNATS. From: Edwin Groothuis To: tijl@coosemans.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/158691: port bug: lang/sdcc RUN_DEPENDS update Date: Wed, 6 Jul 2011 18:20:15 UT Maintainer of lang/sdcc, Please note that PR ports/158691 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/158691 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18: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 989521065672 for ; Wed, 6 Jul 2011 18: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 5D04D8FC15 for ; Wed, 6 Jul 2011 18:30: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 p66IUHvA073820 for ; Wed, 6 Jul 2011 18:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66IUHHg073811; Wed, 6 Jul 2011 18:30:17 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 18:30:17 GMT Resent-Message-Id: <201107061830.p66IUHHg073811@freefall.freebsd.org> 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 AD664106566C for ; Wed, 6 Jul 2011 18:22: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 9DAF88FC12 for ; Wed, 6 Jul 2011 18:22: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 p66IMlVw041003 for ; Wed, 6 Jul 2011 18:22:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66IMlHt041002; Wed, 6 Jul 2011 18:22:47 GMT (envelope-from nobody) Message-Id: <201107061822.p66IMlHt041002@red.freebsd.org> Date: Wed, 6 Jul 2011 18:22:47 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158692: devel/cross-gcc: minor patch to enable arm-none-eabi slave 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: Wed, 06 Jul 2011 18:30:17 -0000 >Number: 158692 >Category: ports >Synopsis: devel/cross-gcc: minor patch to enable arm-none-eabi slave port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 18:30:16 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: The arm-none-eabi toolchain is needed to build code for some ARM Cortex controllers. This patch will enable a slave port (devel/arm-none-eabi-gcc) similar to devel/arm-rtems-gcc. >How-To-Repeat: Modify arm-rtems-gcc port to use arm-none-eabi. The build fails while attempting to compile libiberty for ARM. >Fix: Patch attached. Patch attached with submission follows: 1,3c1,12 < --- configure.orig 2009-04-07 18:00:41.000000000 +0400 < +++ configure 2009-04-07 18:06:28.000000000 +0400 < @@ -5758,7 +5758,7 @@ --- > --- configure.orig 2011-05-30 11:17:52.000000000 -0500 > +++ configure 2011-05-30 11:18:48.000000000 -0500 > @@ -3290,7 +3290,7 @@ > *-*-netware*) > noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap" > ;; > - *-*-rtems*) > + *-*-rtems*|arm-none-eabi) > skipdirs="$skipdirs target-libiberty" > noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" > ;; > @@ -7905,7 +7905,7 @@ 12c21 < @@ -5808,7 +5808,7 @@ --- > @@ -7955,7 +7955,7 @@ 21c30 < @@ -5893,7 +5893,7 @@ --- > @@ -8048,7 +8048,7 @@ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18: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 6FB7C106566C; Wed, 6 Jul 2011 18: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 4850E8FC1B; Wed, 6 Jul 2011 18: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 p66IUTSB075184; Wed, 6 Jul 2011 18: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 p66IUT0w075172; Wed, 6 Jul 2011 18:30:29 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 18:30:29 GMT Message-Id: <201107061830.p66IUT0w075172@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stas@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158692: devel/cross-gcc: minor patch to enable arm-none-eabi slave 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: Wed, 06 Jul 2011 18:30:29 -0000 Synopsis: devel/cross-gcc: minor patch to enable arm-none-eabi slave port Responsible-Changed-From-To: freebsd-ports-bugs->stas Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 18:30:28 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158692 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18:42: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 4E47C106566B; Wed, 6 Jul 2011 18:42:19 +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 26C268FC08; Wed, 6 Jul 2011 18:42: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 p66IgJt2091935; Wed, 6 Jul 2011 18:42:19 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66IgJMI091931; Wed, 6 Jul 2011 18:42:19 GMT (envelope-from culot) Date: Wed, 6 Jul 2011 18:42:19 GMT Message-Id: <201107061842.p66IgJMI091931@freefall.freebsd.org> To: pmn@bakarika.net, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/158670: [patch] lang/gambit-c update to 4.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 18:42:19 -0000 Synopsis: [patch] lang/gambit-c update to 4.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Jul 6 18:42:18 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158670 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18:57: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 0D628106564A; Wed, 6 Jul 2011 18:57:56 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA3DC8FC15; Wed, 6 Jul 2011 18:57: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 p66IvtNq000989; Wed, 6 Jul 2011 18:57:55 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66IvtjE000985; Wed, 6 Jul 2011 18:57:55 GMT (envelope-from beech) Date: Wed, 6 Jul 2011 18:57:55 GMT Message-Id: <201107061857.p66IvtjE000985@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158688: [patch][maintainer-update] devel/libvirt: update to 0.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 18:57:56 -0000 Synopsis: [patch][maintainer-update] devel/libvirt: update to 0.9.3 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Wed Jul 6 18:57:23 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158688 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 19: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 E5B04106566C for ; Wed, 6 Jul 2011 19: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 A9D278FC0A for ; Wed, 6 Jul 2011 19: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 p66JA7e2009873 for ; Wed, 6 Jul 2011 19: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 p66JA7x8009872; Wed, 6 Jul 2011 19:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 19:10:07 GMT Resent-Message-Id: <201107061910.p66JA7x8009872@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jani Kananen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E8B31065674 for ; Wed, 6 Jul 2011 19: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 4F1168FC18 for ; Wed, 6 Jul 2011 19: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 p66J6SqD028371 for ; Wed, 6 Jul 2011 19:06:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66J6SiZ028370; Wed, 6 Jul 2011 19:06:28 GMT (envelope-from nobody) Message-Id: <201107061906.p66J6SiZ028370@red.freebsd.org> Date: Wed, 6 Jul 2011 19:06:28 GMT From: Jani Kananen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158693: nautilus-2.32.2.1_1 fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 19:10:08 -0000 >Number: 158693 >Category: ports >Synopsis: nautilus-2.32.2.1_1 fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 19:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jani Kananen >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD anisoptera.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: Nautilus with GCC 4.5 fails to compile. Message at the point of failure: ---snip--- CC nautilus-window-slot.o CC nautilus-window-toolbars.o CC nautilus-window.o CC nautilus-x-content-bar.o CC nautilus-zoom-action.o CC nautilus-zoom-control.o CCLD nautilus /usr/local/lib/libexempi.so: undefined reference to `_ZNKSt5ctypeIcE13_M_widen_initEv@GLIBCXX_3.4.11' /usr/local/lib/libexempi.so: undefined reference to `_ZNSt15_List_node_base9_M_unhookEv@GLIBCXX_3.4.14' /usr/local/lib/libexempi.so: undefined reference to `_ZNSt15_List_node_base7_M_hookEPS_@GLIBCXX_3.4.14' gmake[4]: *** [nautilus] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1' gmake: *** [all] Error 2 *** Error code 1 ---snip--- >How-To-Repeat: Compile nautilus from ports. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 19:24: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 92103106566B; Wed, 6 Jul 2011 19:24:32 +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 6A77C8FC15; Wed, 6 Jul 2011 19:24: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 p66JOWJu028119; Wed, 6 Jul 2011 19:24:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66JOWNe028115; Wed, 6 Jul 2011 19:24:32 GMT (envelope-from linimon) Date: Wed, 6 Jul 2011 19:24:32 GMT Message-Id: <201107061924.p66JOWNe028115@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158693: x11-wm/nautilus 2.32.2.1_1 fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 19:24:32 -0000 Old Synopsis: nautilus-2.32.2.1_1 fails to build New Synopsis: x11-wm/nautilus 2.32.2.1_1 fails to build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 6 19:24:00 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158693 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 21: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 E47D91065672 for ; Wed, 6 Jul 2011 21:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B95038FC16 for ; Wed, 6 Jul 2011 21: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 p66LK7Na028966 for ; Wed, 6 Jul 2011 21: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 p66LK7Nb028965; Wed, 6 Jul 2011 21:20:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 21:20:07 GMT Resent-Message-Id: <201107062120.p66LK7Nb028965@freefall.freebsd.org> 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 EC7D51065673 for ; Wed, 6 Jul 2011 21:10:57 +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 A312A8FC1A for ; Wed, 6 Jul 2011 21:10:57 +0000 (UTC) Received: from BLU0-SMTP165 ([65.55.116.9]) by blu0-omc1-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 6 Jul 2011 14:10:57 -0700 Received: from zeus.bayofrum.net ([90.216.242.219]) by BLU0-SMTP165.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 6 Jul 2011 14:10: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 p66KaNfs001599 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 6 Jul 2011 21:36:23 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p66KaNjE001598; Wed, 6 Jul 2011 21:36:23 +0100 (BST) (envelope-from crees) Message-Id: Date: Wed, 6 Jul 2011 21:36:23 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158695: Fix port: irc/inspircd uses deprecated .include 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: Wed, 06 Jul 2011 21:20:08 -0000 >Number: 158695 >Category: ports >Synopsis: Fix port: irc/inspircd uses deprecated .include >Confidential: no >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 Jul 06 21:20:07 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: Before the introduction of bsd.options.mk there was no way to use USE variables with options. Now there is, and we can take advantage of that here! >How-To-Repeat: >Fix: --- inspircd-openssl-fix.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/inspircd/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 6 Jul 2011 17:51:24 -0000 1.17 +++ Makefile 6 Jul 2011 17:56:06 -0000 @@ -52,7 +52,7 @@ GNUTLS "Build m_ssl_gnutls module" off \ OPENSSL "Build m_ssl_openssl module" off -.include +.include post-extract: @(cd ${WRKDIR} && ${MV} ${PORTNAME} ${DISTNAME}) @@ -98,13 +98,15 @@ .endif .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) -.include <${PORTSDIR}/Mk/bsd.openssl.mk> +USE_OPENSSL=yes CONFIGURE_ARGS+= --enable-openssl PLIST_SUB+= OPENSSL="" .else PLIST_SUB+= OPENSSL="@comment " .endif +.include + CONFIGURE_ARGS+= --enable-extras=${EXTRAS} post-install: --- inspircd-openssl-fix.diff 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 Wed Jul 6 21:20: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 4D6501065674; Wed, 6 Jul 2011 21:20:49 +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 267708FC19; Wed, 6 Jul 2011 21: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 p66LKnPX034208; Wed, 6 Jul 2011 21:20:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66LKn1q034200; Wed, 6 Jul 2011 21:20:49 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 21:20:49 GMT Message-Id: <201107062120.p66LKn1q034200@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158695: Fix port: irc/inspircd uses deprecated .include X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 21:20:49 -0000 Synopsis: Fix port: irc/inspircd uses deprecated .include Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 21:20:48 UTC 2011 Responsible-Changed-Why: bsd.openssl.mk is dinoex territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158695 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 22: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 388651065675 for ; Wed, 6 Jul 2011 22: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 CB9498FC18 for ; Wed, 6 Jul 2011 22: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 p66M0JW7065109 for ; Wed, 6 Jul 2011 22: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 p66M0J9Z065108; Wed, 6 Jul 2011 22:00:19 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 22:00:19 GMT Resent-Message-Id: <201107062200.p66M0J9Z065108@freefall.freebsd.org> 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 DD683106564A for ; Wed, 6 Jul 2011 21:57:36 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 78D918FC18 for ; Wed, 6 Jul 2011 21:57:36 +0000 (UTC) Received: by fxe6 with SMTP id 6so471410fxe.17 for ; Wed, 06 Jul 2011 14:57:35 -0700 (PDT) Received: by 10.223.1.201 with SMTP id 9mr86960fag.91.1309989455392; Wed, 06 Jul 2011 14:57:35 -0700 (PDT) Received: from silver.nine (89-72-104-219.dynamic.chello.pl [89.72.104.219]) by mx.google.com with ESMTPS id n27sm6307987faa.4.2011.07.06.14.57.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jul 2011 14:57:34 -0700 (PDT) Message-Id: <1309989455.67954@silver.nine> Date: Wed, 6 Jul 2011 23:57:35 +0200 From: "Grzegorz Blach" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/158696: Wrong checksum for x11-fonts/droid-fonts-ttf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 22:00:20 -0000 >Number: 158696 >Category: ports >Synopsis: Wrong checksum for x11-fonts/droid-fonts-ttf >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: Wed Jul 06 22:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 8.2-STABLE #10: Sun Jul 3 18:19:46 CEST 2011 root@silver.nine:/usr/obj/usr/src/sys/SILVER >Description: When I tried to build x11-fonts/droid-fonts-ttf port, I get checksum mismatch for several files. Message bellow: ===> Extracting for droid-fonts-ttf-20100214_1 => SHA256 Checksum mismatch for DroidSans-Bold.ttf. => SHA256 Checksum mismatch for DroidSans.ttf. => SHA256 Checksum OK for DroidSansArabic.ttf. => SHA256 Checksum OK for DroidSansFallback.ttf. => SHA256 Checksum mismatch for DroidSansFallbackLegacy.ttf. => SHA256 Checksum mismatch for DroidSansHebrew.ttf. => SHA256 Checksum mismatch for DroidSansJapanese.ttf. => SHA256 Checksum OK for DroidSansMono.ttf. => SHA256 Checksum mismatch for DroidSansThai.ttf. => SHA256 Checksum mismatch for DroidSerif-Bold.ttf. => SHA256 Checksum mismatch for DroidSerif-BoldItalic.ttf. => SHA256 Checksum OK for DroidSerif-Italic.ttf. => SHA256 Checksum OK for DroidSerif-Regular.ttf. => SHA256 Checksum mismatch for NOTICE. >How-To-Repeat: Try to build x11-fonts/droid-fonts-ttf >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 22: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 DAEB41065670; Wed, 6 Jul 2011 22: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 B2EC18FC0A; Wed, 6 Jul 2011 22: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 p66M0UAB065516; Wed, 6 Jul 2011 22:00:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66M0Ujb065507; Wed, 6 Jul 2011 22:00:30 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 22:00:30 GMT Message-Id: <201107062200.p66M0Ujb065507@freefall.freebsd.org> To: magik@roorback.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158696: Wrong checksum for x11-fonts/droid-fonts-ttf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 22:00:30 -0000 Synopsis: Wrong checksum for x11-fonts/droid-fonts-ttf State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 6 22:00:29 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158696 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 22: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 0EA42106566B for ; Wed, 6 Jul 2011 22: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 B9F5B8FC13 for ; Wed, 6 Jul 2011 22: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 p66MA7D1074058 for ; Wed, 6 Jul 2011 22: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 p66MA7D3074056; Wed, 6 Jul 2011 22:10:07 GMT (envelope-from gnats) Date: Wed, 6 Jul 2011 22:10:07 GMT Message-Id: <201107062210.p66MA7D3074056@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/158696: Wrong checksum for x11-fonts/droid-fonts-ttf 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, 06 Jul 2011 22:10:08 -0000 The following reply was made to PR ports/158696; it has been noted by GNATS. From: Edwin Groothuis To: duchateau.olivier@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/158696: Wrong checksum for x11-fonts/droid-fonts-ttf Date: Wed, 6 Jul 2011 22:00:27 UT Maintainer of x11-fonts/droid-fonts-ttf, Please note that PR ports/158696 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/158696 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 22: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 38DD9106564A for ; Wed, 6 Jul 2011 22: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 199658FC1C for ; Wed, 6 Jul 2011 22: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 p66MA7w6074067 for ; Wed, 6 Jul 2011 22: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 p66MA7C4074066; Wed, 6 Jul 2011 22:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 22:10:07 GMT Resent-Message-Id: <201107062210.p66MA7C4074066@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffrey Sisson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 962B0106564A for ; Wed, 6 Jul 2011 22:01:53 +0000 (UTC) (envelope-from geoff@dns-oarc.net) Received: from mail.dns-oarc.net (in1.dns-oarc.net [149.20.58.5]) by mx1.freebsd.org (Postfix) with ESMTP id 89EC58FC1E for ; Wed, 6 Jul 2011 22:01:53 +0000 (UTC) Received: by mail.dns-oarc.net (Postfix, from userid 10801) id BA6D2BDF48; Wed, 6 Jul 2011 21:44:04 +0000 (UTC) Message-Id: <20110706214404.BA6D2BDF48@mail.dns-oarc.net> Date: Wed, 6 Jul 2011 21:44:04 +0000 (UTC) From: Geoffrey Sisson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158697: radvd doesn't listen for Router Solicitations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoffrey Sisson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 22:10:08 -0000 >Number: 158697 >Category: ports >Synopsis: radvd doesn't listen for Router Solicitations >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: Wed Jul 06 22:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Geoffrey Sisson >Release: radvd-1.8 (net/radvd) >Organization: DNS-OARC (http://www.dns-oarc.net/) >Environment: System: FreeBSD dns-tender.dns-oarc.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Wed May 11 00:24:33 UTC 2011 root@dns-tender.dns-oarc.net:/usr/obj/usr/src/sys/DNS-TENDER amd64 Version: radvd-1.8 >Description: radvd doesn't listen for Router Solicitations even when "AdvSendAdvert" is set to "on". The function setup_allrouters_membership in device-bsd44.c is just a stub that effectively performs a NOP when establishing a listen socket. The same function in device-linux.c contains a setsockopt call that causes radvd to join the all-routers multicast group. While ignoring RS messages isn't fatal (unconfigured hosts will eventually see an RA message), it is contrary to RFC 2461: A router MUST join the all-routers multicast address on an advertising interface. [Section 6.2.2] >How-To-Repeat: Send Router Solicitations from a host to a FreeBSD router running radvd. tcpdump -i dst host \( ff02::1 or ff02::2 \) will show unanswered Router Solicitations. >Fix: Patch attached. Note that this patch is only partial. The function check_allrouters_membership in device-bsd44.c also needs attention. ------------------------ Begin included text ------------------------ --- radvd-1.8/device-bsd44.c.orig 2011-07-06 20:19:40.000000000 +0000 +++ radvd-1.8/device-bsd44.c 2011-07-06 20:30:37.000000000 +0000 @@ -189,6 +189,24 @@ int setup_allrouters_membership(struct Interface *iface) { + struct ipv6_mreq mreq; + + memset(&mreq, 0, sizeof(mreq)); + mreq.ipv6mr_interface = iface->if_index; + + /* all-routers multicast address */ + if (inet_pton(AF_INET6, "ff02::2", + &mreq.ipv6mr_multiaddr.s6_addr) != 1) { + flog(LOG_ERR, "inet_pton failed"); + return (-1); + } + + if (setsockopt(sock, IPPROTO_IPV6, IPV6_JOIN_GROUP, + &mreq, sizeof(mreq)) < 0) { + flog(LOG_ERR, "can't join ipv6-allrouters on %s", iface->Name); + return (-1); + } + return (0); } ------------------------- End included text ------------------------- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 22:39: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 DE26F106564A; Wed, 6 Jul 2011 22:39:39 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B68F08FC0C; Wed, 6 Jul 2011 22:39: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 p66Mddb1002841; Wed, 6 Jul 2011 22:39:39 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66MddqL002837; Wed, 6 Jul 2011 22:39:39 GMT (envelope-from beech) Date: Wed, 6 Jul 2011 22:39:39 GMT Message-Id: <201107062239.p66MddqL002837@freefall.freebsd.org> To: tijl@coosemans.org, beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158691: port bug: lang/sdcc RUN_DEPENDS 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: Wed, 06 Jul 2011 22:39:39 -0000 Synopsis: port bug: lang/sdcc RUN_DEPENDS update Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Wed Jul 6 22:39:02 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158691 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 22:41: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 2D6CA1065670; Wed, 6 Jul 2011 22:41:58 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0669F8FC0C; Wed, 6 Jul 2011 22:41: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 p66MfvdW010913; Wed, 6 Jul 2011 22:41:57 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66MfvhE010909; Wed, 6 Jul 2011 22:41:57 GMT (envelope-from beech) Date: Wed, 6 Jul 2011 22:41:57 GMT Message-Id: <201107062241.p66MfvhE010909@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158690: New port: devel/exercisix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 06 Jul 2011 22:41:58 -0000 Synopsis: New port: devel/exercisix Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Wed Jul 6 22:41:21 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158690 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 02: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 1090A1065673; Thu, 7 Jul 2011 02:00:42 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DCDD58FC08; Thu, 7 Jul 2011 02:00: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 p6720fYF089599; Thu, 7 Jul 2011 02:00:41 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6720dM2089361; Thu, 7 Jul 2011 02:00:39 GMT (envelope-from stephen) Date: Thu, 7 Jul 2011 02:00:39 GMT Message-Id: <201107070200.p6720dM2089361@freefall.freebsd.org> To: lapo@lapo.it, stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/149987: [NEW PORT] mail/xpi-dispmua: Displays the icon of the application with which the e-mail was written X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 02:00:42 -0000 Synopsis: [NEW PORT] mail/xpi-dispmua: Displays the icon of the application with which the e-mail was written State-Changed-From-To: open->feedback State-Changed-By: stephen State-Changed-When: Thu Jul 7 01:56:27 UTC 2011 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=149987 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 02:01: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 8E405106566B; Thu, 7 Jul 2011 02:01:25 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 669C68FC0C; Thu, 7 Jul 2011 02:01: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 p6721PBO094724; Thu, 7 Jul 2011 02:01:25 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6721PYb094711; Thu, 7 Jul 2011 02:01:25 GMT (envelope-from stephen) Date: Thu, 7 Jul 2011 02:01:25 GMT Message-Id: <201107070201.p6721PYb094711@freefall.freebsd.org> To: lapo@lapo.it, stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/149987: [NEW PORT] mail/xpi-dispmua: Displays the icon of the application with which the e-mail was written X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 02:01:25 -0000 Synopsis: [NEW PORT] mail/xpi-dispmua: Displays the icon of the application with which the e-mail was written State-Changed-From-To: feedback->open State-Changed-By: stephen State-Changed-When: Thu Jul 7 02:00:51 UTC 2011 State-Changed-Why: Sent it to feedback by mistake. http://www.freebsd.org/cgi/query-pr.cgi?pr=149987 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 02:08: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 783AE106566B; Thu, 7 Jul 2011 02:08:11 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50CE58FC0A; Thu, 7 Jul 2011 02:08: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 p6728BID096760; Thu, 7 Jul 2011 02:08:11 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6728BX1096756; Thu, 7 Jul 2011 02:08:11 GMT (envelope-from stephen) Date: Thu, 7 Jul 2011 02:08:11 GMT Message-Id: <201107070208.p6728BX1096756@freefall.freebsd.org> To: stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stephen@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/149987: [NEW PORT] mail/xpi-dispmua: Displays the icon of the application with which the e-mail was written X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 02:08:11 -0000 Synopsis: [NEW PORT] mail/xpi-dispmua: Displays the icon of the application with which the e-mail was written Responsible-Changed-From-To: freebsd-ports-bugs->stephen Responsible-Changed-By: stephen Responsible-Changed-When: Thu Jul 7 02:07:47 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=149987 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 02:22: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 7DD73106566C; Thu, 7 Jul 2011 02:22: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 576EC8FC17; Thu, 7 Jul 2011 02:22: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 p672MNse015242; Thu, 7 Jul 2011 02:22:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p672MN5q015238; Thu, 7 Jul 2011 02:22:23 GMT (envelope-from linimon) Date: Thu, 7 Jul 2011 02:22:23 GMT Message-Id: <201107070222.p672MN5q015238@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158697: net/radvd doesn't listen for Router Solicitations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 02:22:23 -0000 Old Synopsis: radvd doesn't listen for Router Solicitations New Synopsis: net/radvd doesn't listen for Router Solicitations Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jul 7 02:21:53 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158697 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 03:31: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 193A11065710; Thu, 7 Jul 2011 03:31:33 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E66BC8FC0C; Thu, 7 Jul 2011 03:31: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 p673VWBK077040; Thu, 7 Jul 2011 03:31:32 GMT (envelope-from stephen@freefall.freebsd.org) Received: (from stephen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p673VWho077032; Thu, 7 Jul 2011 03:31:32 GMT (envelope-from stephen) Date: Thu, 7 Jul 2011 03:31:32 GMT Message-Id: <201107070331.p673VWho077032@freefall.freebsd.org> To: stephen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stephen@FreeBSD.org From: stephen@FreeBSD.org Cc: Subject: Re: ports/150542: [new port]: sysutils/createrepo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 03:31:33 -0000 Synopsis: [new port]: sysutils/createrepo Responsible-Changed-From-To: freebsd-ports-bugs->stephen Responsible-Changed-By: stephen Responsible-Changed-When: Thu Jul 7 03:31:08 UTC 2011 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=150542 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 03: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 EB447106566C for ; Thu, 7 Jul 2011 03: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 A2FFE8FC15 for ; Thu, 7 Jul 2011 03: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 p673o7FF089301 for ; Thu, 7 Jul 2011 03: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 p673o75E089300; Thu, 7 Jul 2011 03:50:07 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 03:50:07 GMT Resent-Message-Id: <201107070350.p673o75E089300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Albrecht Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81F3F106564A for ; Thu, 7 Jul 2011 03:42:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4B83E8FC13 for ; Thu, 7 Jul 2011 03:42:14 +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 p673gDXB084520 for ; Thu, 7 Jul 2011 03:42:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p673gDiv084519; Thu, 7 Jul 2011 03:42:13 GMT (envelope-from nobody) Message-Id: <201107070342.p673gDiv084519@red.freebsd.org> Date: Thu, 7 Jul 2011 03:42:13 GMT From: Bruce Albrecht To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158698: graphics/vigra upgrade breaks libreoffice build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 03:50:08 -0000 >Number: 158698 >Category: ports >Synopsis: graphics/vigra upgrade breaks libreoffice build >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 Jul 07 03:50:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Bruce Albrecht >Release: FreeBSD 8.2 >Organization: >Environment: FreeBSD elite 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Sun Mar 13 19:44:08 CDT 2011 toor@elite:/usr/obj/usr/src/sys/elite amd64 >Description: The graphics/vigra port version 1.6 created a static library, libvigraimpex.a, but the 1.7.1 version of the port created on July 1 only creates a dynamic library, libvigraimpex.so. The libreoffice dependencies list the libvigraimpex.a file, and it doesn't find it, so it attempts to rebuild the graphics/vigra port and fails. >How-To-Repeat: Install graphics/vigra 1.7.1 and then attempt to build libreoffice. >Fix: Change the Makefile to look for libvigraimpex.so instead of libvigraimpex.a Patch attached with submission follows: *** Makefile.orig Wed Jul 6 22:38:18 2011 --- Makefile Wed Jul 6 22:37:57 2011 *************** BUILD_DEPENDS= zip:${PORTSDIR}/archivers *** 104,110 **** ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libmdbsql.a:${PORTSDIR}/databases/mdbtools \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs \ ! ${LOCALBASE}/lib/libvigraimpex.a:${PORTSDIR}/graphics/vigra USE_BDB= yes USE_PERL5_BUILD= yes --- 104,110 ---- ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libmdbsql.a:${PORTSDIR}/databases/mdbtools \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs \ ! ${LOCALBASE}/lib/libvigraimpex.so:${PORTSDIR}/graphics/vigra USE_BDB= yes USE_PERL5_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 03: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 30640106564A; Thu, 7 Jul 2011 03: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 098DA8FC12; Thu, 7 Jul 2011 03: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 p673oGW0089480; Thu, 7 Jul 2011 03: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 p673oGme089476; Thu, 7 Jul 2011 03:50:16 GMT (envelope-from edwin) Date: Thu, 7 Jul 2011 03:50:16 GMT Message-Id: <201107070350.p673oGme089476@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158698: graphics/vigra upgrade breaks libreoffice build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 03:50:17 -0000 Synopsis: graphics/vigra upgrade breaks libreoffice build Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 7 03: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=158698 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 04: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 6FF0F106566B for ; Thu, 7 Jul 2011 04: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 4D43A8FC18 for ; Thu, 7 Jul 2011 04: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 p674K7vi016477 for ; Thu, 7 Jul 2011 04: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 p674K7Co016476; Thu, 7 Jul 2011 04:20:07 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 04:20:07 GMT Resent-Message-Id: <201107070420.p674K7Co016476@freefall.freebsd.org> 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 013AA106564A for ; Thu, 7 Jul 2011 04:12: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 E55918FC08 for ; Thu, 7 Jul 2011 04:12: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 p674CrlP036482 for ; Thu, 7 Jul 2011 04:12:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p674Crcp036481; Thu, 7 Jul 2011 04:12:53 GMT (envelope-from nobody) Message-Id: <201107070412.p674Crcp036481@red.freebsd.org> Date: Thu, 7 Jul 2011 04:12:53 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158699: [maintainer update] sysutils/torque X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 04:20:07 -0000 >Number: 158699 >Category: ports >Synopsis: [maintainer update] sysutils/torque >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 Jul 07 04:20:06 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 to the latest version of torque batch scheduler. >How-To-Repeat: Not applicable. >Fix: Diff attached. Patch attached with submission follows: diff -ruN /usr/ports/sysutils/torque/Makefile torque-devel/Makefile --- /usr/ports/sysutils/torque/Makefile 2010-12-04 01:33:41.000000000 -0600 +++ torque-devel/Makefile 2011-07-06 23:06:39.000000000 -0500 @@ -6,12 +6,12 @@ # PORTNAME= torque -PORTVERSION= 2.4.6 +PORTVERSION= 3.0.2 CATEGORIES= sysutils parallel MASTER_SITES= http://www.clusterresources.com/downloads/torque/ MAINTAINER= jwbacon@tds.net -COMMENT= Open source resource manager +COMMENT= Open source distributed computing resource manager based on PBS USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -19,11 +19,13 @@ USE_GMAKE= yes USE_RC_SUBR= pbs_server.sh pbs_sched.sh pbs_mom.sh SUB_FILES= pkg-message +USE_PERL5= yes USE_LDCONFIG= yes MAN1= qalter.1 qdel.1 qhold.1 qmove.1 qmsg.1 qorder.1 qrerun.1 \ qrls.1 qselect.1 qsig.1 qstat.1 qsub.1 pbs.1 pbsdsh.1 \ - nqs2pbs.1 basl2c.1 xpbs.1 xpbsmon.1 qmgr.1 qchkpt.1 + nqs2pbs.1 basl2c.1 xpbs.1 xpbsmon.1 qmgr.1 qchkpt.1 \ + qgpumode.1 qgpureset.1 MAN3= rpp.3 tm.3 pbs_alterjob.3 pbs_connect.3 pbs_default.3 \ pbs_deljob.3 pbs_disconnect.3 pbs_geterrmsg.3 pbs_holdjob.3 \ @@ -32,7 +34,8 @@ pbs_rescreserve.3 pbs_rlsjob.3 pbs_runjob.3 pbs_selectjob.3 \ pbs_selstat.3 pbs_sigjob.3 pbs_stagein.3 pbs_statjob.3 \ pbs_statnode.3 pbs_statque.3 pbs_statserver.3 pbs_submit.3 \ - pbs_terminate.3 + pbs_terminate.3 pbs_checkpointjob.3 pbs_fbserver.3 \ + pbs_get_server_list.3 pbs_gpumode.3 pbs_gpureset.3 MAN7= pbs_job_attributes.7 pbs_queue_attributes.7 \ pbs_server_attributes.7 pbs_resources_aix4.7 \ diff -ruN /usr/ports/sysutils/torque/distinfo torque-devel/distinfo --- /usr/ports/sysutils/torque/distinfo 2010-03-14 11:51:25.000000000 -0500 +++ torque-devel/distinfo 2011-07-06 22:56:40.000000000 -0500 @@ -1,3 +1,2 @@ -MD5 (torque-2.4.6.tar.gz) = 970b5d9687dc1c1d74d20a8766c6b1e5 -SHA256 (torque-2.4.6.tar.gz) = 84c6f96bd034dc8766fc28a1e0f641c6c01d3c00712f05adb81c37b2be988975 -SIZE (torque-2.4.6.tar.gz) = 5537109 +SHA256 (torque-3.0.2.tar.gz) = a82c6a269a78ace25a7b60bfe1204db34855ddc56c1af29ca73f165999cb24a1 +SIZE (torque-3.0.2.tar.gz) = 5864771 diff -ruN /usr/ports/sysutils/torque/files/patch-configure torque-devel/files/patch-configure --- /usr/ports/sysutils/torque/files/patch-configure 2008-03-26 02:30:07.000000000 -0500 +++ torque-devel/files/patch-configure 1969-12-31 18:00:00.000000000 -0600 @@ -1,22 +0,0 @@ ---- configure.orig 2008-03-10 17:19:28.000000000 +0100 -+++ configure 2008-03-18 08:11:50.000000000 +0100 -@@ -20765,8 +20765,8 @@ - else - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 -- echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror" >&5 --echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror... $ECHO_C" >&6 -+ echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic" >&5 -+echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic... $ECHO_C" >&6 - if test "${ac_cv_cflags_gcc_option__W__Wall__Wno_unused_parameter__Wno_long_long__pedantic__Werror+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -20780,7 +20780,7 @@ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - ac_save_CFLAGS="$CFLAGS" --for ac_arg in "-pedantic -Werror % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror" "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror %% no, obsolete" # -+for ac_arg in "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic" "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic %% no, obsolete" # - do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ diff -ruN /usr/ports/sysutils/torque/files/patch-src-resmom-freebsd5-mom_mach.c torque-devel/files/patch-src-resmom-freebsd5-mom_mach.c --- /usr/ports/sysutils/torque/files/patch-src-resmom-freebsd5-mom_mach.c 1969-12-31 18:00:00.000000000 -0600 +++ torque-devel/files/patch-src-resmom-freebsd5-mom_mach.c 2011-06-24 13:52:01.000000000 -0500 @@ -0,0 +1,11 @@ +--- src/resmom/freebsd5/mom_mach.c.orig 2011-06-24 13:50:59.000000000 -0500 ++++ src/resmom/freebsd5/mom_mach.c 2011-06-24 13:51:19.000000000 -0500 +@@ -166,7 +166,7 @@ + extern int ignmem; + + extern int LOGLEVEL; +-extern void checkret(char **, int); ++// extern void checkret(char **, int); + + + /* diff -ruN /usr/ports/sysutils/torque/files/patch-src-resmom-freebsd5-mom_start.c torque-devel/files/patch-src-resmom-freebsd5-mom_start.c --- /usr/ports/sysutils/torque/files/patch-src-resmom-freebsd5-mom_start.c 1969-12-31 18:00:00.000000000 -0600 +++ torque-devel/files/patch-src-resmom-freebsd5-mom_start.c 2011-06-24 13:42:14.000000000 -0500 @@ -0,0 +1,10 @@ +--- src/resmom/freebsd5/mom_start.c.orig 2011-06-24 13:40:31.000000000 -0500 ++++ src/resmom/freebsd5/mom_start.c 2011-06-24 13:41:15.000000000 -0500 +@@ -214,6 +214,7 @@ + task *ptask = 0; + int statloc; + unsigned int momport = 0; ++ extern unsigned int pbs_rm_port; + + if (LOGLEVEL >= 7) + { diff -ruN /usr/ports/sysutils/torque/files/patch-src-server-node_manager.c torque-devel/files/patch-src-server-node_manager.c --- /usr/ports/sysutils/torque/files/patch-src-server-node_manager.c 1969-12-31 18:00:00.000000000 -0600 +++ torque-devel/files/patch-src-server-node_manager.c 2011-06-24 13:28:22.000000000 -0500 @@ -0,0 +1,10 @@ +--- src/server/node_manager.c.orig 2011-06-24 13:21:21.000000000 -0500 ++++ src/server/node_manager.c 2011-06-24 13:21:47.000000000 -0500 +@@ -88,6 +88,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff -ruN /usr/ports/sysutils/torque/files/patch-src-server-pbsd_main.c torque-devel/files/patch-src-server-pbsd_main.c --- /usr/ports/sysutils/torque/files/patch-src-server-pbsd_main.c 1969-12-31 18:00:00.000000000 -0600 +++ torque-devel/files/patch-src-server-pbsd_main.c 2011-06-24 13:27:14.000000000 -0500 @@ -0,0 +1,10 @@ +--- src/server/pbsd_main.c.orig 2011-06-24 13:24:45.000000000 -0500 ++++ src/server/pbsd_main.c 2011-06-24 13:25:15.000000000 -0500 +@@ -94,6 +94,7 @@ + #include + #endif /* PLOCK_DAEMONS */ + #include ++#include + #include "pbs_ifl.h" + #include + #include diff -ruN /usr/ports/sysutils/torque/files/pkg-message.in torque-devel/files/pkg-message.in --- /usr/ports/sysutils/torque/files/pkg-message.in 2010-03-14 11:51:25.000000000 -0500 +++ torque-devel/files/pkg-message.in 2011-07-06 22:55:28.000000000 -0500 @@ -3,7 +3,7 @@ %%PREFIX%%/share/examples/torque/var/spool/torque -On all machines, both server and computing nodes: +On all machines, both server and compute nodes: 1. Run @@ -15,7 +15,7 @@ /var/spool/torque/server_name ****************************************************************************** -On computing nodes: +On compute nodes: 1. Put '$pbsserver ip.address.of.server' into @@ -26,12 +26,12 @@ pbs_mom_enable="YES" This may include the server if you allow it to be used - as a computing node as well. + as a compute node as well. ****************************************************************************** On the server: - 1. Put hostnames of computing nodes, one per line, into + 1. Put hostnames of compute nodes, one per line, into /var/spool/torque/server_priv/nodes @@ -50,9 +50,9 @@ The recommended user is root. ****************************************************************************** -After installation is complete on the server and computing nodes: +After installation is complete on the server and compute nodes: - 1. Start node services on all computing nodes with: + 1. Start node services on all compute nodes with: %%PREFIX%%/etc/rc.d/pbs_mom restart diff -ruN /usr/ports/sysutils/torque/pkg-plist torque-devel/pkg-plist --- /usr/ports/sysutils/torque/pkg-plist 2010-03-14 11:51:25.000000000 -0500 +++ torque-devel/pkg-plist 2011-07-06 09:01:01.000000000 -0500 @@ -13,6 +13,8 @@ bin/qdel bin/qdisable bin/qenable +bin/qgpumode +bin/qgpureset bin/qhold bin/qmgr bin/qmove @@ -50,55 +52,60 @@ sbin/qnoded sbin/qschedd sbin/qserverd -%%EXAMPLESDIR%%/torque.setup -%%EXAMPLESDIR%%/var/spool/torque/pbs_environment -%%EXAMPLESDIR%%/var/spool/torque/sched_priv/dedicated_time -%%EXAMPLESDIR%%/var/spool/torque/sched_priv/holidays -%%EXAMPLESDIR%%/var/spool/torque/sched_priv/resource_group -%%EXAMPLESDIR%%/var/spool/torque/sched_priv/sched_config -%%EXAMPLESDIR%%/var/spool/torque/server_name -@dirrm %%EXAMPLESDIR%%/var/spool/torque/undelivered -@dirrm %%EXAMPLESDIR%%/var/spool/torque/spool -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/queues -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/jobs -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/hostlist -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/disallowed_types -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/arrays -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_users -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_svr -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_hosts -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_groups -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/accounting -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv -@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_logs -@dirrm %%EXAMPLESDIR%%/var/spool/torque/sched_priv/accounting -@dirrm %%EXAMPLESDIR%%/var/spool/torque/sched_priv -@dirrm %%EXAMPLESDIR%%/var/spool/torque/sched_logs -@dirrm %%EXAMPLESDIR%%/var/spool/torque/mom_priv/jobs -@dirrm %%EXAMPLESDIR%%/var/spool/torque/mom_priv -@dirrm %%EXAMPLESDIR%%/var/spool/torque/mom_logs -@dirrm %%EXAMPLESDIR%%/var/spool/torque/checkpoint -@dirrm %%EXAMPLESDIR%%/var/spool/torque/aux -@dirrm %%EXAMPLESDIR%%/var/spool/torque -@dirrm %%EXAMPLESDIR%%/var/spool -@dirrm %%EXAMPLESDIR%%/var -@dirrm %%EXAMPLESDIR%% -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/undelivered -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/spool -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/queues -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/jobs -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/hostlist -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/disallowed_types -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/arrays -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_users -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_svr -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_hosts -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_groups -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/accounting -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_logs -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/sched_priv/accounting -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/sched_logs -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/mom_priv/jobs -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/mom_logs -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/checkpoint -@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/aux +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/torque.setup +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/pbs_environment +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/dedicated_time +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/holidays +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/resource_group +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/sched_config +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/server_name +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/server_priv/nodes +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/undelivered +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/spool +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/queues +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/jobs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/hostlist +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/disallowed_types +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/credentials +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/arrays +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_users +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_svr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_hosts +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_groups +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv/accounting +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_priv +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/server_logs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/sched_priv/accounting +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/sched_priv +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/sched_logs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/mom_priv/jobs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/mom_priv +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/mom_logs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/job_logs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/checkpoint +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque/aux +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool/torque +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var/spool +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/var +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/undelivered +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/spool +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/queues +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/jobs +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/hostlist +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/disallowed_types +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/credentials +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/arrays +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_users +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_svr +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_hosts +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_groups +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_priv/accounting +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/server_logs +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/sched_priv/accounting +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/sched_logs +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/mom_priv/jobs +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/mom_logs +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/job_logs +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/checkpoint +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/var/spool/torque/aux >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 08: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 8E4281065678 for ; Thu, 7 Jul 2011 08: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 6CB878FC14 for ; Thu, 7 Jul 2011 08: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 p678AC0Q058713 for ; Thu, 7 Jul 2011 08: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 p678ACO4058712; Thu, 7 Jul 2011 08:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 08:10:12 GMT Resent-Message-Id: <201107070810.p678ACO4058712@freefall.freebsd.org> 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 A20B5106566B for ; Thu, 7 Jul 2011 08:03:23 +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 931298FC0C for ; Thu, 7 Jul 2011 08:03:23 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6783M1T039331 for ; Thu, 7 Jul 2011 08:03:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6783MBn039330; Thu, 7 Jul 2011 08:03:22 GMT (envelope-from nobody) Message-Id: <201107070803.p6783MBn039330@red.freebsd.org> Date: Thu, 7 Jul 2011 08:03:22 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158701: [UPDATE] net/py-ldap2: update to 2.4.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, 07 Jul 2011 08:10:12 -0000 >Number: 158701 >Category: ports >Synopsis: [UPDATE] net/py-ldap2: update to 2.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 07 08:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 2.4.1 - add dependency on devel/py-asn1-modules (required for ldap.controls.sessiontrack) tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/py27-ldap2-2.4.1.log changelog: http://python-ldap.cvs.sourceforge.net/viewvc/python-ldap/python-ldap/CHANGES?revision=1.263&view=markup >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-ldap2.orig/Makefile py-ldap2/Makefile --- py-ldap2.orig/Makefile 2011-06-30 00:38:34.000000000 +0400 +++ py-ldap2/Makefile 2011-07-07 11:35:16.000000000 +0400 @@ -5,7 +5,7 @@ # $FreeBSD: ports/net/py-ldap2/Makefile,v 1.56 2011/06/29 20:38:34 delphij Exp $ PORTNAME= ldap2 -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,8 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= An LDAP module for python, for OpenLDAP2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules + USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_OPENLDAP= yes diff -ruNa py-ldap2.orig/distinfo py-ldap2/distinfo --- py-ldap2.orig/distinfo 2011-06-30 00:38:34.000000000 +0400 +++ py-ldap2/distinfo 2011-07-07 11:30:49.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (python-ldap-2.4.0.tar.gz) = 2c269c3391c91faf91a7d7eeec36fd43c5bcce37e10ef04787742d584a0a09b6 -SIZE (python-ldap-2.4.0.tar.gz) = 119569 +SHA256 (python-ldap-2.4.1.tar.gz) = 96fbcf53aa0036b76ea038edaadc2db569b09309865032e60e805b1e51c516b8 +SIZE (python-ldap-2.4.1.tar.gz) = 120944 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 08: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 DA4DF106566C; Thu, 7 Jul 2011 08: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 B3E938FC16; Thu, 7 Jul 2011 08: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 p678AMmv059259; Thu, 7 Jul 2011 08: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 p678AMiV059249; Thu, 7 Jul 2011 08:10:22 GMT (envelope-from edwin) Date: Thu, 7 Jul 2011 08:10:22 GMT Message-Id: <201107070810.p678AMiV059249@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, delphij@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158701: [UPDATE] net/py-ldap2: update to 2.4.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, 07 Jul 2011 08:10:22 -0000 Synopsis: [UPDATE] net/py-ldap2: update to 2.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->delphij Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 7 08:10:22 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158701 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 09: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 BC3AF1065670 for ; Thu, 7 Jul 2011 09: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 92CBB8FC12 for ; Thu, 7 Jul 2011 09: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 p679e64M044258 for ; Thu, 7 Jul 2011 09: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 p679e6VA044257; Thu, 7 Jul 2011 09:40:06 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 09:40:06 GMT Resent-Message-Id: <201107070940.p679e6VA044257@freefall.freebsd.org> 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 6044E1065680 for ; Thu, 7 Jul 2011 09:31: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 508B08FC15 for ; Thu, 7 Jul 2011 09:31: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 p679VRRj099236 for ; Thu, 7 Jul 2011 09:31:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p679VRNt099235; Thu, 7 Jul 2011 09:31:27 GMT (envelope-from nobody) Message-Id: <201107070931.p679VRNt099235@red.freebsd.org> Date: Thu, 7 Jul 2011 09:31:27 GMT From: Attila Nagy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158703: New port: mail/mailutils X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 09:40:06 -0000 >Number: 158703 >Category: ports >Synopsis: New port: mail/mailutils >Confidential: no >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 Jul 07 09:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: >Organization: >Environment: >Description: New port: mailutils, which is a -according to its author- a swiss army knife of electronic mail handling. It offers a rich set of utilities and daemons for processing the e-mail. >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: # # mailutils # mailutils/pkg-descr # mailutils/pkg-plist # mailutils/Makefile # mailutils/distinfo # echo c - mailutils mkdir -p mailutils > /dev/null 2>&1 echo x - mailutils/pkg-descr sed 's/^X//' >mailutils/pkg-descr << '7ba5169679bcdf9b01d756e504b7ca7e' XMailutils is a swiss army knife of electronic mail handling. It offers a rich set of utilities and daemons for processing the e-mail. X XAll Mailutils programs are able to operate on mailboxes of any existing format, ranging from standard UNIX maildrops, through maildir and up to remote mailboxes, which are transparently accessed using IMAP4, POP3 and SMTP. X XWWW: http://mailutils.org/ 7ba5169679bcdf9b01d756e504b7ca7e echo x - mailutils/pkg-plist sed 's/^X//' >mailutils/pkg-plist << '4899e59465d95e5ffb0208cfdab15b4e' X%%DOTLOCK%%bin/dotlock X%%FRM%%bin/frm X%%FRM%%bin/from X%%MAIL%%bin/mail Xbin/mailutils-config X%%MESSAGES%%bin/messages X%%MIMEVIEW%%bin/mimeview X%%MOVEMAIL%%bin/movemail X%%MH%%bin/mu-mh/ali X%%MH%%bin/mu-mh/anno X%%MH%%bin/mu-mh/burst X%%MH%%bin/mu-mh/comp X%%MH%%bin/mu-mh/fmtcheck X%%MH%%bin/mu-mh/folder X%%MH%%bin/mu-mh/folders X%%MH%%bin/mu-mh/forw X%%MH%%bin/mu-mh/inc X%%MH%%bin/mu-mh/install-mh X%%MH%%bin/mu-mh/mark X%%MH%%bin/mu-mh/mhl X%%MH%%bin/mu-mh/mhn X%%MH%%bin/mu-mh/mhparam X%%MH%%bin/mu-mh/mhpath X%%MH%%bin/mu-mh/pick X%%MH%%bin/mu-mh/refile X%%MH%%bin/mu-mh/repl X%%MH%%bin/mu-mh/rmf X%%MH%%bin/mu-mh/rmm X%%MH%%bin/mu-mh/scan X%%MH%%bin/mu-mh/send X%%MH%%bin/mu-mh/sortm X%%MH%%bin/mu-mh/whatnow X%%MH%%bin/mu-mh/whom X@rmtry bin/popauth X%%READMSG%%bin/readmsg X%%SIEVE%%bin/sieve Xinclude/mailutils/acl.h Xinclude/mailutils/address.h Xinclude/mailutils/alloc.h Xinclude/mailutils/argcv.h Xinclude/mailutils/assoc.h Xinclude/mailutils/attribute.h Xinclude/mailutils/auth.h Xinclude/mailutils/body.h Xinclude/mailutils/cctype.h Xinclude/mailutils/cfg.h Xinclude/mailutils/cpp/address.h Xinclude/mailutils/cpp/attribute.h Xinclude/mailutils/cpp/body.h Xinclude/mailutils/cpp/debug.h Xinclude/mailutils/cpp/envelope.h Xinclude/mailutils/cpp/error.h Xinclude/mailutils/cpp/filter.h Xinclude/mailutils/cpp/folder.h Xinclude/mailutils/cpp/header.h Xinclude/mailutils/cpp/iterator.h Xinclude/mailutils/cpp/list.h Xinclude/mailutils/cpp/mailbox.h Xinclude/mailutils/cpp/mailcap.h Xinclude/mailutils/cpp/mailer.h Xinclude/mailutils/cpp/mailutils.h Xinclude/mailutils/cpp/message.h Xinclude/mailutils/cpp/mime.h Xinclude/mailutils/cpp/mutil.h Xinclude/mailutils/cpp/pop3.h Xinclude/mailutils/cpp/registrar.h Xinclude/mailutils/cpp/secret.h Xinclude/mailutils/cpp/sieve.h Xinclude/mailutils/cpp/stream.h Xinclude/mailutils/cpp/url.h Xinclude/mailutils/cstr.h Xinclude/mailutils/daemon.h Xinclude/mailutils/debug.h Xinclude/mailutils/diag.h Xinclude/mailutils/envelope.h Xinclude/mailutils/errno.h Xinclude/mailutils/error.h Xinclude/mailutils/filter.h Xinclude/mailutils/folder.h Xinclude/mailutils/gocs.h Xinclude/mailutils/gsasl.h Xinclude/mailutils/guile.h Xinclude/mailutils/header.h Xinclude/mailutils/io.h Xinclude/mailutils/iterator.h Xinclude/mailutils/kwd.h Xinclude/mailutils/ldap.h Xinclude/mailutils/libargp.h Xinclude/mailutils/libcfg.h Xinclude/mailutils/list.h Xinclude/mailutils/locker.h Xinclude/mailutils/mailbox.h Xinclude/mailutils/mailcap.h Xinclude/mailutils/mailer.h Xinclude/mailutils/mailutils.h Xinclude/mailutils/md5.h Xinclude/mailutils/message.h Xinclude/mailutils/mime.h Xinclude/mailutils/monitor.h Xinclude/mailutils/mu_auth.h Xinclude/mailutils/mutil.h Xinclude/mailutils/nls.h Xinclude/mailutils/nntp.h Xinclude/mailutils/observer.h Xinclude/mailutils/opool.h Xinclude/mailutils/pam.h Xinclude/mailutils/parse822.h Xinclude/mailutils/pop3.h Xinclude/mailutils/progmailer.h Xinclude/mailutils/property.h Xinclude/mailutils/python.h Xinclude/mailutils/radius.h Xinclude/mailutils/refcount.h Xinclude/mailutils/registrar.h Xinclude/mailutils/secret.h Xinclude/mailutils/server.h Xinclude/mailutils/sha1.h Xinclude/mailutils/sieve.h Xinclude/mailutils/sql.h Xinclude/mailutils/stream.h Xinclude/mailutils/sys/nntp.h Xinclude/mailutils/sys/pop3.h Xinclude/mailutils/syslog.h Xinclude/mailutils/tls.h Xinclude/mailutils/types.h Xinclude/mailutils/url.h Xinclude/mailutils/vartab.h Xinclude/mailutils/version.h Xinfo/dir Xinfo/mailutils.info Xinfo/mailutils.info-1 Xinfo/mailutils.info-2 Xlib/charset.alias Xlib/libmailutils.a Xlib/libmailutils.la Xlib/libmailutils.so Xlib/libmailutils.so.3 Xlib/libmu_argp.a Xlib/libmu_auth.a Xlib/libmu_auth.la Xlib/libmu_auth.so Xlib/libmu_auth.so.3 Xlib/libmu_cfg.a Xlib/libmu_cfg.la Xlib/libmu_cfg.so Xlib/libmu_cfg.so.0 Xlib/libmu_cpp.a Xlib/libmu_cpp.la Xlib/libmu_cpp.so Xlib/libmu_cpp.so.3 Xlib/libmu_imap.a Xlib/libmu_imap.la Xlib/libmu_imap.so Xlib/libmu_imap.so.3 Xlib/libmu_maildir.a Xlib/libmu_maildir.la Xlib/libmu_maildir.so Xlib/libmu_maildir.so.3 Xlib/libmu_mailer.a Xlib/libmu_mailer.la Xlib/libmu_mailer.so Xlib/libmu_mailer.so.3 Xlib/libmu_mbox.a Xlib/libmu_mbox.la Xlib/libmu_mbox.so Xlib/libmu_mbox.so.3 Xlib/libmu_mh.a Xlib/libmu_mh.la Xlib/libmu_mh.so Xlib/libmu_mh.so.3 Xlib/libmu_nntp.a Xlib/libmu_nntp.la Xlib/libmu_nntp.so Xlib/libmu_nntp.so.3 Xlib/libmu_pop.a Xlib/libmu_pop.la Xlib/libmu_pop.so Xlib/libmu_pop.so.3 X%%PYTHON%%lib/libmu_py.a X%%PYTHON%%lib/libmu_py.la X%%PYTHON%%lib/libmu_py.so X%%PYTHON%%lib/libmu_py.so.3 Xlib/libmu_sieve.a Xlib/libmu_sieve.la Xlib/libmu_sieve.so Xlib/libmu_sieve.so.3 Xlib/mailutils/list.a Xlib/mailutils/list.la Xlib/mailutils/list.so Xlib/mailutils/moderator.a Xlib/mailutils/moderator.la Xlib/mailutils/moderator.so Xlib/mailutils/numaddr.a Xlib/mailutils/numaddr.la Xlib/mailutils/numaddr.so Xlib/mailutils/pipe.a Xlib/mailutils/pipe.la Xlib/mailutils/pipe.so Xlib/mailutils/spamd.a Xlib/mailutils/spamd.la Xlib/mailutils/spamd.so Xlib/mailutils/timestamp.a Xlib/mailutils/timestamp.la Xlib/mailutils/timestamp.so Xlib/mailutils/vacation.a Xlib/mailutils/vacation.la Xlib/mailutils/vacation.so X%%COMSAT%%sbin/comsatd X%%IMAP4D%%sbin/imap4d X%%MAIDAG%%sbin/maidag X%%POP3D%%sbin/pop3d Xshare/aclocal/mailutils.m4 X%%NLS%%share/locale/ca/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/es/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/fr/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/id/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/pl/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/ro/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/ru/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/sv/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/uk/LC_MESSAGES/mailutils.mo X%%NLS%%share/locale/vi/LC_MESSAGES/mailutils.mo X%%MH%%%%DATADIR%%/mh/components X%%MH%%%%DATADIR%%/mh/mailutils-mh.el X%%MH%%%%DATADIR%%/mh/mhl.format X%%MH%%%%DATADIR%%/mh/replcomps X%%MH%%%%DATADIR%%/mh/replgroupcomps X@dirrmtry www X@dirrmtry share/xml X@dirrmtry share/skel X@dirrmtry share/sgml X@dirrmtry share/misc X%%MH%%@dirrmtry %%DATADIR%%/mh X@dirrmtry %%DATADIR%%/2.2/modules X@dirrmtry %%DATADIR%%/2.2 X@dirrmtry %%DATADIR%% X@dirrmtry %%JAVAJARDIR%% X@dirrmtry share/java X@dirrmtry share/examples X@dirrmtry share/emacs/site-lisp X@dirrmtry share/emacs X@dirrmtry share/doc/ja X@dirrmtry share/doc X@dirrmtry share/dict X@dirrmtry share/aclocal X@dirrmtry share X@dirrmtry sbin X@dirrmtry libexec X@dirrmtry libdata/pkgconfig X@dirrmtry libdata/ldconfig32 X@dirrmtry libdata/ldconfig X@dirrmtry libdata X@dirrmtry lib/mailutils X@dirrmtry lib X@dirrmtry info X@dirrmtry include/mailutils/sys X@dirrmtry include/mailutils/cpp X@dirrmtry include/mailutils X@dirrmtry include X@dirrmtry etc/pam.d X@dirrmtry etc/man.d X@dirrmtry etc/devd X@dirrmtry etc X%%MH%%@dirrmtry bin/mu-mh X@dirrmtry bin 4899e59465d95e5ffb0208cfdab15b4e echo x - mailutils/Makefile sed 's/^X//' >mailutils/Makefile << '87d3f61070f26a8366ddfc3187c087a7' X# New ports collection makefile for: mailutils X# Date created: 05 Jul 2011 X# Whom: Attila Nagy X# X# $FreeBSD: $ X# X XPORTNAME= mailutils XPORTVERSION= 2.2 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= bra@fsn.hu XCOMMENT= Mailutils is a swiss army knife of electronic mail handling. It offers a rich set of utilities and daemons for processing the e-mail. X XGNU_CONFIGURE= yes XLDFLAGS+= "-L${LOCALBASE}/lib" X XOPTIONS= GDBM "Use GNU DBM" Off \ X BDB "Use Berkeley DB" Off \ X TOKYOCABINET "Use Tokyo Cabinet" Off \ X GNUTLS "Enable GNUTLS support" Off \ X MYSQL "Enable MySQL support" Off \ X PGSQL "Enable Postgres support" Off \ X LDAP "Enable LDAP support" Off \ X IMAP "Enable IMAP support" Off \ X POP "Enable POP support" Off \ X NNTP "Enable NNTP support" Off \ X SENDMAIL "Enable SENDMAIL support" Off \ X MH "Enable MH support" Off \ X MAILDIR "Enable MAILDIR support" Off \ X RADIUS "Enable RADIUS support" Off \ X NLS "Enable NLS support" Off \ X PYTHON "Enable python support" Off \ X FRM "Build frm" Off \ X POP3D "Build pop3d" Off \ X IMAP4D "Build imap4d" Off \ X COMSAT "Build comsat" Off \ X MAIDAG "Build maidag" Off \ X MAIL "Build mail" Off \ X SIEVE "Build sieve" Off \ X GUIMB "Build guimb" Off \ X MESSAGES "Build messages" Off \ X READMSG "Build readmsg" Off \ X DOTLOCK "Build dotlock" Off \ X MOVEMAIL "Build movemail" Off \ X MIMEVIEW "Build mimeview" Off \ X MH "Build mh" Off X.include X X.if defined(WITH_GDBM) XCONFIGURE_ARGS+= --with-gdbm XLIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm X.else XCONFIGURE_ARGS+= --without-gdbm X.endif X X.if defined(WITH_BDB) XUSE_BDB= yes XCONFIGURE_ARGS+= --with-berkeley-db X.else XCONFIGURE_ARGS+= --without-berkeley-db X.endif X X.if defined(WITH_TOKYOCABINET) XCONFIGURE_ARGS+= --with-tokyocabinet XLIB_DEPENDS+= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet X.else XCONFIGURE_ARGS+= --without-tokyocabinet X.endif X X.if defined(WITH_GNUTLS) XLIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls XCONFIGURE_ARGS+= --with-gnutls X.else XCONFIGURE_ARGS+= --without-gnutls X.endif X X.if defined(WITH_MYSQL) XUSE_MYSQL= yes XCONFIGURE_ARGS+= --with-mysql X.else XCONFIGURE_ARGS+= --without-mysql X.endif X X.if defined(WITH_PGSQL) XUSE_PGSQL= yes XCONFIGURE_ARGS+= --with-postgres X.else XCONFIGURE_ARGS+= --without-postgres X.endif X X.if defined(WITH_LDAP) XUSE_OPENLDAP= yes XCONFIGURE_ARGS+= --with-ldap X.else XCONFIGURE_ARGS+= --without-ldap X.endif X X.if defined(WITH_PYTHON) XCONFIGURE_ARGS+= --with-python --with-pythondir=${PYTHON_SITELIBDIR} XUSE_PYTHON= 2.5+ XPLIST_SUB+= PYTHON="" X.else XCONFIGURE_ARGS+= --without-python XPLIST_SUB+= PYTHON="@comment " X.endif X X.for I in WITH_IMAP WITH_POP WITH_NNTP WITH_SENDMAIL WITH_MH WITH_MAILDIR WITH_RADIUS WITH_NLS X.if defined(${I}) XPLIST_SUB+= ${I:S/^WITH_//}="" X.else XCONFIGURE_ARGS+=--disable-${I:S/^WITH_//:L} XPLIST_SUB+= ${I:S/^WITH_//}="@comment " X.endif X.endfor X X.for I in WITH_IMAP4D WITH_MAIL WITH_POP3D X.if defined(${I}) XMAN1+= ${I:S/^WITH_//:L}.1 X.endif X.endfor X X.if defined (WITH_POP3D) XMAN1+= popauth.1 X.endif X X.for I in WITH_FRM WITH_POP3D WITH_IMAP4D WITH_COMSAT WITH_MAIDAG WITH_MAIL WITH_SIEVE WITH_GUIMB WITH_MESSAGES WITH_READMSG WITH_DOTLOCK WITH_MOVEMAIL WITH_MIMEVIEW WITH_MH X.if defined(${I}) XPLIST_SUB+= ${I:S/^WITH_//}="" X.else XCONFIGURE_ARGS+=--disable-build-${I:S/^WITH_//:L} XPLIST_SUB+= ${I:S/^WITH_//}="@comment " X.endif X.endfor X X.include 87d3f61070f26a8366ddfc3187c087a7 echo x - mailutils/distinfo sed 's/^X//' >mailutils/distinfo << 'f305584a7eed31a106e64e8b4454dea5' XSHA256 (mailutils-2.2.tar.gz) = 97591debcd32ac1f4c4d16eaa8f21690d9dfefcb79e29bd293871d57c4a5e05d XSIZE (mailutils-2.2.tar.gz) = 4497847 f305584a7eed31a106e64e8b4454dea5 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 09: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 1BC5B1065673 for ; Thu, 7 Jul 2011 09: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 E6BDC8FC15 for ; Thu, 7 Jul 2011 09: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 p679e6pi044283 for ; Thu, 7 Jul 2011 09: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 p679e6tx044275; Thu, 7 Jul 2011 09:40:06 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 09:40:06 GMT Resent-Message-Id: <201107070940.p679e6tx044275@freefall.freebsd.org> 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 EBFDB106564A for ; Thu, 7 Jul 2011 09:33:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DCEBF8FC15 for ; Thu, 7 Jul 2011 09:33:49 +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 p679XnG0005364 for ; Thu, 7 Jul 2011 09:33:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p679XnYj005349; Thu, 7 Jul 2011 09:33:49 GMT (envelope-from nobody) Message-Id: <201107070933.p679XnYj005349@red.freebsd.org> Date: Thu, 7 Jul 2011 09:33:49 GMT From: Attila Nagy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158704: New port: mail/mailfromd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 09:40:07 -0000 >Number: 158704 >Category: ports >Synopsis: New port: mail/mailfromd >Confidential: no >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 Jul 07 09:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: >Organization: >Environment: >Description: New port: mailfromd, which is -according to its author- a general-purpose mail filtering daemon and a suite of accompanying utilities for Sendmail, MeTA1, Postfix or any other MTA that supports Milter (or Pmilter) protocol. It is able to filter both incoming and outgoing messages using a filter program, written in mail filtering language (MFL). The daemon interfaces with the MTA using Milter protocol. >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: # # mailfromd # mailfromd/pkg-plist # mailfromd/files # mailfromd/files/mailfromd.in # mailfromd/distinfo # mailfromd/Makefile # mailfromd/pkg-descr # echo c - mailfromd mkdir -p mailfromd > /dev/null 2>&1 echo x - mailfromd/pkg-plist sed 's/^X//' >mailfromd/pkg-plist << '4063c8c64489e9f90f251f5e6b9f47e7' Xbin/mtasim Xinfo/dir Xinfo/mailfromd.info Xinfo/mailfromd.info-1 Xinfo/mailfromd.info-2 Xinfo/mailfromd.info-3 Xlib/charset.alias Xlibexec/mailfromd/postfix-macros.sed Xsbin/mailfromd X%%DATADIR%%/7.1/include/_register.mf X%%DATADIR%%/7.1/include/dns.mf X%%DATADIR%%/7.1/include/gettext.mf X%%DATADIR%%/7.1/include/heloarg_test.mf X%%DATADIR%%/7.1/include/is_ip.mf X%%DATADIR%%/7.1/include/localdomain.mf X%%DATADIR%%/7.1/include/match_cidr.mf X%%DATADIR%%/7.1/include/match_dnsbl.mf X%%DATADIR%%/7.1/include/match_rhsbl.mf X%%DATADIR%%/7.1/include/pp-setup X%%DATADIR%%/7.1/include/rateok.mf X%%DATADIR%%/7.1/include/revip.mf X%%DATADIR%%/7.1/include/sa.mf X%%DATADIR%%/7.1/include/safedb.mf X%%DATADIR%%/7.1/include/sieve.mf X%%DATADIR%%/7.1/include/sockmap.mf X%%DATADIR%%/7.1/include/spf.mf X%%DATADIR%%/7.1/include/status.mf X%%DATADIR%%/7.1/include/status.mfh X%%DATADIR%%/7.1/include/strip_domain_part.mf X%%DATADIR%%/7.1/include/valid_domain.mf X%%DATADIR%%/7.1/include/verp.mf X@dirrmtry libexec/mailfromd X@dirrmtry %%DATADIR%%/7.1/include X@dirrmtry %%DATADIR%%/7.1 X@dirrmtry %%DATADIR%% 4063c8c64489e9f90f251f5e6b9f47e7 echo c - mailfromd/files mkdir -p mailfromd/files > /dev/null 2>&1 echo x - mailfromd/files/mailfromd.in sed 's/^X//' >mailfromd/files/mailfromd.in << '5a26772be0087936df95ed6177729831' X#!/bin/sh X# X# $FreeBSD: $ X# X X# PROVIDE: mailfromd X# REQUIRE: LOGIN X# BEFORE: mail X# KEYWORD: shutdown X X# X# Add the following lines to /etc/rc.conf to enable mailfromd: X# X# mailfromd_enable (bool): Set to "NO" by default, X# set it to "YES" to enable mailfromd X# mailfromd_rundir (str): mailfromd state directory X# mailfromd_user (str): Run as user X# mailfromd_group (str): Run as group X# mailfromd_socket (str): Milter socket file X# mailfromd_flags (str): Override default settings X# X# See mailfromd --help for flags X# X X. /etc/rc.subr X Xname=mailfromd Xrcvar=`set_rcvar` X Xcommand=%%PREFIX%%/sbin/mailfromd Xrequired_files=%%PREFIX%%/etc/mailfromd.mf X X# read settings, set default values Xload_rc_config "$name" X: ${mailfromd_enable="NO"} X: ${mailfromd_rundir="/var/run/mailfromd"} X: ${mailfromd_user="nobody"} X: ${mailfromd_group="nobody"} X: ${mailfromd_socket=${mailfromd_rundir}/mailfromd.sock} X: ${mailfromd_flags="--state-directory=${mailfromd_rundir} -u ${mailfromd_user} -g ${mailfromd_group} -p ${mailfromd_socket}"} X Xstart_precmd=mailfromd_precmd X Xmailfromd_precmd() { X if [ ! -d ${mailfromd_rundir} ]; then X mkdir -p ${mailfromd_rundir} X fi X chown ${mailfromd_user}:${mailfromd_group} ${mailfromd_rundir} X} X Xrun_rc_command "$1" 5a26772be0087936df95ed6177729831 echo x - mailfromd/distinfo sed 's/^X//' >mailfromd/distinfo << '7b92b2960516bbe19b02be83cd8efcb3' XSHA256 (mailfromd-7.1.tar.gz) = 7d9ddea2e678a236fec6a775681983cb4671804bad0d793e1bb8c6336e61dcb7 XSIZE (mailfromd-7.1.tar.gz) = 2043807 7b92b2960516bbe19b02be83cd8efcb3 echo x - mailfromd/Makefile sed 's/^X//' >mailfromd/Makefile << 'e3dffd752a836b3769b8d5e62d94aedd' X# New ports collection makefile for: mailfromd X# Date created: 05 Jul 2011 X# Whom: Attila Nagy X# X# $FreeBSD: $ X# X XPORTNAME= mailfromd XPORTVERSION= 7.1 XCATEGORIES= mail XMASTER_SITES= ftp://download.gnu.org.ua/pub/release/mailfromd/ X XMAINTAINER= bra@fsn.hu XCOMMENT= Mailfromd is a general-purpose mail filtering daemon for milter-capable mail servers X XUSE_RC_SUBR= mailfromd X XMAILFROMD_USER?= mailnull XMAILFROMD_SYSLOG_FACILITY?= LOG_MAIL XMAILFROMD_STATE_DIR?= /var/run/mailfromd XMAILFROMD_SOCKET?= ${MAILFROMD_STATE_DIR}/mailfromd.sock X XUSE_BDB= yes XWANT_BDB_VER= 48 XGNU_CONFIGURE= yes XBUILD_DEPENDS= mailutils-config:${PORTSDIR}/mail/mailutils X XCFLAGS+= -I${BDB_INCLUDE_DIR} -L${BDB_LIB_DIR} -I${LOCALBASE}/include XCONFIGURE_ARGS+=--disable-nls --without-gdbm --with-berkeley-db=${BDB_LIB_NAME} XCONFIGURE_ENV+= DEFAULT_USER=${MAILFROMD_USER} \ X DEFAULT_LOG_FACILITY=${MAILFROMD_SYSLOG_FACILITY} \ X DEFAULT_SOCKET=${MAILFROMD_SOCKET} \ X DEFAULT_STATE_DIR=${MAILFROMD_STATE_DIR} X X.include e3dffd752a836b3769b8d5e62d94aedd echo x - mailfromd/pkg-descr sed 's/^X//' >mailfromd/pkg-descr << '9bed4ce72cad92511e4802deaaf9db6c' XMailfromd is a general-purpose mail filtering daemon and a suite of accompanying utilities for Sendmail, MeTA1, Postfix or any other MTA that supports Milter (or Pmilter) protocol. It is able to filter both incoming and outgoing messages using a filter program, written in mail filtering language (MFL). The daemon interfaces with the MTA using Milter protocol. X XWWW: http://puszcza.gnu.org.ua/software/mailfromd/ 9bed4ce72cad92511e4802deaaf9db6c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 14: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 2E5B7106566C for ; Thu, 7 Jul 2011 14: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 009888FC17 for ; Thu, 7 Jul 2011 14: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 p67EA7rm094491 for ; Thu, 7 Jul 2011 14: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 p67EA7dm094490; Thu, 7 Jul 2011 14:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 14:10:07 GMT Resent-Message-Id: <201107071410.p67EA7dm094490@freefall.freebsd.org> 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 B752A106564A for ; Thu, 7 Jul 2011 14:08:10 +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 5D7218FC13 for ; Thu, 7 Jul 2011 14:08:10 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 1427113DB for ; Thu, 7 Jul 2011 16:08:09 +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 IhYZMjEO8oap for ; Thu, 7 Jul 2011 16:08:01 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id CD2F613D3; Thu, 7 Jul 2011 16:08:01 +0200 (CEST) Message-Id: <20110707140801.CD2F613D3@megatron.madpilot.net> Date: Thu, 7 Jul 2011 16:08:01 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158705: lang/guile: fix build with clang 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: Thu, 07 Jul 2011 14:10:08 -0000 >Number: 158705 >Category: ports >Synopsis: lang/guile: fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 07 14:10:07 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 #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Fix build with clang by removing -Werror. >How-To-Repeat: >Fix: diff -ruN guile.old/files/patch-configure.in guile/files/patch-configure.in --- guile.old/files/patch-configure.in 2011-07-07 15:56:31.775401759 +0200 +++ guile/files/patch-configure.in 2011-07-07 15:56:42.111372172 +0200 @@ -1,5 +1,5 @@ ---- configure.in.orig 2008-12-08 17:42:52.000000000 +0000 -+++ configure.in 2010-03-17 21:41:00.869992126 +0000 +--- configure.in.orig 2008-12-08 18:42:52.000000000 +0100 ++++ configure.in 2011-07-07 15:40:43.000000000 +0200 @@ -622,7 +622,7 @@ # AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \ @@ -37,3 +37,21 @@ # On past versions of Solaris, believe 8 through 10 at least, you # had to write "pthread_once_t foo = { PTHREAD_ONCE_INIT };". +@@ -1277,7 +1280,7 @@ + if test "$GCC" = "yes"; then + # Since GCC only issues a warning for missing braces, so we need + # `-Werror' to catch it. +- CFLAGS="-Werror -Wmissing-braces $CFLAGS" ++ CFLAGS="-Wmissing-braces $CFLAGS" + fi + + AC_CACHE_CHECK([whether PTHREAD_ONCE_INIT needs braces], +@@ -1428,7 +1431,7 @@ + # not be "warning free" + if test "${GUILE_ERROR_ON_WARNING}" = yes + then +- CFLAGS="${CFLAGS} -Werror" ++ CFLAGS="${CFLAGS}" + enable_compile_warnings=no + fi + ;; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 14: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 A27871065670; Thu, 7 Jul 2011 14: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 7B7098FC12; Thu, 7 Jul 2011 14: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 p67EAI5M095113; Thu, 7 Jul 2011 14: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 p67EAIkQ095096; Thu, 7 Jul 2011 14:10:18 GMT (envelope-from edwin) Date: Thu, 7 Jul 2011 14:10:18 GMT Message-Id: <201107071410.p67EAIkQ095096@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158705: lang/guile: fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 14:10:18 -0000 Synopsis: lang/guile: fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 7 14:10:17 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158705 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 18: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 1C1111065677 for ; Thu, 7 Jul 2011 18: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 E7F1D8FC22 for ; Thu, 7 Jul 2011 18:10: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 p67IAK6N016899 for ; Thu, 7 Jul 2011 18:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67IAKGX016898; Thu, 7 Jul 2011 18:10:20 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 18:10:20 GMT Resent-Message-Id: <201107071810.p67IAKGX016898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, paulbeard@gmail.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3EC106566B for ; Thu, 7 Jul 2011 18:08:39 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 27E098FC19 for ; Thu, 7 Jul 2011 18:08:38 +0000 (UTC) Received: by pzk27 with SMTP id 27so1264803pzk.13 for ; Thu, 07 Jul 2011 11:08:38 -0700 (PDT) Received: by 10.68.12.138 with SMTP id y10mr1473534pbb.205.1310060415144; Thu, 07 Jul 2011 10:40:15 -0700 (PDT) Received: from mail.thistledew.org (174-21-120-30.tukw.qwest.net [174.21.120.30]) by mx.google.com with ESMTPS id d1sm5719981pbj.56.2011.07.07.10.40.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jul 2011 10:40:13 -0700 (PDT) Received: by mail.thistledew.org (Postfix, from userid 0) id D8A4411542; Thu, 7 Jul 2011 10:40:09 -0700 (PDT) Message-Id: <20110707174009.D8A4411542@mail.thistledew.org> Date: Thu, 7 Jul 2011 10:40:09 -0700 (PDT) From: paulbeard@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158708: gdm doesn't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paulbeard@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 18:10:21 -0000 >Number: 158708 >Category: ports >Synopsis: gdm doesn't build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 07 18:10:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 8.1-RELEASE-p2 i386 >Organization: none >Environment: System: FreeBSD shuttle.paulbeard.org 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Fri Dec 3 15:04:39 PST 2010 root@shuttle.paulbeard.org:/usr/obj/usr/src/sys/SHUTTLE i386 >Description: xsltproc -o gdm-el.omf --stringparam db2omf.basename gdm --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang el --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/usr/ports/x11/gdm/work/gdm-2.30.5/docs/gdm.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` el/gdm.xml || { rm -f "gdm-el.omf"; exit 1; } xsltproc -o gdm-en_GB.omf --stringparam db2omf.basename gdm --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang en_GB --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/usr/ports/x11/gdm/work/gdm-2.30.5/docs/gdm.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` en_GB/gdm.xml || { rm -f "gdm-en_GB.omf"; exit 1; } http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %list.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %admon.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %linespecific.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %synop.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %para.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %informal.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %formal.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %compound.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %genobj.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %descobj.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %ndxterm.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %list.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %admon.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %linespecific.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %synop.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %para.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %informal.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %formal.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %compound.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %genobj.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %descobj.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %ndxterm.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %linespecific.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %synop.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %para.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %informal.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %link.char.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:141: parser warning : PEReference: %tech.char.class; not found %local.refname.char.mix;"> >How-To-Repeat: make >How-To-Repeat: >Fix: for me, the resolution was pkg_delete /var/db/pkg/gdm-2.30.5_2/ but that may not work for everyone. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 18:59: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 552181065674; Thu, 7 Jul 2011 18:59:30 +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 2D7AE8FC15; Thu, 7 Jul 2011 18:59: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 p67IxUr4062503; Thu, 7 Jul 2011 18:59:30 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67IxTnx062499; Thu, 7 Jul 2011 18:59:30 GMT (envelope-from dougb) Date: Thu, 7 Jul 2011 18:59:30 GMT Message-Id: <201107071859.p67IxTnx062499@freefall.freebsd.org> To: douglas@douglasthrift.net, dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: dougb@FreeBSD.org Cc: Subject: Re: ports/158375: Update port: net/isc-dhcp41-server rc.d/isc-dhcpd6 ignores dhcpd6_withuser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 18:59:30 -0000 Synopsis: Update port: net/isc-dhcp41-server rc.d/isc-dhcpd6 ignores dhcpd6_withuser State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Thu Jul 7 18:58:36 UTC 2011 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Thu Jul 7 18:58:36 UTC 2011 Responsible-Changed-Why: I made the change http://www.freebsd.org/cgi/query-pr.cgi?pr=158375 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 19: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 AFE5C106567E for ; Thu, 7 Jul 2011 19: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 90AF98FC12 for ; Thu, 7 Jul 2011 19: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 p67J0OtF062696 for ; Thu, 7 Jul 2011 19: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 p67J0OuY062695; Thu, 7 Jul 2011 19:00:24 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 19:00:24 GMT Resent-Message-Id: <201107071900.p67J0OuY062695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Riggs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 374061065670 for ; Thu, 7 Jul 2011 19:00:03 +0000 (UTC) (envelope-from postmaster@christianserving.org) Received: from zion.christianserving.org (zion.christianserving.org [66.128.242.154]) by mx1.freebsd.org (Postfix) with ESMTP id 288B78FC17 for ; Thu, 7 Jul 2011 19:00:00 +0000 (UTC) Received: by zion.christianserving.org (Postfix, from userid 0) id 4FF2F234EBB; Thu, 7 Jul 2011 14:00:00 -0500 (CDT) Message-Id: <20110707190000.4FF2F234EBB@zion.christianserving.org> Date: Thu, 7 Jul 2011 14:00:00 -0500 (CDT) From: Jim Riggs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158709: [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based on request attributes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 19:00:24 -0000 >Number: 158709 >Category: ports >Synopsis: [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based on request attributes >Confidential: no >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 Jul 07 19:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jim Riggs >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD portwork 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: The mod_setenvifplus module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. These environment variables can be used by other parts of the server to make decisions about actions to be taken, e.g. by using mod_qos or to propagate supplemental information to the appliaction via HTTP header data. mod_setenvifplus is derived from the standard Apache modules mod_setenvif and mod_headers. WWW: http://modsetenvifplus.sourceforge.net/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mod_setenvifplus-0.12.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: # # mod_setenvifplus # mod_setenvifplus/distinfo # mod_setenvifplus/pkg-descr # mod_setenvifplus/Makefile # echo c - mod_setenvifplus mkdir -p mod_setenvifplus > /dev/null 2>&1 echo x - mod_setenvifplus/distinfo sed 's/^X//' >mod_setenvifplus/distinfo << '988df6f27e465a04ec6208a063894bac' XSHA256 (mod_setenvifplus-0.12-src.tar.gz) = 1ce3b297fb8fe9a2490d91ff979e8828a23829214a1dfb69d161c2832af59007 XSIZE (mod_setenvifplus-0.12-src.tar.gz) = 25254 988df6f27e465a04ec6208a063894bac echo x - mod_setenvifplus/pkg-descr sed 's/^X//' >mod_setenvifplus/pkg-descr << '558dfaf071eb418138ee7d02db4f46ad' XThe mod_setenvifplus module allows you to set environment variables Xaccording to whether different aspects of the request match regular Xexpressions you specify. These environment variables can be used by Xother parts of the server to make decisions about actions to be taken, Xe.g. by using mod_qos or to propagate supplemental information to the Xappliaction via HTTP header data. mod_setenvifplus is derived from the Xstandard Apache modules mod_setenvif and mod_headers. X XWWW: http://modsetenvifplus.sourceforge.net/ 558dfaf071eb418138ee7d02db4f46ad echo x - mod_setenvifplus/Makefile sed 's/^X//' >mod_setenvifplus/Makefile << '24084c1f3129447be2c5c83123bb009b' X# New ports collection makefile for: mod_setenvifplus X# Date created: 2010-11-29 X# Whom: Jim Riggs X# X# $FreeBSD$ X# X XPORTNAME= mod_setenvifplus XPORTVERSION= 0.12 XCATEGORIES= www XMASTER_SITES= SF XMASTER_SITE_SUBDIR= modsetenvifplus/${PORTVERSION} XEXTRACT_SUFX= -src.tar.gz X XMAINTAINER= ports@christianserving.org XCOMMENT= Allows setting environment variables based on request attributes X XLICENSE= ASL X XUSE_APACHE= 2.0+ XAP_FAST_BUILD= YES XAP_GENPLIST= YES XSRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c X X.include 24084c1f3129447be2c5c83123bb009b exit --- mod_setenvifplus-0.12.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 19: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 0F9C01065676; Thu, 7 Jul 2011 19: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 DBEC68FC1D; Thu, 7 Jul 2011 19:00: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 p67J0agN063331; Thu, 7 Jul 2011 19:00:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67J0aCG063325; Thu, 7 Jul 2011 19:00:36 GMT (envelope-from edwin) Date: Thu, 7 Jul 2011 19:00:36 GMT Message-Id: <201107071900.p67J0aCG063325@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158709: [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based on request attributes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 19:00:37 -0000 Synopsis: [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based on request attributes Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 7 19:00:35 UTC 2011 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158709 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 19:59: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 62BB7106566B; Thu, 7 Jul 2011 19:59:11 +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 3BFFF8FC08; Thu, 7 Jul 2011 19:59: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 p67JxBcT017396; Thu, 7 Jul 2011 19:59:11 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67JxBA4017392; Thu, 7 Jul 2011 19:59:11 GMT (envelope-from arved) Date: Thu, 7 Jul 2011 19:59:11 GMT Message-Id: <201107071959.p67JxBA4017392@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/158708: gdm doesn't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 19:59:11 -0000 Synopsis: gdm doesn't build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: arved Responsible-Changed-When: Thu Jul 7 19:58:46 UTC 2011 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=158708 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 20:06: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 8E25D1065674; Thu, 7 Jul 2011 20:06:02 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 661118FC15; Thu, 7 Jul 2011 20:06: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 p67K628N026234; Thu, 7 Jul 2011 20:06:02 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67K62sH026230; Thu, 7 Jul 2011 20:06:02 GMT (envelope-from makc) Date: Thu, 7 Jul 2011 20:06:02 GMT Message-Id: <201107072006.p67K62sH026230@freefall.freebsd.org> To: makc@FreeBSD.org, kde@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/155297: audio/akode*: fails to fetch distfile from MASTER_SITE_GENTOO X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 20:06:02 -0000 Synopsis: audio/akode*: fails to fetch distfile from MASTER_SITE_GENTOO Responsible-Changed-From-To: kde->freebsd-ports-bugs Responsible-Changed-By: makc Responsible-Changed-When: Thu Jul 7 20:06:01 UTC 2011 Responsible-Changed-Why: kde@ does not maintain Qt3/KDE3 ports anymore http://www.freebsd.org/cgi/query-pr.cgi?pr=155297 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 20:07: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 9A04E1065675; Thu, 7 Jul 2011 20:07:45 +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 39F4A8FC1A; Thu, 7 Jul 2011 20:07: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 p67K7jse026295; Thu, 7 Jul 2011 20:07:45 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67K7iUN026291; Thu, 7 Jul 2011 20:07:44 GMT (envelope-from arved) Date: Thu, 7 Jul 2011 20:07:44 GMT Message-Id: <201107072007.p67K7iUN026291@freefall.freebsd.org> To: m.seaman@infracaninophile.co.uk, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/158673: [mintainer] databases/mysql-connector-java update to 5.1.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 20:07:45 -0000 Synopsis: [mintainer] databases/mysql-connector-java update to 5.1.17 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 7 20:07:34 UTC 2011 State-Changed-Why: Committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=158673 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 20: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 252E01065679 for ; Thu, 7 Jul 2011 20: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 131078FC08 for ; Thu, 7 Jul 2011 20: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 p67KA6P5026571 for ; Thu, 7 Jul 2011 20: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 p67KA6Rn026570; Thu, 7 Jul 2011 20:10:06 GMT (envelope-from gnats) Date: Thu, 7 Jul 2011 20:10:06 GMT Message-Id: <201107072010.p67KA6Rn026570@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/158673: 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, 07 Jul 2011 20:10:08 -0000 The following reply was made to PR ports/158673; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158673: commit references a PR Date: Thu, 7 Jul 2011 20:07:36 +0000 (UTC) arved 2011-07-07 20:07:24 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Log: Update to 5.1.17 PR: 158673 Submitted by: maintainer Revision Changes Path 1.58 +1 -1 ports/databases/mysql-connector-java/Makefile 1.36 +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 Thu Jul 7 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 1B7011065672 for ; Thu, 7 Jul 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 EC4258FC17 for ; Thu, 7 Jul 2011 20: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 p67KU8tP045152 for ; Thu, 7 Jul 2011 20: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 p67KU87I045142; Thu, 7 Jul 2011 20:30:08 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 20:30:08 GMT Resent-Message-Id: <201107072030.p67KU87I045142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Samorukov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75BC21065674 for ; Thu, 7 Jul 2011 20:26:28 +0000 (UTC) (envelope-from root@os2.ru) Received: from s1.sdv.com.ua (s1.sdv.com.ua [77.120.97.61]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2A68FC16 for ; Thu, 7 Jul 2011 20:26:27 +0000 (UTC) Received: from 90-105-243-80.cust.centrio.cz ([80.243.105.90] helo=os2.ru) by s1.sdv.com.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1Qev9R-000MEt-P9 for FreeBSD-gnats-submit@freebsd.org; Thu, 07 Jul 2011 23:26:24 +0300 Received: from root by os2.ru with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QenNX-000CNd-55 for FreeBSD-gnats-submit@freebsd.org; Thu, 07 Jul 2011 14:08:23 +0200 Message-Id: Date: Thu, 07 Jul 2011 14:08:23 +0200 From: Alex Samorukov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158710: [MAINTAINER] sysutils/atop: update to 1.26.b6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 20:30:09 -0000 >Number: 158710 >Category: ports >Synopsis: [MAINTAINER] sysutils/atop: update to 1.26.b6 >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 Jul 07 20:30:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 8.2-RELEASE i386 >Organization: NetArt s.r.o. >Environment: System: FreeBSD bsd 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 >Description: - Update to 1.26.b6 - Added FreeBSD documentation Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- atop-1.26.b6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/atop/Makefile /root/atop/Makefile --- /usr/ports/sysutils/atop/Makefile 2011-07-05 16:04:12.000000000 +0200 +++ /root/atop/Makefile 2011-07-07 14:05:05.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= atop -PORTVERSION= 1.26.b5 +PORTVERSION= 1.26.b6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR=atop-freebsd @@ -38,6 +38,7 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/AUTHOR ${WRKSRC}/ChangeLog \ + ${WRKSRC}/ChangeLog.FreeBSD ${WRKSRC}/README.FreeBSD \ ${WRKSRC}/README ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} diff -ruN --exclude=CVS /usr/ports/sysutils/atop/distinfo /root/atop/distinfo --- /usr/ports/sysutils/atop/distinfo 2011-07-05 16:04:12.000000000 +0200 +++ /root/atop/distinfo 2011-07-07 14:03:58.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (atop-1.26.fbsd.beta5.tar.bz2) = 7c28d0ebe4473c0041c8a392ee91e1869853674b3577a4287a3d32f759aeac65 -SIZE (atop-1.26.fbsd.beta5.tar.bz2) = 130289 +SHA256 (atop-1.26.fbsd.beta6.tar.bz2) = c71d0ffbe9f3bd778f332acda49095d505f9d63a91f86fdd99200ce29ce1d3ad +SIZE (atop-1.26.fbsd.beta6.tar.bz2) = 131957 diff -ruN --exclude=CVS /usr/ports/sysutils/atop/pkg-plist /root/atop/pkg-plist --- /usr/ports/sysutils/atop/pkg-plist 2011-07-02 10:01:52.000000000 +0200 +++ /root/atop/pkg-plist 2011-07-07 14:05:16.000000000 +0200 @@ -2,6 +2,8 @@ bin/atopsar %%PORTDOCS%%%%DOCSDIR%%/AUTHOR %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD %%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.FreeBSD %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %%LOGDIR%% 2> /dev/null || true --- atop-1.26.b6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 21:30: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 510F4106566C for ; Thu, 7 Jul 2011 21:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 105888FC23 for ; Thu, 7 Jul 2011 21:30: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 p67LU1xL003102 for ; Thu, 7 Jul 2011 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67LU18V003095; Thu, 7 Jul 2011 21:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 21:30:01 GMT Resent-Message-Id: <201107072130.p67LU18V003095@freefall.freebsd.org> 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 6B4101065673 for ; Thu, 7 Jul 2011 21:22:24 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (bb.ipt.ru [194.62.233.89]) by mx1.freebsd.org (Postfix) with ESMTP id DC6628FC15 for ; Thu, 7 Jul 2011 21:22:23 +0000 (UTC) Received: from bb.ipt.ru (localhost [127.0.0.1]) by bb.ipt.ru (8.14.5/8.14.5) with ESMTP id p67LMMX7035970 for ; Fri, 8 Jul 2011 01:22:22 +0400 (MSK) (envelope-from bsam@bb.ipt.ru) Received: (from bsam@localhost) by bb.ipt.ru (8.14.5/8.14.5/Submit) id p67LMMcC035969; Fri, 8 Jul 2011 01:22:22 +0400 (MSK) (envelope-from bsam) Message-Id: <201107072122.p67LMMcC035969@bb.ipt.ru> Date: Fri, 8 Jul 2011 01:22:22 +0400 (MSK) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158712: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra 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: Thu, 07 Jul 2011 21:30:02 -0000 >Number: 158712 >Category: ports >Synopsis: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra >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 Jul 07 21:30:01 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 #6 r223827: Thu Jul 7 04:22:36 MSK 2011 bsam@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: Since version 1.7.1 the port graphics/vigra does not install lib/libvigraimpex.a. >How-To-Repeat: >Fix: Unbreak building: use bin/vigra-config to detect if the port is installed. BTW, no PORTREVISION bump since it's only build dependency. --- libreoffice.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/libreoffice/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 21 Jun 2011 20:44:58 -0000 1.13 +++ Makefile 7 Jul 2011 21:16:30 -0000 @@ -104,7 +104,7 @@ ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libmdbsql.a:${PORTSDIR}/databases/mdbtools \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs \ - ${LOCALBASE}/lib/libvigraimpex.a:${PORTSDIR}/graphics/vigra + ${LOCALBASE}/bin/vigra-config:${PORTSDIR}/graphics/vigra USE_BDB= yes USE_PERL5_BUILD= yes --- libreoffice.diff ends here --- -- WBR, bsam >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 21: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 A3BFC1065670 for ; Thu, 7 Jul 2011 21: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 A2BDA8FC0A for ; Thu, 7 Jul 2011 21:30: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 p67LU6Rr003322 for ; Thu, 7 Jul 2011 21:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67LU6tj003319; Thu, 7 Jul 2011 21:30:06 GMT (envelope-from gnats) Date: Thu, 7 Jul 2011 21:30:06 GMT Message-Id: <201107072130.p67LU6tj003319@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "John Levine" Cc: Subject: Re: ports/158265: fix for xxe port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Levine List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 21:30:08 -0000 The following reply was made to PR ports/158265; it has been noted by GNATS. From: "John Levine" To: bug-followup@FreeBSD.org, hostmaster@iecc.com Cc: Subject: Re: ports/158265: fix for xxe port Date: 25 Jun 2011 11:46:38 -0400 --=-MLRSQ3Ptw4EWNXxMSIS7 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Hm, I uploaded the shar, but it seems to have gotten lost. Here it is again. # 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: # # Makefile # Makefile.inc # distinfo # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: xxe X# Date created: 19 February 2005 X# Whom: Bill Fenner X# X# $FreeBSD: ports/editors/xxe/Makefile,v 1.20 2011/06/16 20:20:05 pav Exp $ X# X XPORTNAME=3D xxe XPORTVERSION=3D ${XXE_VERSION} XCATEGORIES=3D editors java XMASTER_SITES=3D http://www.xmlmind.net/xmleditor/_download/ \ X http://www.xmlmind.com/xmleditor/_download/ XPKGNAMESUFFIX=3D -perso XDISTNAME=3D ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} X XMAINTAINER=3D ports@FreeBSD.org XCOMMENT=3D A validating XML editor featuring a word processor-like view X XUSE_JAVA=3D YES XJAVA_VERSION=3D 1.6+ XNO_BUILD=3D YES X XRESTRICTED=3D Licensee may not distribute the Software X XBINS=3D convertdoc csscheck deploywebstart translatexxe xmltool xxe X XPLIST_SUB=3D XXE=3D${XXE_DIR} X Xpost-extract: X @${SED} -e 's,%%JAVA_HOME%%,${JAVA_HOME},' \ X -e 's,%%PREFIX%%,${PREFIX},' \ X -e 's,%%DISTNAME%%,${DISTNAME},' \ X ${FILESDIR}/launcher > ${WRKDIR}/xxe X Xdo-install: X @cd ${WRKDIR} && tar cf - ${DISTNAME} | \ X tar -C ${PREFIX}/lib -xf - X.for f in ${BINS} X @${INSTALL_SCRIPT} ${WRKDIR}/xxe ${PREFIX}/bin/${f} X.endfor X X.include "Makefile.inc" X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - Makefile.inc sed 's/^X//' >Makefile.inc << '084b77e3e200296f6230945d5f0ea0ec' X# Referenced in ../xml2rfc-xxe X XXXE_VERSION=3D 4.9.1 XXXE_DIR=3D xxe-perso-${XXE_VERSION:S/./_/g} 084b77e3e200296f6230945d5f0ea0ec echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (xxe-perso-4_9_1.tar.gz) =3D 04c6d04fcfc6f936e1d9a4a01ba58089e52e26706a91eb9c81a6f9fb1bd10806 XSIZE (xxe-perso-4_9_1.tar.gz) =3D 22865270 57677d168a5ec21bdf22c9501f075a8f exit --=-MLRSQ3Ptw4EWNXxMSIS7 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIRKzCCBN0w ggPFoAMCAQICEHGS++YZX6xNEoV0cTSiGKcwDQYJKoZIhvcNAQEFBQAwezELMAkGA1UEBhMCR0Ix GzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwR Q29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczAeFw0w NDAxMDEwMDAwMDBaFw0yODEyMzEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQx FzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsx ITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UEAxMtVVROLVVTRVJGaXJz dC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWlsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A MIIBCgKCAQEAsjmFpPJ9q0E7YkY3rs3BYHW8OWX5ShpHornMSMxqmNVNNRm5pELlzkniii8efNIx B8dOtINknS4p1aJkxIW9hVE1eaROaJB7HHqkkqgX8pgV8pPMyaQylbsMTzC9mKALi+VuG6JG+ni8 om+rWV6lL8/K2m2qL+usobNqqrcuZzWLeeEeaYji5kbNoKXqvgvOdjp6Dpvq/NonWz1zHyLmSGHG TPNpsaguG7bUMSAsvIKKjqQOpdeJQ/wWWq8dcdcRWdq6hw2v+vPhwvCkxWeM1tZUOt4KpLoDd7Nl yP0e03RiqhjKaJMeoYV+9Udly/hNVyh00jT/MLbu9mIwFIws6wIDAQABo4IBJzCCASMwHwYDVR0j BBgwFoAUoBEKIz6W8Qfs4q8p74Klf9AwpLQwHQYDVR0OBBYEFImCZ33EnSZwAEu0UEh83j2uBG59 MA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggr BgEFBQcDBDARBgNVHSAECjAIMAYGBFUdIAAwewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5j b21vZG9jYS5jb20vQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwu Y29tb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDARBglghkgBhvhCAQEEBAMCAQYw DQYJKoZIhvcNAQEFBQADggEBAJ2Vyzy4fqUJxB6/C8LHdo45PJTGEKpPDMngq4RdiVTgZTvzbRx8 NywlVF+WIfw3hJGdFdwUT4HPVB1rbEVgxy35l1FM+WbKPKCCjKbI8OLp1Er57D9Wyd12jMOCAU9s APMeGmF0BEcDqcZAV5G8ZSLFJ2dPV9tkWtmNH7qGL/QGrpxp7en0zykX2OBKnxogL5dMUbtGB8SK N04g4wkxaMeexIud6H4RvDJoEJYRmETYKlFgTYjrdDrfQwYyyDlWjDoRUtNBpEMD9O3vMyfbOeAU TibJ2PU54om4k123KSZB6rObroP8d3XK6Mq1/uJlSmM+RMTQw16Hc6mYHK9/FX8wggYhMIIFCaAD AgECAhA+xR7I39n15XT4ZYPptoVlMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYDVQQGEwJVUzELMAkG A1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNU IE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UEAxMtVVRO LVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWlsMB4XDTEwMDgyMDAwMDAw MFoXDTExMDgyMDIzNTk1OVowgdUxNTAzBgNVBAsTLENvbW9kbyBUcnVzdCBOZXR3b3JrIC0gUEVS U09OQSBOT1QgVkFMSURBVEVEMUYwRAYDVQQLEz1UZXJtcyBhbmQgQ29uZGl0aW9ucyBvZiB1c2U6 IGh0dHA6Ly93d3cuY29tb2RvLm5ldC9yZXBvc2l0b3J5MR8wHQYDVQQLExYoYykyMDAzIENvbW9k byBMaW1pdGVkMRQwEgYDVQQDEwtKb2huIExldmluZTEdMBsGCSqGSIb3DQEJARYOam9obmxAaWVj Yy5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDDjT8poyoXt8e5ZgIbnypzSdHY r34wuQzt2Yr/CZMo61F2tBBA9MbwWm94JDm0aVw/iSrTKzUVtRLH3vfiegbHiRgKk4FRecV2MxGG Vijjdzjrgt74q4BVhzZ+NrFoPzp36wmWGSy6XMLmTRoLrUNRsffoH5aSDxrxb3HysdLAtStGrWtj Uxw0t1Mlfc5c78M5nOUtFOhpMrZ6Yh83+oxc8aBhWyCgvmAOjFf8mO1xXgHK78mQUYKctXhEf4CZ OhiQ4eowpswpxqalDOQCFT/knkdUbjvJx/gGb6XHWHL7eLNNEHsMn88MOBR6Jxn3v/lOLNsycbNT YTa8O8zjJMejAgMBAAGjggIQMIICDDAfBgNVHSMEGDAWgBSJgmd9xJ0mcABLtFBIfN49rgRufTAd BgNVHQ4EFgQU/uQJi/hstmW7oeI6utA38NKgcRgwDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB/wQC MAAwIAYDVR0lBBkwFwYIKwYBBQUHAwQGCysGAQQBsjEBAwUCMBEGCWCGSAGG+EIBAQQEAwIFIDBG BgNVHSAEPzA9MDsGDCsGAQQBsjEBAgEBATArMCkGCCsGAQUFBwIBFh1odHRwczovL3NlY3VyZS5j b21vZG8ubmV0L0NQUzCBpQYDVR0fBIGdMIGaMEygSqBIhkZodHRwOi8vY3JsLmNvbW9kb2NhLmNv bS9VVE4tVVNFUkZpcnN0LUNsaWVudEF1dGhlbnRpY2F0aW9uYW5kRW1haWwuY3JsMEqgSKBGhkRo dHRwOi8vY3JsLmNvbW9kby5uZXQvVVROLVVTRVJGaXJzdC1DbGllbnRBdXRoZW50aWNhdGlvbmFu ZEVtYWlsLmNybDBsBggrBgEFBQcBAQRgMF4wNgYIKwYBBQUHMAKGKmh0dHA6Ly9jcnQuY29tb2Rv Y2EuY29tL1VUTkFBQUNsaWVudENBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2Rv Y2EuY29tMBkGA1UdEQQSMBCBDmpvaG5sQGllY2MuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQBF+DKf xPqBmDs7hsQz7l9HEs1vHP9aQeaKltcgGgRd8LV04m+ukjflWLVIyWgKq0X4uDypwN+Bdre6TO5O nFT2QWo75PoOGyVSAnegvkhKX4ENftYuWo5NiRcjMjlMcwymA8Dc3fYZEqYCuIyArVUCY5FAibth pZ/5Q39GoDJK7NbogOTGQIA9pkSYuDcnpsh5v6rUXtEnpvExC9q1VBIk2acUI6q4eLtD+jVFuQwq S1D4UbAQ407m55/5Qprzolmmkvi7fOGDQhXS6XXwmHh0TaplzEi2JcQtKA4TUaEkOWVgPjmNO6xO n1lZ1f5Skk5FLm/sA7v/Jay3ey8HN2BjMIIGITCCBQmgAwIBAgIQPsUeyN/Z9eV0+GWD6baFZTAN BgkqhkiG9w0BAQUFADCBrjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0 IExha2UgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRw Oi8vd3d3LnVzZXJ0cnVzdC5jb20xNjA0BgNVBAMTLVVUTi1VU0VSRmlyc3QtQ2xpZW50IEF1dGhl bnRpY2F0aW9uIGFuZCBFbWFpbDAeFw0xMDA4MjAwMDAwMDBaFw0xMTA4MjAyMzU5NTlaMIHVMTUw MwYDVQQLEyxDb21vZG8gVHJ1c3QgTmV0d29yayAtIFBFUlNPTkEgTk9UIFZBTElEQVRFRDFGMEQG A1UECxM9VGVybXMgYW5kIENvbmRpdGlvbnMgb2YgdXNlOiBodHRwOi8vd3d3LmNvbW9kby5uZXQv cmVwb3NpdG9yeTEfMB0GA1UECxMWKGMpMjAwMyBDb21vZG8gTGltaXRlZDEUMBIGA1UEAxMLSm9o biBMZXZpbmUxHTAbBgkqhkiG9w0BCQEWDmpvaG5sQGllY2MuY29tMIIBIjANBgkqhkiG9w0BAQEF AAOCAQ8AMIIBCgKCAQEAw40/KaMqF7fHuWYCG58qc0nR2K9+MLkM7dmK/wmTKOtRdrQQQPTG8Fpv eCQ5tGlcP4kq0ys1FbUSx9734noGx4kYCpOBUXnFdjMRhlYo43c464Le+KuAVYc2fjaxaD86d+sJ lhksulzC5k0aC61DUbH36B+Wkg8a8W9x8rHSwLUrRq1rY1McNLdTJX3OXO/DOZzlLRToaTK2emIf N/qMXPGgYVsgoL5gDoxX/JjtcV4Byu/JkFGCnLV4RH+AmToYkOHqMKbMKcampQzkAhU/5J5HVG47 ycf4Bm+lx1hy+3izTRB7DJ/PDDgUeicZ97/5TizbMnGzU2E2vDvM4yTHowIDAQABo4ICEDCCAgww HwYDVR0jBBgwFoAUiYJnfcSdJnAAS7RQSHzePa4Ebn0wHQYDVR0OBBYEFP7kCYv4bLZlu6HiOrrQ N/DSoHEYMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMCAGA1UdJQQZMBcGCCsGAQUFBwME BgsrBgEEAbIxAQMFAjARBglghkgBhvhCAQEEBAMCBSAwRgYDVR0gBD8wPTA7BgwrBgEEAbIxAQIB AQEwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLm5ldC9DUFMwgaUGA1UdHwSB nTCBmjBMoEqgSIZGaHR0cDovL2NybC5jb21vZG9jYS5jb20vVVROLVVTRVJGaXJzdC1DbGllbnRB dXRoZW50aWNhdGlvbmFuZEVtYWlsLmNybDBKoEigRoZEaHR0cDovL2NybC5jb21vZG8ubmV0L1VU Ti1VU0VSRmlyc3QtQ2xpZW50QXV0aGVudGljYXRpb25hbmRFbWFpbC5jcmwwbAYIKwYBBQUHAQEE YDBeMDYGCCsGAQUFBzAChipodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9VVE5BQUFDbGllbnRDQS5j cnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTAZBgNVHREEEjAQgQ5qb2hu bEBpZWNjLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEARfgyn8T6gZg7O4bEM+5fRxLNbxz/WkHmipbX IBoEXfC1dOJvrpI35Vi1SMloCqtF+Lg8qcDfgXa3ukzuTpxU9kFqO+T6DhslUgJ3oL5ISl+BDX7W LlqOTYkXIzI5THMMpgPA3N32GRKmAriMgK1VAmORQIm7YaWf+UN/RqAySuzW6IDkxkCAPaZEmLg3 J6bIeb+q1F7RJ6bxMQvatVQSJNmnFCOquHi7Q/o1RbkMKktQ+FGwEONO5uef+UKa86JZppL4u3zh g0IV0ul18Jh4dE2qZcxItiXELSgOE1GhJDllYD45jTusTp9ZWdX+UpJORS5v7AO7/yWst3svBzdg YzGCA/wwggP4AgEBMIHDMIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNh bHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0 dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UEAxMtVVROLVVTRVJGaXJzdC1DbGllbnQgQXV0 aGVudGljYXRpb24gYW5kIEVtYWlsAhA+xR7I39n15XT4ZYPptoVlMAkGBSsOAwIaBQCgggINMBgG CSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTExMDYyNTE1NDYzOFowIwYJ KoZIhvcNAQkEMRYEFAbZKRchczJRO/OVh8CgVVi+SxvsMIHUBgkrBgEEAYI3EAQxgcYwgcMwga4x CzAJBgNVBAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAcBgNV BAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3dy51c2VydHJ1c3Qu Y29tMTYwNAYDVQQDEy1VVE4tVVNFUkZpcnN0LUNsaWVudCBBdXRoZW50aWNhdGlvbiBhbmQgRW1h aWwCED7FHsjf2fXldPhlg+m2hWUwgdYGCyqGSIb3DQEJEAILMYHGoIHDMIGuMQswCQYDVQQGEwJV UzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNF UlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UE AxMtVVROLVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWlsAhA+xR7I39n1 5XT4ZYPptoVlMA0GCSqGSIb3DQEBAQUABIIBAI3lj2CSCWpQ0AMkT5vSzZzpoXTS401IF7130otf WE96DObDvmLPtXi99v8htA5G1ZA8NnIRAyTEpoWdVLoG2UE57jWOXYR+mNy53fFskuQzR6knrmHz u1gAikRocekKxVA2QOnnsBEEH9X4Un7pDpwhoAjZ/FXIK17N8dj61qo+wRtxroiKBWyAFlyyw5ff 78rJ8bdL2oVNHQQWsbz7j38WqG8Tn7OrYBYYfisgBi9V75JvgBvYXJEtkEsSfMZ4xJykhULJzi8S 60yTy29Z7fKDmi6pUyu12y+U/ruVPSx08qPSwD+QATarwc68n5TyqS3Gju9kb4iYxI+6eNUGxQ0A AAAAAAA= --=-MLRSQ3Ptw4EWNXxMSIS7-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 21: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 238231065676 for ; Thu, 7 Jul 2011 21: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 882B78FC25 for ; Thu, 7 Jul 2011 21:30: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 p67LU2EW003133 for ; Thu, 7 Jul 2011 21:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67LU2SU003128; Thu, 7 Jul 2011 21:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 21:30:02 GMT Resent-Message-Id: <201107072130.p67LU2SU003128@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerard Seibert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B45106564A for ; Thu, 7 Jul 2011 21:22:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 77A298FC12 for ; Thu, 7 Jul 2011 21:22:39 +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 p67LMdhw023873 for ; Thu, 7 Jul 2011 21:22:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p67LMdhd023872; Thu, 7 Jul 2011 21:22:39 GMT (envelope-from nobody) Message-Id: <201107072122.p67LMdhd023872@red.freebsd.org> Date: Thu, 7 Jul 2011 21:22:39 GMT From: Gerard Seibert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158713: Unable to build /usr/ports/multimedia/phonon-xine after updating security/libgcrypt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 21:30:09 -0000 >Number: 158713 >Category: ports >Synopsis: Unable to build /usr/ports/multimedia/phonon-xine after updating security/libgcrypt >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 Jul 07 21:30:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gerard Seibert >Release: FreeBSD 8.2-STABLE >Organization: >Environment: FreeBSD scorpio.seibercom.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 11:30:40 EST 2011 gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO amd64 >Description: After updating "security/libgcrypt" as per the directions in UPDATING, the "multimedia/phonon-xine" port refuses to build. It always fails at this point: [ 83%] Building CXX object xine/CMakeFiles/phonon_xine.dir/volumefader_plugin.cpp.o cd /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine && /usr/bin/c++ -Dphonon_xine_EXPORTS -DPHONON_XINE_VERSION=\"4.4.4\" -DPHONON_BACKEND_VERSION_4_4 -O2 -pipe -march=athlon64 -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-check-new -fno-common -O2 -DNDEBUG -DQT_NO_DEBUG -fPIC -I/usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine -I/usr/local/kde4/include/KDE -I/usr/local/kde4/include -I/usr/local/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/ QtNetwork -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -I/usr/local/include -I/usr/local/include -o CMakeFiles/phonon_xine.dir/volumefader_plugin.cpp.o -c /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:144: error: expected type-specifier before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:144: error: expected `,' before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:144: error: expected `)' before '(' token /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:145: error: expected type-specifier before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:145: error: expected `,' before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:145: error: expected `)' before '(' token /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:146: error: expected type-specifier before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:146: error: expected `,' before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:146: error: expected `)' before '(' token /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:147: error: expected type-specifier before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:147: error: expected `,' before 'typeof' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:147: error: expected `)' before '(' token /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:148: warning: deprecated conversion from string constant to 'char*' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:148: warning: deprecated conversion from string constant to 'char*' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:148: warning: deprecated conversion from string constant to 'char*' /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:148: warning: deprecated conversion from string constant to 'char*' *** Error code 1 Stop in /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4. *** Error code 1 Stop in /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4. *** Error code 1 Stop in /usr/ports/multimedia/phonon-xine/work/phonon-backend-xine-4.4.4. *** Error code 1 Stop in /usr/ports/multimedia/phonon-xine. A complete copy of the build log can be obtained here: http://www.seibercom.net/logs/phonon-xine.txt >How-To-Repeat: Attempt to build the port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 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 23777106566C; Thu, 7 Jul 2011 21:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF6518FC12; Thu, 7 Jul 2011 21: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 p67LUEld004053; Thu, 7 Jul 2011 21:30:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67LUELW004039; Thu, 7 Jul 2011 21:30:14 GMT (envelope-from edwin) Date: Thu, 7 Jul 2011 21:30:14 GMT Message-Id: <201107072130.p67LUELW004039@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158712: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 21:30:15 -0000 Synopsis: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 7 21:30:13 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158712 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 21: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 8E5EE1065677; Thu, 7 Jul 2011 21: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 662758FC21; Thu, 7 Jul 2011 21: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 p67LUQ5k005256; Thu, 7 Jul 2011 21: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 p67LUQGW005244; Thu, 7 Jul 2011 21:30:26 GMT (envelope-from edwin) Date: Thu, 7 Jul 2011 21:30:26 GMT Message-Id: <201107072130.p67LUQGW005244@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158713: Unable to build /usr/ports/multimedia/phonon-xine after updating security/libgcrypt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 21:30:26 -0000 Synopsis: Unable to build /usr/ports/multimedia/phonon-xine after updating security/libgcrypt Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 7 21:30:25 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158713 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 23:40: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 1FFB81065673 for ; Thu, 7 Jul 2011 23:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC8998FC20 for ; Thu, 7 Jul 2011 23:40: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 p67Ne1Fe022539 for ; Thu, 7 Jul 2011 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67Ne1YT022538; Thu, 7 Jul 2011 23:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 23:40:01 GMT Resent-Message-Id: <201107072340.p67Ne1YT022538@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B3071065673 for ; Thu, 7 Jul 2011 23:37:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1973C8FC1B for ; Thu, 7 Jul 2011 23:37:27 +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 p67NbQ69068858 for ; Thu, 7 Jul 2011 23:37:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p67NbQxS068857; Thu, 7 Jul 2011 23:37:26 GMT (envelope-from nobody) Message-Id: <201107072337.p67NbQxS068857@red.freebsd.org> Date: Thu, 7 Jul 2011 23:37:26 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158714: [patch] Upgrade net-snmp to 5.7 // resolve build issues on CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Jul 2011 23:40:02 -0000 >Number: 158714 >Category: ports >Synopsis: [patch] Upgrade net-snmp to 5.7 // resolve build issues on CURRENT >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 Jul 07 23:40:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: CURRENT >Organization: Cisco Systems, Inc >Environment: FreeBSD fallout.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r223491M: Fri Jun 24 00:04:00 PDT 2011 root@fallout.local:/usr/obj/usr/src/sys/FALLOUT amd64 >Description: The included files (.shar format) do the following: 1. Upgrades net-mgmt/net-snmp to 5.7 2. Adds necessary patches to get net-snmp to build properly with CURRENT. I verified via a smoke test that: 1. An snmpwalk worked. 2. Sending snmp notifications worked and were registered. Verified that the following targets functioned properly: 1. make install 2. make package 3. make deinstall >How-To-Repeat: >Fix: Attached. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./files # ./files/patch-Makefile.in # ./files/patch-tcpTable.c # ./files/patch-freebsd9.h # ./files/patch-hr_storage.h # ./files/patch-hr_system.c # ./files/patch-local:fixproc # ./files/patch-sctpScalars.h # ./files/patch-local:ipf-mod.pl # ./files/patch-local:mib2c # ./files/patch-local:snmpcheck.def # ./files/patch-local:snmpconf # ./files/patch-local:tkmib # ./files/patch-local:traptoemail # ./files/patch-transform_oids.h # ./files/snmpd.sh.in # ./files/snmptrapd.sh.in # ./files/test.t # ./files/patch-generic.h # ./files/patch-sctpTables.h # ./files/patch-sctpTables_common.h # ./files/patch-sctpTables_freebsd.c # ./files/patch-agent_read_config.c # ./files/patch-auto_nlist.c # ./files/patch-snmp_vars.c # ./pkg-descr # ./pkg-message # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: ucd-snmp X# Date created: 26 June 1996 X# Whom: gpalmer X# X# $FreeBSD: ports/net-mgmt/net-snmp/Makefile,v 1.186 2010/08/31 11:00:14 sylvio Exp $ X# X XPORTNAME= snmp XPORTVERSION= 5.7 XCATEGORIES= net-mgmt ipv6 XMASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} XPKGNAMEPREFIX= net- XDISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} X XMAINTAINER= sylvio@FreeBSD.org XCOMMENT= An extendable SNMP implementation X XOPTIONS= IPV6 "Build with IPv6 support" on \ X MFD_REWRITES "Build with 64-bit Interface Counters" off \ X PERL "Install additional perl modules" on \ X PERL_EMBEDDED "Build embedded perl" on \ X DUMMY "Enable dummy values as placeholders" on \ X TKMIB "Install graphical MIB browser" off \ X DMALLOC "Enable dmalloc debug memory allocator" off \ X UNPRIVILEGED "Allow unprivileged users to execute net-snmp" off X XMAKE_JOBS_UNSAFE= yes X XGNU_CONFIGURE= yes XUSE_RC_SUBR= snmpd.sh snmptrapd.sh XUSE_OPENSSL= yes XUSE_LDCONFIG= yes XWANT_PERL= yes X XCONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}" XCONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \ X --with-default-snmp-version="${DEFAULT_SNMP_VERSION}" \ X --with-sys-contact="${NET_SNMP_SYS_CONTACT}" \ X --with-sys-location="${NET_SNMP_SYS_LOCATION}" \ X --with-logfile="${NET_SNMP_LOGFILE}" \ X --with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \ X --with-mib-modules="host disman/event-mib smux mibII/mta_sendmail mibII/tcpTable ucd-snmp/diskio" \ X --with-gnu-ld --with-libwrap --with-ldflags="-lm -lkvm -ldevstat" X X.if defined(BATCH) XCONFIGURE_ARGS+=--with-defaults X.endif X X.include XCONFIGURE_ARGS+= --with-openssl="${OPENSSLBASE}" X X.if defined(WITH_DUMMY) XCONFIGURE_ARGS+=--with-dummy-values X.endif X X.if !defined(WITH_TKMIB) XPLIST_SUB+= WITH_TKMIB="@comment " X.else XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk XPLIST_SUB+= WITH_TKMIB="" X.endif X X.if defined(WITH_PERL) XUSE_PERL5= yes XCONFIGURE_ARGS+=--with-perl-modules X.if defined(WITHOUT_PERL_EMBEDDED) XCONFIGURE_ARGS+=--disable-embedded-perl XPLIST_SUB+= WITH_PERL_EMBEDDED="@comment " X.else XCONFIGURE_ARGS+=--enable-embedded-perl XPLIST_SUB+= WITH_PERL_EMBEDDED="" X.endif XPLIST_SUB+= WITH_PERL="" X.else XUSE_PERL5_BUILD=yes XCONFIGURE_ARGS+=--disable-embedded-perl --without-perl-modules XPLIST_SUB+= WITH_PERL_EMBEDDED="@comment " XPLIST_SUB+= WITH_PERL="@comment " X.endif X X.if defined(WITH_DMALLOC) XLIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc XCONFIGURE_ARGS+=--with-dmalloc=${LOCALBASE} X.endif X X.if defined(WITH_IPV6) XCONFIGURE_ARGS+=--enable-ipv6 XPLIST_SUB+= WITH_IPV6="" X.else XPLIST_SUB+= WITH_IPV6="@comment " X.endif X X.if defined(WITH_UNPRIVILEGED) XCONFIGURE_ARGS+=--without-root-access X.endif X XSHLIB_VERSION= 30 XPLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} XSCRIPTS_SUB= PREFIX=${PREFIX} PERL=${PERL} X XDEFAULT_SNMP_VERSION?= 3 XNET_SNMP_SYS_CONTACT?= nobody@nowhere.invalid XNET_SNMP_SYS_LOCATION?= somewhere XNET_SNMP_LOGFILE?= /var/log/snmpd.log XNET_SNMP_PERSISTENTDIR?=/var/net-snmp X X.if ${OSVERSION} >= 700028 XNET_SNMP_MIB_MODULE_LIST+= sctp-mib X.endif X X.if ${OSVERSION} >= 800000 XCONFIGURE_ARGS+= --with-libs="-lssp_nonshared" X.endif X X.if defined(WITH_MFD_REWRITES) XCONFIGURE_ARGS+=--enable-mfd-rewrites XNET_SNMP_MIB_MODULE_LIST+= if-mib X.endif X XMAN1= encode_keychange.1 fixproc.1 mib2c.1 mib2c-update.1 \ X net-snmp-config.1 net-snmp-create-v3-user.1 \ X snmpbulkget.1 snmpbulkwalk.1 snmpcmd.1 snmpconf.1 \ X snmpdelta.1 snmpdf.1 snmpget.1 snmpgetnext.1 snmpinform.1 \ X snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ X snmptranslate.1 snmptrap.1 snmpusm.1 snmpvacm.1 snmpwalk.1 \ X tkmib.1 traptoemail.1 XMAN3= netsnmp_agent_api.3 netsnmp_config_api.3 netsnmp_init_mib.3 \ X netsnmp_mib_api.3 netsnmp_pdu_api.3 netsnmp_read_module.3 \ X netsnmp_session_api.3 netsnmp_sess_api.3 netsnmp_trap_api.3 \ X netsnmp_varbind_api.3 X X.if defined(WITH_PERL) XMAN3PERL= NetSNMP::ASN.3 NetSNMP::OID.3 NetSNMP::agent.3 \ X NetSNMP::TrapReceiver.3 \ X NetSNMP::agent::default_store.3 \ X NetSNMP::default_store.3 \ X NetSNMP::netsnmp_request_infoPtr.3 SNMP.3 XMAN3PERLPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X_MANPAGES+= ${MAN3PERL:S%^%${MAN3PERLPREFIX}/man/man3/%} X.endif X XMAN5= mib2c.conf.5 snmp.conf.5 snmp_config.5 snmpd.conf.5 \ X snmpd.examples.5 snmpd.internal.5 \ X snmptrapd.conf.5 variables.5 XMAN8= snmpd.8 snmptrapd.8 X XBIN_FILES= snmpbulkwalk snmpget snmpgetnext snmpset \ X snmpstatus snmptest snmptranslate snmptrap snmpwalk XSBIN_FILES= snmpd snmptrapd XSTARTUP_DIR= ${PREFIX}/etc/rc.d XSCRIPT_FILES= snmpcheck.def mib2c fixproc ipf-mod.pl snmpconf \ X traptoemail X.if defined(WITH_TKMIB) XSCRIPT_FILES+= tkmib X.endif XDOC_FILES= AGENT.txt COPYING FAQ NEWS README \ X README.agentx README.krb5 README.snmpv3 README.thread \ X agent/mibgroup/README.smux X XPS_CMD?= /bin/ps XCONFLICTS= ucd-snmp-4.* net-snmp-5.3.* X Xpre-everything:: X @${ECHO_MSG} X @${ECHO_MSG} "You may use the following build options:" X @${ECHO_MSG} X @${ECHO_MSG} "DEFAULT_SNMP_VERSION=\"3\" Default version of SNMP to use." X @${ECHO_MSG} "NET_SNMP_SYS_CONTACT=\"${NET_SNMP_SYS_CONTACT}\"" X @${ECHO_MSG} " Default system contact." X @${ECHO_MSG} "NET_SNMP_SYS_LOCATION=\"${NET_SNMP_SYS_LOCATION}\"" X @${ECHO_MSG} " Default system location." X @${ECHO_MSG} "NET_SNMP_LOGFILE=\"${NET_SNMP_LOGFILE}\"" X @${ECHO_MSG} " Default log file location for snmpd." X @${ECHO_MSG} "NET_SNMP_PERSISTENTDIR=\"${NET_SNMP_PERSISTENTDIR}\"" X @${ECHO_MSG} " Default directory for persistent data storage." X @${ECHO_MSG} X Xpost-patch: X.for filename in ${SCRIPT_FILES} X @${REINPLACE_CMD} ${SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ X ${WRKSRC}/local/${filename} X.endfor X.if ${OSVERSION} >= 900007 X @${REINPLACE_CMD} -e 's!utmp_p->ut_name!utmp_p->ut_user!' ${WRKSRC}/agent/mibgroup/host/hr_system.c X.endif X XNET_SNMP_CONFIG_H= ${WRKSRC}/include/net-snmp/net-snmp-config.h X X${NET_SNMP_CONFIG_H}: configure X Xpost-configure: X @${FIND} ${WRKSRC} -name Makefile | \ X ${XARGS} ${REINPLACE_CMD} -E -e '/^INSTALL[ ]+=/s|$$| -m 755|' X.for hdr in sys/mbuf.h netinet/in_pcb.h netinet/in_var.h netinet/ip6.h X @${REINPLACE_CMD} -E -e '\ X s!^.*#undef.*(HAVE_${hdr:U:S/./_/g:S/\//_/g}).*$$!#define \1 1!g' \ X ${NET_SNMP_CONFIG_H} X.endfor X Xpost-build: X.if defined(WITH_PERL) X ${FIND} ${WRKSRC}/perl -name Makefile | \ X ${XARGS} ${REINPLACE_CMD} -E -e '\ X s!^(PREFIX) = .*!\1 = ${PREFIX}!; \ X s!^(INSTALLMAN3DIR|INSTALLSITEMAN3DIR) = .*!\1 = ${MAN3PERLPREFIX}/man/man3!; \ X s!^(INSTALLSITELIB|INSTALLSITEARCH) = /usr/local/(.*)!\1 = ${PREFIX}/\2!; \ X s! doc_(perl|site|\$$\(INSTALLDIRS\))_install$$!!; \ X ' X.else X ${REINPLACE_CMD} -e 's| perlinstall||' ${WRKSRC}/Makefile X.endif X Xpost-install: strip-files install-config-files install-doc-files display-message X ${MKDIR} /var/agentx X Xstrip-files: X @cd ${PREFIX}/bin; ${STRIP_CMD} ${BIN_FILES} X @cd ${PREFIX}/sbin; ${STRIP_CMD} ${SBIN_FILES} X Xinstall-config-files: X @${INSTALL_DATA} ${WRKSRC}/EXAMPLE.conf ${DATADIR}/snmpd.conf.example X Xinstall-doc-files: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X. for filename in ${DOC_FILES} X @${INSTALL_DATA} ${WRKSRC}/${filename} ${DOCSDIR} X. endfor X.endif X Xdisplay-message: X @${ECHO_MSG} X @${CAT} ${PKGMESSAGE} X X# Maintainer's note: X# Don't forget to bump library version in these ports. X# french/plgrenouille,graphics/hpoj,lang/php4,lang/php5,mail/cyrus-imapd22,mail/cyrus-imapd23,misc/kdeutils3,net-mgmt/braa,net-mgmt/docsis,net-mgmt/mbrowse,net-mgmt/nagios-snmp-plugins,net-mgmt/p5-SNMP-Info,net-mgmt/py-yapsnmp,net-mgmt/sdig,net-mgmt/zabbix,net/cactid,net/wireshark,net/ifstat,net/quagga,net/rtg,print/hplip,security/libfwbuilder,sysutils/apcupsd,sysutils/jailadmin,sysutils/nut X X.include 464ef7c6571951809b23e262cbe26e19 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XSHA256 (net-snmp-5.7.tar.gz) = 700205b76e16ce87734978520d4b2d05142abdfeaf3c268a030a63c768e73c55 XSIZE (net-snmp-5.7.tar.gz) = 6039854 aec8793adfd5b7c3f00e62ae41a09ac2 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-Makefile.in sed 's/^X//' >./files/patch-Makefile.in << 'fbec374100e7546cf692b62f499b5f62' X--- Makefile.in.orig 2011-07-01 15:35:46.000000000 -0700 X+++ Makefile.in 2011-07-04 20:56:05.000000000 -0700 X@@ -19,7 +19,7 @@ X INCLUDESUBDIR=system X INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h \ X darwin.h darwin7.h darwin8.h darwin9.h darwin10.h dragonfly.h dynix.h \ X- freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h freebsd.h \ X+ freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h freebsd7.h freebsd8.h freebsd9.h freebsd.h \ X generic.h \ X hpux.h irix.h linux.h mingw32.h mips.h netbsd.h openbsd.h osf5.h \ X solaris2.3.h solaris2.4.h solaris2.5.h solaris2.6.h \ fbec374100e7546cf692b62f499b5f62 echo x - ./files/patch-tcpTable.c sed 's/^X//' >./files/patch-tcpTable.c << 'd4da24ad3c6887ae9551349940e90007' X--- agent/mibgroup/mibII/tcpTable.c.orig Wed Jun 9 05:53:17 2004 X+++ agent/mibgroup/mibII/tcpTable.c Thu Jun 24 23:21:32 2004 X@@ -275,6 +277,8 @@ X X int X TCP_Count_Connections( void ) { X+#if (defined(CAN_USE_SYSCTL) && defined(TCPCTL_PCBLIST)) X tcpTable_load(NULL, NULL); X+#endif X return tcp_estab; X } X d4da24ad3c6887ae9551349940e90007 echo x - ./files/patch-freebsd9.h sed 's/^X//' >./files/patch-freebsd9.h << 'f4ec19bf9a6ea00d911a20a7c9804ae8' X--- include/net-snmp/system/freebsd9.h.orig 2009-09-11 10:02:17.000000000 -0400 X+++ include/net-snmp/system/freebsd9.h 2009-09-11 10:02:17.000000000 -0400 X@@ -0,0 +1,2 @@ X+#include "freebsd8.h" X+#define freebsd8 freebsd8 f4ec19bf9a6ea00d911a20a7c9804ae8 echo x - ./files/patch-hr_storage.h sed 's/^X//' >./files/patch-hr_storage.h << '9ac7a7a00e8f67e02022a61da5618c2d' X--- agent/mibgroup/host/hr_storage.h.orig Tue Feb 25 22:17:48 2003 X+++ agent/mibgroup/host/hr_storage.h Wed May 5 15:27:40 2004 X@@ -12,6 +12,7 @@ X #define HRS_TYPE_MBUF 1 X #define HRS_TYPE_MEM 2 X #define HRS_TYPE_SWAP 3 X-#define HRS_TYPE_FIXED_MAX 3 /* the largest fixed type */ X+#define HRS_TYPE_MBUFCLUSTER 4 X+#define HRS_TYPE_FIXED_MAX 4 /* the largest fixed type */ X X #endif /* _MIBGROUP_HRSTORAGE_H */ 9ac7a7a00e8f67e02022a61da5618c2d echo x - ./files/patch-hr_system.c sed 's/^X//' >./files/patch-hr_system.c << '909b87f4870cc7449e1d7d0c57b77d04' X--- agent/mibgroup/host/hr_system.c.orig Mon Feb 23 02:29:34 2004 X+++ agent/mibgroup/host/hr_system.c Sat Apr 3 00:00:24 2004 X@@ -596,6 +596,8 @@ X #ifndef UTMP_HAS_NO_TYPE X if (utmp_p->ut_type != USER_PROCESS) X continue; X+#else X+ if (*utmp_p->ut_name != '~') X #endif X #ifndef UTMP_HAS_NO_PID X /* This block of code fixes zombie user PIDs in the 909b87f4870cc7449e1d7d0c57b77d04 echo x - ./files/patch-local:fixproc sed 's/^X//' >./files/patch-local:fixproc << 'ee850dc545e92a18e62dea77f1ff2f46' X--- local/fixproc.orig Wed May 25 01:23:54 2005 X+++ local/fixproc Wed Nov 30 12:16:05 2005 X@@ -1,4 +1,4 @@ X-#!/usr/bin/perl X+#!%%PERL%% X # X # fixproc [-min n] [-max n] [-check | -kill | -restart | -exist | -fix] proc ... X # X@@ -131,7 +131,7 @@ X X use File::Temp qw(tempfile); X X-$database_file = '/local/etc/fixproc.conf'; X+$database_file = '%%PREFIX%%/etc/fixproc.conf'; X X $debug = 0; # specify debug level using -dN X # currently defined: -d1 X@@ -157,6 +157,14 @@ X $shell_header = "#!/bin/sh\n"; X $shell_end_marker = 'shell_end_marker'; X X+open(command, "/bin/ps -p $$ |") || die "$0: can't run ps command\n"; X+if (split(' ', ) > 4) { X+ $ps_opts = 'ax'; X+} else { X+ $ps_opts = '-e'; X+} X+close command; X+ X &read_args(); X &read_database(); X # &dump_database(); # debug only X@@ -305,41 +313,47 @@ X X # first try kill X $! = $fixproc_error; X- open (COMMAND, "/bin/ps -e | /bin/grep $proc |") X+ open (COMMAND, "/bin/ps $ps_opts |") X || die "$0: can't run ps-grep-awk command\n"; X while () X { X- # match the first field of ps -e X+ if /$proc/ { X+ # match the first field of ps $ps_opts X $! = $fixproc_error; X- /^\s*(\d+)\s/ || die "$0: can't match ps -e output\n"; X- system "kill $1"; X+ /^\s*(\d+)\s/ || die "$0: can't match ps $ps_opts output\n"; X+ kill 15, $1; X+ } X } X+ close COMMAND; X X # if process still exist, try kill -9 X sleep 2; X $! = $fixproc_error; X- open (COMMAND, "/bin/ps -e | /bin/grep $proc |") X+ open (COMMAND, "/bin/ps $ps_opts |") X || die "$0: can't run ps-grep-awk command\n"; X $second_kill_needed = 0; X while () X { X- # match the first field of ps -e X+ if /$proc/ { X+ # match the first field of ps $ps_opts X $! = $fixproc_error; X- /^\s*(\d+)\s/ || die "$0: can't match ps -e output\n"; X- system "kill -9 $1"; X+ /^\s*(\d+)\s/ || die "$0: can't match ps $ps_opts output\n"; X+ kill 9, $1; X $second_kill_needed = 1; X } X+ close COMMAND; X return ($no_error) if ($second_kill_needed == 0); X X # see if kill -9 worked X sleep 2; X $! = $fixproc_error; X- open (COMMAND, "/bin/ps -e | /bin/grep $proc |") X+ open (COMMAND, "/bin/ps $ps_opts |") X || die "$0: can't run ps-grep-awk command\n"; X while () X { # a process still exist, return error X- return $cannot_kill_error; X+ return $cannot_kill_error if /$proc/; X } X+ close COMMAND; X return $no_error; # good, all dead X } X ee850dc545e92a18e62dea77f1ff2f46 echo x - ./files/patch-sctpScalars.h sed 's/^X//' >./files/patch-sctpScalars.h << 'd940f3f0d614bae363895fb29b3c9aaf' X--- agent/mibgroup/sctp-mib/sctpScalars.h.orig 2009-04-08 12:29:04.000000000 -0300 X+++ agent/mibgroup/sctp-mib/sctpScalars.h 2010-06-01 11:02:56.000000000 -0300 X@@ -7,7 +7,7 @@ X config_require(sctp-mib/sctpScalars_common) X #if defined( linux ) X config_require(sctp-mib/sctpScalars_linux) X-#elif defined( freebsd8 ) || defined ( freebsd7 ) X+#elif defined( freebsd9 ) || defined( freebsd8 ) || defined ( freebsd7 ) X config_require(sctp-mib/sctpScalars_freebsd) X #else X /* d940f3f0d614bae363895fb29b3c9aaf echo x - ./files/patch-local:ipf-mod.pl sed 's/^X//' >./files/patch-local:ipf-mod.pl << '44116bb7d70d88661dbf33a09f02a4fe' X--- local/ipf-mod.pl.orig Thu May 29 05:30:19 2003 X+++ local/ipf-mod.pl Thu May 29 05:40:13 2003 X@@ -1,4 +1,4 @@ X-#!/usr/bin/perl -s X+#!%%PERL%% -s X ## X ## IP Filter UCD-SNMP pass module X ## X@@ -9,10 +9,10 @@ X ## Date: $ Tue Dec 1 10:24:08 EET 1998 $ X ## Version: 1.1a X X-# Put this file in /usr/local/bin/ipf-mod.pl and then add the following X+# Put this file in %%PREFIX%%/bin/ipf-mod.pl and then add the following X # line to your snmpd.conf file (without the # at the front): X # X-# pass .1.3.6.1.4.1.2021.13.2 /usr/local/bin/ipf-mod.pl X+# pass .1.3.6.1.4.1.2021.13.2 %%PREFIX%%/bin/ipf-mod.pl X X # enterprises.ucdavis.ucdExperimental.ipFilter = .1.3.6.1.4.1.2021.13.2 X # ipfInTable.ipfInEntry.ipfInIndex integer = 1.1.1 44116bb7d70d88661dbf33a09f02a4fe echo x - ./files/patch-local:mib2c sed 's/^X//' >./files/patch-local:mib2c << '2c3b22a9414267ffac90711e3eacd776' X--- local/mib2c.orig Fri Sep 10 21:30:15 2004 X+++ local/mib2c Mon Oct 25 08:38:30 2004 X@@ -1,5 +1,4 @@ X-#!/usr/bin/perl X-#!/usr/bin/perl -w X+#!%%PERL%% X X # X # $Id: mib2c,v 5.57 2004/09/10 12:30:15 dts12 Exp $ X@@ -60,8 +59,9 @@ X if($ENV{MIB2C_DIR}) { X push @def_search_dirs, split(/:/, $ENV{MIB2C_DIR}); X } X-push @def_search_dirs, "/usr/local/share/snmp/"; X-push @def_search_dirs, "/usr/local/share/snmp/mib2c-data"; X+push @def_search_dirs, "%%PREFIX%%/share/snmp/"; X+push @def_search_dirs, "%%PREFIX%%/etc/snmp/"; X+push @def_search_dirs, "%%PREFIX%%/share/snmp/mib2c-data"; X push @def_search_dirs, "./mib2c-conf.d"; X X sub usage { 2c3b22a9414267ffac90711e3eacd776 echo x - ./files/patch-local:snmpcheck.def sed 's/^X//' >./files/patch-local:snmpcheck.def << 'f01a0e0c9d1b11404daac5e2cf4164ac' X--- local/snmpcheck.def.orig Thu May 29 05:28:22 2003 X+++ local/snmpcheck.def Thu May 29 05:29:49 2003 X@@ -1,4 +1,4 @@ X-#!/usr/local/bin/perl -w X+#!%%PERL%% -w X X use strict 'refs'; X require Net::Ping; f01a0e0c9d1b11404daac5e2cf4164ac echo x - ./files/patch-local:snmpconf sed 's/^X//' >./files/patch-local:snmpconf << '1b04148887f1412cdcaa2fc078164a5f' X--- local/snmpconf.orig Sun Aug 21 10:23:23 2005 X+++ local/snmpconf Wed Nov 30 12:19:42 2005 X@@ -1,4 +1,4 @@ X-#!/usr/bin/perl -w X+#!%%PERL%% -w X X # X # A simple configuration file builder based on questions listed in X@@ -31,7 +31,7 @@ X $opts{'c'} = &my_getenv("SNMPSHAREPATH") . "/snmpconf-data"; X } X else { X- $opts{'c'} = "/usr/local/share/snmp/snmpconf-data"; X+ $opts{'c'} = "%%PREFIX%%/share/snmp/snmpconf-data"; X } X X # default config file path X@@ -39,7 +39,7 @@ X $confpath = &my_getenv("SNMPCONFPATH"); X } X else { X- $confpath = "/usr/local/share/snmp"; X+ $confpath = "%%PREFIX%%/share/snmp"; X } X X # home environment variable X@@ -100,7 +100,7 @@ X $ENV_SEPARATOR = ';'; X } X my @searchpath = split(/$ENV_SEPARATOR/, $confpath); X-push @searchpath, "/usr/local/etc/snmp"; X+push @searchpath, "%%PREFIX%%/etc/snmp"; X push @searchpath, "."; X push @searchpath, "$home"; X 1b04148887f1412cdcaa2fc078164a5f echo x - ./files/patch-local:tkmib sed 's/^X//' >./files/patch-local:tkmib << '5230cfeed4d11e79b5b6d94c79cc8d14' X--- local/tkmib.orig Thu May 29 05:30:19 2003 X+++ local/tkmib Thu May 29 05:31:46 2003 X@@ -1,5 +1,4 @@ X-#!/usr/bin/perl X-#!/usr/bin/perl -w X+#!%%PERL%% -w X X require 5; X 5230cfeed4d11e79b5b6d94c79cc8d14 echo x - ./files/patch-local:traptoemail sed 's/^X//' >./files/patch-local:traptoemail << '7a0b31546df44296dd3d43a3886b8c77' X--- local/traptoemail.orig Thu May 29 05:30:19 2003 X+++ local/traptoemail Thu May 29 05:35:13 2003 X@@ -1,11 +1,11 @@ X-#!/usr/bin/perl X+#!%%PERL%% X X # This is a snmptrapd handler script to convert snmp traps into email X # messages. X X # Usage: X # Put a line like the following in your snmptrapd.conf file: X-# traphandle TRAPOID|default /usr/local/bin/traptoemail [-f FROM] [-s SMTPSERVER]b ADDRESSES X+# traphandle TRAPOID|default %%PREFIX%%/bin/traptoemail [-f FROM] [-s SMTPSERVER]b ADDRESSES X # FROM defaults to "root" X # SMTPSERVER defaults to "localhost" X 7a0b31546df44296dd3d43a3886b8c77 echo x - ./files/patch-transform_oids.h sed 's/^X//' >./files/patch-transform_oids.h << 'ae38c211aa4034e88132cac5fc9c9cac' X--- include/net-snmp/library/transform_oids.h.orig 2006-10-28 05:19:44.000000000 +0900 X+++ include/net-snmp/library/transform_oids.h 2008-03-26 07:50:45.393507729 +0900 X@@ -23,6 +23,8 @@ X /* XXX: OIDs not defined yet */ X NETSNMP_IMPORT oid usmAESPrivProtocol[10]; /* == { 1,3,6,1,6,3,10,1,2,4 }; */ X NETSNMP_IMPORT oid *usmAES128PrivProtocol; /* backwards compat */ X+NETSNMP_IMPORT oid *usmAES192PrivProtocol; /* backwards compat */ X+NETSNMP_IMPORT oid *usmAES256PrivProtocol; /* backwards compat */ X X #define USM_AUTH_PROTO_NOAUTH_LEN 10 X #define USM_AUTH_PROTO_MD5_LEN 10 ae38c211aa4034e88132cac5fc9c9cac echo x - ./files/snmpd.sh.in sed 's/^X//' >./files/snmpd.sh.in << '237c7c1675273afa54905eb602a07af1' X#!/bin/sh X# X# $FreeBSD: ports/net-mgmt/net-snmp/files/snmpd.sh.in,v 1.9 2010/03/27 00:14:24 dougb Exp $ X# X# PROVIDE: snmpd X# REQUIRE: DAEMON X# X# Add the following line to /etc/rc.conf to enable snmpd: X# X# snmpd_enable="YES" X# snmpd_flags="" X# X Xsnmpd_enable=${snmpd_enable-"NO"} Xsnmpd_pidfile=${snmpd_pidfile-"/var/run/snmpd.pid"} Xsnmpd_conffile=${snmpd_conffile-""} Xsnmpd_flush_cache=${snmpd_flush_cache-"NO"} X X. /etc/rc.subr X Xload_rc_config net_snmpd X Xif [ ! -z "$net_snmpd_enable" ]; then X echo "Warning: \$net_snmpd_enable is obsoleted." X echo " Use \$snmpd_enable instead." X snmpd_enable="$net_snmpd_enable" X [ ! -z "$net_snmpd_flags" ] && snmpd_flags="$net_snmpd_flags" Xfi X Xname=snmpd Xrcvar=`set_rcvar` X Xcommand=%%PREFIX%%/sbin/${name} Xpidfile=${snmpd_pidfile} Xstart_precmd=snmpd_precmd X Xload_rc_config ${name} X Xsnmpd_precmd () { X if checkyesno snmpd_flush_cache; then X rm -vf /var/net-snmp/.snmp-exec-cache X fi X} X Xcase "${snmpd_flags}" in X*-p\ *) X echo "Warning: \$snmpd_flags includes -p option." \ X "Please use \$snmpd_pidfile instead." X ;; X*) X snmpd_flags="-p ${snmpd_pidfile} ${snmpd_flags}" X ;; Xesac X Xfor conffile in ${snmpd_conffile}; do X if [ ! -z ${conffile} -a -f ${conffile} ]; then X if [ -z ${snmpd_conffile_set} ]; then X snmpd_conffile_set="${conffile}" X else X snmpd_conffile_set="${snmpd_conffile_set},${conffile}" X fi X else X echo "snmpd configuration file $conffile not set or not found." X exit 1 X fi Xdone X Xcase "${snmpd_flags}" in X*-c\ *) X echo "Warning: \$snmpd_flags includes -c option." \ X "Please use \$snmpd_conffile instead." X ;; X*) X if [ ! -z "${snmpd_conffile_set}" ]; then X snmpd_flags="-c ${snmpd_conffile_set} ${snmpd_flags}" X fi X ;; Xesac X Xrun_rc_command "$1" 237c7c1675273afa54905eb602a07af1 echo x - ./files/snmptrapd.sh.in sed 's/^X//' >./files/snmptrapd.sh.in << '6ec13cbfe971ce85d3f7306bb21fc28d' X#!/bin/sh X# X# $FreeBSD: ports/net-mgmt/net-snmp/files/snmptrapd.sh.in,v 1.2 2010/03/27 00:14:24 dougb Exp $ X# X# PROVIDE: snmptrapd X# REQUIRE: DAEMON X# X# Add the following line to /etc/rc.conf to enable snmptrapd: X# X# snmptrapd_enable="YES" X# X Xsnmptrapd_enable=${snmptrapd_enable-"NO"} Xsnmptrapd_flags=${snmptrapd_flags-"-p /var/run/snmptrapd.pid"} X X. /etc/rc.subr X Xload_rc_config net_snmptrapd X Xif [ ! -z "$net_snmptrapd_enable" ]; then X echo "Warning: \$net_snmptrapd_enable is obsoleted." X echo " Use \$snmptrapd_enable instead." X snmptrapd_enable="$net_snmptrapd_enable" X [ ! -z "$net_snmptrapd_flags" ] && snmptrapd_flags="$net_snmptrapd_flags" Xfi X Xname=snmptrapd Xrcvar=`set_rcvar` X Xcommand=%%PREFIX%%/sbin/${name} Xpidfile=/var/run/${name}.pid X Xload_rc_config ${name} Xrun_rc_command "$1" 6ec13cbfe971ce85d3f7306bb21fc28d echo x - ./files/test.t sed 's/^X//' >./files/test.t << '30f16a4074325f0682673700976e3df4' X#!/usr/bin/perl -w X# X# $FreeBSD: ports/net-mgmt/net-snmp/files/test.t,v 1.1 2005/11/30 05:22:40 kuriyama Exp $ X Xuse strict; Xuse Test::More tests => 1; X Xmy $cmd = 'snmpwalk -c public -v 1 localhost'; X X# ports/86572 Xmy $output = `$cmd hrSWRunType`; Xlike($output, qr/operatingSystem/, 'hrSWRunType'); 30f16a4074325f0682673700976e3df4 echo x - ./files/patch-generic.h sed 's/^X//' >./files/patch-generic.h << '988fb81f4943426d581d5f341293d1aa' X--- include/net-snmp/system/generic.h.orig 2008-03-26 10:28:25.802233395 +0900 X+++ include/net-snmp/system/generic.h 2008-03-26 10:29:40.629721291 +0900 X@@ -1,3 +1,5 @@ X+#ifndef __NET_SNMP_SYSTEM_GENERIC_H__ X+#define __NET_SNMP_SYSTEM_GENERIC_H__ X X #define bsdlike bsdlike X X@@ -72,3 +74,5 @@ X */ X #define INP_NEXT_SYMBOL inp_next X #define INP_PREV_SYMBOL inp_prev X+ X+#endif /* !__NET_SNMP_SYSTEM_GENERIC_H__ */ 988fb81f4943426d581d5f341293d1aa echo x - ./files/patch-sctpTables.h sed 's/^X//' >./files/patch-sctpTables.h << '9d5e2eac261be3379080e23bb6d8404c' X--- agent/mibgroup/sctp-mib/sctpTables.h.orig 2010-06-01 10:57:14.000000000 -0300 X+++ agent/mibgroup/sctp-mib/sctpTables.h 2010-06-01 10:17:28.000000000 -0300 X@@ -15,7 +15,7 @@ X #if defined( linux ) X config_require(sctp-mib/sctpTables_linux) X config_require(util_funcs/get_pid_from_inode) X-#elif defined( freebsd7 ) || defined( freebsd8 ) X+#elif defined( freebsd7 ) || defined( freebsd8 ) || defined( freebsd9 ) X config_require(sctp-mib/sctpTables_freebsd) X #else X config_error(SCTP-MIB is not available in tihs environment) 9d5e2eac261be3379080e23bb6d8404c echo x - ./files/patch-sctpTables_common.h sed 's/^X//' >./files/patch-sctpTables_common.h << '1fdc0f734b8c133108cbe94e4a662d2f' X--- agent/mibgroup/sctp-mib/sctpTables_common.h.orig 2010-06-01 10:58:20.000000000 -0300 X+++ agent/mibgroup/sctp-mib/sctpTables_common.h 2010-06-01 10:18:02.000000000 -0300 X@@ -1,7 +1,7 @@ X #ifndef SCTP_TABLES_COMMON_H X #define SCTP_TABLES_COMMON_H X X-#if defined(freebsd8) || defined(freebsd7) X+#if defined(freebsd9) || defined(freebsd8) || defined(freebsd7) X #define netsnmp_table_registration_info_free SNMP_FREE X #endif X 1fdc0f734b8c133108cbe94e4a662d2f echo x - ./files/patch-sctpTables_freebsd.c sed 's/^X//' >./files/patch-sctpTables_freebsd.c << '0850cfd226663bbc6b42cdf273a56092' X--- agent/mibgroup/sctp-mib/sctpTables_freebsd.c.orig 2009-03-07 23:31:54.000000000 +0900 X+++ agent/mibgroup/sctp-mib/sctpTables_freebsd.c 2009-03-07 23:55:04.000000000 +0900 X@@ -0,0 +1,249 @@ X+#include X+#include X+#include X+ X+#include "sctpAssocTable.h" X+#include "sctpAssocLocalAddrTable.h" X+#include "sctpAssocRemAddrTable.h" X+#include "sctpTables_common.h" X+ X+#include X+ X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+ X+ X+static int X+parse_assoc_local_addresses(sctpTables_containers * containers, X+ struct xsctp_laddr *xladdr) X+{ X+ int ret; X+ sctpAssocLocalAddrTable_entry *entry; X+ entry = sctpAssocLocalAddrTable_entry_create(); X+ if (entry == NULL) X+ return SNMP_ERR_GENERR; X+ X+ entry->sctpAssocId = 0; X+ if (xladdr->address.sa.sa_family == AF_INET) { X+ entry->sctpAssocLocalAddrType = INETADDRESSTYPE_IPV4; X+ entry->sctpAssocLocalAddr_len = 4; X+ memcpy(entry->sctpAssocLocalAddr, X+ &xladdr->address.sin.sin_addr, X+ entry->sctpAssocLocalAddr_len); X+ } else if (xladdr->address.sa.sa_family == AF_INET6) { X+ entry->sctpAssocLocalAddrType = INETADDRESSTYPE_IPV6; X+ entry->sctpAssocLocalAddr_len = 16; X+ memcpy(entry->sctpAssocLocalAddr, X+ &xladdr->address.sin6.sin6_addr, X+ entry->sctpAssocLocalAddr_len); X+ } X+ entry->sctpAssocLocalAddrStartTime = xladdr->start_time.tv_sec; X+ ret = sctpAssocLocalAddrTable_add_or_update(containers->sctpAssocLocalAddrTable, X+ entry); X+ if (ret != SNMP_ERR_NOERROR) X+ return SNMP_ERR_GENERR; X+ X+ return SNMP_ERR_NOERROR; X+} X+ X+static int X+parse_assoc_xstcb(sctpTables_containers * containers, struct xsctp_tcb *xstcb) X+{ X+ long inode; X+ char *token; X+ int ret; X+ sctpAssocTable_entry *entry; X+ X+ entry = sctpAssocTable_entry_create(); X+ if (entry == NULL) X+ return SNMP_ERR_GENERR; X+ X+ switch (xstcb->state) { X+ case SCTP_STATE_INUSE: X+ entry->sctpAssocState = SCTPASSOCSTATE_DELETETCB; X+ break; X+ case SCTP_STATE_COOKIE_WAIT: X+ entry->sctpAssocState = SCTPASSOCSTATE_COOKIEWAIT; X+ break; X+ case SCTP_STATE_COOKIE_ECHOED: X+ entry->sctpAssocState = SCTPASSOCSTATE_COOKIEECHOED; X+ break; X+ case SCTP_STATE_OPEN: X+ entry->sctpAssocState = SCTPASSOCSTATE_ESTABLISHED; X+ break; X+ case SCTP_STATE_SHUTDOWN_SENT: X+ entry->sctpAssocState = SCTPASSOCSTATE_SHUTDOWNSENT; X+ break; X+ case SCTP_STATE_SHUTDOWN_RECEIVED: X+ entry->sctpAssocState = SCTPASSOCSTATE_SHUTDOWNRECEIVED; X+ break; X+ case SCTP_STATE_SHUTDOWN_ACK_SENT: X+ entry->sctpAssocState = SCTPASSOCSTATE_SHUTDOWNACKSENT; X+ break; X+ default: X+ case SCTP_STATE_EMPTY: X+ entry->sctpAssocState = SCTPASSOCSTATE_CLOSED; X+ break; X+ }; X+ entry->sctpAssocHeartBeatInterval = xstcb->heartbeat_interval; X+ entry->sctpAssocId = 0; X+ entry->sctpAssocPrimProcess = xstcb->primary_process; X+ entry->sctpAssocLocalPort = xstcb->local_port; X+ entry->sctpAssocRemPort = xstcb->remote_port; X+ entry->sctpAssocHeartBeatInterval = xstcb->heartbeat_interval; X+ entry->sctpAssocInStreams = xstcb->in_streams; X+ entry->sctpAssocOutStreams = xstcb->out_streams; X+ entry->sctpAssocMaxRetr = xstcb->max_nr_retrans; X+ entry->sctpAssocT1expireds = xstcb->T1_expireries; X+ entry->sctpAssocRtxChunks = xstcb->retransmitted_tsns; X+ entry->sctpAssocT2expireds = xstcb->T2_expireries; X+ entry->sctpAssocRemHostName[0] = 0; X+ entry->sctpAssocRemHostName_len = 0; X+ entry->sctpAssocDiscontinuityTime = xstcb->discontinuity_time.tv_sec; X+ entry->sctpAssocStartTime = xstcb->start_time.tv_sec; X+ X+ ret = sctpAssocTable_add_or_update(containers->sctpAssocTable, entry); X+ if (ret != SNMP_ERR_NOERROR) { X+ return ret; X+ } X+ X+ return SNMP_ERR_NOERROR; X+} X+ X+ X+static int X+parse_remaddr_xraddr(sctpTables_containers * containers, X+ struct xsctp_raddr *xraddr) X+{ X+ char *token; X+ int ret; X+ sctpAssocRemAddrTable_entry *entry; X+ X+ entry = sctpAssocRemAddrTable_entry_create(); X+ if (entry == NULL) X+ return SNMP_ERR_GENERR; X+ X+ X+ entry->sctpAssocId = 0; X+ X+ if(xraddr->active) X+ entry->sctpAssocRemAddrActive = TRUTHVALUE_TRUE; X+ else X+ entry->sctpAssocRemAddrActive = TRUTHVALUE_FALSE; X+ X+ if (xraddr->heartbeat_enabled) X+ entry->sctpAssocRemAddrHBActive = TRUTHVALUE_TRUE; X+ else X+ entry->sctpAssocRemAddrHBActive = TRUTHVALUE_FALSE; X+ X+ entry->sctpAssocRemAddrRTO = xraddr->rto; X+ entry->sctpAssocRemAddrMaxPathRtx = xraddr->max_path_rtx; X+ entry->sctpAssocRemAddrRtx = xraddr->rtx; X+ entry->sctpAssocRemAddrStartTime = xraddr->start_time.tv_sec; X+ X+ if (xraddr->address.sa.sa_family == AF_INET) { X+ entry->sctpAssocRemAddrType = INETADDRESSTYPE_IPV4; X+ entry->sctpAssocRemAddr_len = 4; X+ memcpy(entry->sctpAssocRemAddr, X+ &xraddr->address.sin.sin_addr, X+ entry->sctpAssocRemAddr_len); X+ } else if (xraddr->address.sa.sa_family == AF_INET6) { X+ entry->sctpAssocRemAddrType = INETADDRESSTYPE_IPV6; X+ entry->sctpAssocRemAddr_len = 16; X+ memcpy(entry->sctpAssocRemAddr, X+ &xraddr->address.sin6.sin6_addr, X+ entry->sctpAssocRemAddr_len); X+ } X+ ret = X+ sctpAssocRemAddrTable_add_or_update(containers-> X+ sctpAssocRemAddrTable, entry); X+ if (ret != SNMP_ERR_NOERROR) { X+ return ret; X+ } X+ return SNMP_ERR_NOERROR; X+} X+ X+ X+int X+sctpTables_arch_load(sctpTables_containers * containers, u_long * flags) X+{ X+ int ret = SNMP_ERR_NOERROR; X+ size_t len; X+ caddr_t buf; X+ unsigned int offset; X+ struct xsctp_inpcb *xinp; X+ struct xsctp_tcb *xstcb; X+ struct xsctp_laddr *xladdr; X+ struct xsctp_raddr *xraddr; X+ sa_family_t family; X+ void *addr; X+ X+ X+ *flags |= SCTP_TABLES_LOAD_FLAG_DELETE_INVALID; X+ *flags |= SCTP_TABLES_LOAD_FLAG_AUTO_LOOKUP; X+ len = 0; X+ if (sysctlbyname("net.inet.sctp.assoclist", 0, &len, 0, 0) < 0) { X+ printf("Error %d (%s) could not get the assoclist\n", errno, strerror(errno)); X+ return(-1); X+ } X+ if ((buf = (caddr_t)malloc(len)) == 0) { X+ printf("malloc %lu bytes failed.\n", (long unsigned)len); X+ return(-1); X+ } X+ if (sysctlbyname("net.inet.sctp.assoclist", buf, &len, 0, 0) < 0) { X+ printf("Error %d (%s) could not get the assoclist\n", errno, strerror(errno)); X+ free(buf); X+ return(-1); X+ } X+ offset = 0; X+ xinp = (struct xsctp_inpcb *)(buf + offset); X+ while (xinp->last == 0) { X+ /* for each INP */ X+ offset += sizeof(struct xsctp_inpcb); X+ /* Local addresses */ X+ xladdr = (struct xsctp_laddr *)(buf + offset); X+ while (xladdr->last == 0) { X+ offset += sizeof(struct xsctp_laddr); X+ xladdr = (struct xsctp_laddr *)(buf + offset); X+ } X+ offset += sizeof(struct xsctp_laddr); X+ /* Associations */ X+ xstcb = (struct xsctp_tcb *)(buf + offset); X+ while (xstcb->last == 0) { X+ xstcb = (struct xsctp_tcb *)(buf + offset); X+ offset += sizeof(struct xsctp_tcb); X+ parse_assoc_xstcb(containers, xstcb); X+ /* Local addresses */ X+ xladdr = (struct xsctp_laddr *)(buf + offset); X+ while (xladdr->last == 0) { X+ parse_assoc_local_addresses(containers, xladdr); X+ offset += sizeof(struct xsctp_laddr); X+ xladdr = (struct xsctp_laddr *)(buf + offset); X+ } X+ offset += sizeof(struct xsctp_laddr); X+ X+ /* Remote addresses */ X+ xraddr = (struct xsctp_raddr *)(buf + offset); X+ while (xraddr->last == 0) { X+ parse_remaddr_xraddr(containers, xraddr); X+ offset += sizeof(struct xsctp_raddr); X+ xraddr = (struct xsctp_raddr *)(buf + offset); X+ } X+ offset += sizeof(struct xsctp_raddr); X+ xstcb = (struct xsctp_tcb *)(buf + offset); X+ } X+ offset += sizeof(struct xsctp_tcb); X+ xinp = (struct xsctp_inpcb *)(buf + offset); X+ } X+ free((void *)buf); X+ return ret; X+} 0850cfd226663bbc6b42cdf273a56092 echo x - ./files/patch-agent_read_config.c sed 's/^X//' >./files/patch-agent_read_config.c << '5fa99a984456eda658edff1a721346d6' X--- ./agent/agent_read_config.c.orig 2011-07-07 15:30:36.000000000 -0700 X+++ agent/agent_read_config.c 2011-07-07 15:35:57.000000000 -0700 X@@ -5,7 +5,11 @@ X #include X #include X X+#if HAVE_SYS_PARAM_H X+#include X+#else X #include X+#endif X #if HAVE_STDLIB_H X #include X #endif 5fa99a984456eda658edff1a721346d6 echo x - ./files/patch-auto_nlist.c sed 's/^X//' >./files/patch-auto_nlist.c << '28472c92d66e62afc9ab8141cc996cc5' X--- ./agent/auto_nlist.c.orig 2011-07-07 15:38:44.000000000 -0700 X+++ agent/auto_nlist.c 2011-07-07 15:39:37.000000000 -0700 X@@ -66,15 +66,26 @@ X strcpy(it->nl[0].n_name, string); X it->nl[0].n_name[strlen(string)+1] = '\0'; X #else X- sprintf(it->nl[0].n_name, "_%s", string); X+ char *n_name; X+ X+ n_name = malloc(strlen(string) + 2); X+ if (n_name == NULL) { X+ snmp_log(LOG_ERR, "nlist err: failed to allocate memory"); X+ return (-1); X+ } X+ snprintf(n_name, strlen(string) + 2, "_%s", string); X+ it->nl[0].n_name = (const char*)n_name; X #endif X it->nl[1].n_name = 0; X init_nlist(it->nl); X #if !(defined(aix4) || defined(aix5) || defined(aix6) || defined(aix7) || \ X defined(netbsd1) || defined(dragonfly)) X if (it->nl[0].n_type == 0) { X- strcpy(it->nl[0].n_name, string); X- it->nl[0].n_name[strlen(string)+1] = '\0'; X+ it->nl[0].n_name = (const char*)strdup(string); X+ if (it->nl[0].n_name == (const char*)NULL) { X+ snmp_log(LOG_ERR, "nlist err: failed to allocate memory"); X+ return (-1); X+ } X init_nlist(it->nl); X } X #endif 28472c92d66e62afc9ab8141cc996cc5 echo x - ./files/patch-snmp_vars.c sed 's/^X//' >./files/patch-snmp_vars.c << '1376a8045e94f29f14272d4fa72e5d22' X--- ./agent/snmp_vars.c.orig 2011-07-07 15:37:08.000000000 -0700 X+++ agent/snmp_vars.c 2011-07-07 15:37:14.000000000 -0700 X@@ -62,6 +62,9 @@ X */ X X #include X+#if HAVE_SYS_PARAM_H X+#include X+#endif X #if HAVE_STRING_H X #include X #endif 1376a8045e94f29f14272d4fa72e5d22 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XThis is Net-SNMP (previously known as "ucd-snmp"). X XVarious tools relating to the Simple Network Management Protocol including: X X An extensible agent X An SNMP library X tools to request or set information from SNMP agents X tools to generate and handle SNMP traps X a version of the unix 'netstat' command using SNMP X a graphical Perl/Tk/SNMP based mib browser X XWWW: http://net-snmp.sourceforge.net/ 0e313719ff012ceaf97a028d51caa8f5 echo x - ./pkg-message sed 's/^X//' >./pkg-message << '9f51c313804c544b8024c5640d645b0a' X**** This port installs snmp daemon, header files and libraries but don't X invokes snmpd by default. X If you want to invoke snmpd and/or snmptrapd at startup, put these X lines into /etc/rc.conf. X X snmpd_enable="YES" X snmpd_flags="-a" X snmpd_conffile="/usr/local/share/snmp/snmpd.conf /etc/snmpd.conf" X snmptrapd_enable="YES" X snmptrapd_flags="-a -p /var/run/snmptrapd.pid" X X**** You may specify the following make variables: X X NET_SNMP_SYS_CONTACT="sylvio@FreeBSD.org" X NET_SNMP_SYS_LOCATION="Brasilia, BRA" X DEFAULT_SNMP_VERSION=3 X NET_SNMP_MIB_MODULES="host smux mibII/mta_sendmail ucd-snmp/diskio" X NET_SNMP_LOGFILE=/var/log/snmpd.log X NET_SNMP_PERSISTENTDIR=/var/net-snmp X X to define default values (or overwriting defaults). At least X setting first two variables, you will not be prompted during X configuration process. You may also set X X BATCH="yes" X X to avoid interactive configuration. 9f51c313804c544b8024c5640d645b0a echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' Xbin/encode_keychange Xbin/fixproc Xbin/ipf-mod.pl Xbin/mib2c Xbin/mib2c-update Xbin/net-snmp-config Xbin/net-snmp-create-v3-user Xbin/snmpbulkget Xbin/snmpbulkwalk Xbin/snmpcheck Xbin/snmpconf Xbin/snmpdelta Xbin/snmpdf Xbin/snmpget Xbin/snmpgetnext Xbin/snmpinform Xbin/snmpnetstat Xbin/snmpset Xbin/snmpstatus Xbin/snmptable Xbin/snmptest Xbin/snmptranslate Xbin/snmptrap Xbin/snmpusm Xbin/snmpvacm Xbin/snmpwalk X%%WITH_TKMIB%%bin/tkmib Xbin/traptoemail X@exec mkdir %D/etc/snmp 2>/dev/null || true Xinclude/net-snmp/agent/agent_callbacks.h Xinclude/net-snmp/agent/agent_handler.h Xinclude/net-snmp/agent/agent_index.h Xinclude/net-snmp/agent/agent_module_config.h Xinclude/net-snmp/agent/agent_read_config.h Xinclude/net-snmp/agent/agent_registry.h Xinclude/net-snmp/agent/agent_sysORTable.h Xinclude/net-snmp/agent/agent_trap.h Xinclude/net-snmp/agent/all_helpers.h Xinclude/net-snmp/agent/auto_nlist.h Xinclude/net-snmp/agent/baby_steps.h Xinclude/net-snmp/agent/bulk_to_next.h Xinclude/net-snmp/agent/cache_handler.h Xinclude/net-snmp/agent/debug_handler.h Xinclude/net-snmp/agent/ds_agent.h Xinclude/net-snmp/agent/instance.h Xinclude/net-snmp/agent/mfd.h Xinclude/net-snmp/agent/mib_module_config.h Xinclude/net-snmp/agent/mib_module_includes.h Xinclude/net-snmp/agent/mib_modules.h Xinclude/net-snmp/agent/mode_end_call.h Xinclude/net-snmp/agent/multiplexer.h Xinclude/net-snmp/agent/net-snmp-agent-includes.h Xinclude/net-snmp/agent/null.h Xinclude/net-snmp/agent/old_api.h Xinclude/net-snmp/agent/read_only.h Xinclude/net-snmp/agent/row_merge.h Xinclude/net-snmp/agent/scalar.h Xinclude/net-snmp/agent/scalar_group.h Xinclude/net-snmp/agent/serialize.h Xinclude/net-snmp/agent/set_helper.h Xinclude/net-snmp/agent/snmp_agent.h Xinclude/net-snmp/agent/snmp_get_statistic.h Xinclude/net-snmp/agent/snmp_vars.h Xinclude/net-snmp/agent/stash_cache.h Xinclude/net-snmp/agent/stash_to_next.h Xinclude/net-snmp/agent/sysORTable.h Xinclude/net-snmp/agent/table.h Xinclude/net-snmp/agent/table_array.h Xinclude/net-snmp/agent/table_container.h Xinclude/net-snmp/agent/table_data.h Xinclude/net-snmp/agent/table_dataset.h Xinclude/net-snmp/agent/table_iterator.h Xinclude/net-snmp/agent/table_tdata.h Xinclude/net-snmp/agent/util_funcs.h Xinclude/net-snmp/agent/var_struct.h Xinclude/net-snmp/agent/watcher.h Xinclude/net-snmp/config_api.h Xinclude/net-snmp/definitions.h Xinclude/net-snmp/library/README Xinclude/net-snmp/library/asn1.h Xinclude/net-snmp/library/callback.h Xinclude/net-snmp/library/cert_util.h Xinclude/net-snmp/library/check_varbind.h Xinclude/net-snmp/library/container.h Xinclude/net-snmp/library/container_binary_array.h Xinclude/net-snmp/library/container_iterator.h Xinclude/net-snmp/library/container_list_ssll.h Xinclude/net-snmp/library/container_null.h Xinclude/net-snmp/library/data_list.h Xinclude/net-snmp/library/default_store.h Xinclude/net-snmp/library/dir_utils.h Xinclude/net-snmp/library/factory.h Xinclude/net-snmp/library/fd_event_manager.h Xinclude/net-snmp/library/file_utils.h Xinclude/net-snmp/library/getopt.h Xinclude/net-snmp/library/int64.h Xinclude/net-snmp/library/keytools.h Xinclude/net-snmp/library/large_fd_set.h Xinclude/net-snmp/library/lcd_time.h Xinclude/net-snmp/library/md5.h Xinclude/net-snmp/library/mib.h Xinclude/net-snmp/library/mt_support.h Xinclude/net-snmp/library/oid.h Xinclude/net-snmp/library/oid_stash.h Xinclude/net-snmp/library/parse.h Xinclude/net-snmp/library/read_config.h Xinclude/net-snmp/library/scapi.h Xinclude/net-snmp/library/snmp-tc.h Xinclude/net-snmp/library/snmp.h Xinclude/net-snmp/library/snmpAliasDomain.h Xinclude/net-snmp/library/snmpCallbackDomain.h Xinclude/net-snmp/library/snmpIPv4BaseDomain.h X%%WITH_IPV6%%include/net-snmp/library/snmpIPv6BaseDomain.h Xinclude/net-snmp/library/snmpSocketBaseDomain.h Xinclude/net-snmp/library/snmpTCPBaseDomain.h Xinclude/net-snmp/library/snmpTCPDomain.h X%%WITH_IPV6%%include/net-snmp/library/snmpTCPIPv6Domain.h Xinclude/net-snmp/library/snmpUDPBaseDomain.h Xinclude/net-snmp/library/snmpUDPDomain.h Xinclude/net-snmp/library/snmpUDPIPv4BaseDomain.h X%%WITH_IPV6%%include/net-snmp/library/snmpUDPIPv6Domain.h Xinclude/net-snmp/library/snmpUnixDomain.h Xinclude/net-snmp/library/snmp_alarm.h Xinclude/net-snmp/library/snmp_api.h Xinclude/net-snmp/library/snmp_assert.h Xinclude/net-snmp/library/snmp_client.h Xinclude/net-snmp/library/snmp_debug.h Xinclude/net-snmp/library/snmp_enum.h Xinclude/net-snmp/library/snmp_impl.h Xinclude/net-snmp/library/snmp_logging.h Xinclude/net-snmp/library/snmp_parse_args.h Xinclude/net-snmp/library/snmp_secmod.h Xinclude/net-snmp/library/snmp_service.h Xinclude/net-snmp/library/snmp_transport.h Xinclude/net-snmp/library/snmpusm.h Xinclude/net-snmp/library/snmpv3-security-includes.h Xinclude/net-snmp/library/snmpv3.h Xinclude/net-snmp/library/system.h Xinclude/net-snmp/library/text_utils.h Xinclude/net-snmp/library/tools.h Xinclude/net-snmp/library/transform_oids.h Xinclude/net-snmp/library/types.h Xinclude/net-snmp/library/ucd_compat.h Xinclude/net-snmp/library/vacm.h Xinclude/net-snmp/library/winpipe.h Xinclude/net-snmp/library/winservice.h Xinclude/net-snmp/machine/generic.h Xinclude/net-snmp/mib_api.h Xinclude/net-snmp/net-snmp-config.h Xinclude/net-snmp/net-snmp-features.h Xinclude/net-snmp/net-snmp-includes.h Xinclude/net-snmp/output_api.h Xinclude/net-snmp/pdu_api.h Xinclude/net-snmp/session_api.h Xinclude/net-snmp/snmpv3_api.h Xinclude/net-snmp/system/aix.h Xinclude/net-snmp/system/bsd.h Xinclude/net-snmp/system/bsdi.h Xinclude/net-snmp/system/bsdi3.h Xinclude/net-snmp/system/bsdi4.h Xinclude/net-snmp/system/cygwin.h Xinclude/net-snmp/system/darwin.h Xinclude/net-snmp/system/darwin7.h Xinclude/net-snmp/system/darwin8.h Xinclude/net-snmp/system/darwin9.h Xinclude/net-snmp/system/darwin10.h Xinclude/net-snmp/system/dragonfly.h Xinclude/net-snmp/system/dynix.h Xinclude/net-snmp/system/freebsd.h Xinclude/net-snmp/system/freebsd2.h Xinclude/net-snmp/system/freebsd3.h Xinclude/net-snmp/system/freebsd4.h Xinclude/net-snmp/system/freebsd5.h Xinclude/net-snmp/system/freebsd6.h Xinclude/net-snmp/system/freebsd7.h Xinclude/net-snmp/system/freebsd8.h Xinclude/net-snmp/system/freebsd9.h Xinclude/net-snmp/system/generic.h Xinclude/net-snmp/system/hpux.h Xinclude/net-snmp/system/irix.h Xinclude/net-snmp/system/linux.h Xinclude/net-snmp/system/mingw32.h Xinclude/net-snmp/system/mips.h Xinclude/net-snmp/system/netbsd.h Xinclude/net-snmp/system/openbsd.h Xinclude/net-snmp/system/osf5.h Xinclude/net-snmp/system/solaris.h Xinclude/net-snmp/system/solaris2.3.h Xinclude/net-snmp/system/solaris2.4.h Xinclude/net-snmp/system/solaris2.5.h Xinclude/net-snmp/system/solaris2.6.h Xinclude/net-snmp/system/sunos.h Xinclude/net-snmp/system/svr5.h Xinclude/net-snmp/system/sysv.h Xinclude/net-snmp/system/ultrix4.h Xinclude/net-snmp/types.h Xinclude/net-snmp/utilities.h Xinclude/net-snmp/varbind_api.h Xinclude/net-snmp/version.h Xlib/libnetsnmp.a Xlib/libnetsnmp.la Xlib/libnetsnmp.so.%%SHLIB_VERSION%% X@exec ln -fs libnetsnmp.so.%%SHLIB_VERSION%% %B/libnetsnmp.so X@unexec rm -f %B/libnetsnmp.so 2> /dev/null || true Xlib/libnetsnmpagent.a Xlib/libnetsnmpagent.la Xlib/libnetsnmpagent.so.%%SHLIB_VERSION%% X@exec ln -fs libnetsnmpagent.so.%%SHLIB_VERSION%% %B/libnetsnmpagent.so X@unexec rm -f %B/libnetsnmpagent.so 2> /dev/null || true Xlib/libnetsnmphelpers.a Xlib/libnetsnmphelpers.la Xlib/libnetsnmphelpers.so.%%SHLIB_VERSION%% X@exec ln -fs libnetsnmphelpers.so.%%SHLIB_VERSION%% %B/libnetsnmphelpers.so X@unexec rm -f %B/libnetsnmphelpers.so 2> /dev/null || true Xlib/libnetsnmpmibs.a Xlib/libnetsnmpmibs.la Xlib/libnetsnmpmibs.so.%%SHLIB_VERSION%% X@exec ln -fs libnetsnmpmibs.so.%%SHLIB_VERSION%% %B/libnetsnmpmibs.so X@unexec rm -f %B/libnetsnmpmibs.so 2> /dev/null || true Xlib/libnetsnmptrapd.a Xlib/libnetsnmptrapd.la Xlib/libnetsnmptrapd.so.%%SHLIB_VERSION%% X@exec ln -fs libnetsnmptrapd.so.%%SHLIB_VERSION%% %B/libnetsnmptrapd.so X@unexec rm -f %B/libnetsnmptrapd.so 2> /dev/null || true X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Bundle/Makefile.subs.pl X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/ASN.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/OID.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/TrapReceiver.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent/Support.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent/default_store.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent/netsnmp_request_infoPtr.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/default_store.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SNMP.pm X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle/NetSNMP/.packlist X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/ASN/ASN.bs X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/ASN/ASN.so X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/ASN/autosplit.ix X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/OID/OID.bs X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/OID/OID.so X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/OID/autosplit.ix X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/TrapReceiver/TrapReceiver.bs X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/TrapReceiver/TrapReceiver.so X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/TrapReceiver/autosplit.ix X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent/agent.bs X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent/agent.so X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent/autosplit.ix X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent/default_store/autosplit.ix X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent/default_store/default_store.bs X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent/default_store/default_store.so X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/default_store/autosplit.ix X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/default_store/default_store.bs X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/default_store/default_store.so X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so X%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix Xsbin/snmpd Xsbin/snmptrapd X%%PORTDOCS%%%%DOCSDIR%%/AGENT.txt X%%PORTDOCS%%%%DOCSDIR%%/COPYING X%%PORTDOCS%%%%DOCSDIR%%/FAQ X%%PORTDOCS%%%%DOCSDIR%%/NEWS X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/README.agentx X%%PORTDOCS%%%%DOCSDIR%%/README.krb5 X%%PORTDOCS%%%%DOCSDIR%%/README.snmpv3 X%%PORTDOCS%%%%DOCSDIR%%/README.thread X%%PORTDOCS%%%%DOCSDIR%%/README.smux X%%DATADIR%%/snmpd.conf.example X%%DATADIR%%/snmp_perl_trapd.pl X%%DATADIR%%/mib2c.access_functions.conf X%%DATADIR%%/mib2c.array-user.conf X%%DATADIR%%/mib2c.check_values.conf X%%DATADIR%%/mib2c.check_values_local.conf X%%DATADIR%%/mib2c.column_defines.conf X%%DATADIR%%/mib2c.column_enums.conf X%%DATADIR%%/mib2c.column_storage.conf X%%DATADIR%%/mib2c.conf X%%DATADIR%%/mib2c.container.conf X%%DATADIR%%/mib2c.create-dataset.conf X%%DATADIR%%/mib2c.genhtml.conf X%%DATADIR%%/mib2c.int_watch.conf X%%DATADIR%%/mib2c.iterate.conf X%%DATADIR%%/mib2c.iterate_access.conf X%%DATADIR%%/mib2c.mfd.conf X%%DATADIR%%/mib2c.notify.conf X%%DATADIR%%/mib2c.old-api.conf X%%DATADIR%%/mib2c.perl.conf X%%DATADIR%%/mib2c.raw-table.conf X%%DATADIR%%/mib2c.scalar.conf X%%DATADIR%%/mib2c.table_data.conf X%%DATADIR%%/mib2c-data/default-mfd-top.m2c X%%DATADIR%%/mib2c-data/details-enums.m2i X%%DATADIR%%/mib2c-data/details-node.m2i X%%DATADIR%%/mib2c-data/details-table.m2i X%%DATADIR%%/mib2c-data/generic-ctx-copy.m2i X%%DATADIR%%/mib2c-data/generic-ctx-get.m2i X%%DATADIR%%/mib2c-data/generic-ctx-set.m2i X%%DATADIR%%/mib2c-data/generic-data-allocate.m2i X%%DATADIR%%/mib2c-data/generic-data-context.m2i X%%DATADIR%%/mib2c-data/generic-get-char.m2i X%%DATADIR%%/mib2c-data/generic-get-decl-bot.m2i X%%DATADIR%%/mib2c-data/generic-get-decl.m2i X%%DATADIR%%/mib2c-data/generic-get-long.m2i X%%DATADIR%%/mib2c-data/generic-get-oid.m2i X%%DATADIR%%/mib2c-data/generic-header-bottom.m2i X%%DATADIR%%/mib2c-data/generic-header-top.m2i X%%DATADIR%%/mib2c-data/generic-source-includes.m2i X%%DATADIR%%/mib2c-data/generic-table-constants.m2c X%%DATADIR%%/mib2c-data/generic-table-enums.m2c X%%DATADIR%%/mib2c-data/generic-table-indexes-from-oid.m2i X%%DATADIR%%/mib2c-data/generic-table-indexes-set.m2i X%%DATADIR%%/mib2c-data/generic-table-indexes-to-oid.m2i X%%DATADIR%%/mib2c-data/generic-table-indexes-varbind-setup.m2i X%%DATADIR%%/mib2c-data/generic-table-indexes.m2i X%%DATADIR%%/mib2c-data/generic-table-oids.m2c X%%DATADIR%%/mib2c-data/generic-value-map-func.m2i X%%DATADIR%%/mib2c-data/generic-value-map-reverse.m2i X%%DATADIR%%/mib2c-data/generic-value-map.m2i X%%DATADIR%%/mib2c-data/m2c-internal-warning.m2i X%%DATADIR%%/mib2c-data/m2c_setup_enum.m2i X%%DATADIR%%/mib2c-data/m2c_setup_node.m2i X%%DATADIR%%/mib2c-data/m2c_setup_table.m2i X%%DATADIR%%/mib2c-data/m2c_table_save_defaults.m2i X%%DATADIR%%/mib2c-data/mfd-access-container-cached-defines.m2i X%%DATADIR%%/mib2c-data/mfd-access-unsorted-external-defines.m2i X%%DATADIR%%/mib2c-data/mfd-data-access.m2c X%%DATADIR%%/mib2c-data/mfd-data-get.m2c X%%DATADIR%%/mib2c-data/mfd-data-set.m2c X%%DATADIR%%/mib2c-data/mfd-doxygen.m2c X%%DATADIR%%/mib2c-data/mfd-interactive-setup.m2c X%%DATADIR%%/mib2c-data/mfd-interface.m2c X%%DATADIR%%/mib2c-data/mfd-makefile.m2m X%%DATADIR%%/mib2c-data/mfd-persistence.m2i X%%DATADIR%%/mib2c-data/mfd-readme.m2c X%%DATADIR%%/mib2c-data/mfd-top.m2c X%%DATADIR%%/mib2c-data/node-get.m2i X%%DATADIR%%/mib2c-data/node-set.m2i X%%DATADIR%%/mib2c-data/node-storage.m2i X%%DATADIR%%/mib2c-data/node-validate.m2i X%%DATADIR%%/mib2c-data/node-varbind-validate.m2i X%%DATADIR%%/mib2c-data/parent-dependencies.m2i X%%DATADIR%%/mib2c-data/parent-set.m2i X%%DATADIR%%/mib2c-data/subagent.m2c X%%DATADIR%%/mib2c-data/syntax-COUNTER64-get.m2i X%%DATADIR%%/mib2c-data/syntax-DateAndTime-get.m2d X%%DATADIR%%/mib2c-data/syntax-DateAndTime-get.m2i X%%DATADIR%%/mib2c-data/syntax-DateAndTime-readme.m2i X%%DATADIR%%/mib2c-data/syntax-InetAddress-get.m2i X%%DATADIR%%/mib2c-data/syntax-InetAddress-set.m2i X%%DATADIR%%/mib2c-data/syntax-InetAddressType-get.m2i X%%DATADIR%%/mib2c-data/syntax-InetAddressType-set.m2i X%%DATADIR%%/mib2c-data/syntax-RowStatus-dependencies.m2i X%%DATADIR%%/mib2c-data/syntax-RowStatus-get.m2i X%%DATADIR%%/mib2c-data/syntax-RowStatus-varbind-validate.m2i X%%DATADIR%%/mib2c-data/syntax-StorageType-dependencies.m2i X%%DATADIR%%/mib2c-data/syntax-TestAndIncr-get.m2i X%%DATADIR%%/mibs/AGENTX-MIB.txt X%%DATADIR%%/mibs/DISMAN-EVENT-MIB.txt X%%DATADIR%%/mibs/DISMAN-SCHEDULE-MIB.txt X%%DATADIR%%/mibs/DISMAN-SCRIPT-MIB.txt X%%DATADIR%%/mibs/EtherLike-MIB.txt X%%DATADIR%%/mibs/HCNUM-TC.txt X%%DATADIR%%/mibs/HOST-RESOURCES-MIB.txt X%%DATADIR%%/mibs/HOST-RESOURCES-TYPES.txt X%%DATADIR%%/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt X%%DATADIR%%/mibs/IANA-LANGUAGE-MIB.txt X%%DATADIR%%/mibs/IANA-RTPROTO-MIB.txt X%%DATADIR%%/mibs/IANAifType-MIB.txt X%%DATADIR%%/mibs/IF-INVERTED-STACK-MIB.txt X%%DATADIR%%/mibs/IF-MIB.txt X%%DATADIR%%/mibs/INET-ADDRESS-MIB.txt X%%DATADIR%%/mibs/IP-FORWARD-MIB.txt X%%DATADIR%%/mibs/IP-MIB.txt X%%DATADIR%%/mibs/IPV6-ICMP-MIB.txt X%%DATADIR%%/mibs/IPV6-MIB.txt X%%DATADIR%%/mibs/IPV6-TC.txt X%%DATADIR%%/mibs/IPV6-TCP-MIB.txt X%%DATADIR%%/mibs/IPV6-UDP-MIB.txt X%%DATADIR%%/mibs/MTA-MIB.txt X%%DATADIR%%/mibs/NET-SNMP-AGENT-MIB.txt X%%DATADIR%%/mibs/NET-SNMP-EXAMPLES-MIB.txt X%%DATADIR%%/mibs/NET-SNMP-EXTEND-MIB.txt X%%DATADIR%%/mibs/NET-SNMP-MIB.txt X%%DATADIR%%/mibs/NET-SNMP-PASS-MIB.txt X%%DATADIR%%/mibs/NET-SNMP-TC.txt X%%DATADIR%%/mibs/NET-SNMP-VACM-MIB.txt X%%DATADIR%%/mibs/NETWORK-SERVICES-MIB.txt X%%DATADIR%%/mibs/NOTIFICATION-LOG-MIB.txt X%%DATADIR%%/mibs/RFC-1215.txt X%%DATADIR%%/mibs/RFC1155-SMI.txt X%%DATADIR%%/mibs/RFC1213-MIB.txt X%%DATADIR%%/mibs/RMON-MIB.txt X%%DATADIR%%/mibs/SCTP-MIB.txt X%%DATADIR%%/mibs/SMUX-MIB.txt X%%DATADIR%%/mibs/SNMP-COMMUNITY-MIB.txt X%%DATADIR%%/mibs/SNMP-FRAMEWORK-MIB.txt X%%DATADIR%%/mibs/SNMP-MPD-MIB.txt X%%DATADIR%%/mibs/SNMP-NOTIFICATION-MIB.txt X%%DATADIR%%/mibs/SNMP-PROXY-MIB.txt X%%DATADIR%%/mibs/SNMP-TARGET-MIB.txt X%%DATADIR%%/mibs/SNMP-USER-BASED-SM-MIB.txt X%%DATADIR%%/mibs/SNMP-USM-AES-MIB.txt X%%DATADIR%%/mibs/SNMP-USM-DH-OBJECTS-MIB.txt X%%DATADIR%%/mibs/SNMP-VIEW-BASED-ACM-MIB.txt X%%DATADIR%%/mibs/SNMPv2-CONF.txt X%%DATADIR%%/mibs/SNMPv2-MIB.txt X%%DATADIR%%/mibs/SNMPv2-SMI.txt X%%DATADIR%%/mibs/SNMPv2-TC.txt X%%DATADIR%%/mibs/SNMPv2-TM.txt X%%DATADIR%%/mibs/TCP-MIB.txt X%%DATADIR%%/mibs/TRANSPORT-ADDRESS-MIB.txt X%%DATADIR%%/mibs/UCD-DEMO-MIB.txt X%%DATADIR%%/mibs/UCD-DISKIO-MIB.txt X%%DATADIR%%/mibs/UCD-DLMOD-MIB.txt X%%DATADIR%%/mibs/UCD-IPFWACC-MIB.txt X%%DATADIR%%/mibs/UCD-SNMP-MIB.txt X%%DATADIR%%/mibs/UDP-MIB.txt X@unexec rm -f %D/%%DATADIR%%/mibs/.index 2>/dev/null || true X%%WITH_PERL_EMBEDDED%%%%DATADIR%%/snmp_perl.pl X%%DATADIR%%/snmpconf-data/snmp-data/authopts X%%DATADIR%%/snmpconf-data/snmp-data/debugging X%%DATADIR%%/snmpconf-data/snmp-data/mibs X%%DATADIR%%/snmpconf-data/snmp-data/output X%%DATADIR%%/snmpconf-data/snmp-data/snmpconf-config X%%DATADIR%%/snmpconf-data/snmpd-data/acl X%%DATADIR%%/snmpconf-data/snmpd-data/basic_setup X%%DATADIR%%/snmpconf-data/snmpd-data/extending X%%DATADIR%%/snmpconf-data/snmpd-data/monitor X%%DATADIR%%/snmpconf-data/snmpd-data/operation X%%DATADIR%%/snmpconf-data/snmpd-data/snmpconf-config X%%DATADIR%%/snmpconf-data/snmpd-data/system X%%DATADIR%%/snmpconf-data/snmpd-data/trapsinks X%%DATADIR%%/snmpconf-data/snmptrapd-data/authentication X%%DATADIR%%/snmpconf-data/snmptrapd-data/formatting X%%DATADIR%%/snmpconf-data/snmptrapd-data/logging X%%DATADIR%%/snmpconf-data/snmptrapd-data/runtime X%%DATADIR%%/snmpconf-data/snmptrapd-data/snmpconf-config X%%DATADIR%%/snmpconf-data/snmptrapd-data/traphandle X@dirrm %%DATADIR%%/mib2c-data/ X@dirrm %%DATADIR%%/snmpconf-data/snmptrapd-data X@dirrm %%DATADIR%%/snmpconf-data/snmpd-data X@dirrm %%DATADIR%%/snmpconf-data/snmp-data X@dirrm %%DATADIR%%/snmpconf-data X@dirrmtry %%DATADIR%%/mibs X@dirrmtry %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/default_store X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent/default_store X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/agent X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/TrapReceiver X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/OID X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP/ASN X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetSNMP X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle/NetSNMP X%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent X%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP X%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle X@exec mkdir /var/agentx X@dirrm include/net-snmp/system X@dirrm include/net-snmp/machine X@dirrm include/net-snmp/library X@dirrm include/net-snmp/agent X@dirrm include/net-snmp X@dirrmtry etc/snmp X@unexec rmdir /var/agentx 2>/dev/null || true ef3e7f63841ae908ba397c2bef1fbad6 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 02:23: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 9195D1065677; Fri, 8 Jul 2011 02:23:09 +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 696968FC0A; Fri, 8 Jul 2011 02:23: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 p682N9GX080447; Fri, 8 Jul 2011 02:23:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p682N9Bt080443; Fri, 8 Jul 2011 02:23:09 GMT (envelope-from linimon) Date: Fri, 8 Jul 2011 02:23:09 GMT Message-Id: <201107080223.p682N9Bt080443@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158714: [patch] Upgrade net-mgmt/net-snmp to 5.7 // resolve build issues on CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 02:23:09 -0000 Old Synopsis: [patch] Upgrade net-snmp to 5.7 // resolve build issues on CURRENT New Synopsis: [patch] Upgrade net-mgmt/net-snmp to 5.7 // resolve build issues on CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 8 02:22:56 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158714 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 03:10: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 AA77E1065673 for ; Fri, 8 Jul 2011 03:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 87E048FC17 for ; Fri, 8 Jul 2011 03:10: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 p683A2ja016852 for ; Fri, 8 Jul 2011 03:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p683A2hM016851; Fri, 8 Jul 2011 03:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 03:10:02 GMT Resent-Message-Id: <201107080310.p683A2hM016851@freefall.freebsd.org> 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 4FE59106566B; Fri, 8 Jul 2011 03:07:35 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1Qed8v-000LYu-4h; Thu, 07 Jul 2011 03:12:37 +0200 Message-Id: Date: Thu, 07 Jul 2011 03:12:37 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mm@FreeBSD.org Subject: ports/158715: www/lighttpd: consider USE_GMAKE=yes 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: Fri, 08 Jul 2011 03:10:02 -0000 >Number: 158715 >Category: ports >Synopsis: www/lighttpd: consider USE_GMAKE=yes >Confidential: no >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 Jul 08 03:10:01 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 #5: Fri Jul 1 02:39:55 CEST 2011 toor@apollo.emma.line.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hi Martin, during build (with FORCE_MAKE_JOBS on a quadcore) I've seen the usual config.status being rerun AFTER the build. This is an artifact that happens with BSD make, but not GNU make. Reasons I don't know. (The obvious trigger is re-running autotools on the sources, possibly with confusing timestamps or whatever.) In order to get an authentic build, consider setting USE_GMAKE=yes. Thanks for your attention :) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 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 270B4106566B; Fri, 8 Jul 2011 03: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 002C68FC18; Fri, 8 Jul 2011 03:10: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 p683AGWj017215; Fri, 8 Jul 2011 03:10:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p683AGqI017206; Fri, 8 Jul 2011 03:10:16 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 03:10:16 GMT Message-Id: <201107080310.p683AGqI017206@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158715: www/lighttpd: consider USE_GMAKE=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: Fri, 08 Jul 2011 03:10:17 -0000 Synopsis: www/lighttpd: consider USE_GMAKE=yes Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 03:10:15 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158715 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 03:40:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B515A1065672 for ; Fri, 8 Jul 2011 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 86C428FC19 for ; Fri, 8 Jul 2011 03:40: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 p683e1dA045557 for ; Fri, 8 Jul 2011 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p683e10v045556; Fri, 8 Jul 2011 03:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 03:40:01 GMT Resent-Message-Id: <201107080340.p683e10v045556@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5262A106564A; Fri, 8 Jul 2011 03:39:13 +0000 (UTC) (envelope-from mi@aldan.algebra.com) Received: from smtp03.lnh.mail.rcn.net (smtp03.lnh.mail.rcn.net [207.172.157.103]) by mx1.freebsd.org (Postfix) with ESMTP id DD2D98FC0C; Fri, 8 Jul 2011 03:39:12 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 07 Jul 2011 23:10:22 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BEI80739; Thu, 7 Jul 2011 23:10:21 -0400 Received: from 209-6-61-133.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO narawntapu.narawntapu) ([209.6.61.133]) by smtp01.lnh.mail.rcn.net with ESMTP; 07 Jul 2011 23:10:15 -0400 Received: from narawntapu.narawntapu (localhost [127.0.0.1]) by narawntapu.narawntapu (8.14.4/8.14.4) with ESMTP id p6839CE3061965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Jul 2011 23:09:12 -0400 (EDT) (envelope-from mi@narawntapu.narawntapu) Received: (from mi@localhost) by narawntapu.narawntapu (8.14.4/8.14.4/Submit) id p6839CRA061964; Thu, 7 Jul 2011 23:09:12 -0400 (EDT) (envelope-from mi) Message-Id: <201107080309.p6839CRA061964@narawntapu.narawntapu> Date: Thu, 7 Jul 2011 23:09:12 -0400 (EDT) From: "Mikhail T." To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ache@FreeBSD.org Subject: ports/158716: Turn APNG on by default in graphics/png X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 03:40:01 -0000 >Number: 158716 >Category: ports >Synopsis: Turn APNG on by default in graphics/png >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 Jul 08 03:40:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: FreeBSD 8.2-STABLE amd64 >Organization: Virtual Estates, Inc. http://sybpipe.com/ >Environment: System: FreeBSD narawntapu 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 12 22:48:33 EDT 2011 root@narawntapu:/usr/obj/home/src/sys/POWEREDGE2900 amd64 >Description: As discussed on ports@, changing to use APNG by default would allow Mozilla ports to build using the already installed libpng without any other ill effects. The only opponent of the change was ache@ (CC-ed), but even he was persuaded by the end of the discussion. >How-To-Repeat: >Fix: If the change does not coincide with a routine update of png, (1.5.4 was released today, for example) then PORTREVISION bump may be needed as well. --- Makefile 23 Dec 2010 05:41:59 -0000 1.115 +++ Makefile 8 Jul 2011 03:06:32 -0000 @@ -32,5 +32,5 @@ MANCOMPRESSED= maybe -OPTIONS= APNG "Animated PNG support" Off +OPTIONS= APNG "Animated PNG support (required for Mozilla)" On .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 03: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 1E661106564A; Fri, 8 Jul 2011 03:40:13 +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 EB9348FC13; Fri, 8 Jul 2011 03: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 p683eCCb045758; Fri, 8 Jul 2011 03:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p683eCLj045754; Fri, 8 Jul 2011 03:40:12 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 03:40:12 GMT Message-Id: <201107080340.p683eCLj045754@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158716: Turn APNG on by default in graphics/png X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 03:40:13 -0000 Synopsis: Turn APNG on by default in graphics/png Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 03:40:12 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158716 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 04:40:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D11AC1065674 for ; Fri, 8 Jul 2011 04:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A9C6E8FC17 for ; Fri, 8 Jul 2011 04:40: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 p684e1BB002181 for ; Fri, 8 Jul 2011 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p684e1x7002180; Fri, 8 Jul 2011 04:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 04:40:01 GMT Resent-Message-Id: <201107080440.p684e1x7002180@freefall.freebsd.org> 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 0167B1065670 for ; Fri, 8 Jul 2011 04:31: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 E4B958FC13 for ; Fri, 8 Jul 2011 04:31:25 +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 p684VPkr014731 for ; Fri, 8 Jul 2011 04:31:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p684VPA1014729; Fri, 8 Jul 2011 04:31:25 GMT (envelope-from nobody) Message-Id: <201107080431.p684VPA1014729@red.freebsd.org> Date: Fri, 8 Jul 2011 04:31:25 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158717: [UPDATE] net-p2p/deluge: update 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: Fri, 08 Jul 2011 04:40:01 -0000 >Number: 158717 >Category: ports >Synopsis: [UPDATE] net-p2p/deluge: update 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: Fri Jul 08 04:40:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 1.3.2 - install license with license framework, not manually - move pygobject dependency into !(WITHOUT_PYGTK) case - eliminate explicit setuptools dependency because build/run dependency on it already implied when USE_DISTUTILS=easy_install is set (see bsd.python.mk) - depend on simplejson only if python < 2.6 (it is included into >=2.6) - fix typo in libtorrent-rasterbar dependency - unset WITH_PSYCO if python version > 2.6 (psyco doesn't works with 2.6+) - fix some whitespace - use PYTHON_VER instead of hardcoded version in pkg-plist tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/deluge-1.3.2,1.log changelog: http://dev.deluge-torrent.org/wiki/ChangeLog >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa deluge.orig/Makefile deluge/Makefile --- deluge.orig/Makefile 2011-07-07 18:49:27.000000000 +0400 +++ deluge/Makefile 2011-07-07 21:42:47.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= deluge -DISTVERSION= 1.3.1 +DISTVERSION= 1.3.2 PORTEPOCH= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ @@ -15,23 +15,21 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Bittorrent client using Python, GTK+2 and libtorrent-rasterbar -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0.6:${PORTSDIR}/devel/py-setuptools +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ GeoIP:${PORTSDIR}/net/GeoIP RUN_DEPENDS= boost-python-libs>=1.41.0:${PORTSDIR}/devel/boost-python-libs \ - ${PYTHON_PKGNAMEPREFIX}gobject>=2.20.0:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0.6:${PORTSDIR}/devel/py-setuptools \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar$>=0.15.1:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ + ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0.15.1:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.8:${PORTSDIR}/security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:${PORTSDIR}/textproc/py-chardet \ ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:${PORTSDIR}/textproc/py-mako -BROKEN= bad dependency object - USE_RC_SUBR= deluged SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} +PLIST_SUB+= PYTHON_VER=${PYTHON_VER} USE_XZ= yes WANT_GNOME= yes @@ -58,7 +56,7 @@ .include -.if ${ARCH} != "i386" +.if ${ARCH} != "i386" || ${PYTHON_REL} > 260 .undef WITH_PSYCO WITHOUT_PSYCO= yes .endif @@ -67,17 +65,21 @@ .if ${PREFIX} != ${LOCALBASE} # only touch easy-install.pth if we installed it ourselves -. if !exists(${PYTHONPREFIX_SITELIBDIR}/easy-install.pth) +.if !exists(${PYTHONPREFIX_SITELIBDIR}/easy-install.pth) PLIST_FILES+= ${PYTHON_SITELIBDIR:S;${LOCALBASE}/;;}/easy-install.pth -. endif +.endif # only touch site.py{,c,o} if we installed it ourselves -. for file in site.py site.pyc site.pyo -. if !exists(${PYTHONPREFIX_SITELIBDIR}/${file}) +.for file in site.py site.pyc site.pyo +.if !exists(${PYTHONPREFIX_SITELIBDIR}/${file}) PLIST_FILES+= ${PYTHON_SITELIBDIR:S;${LOCALBASE}/;;}/${file} -. endif -. endfor +.endif +.endfor + +.endif +.if ${PYTHON_REL} < 260 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson .endif .if defined(WITH_PSYCO) @@ -95,7 +97,7 @@ ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:${PORTSDIR}/devel/py-notify \ xdg-utils>=1.0.2:${PORTSDIR}/devel/xdg-utils -USE_GNOME+= desktopfileutils librsvg2 pygtk2 +USE_GNOME+= desktopfileutils librsvg2 pygtk2 pygobject INSTALLS_ICONS= yes .endif @@ -111,11 +113,11 @@ post-install: .if !defined(WITHOUT_PYGTK) - -update-desktop-database + @-update-desktop-database .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in ChangeLog LICENSE README +.for i in ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif diff -ruNa deluge.orig/distinfo deluge/distinfo --- deluge.orig/distinfo 2010-12-24 16:35:13.000000000 +0300 +++ deluge/distinfo 2011-07-07 18:50:33.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (deluge-1.3.1.tar.lzma) = 651b42e7ceb5f00e6a280f954ecff1da3a8ae0efc9a1f5e43eda317f499ec95f -SIZE (deluge-1.3.1.tar.lzma) = 1869318 +SHA256 (deluge-1.3.2.tar.lzma) = 7420221d861d05357edc338868294b6f600b4ac9783c568e65da389aeea4bf21 +SIZE (deluge-1.3.2.tar.lzma) = 2088854 diff -ruNa deluge.orig/pkg-plist deluge/pkg-plist --- deluge.orig/pkg-plist 2010-11-02 14:39:51.000000000 +0300 +++ deluge/pkg-plist 2011-07-07 21:19:05.000000000 +0400 @@ -1,3 +1,8 @@ +bin/deluge +bin/deluge-console +bin/deluge-gtk +bin/deluge-web +bin/deluged %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt @@ -336,12 +341,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/flags/zw.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/inactive.svg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/inactive16.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/loading.gif %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/lock48.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/magnet.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/queued.svg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/queued16.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/seeding.svg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/seeding16.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/tracker_all16.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/tracker_warning16.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/traffic.svg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/data/pixmaps/traffic16.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/decorators.py @@ -378,6 +386,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/eu/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fa/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fi/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fo/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fr/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fy/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/gl/LC_MESSAGES/deluge.mo @@ -396,13 +405,17 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ko/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ku/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/la/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lb/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lt/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lv/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/mk/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ml/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ms/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nb/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nds/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nl/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nn/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/oc/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/pl/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/pms/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/pt/LC_MESSAGES/deluge.mo @@ -415,11 +428,13 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/sr/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/sv/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ta/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/te/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/th/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/tl/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/tlh/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/tr/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/uk/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ur/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/vi/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/zh_CN/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/zh_HK/LC_MESSAGES/deluge.mo @@ -439,14 +454,14 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/pluginmanagerbase.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/pluginmanagerbase.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/pluginmanagerbase.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/AutoAdd-1.02-py2.6.egg -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Blocklist-1.2-py2.6.egg -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Execute-1.2-py2.6.egg -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Extractor-0.1-py2.6.egg -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Label-0.1-py2.6.egg -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Notifications-0.1-py2.6.egg -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Scheduler-0.2-py2.6.egg -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/WebUi-0.1-py2.6.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/AutoAdd-1.02-py%%PYTHON_VER%%.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Blocklist-1.2-py%%PYTHON_VER%%.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Execute-1.2-py%%PYTHON_VER%%.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Extractor-0.1-py%%PYTHON_VER%%.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Label-0.1-py%%PYTHON_VER%%.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Notifications-0.1-py%%PYTHON_VER%%.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/Scheduler-0.2-py%%PYTHON_VER%%.egg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/WebUi-0.1-py%%PYTHON_VER%%.egg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/plugins/__init__.pyo @@ -1396,11 +1411,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/icons/hicolor/scalable/apps/deluge.svg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/pixmaps/deluge.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/pixmaps/deluge.xpm -bin/deluge -bin/deluge-console -bin/deluge-gtk -bin/deluge-web -bin/deluged @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/pixmaps @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/icons/hicolor/scalable/apps @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/icons/hicolor/scalable @@ -1524,6 +1534,8 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/zh_CN @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/vi/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/vi +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ur/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ur @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/uk/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/uk @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/tr/LC_MESSAGES @@ -1534,6 +1546,8 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/tl @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/th/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/th +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/te/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/te @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ta/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ta @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/sv/LC_MESSAGES @@ -1558,6 +1572,10 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/pms @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/pl/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/pl +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/oc/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/oc +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nn/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nn @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nl/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nl @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nds/LC_MESSAGES @@ -1566,12 +1584,16 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/nb @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ms/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ms +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ml/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ml @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/mk/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/mk @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lv/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lv @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lt/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lt +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lb/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/lb @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/la/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/la @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/ku/LC_MESSAGES @@ -1608,6 +1630,8 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fy @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fr/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fr +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fo/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fo @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fi/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fi @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/deluge/i18n/fa/LC_MESSAGES >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 04: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 B631710656B0; Fri, 8 Jul 2011 04:40: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 8F5D78FC08; Fri, 8 Jul 2011 04: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 p684eCUo002385; Fri, 8 Jul 2011 04:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p684eC6J002376; Fri, 8 Jul 2011 04:40:12 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 04:40:12 GMT Message-Id: <201107080440.p684eC6J002376@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158717: [UPDATE] net-p2p/deluge: update 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: Fri, 08 Jul 2011 04:40:12 -0000 Synopsis: [UPDATE] net-p2p/deluge: update to 1.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 04:40:12 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158717 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 05:10:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE84A106566B for ; Fri, 8 Jul 2011 05:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1228FC1B for ; Fri, 8 Jul 2011 05:10: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 p685A1bj032904 for ; Fri, 8 Jul 2011 05:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p685A1Gx032903; Fri, 8 Jul 2011 05:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 05:10:01 GMT Resent-Message-Id: <201107080510.p685A1Gx032903@freefall.freebsd.org> 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 517E61065674 for ; Fri, 8 Jul 2011 05:05: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 422988FC0A for ; Fri, 8 Jul 2011 05:05: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 p6855NiL083371 for ; Fri, 8 Jul 2011 05:05:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6855NBU083370; Fri, 8 Jul 2011 05:05:23 GMT (envelope-from nobody) Message-Id: <201107080505.p6855NBU083370@red.freebsd.org> Date: Fri, 8 Jul 2011 05:05:23 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158718: [UPDATE] devel/py-zopeInterface: update to 3.6.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: Fri, 08 Jul 2011 05:10:02 -0000 >Number: 158718 >Category: ports >Synopsis: [UPDATE] devel/py-zopeInterface: update to 3.6.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 05:10:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 3.6.4 tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/py27-zopeInterface-3.6.4.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-zopeInterface.orig/Makefile py-zopeInterface/Makefile --- py-zopeInterface.orig/Makefile 2010-08-24 05:07:04.000000000 +0400 +++ py-zopeInterface/Makefile 2011-07-07 22:51:57.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= zopeInterface -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.4 CATEGORIES= devel zope python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruNa py-zopeInterface.orig/distinfo py-zopeInterface/distinfo --- py-zopeInterface.orig/distinfo 2011-07-03 18:58:53.000000000 +0400 +++ py-zopeInterface/distinfo 2011-07-07 22:52:51.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (zope.interface-3.6.1.tar.gz) = 294c3c0529e84169177bce78d616c768fa1c028a2fbc1854f615d32ed88dbc6c -SIZE (zope.interface-3.6.1.tar.gz) = 125264 +SHA256 (zope.interface-3.6.4.tar.gz) = 83c59a22c154029fbf35862afa7b56a22e295b7fe58ee358ef1d7532ed3bb7a9 +SIZE (zope.interface-3.6.4.tar.gz) = 95336 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 05: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 29DFD106564A; Fri, 8 Jul 2011 05: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 02C0F8FC0C; Fri, 8 Jul 2011 05: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 p685AH29033511; Fri, 8 Jul 2011 05: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 p685AHjw033502; Fri, 8 Jul 2011 05:10:17 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 05:10:17 GMT Message-Id: <201107080510.p685AHjw033502@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158718: [UPDATE] devel/py-zopeInterface: update to 3.6.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: Fri, 08 Jul 2011 05:10:18 -0000 Synopsis: [UPDATE] devel/py-zopeInterface: update to 3.6.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 05:10:17 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158718 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 07: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 19CA5106566B for ; Fri, 8 Jul 2011 07: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 CCD218FC14 for ; Fri, 8 Jul 2011 07:40: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 p687e1Ja095760 for ; Fri, 8 Jul 2011 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p687e1h3095758; Fri, 8 Jul 2011 07:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 07:40:01 GMT Resent-Message-Id: <201107080740.p687e1h3095758@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tilman Keskinoz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F588106566B for ; Fri, 8 Jul 2011 07:36:54 +0000 (UTC) (envelope-from arved@gazoz.arved.priv.at) Received: from gazoz.arved.priv.at (cl-1383.ham-01.de.sixxs.net [IPv6:2001:6f8:900:566::2]) by mx1.freebsd.org (Postfix) with ESMTP id D6BC98FC13 for ; Fri, 8 Jul 2011 07:36:53 +0000 (UTC) Received: from gazoz.arved.priv.at (localhost [127.0.0.1]) by gazoz.arved.priv.at (8.14.4/8.14.4) with ESMTP id p687akCH026815; Fri, 8 Jul 2011 09:36:46 +0200 (CEST) (envelope-from arved@gazoz.arved.priv.at) Received: (from arved@localhost) by gazoz.arved.priv.at (8.14.4/8.14.4/Submit) id p687akWq026814; Fri, 8 Jul 2011 09:36:46 +0200 (CEST) (envelope-from arved) Message-Id: <201107080736.p687akWq026814@gazoz.arved.priv.at> Date: Fri, 8 Jul 2011 09:36:46 +0200 (CEST) From: Tilman Keskinoz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: arved@arved.at Subject: ports/158720: loudmouth prints lots of debug information X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tilman Keskinoz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 07:40:03 -0000 >Number: 158720 >Category: ports >Synopsis: loudmouth prints lots of debug information >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 Jul 08 07:40:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Tilman Keskinoz >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD gazoz.arved.priv.at 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sat Mar 5 16:47:10 CET 2011 root@gazoz.arved.priv.at:/usr/obj/usr/src/sys/GENERIC i386 >Description: Revision 1.54 of /usr/local/www/cvsroot/FreeBSD/ports/net-im/loudmouth/Makefile added --enable-debug=no to CONFIGURE_ARGS withoug mentioning it in the commit log Due to a bug in loudmouth configure script this actually means that debugging is enabled. >How-To-Repeat: Install irssi-xmpp and wonder why there is lots of debug output on console >Fix: Remove --enable-debug=no again and bump PORTREVISION >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 08:10:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A988B1065670 for ; Fri, 8 Jul 2011 08:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8287B8FC13 for ; Fri, 8 Jul 2011 08:10: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 p688A1W4023945 for ; Fri, 8 Jul 2011 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p688A1Go023944; Fri, 8 Jul 2011 08:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 08:10:01 GMT Resent-Message-Id: <201107080810.p688A1Go023944@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E47E010656B2 for ; Fri, 8 Jul 2011 08:01: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 D44D48FC1F for ; Fri, 8 Jul 2011 08:01: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 p688193V081724 for ; Fri, 8 Jul 2011 08:01:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68819L1081723; Fri, 8 Jul 2011 08:01:09 GMT (envelope-from nobody) Message-Id: <201107080801.p68819L1081723@red.freebsd.org> Date: Fri, 8 Jul 2011 08:01:09 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158721: devel/sfml: Fix .so filenames X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 08:10:01 -0000 >Number: 158721 >Category: ports >Synopsis: devel/sfml: Fix .so filenames >Confidential: no >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 Jul 08 08:10:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.2-RELEASE >Organization: http://contribs.martymac.org >Environment: FreeBSD laptop.martymac.org 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: Hi Dmitry, Find attached a patch for devel/sfml that fixes library filenames to make them conform to the lib*.so.[0-9] pattern (see ldconfig(8)). This patch makes the libraries visible through 'ldconfig -r'. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: devel/sfml/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/sfml/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- devel/sfml/Makefile 1 Sep 2010 18:05:18 -0000 1.7 +++ devel/sfml/Makefile 8 Jul 2011 07:04:33 -0000 @@ -7,6 +7,7 @@ PORTNAME= sfml PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF DISTNAME= SFML-${PORTVERSION}-sdk-linux-32 Index: devel/sfml/pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/sfml/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- devel/sfml/pkg-plist 1 Sep 2010 18:05:18 -0000 1.2 +++ devel/sfml/pkg-plist 8 Jul 2011 07:04:33 -0000 @@ -72,14 +72,19 @@ include/SFML/Window/WindowSettings.hpp include/SFML/Window/WindowStyle.hpp lib/libsfml-audio.so +lib/libsfml-audio.so.1 lib/libsfml-audio.so.1.6 lib/libsfml-graphics.so +lib/libsfml-graphics.so.1 lib/libsfml-graphics.so.1.6 lib/libsfml-network.so +lib/libsfml-network.so.1 lib/libsfml-network.so.1.6 lib/libsfml-system.so +lib/libsfml-system.so.1 lib/libsfml-system.so.1.6 lib/libsfml-window.so +lib/libsfml-window.so.1 lib/libsfml-window.so.1.6 @dirrm include/SFML/Window @dirrm include/SFML/System/Win32 Index: devel/sfml/files/patch-src-SFML-Audio-Makefile =================================================================== RCS file: /home/pcvs/ports/devel/sfml/files/patch-src-SFML-Audio-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-src-SFML-Audio-Makefile --- devel/sfml/files/patch-src-SFML-Audio-Makefile 16 Jul 2009 14:56:33 -0000 1.1 +++ devel/sfml/files/patch-src-SFML-Audio-Makefile 8 Jul 2011 07:04:33 -0000 @@ -1,6 +1,16 @@ ---- src/SFML/Audio/Makefile.orig 2009-05-28 19:57:04.000000000 +0400 -+++ src/SFML/Audio/Makefile 2009-07-07 19:51:57.000000000 +0400 -@@ -19,13 +19,13 @@ +--- src/SFML/Audio/Makefile.orig 2010-01-27 15:00:19.000000000 +0100 ++++ src/SFML/Audio/Makefile 2011-07-07 18:10:38.318404815 +0200 +@@ -10,7 +10,8 @@ + else + LIB = libsfml-audio.so + LIBNAME = $(LIBPATH)/$(LIB).$(VERSION) +- INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB) ++ INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) \ ++ && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) $(DESTLIBDIR)/$(LIB) + endif + + all: $(LIB) +@@ -19,13 +20,13 @@ $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ) $(OBJVORBIS) libsfml-audio.so: $(OBJ) $(OBJVORBIS) Index: devel/sfml/files/patch-src-SFML-Graphics-Makefile =================================================================== RCS file: /home/pcvs/ports/devel/sfml/files/patch-src-SFML-Graphics-Makefile,v retrieving revision 1.2 diff -u -r1.2 patch-src-SFML-Graphics-Makefile --- devel/sfml/files/patch-src-SFML-Graphics-Makefile 1 Sep 2010 18:05:18 -0000 1.2 +++ devel/sfml/files/patch-src-SFML-Graphics-Makefile 8 Jul 2011 07:04:33 -0000 @@ -1,6 +1,16 @@ ---- src/SFML/Graphics/Makefile.orig 2010-01-27 17:00:05.000000000 +0300 -+++ src/SFML/Graphics/Makefile 2010-08-25 07:07:23.000000000 +0400 -@@ -26,14 +26,14 @@ +--- src/SFML/Graphics/Makefile.orig 2010-01-27 15:00:05.000000000 +0100 ++++ src/SFML/Graphics/Makefile 2011-07-07 18:17:27.725542035 +0200 +@@ -18,7 +18,8 @@ + else + LIB = libsfml-graphics.so + LIBNAME = $(LIBPATH)/$(LIB).$(VERSION) +- INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB) ++ INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) \ ++ && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) $(DESTLIBDIR)/$(LIB) + endif + + all: $(LIB) +@@ -26,14 +27,14 @@ libsfml-graphics-s.a: $(OBJ) $(OBJGLEW) $(OBJJPEG) $(OBJPNG) $(OBJSOIL) $(OBJZLIB) $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ) $(OBJGLEW) $(OBJJPEG) $(OBJPNG) $(OBJSOIL) $(OBJZLIB) Index: devel/sfml/files/patch-src-SFML-Makefile =================================================================== RCS file: /home/pcvs/ports/devel/sfml/files/patch-src-SFML-Makefile,v retrieving revision 1.2 diff -u -r1.2 patch-src-SFML-Makefile --- devel/sfml/files/patch-src-SFML-Makefile 1 Sep 2010 18:05:18 -0000 1.2 +++ devel/sfml/files/patch-src-SFML-Makefile 8 Jul 2011 07:04:33 -0000 @@ -1,5 +1,5 @@ ---- src/SFML/Makefile.orig 2010-01-27 17:00:37.000000000 +0300 -+++ src/SFML/Makefile 2010-08-25 07:08:45.000000000 +0400 +--- src/SFML/Makefile.orig 2010-01-27 15:00:37.000000000 +0100 ++++ src/SFML/Makefile 2011-07-07 18:04:51.328315292 +0200 @@ -4,7 +4,7 @@ ifeq ($(DEBUGBUILD), yes) DEBUGFLAGS = -g -DDEBUG @@ -9,7 +9,7 @@ endif ifeq ($(STATIC), no) -@@ -15,11 +15,11 @@ +@@ -15,21 +15,23 @@ LINKFLAGS = endif @@ -24,9 +24,12 @@ +export CXXFLAGS += -W -Wall -pedantic -I../../../include -I../../ $(DEBUGFLAGS) $(BUILDFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 +export LDFLAGS = -L${LOCALBASE}/lib $(LINKFLAGS) export LIBPATH = ../../../lib - export VERSION = 1.6 +-export VERSION = 1.6 ++export MAJVERSION = 1 ++export MINVERSION = 6 ++export VERSION = $(MAJVERSION).$(MINVERSION) export CP = cp -@@ -27,9 +27,9 @@ + export LN = ln export LNFLAGS = -s -f export AR = ar export ARFLAGS = rcs Index: devel/sfml/files/patch-src-SFML-Network-Makefile =================================================================== RCS file: /home/pcvs/ports/devel/sfml/files/patch-src-SFML-Network-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-src-SFML-Network-Makefile --- devel/sfml/files/patch-src-SFML-Network-Makefile 16 Jul 2009 14:56:33 -0000 1.1 +++ devel/sfml/files/patch-src-SFML-Network-Makefile 8 Jul 2011 07:04:33 -0000 @@ -1,6 +1,16 @@ ---- src/SFML/Network/Makefile.orig 2009-05-28 19:57:08.000000000 +0400 -+++ src/SFML/Network/Makefile 2009-07-07 20:01:13.000000000 +0400 -@@ -17,10 +17,10 @@ +--- src/SFML/Network/Makefile.orig 2010-01-27 15:00:37.000000000 +0100 ++++ src/SFML/Network/Makefile 2011-07-07 18:18:42.121053755 +0200 +@@ -8,7 +8,8 @@ + else + LIB = libsfml-network.so + LIBNAME = $(LIBPATH)/$(LIB).$(VERSION) +- INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB) ++ INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) \ ++ && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) $(DESTLIBDIR)/$(LIB) + endif + + all: $(LIB) +@@ -17,10 +18,10 @@ $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ) libsfml-network.so: $(OBJ) Index: devel/sfml/files/patch-src-SFML-System-Makefile =================================================================== RCS file: /home/pcvs/ports/devel/sfml/files/patch-src-SFML-System-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-src-SFML-System-Makefile --- devel/sfml/files/patch-src-SFML-System-Makefile 16 Jul 2009 14:56:33 -0000 1.1 +++ devel/sfml/files/patch-src-SFML-System-Makefile 8 Jul 2011 07:04:33 -0000 @@ -1,6 +1,16 @@ ---- src/SFML/System/Makefile.orig 2009-05-28 19:57:04.000000000 +0400 -+++ src/SFML/System/Makefile 2009-07-07 19:51:23.000000000 +0400 -@@ -17,10 +17,10 @@ +--- src/SFML/System/Makefile.orig 2010-01-27 15:00:23.000000000 +0100 ++++ src/SFML/System/Makefile 2011-07-07 18:19:35.964973862 +0200 +@@ -8,7 +8,8 @@ + else + LIB = libsfml-system.so + LIBNAME = $(LIBPATH)/$(LIB).$(VERSION) +- INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB) ++ INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) \ ++ && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) $(DESTLIBDIR)/$(LIB) + endif + + all: $(LIB) +@@ -17,10 +18,10 @@ $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ) libsfml-system.so: $(OBJ) Index: devel/sfml/files/patch-src-SFML-Window-Makefile =================================================================== RCS file: /home/pcvs/ports/devel/sfml/files/patch-src-SFML-Window-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-src-SFML-Window-Makefile --- devel/sfml/files/patch-src-SFML-Window-Makefile 16 Jul 2009 14:56:33 -0000 1.1 +++ devel/sfml/files/patch-src-SFML-Window-Makefile 8 Jul 2011 07:04:33 -0000 @@ -1,6 +1,16 @@ ---- src/SFML/Window/Makefile.orig 2009-05-28 19:57:08.000000000 +0400 -+++ src/SFML/Window/Makefile 2009-07-07 19:51:46.000000000 +0400 -@@ -18,10 +18,10 @@ +--- src/SFML/Window/Makefile.orig 2010-01-27 15:00:37.000000000 +0100 ++++ src/SFML/Window/Makefile 2011-07-07 18:20:29.367023005 +0200 +@@ -9,7 +9,8 @@ + else + LIB = libsfml-window.so + LIBNAME = $(LIBPATH)/$(LIB).$(VERSION) +- INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB) ++ INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) \ ++ && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(MAJVERSION) $(DESTLIBDIR)/$(LIB) + endif + + all: $(LIB) +@@ -18,10 +19,10 @@ $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ) libsfml-window.so: $(OBJ) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 08: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 9EEF11065670; Fri, 8 Jul 2011 08:10: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 77A3A8FC1A; Fri, 8 Jul 2011 08: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 p688AC7q024242; Fri, 8 Jul 2011 08:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p688ACYn024234; Fri, 8 Jul 2011 08:10:12 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 08:10:12 GMT Message-Id: <201107080810.p688ACYn024234@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158721: devel/sfml: Fix .so filenames X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 08:10:12 -0000 Synopsis: devel/sfml: Fix .so filenames Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 08:10:11 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158721 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 08:40: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 332E1106566B for ; Fri, 8 Jul 2011 08:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 103DA8FC18 for ; Fri, 8 Jul 2011 08:40: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 p688e1Rg057710 for ; Fri, 8 Jul 2011 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p688e17h057709; Fri, 8 Jul 2011 08:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 08:40:01 GMT Resent-Message-Id: <201107080840.p688e17h057709@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C46F0106566B for ; Fri, 8 Jul 2011 08:31: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 9AB728FC13 for ; Fri, 8 Jul 2011 08:31: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 p688V12u034623 for ; Fri, 8 Jul 2011 08:31:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p688V1B1034622; Fri, 8 Jul 2011 08:31:01 GMT (envelope-from nobody) Message-Id: <201107080831.p688V1B1034622@red.freebsd.org> Date: Fri, 8 Jul 2011 08:31:01 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158722: [patch] devel/gobject-introspection does not build if CC is not cc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 08:40:02 -0000 >Number: 158722 >Category: ports >Synopsis: [patch] devel/gobject-introspection does not build if CC is not cc >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 Jul 08 08:40:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: The post-patch: section of devel/gobject-introspection makes a supstitution of cc in the file giscanner/sourcescanner.py. For easy reading I will assume CC="XX XY" Line 237: for filename in filenames: if (filename.endswith('.c') or filename.endswith('.cpp') or filename.endswith('.cc') or filename.endswith('.cxx')): filename = os.path.abspath(filename) self._scanner.lex_filename(filename) else: headers.append(filename) Turns to: for filename in filenames: if (filename.endswith('.c') or filename.endswith('.cpp') or filename.endswith('.XX YY') or filename.endswith('.cxx')): filename = os.path.abspath(filename) self._scanner.lex_filename(filename) else: headers.append(filename) I think it's clear why that isn't a good idea. The next affected line is 273: cpp_args = ['cc', '-E', '-C', '-I.', '-'] cpp_args += self._cpp_options proc = subprocess.Popen(cpp_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE) Turns to: cpp_args = ['XX YY', '-E', '-C', '-I.', '-'] cpp_args += self._cpp_options proc = subprocess.Popen(cpp_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE) However the subprocess.Popen constructor requires the following form: cpp_args = ['XX', 'YY', '-E', '-C', '-I.', '-'] >How-To-Repeat: Build with no-default CC, to trigger a build fail use CC with spaces. >Fix: The attached patch causes line 239 no longer to be touched and performs the correct substitution for subprocess.Popen in line 273. Patch attached with submission follows: diff -Nur gobject-introspection.orig/Makefile gobject-introspection/Makefile --- gobject-introspection.orig/Makefile 2011-07-08 09:36:31.000000000 +0200 +++ gobject-introspection/Makefile 2011-07-08 10:29:54.000000000 +0200 @@ -40,11 +40,8 @@ MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 -.include - post-patch: - @${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \ + @${REINPLACE_CMD} -e "s|'cc'|'${CC:Q:C/[[:space:]]+/', '/g}'|g" \ ${WRKSRC}/giscanner/sourcescanner.py -.include - +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 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 4B93C1065672; Fri, 8 Jul 2011 08:40: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 23C0B8FC0A; Fri, 8 Jul 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 p688eCMV057962; Fri, 8 Jul 2011 08:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p688eBwR057953; Fri, 8 Jul 2011 08:40:12 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 08:40:12 GMT Message-Id: <201107080840.p688eBwR057953@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158722: [patch] devel/gobject-introspection does not build if CC is not cc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 08:40:12 -0000 Synopsis: [patch] devel/gobject-introspection does not build if CC is not cc Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 08:40:11 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158722 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 08:50:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B34CF1065670 for ; Fri, 8 Jul 2011 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 732CD8FC15 for ; Fri, 8 Jul 2011 08: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 p688o1C7066630 for ; Fri, 8 Jul 2011 08: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 p688o18p066629; Fri, 8 Jul 2011 08:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 08:50:01 GMT Resent-Message-Id: <201107080850.p688o18p066629@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Quentin Stievenart Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93E731065670 for ; Fri, 8 Jul 2011 08:41: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 83BFB8FC12 for ; Fri, 8 Jul 2011 08:41: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 p688ffYZ052386 for ; Fri, 8 Jul 2011 08:41:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p688ffAZ052385; Fri, 8 Jul 2011 08:41:41 GMT (envelope-from nobody) Message-Id: <201107080841.p688ffAZ052385@red.freebsd.org> Date: Fri, 8 Jul 2011 08:41:41 GMT From: Quentin Stievenart To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158723: [PATCH] lang/sbcl: don't require graphviz if not needed for build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 08:50:01 -0000 >Number: 158723 >Category: ports >Synopsis: [PATCH] lang/sbcl: don't require graphviz if not needed for build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 08:50:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Quentin Stievenart >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD daemon 8.2-STABLE FreeBSD 8.2-STABLE #5: Tue Mar 1 19:45:55 CET >Description: graphviz (which adds a lot of dependencies, especially on x11-less servers) should not be required if the user doesn't want to build sbcl's doc (ie. NOPORTDOCS is set, and the PDF and PS options aren't selected). This patch fixes that. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/lang/sbcl/Makefile /tmp/sbcl/Makefile --- /usr/ports/lang/sbcl/Makefile 2011-06-18 18:13:31.000000000 +0200 +++ /tmp/sbcl/Makefile 2011-07-08 09:41:57.000000000 +0200 @@ -23,8 +23,6 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A Common Lisp development system derived from the CMU CL system -BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz - # More platforms are supported, but on Linux. ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= is a native code compiler, and has not been ported to this architecture yet @@ -90,6 +88,10 @@ .include +.if !defined(NOPORTDOCS) || !defined(WITHOUT_PDF) || !defined(WITHOUT_PS) +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +.endif + .if !defined(WITHOUT_PDF) BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base \ texi2dvi:${PORTSDIR}/print/texinfo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 08: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 76451106566C; Fri, 8 Jul 2011 08:50: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 4E45E8FC14; Fri, 8 Jul 2011 08: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 p688oCZQ066872; Fri, 8 Jul 2011 08:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p688oCRd066863; Fri, 8 Jul 2011 08:50:12 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 08:50:12 GMT Message-Id: <201107080850.p688oCRd066863@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stas@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158723: [PATCH] lang/sbcl: don't require graphviz if not needed for build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 08:50:12 -0000 Synopsis: [PATCH] lang/sbcl: don't require graphviz if not needed for build Responsible-Changed-From-To: freebsd-ports-bugs->stas Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 08:50:11 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158723 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 09: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 12FA01065672 for ; Fri, 8 Jul 2011 09: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 C6A248FC25 for ; Fri, 8 Jul 2011 09:10: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 p689A3jC083746 for ; Fri, 8 Jul 2011 09:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p689A3EQ083745; Fri, 8 Jul 2011 09:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 09:10:03 GMT Resent-Message-Id: <201107080910.p689A3EQ083745@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugene Mychlo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 634FF10656D2 for ; Fri, 8 Jul 2011 09:08:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 538678FC0A for ; Fri, 8 Jul 2011 09:08:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6898vXu005013 for ; Fri, 8 Jul 2011 09:08:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6898vHd005012; Fri, 8 Jul 2011 09:08:57 GMT (envelope-from nobody) Message-Id: <201107080908.p6898vHd005012@red.freebsd.org> Date: Fri, 8 Jul 2011 09:08:57 GMT From: Eugene Mychlo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158724: Update port: graphics/yed: new version 3.7.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 09:10:04 -0000 >Number: 158724 >Category: ports >Synopsis: Update port: graphics/yed: new version 3.7.0.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 09:10:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eugene Mychlo >Release: FreeBSD 8.2-RELEASE i386 >Organization: CJSC "RuTube" >Environment: FreeBSD qqq.tchk 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: New version 3.7.0.2 released >How-To-Repeat: >Fix: Patch attached with submission follows: diff -uNr yed.orig/Makefile yed/Makefile --- yed.orig/Makefile 2011-05-04 16:27:10.000000000 +0400 +++ yed/Makefile 2011-07-05 15:19:57.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= yed -PORTVERSION= 3.7 +PORTVERSION= 3.7.0.2 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} diff -uNr yed.orig/distinfo yed/distinfo --- yed.orig/distinfo 2011-05-04 16:27:10.000000000 +0400 +++ yed/distinfo 2011-07-05 15:17:55.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (yEd-3.7.zip) = 67b61a7fbefba556f24d96ea6fda5940e4908ac2b325cb7c6216923705567791 -SIZE (yEd-3.7.zip) = 22855084 +SHA256 (yEd-3.7.0.2.zip) = 35e19b151040d818fe1d2b6ad394e709651951f3d236162a7acaf74a16fc1e83 +SIZE (yEd-3.7.0.2.zip) = 22879463 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 10:20:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78CB91065673 for ; Fri, 8 Jul 2011 10:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 532B58FC1C for ; Fri, 8 Jul 2011 10:20: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 p68AK1js048254 for ; Fri, 8 Jul 2011 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68AK1Cr048253; Fri, 8 Jul 2011 10:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 10:20:01 GMT Resent-Message-Id: <201107081020.p68AK1Cr048253@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81A6C1065672 for ; Fri, 8 Jul 2011 10:12:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA9A8FC08 for ; Fri, 8 Jul 2011 10:12:15 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 23AC258BD; Fri, 8 Jul 2011 18:11:55 +0800 (CST) Message-Id: <20110708101155.23AC258BD@sunpoet.net> Date: Fri, 8 Jul 2011 18:11:55 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: girgen@FreeBSD.org Subject: ports/158727: [PATCH] databases/p5-postgresql-plperl: fix build with Perl 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, 08 Jul 2011 10:20:01 -0000 >Number: 158727 >Category: ports >Synopsis: [PATCH] databases/p5-postgresql-plperl: fix build with Perl 5.14 >Confidential: no >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 Jul 08 10:20:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Jun 20 21:52:00 CST 2011 >Description: - Fix build with Perl 5.14 This patch is for PostgreSQL 8.2, 8.3, 8.4 and 9.0. PostgreSQL 9.1 has it already. Port maintainer (girgen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-postgresql-plperl.patch begins here --- Index: ports/databases/postgresql82-server/files/patch-src-plperl-plperl =================================================================== RCS file: ports/databases/postgresql82-server/files/patch-src-plperl-plperl diff -N ports/databases/postgresql82-server/files/patch-src-plperl-plperl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/databases/postgresql82-server/files/patch-src-plperl-plperl 8 Jul 2011 07:23:06 -0000 @@ -0,0 +1,28 @@ +Obtained from: http://archives.postgresql.org/pgsql-hackers/2011-04/msg01283.php +Reference: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod#GvCV()_and_GvGP()_are_no_longer_lvalues + +--- src/pl/plperl/plperl.c.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.c 2011-05-19 20:39:34.126713700 +0800 +@@ -687,7 +687,7 @@ + if (!isGV_with_GP(sv) || !GvCV(sv)) + continue; + SvREFCNT_dec(GvCV(sv)); /* free the CV */ +- GvCV(sv) = NULL; /* prevent call via GV */ ++ GvCV_set(sv, NULL); /* prevent call via GV */ + } + hv_clear(stash); + +--- src/pl/plperl/plperl.h.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.h 2011-05-19 20:39:34.127713548 +0800 +@@ -43,6 +43,11 @@ + #undef bool + #endif + ++/* supply GvCV_set if it's missing - ppport.h doesn't supply it, unfortunately */ ++#ifndef GvCV_set ++#define GvCV_set(gv, cv) (GvCV(gv) = cv) ++#endif ++ + /* routines from spi_internal.c */ + int spi_DEBUG(void); + int spi_LOG(void); Index: ports/databases/postgresql83-server/files/patch-src-plperl-plperl =================================================================== RCS file: ports/databases/postgresql83-server/files/patch-src-plperl-plperl diff -N ports/databases/postgresql83-server/files/patch-src-plperl-plperl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/databases/postgresql83-server/files/patch-src-plperl-plperl 8 Jul 2011 07:23:07 -0000 @@ -0,0 +1,28 @@ +Obtained from: http://archives.postgresql.org/pgsql-hackers/2011-04/msg01283.php +Reference: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod#GvCV()_and_GvGP()_are_no_longer_lvalues + +--- src/pl/plperl/plperl.c.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.c 2011-05-19 20:39:34.126713700 +0800 +@@ -685,7 +685,7 @@ + if (!isGV_with_GP(sv) || !GvCV(sv)) + continue; + SvREFCNT_dec(GvCV(sv)); /* free the CV */ +- GvCV(sv) = NULL; /* prevent call via GV */ ++ GvCV_set(sv, NULL); /* prevent call via GV */ + } + hv_clear(stash); + +--- src/pl/plperl/plperl.h.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.h 2011-05-19 20:39:34.127713548 +0800 +@@ -43,6 +43,11 @@ + #undef bool + #endif + ++/* supply GvCV_set if it's missing - ppport.h doesn't supply it, unfortunately */ ++#ifndef GvCV_set ++#define GvCV_set(gv, cv) (GvCV(gv) = cv) ++#endif ++ + /* routines from spi_internal.c */ + int spi_DEBUG(void); + int spi_LOG(void); Index: ports/databases/postgresql84-server/files/patch-src-plperl-plperl =================================================================== RCS file: ports/databases/postgresql84-server/files/patch-src-plperl-plperl diff -N ports/databases/postgresql84-server/files/patch-src-plperl-plperl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/databases/postgresql84-server/files/patch-src-plperl-plperl 8 Jul 2011 07:23:09 -0000 @@ -0,0 +1,28 @@ +Obtained from: http://archives.postgresql.org/pgsql-hackers/2011-04/msg01283.php +Reference: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod#GvCV()_and_GvGP()_are_no_longer_lvalues + +--- src/pl/plperl/plperl.c.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.c 2011-05-19 20:39:34.126713700 +0800 +@@ -700,7 +700,7 @@ + if (!isGV_with_GP(sv) || !GvCV(sv)) + continue; + SvREFCNT_dec(GvCV(sv)); /* free the CV */ +- GvCV(sv) = NULL; /* prevent call via GV */ ++ GvCV_set(sv, NULL); /* prevent call via GV */ + } + hv_clear(stash); + +--- src/pl/plperl/plperl.h.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.h 2011-05-19 20:39:34.127713548 +0800 +@@ -43,6 +43,11 @@ + #undef bool + #endif + ++/* supply GvCV_set if it's missing - ppport.h doesn't supply it, unfortunately */ ++#ifndef GvCV_set ++#define GvCV_set(gv, cv) (GvCV(gv) = cv) ++#endif ++ + /* routines from spi_internal.c */ + int spi_DEBUG(void); + int spi_LOG(void); Index: ports/databases/postgresql90-server/files/patch-src-plperl-plperl =================================================================== RCS file: ports/databases/postgresql90-server/files/patch-src-plperl-plperl diff -N ports/databases/postgresql90-server/files/patch-src-plperl-plperl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/databases/postgresql90-server/files/patch-src-plperl-plperl 8 Jul 2011 07:23:10 -0000 @@ -0,0 +1,28 @@ +Obtained from: http://archives.postgresql.org/pgsql-hackers/2011-04/msg01283.php +Reference: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod#GvCV()_and_GvGP()_are_no_longer_lvalues + +--- src/pl/plperl/plperl.c.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.c 2011-05-19 20:39:34.126713700 +0800 +@@ -874,7 +874,7 @@ + if (!isGV_with_GP(sv) || !GvCV(sv)) + continue; + SvREFCNT_dec(GvCV(sv)); /* free the CV */ +- GvCV(sv) = NULL; /* prevent call via GV */ ++ GvCV_set(sv, NULL); /* prevent call via GV */ + } + hv_clear(stash); + +--- src/pl/plperl/plperl.h.orig 2011-04-15 11:15:53.000000000 +0800 ++++ src/pl/plperl/plperl.h 2011-05-19 20:39:34.127713548 +0800 +@@ -42,6 +42,11 @@ + #undef bool + #endif + ++/* supply GvCV_set if it's missing - ppport.h doesn't supply it, unfortunately */ ++#ifndef GvCV_set ++#define GvCV_set(gv, cv) (GvCV(gv) = cv) ++#endif ++ + /* declare routines from plperl.c for access by .xs files */ + HV *plperl_spi_exec(char *, int); + void plperl_return_next(SV *); --- p5-postgresql-plperl.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 10:20:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDCB4106566B for ; Fri, 8 Jul 2011 10:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6A808FC0A for ; Fri, 8 Jul 2011 10:20: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 p68AK1N6048263 for ; Fri, 8 Jul 2011 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68AK1OL048262; Fri, 8 Jul 2011 10:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 10:20:01 GMT Resent-Message-Id: <201107081020.p68AK1OL048262@freefall.freebsd.org> 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 1D8AF106566B for ; Fri, 8 Jul 2011 10:13: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 0372A8FC1A for ; Fri, 8 Jul 2011 10:13: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 p68ADP0h015039 for ; Fri, 8 Jul 2011 10:13:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68ADPkL015035; Fri, 8 Jul 2011 10:13:25 GMT (envelope-from nobody) Message-Id: <201107081013.p68ADPkL015035@red.freebsd.org> Date: Fri, 8 Jul 2011 10:13:25 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158728: [UPDATE] devel/py-zope.exceptions: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 10:20:02 -0000 >Number: 158728 >Category: ports >Synopsis: [UPDATE] devel/py-zope.exceptions: update to 3.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 10:20:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 3.6.1 - exclude unneded implicit build dependencies - add USE_ZIP, since upstream switched to .zip distribution tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/py27-zope.exceptions-3.6.1.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-zope.exceptions.orig/Makefile py-zope.exceptions/Makefile --- py-zope.exceptions.orig/Makefile 2010-05-03 10:28:15.000000000 +0400 +++ py-zope.exceptions/Makefile 2011-07-08 13:46:17.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= zope.exceptions -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,10 @@ COMMENT= General Zope Exceptions BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USE_ZIP= yes .include diff -ruNa py-zope.exceptions.orig/distinfo py-zope.exceptions/distinfo --- py-zope.exceptions.orig/distinfo 2011-07-03 18:58:53.000000000 +0400 +++ py-zope.exceptions/distinfo 2011-07-08 13:46:20.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (zope.exceptions-3.6.0.tar.gz) = 4ad8604f944dc51ae21b1f398f69ce236de2dcec1ebb1c2ee230873d52ea9002 -SIZE (zope.exceptions-3.6.0.tar.gz) = 9713 +SHA256 (zope.exceptions-3.6.1.zip) = a6d0c50f8103b2e89bc6c606fe97ed84b0cbe09e08b8a537a8909ab712fbf3e6 +SIZE (zope.exceptions-3.6.1.zip) = 17881 diff -ruNa py-zope.exceptions.orig/pkg-plist py-zope.exceptions/pkg-plist --- py-zope.exceptions.orig/pkg-plist 2009-08-19 00:39:35.000000000 +0400 +++ py-zope.exceptions/pkg-plist 2011-07-08 13:58:05.000000000 +0400 @@ -8,7 +8,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/DEPENDENCIES.cfg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/__init__.pyo @@ -27,8 +26,8 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/tests/test_exceptionformatter.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/tests/test_exceptionformatter.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/tests/test_exceptionformatter.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions/tests @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/exceptions @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 10:20: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 5856E1065675 for ; Fri, 8 Jul 2011 10:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 319978FC13 for ; Fri, 8 Jul 2011 10:20: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 p68AK2Xo048300 for ; Fri, 8 Jul 2011 10:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68AK10L048288; Fri, 8 Jul 2011 10:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 10:20:02 GMT Resent-Message-Id: <201107081020.p68AK10L048288@freefall.freebsd.org> 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 5B2A4106567E for ; Fri, 8 Jul 2011 10:14: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 32A398FC1A for ; Fri, 8 Jul 2011 10:14: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 p68AEtKa028524 for ; Fri, 8 Jul 2011 10:14:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68AEtip028523; Fri, 8 Jul 2011 10:14:55 GMT (envelope-from nobody) Message-Id: <201107081014.p68AEtip028523@red.freebsd.org> Date: Fri, 8 Jul 2011 10:14:55 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158729: [UPDATE] devel/py-coverage: update to 3.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: Fri, 08 Jul 2011 10:20:02 -0000 >Number: 158729 >Category: ports >Synopsis: [UPDATE] devel/py-coverage: update to 3.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 10:20:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 3.5 - add license tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/py27-coverage-3.5.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-coverage.orig/Makefile py-coverage/Makefile --- py-coverage.orig/Makefile 2010-09-22 12:17:33.000000000 +0400 +++ py-coverage/Makefile 2011-07-08 13:01:29.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= coverage -PORTVERSION= 3.4 +PORTVERSION= 3.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,8 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= Code coverage measurement for Python +LICENSE= BSD + USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes diff -ruNa py-coverage.orig/distinfo py-coverage/distinfo --- py-coverage.orig/distinfo 2011-07-03 18:58:37.000000000 +0400 +++ py-coverage/distinfo 2011-07-08 12:58:47.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (coverage-3.4.tar.gz) = ac8a28fbe4a5d3ece87c731a9de08eaaa5357179856d43cb5c3756c709ff8e12 -SIZE (coverage-3.4.tar.gz) = 92121 +SHA256 (coverage-3.5.tar.gz) = b181d5ec72baf7478942fd600503d9f32bb525cfca413b1c73ebfa7ff1b95ae9 +SIZE (coverage-3.5.tar.gz) = 110687 diff -ruNa py-coverage.orig/pkg-plist py-coverage/pkg-plist --- py-coverage.orig/pkg-plist 2010-09-22 12:17:33.000000000 +0400 +++ py-coverage/pkg-plist 2011-07-08 13:04:01.000000000 +0400 @@ -50,8 +50,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/html.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/coverage_html.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/index.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/jquery-1.3.2.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/jquery-1.4.3.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/jquery.hotkeys.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/jquery.isonscreen.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/jquery.tablesorter.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/keybd_closed.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/keybd_open.png %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/pyfile.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/htmlfiles/style.css %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coverage/misc.py >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 10: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 4457F1065670; Fri, 8 Jul 2011 10:20:13 +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 1CC588FC13; Fri, 8 Jul 2011 10:20: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 p68AKCf3048960; Fri, 8 Jul 2011 10:20:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68AKCKC048949; Fri, 8 Jul 2011 10:20:12 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 10:20:12 GMT Message-Id: <201107081020.p68AKCKC048949@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158727: [PATCH] databases/p5-postgresql-plperl: fix build with Perl 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, 08 Jul 2011 10:20:13 -0000 Synopsis: [PATCH] databases/p5-postgresql-plperl: fix build with Perl 5.14 Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 10:20:12 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158727 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 10: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 B5C83106564A; Fri, 8 Jul 2011 10: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 8E3438FC24; Fri, 8 Jul 2011 10: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 p68AKItc049634; Fri, 8 Jul 2011 10: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 p68AKIx0049625; Fri, 8 Jul 2011 10:20:18 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 10:20:18 GMT Message-Id: <201107081020.p68AKIx0049625@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158728: [UPDATE] devel/py-zope.exceptions: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 10:20:18 -0000 Synopsis: [UPDATE] devel/py-zope.exceptions: update to 3.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 10: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=158728 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 10:20: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 0D85610656EA; Fri, 8 Jul 2011 10:20: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 DA10E8FC1C; Fri, 8 Jul 2011 10: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 p68AKNvG050452; Fri, 8 Jul 2011 10: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 p68AKNV4050442; Fri, 8 Jul 2011 10:20:23 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 10:20:23 GMT Message-Id: <201107081020.p68AKNV4050442@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158729: [UPDATE] devel/py-coverage: update to 3.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: Fri, 08 Jul 2011 10:20:24 -0000 Synopsis: [UPDATE] devel/py-coverage: update to 3.5 Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 10:20:23 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158729 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 11:40:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 274E2106566C for ; Fri, 8 Jul 2011 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00F028FC1B for ; Fri, 8 Jul 2011 11:40: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 p68Be0m4034224 for ; Fri, 8 Jul 2011 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68Be0GV034223; Fri, 8 Jul 2011 11:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 11:40:00 GMT Resent-Message-Id: <201107081140.p68Be0GV034223@freefall.freebsd.org> 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 EBF5D1065670 for ; Fri, 8 Jul 2011 11:35: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 C2CC48FC0A for ; Fri, 8 Jul 2011 11:35:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p68BZs2J069397 for ; Fri, 8 Jul 2011 11:35:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68BZsE6069396; Fri, 8 Jul 2011 11:35:54 GMT (envelope-from nobody) Message-Id: <201107081135.p68BZsE6069396@red.freebsd.org> Date: Fri, 8 Jul 2011 11:35:54 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158730: [UPDATE] devel/py-dexml: update to 0.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 11:40:01 -0000 >Number: 158730 >Category: ports >Synopsis: [UPDATE] devel/py-dexml: update to 0.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 11:40:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 0.4.2 - add license - fix whitespace nits in pkg-descr tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/py27-dexml-0.4.2.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-dexml.orig/Makefile py-dexml/Makefile --- py-dexml.orig/Makefile 2011-04-22 06:12:05.000000000 +0400 +++ py-dexml/Makefile 2011-07-08 15:22:29.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= dexml -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,9 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A dead-simple Object-XML mapper for Python +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes diff -ruNa py-dexml.orig/distinfo py-dexml/distinfo --- py-dexml.orig/distinfo 2011-04-22 06:12:05.000000000 +0400 +++ py-dexml/distinfo 2011-07-08 15:21:26.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (dexml-0.4.1.tar.gz) = d13b1986c92c0f26e973ff7c8234bc399d3f577cad689d5053d14514035b64a4 -SIZE (dexml-0.4.1.tar.gz) = 18002 +SHA256 (dexml-0.4.2.tar.gz) = 71f7100a67f766eb47689131e2acfb9e19c190d20885f5928cded88d0a3602ea +SIZE (dexml-0.4.2.tar.gz) = 23731 diff -ruNa py-dexml.orig/pkg-descr py-dexml/pkg-descr --- py-dexml.orig/pkg-descr 2010-01-03 11:13:38.000000000 +0300 +++ py-dexml/pkg-descr 2011-07-08 15:22:53.000000000 +0400 @@ -1,6 +1,6 @@ The dexml module takes the obvious mapping between XML tags and Python objects and lets you capture that as cleanly as possible. Loosely inspired by Django's ORM, you write simple class definitions -to define the expected structure of your XML document. +to define the expected structure of your XML document. -WWW: http://www.rfk.id.au/software/ +WWW: http://www.rfk.id.au/software/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 11: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 89B59106566C; Fri, 8 Jul 2011 11:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 614D58FC1D; Fri, 8 Jul 2011 11:40: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 p68BeB7u034781; Fri, 8 Jul 2011 11:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68BeBWC034772; Fri, 8 Jul 2011 11:40:11 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 11:40:11 GMT Message-Id: <201107081140.p68BeBWC034772@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158730: [UPDATE] devel/py-dexml: update to 0.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 11:40:11 -0000 Synopsis: [UPDATE] devel/py-dexml: update to 0.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 11:40:10 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158730 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 12: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 1CA0A106567D for ; Fri, 8 Jul 2011 12: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 76C008FC23 for ; Fri, 8 Jul 2011 12:10: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 p68CA1bQ060556 for ; Fri, 8 Jul 2011 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68CA1cf060555; Fri, 8 Jul 2011 12:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 12:10:01 GMT Resent-Message-Id: <201107081210.p68CA1cf060555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Schweikle Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACF05106566B for ; Fri, 8 Jul 2011 12:08:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9DA7E8FC19 for ; Fri, 8 Jul 2011 12:08:25 +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 p68C8OKt022666 for ; Fri, 8 Jul 2011 12:08:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68C8Oiv022665; Fri, 8 Jul 2011 12:08:24 GMT (envelope-from nobody) Message-Id: <201107081208.p68C8Oiv022665@red.freebsd.org> Date: Fri, 8 Jul 2011 12:08:24 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158731: byobu wants module "snack" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 12:10:11 -0000 >Number: 158731 >Category: ports >Synopsis: byobu wants module "snack" >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 12:10:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: FreeBSD 9-CURRENT >Organization: n.a. >Environment: FreeBSD yum.fritz.box 9.0-CURRENT FreeBSD 9.0-CURRENT #16: Thu Jul 7 05:37:38 CEST 2011 screen@yum.fritz.box:/usr/obj/usr/sr c/sys/YUM i386 >Description: After installing byobu ("portinstall byobu"), changing the shbang line from "/usr/bin/python" to "/usr/local/bin/python", then starting byobu-config, python tells about missing module: ! yum# byobu-config ! Traceback (most recent call last): ! File "/usr/local/bin/byobu-config", line 25, in ! import sys, os, os.path, time, string, commands, gettext, glob, snack ! ImportError: No module named snack I only found some audio package in ports "audio/snack". After installing it, the very same error. Looks like python doesn't find this module ... >How-To-Repeat: Install byobu, install audio/snack, run byobu-config >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 12: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 07D1A106566C for ; Fri, 8 Jul 2011 12: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 788128FC1E for ; Fri, 8 Jul 2011 12: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 p68CK4Xe070621 for ; Fri, 8 Jul 2011 12: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 p68CK4Ev070619; Fri, 8 Jul 2011 12:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 12:20:04 GMT Resent-Message-Id: <201107081220.p68CK4Ev070619@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Schweikle Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7E18106564A for ; Fri, 8 Jul 2011 12:14:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B89EA8FC12 for ; Fri, 8 Jul 2011 12:14:57 +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 p68CEvxC039073 for ; Fri, 8 Jul 2011 12:14:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68CEvbB039057; Fri, 8 Jul 2011 12:14:57 GMT (envelope-from nobody) Message-Id: <201107081214.p68CEvbB039057@red.freebsd.org> Date: Fri, 8 Jul 2011 12:14:57 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158732: byobu has shbang line "/usr/bin/python" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 12:20:06 -0000 >Number: 158732 >Category: ports >Synopsis: byobu has shbang line "/usr/bin/python" >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 Jul 08 12:20:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: FreeBSD 9-CURRENT >Organization: n.a. >Environment: FreeBSD yum.fritz.box 9.0-CURRENT FreeBSD 9.0-CURRENT #16: Thu Jul 7 05:37:38 CEST 2011 screen@yum.fritz.box:/usr/obj/usr/src/sys/YUM i386 >Description: INstall byobu, try running byobu. You'll receive error "unknown command". Looking into "/usr/local/bin/byobu" you'll find "#!/usr/bin/python". Change it to "#!/usr/local/bin/python" After the change byobu will work (but prints other errors, since some python moduldes are missing). >How-To-Repeat: Install byobu, call any of the installed scripts or programs >Fix: change all shbang-lines to read "#!/usr/local/bin/python" where "#!/usr/bin/python" or add a link from /usr/local/bin/python to /usr/bin/python. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 12:30: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 6A6D71065672 for ; Fri, 8 Jul 2011 12:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA348FC15 for ; Fri, 8 Jul 2011 12:30: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 p68CU2Bk078745 for ; Fri, 8 Jul 2011 12:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68CU1XC078740; Fri, 8 Jul 2011 12:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 12:30:01 GMT Resent-Message-Id: <201107081230.p68CU1XC078740@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Zane C.B." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41ED8106564A for ; Fri, 8 Jul 2011 12:29:16 +0000 (UTC) (envelope-from vvelox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id F1CDA8FC15 for ; Fri, 8 Jul 2011 12:29:15 +0000 (UTC) Received: from vixen42.vulpes.vvelox.net (unknown [192.168.14.1]) (Authenticated sender: vvelox) by vulpes.vvelox.net (Postfix) with ESMTPA id 9620E3F4C7 for ; Fri, 8 Jul 2011 07:30:04 -0500 (CDT) Message-Id: <1310128120.27474@vixen42.vulpes.vvelox.net> Date: Fri, 8 Jul 2011 07:28:40 -0500 From: "Zane C.B." To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/158733: Patch www/horde-base: Patch included to fix 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: Fri, 08 Jul 2011 12:30:03 -0000 >Number: 158733 >Category: ports >Synopsis: Patch www/horde-base: Patch included to fix 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: Fri Jul 08 12:30:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zane C.B. >Release: FreeBSD 8.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 8.2-PRERELEASE #0: Sun Feb 6 00:18:40 CST 2011 kitsune@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/vixen42 >Description: >How-To-Repeat: 1: try to use rpc.php 2: watch error log and see it throws a missing depedency error as below... [Fri Jul 08 12:22:28 2011] [error] [client 192.168.15.128] PHP Warning: include_once() [function.include]: Failed opening 'HTTP/WebDAV/Server.php' for inclusion (include_path='/usr/local/www/horde/lib:.:/usr/local/share/pear') in /usr/local/www/horde/lib/Horde/RPC/webdav.php on line 9 [Fri Jul 08 12:22:28 2011] [error] [client 192.168.15.128] PHP Fatal error: Class 'HTTP_WebDAV_Server' not found in /usr/local/www/horde/lib/Horde/RPC/webdav.php on line 81 3: Apply patch and enjoy... >Fix: --- www_horde-base_Makefile.diff begins here --- --- Makefile.orig 2011-07-08 07:23:17.146289405 -0500 +++ Makefile 2011-07-08 07:24:18.940791220 -0500 @@ -77,7 +77,8 @@ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ - ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema + ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema \ + ${PEARDIR}/HTTP/WebDAV/Server.php:${PORTSDIR}/www/pear-HTTP_WebDAV_Server CONFLICTS= horde-2.* --- www_horde-base_Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 12:30: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 23C96106564A; Fri, 8 Jul 2011 12:30: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 F044D8FC1A; Fri, 8 Jul 2011 12: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 p68CUF4E079821; Fri, 8 Jul 2011 12:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68CUFs7079810; Fri, 8 Jul 2011 12:30:15 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 12:30:15 GMT Message-Id: <201107081230.p68CUFs7079810@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158733: Patch www/horde-base: Patch included to fix 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: Fri, 08 Jul 2011 12:30:16 -0000 Synopsis: Patch www/horde-base: Patch included to fix missing dependency Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 12:30:14 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158733 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 14: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 8ED361065672 for ; Fri, 8 Jul 2011 14: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 4E6108FC15 for ; Fri, 8 Jul 2011 14: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 p68Ee3Vp004211 for ; Fri, 8 Jul 2011 14: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 p68Ee3kd004210; Fri, 8 Jul 2011 14:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 14:40:03 GMT Resent-Message-Id: <201107081440.p68Ee3kd004210@freefall.freebsd.org> 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 93591106564A for ; Fri, 8 Jul 2011 14:33: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 839318FC1C for ; Fri, 8 Jul 2011 14:33: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 p68EX4D8015260 for ; Fri, 8 Jul 2011 14:33:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68EX4FI015247; Fri, 8 Jul 2011 14:33:04 GMT (envelope-from nobody) Message-Id: <201107081433.p68EX4FI015247@red.freebsd.org> Date: Fri, 8 Jul 2011 14:33:04 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158735: [UPDATE] devel/py-distutils-extra: update to 2.28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 14:40:08 -0000 >Number: 158735 >Category: ports >Synopsis: [UPDATE] devel/py-distutils-extra: update to 2.28 >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 Jul 08 14:40:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - update to 2.28 tinderbuild log (8.2-RELEASE): http://happy-nation.by.ru/ports/tb/py27-distutils-extra-2.28.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-distutils-extra.orig/Makefile py-distutils-extra/Makefile --- py-distutils-extra.orig/Makefile 2011-06-27 13:21:22.000000000 +0400 +++ py-distutils-extra/Makefile 2011-07-08 18:14:22.000000000 +0400 @@ -6,9 +6,9 @@ # PORTNAME= distutils-extra -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= devel python -MASTER_SITES= http://launchpadlibrarian.net/72154966/ +MASTER_SITES= http://launchpadlibrarian.net/73619979/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} diff -ruNa py-distutils-extra.orig/distinfo py-distutils-extra/distinfo --- py-distutils-extra.orig/distinfo 2011-06-27 13:21:22.000000000 +0400 +++ py-distutils-extra/distinfo 2011-07-08 18:14:31.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (python-distutils-extra-2.27.tar.gz) = 02b28356e4c13c78040f83878606d5115dd28528355388961685a2f3f851a3e7 -SIZE (python-distutils-extra-2.27.tar.gz) = 26475 +SHA256 (python-distutils-extra-2.28.tar.gz) = 8c3f848a793573281949aac999371cb8fdadcc84f59d6f0bcc1d9328ab986b5f +SIZE (python-distutils-extra-2.28.tar.gz) = 26669 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 14:40: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 AEA39106566B; Fri, 8 Jul 2011 14:40: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 875398FC0A; Fri, 8 Jul 2011 14:40: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 p68EeIfe005335; Fri, 8 Jul 2011 14: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 p68EeIcZ005331; Fri, 8 Jul 2011 14:40:18 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 14:40:18 GMT Message-Id: <201107081440.p68EeIcZ005331@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158735: [UPDATE] devel/py-distutils-extra: update to 2.28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 14:40:18 -0000 Synopsis: [UPDATE] devel/py-distutils-extra: update to 2.28 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 14:40: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=158735 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 15:00: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 17503106566B for ; Fri, 8 Jul 2011 15:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E600B8FC12 for ; Fri, 8 Jul 2011 15:00: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 p68F07Kt021992 for ; Fri, 8 Jul 2011 15:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68F07Cj021991; Fri, 8 Jul 2011 15:00:07 GMT (envelope-from gnats) Date: Fri, 8 Jul 2011 15:00:07 GMT Message-Id: <201107081500.p68F07Cj021991@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Rodrigo OSORIO (ros)" Cc: Subject: Re: ports/158731: byobu wants module "snack" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Rodrigo OSORIO \(ros\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 15:00:08 -0000 The following reply was made to PR ports/158731; it has been noted by GNATS. From: "Rodrigo OSORIO (ros)" To: bug-followup@FreeBSD.org, tps@vr-web.de Cc: Subject: Re: ports/158731: byobu wants module "snack" Date: Fri, 8 Jul 2011 16:56:04 +0200 Hi, Apparently byobu relies on python-newt, a pyton binding to use newt library. The main project website is located at theis URL : http://www.python.org/pyvault/SRPMS/repodata/repoview/python-newt-0-0.52.0-2.html The application isn't in the ports for now. I quickly test it and python-newt compile in freebsd-8.2 AMD64 without too much effort - I tested the shared library install, static fails -. I'm not really python enthousiastic so I let a python expert fix this issue. Regards From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 16: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 F3B3B106566C for ; Fri, 8 Jul 2011 16:00: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 C04A38FC18 for ; Fri, 8 Jul 2011 16:00: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 p68G02a5077012 for ; Fri, 8 Jul 2011 16:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68G02nF077011; Fri, 8 Jul 2011 16:00:02 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 16:00:02 GMT Resent-Message-Id: <201107081600.p68G02nF077011@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CFD106566C for ; Fri, 8 Jul 2011 15:55:15 +0000 (UTC) (envelope-from dm@home3.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.freebsd.org (Postfix) with ESMTP id A87758FC08 for ; Fri, 8 Jul 2011 15:55:13 +0000 (UTC) Received: from home3.dinoex.sub.de (home3.dinoex.sub.de [194.45.71.20]) by uucp.dinoex.sub.de (8.14.4/8.14.4) with ESMTP id p68Frmkw094725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 8 Jul 2011 17:54:05 +0200 (CEST) (envelope-from dm@home3.dinoex.sub.de) Received: (from dm@localhost) by home3.dinoex.sub.de (8.14.4/8.14.4/Submit) id p68FrJj6025687; Fri, 8 Jul 2011 17:53:19 +0200 (CEST) (envelope-from dm) Message-Id: <201107081553.p68FrJj6025687@home3.dinoex.sub.de> Date: Fri, 8 Jul 2011 17:53:19 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158736: exp-run for png-1.5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 16:00:03 -0000 >Number: 158736 >Category: ports >Synopsis: exp-run for png-1.5.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 16:00:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 8.2-RELEASE >Organization: privat >Environment: >Description: Update to png-1.5.2, exp run needed. Please test the follwoing patch: http://people.freebsd.org/~dinoex/logs/png152-patch1 Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/png/Makefile,v retrieving revision 1.116 diff -u -r1.116 Makefile --- Makefile 8 Jul 2011 13:27:20 -0000 1.116 +++ Makefile 8 Jul 2011 15:49:46 -0000 @@ -6,10 +6,9 @@ # PORTNAME= png -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.5.2 CATEGORIES= graphics -MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}14/${PORTVERSION} +MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -19,25 +18,20 @@ MAKE_JOBS_SAFE= yes USE_XZ= yes +USE_CMAKE= yes USE_LDCONFIG= yes -MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd -ALL_TARGET= all libpng-config test -MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f -SHLIB_VER= 6 -MAKE_ENV= SHLIB_VER="${SHLIB_VER}" -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" +CMAKE_ARGS+= -DPNG_MAN_DIR:STRING=man MAN3= libpng.3 libpngpf.3 MAN5= png.5 -MANCOMPRESSED= maybe OPTIONS= APNG "Animated PNG support" On .include .if !defined(WITHOUT_APNG) || make(makesum) || defined(FETCH_ALL) -MASTER_SITES+= SF/lib${PORTNAME}-apng/libpng-master/${PORTVERSION}:apng +MASTER_SITES+= SF/lib${PORTNAME}-apng/libpng-devel/${PORTVERSION}:apng DISTFILES+= ${DISTNAME}-apng.patch.gz:apng EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif @@ -52,15 +46,31 @@ ${GZIP_CMD} -d ${WRKSRC}/${DISTNAME}-apng.patch.gz .endif +post-patch: + ${REINPLACE_CMD} \ + -e 's|RELEASE}.0|RELEASE}|' \ + -e 's|LIBDIR}/pkgconfig|LIBDIR}data/pkgconfig|' \ + ${WRKSRC}/CMakeLists.txt + +post-build: + @(cd ${BUILD_WRKSRC}; if ! ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} test; then \ + if [ x != x${BUILD_FAIL_MESSAGE} ] ; then \ + ${ECHO_MSG} "===> Compilation failed unexpectedly."; \ + (${ECHO_CMD} ${BUILD_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ + fi; \ + ${FALSE}; \ + fi) + pre-su-install: @${MKDIR} ${PREFIX}/include/libpng @${MKDIR} ${PREFIX}/libdata/pkgconfig post-install: - ${SED} -e 's|@PREFIX@|${PREFIX}|' ${WRKSRC}/scripts/libpng.pc.in \ - > ${WRKSRC}/scripts/libpng.pc - ${INSTALL_DATA} ${WRKSRC}/scripts/libpng.pc \ - ${PREFIX}/libdata/pkgconfig/libpng14.pc - ${LN} -sf libpng14.pc ${PREFIX}/libdata/pkgconfig/libpng.pc + ${INSTALL_DATA} ${WRKSRC}/pngpriv.h ${PREFIX}/include/libpng15/ + ${RMDIR} ${PREFIX}/include/libpng + ${RM} ${PREFIX}/libdata/pkgconfig/libpng.pc + ${LN} -sf libpng15.pc ${PREFIX}/libdata/pkgconfig/libpng.pc + ${RM} ${PREFIX}/lib/libpng15.so.15 + ${MV} ${PREFIX}/lib/libpng15.so.15.2 ${PREFIX}/lib/libpng15.so.15 .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/png/distinfo,v retrieving revision 1.59 diff -u -r1.59 distinfo --- distinfo 8 Jul 2011 13:27:20 -0000 1.59 +++ distinfo 8 Jul 2011 15:49:46 -0000 @@ -1,4 +1,4 @@ -SHA256 (libpng-1.4.5.tar.xz) = 3e57b75d11a013918da3a7529ec0229d4a82d3b1acde5de13fa371b9c3ac4275 -SIZE (libpng-1.4.5.tar.xz) = 545672 -SHA256 (libpng-1.4.5-apng.patch.gz) = 9ef8990ac71e8ba891b5baa396fbc54d2c55896209d8fa871144cc9db0ad9208 -SIZE (libpng-1.4.5-apng.patch.gz) = 10447 +SHA256 (libpng-1.5.2.tar.xz) = f2bb6be8202af630fc7615fe3ff529aeb45be6ceeb3ad459f94edbf4e01d1cae +SIZE (libpng-1.5.2.tar.xz) = 636256 +SHA256 (libpng-1.5.2-apng.patch.gz) = 7396cf3efab8295930df480c24e91eaadc1222afd3f74ba0b83ca57009a84f04 +SIZE (libpng-1.5.2-apng.patch.gz) = 10452 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/graphics/png/pkg-plist,v retrieving revision 1.28 diff -u -r1.28 pkg-plist --- pkg-plist 28 Mar 2010 06:37:33 -0000 1.28 +++ pkg-plist 8 Jul 2011 15:49:46 -0000 @@ -1,17 +1,20 @@ -@unexec rm -f %D/bin/libpng14-config bin/libpng-config -@exec ln -sf %f %D/bin/libpng14-config -include/libpng/png.h -@exec ln -sf libpng/%f %D/include/%f -@unexec rm -f %D/include/%f -include/libpng/pngconf.h -@exec ln -sf libpng/%f %D/include/%f -@unexec rm -f %D/include/%f -include/libpng/pngpriv.h +bin/libpng15-config +include/libpng15/png.h +include/libpng15/pngconf.h +include/libpng15/pnglibconf.h +include/libpng15/pngpriv.h +include/png.h +include/pngconf.h +include/pnglibconf.h lib/libpng.a lib/libpng.so -lib/libpng.so.%%SHLIB_VER%% -libdata/pkgconfig/libpng14.pc -@exec ln -sf %f %D/libdata/pkgconfig/libpng.pc -@unexec rm -f %D/libdata/pkgconfig/libpng.pc -@dirrm include/libpng +libdata/pkgconfig/libpng15.pc +libdata/pkgconfig/libpng.pc +lib/libpng/libpng15-release.cmake +lib/libpng/libpng15.cmake +lib/libpng15.a +lib/libpng15.so +lib/libpng15.so.15 +@dirrm lib/libpng +@dirrm include/libpng15 Index: files/patch-libpng.pc.in =================================================================== RCS file: /home/pcvs/ports/graphics/png/files/patch-libpng.pc.in,v retrieving revision 1.7 diff -u -r1.7 patch-libpng.pc.in --- files/patch-libpng.pc.in 23 Dec 2010 05:41:59 -0000 1.7 +++ files/patch-libpng.pc.in 8 Jul 2011 15:49:46 -0000 @@ -1,18 +0,0 @@ ---- scripts/libpng.pc.in.orig 2009-12-03 02:46:02.000000000 +0100 -+++ scripts/libpng.pc.in 2010-01-12 13:49:36.000000000 +0100 -@@ -1,10 +1,10 @@ --prefix=@prefix@ --exec_prefix=@exec_prefix@ --libdir=@libdir@ --includedir=@includedir@/libpng14 -+prefix=@PREFIX@ -+exec_prefix=${prefix} -+libdir=${exec_prefix}/lib -+includedir=${prefix}/include - - Name: libpng - Description: Loads and saves PNG files - Version: 1.4.5 --Libs: -L${libdir} -lpng14 -+Libs: -L${libdir} -lpng -lz -lm - Cflags: -I${includedir} Index: files/patch-makefile.freebsd =================================================================== RCS file: /home/pcvs/ports/graphics/png/files/patch-makefile.freebsd,v retrieving revision 1.3 diff -u -r1.3 patch-makefile.freebsd --- files/patch-makefile.freebsd 4 Jan 2011 06:15:59 -0000 1.3 +++ files/patch-makefile.freebsd 8 Jul 2011 15:49:46 -0000 @@ -1,5 +1,5 @@ ---- scripts/makefile.freebsd.orig 2010-01-03 06:05:38.000000000 +0100 -+++ scripts/makefile.freebsd 2010-01-18 13:25:13.000000000 +0100 +--- scripts/makefile.freebsd.orig 2011-01-06 14:02:38.000000000 +0100 ++++ scripts/makefile.freebsd 2011-01-07 11:16:17.000000000 +0100 @@ -11,17 +11,17 @@ LIB= png SHLIB_MAJOR= ${SHLIB_VER} @@ -14,7 +14,7 @@ -LIBDIR= /lib +#DESTDIR= ${PREFIX} +LIBDIR= ${PREFIX}/lib - INCS= png.h pngconf.h pngpriv.h + INCS= png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h -INCSDIR= /include/libpng +INCSDIR= ${PREFIX}/include/libpng INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk @@ -22,9 +22,9 @@ -MANDIR= /man/man +MANDIR= ${PREFIX}/man/man SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \ - libpng/pngconf.h ${INCSDIR}/../pngconf.h - LDADD+= -lm -lz -@@ -45,4 +45,22 @@ + libpng/pngconf.h ${INCSDIR}/../pngconf.h \ + libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h +@@ -50,4 +50,22 @@ writelock: chmod a-w *.[ch35] $(DOCS) scripts/* @@ -44,6 +44,6 @@ +beforeinstall: libpng-config + ${BSD_INSTALL_SCRIPT} \ + libpng-config ${PREFIX}/bin -+ ln -sf libpng-config ${PREFIX}/bin/libpng14-config ++ ln -sf libpng-config ${PREFIX}/bin/libpng15-config + .include >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 16:40:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2376A106566B for ; Fri, 8 Jul 2011 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0C238FC0C for ; Fri, 8 Jul 2011 16:40: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 p68Ge0B8020057 for ; Fri, 8 Jul 2011 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68Ge07M020056; Fri, 8 Jul 2011 16:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 16:40:00 GMT Resent-Message-Id: <201107081640.p68Ge07M020056@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scot Hetzel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9B75106564A for ; Fri, 8 Jul 2011 16:39: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 A8F838FC12 for ; Fri, 8 Jul 2011 16:39: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 p68GdLqO045005 for ; Fri, 8 Jul 2011 16:39:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68GdLjh045004; Fri, 8 Jul 2011 16:39:21 GMT (envelope-from nobody) Message-Id: <201107081639.p68GdLjh045004@red.freebsd.org> Date: Fri, 8 Jul 2011 16:39:21 GMT From: Scot Hetzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158737: deskutils/ical: Allow ical to depend on any version to tk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 16:40:01 -0000 >Number: 158737 >Category: ports >Synopsis: deskutils/ical: Allow ical to depend on any version to tk >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 Jul 08 16:40:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Scot Hetzel >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD vbox.hetzel.local 9.0-CURRENT FreeBSD9.0-CURRENT#4 r218985:220965M: Sat Apr 23 01:58:28 UTC 2011 >Description: Currently, ical has a hard dependancy on tk84, change the port to use USE_TK to allow it to depend on any version of tk. >How-To-Repeat: Install tk 8.5 cd /usr/ports/deskutils/ical make install Port will install tk 8.4. >Fix: The attached patch allows the port to depend on any version of tk. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/ical/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- Makefile 9 Apr 2008 13:41:58 -0000 1.38 +++ Makefile 8 Jul 2011 11:11:13 -0000 @@ -9,20 +9,20 @@ PORTNAME= ical PORTVERSION= 2.2 PORTREVISION= 3 -CATEGORIES= deskutils tk +CATEGORIES?= deskutils tk MASTER_SITES= ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ -MAINTAINER= obrien@FreeBSD.org -COMMENT= A calendar application +MAINTAINER?= obrien@FreeBSD.org +COMMENT?= A calendar application -LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +USE_TK= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.4 \ - --with-tclhdir=${PREFIX}/include/tcl8.4 \ - --with-tclsh=${PREFIX}/bin/tclsh8.4 \ - --with-tkconfig=${PREFIX}/lib/tk8.4 \ - --with-tkhdir=${PREFIX}/include/tk8.4 +CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \ + --with-tclhdir=${TCL_INCLUDEDIR} \ + --with-tclsh=${TCLSH} \ + --with-tkconfig=${TK_LIBDIR} \ + --with-tkhdir=${TK_INCLUDEDIR} MAN1= ical.1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 16: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 3856E106568A; Fri, 8 Jul 2011 16:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 100498FC14; Fri, 8 Jul 2011 16:40: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 p68GeAvS020541; Fri, 8 Jul 2011 16:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68GeA70020534; Fri, 8 Jul 2011 16:40:10 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 16:40:10 GMT Message-Id: <201107081640.p68GeA70020534@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obrien@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158737: deskutils/ical: Allow ical to depend on any version to tk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 16:40:11 -0000 Synopsis: deskutils/ical: Allow ical to depend on any version to tk Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 16:40:10 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158737 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 17:00: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 53BA51065670 for ; Fri, 8 Jul 2011 17:00: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 283708FC20 for ; Fri, 8 Jul 2011 17:00: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 p68H02ne037431 for ; Fri, 8 Jul 2011 17:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68H02Jd037430; Fri, 8 Jul 2011 17:00:02 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 17:00:02 GMT Resent-Message-Id: <201107081700.p68H02Jd037430@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scot Hetzel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 529D91065673 for ; Fri, 8 Jul 2011 16:50:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 28EB58FC0A for ; Fri, 8 Jul 2011 16:50:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p68GojL2062779 for ; Fri, 8 Jul 2011 16:50:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68Goj67062778; Fri, 8 Jul 2011 16:50:45 GMT (envelope-from nobody) Message-Id: <201107081650.p68Goj67062778@red.freebsd.org> Date: Fri, 8 Jul 2011 16:50:45 GMT From: Scot Hetzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158738: japanese/ical X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 17:00:02 -0000 >Number: 158738 >Category: ports >Synopsis: japanese/ical >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 Jul 08 17:00:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Scot Hetzel >Release: 9.0-CURRENT >Organization: >Environment: >Description: ical fails to build on 9.0-CURRENT due to it depends on an older version of tk/tcl 8.0 patched for the japanese language that is marked broken on 9.0-CURRENT. >How-To-Repeat: Try to build the port on a 9.0-CURRENT system: cd /usr/ports/japanese/ical make build >Fix: In my research, it looks like tk/tcl 8.1+ has native support for other languages (including japanese). If this is correct, the attached patch changes the dependancy from japanese/tk80 to any available tk/tcl. The attached patch also makes the japanese/ical port a slave port of the deskutils/ical port. This patch also depends on PR 158737 for the deskutils/ical port. http://www.freebsd.org/cgi/query-pr.cgi?pr=158737 Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/ical/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 28 Oct 2010 21:00:13 -0000 1.10 +++ Makefile 8 Jul 2011 11:17:06 -0000 @@ -6,13 +6,9 @@ # PORTNAME= ical -PORTVERSION= 2.2 -PORTREVISION= 2 + +PORTREVISION= 3 CATEGORIES= japanese deskutils tk -MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ - ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \ - ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \ - ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/ PATCH_SITES= http://www-jlc.kek.jp/~fujiik/mklinux/Packages/dr3/JRPMS/ical/SOURCES/ PATCHFILES= ical-2.2-jp1.patch @@ -21,21 +17,9 @@ MAINTAINER= mutoh@openedu.org COMMENT= A calendar application (Japanese) -LIB_DEPENDS= tk80jp:${PORTSDIR}/japanese/tk80 - EXTRA_PATCHES= ${.CURDIR}/files/patch-* MASTERDIR= ${.CURDIR}/../../deskutils/ical DISTINFO_FILE= ${.CURDIR}/distinfo -USE_XORG= x11 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ - --with-tclhdir=${PREFIX}/include/tcl8.0jp \ - --with-tclsh=${PREFIX}/bin/tclsh8.0jp \ - --with-tkconfig=${PREFIX}/lib/tk8.0jp \ - --with-tkhdir=${PREFIX}/include/tk8.0jp - -MAN1= ical.1 - -.include +.include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 17: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 780B01065670; Fri, 8 Jul 2011 17:00: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 4FE4C8FC13; Fri, 8 Jul 2011 17: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 p68H0RZn039369; Fri, 8 Jul 2011 17: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 p68H0R9M039355; Fri, 8 Jul 2011 17:00:27 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 17:00:27 GMT Message-Id: <201107081700.p68H0R9M039355@freefall.freebsd.org> To: swhetzel@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158738: japanese/ical X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 17:00:27 -0000 Synopsis: japanese/ical State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Jul 8 17:00:26 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158738 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 17:10: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 7A16A106566B for ; Fri, 8 Jul 2011 17:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BBAF8FC0C for ; Fri, 8 Jul 2011 17:10: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 p68HA3m0046358 for ; Fri, 8 Jul 2011 17:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68HA3nS046357; Fri, 8 Jul 2011 17:10:03 GMT (envelope-from gnats) Date: Fri, 8 Jul 2011 17:10:03 GMT Message-Id: <201107081710.p68HA3nS046357@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/158738: japanese/ical X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 17:10:03 -0000 The following reply was made to PR ports/158738; it has been noted by GNATS. From: Edwin Groothuis To: mutoh@openedu.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/158738: japanese/ical Date: Fri, 8 Jul 2011 17:00:23 UT Maintainer of japanese/ical, Please note that PR ports/158738 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/158738 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 18: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 D5AD71065672 for ; Fri, 8 Jul 2011 18: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 7ECE48FC0C for ; Fri, 8 Jul 2011 18:20: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 p68IK1KA012006 for ; Fri, 8 Jul 2011 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68IK1Qv012005; Fri, 8 Jul 2011 18:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 18:20:01 GMT Resent-Message-Id: <201107081820.p68IK1Qv012005@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pierre David Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A18F1065676 for ; Fri, 8 Jul 2011 18:15:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 790E38FC24 for ; Fri, 8 Jul 2011 18:15:45 +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 p68IFjBS023003 for ; Fri, 8 Jul 2011 18:15:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68IFj87023002; Fri, 8 Jul 2011 18:15:45 GMT (envelope-from nobody) Message-Id: <201107081815.p68IFj87023002@red.freebsd.org> Date: Fri, 8 Jul 2011 18:15:45 GMT From: Pierre David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158740: Postgresql-pltcl build with PostgreSQL 9.1 beta X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 18:20:10 -0000 >Number: 158740 >Category: ports >Synopsis: Postgresql-pltcl build with PostgreSQL 9.1 beta >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 Jul 08 18:20:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pierre David >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD biceps.ma.maison 9.0-CURRENT FreeBSD 9.0-CURRENT #27: Sun Jun 26 12:34:05 CEST 2011 pda@biceps:/usr/obj/usr/src/sys/BICEPS amd64 >Description: Build databases/postgresql-pltcl fails with PostgreSQL 9.1 ports >How-To-Repeat: # portinstall databases/postgresql91-server # portinstall postgresql-pltcl >Fix: Patch attached with submission follows: --- postgresql-pltcl/Makefile.bak 2011-06-03 14:08:02.515661925 +0200 +++ postgresql-pltcl/Makefile 2011-07-08 20:09:14.034581057 +0200 @@ -28,9 +28,9 @@ # Setting/finding PostgreSQL version we want. .if exists(${LOCALBASE}/bin/postmaster) -PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | ${SED} -n 's/.*PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' +PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | ${SED} -n 's/.*PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\).*/\1\2/p' .elif exists(${LOCALBASE}/bin/pg_config) -PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' +PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\).*/\1\2/p' .else PGSQL_VER= ${DEFAULT_PGSQL_VER} .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 19:13: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 16B4E1065672; Fri, 8 Jul 2011 19:13:45 +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 E1B098FC20; Fri, 8 Jul 2011 19:13: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 p68JDiYQ066112; Fri, 8 Jul 2011 19:13:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68JDias066108; Fri, 8 Jul 2011 19:13:44 GMT (envelope-from linimon) Date: Fri, 8 Jul 2011 19:13:44 GMT Message-Id: <201107081913.p68JDias066108@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158720: net-im/loudmouth prints lots of debug information X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 19:13:45 -0000 Old Synopsis: loudmouth prints lots of debug information New Synopsis: net-im/loudmouth prints lots of debug information Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 8 19:12:57 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158720 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 19:17: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 CCD21106564A; Fri, 8 Jul 2011 19:17:45 +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 A4C308FC15; Fri, 8 Jul 2011 19:17: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 p68JHjlE067044; Fri, 8 Jul 2011 19:17:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68JHjCV067040; Fri, 8 Jul 2011 19:17:45 GMT (envelope-from linimon) Date: Fri, 8 Jul 2011 19:17:45 GMT Message-Id: <201107081917.p68JHjCV067040@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158736: [exp-run] exp-run for png-1.5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 19:17:45 -0000 Old Synopsis: exp-run for png-1.5.2 New Synopsis: [exp-run] exp-run for png-1.5.2 Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 8 19:17:29 UTC 2011 Responsible-Changed-Why: for portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=158736 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 19:19: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 94DA0106566B; Fri, 8 Jul 2011 19:19:15 +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 6B59D8FC08; Fri, 8 Jul 2011 19:19: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 p68JJF9w067290; Fri, 8 Jul 2011 19:19:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68JJFtV067286; Fri, 8 Jul 2011 19:19:15 GMT (envelope-from linimon) Date: Fri, 8 Jul 2011 19:19:15 GMT Message-Id: <201107081919.p68JJFtV067286@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158740: databases/postgresql-pltcl build with PostgreSQL 9.1 beta X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 19:19:15 -0000 Old Synopsis: Postgresql-pltcl build with PostgreSQL 9.1 beta New Synopsis: databases/postgresql-pltcl build with PostgreSQL 9.1 beta Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 8 19:18:53 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158740 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 19:50: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 4CC041065670 for ; Fri, 8 Jul 2011 19:50: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 2901A8FC13 for ; Fri, 8 Jul 2011 19:50: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 p68JoER6095584 for ; Fri, 8 Jul 2011 19:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68JoEdO095583; Fri, 8 Jul 2011 19:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 19:50:14 GMT Resent-Message-Id: <201107081950.p68JoEdO095583@freefall.freebsd.org> 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 63B5B106564A for ; Fri, 8 Jul 2011 19:47: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 523798FC12 for ; Fri, 8 Jul 2011 19:47: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 p68JlW8R082764 for ; Fri, 8 Jul 2011 19:47:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68JlWtt082763; Fri, 8 Jul 2011 19:47:32 GMT (envelope-from nobody) Message-Id: <201107081947.p68JlWtt082763@red.freebsd.org> Date: Fri, 8 Jul 2011 19:47:32 GMT From: Jesse To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158741: port update: games/openssn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 19:50:14 -0000 >Number: 158741 >Category: ports >Synopsis: port update: games/openssn >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 Jul 08 19:50:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jesse >Release: 8.1 >Organization: RM >Environment: FreeBSD-8.1 32-bit >Description: Please find attached my patch to bring the games/openssn port up to date with the upstream project. Upstream website: http://openssn.sf.net >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/games/openssn/Makefile openssn/Makefile --- /usr/ports/games/openssn/Makefile 2011-06-26 04:43:46.000000000 -0300 +++ openssn/Makefile 2011-07-08 16:37:45.000000000 -0300 @@ -2,11 +2,11 @@ # Date created: 30, May 2011 # Whom: Jesse Smith # -# $FreeBSD: ports/games/openssn/Makefile,v 1.1 2011/06/26 07:43:46 miwi Exp $ +# $FreeBSD: $ # PORTNAME= openssn -PORTVERSION= 0.3 +PORTVERSION= 0.6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,6 +15,6 @@ USE_SDL= sdl gfx image USE_XORG= x11 xau xdmcp xext xmu xpm xxf86vm -WRKSRC= ${WRKDIR}/${PORTNAME}/src +WRKSRC= ${WRKDIR}/${PORTNAME} .include diff -ruN /usr/ports/games/openssn/distinfo openssn/distinfo --- /usr/ports/games/openssn/distinfo 2011-06-26 04:43:46.000000000 -0300 +++ openssn/distinfo 2011-07-08 16:42:51.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (openssn-0.3.tar.gz) = 10a0514a0d99f0a3b7343bba3eb56124c6f992ca030fce4d4ad9a9e018d6be04 -SIZE (openssn-0.3.tar.gz) = 1669161 +SHA256 (openssn-0.6.tar.gz) = c14b134ad96023add83b3b350516860c3755ed6058e7d9d9473ed4f4b0985916 +SIZE (openssn-0.6.tar.gz) = 5910349 diff -ruN /usr/ports/games/openssn/files/patch-sonar.cpp openssn/files/patch-sonar.cpp --- /usr/ports/games/openssn/files/patch-sonar.cpp 2011-06-26 04:43:46.000000000 -0300 +++ openssn/files/patch-sonar.cpp 1969-12-31 20:00:00.000000000 -0400 @@ -1,56 +0,0 @@ ---- ./sonar.cpp.orig 2011-05-29 21:42:19.000000000 -0300 -+++ ./sonar.cpp 2011-05-29 21:42:56.000000000 -0300 -@@ -366,7 +366,7 @@ - int relative_bearing = bearing_to_target - recipbearing; - if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; - if (!sensordeaf){ -- noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) abs((flowandambientnoise - RandInt(40))) , 0); -+ noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) fabs((flowandambientnoise - RandInt(40))) , 0); - DPixel(sonarscreen, nbp, 0, noisecolor); - } - else{ -@@ -407,7 +407,7 @@ - int relative_bearing = bearing_to_target - recipbearing; - if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; - if (!sensordeaf){ -- noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) abs((flowandambientnoise - RandInt(40))) , 0); -+ noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) fabs((flowandambientnoise - RandInt(40))) , 0); - DPixel(sonarscreen, nbp, 70, noisecolor); - } - else{ -@@ -448,7 +448,7 @@ - int relative_bearing = bearing_to_target - recipbearing; - if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; - if (!sensordeaf){ -- noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) abs((flowandambientnoise - RandInt(40))) , 0); -+ noisecolor=SDL_MapRGB(sonarscreen->format, 0,(int) fabs((flowandambientnoise - RandInt(40))) , 0); - DPixel(sonarscreen, nbp, 140, noisecolor); - } - else{ -@@ -507,7 +507,7 @@ - int relative_bearing = bearing_to_target - array_heading; - if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; - if(!sensordeaf){ -- noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)abs((flowandambientnoise - RandInt(40))), 0); -+ noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)fabs((flowandambientnoise - RandInt(40))), 0); - DPixel(towedarrayscreen, nbp, 0, noisecolor); - } - else{ -@@ -549,7 +549,7 @@ - int relative_bearing = bearing_to_target - array_heading; - if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; - if(!sensordeaf){ -- noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)abs((flowandambientnoise - RandInt(40))), 0); -+ noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)fabs((flowandambientnoise - RandInt(40))), 0); - DPixel(towedarrayscreen, nbp, 70, noisecolor); - } - else{ -@@ -589,7 +589,7 @@ - int relative_bearing = bearing_to_target - array_heading; - if(relative_bearing > 150 && relative_bearing < 210) sensordeaf = true; - if(!sensordeaf){ -- noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)abs((flowandambientnoise - RandInt(40))), 0); -+ noisecolor=SDL_MapRGB(towedarrayscreen->format, 0,(int)fabs((flowandambientnoise - RandInt(40))), 0); - DPixel(towedarrayscreen, nbp, 140, noisecolor); - } - else{ diff -ruN /usr/ports/games/openssn/pkg-plist openssn/pkg-plist --- /usr/ports/games/openssn/pkg-plist 2011-06-26 04:43:46.000000000 -0300 +++ openssn/pkg-plist 2011-07-08 16:40:51.000000000 -0300 @@ -1,7 +1,16 @@ bin/openssn share/games/openssn/data/font.dat +share/games/openssn/data/information.txt share/games/openssn/data/largefont.dat +share/games/openssn/data/mission0.dat +share/games/openssn/data/mission1.dat +share/games/openssn/data/mission2.dat +share/games/openssn/data/orders0.txt +share/games/openssn/data/orders1.txt +share/games/openssn/data/orders2.txt share/games/openssn/data/ships0.dat +share/games/openssn/data/ships1.dat +share/games/openssn/data/ships2.dat share/games/openssn/images/A13off.png share/games/openssn/images/A13on.png share/games/openssn/images/A23off.png @@ -31,6 +40,7 @@ share/games/openssn/images/blip.png share/games/openssn/images/centerbuttondown.png share/games/openssn/images/centerbuttonup.png +share/games/openssn/images/cutarray.png share/games/openssn/images/depthdownoff.png share/games/openssn/images/depthdownon.png share/games/openssn/images/depthupoff.png @@ -107,6 +117,9 @@ share/games/openssn/images/sonarup.png share/games/openssn/images/sphericaltowed.png share/games/openssn/images/styllus.png +share/games/openssn/images/sub_menu.png +share/games/openssn/images/sub_rising.png +share/games/openssn/images/sub_surfacing.png share/games/openssn/images/sweep0.png share/games/openssn/images/sweep1.png share/games/openssn/images/sweep10.png @@ -163,6 +176,14 @@ share/games/openssn/images/upbuttonup.png share/games/openssn/images/uppercrtoff.png share/games/openssn/images/uppercrton.png +share/games/openssn/ships/class1.shp +share/games/openssn/ships/class2.shp +share/games/openssn/ships/class3.shp +share/games/openssn/ships/class4.shp +share/games/openssn/ships/class5.shp +share/games/openssn/ships/class6.shp +share/games/openssn/ships/information.txt +@dirrm share/games/openssn/ships @dirrm share/games/openssn/images @dirrm share/games/openssn/data @dirrm share/games/openssn >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 20: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 F0D191065680 for ; Fri, 8 Jul 2011 20: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 C73DE8FC1A for ; Fri, 8 Jul 2011 20: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 p68KK8XU023179 for ; Fri, 8 Jul 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 p68KK8si023178; Fri, 8 Jul 2011 20:20:08 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 20:20:08 GMT Resent-Message-Id: <201107082020.p68KK8si023178@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pierre David Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2441E106566C for ; Fri, 8 Jul 2011 20:16: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 EF0A98FC14 for ; Fri, 8 Jul 2011 20:16: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 p68KGL3v036382 for ; Fri, 8 Jul 2011 20:16:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68KGLf0036381; Fri, 8 Jul 2011 20:16:21 GMT (envelope-from nobody) Message-Id: <201107082016.p68KGLf0036381@red.freebsd.org> Date: Fri, 8 Jul 2011 20:16:21 GMT From: Pierre David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158742: Upgrade database/pgtcl to 1.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 20:20:09 -0000 >Number: 158742 >Category: ports >Synopsis: Upgrade database/pgtcl to 1.9.0 >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: Fri Jul 08 20:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pierre David >Release: 9.0-CURRENT >Organization: >Environment: reeBSD biceps.ma.maison 9.0-CURRENT FreeBSD 9.0-CURRENT #27: Sun Jun 26 12:34:05 CEST 2011 pda@biceps:/usr/obj/usr/src/sys/BICEPS amd64 >Description: Please, upgrade databases/pgtcl from 1.8.0 to 1.9.0 release. Note: the download URL (http://sourceforge.net/projects/pgtclng/files/pgtclng/1.9.0/pgtcl1.9.0.tar.gz/download) is somewhat strange. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 20: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 147B5106567A for ; Fri, 8 Jul 2011 20: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 E43528FC23 for ; Fri, 8 Jul 2011 20: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 p68KUAPP031362 for ; Fri, 8 Jul 2011 20: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 p68KUA8Y031357; Fri, 8 Jul 2011 20:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 20:30:10 GMT Resent-Message-Id: <201107082030.p68KUA8Y031357@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Loic Pefferkorn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F37191065674 for ; Fri, 8 Jul 2011 20:24: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 C95308FC1C for ; Fri, 8 Jul 2011 20:24: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 p68KOeCv049219 for ; Fri, 8 Jul 2011 20:24:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68KOefu049202; Fri, 8 Jul 2011 20:24:40 GMT (envelope-from nobody) Message-Id: <201107082024.p68KOefu049202@red.freebsd.org> Date: Fri, 8 Jul 2011 20:24:40 GMT From: Loic Pefferkorn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158743: New port: devel/rubygem-clio : Make easier commandline parsing and console output X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 20:30:11 -0000 >Number: 158743 >Category: ports >Synopsis: New port: devel/rubygem-clio : Make easier commandline parsing and console output >Confidential: no >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 Jul 08 20:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Loic Pefferkorn >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD tic.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r221242M: Wed Jun 29 21:22:44 CEST 2011 root@tic.local:/usr/obj/usr/src/sys/LP amd64 >Description: Clio is a great way to build commandline tools. It provides an advanced options parser with a variety of notations suited to almost any perfered style, and provides a very rich and easy to use library for generating console output. WWW: http://clio.rubyforge.org # portlint -A looks fine. >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: # # rubygem-clio # rubygem-clio/distinfo # rubygem-clio/Makefile # rubygem-clio/pkg-descr # echo c - rubygem-clio mkdir -p rubygem-clio > /dev/null 2>&1 echo x - rubygem-clio/distinfo sed 's/^X//' >rubygem-clio/distinfo << 'ecd6e307d233b7df49cd9bab31bd28eb' XSHA256 (rubygem/clio-0.3.0.gem) = e4acb47f78d003905abf0f43c35270110e12176cff4228778eb953f0bc7425aa XSIZE (rubygem/clio-0.3.0.gem) = 33792 ecd6e307d233b7df49cd9bab31bd28eb echo x - rubygem-clio/Makefile sed 's/^X//' >rubygem-clio/Makefile << '7c064838195a22e148726dec3033d54d' X# New ports collection makefile for: rubygem-clio X# Date created: 2011-07-07 X# Whom: Loic Pefferkorn X# X# $FreeBSD$ X# X XPORTNAME= clio XPORTVERSION= 0.3.0 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= loic-freebsd@loicp.eu XCOMMENT= Make easier commandline parsing and console output X XLICENSE= GPLv3 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 7c064838195a22e148726dec3033d54d echo x - rubygem-clio/pkg-descr sed 's/^X//' >rubygem-clio/pkg-descr << '54b5aeac24ab5a7a235f4a5746d4af7d' XClio is a great way to build commandline tools. XIt provides an advanced options parser with a variety of notations Xsuited to almost any perfered style, and provides a very rich and easy to use Xlibrary for generating console output. X XWWW: http://clio.rubyforge.org 54b5aeac24ab5a7a235f4a5746d4af7d exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 20:30: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 73BF31065673; Fri, 8 Jul 2011 20:30:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8308FC15; Fri, 8 Jul 2011 20:30: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 p68KUNtj032332; Fri, 8 Jul 2011 20:30:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68KUNRm032322; Fri, 8 Jul 2011 20:30:23 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 20:30:23 GMT Message-Id: <201107082030.p68KUNRm032322@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158743: New port: devel/rubygem-clio : Make easier commandline parsing and console output X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 20:30:23 -0000 Synopsis: New port: devel/rubygem-clio : Make easier commandline parsing and console output Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 20:30:22 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=158743 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 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 638F2106567F for ; Fri, 8 Jul 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 8D5948FC19 for ; Fri, 8 Jul 2011 21: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 p68L0Nii060608 for ; Fri, 8 Jul 2011 21: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 p68L0N5v060603; Fri, 8 Jul 2011 21:00:23 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 21:00:23 GMT Resent-Message-Id: <201107082100.p68L0N5v060603@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikola Lecic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43F8106566C for ; Fri, 8 Jul 2011 20:56:35 +0000 (UTC) (envelope-from nl@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [204.109.61.206]) by mx1.freebsd.org (Postfix) with ESMTP id AD0BE8FC16 for ; Fri, 8 Jul 2011 20:56:35 +0000 (UTC) Received: from anthesphoria.net (anthesphoria.net [127.0.0.1] (may be forged)) by anthesphoria.net (8.14.4/8.14.4) with ESMTP id p68JaOa1066068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 8 Jul 2011 21:36:24 +0200 (CEST) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.4/8.14.4/Submit) id p68JaO0v066067; Fri, 8 Jul 2011 21:36:24 +0200 (CEST) (envelope-from nl) Message-Id: <201107081936.p68JaO0v066067@anthesphoria.net> Date: Fri, 8 Jul 2011 21:36:24 +0200 (CEST) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158744: [Maintainer] textproc/scim-kmfl-imengine: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikola Lecic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 21:00:25 -0000 >Number: 158744 >Category: ports >Synopsis: [Maintainer] textproc/scim-kmfl-imengine: fix pkg-plist >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 Jul 08 21:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mordor...ac.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor...ac.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: textproc/scim-kmfl-imengine: fix pkg-list >How-To-Repeat: >Fix: --- scim-kmfl-imengine-0.9.9_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 29 May 2011 13:28:23 -0000 1.16 +++ Makefile 4 Jul 2011 09:56:55 -0000 @@ -7,7 +7,7 @@ PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 29 May 2011 13:28:23 -0000 1.2 +++ pkg-plist 4 Jul 2011 09:55:31 -0000 @@ -4,7 +4,7 @@ lib/scim-1.0/1.4.0/SetupUI/kmfl_imengine_setup.a lib/scim-1.0/1.4.0/SetupUI/kmfl_imengine_setup.la lib/scim-1.0/1.4.0/SetupUI/kmfl_imengine_setup.so -share/scim/kmfl/icons/default.png +share/kmfl/icons/default.png @dirrmtry share/scim/kmfl/icons @dirrmtry share/scim/kmfl @dirrmtry share/scim --- scim-kmfl-imengine-0.9.9_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 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 7D11D106566B for ; Fri, 8 Jul 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 139EF8FC1B for ; Fri, 8 Jul 2011 21: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 p68L0NUQ060628 for ; Fri, 8 Jul 2011 21: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 p68L0NUJ060627; Fri, 8 Jul 2011 21:00:23 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 21:00:23 GMT Resent-Message-Id: <201107082100.p68L0NUJ060627@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikola Lecic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E8011065670 for ; Fri, 8 Jul 2011 20:56:36 +0000 (UTC) (envelope-from nl@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [204.109.61.206]) by mx1.freebsd.org (Postfix) with ESMTP id 051B88FC17 for ; Fri, 8 Jul 2011 20:56:35 +0000 (UTC) Received: from anthesphoria.net (anthesphoria.net [127.0.0.1] (may be forged)) by anthesphoria.net (8.14.4/8.14.4) with ESMTP id p68JamKr066128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 8 Jul 2011 21:36:48 +0200 (CEST) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.4/8.14.4/Submit) id p68JamUg066127; Fri, 8 Jul 2011 21:36:48 +0200 (CEST) (envelope-from nl) Message-Id: <201107081936.p68JamUg066127@anthesphoria.net> Date: Fri, 8 Jul 2011 21:36:48 +0200 (CEST) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158745: [Maintainer] textproc/kmfl-european-latin: Update to 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikola Lecic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 21:00:25 -0000 >Number: 158745 >Category: ports >Synopsis: [Maintainer] textproc/kmfl-european-latin: Update to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 21:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mordor...ac.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor...ac.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update kmfl-european-latin to 1.6. Since KMFL frontends currently don't support ICO files, I had to convert the icon to PNG. It seemed to me that the simplest way to ship that icon was to create a 280-bytes base64-encoded file and to install it using converters/base64 as BUILD_DEPENDS. >How-To-Repeat: >Fix: --- kmfl-european-latin-1.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/kmfl-european-latin/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 29 May 2011 13:28:24 -0000 1.6 +++ Makefile 8 Jul 2011 19:13:11 -0000 @@ -5,22 +5,21 @@ # $FreeBSD$ PORTNAME= kmfl-european-latin -PORTVERSION= 1.2 -PORTREVISION= 5 +PORTVERSION= 1.6 CATEGORIES= textproc -MASTER_SITES= http://eurolatin.keymankeyboards.com/ \ - http://anthesphoria.net/FreeBSD/ports/distfiles/ -DISTNAME= eurolatin-${PORTVERSION} +MASTER_SITES= http://www.tavultesoft.com/eurolatin/ \ + http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ +DISTNAME= eurolatin-source-${PORTVERSION} DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= Paneuropean Latin KMFL keyboard covering 42 languages +COMMENT= Paneuropean Latin KMFL keyboard covering 120 languages +BUILD_DEPENDS= base64:${PORTSDIR}/converters/base64 RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/EuroLatin\ Source\ Files USE_DOS2UNIX= european.kmn -NO_BUILD= yes USE_ZIP= yes DOCSDIR_REL= share/doc/kmfl/${PORTNAME} @@ -29,24 +28,25 @@ KMFL_ICONS_DIR= share/kmfl/icons PORTDOCS= * -DOCSLIST= eurolatin12.pdf european.html licence.txt readme.html \ - welcome.htm +DOCSLIST= EuroLatin\ Keyman\ Desktop\ Keyboard\ Files/eurolatin1.6.pdf \ + EuroLatin\ KeymanWeb\ Keyboard\ Files/european.html \ + licence.txt PLIST_FILES= ${KMFL_DIR}/european.kmn \ - ${KMFL_ICONS_DIR}/european.bmp \ - ${KMFL_ICONS_DIR}/latin.bmp \ - ${KMFL_ICONS_DIR}/latin.ico + ${KMFL_ICONS_DIR}/latin.png PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ ${KMFL_DIR} +do-build: + base64 -d ${FILESDIR}/latin.png.base64.txt > ${WRKSRC}/latin.png + do-install: ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${KMFL_DIR} - ${INSTALL_DATA} ${WRKSRC}/*.bmp ${WRKSRC}/*.ico \ - ${LOCALBASE}/${KMFL_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/latin.png ${LOCALBASE}/${KMFL_ICONS_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} for doc in ${DOCSLIST} ; do \ - ${INSTALL_DATA} ${WRKSRC}/$$doc ${DOCSDIR} ; \ + ${INSTALL_DATA} ${WRKSRC}/"$$doc" ${DOCSDIR} ; \ done .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/kmfl-european-latin/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 29 May 2011 13:28:24 -0000 1.3 +++ distinfo 1 Jul 2011 11:09:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (kmfl/eurolatin-1.2.zip) = 9a31983c240d1b3e46474a264e904b69dc3cc058eea25c7185e99af211454a77 -SIZE (kmfl/eurolatin-1.2.zip) = 362966 +SHA256 (kmfl/eurolatin-source-1.6.zip) = b036a615752fef85053c6092dd106a0c7a26c2c0e775a35752e811067488a23f +SIZE (kmfl/eurolatin-source-1.6.zip) = 379309 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/kmfl-european-latin/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 29 May 2011 13:28:24 -0000 1.2 +++ pkg-descr 8 Jul 2011 19:20:08 -0000 @@ -1,6 +1,8 @@ -This keyboard is designed to enable simple input of most Latin script -languages, including all major European Latin-script languages. The -keyboard is written in KMN Keyboard Language by the KMN language +This keyboard is designed to enable simple input in all European +languages which use Latin-script, and in most Latin-script languages +from the rest of the world. + +The keyboard is written in KMN Keyboard Language by the KMN language developer, Tavultesoft (http://www.tavultesoft.com). The keyboard uses punctuation and letter keys in sequence to access diacritic and other letters. @@ -8,7 +10,7 @@ This port installs the keyboard so that it can be used through SCIM or IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). -Some of the supported languages include: Afrikaans, Albanian, +It currently covers 120 languages including: Afrikaans, Albanian, Balearic, Basque, Breton, Catalan, Croatian, Czech, Danish, Dutch, Esperanto, Estonian, Faroese, Finnish, French, Gaelic, Galician, German, Hungarian, Icelandic, Inuktitut, Italian, Kashubian, Ladin, Index: files/latin.png.base64.txt =================================================================== RCS file: files/latin.png.base64.txt diff -N files/latin.png.base64.txt --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/latin.png.base64.txt 4 Jul 2011 11:11:04 -0000 @@ -0,0 +1,4 @@ +iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAAXNSR0IArs4c6QAAABJQTFRF +AAAAmZmZMzMzzMzM////AAD/sMjm5wAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCa +nBgAAAAHdElNRQfbBwQLCiat2I+dAAAANUlEQVQI12NwgQIGTEYoFCBEVBAMIyMlJycnIENF +RcXJSQjIUAIxlGAiRgxAPojhhM9ADAYABhEf6VLLpPsAAAAASUVORK5CYII= Index: files/patch-european.kmn =================================================================== RCS file: /home/ncvs/ports/textproc/kmfl-european-latin/files/patch-european.kmn,v retrieving revision 1.2 diff -u -r1.2 patch-european.kmn --- files/patch-european.kmn 24 Jul 2010 06:43:26 -0000 1.2 +++ files/patch-european.kmn 8 Jul 2011 19:20:53 -0000 @@ -1,13 +1,15 @@ ---- european.kmn.orig 2010-06-29 10:41:38.000000000 +0000 -+++ european.kmn 2010-06-29 10:42:30.000000000 +0000 -@@ -5,15 +5,15 @@ +--- european.kmn 2011-07-04 13:23:20.000000000 +0200 ++++ european.kmn 2011-07-04 13:23:10.000000000 +0200 +@@ -4,18 +4,18 @@ + c http://www.tavultesoft.com/forums/category.php?ForumSourceID=1&SourceID=348 VERSION 7.0 - NAME "European Latin" +-store(&NAME) 'EuroLatin Keyboard' -store(&BITMAP) 'latin.ico' -+store(&BITMAP) 'latin.bmp' - store(©RIGHT) 'Copyright (C) 1994-2008 Tavultesoft Pty Ltd' - ++store(&NAME) 'European Latin Keyboard 1.6' ++store(&BITMAP) 'latin.png' + store(©RIGHT) 'Copyright (C) 1994-2011 Tavultesoft Pty Ltd' + store(&mnemoniclayout) '1' c KeymanWeb-specific header statements @@ -16,15 +18,18 @@ -store(&KMW_EmbedJS) 'european_js.txt' +c store(&KMW_HelpFile) 'european.html' +c store(&KMW_EmbedJS) 'european_js.txt' + store(ÐNOLOGUECODE) 'aae acf act afr aig ale aln als arg ast bah bar bch bda bgx bis bjs bjt ble bos bre bsc bzj bzk cae cat ces cim cks cor cos cou cqu crh crs csb csk cwt cym dan deu drt dsb dyo eja eml ems eng epo esi esk ess est esu eus ext fao fap fax ffm fil fin fit fkv fly fra frc frk frp frr frs fry fub fuc fue fuf fuh fui ful fuq fur fuv gag gaz gcf gcl gcr gct geh ghc gla gle glg glv gos gsl gsw gul gyn hat hbs hhr hrv hsb hun hwc icr ikt ipk isl ist ita jam jut kal kea kmv knf kqe krl krx ksh ktu lad lat lav lij lim lit liv lld lmo lou ltz lud mey mfe mfv mhn mkw mlo mlt mwl nap nde nds ndv nld nor oci olo oor pap pbo pbp pcd pdc pdt pfl pis pms pol por prg qub qud que quf qug quh quk qul qup qur qus quw qux quy quz qva qvc qve qvh qvi qvj qvl qvm qvn qvo qvp qvs qvw qvz qwa qwc qwh qws qxa qxc qxh qxl qxn qxo qxp qxr qxt qxu qxw rcf rmc rmf rmn rmo rmw rmy roh rom ron rop ruo rup ruq sag sav scn sco sdc sdn sdt sdz sia sje sjt sju sli slk slv sma sme smj smn! sms snf snj spa spq sqi src srm srn sro srp srr ssw stl stq svc swe swg swh sxu szl tch tcs tgh tgl tpi trf tuk tur twd vec vel vep vic vls vmf vot wae wep wln wof wol wym xav xho yor zaa zab zac zad zae zaf zai zam zao zap zaq zar zas zat zav zaw zax zca zch zea zeh zgb zgm zgn zha zhd zhn zlj zln zlq zoo zpa zpb zpc zpd zpe zpf zpg zph zpi zpj zpk zpl zpm zpn zpo zpp zpq zpr zps zpt zpu zpv zpw zpx zpy zpz zqe zrp zsr zte ztg ztl ztm ztn ztp ztq zts ztt ztu ztx zty zul zyb zyg zyj zyn grn nhd gui gun gug gnw' +-store(&WINDOWSLANGUAGES) 'x0436 x041C x0484 x042C x042D x0813 x080C x0414 x141A x0416 x047E x0403 x0483 x041A x041A x0405 x0406 x0413 x0C09 x2809 x1009 x4009 x1809 x2009 x4409 x1409 x4809 x1C09 x2409 x3409 x0809 x0409 x2C09 x3009 x0425 x0438 x040B x0C0C x140C x180C x100C x0462 x040C x083C x0456 x0C07 x1407 x1007 x0807 x0407 x046F x040E x040F x0810 x0410 x043F x0426 x0427 x082E x046E x043A x0481 x047C x0814 x0482 x0415 x0816 x046B x086B x0C6B x0417 x0418 x243B x103B x143B x0C3B x043B x083B x183B x1C3B x181A x081A x041B x0424 x0C0A x2C0A x400A x340A x240A x140A x300A x440A x100A x480A x080A x4C0A x180A x3C0A x280A x500A x1C0A x380A x540A x200A x040A x0441 x081D x041D x041F x0422 x0452 x0488 x0434 x046A x0435' ++c store(&WINDOWSLANGUAGES) 'x0436 x041C x0484 x042C x042D x0813 x080C x0414 x141A x0416 x047E x0403 x0483 x041A x041A x0405 x0406 x0413 x0C09 x2809 x1009 x4009 x1809 x2009 x4409 x1409 x4809 x1C09 x2409 x3409 x0809 x0409 x2C09 x3009 x0425 x0438 x040B x0C0C x140C x180C x100C x0462 x040C x083C x0456 x0C07 x1407 x1007 x0807 x0407 x046F x040E x040F x0810 x0410 x043F x0426 x0427 x082E x046E x043A x0481 x047C x0814 x0482 x0415 x0816 x046B x086B x0C6B x0417 x0418 x243B x103B x143B x0C3B x043B x083B x183B x1C3B x181A x081A x041B x0424 x0C0A x2C0A x400A x340A x240A x140A x300A x440A x100A x480A x080A x4C0A x180A x3C0A x280A x500A x1C0A x380A x540A x200A x040A x0441 x081D x041D x041F x0422 x0452 x0488 x0434 x046A x0435' begin Unicode > use(Main) -@@ -70,7 +70,7 @@ - store(ringO) 'åÅůŮ' - store(ringK) 'aAuU' - +@@ -98,7 +98,7 @@ + '=' dk(1) + "'" > U+A78C c Lowercase Saltillo + '=' dk(1) + '"' > U+A78B c Uppercase Saltillo + -c \ +c backslash - store(specialO) 'ĸʼnſÃðØø¡¦§¨©ª¬­®¯°±²³´µ¶·¸¹º¿×÷†‡‰–—•' - store(specialK) "knsDdOo!|S:cf~-r_*+23'uP.,1m?x/tT%NM>" + store(specialO) '©ÃðÆɛªǤǥĸ—º–ʼnØø¶℗®§ſ‡†µ×¡¦¨¬­¯°±´·¸¿÷‰•¹²³â´âµâ¶â·â¸â¹â°' + store(specialK) "cDdEefGgkMmNnOoPprSsTtux!|:~-_*+'.,?/%>1234567890" --- kmfl-european-latin-1.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 21: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 1EE251065674 for ; Fri, 8 Jul 2011 21:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC1198FC1A for ; Fri, 8 Jul 2011 21: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 p68Lo8Qw007157 for ; Fri, 8 Jul 2011 21: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 p68Lo8n9007156; Fri, 8 Jul 2011 21:50:08 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 21:50:08 GMT Resent-Message-Id: <201107082150.p68Lo8n9007156@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Loic Pefferkorn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5169F106564A for ; Fri, 8 Jul 2011 21:47: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 42A048FC12 for ; Fri, 8 Jul 2011 21:47: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 p68LlTM5095772 for ; Fri, 8 Jul 2011 21:47:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68LlTe3095771; Fri, 8 Jul 2011 21:47:29 GMT (envelope-from nobody) Message-Id: <201107082147.p68LlTe3095771@red.freebsd.org> Date: Fri, 8 Jul 2011 21:47:29 GMT From: Loic Pefferkorn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158746: [UPDATE] devel/rubygem-trollop: update to 1.16.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 21:50:09 -0000 >Number: 158746 >Category: ports >Synopsis: [UPDATE] devel/rubygem-trollop: update to 1.16.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 21:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Loic Pefferkorn >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD tic.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r221242M: Wed Jun 29 21:22:44 CEST 2011 root@tic.local:/usr/obj/usr/src/sys/LP amd64 >Description: Hello, Here is a patch to update devel/rubygem-trollop to 1.16.2 Changelog: http://masanjin.net/blog/trollop-1.16.2-released Thanks ! >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN rubygem-trollop.orig/Makefile rubygem-trollop/Makefile --- rubygem-trollop.orig/Makefile 2011-07-08 23:41:07.000000000 +0200 +++ rubygem-trollop/Makefile 2011-07-08 22:54:46.000000000 +0200 @@ -2,11 +2,11 @@ # Date created: 06/01/2009 # Whom: Dennis Herrmann # -# $FreeBSD: ports/devel/rubygem-trollop/Makefile,v 1.10 2010/08/11 09:20:15 dhn Exp $ +# $FreeBSD$ # PORTNAME= trollop -PORTVERSION= 1.16 +PORTVERSION= 1.16.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff -ruN rubygem-trollop.orig/distinfo rubygem-trollop/distinfo --- rubygem-trollop.orig/distinfo 2011-07-08 23:41:07.000000000 +0200 +++ rubygem-trollop/distinfo 2011-07-08 22:54:22.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (rubygem/trollop-1.16.gem) = cc78650a82995b530eeb0cb01dee1bbeeb2808df22f610df7439ca906bc9ec68 -SIZE (rubygem/trollop-1.16.gem) = 21504 +SHA256 (rubygem/trollop-1.16.2.gem) = 8f96479851ce7c5b6c33dcce2ed13d34e5786f2b22bde4e680c608de40ba393b +SIZE (rubygem/trollop-1.16.2.gem) = 22016 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 21: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 D51AD1065673; Fri, 8 Jul 2011 21: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 AEA6D8FC16; Fri, 8 Jul 2011 21: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 p68LoJdH007684; Fri, 8 Jul 2011 21: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 p68LoJQm007675; Fri, 8 Jul 2011 21:50:19 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 21:50:19 GMT Message-Id: <201107082150.p68LoJQm007675@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158746: [UPDATE] devel/rubygem-trollop: update to 1.16.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 21:50:19 -0000 Synopsis: [UPDATE] devel/rubygem-trollop: update to 1.16.2 Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 21:50:19 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158746 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 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 3FDC91065672 for ; Fri, 8 Jul 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 6F65C8FC13 for ; Fri, 8 Jul 2011 22: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 p68MK6Nk034688 for ; Fri, 8 Jul 2011 22: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 p68MK6QT034687; Fri, 8 Jul 2011 22:20:06 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 22:20:06 GMT Resent-Message-Id: <201107082220.p68MK6QT034687@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Loic Pefferkorn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D709106564A for ; Fri, 8 Jul 2011 22:14: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 D8A888FC08 for ; Fri, 8 Jul 2011 22:14:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p68MEw5n048417 for ; Fri, 8 Jul 2011 22:14:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68MEwZY048416; Fri, 8 Jul 2011 22:14:58 GMT (envelope-from nobody) Message-Id: <201107082214.p68MEwZY048416@red.freebsd.org> Date: Fri, 8 Jul 2011 22:14:58 GMT From: Loic Pefferkorn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158747: New port: textproc/rubygem-heredoc_unindent : Removes common margin from indented strings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 22:20:11 -0000 >Number: 158747 >Category: ports >Synopsis: New port: textproc/rubygem-heredoc_unindent : Removes common margin from indented strings >Confidential: no >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 Jul 08 22:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Loic Pefferkorn >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD tic.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r221242M: Wed Jun 29 21:22:44 CEST 2011 root@tic.local:/usr/obj/usr/src/sys/LP amd64 >Description: Hello, Here the shar file for this new port. Thanks ! This gem removes common margin from indented strings, such as the ones produced by indented heredocs. In other words, it strips out leading whitespace chars at the beggining of each line, but only as much as the line with the smallest margin. http://rubygems.org/gems/heredoc_unindent >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: # # rubygem-heredoc_unindent # rubygem-heredoc_unindent/pkg-descr # rubygem-heredoc_unindent/distinfo # rubygem-heredoc_unindent/Makefile # echo c - rubygem-heredoc_unindent mkdir -p rubygem-heredoc_unindent > /dev/null 2>&1 echo x - rubygem-heredoc_unindent/pkg-descr sed 's/^X//' >rubygem-heredoc_unindent/pkg-descr << 'dcb4fde110b5f678e1a13c1d699806f6' XThis gem removes common margin from indented strings, such as the ones produced Xby indented heredocs. In other words, it strips out leading whitespace chars Xat the beggining of each line, but only as much as the line with the Xsmallest margin. X XWWW: http://rubygems.org/gems/heredoc_unindent dcb4fde110b5f678e1a13c1d699806f6 echo x - rubygem-heredoc_unindent/distinfo sed 's/^X//' >rubygem-heredoc_unindent/distinfo << 'f8a88d45e8eee074414782882fec0a4d' XSHA256 (rubygem/heredoc_unindent-1.1.2.gem) = 698fea6db6d871f34f94498da8bf6e29330792a4f114f87136579fc63586f5ed XSIZE (rubygem/heredoc_unindent-1.1.2.gem) = 11776 f8a88d45e8eee074414782882fec0a4d echo x - rubygem-heredoc_unindent/Makefile sed 's/^X//' >rubygem-heredoc_unindent/Makefile << 'fcaeff19a0db314165282ec3d61cd5dc' X# New ports collection makefile for: rubygem-heredoc_unindent X# Date created: 2011-07-08 X# Whom: Loic Pefferkorn X# X# $FreeBSD$ X XPORTNAME= heredoc_unindent XPORTVERSION= 1.1.2 XCATEGORIES= textproc rubygems XMASTER_SITES= RG X XMAINTAINER= loic-freebsd@loicp.eu XCOMMENT= Removes common margin from indented strings X XLICENSE= MIT X XRUN_DEPENDS= rubygem-hoe>=2.9.6:${PORTSDIR}/devel/rubygem-hoe X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include fcaeff19a0db314165282ec3d61cd5dc exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 22: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 34F91106564A; Fri, 8 Jul 2011 22:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F0718FC1A; Fri, 8 Jul 2011 22: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 p68MKLNf035808; Fri, 8 Jul 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 p68MKL9c035798; Fri, 8 Jul 2011 22:20:21 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 22:20:21 GMT Message-Id: <201107082220.p68MKL9c035798@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158747: New port: textproc/rubygem-heredoc_unindent : Removes common margin from indented strings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2011 22:20:22 -0000 Synopsis: New port: textproc/rubygem-heredoc_unindent : Removes common margin from indented strings Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 22:20:21 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=158747 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 00: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 EDBB71065670 for ; Sat, 9 Jul 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 C28ED8FC0C for ; Sat, 9 Jul 2011 00: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 p690A7GZ036720 for ; Sat, 9 Jul 2011 00: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 p690A72B036719; Sat, 9 Jul 2011 00:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2011 00:10:07 GMT Resent-Message-Id: <201107090010.p690A72B036719@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89303106566B for ; Sat, 9 Jul 2011 00:04:25 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) by mx1.freebsd.org (Postfix) with ESMTP id 515A38FC08 for ; Sat, 9 Jul 2011 00:04:25 +0000 (UTC) Received: from 99-39-115-150.lightspeed.austtx.sbcglobal.net ([99.39.115.150]:30886 helo=borg.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QfL1z-0009bO-HR for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Jul 2011 19:04:24 -0500 Received: from ler by borg.lerctr.org with local (Exim 4.75 (FreeBSD)) (envelope-from ) id 1QfL1y-0003Ns-No for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Jul 2011 19:04:22 -0500 Message-Id: Date: Fri, 08 Jul 2011 19:04:22 -0500 From: Larry Rosenman Sender: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158748: libvncserver won't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 00:10:08 -0000 >Number: 158748 >Category: ports >Synopsis: libvncserver won't compile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 09 00:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 8.2-STABLE amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD borg.lerctr.org 8.2-STABLE FreeBSD 8.2-STABLE #58: Fri Jul 8 14:29:00 CDT 2011 root@borg.lerctr.org:/usr/obj/usr/src/sys/BORG amd64 >Description: ===> Building for libvncserver-0.9.8 /usr/bin/make all-recursive Making all in libvncserver /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -I/usr/local/include -I/usr/local/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -I/usr/local/include -I/usr/local/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o main.c:1057:19: error: conio.h: No such file or directory main.c:1061: error: conflicting types for 'gettimeofday' /usr/include/sys/time.h:335: error: previous declaration of 'gettimeofday' was here main.c: In function 'gettimeofday': main.c:1062: error: 'SYSTEMTIME' undeclared (first use in this function) main.c:1062: error: (Each undeclared identifier is reported only once main.c:1062: error: for each function it appears in.) main.c:1062: error: expected ';' before 't' main.c:1063: warning: implicit declaration of function 'GetSystemTime' main.c:1063: error: 't' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/net/libvncserver/work/LibVNCServer-0.9.8/libvncserver. *** Error code 1 Stop in /usr/ports/net/libvncserver/work/LibVNCServer-0.9.8. *** Error code 1 Stop in /usr/ports/net/libvncserver/work/LibVNCServer-0.9.8. *** Error code 1 Stop in /usr/ports/net/libvncserver. ===>>> make failed for net/libvncserver ===>>> Aborting update ===>>> Update for net/libvncserver failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster emulators/virtualbox-ose emulators/virtualbox-ose-kmod net/libvncserver net/vde2 sysutils/cdrtools textproc/libxslt security/libgcrypt security/libgpg-error >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 01: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 5064A106566B for ; Sat, 9 Jul 2011 01: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 406E98FC08 for ; Sat, 9 Jul 2011 01: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 p691UDCZ012758 for ; Sat, 9 Jul 2011 01: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 p691UD7R012755; Sat, 9 Jul 2011 01:30:13 GMT (envelope-from gnats) Date: Sat, 9 Jul 2011 01:30:13 GMT Message-Id: <201107090130.p691UD7R012755@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Takeshi MUTOH Cc: Subject: Re: ports/158738: japanese/ical X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takeshi MUTOH List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 01:30:14 -0000 The following reply was made to PR ports/158738; it has been noted by GNATS. From: Takeshi MUTOH To: bug-followup@FreeBSD.org Cc: swhetzel@gmail.com, Edwin Groothuis , =?iso-2022-jp?B?GyRCSXBGIxsoQiAbJEJJcDtOGyhC?= Subject: Re: ports/158738: japanese/ical Date: Sat, 9 Jul 2011 10:31:17 +0900 Hi, I'm MAINTAINER of japanese/ical. On 2011/07/09, at 2:00, Edwin Groothuis wrote: > Maintainer of japanese/ical, >=20 > Please note that PR ports/158738 has just been submitted. This patch work fine. Thank you for Scot. Furthermore, I check the ports/158737 patched deskutils/ical, it can = use Japanese input via XIM. So, I think that we can delete japanese/ical ports. -- Takeshi MUTOH = From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 05:18: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 60D37106566B; Sat, 9 Jul 2011 05:18:18 +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 38E098FC08; Sat, 9 Jul 2011 05:18: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 p695II0T040991; Sat, 9 Jul 2011 05:18:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p695IGut040981; Sat, 9 Jul 2011 05:18:16 GMT (envelope-from linimon) Date: Sat, 9 Jul 2011 05:18:16 GMT Message-Id: <201107090518.p695IGut040981@freefall.freebsd.org> To: mutoh@openedu.org, swhetzel@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158738: japanese/ical X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 05:18:18 -0000 Synopsis: japanese/ical State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Jul 9 05:17:35 UTC 2011 State-Changed-Why: Maintainer approved. Note, however, that with ports/158737 instead, the masterport would be able to to everything that this port does. http://www.freebsd.org/cgi/query-pr.cgi?pr=158738 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 08:17: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 DC7FE106566C; Sat, 9 Jul 2011 08:17:16 +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 B4F7B8FC14; Sat, 9 Jul 2011 08:17: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 p698HGRv040160; Sat, 9 Jul 2011 08:17:16 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p698HGs1040156; Sat, 9 Jul 2011 08:17:16 GMT (envelope-from culot) Date: Sat, 9 Jul 2011 08:17:16 GMT Message-Id: <201107090817.p698HGs1040156@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/158710: [MAINTAINER] sysutils/atop: update to 1.26.b6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 08:17:16 -0000 Synopsis: [MAINTAINER] sysutils/atop: update to 1.26.b6 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Sat Jul 9 08:17:15 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158710 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 08:34: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 2E9F3106566C; Sat, 9 Jul 2011 08:34:34 +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 070788FC13; Sat, 9 Jul 2011 08:34: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 p698YXZ1061107; Sat, 9 Jul 2011 08:34:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p698YXps061103; Sat, 9 Jul 2011 08:34:33 GMT (envelope-from linimon) Date: Sat, 9 Jul 2011 08:34:33 GMT Message-Id: <201107090834.p698YXps061103@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158748: net/libvncserver won't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 08:34:34 -0000 Old Synopsis: libvncserver won't compile New Synopsis: net/libvncserver won't compile Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jul 9 08:34:19 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158748 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 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 16D4F106566B for ; Sat, 9 Jul 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 E87D18FC13 for ; Sat, 9 Jul 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 p699A95L087394 for ; Sat, 9 Jul 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 p699A9ps087393; Sat, 9 Jul 2011 09:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2011 09:10:09 GMT Resent-Message-Id: <201107090910.p699A9ps087393@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF6BF106564A for ; Sat, 9 Jul 2011 09:02: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 DFC0E8FC14 for ; Sat, 9 Jul 2011 09:02: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 p6992ehU007812 for ; Sat, 9 Jul 2011 09:02:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6992e1t007811; Sat, 9 Jul 2011 09:02:40 GMT (envelope-from nobody) Message-Id: <201107090902.p6992e1t007811@red.freebsd.org> Date: Sat, 9 Jul 2011 09:02:40 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158749: www/xpi-adblock_plus: update to 1.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 09:10:10 -0000 >Number: 158749 >Category: ports >Synopsis: www/xpi-adblock_plus: update to 1.3.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 09 09:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_8 >Organization: >Environment: FreeBSD satanasso.local.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Jul 1 10:09:20 CEST 2011 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Update adblock_plus to the last available version >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2011-05-26 07:24:49.000000000 +0200 +++ Makefile 2011-07-09 09:56:20.000000000 +0200 @@ -6,8 +6,8 @@ # PORTNAME= adblock_plus -PORTVERSION= 1.3.8 -DISTVERSIONSUFFIX= -sm+tb+fx+fn +PORTVERSION= 1.3.9 +DISTVERSIONSUFFIX= -fx+tb+sm+fn CATEGORIES= www MAINTAINER= ale@FreeBSD.org --- distinfo.orig 2011-05-26 07:24:49.000000000 +0200 +++ distinfo 2011-07-09 09:56:26.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xpi/adblock_plus-1.3.8-sm+tb+fx+fn.xpi) = af5249ce96f371f38ae88270e16ce1345c5f6f9c5039ef640b854c3b1c596ccb -SIZE (xpi/adblock_plus-1.3.8-sm+tb+fx+fn.xpi) = 559138 +SHA256 (xpi/adblock_plus-1.3.9-fx+tb+sm+fn.xpi) = 83032087c624f4e34d6ee21dcf0c6e4362ab4e0e421bc61c579a476115537567 +SIZE (xpi/adblock_plus-1.3.9-fx+tb+sm+fn.xpi) = 608840 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 09: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 960F2106566C; Sat, 9 Jul 2011 09: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 6E6A18FC14; Sat, 9 Jul 2011 09: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 p699AJLP087658; Sat, 9 Jul 2011 09: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 p699AJtB087647; Sat, 9 Jul 2011 09:10:19 GMT (envelope-from edwin) Date: Sat, 9 Jul 2011 09:10:19 GMT Message-Id: <201107090910.p699AJtB087647@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158749: www/xpi-adblock_plus: update to 1.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 09:10:19 -0000 Synopsis: www/xpi-adblock_plus: update to 1.3.9 Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 9 09:10:18 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158749 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 10: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 7C32C106567B for ; Sat, 9 Jul 2011 10: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 523EC8FC1E for ; Sat, 9 Jul 2011 10: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 p69A0QcD034890 for ; Sat, 9 Jul 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 p69A0QwW034889; Sat, 9 Jul 2011 10:00:26 GMT (envelope-from gnats) Date: Sat, 9 Jul 2011 10:00:26 GMT Message-Id: <201107091000.p69A0QwW034889@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nikola Lecic Cc: Subject: Re: ports/158745: [Maintainer] textproc/kmfl-european-latin: Update to 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikola Lecic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 10:00:26 -0000 The following reply was made to PR ports/158745; it has been noted by GNATS. From: Nikola Lecic To: bug-followup@FreeBSD.org Cc: Nikola Lecic Subject: Re: ports/158745: [Maintainer] textproc/kmfl-european-latin: Update to 1.6 Date: Sat, 9 Jul 2011 11:20:16 +0200 It seems that gnats wrapped a long line in the patch provided. Please find the same uncorrupted patch here: http://anthesphoria.net/FreeBSD/ports/patches/kmfl-european-latin-1.6.patch -- Nikola Lecic fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 10:49: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 D11C21065670; Sat, 9 Jul 2011 10:49:58 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A96298FC13; Sat, 9 Jul 2011 10:49: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 p69AnwII081552; Sat, 9 Jul 2011 10:49:58 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69AnvGp081548; Sat, 9 Jul 2011 10:49:57 GMT (envelope-from crees) Date: Sat, 9 Jul 2011 10:49:57 GMT Message-Id: <201107091049.p69AnvGp081548@freefall.freebsd.org> To: ecrist@secure-computing.net, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/154194: net/freeswitch: update portversion and remove portrevision X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 10:49:58 -0000 Synopsis: net/freeswitch: update portversion and remove portrevision State-Changed-From-To: feedback->closed State-Changed-By: crees State-Changed-When: Sat Jul 9 10:49:57 UTC 2011 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=154194 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 10:52: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 AFE791065674; Sat, 9 Jul 2011 10:52:07 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88A758FC17; Sat, 9 Jul 2011 10:52: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 p69Aq78a089667; Sat, 9 Jul 2011 10:52:07 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69Aq7Ov089663; Sat, 9 Jul 2011 10:52:07 GMT (envelope-from crees) Date: Sat, 9 Jul 2011 10:52:07 GMT Message-Id: <201107091052.p69Aq7Ov089663@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/154238: [patch] net-p2p/amule-devel: update to r10436 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 10:52:07 -0000 Synopsis: [patch] net-p2p/amule-devel: update to r10436 Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Sat Jul 9 10:52:07 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=154238 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 11:03: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 A5F0A106566B; Sat, 9 Jul 2011 11:03:51 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1378FC17; Sat, 9 Jul 2011 11:03: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 p69B3pxs000214; Sat, 9 Jul 2011 11:03:51 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69B3pZk000210; Sat, 9 Jul 2011 11:03:51 GMT (envelope-from crees) Date: Sat, 9 Jul 2011 11:03:51 GMT Message-Id: <201107091103.p69B3pZk000210@freefall.freebsd.org> To: utisoft@gmail.com, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@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: Sat, 09 Jul 2011 11:03:51 -0000 Synopsis: [PATCH] Fix port: japanese/Wnn6 should use USERS= State-Changed-From-To: open->closed State-Changed-By: crees State-Changed-When: Sat Jul 9 11:03:14 UTC 2011 State-Changed-Why: Committed. Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Sat Jul 9 11:03:14 UTC 2011 Responsible-Changed-Why: I committed it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157542 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 11: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 B59DB106566C for ; Sat, 9 Jul 2011 11: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 8C73C8FC12 for ; Sat, 9 Jul 2011 11: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 p69BUETs018805 for ; Sat, 9 Jul 2011 11: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 p69BUEkV018799; Sat, 9 Jul 2011 11:30:14 GMT (envelope-from gnats) Date: Sat, 9 Jul 2011 11:30:14 GMT Message-Id: <201107091130.p69BUEkV018799@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Chris Rees Cc: Subject: Re: ports/154546: update port: games/gemrb to version 0.6.3 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, 09 Jul 2011 11:30:14 -0000 The following reply was made to PR ports/154546; it has been noted by GNATS. From: Chris Rees To: bug-followup@FreeBSD.org, beyert@cs.ucr.edu Cc: Subject: Re: ports/154546: update port: games/gemrb to version 0.6.3 Date: Sat, 9 Jul 2011 12:13:59 +0100 Hi, Did you see Martin Wilke's followup? If you'd like to revise your patch and send it to bug-followup@FreeBSD.org with this subject line a committer will take care of it. Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 12: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 48E651065672 for ; Sat, 9 Jul 2011 12: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 19E148FC15 for ; Sat, 9 Jul 2011 12: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 p69CAAG0057575 for ; Sat, 9 Jul 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 p69CAAcw057574; Sat, 9 Jul 2011 12:10:10 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2011 12:10:10 GMT Resent-Message-Id: <201107091210.p69CAAcw057574@freefall.freebsd.org> 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 300D31065676 for ; Sat, 9 Jul 2011 12:06:03 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s12.blu0.hotmail.com (blu0-omc1-s12.blu0.hotmail.com [65.55.116.23]) by mx1.freebsd.org (Postfix) with ESMTP id D3A3E8FC15 for ; Sat, 9 Jul 2011 12:06:02 +0000 (UTC) Received: from BLU0-SMTP114 ([65.55.116.8]) by blu0-omc1-s12.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 9 Jul 2011 05:06:02 -0700 Received: from zeus.bayofrum.net ([90.216.242.219]) by BLU0-SMTP114.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 9 Jul 2011 05:06:00 -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 p69C3EdX053112 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 9 Jul 2011 13:03:14 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p69C3ENA053044; Sat, 9 Jul 2011 13:03:14 +0100 (BST) (envelope-from crees) Message-Id: Date: Sat, 9 Jul 2011 13:03:14 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158750: INDEXFILE breaks with major version >9 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, 09 Jul 2011 12:10:11 -0000 >Number: 158750 >Category: ports >Synopsis: INDEXFILE breaks with major version >9 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 09 12:10:10 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: After the release of FreeBSD-9, CURRENT becomes version 10. This plays havoc with anything that fiddles OSVERSION to get the major version; here INDEXFILE: [crees@zeus]~/workspace/ports/pcvs/fairymax% make OSVERSION=1044040 -V INDEXFILE INDEX-1 [crees@zeus]~/workspace/ports/pcvs/fairymax% .... With my fix: [crees@zeus]~/<1>ports/pcvs/ports/Mk% make -f bsd.port.mk OSVERSION=1044040 -V INDEXFILE INDEX-10 [crees@zeus]~/<1>ports/pcvs/ports/Mk% >How-To-Repeat: >Fix: XXX Not __thoroughly__ tested, but this should be the right lines. There WILL be others! I got these two with: [crees@zeus]~/<1>ports/pcvs/ports/Mk% grep OSVERSION: * so it should get all the Mk instances. --- ten-release-mk-fix.diff begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.687 diff -u -r1.687 bsd.port.mk --- bsd.port.mk 3 Jul 2011 15:51:18 -0000 1.687 +++ bsd.port.mk 9 Jul 2011 11:59:21 -0000 @@ -1381,7 +1381,7 @@ PKGNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION} DISTNAME?= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} -INDEXFILE?= INDEX-${OSVERSION:C/([0-9]).*/\1/} +INDEXFILE?= INDEX-${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} Index: bsd.port.subdir.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.subdir.mk,v retrieving revision 1.78 diff -u -r1.78 bsd.port.subdir.mk --- bsd.port.subdir.mk 4 May 2011 22:33:13 -0000 1.78 +++ bsd.port.subdir.mk 9 Jul 2011 11:59:21 -0000 @@ -144,7 +144,7 @@ .endif INDEXDIR?= ${PORTSDIR} -INDEXFILE?= INDEX-${OSVERSION:C/([0-9]).*/\1/} +INDEXFILE?= INDEX-${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # local customization of the ports tree .if exists(${.CURDIR}/Makefile.local) --- ten-release-mk-fix.diff 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 Jul 9 12:14: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 7DA00106566C; Sat, 9 Jul 2011 12:14:09 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 556578FC13; Sat, 9 Jul 2011 12:14: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 p69CE9Z3066688; Sat, 9 Jul 2011 12:14:09 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69CE9W1066684; Sat, 9 Jul 2011 12:14:09 GMT (envelope-from crees) Date: Sat, 9 Jul 2011 12:14:09 GMT Message-Id: <201107091214.p69CE9W1066684@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/158750: INDEXFILE breaks with major version >9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 12:14:09 -0000 Synopsis: INDEXFILE breaks with major version >9 Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: crees Responsible-Changed-When: Sat Jul 9 12:13:42 UTC 2011 Responsible-Changed-Why: FAO portmgr http://www.freebsd.org/cgi/query-pr.cgi?pr=158750 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 12:42: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 D92BC106564A; Sat, 9 Jul 2011 12:42:06 +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 B03C18FC12; Sat, 9 Jul 2011 12:42: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 p69Cg6NH094701; Sat, 9 Jul 2011 12:42:06 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69Cg6OX094697; Sat, 9 Jul 2011 12:42:06 GMT (envelope-from sunpoet) Date: Sat, 9 Jul 2011 12:42:06 GMT Message-Id: <201107091242.p69Cg6OX094697@freefall.freebsd.org> To: duchateau.olivier@gmail.com, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/158696: Wrong checksum for x11-fonts/droid-fonts-ttf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 12:42:06 -0000 Synopsis: Wrong checksum for x11-fonts/droid-fonts-ttf Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Jul 9 12:42:06 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158696 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 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 A49B9106566C for ; Sat, 9 Jul 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 94BAC8FC08 for ; Sat, 9 Jul 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 p69D0Q3F003830 for ; Sat, 9 Jul 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 p69D0Q0x003829; Sat, 9 Jul 2011 13:00:26 GMT (envelope-from gnats) Date: Sat, 9 Jul 2011 13:00:26 GMT Message-Id: <201107091300.p69D0Q0x003829@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Timothy Beyer Cc: Subject: Re: ports/154546: update port: games/gemrb to version 0.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timothy Beyer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 13:00:26 -0000 The following reply was made to PR ports/154546; it has been noted by GNATS. From: Timothy Beyer To: Chris Rees , Martin Wilke Cc: beyert@cs.ucr.edu, bug-followup@FreeBSD.org Subject: Re: ports/154546: update port: games/gemrb to version 0.6.3 Date: Sat, 09 Jul 2011 05:37:32 -0700 At Sat, 9 Jul 2011 12:13:59 +0100, Chris Rees wrote: > > Hi, > > Did you see Martin Wilke's followup? > > If you'd like to revise your patch and send it to > bug-followup@FreeBSD.org with this subject line a committer will take > care of it. > > Chris > Hi, I apologize for the delays and lack of communication on this PR. Immediately after corresponding with Martin, I completed updating the port in March to 0.6.3, but at that point, 0.6.4 was newly released, and I decided to just update to 0.6.4 instead. So, what I'd like to is just update to 0.6.4. Should I open a new PR when that is ready, or can I just use this existing PR? Either solution is acceptable to me, but I think that users would prefer the newest version, since it contains numerous improvements. Regards, Tim From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 14: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 2113A106564A for ; Sat, 9 Jul 2011 14: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 EBF088FC14 for ; Sat, 9 Jul 2011 14: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 p69EKAg1077072 for ; Sat, 9 Jul 2011 14: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 p69EKAE7077071; Sat, 9 Jul 2011 14:20:10 GMT (envelope-from gnats) Date: Sat, 9 Jul 2011 14:20:10 GMT Message-Id: <201107091420.p69EKAE7077071@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Martin Wilke Cc: Subject: Re: ports/154546: update port: games/gemrb to version 0.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Wilke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 14:20:11 -0000 The following reply was made to PR ports/154546; it has been noted by GNATS. From: Martin Wilke To: Timothy Beyer Cc: Chris Rees , Martin Wilke , "beyert@cs.ucr.edu" , "bug-followup@FreeBSD.org" Subject: Re: ports/154546: update port: games/gemrb to version 0.6.3 Date: Sat, 9 Jul 2011 21:49:17 +0800 Please update then pr i will have looks shortly after the pr update :) Sent from my iPhone On Jul 9, 2011, at 20:37, Timothy Beyer wrote: >> From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 14:27: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 A920F106566C; Sat, 9 Jul 2011 14:27:55 +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 818648FC0A; Sat, 9 Jul 2011 14:27: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 p69ERtPT085390; Sat, 9 Jul 2011 14:27:55 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69ERtOr085386; Sat, 9 Jul 2011 14:27:55 GMT (envelope-from sunpoet) Date: Sat, 9 Jul 2011 14:27:55 GMT Message-Id: <201107091427.p69ERtOr085386@freefall.freebsd.org> To: duchateau.olivier@gmail.com, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/156870: [PATCH] x11-fonts/droid-fonts-ttf: Fix Checksums X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 14:27:55 -0000 Synopsis: [PATCH] x11-fonts/droid-fonts-ttf: Fix Checksums Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Jul 9 14:27:55 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156870 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 14:56: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 576FB1065670; Sat, 9 Jul 2011 14:56: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 30B5B8FC0A; Sat, 9 Jul 2011 14:56: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 p69EuUMR012847; Sat, 9 Jul 2011 14:56:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69EuUlQ012843; Sat, 9 Jul 2011 14:56:30 GMT (envelope-from edwin) Date: Sat, 9 Jul 2011 14:56:30 GMT Message-Id: <201107091456.p69EuUlQ012843@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158742: Upgrade databases/pgtcl to 1.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: Sat, 09 Jul 2011 14:56:30 -0000 Synopsis: Upgrade databases/pgtcl to 1.9.0 Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 9 14:56:29 UTC 2011 Responsible-Changed-Why: mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158742 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 16:51: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 CB92E106564A; Sat, 9 Jul 2011 16:51:02 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A46468FC0A; Sat, 9 Jul 2011 16:51: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 p69Gp2SP021934; Sat, 9 Jul 2011 16:51:02 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69Gp2Pl021930; Sat, 9 Jul 2011 16:51:02 GMT (envelope-from beech) Date: Sat, 9 Jul 2011 16:51:02 GMT Message-Id: <201107091651.p69Gp2Pl021930@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158744: [Maintainer] textproc/scim-kmfl-imengine: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 16:51:02 -0000 Synopsis: [Maintainer] textproc/scim-kmfl-imengine: fix pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Jul 9 16:50:30 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158744 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 16:57: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 DE300106566C; Sat, 9 Jul 2011 16:57:28 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B70BD8FC12; Sat, 9 Jul 2011 16:57: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 p69GvSWA022068; Sat, 9 Jul 2011 16:57:28 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69GvSdt022064; Sat, 9 Jul 2011 16:57:28 GMT (envelope-from beech) Date: Sat, 9 Jul 2011 16:57:28 GMT Message-Id: <201107091657.p69GvSdt022064@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158724: Update port: graphics/yed: new version 3.7.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 16:57:28 -0000 Synopsis: Update port: graphics/yed: new version 3.7.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Jul 9 16:56:54 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158724 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 18: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 8F929106566C for ; Sat, 9 Jul 2011 18: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 68E778FC16 for ; Sat, 9 Jul 2011 18: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 p69IUAt3003224 for ; Sat, 9 Jul 2011 18: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 p69IUAW8003221; Sat, 9 Jul 2011 18:30:10 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2011 18:30:10 GMT Resent-Message-Id: <201107091830.p69IUAW8003221@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, gustau.perez@gmail.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 037271065673 for ; Sat, 9 Jul 2011 18:24:08 +0000 (UTC) (envelope-from gustau.perez@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 92CEA8FC12 for ; Sat, 9 Jul 2011 18:24:07 +0000 (UTC) Received: by wyg24 with SMTP id 24so2607163wyg.13 for ; Sat, 09 Jul 2011 11:24:06 -0700 (PDT) Received: by 10.227.206.14 with SMTP id fs14mr2927857wbb.30.1310234318201; Sat, 09 Jul 2011 10:58:38 -0700 (PDT) Received: from harkserver (17.Red-79-145-5.dynamicIP.rima-tde.net [79.145.5.17]) by mx.google.com with ESMTPS id fc2sm1235290wbb.52.2011.07.09.10.58.35 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 09 Jul 2011 10:58:37 -0700 (PDT) Received: by harkserver (sSMTP sendmail emulation); Sat, 09 Jul 2011 19:58:34 +0200 Message-Id: <4e1896cd.02cae30a.552b.47ad@mx.google.com> Date: Sat, 09 Jul 2011 19:58:34 +0200 From: gustau.perez@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158751: [PATCH] net/tucan: [remove unnneded patch file] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 18:30:10 -0000 >Number: 158751 >Category: ports >Synopsis: [PATCH] net/tucan: [remove unnneded patch file] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 09 18:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gustau Perez >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD harkserver 9.0-CURRENT FreeBSD 9.0-CURRENT #23 r223866M: Sat Jul 9 00:07:24 >Description: The patch patch-core__service_config.py's functionality is subsumed into files/patch-core_config.py and hence is not needed anymore. Thanks to Barbara (barbara.xxx1975 at libero.it) for reporting. Removed file(s): - files/patch-core__service_config.py Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- tucan-0.3.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/tucan/files/patch-core__service_config.py /root/ports/tucan/files/patch-core__service_config.py --- /usr/ports/net/tucan/files/patch-core__service_config.py 2011-07-01 03:10:20.000000000 +0200 +++ /root/ports/tucan/files/patch-core__service_config.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ ---- core/service_config.py.orig 2011-06-29 20:00:20.785827385 +0200 -+++ core/service_config.py 2011-06-29 20:00:44.438339926 +0200 -@@ -18,7 +18,7 @@ - ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ############################################################################### - --import os -+import os, stat - import pickle - import base64 - import logging -@@ -184,6 +184,7 @@ - - def save(self): - """""" -+ os.chmod(self.path + CONF, stat.S_IRUSR|stat.S_IWUSR) - f = open(self.path + CONF, "w") - self.write(f) - f.close() --- tucan-0.3.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 18: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 E5DAF1065673; Sat, 9 Jul 2011 18: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 BF26C8FC1D; Sat, 9 Jul 2011 18: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 p69IUMmw004169; Sat, 9 Jul 2011 18: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 p69IUMqH004158; Sat, 9 Jul 2011 18:30:22 GMT (envelope-from edwin) Date: Sat, 9 Jul 2011 18:30:22 GMT Message-Id: <201107091830.p69IUMqH004158@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/158751: [PATCH] net/tucan: [remove unnneded patch file] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 18:30:23 -0000 Synopsis: [PATCH] net/tucan: [remove unnneded patch file] Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sat Jul 9 18:30:21 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=158751 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 21:19: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 DCA99106564A; Sat, 9 Jul 2011 21:19:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B467A8FC12; Sat, 9 Jul 2011 21:19: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 p69LJ8oI057714; Sat, 9 Jul 2011 21:19:08 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69LJ8Tl057710; Sat, 9 Jul 2011 21:19:08 GMT (envelope-from beech) Date: Sat, 9 Jul 2011 21:19:08 GMT Message-Id: <201107092119.p69LJ8Tl057710@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158751: [PATCH] net/tucan: remove unnneded patch file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 21:19:08 -0000 Synopsis: [PATCH] net/tucan: remove unnneded patch file Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Jul 9 21:17:16 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158751 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 21: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 A683F1065673 for ; Sat, 9 Jul 2011 21: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 80E778FC0A for ; Sat, 9 Jul 2011 21: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 p69LUB1B066000 for ; Sat, 9 Jul 2011 21: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 p69LUB24065996; Sat, 9 Jul 2011 21:30:11 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2011 21:30:11 GMT Resent-Message-Id: <201107092130.p69LUB24065996@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Cochard-Labbe Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5DAD106564A for ; Sat, 9 Jul 2011 21:24:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D466A8FC1D for ; Sat, 9 Jul 2011 21:24: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 p69LO4fQ050320 for ; Sat, 9 Jul 2011 21:24:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p69LO4qi050291; Sat, 9 Jul 2011 21:24:04 GMT (envelope-from nobody) Message-Id: <201107092124.p69LO4qi050291@red.freebsd.org> Date: Sat, 9 Jul 2011 21:24:04 GMT From: Olivier Cochard-Labbe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158752: [emulators/gns3] Update to release 0.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 21:30:11 -0000 >Number: 158752 >Category: ports >Synopsis: [emulators/gns3] Update to release 0.7.4 >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: Sat Jul 09 21:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbe >Release: 8.2 >Organization: >Environment: FreeBSD d630.bsdrp.net 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: Here is the update from GNS3 0.7.3 to 0.7.4 and a fix to qemu usage with GNS3 (thanks to nox@) ! Before to update this port, emulators/qemu[-devel] need to be updated (UDP tunnel mode and multicast fix): See nox@ for more information about theses updates. Regards, Olivier >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN gns3.old/Makefile gns3/Makefile --- gns3.old/Makefile 2011-07-02 11:19:35.000000000 +0200 +++ gns3/Makefile 2011-07-03 23:49:42.000000000 +0200 @@ -2,12 +2,11 @@ # Date created: 24 may 2009 # Whom: Olivier Cochard-Labbe # -# $FreeBSD: ports/emulators/gns3/Makefile,v 1.11 2011/07/01 17:30:40 nox Exp $ +# $FreeBSD$ # PORTNAME= gns3 -PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTVERSION= 0.7.4 CATEGORIES= emulators MASTER_SITES= SF/gns-3/GNS3/${PORTVERSION} DISTNAME= GNS3-${PORTVERSION}-src @@ -20,14 +19,15 @@ ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \ dynamips:${PORTSDIR}/emulators/dynamips-community \ dynagen:${PORTSDIR}/emulators/dynagen \ - qemu>=0.11:${PORTSDIR}/emulators/qemu + qemu:${PORTSDIR}/emulators/qemu -USE_PYTHON= 2.5+ +USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= GNS3 MAN1= gns3.1 LICENSE= GPLv2 + post-install: .if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/docs/man/gns3.1 ${MANPREFIX}/man/man1 @@ -35,4 +35,12 @@ ${INSTALL_SCRIPT} ${WRKSRC}/qemuwrapper/qemuwrapper.py \ ${PREFIX}/bin/qemuwrapper.py @${CAT} ${PKGMESSAGE} -.include + +.include + +QEMU_GNS3!= qemu -help | ${GREP} -q "net udp" >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || true +. if ${QEMU_GNS3} == "" +IGNORE= must be used with a gns3 patched qemu +. endif + +.include diff -ruN gns3.old/distinfo gns3/distinfo --- gns3.old/distinfo 2011-07-02 11:19:35.000000000 +0200 +++ gns3/distinfo 2011-07-02 11:30:43.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (GNS3-0.7.3-src.tar.gz) = 352e8a076d83992269ec4a12fb33ab2431f14f968c0facc0571d7e6dd83521de -SIZE (GNS3-0.7.3-src.tar.gz) = 4418850 +SHA256 (GNS3-0.7.4-src.tar.gz) = 77a2c9b251d199a435ba85936349a1f8b1760df14a2594b68f8c1fee36f9588d +SIZE (GNS3-0.7.4-src.tar.gz) = 4512420 diff -ruN gns3.old/files/patch-Page_PreferencesCapture.py gns3/files/patch-Page_PreferencesCapture.py --- gns3.old/files/patch-Page_PreferencesCapture.py 1970-01-01 01:00:00.000000000 +0100 +++ gns3/files/patch-Page_PreferencesCapture.py 2011-07-03 00:52:36.000000000 +0200 @@ -0,0 +1,11 @@ +--- src/GNS3/Ui/ConfigurationPages/Page_PreferencesCapture.py.orig 2011-07-03 00:10:04.000000000 +0200 ++++ src/GNS3/Ui/ConfigurationPages/Page_PreferencesCapture.py 2011-07-03 00:10:29.000000000 +0200 +@@ -52,7 +52,7 @@ + elif sys.platform.startswith('win'): + self.conf.cap_cmd = unicode("C:\Program Files\Wireshark\wireshark.exe %c") + else: +- self.conf.cap_cmd = unicode("/usr/bin/wireshark %c") ++ self.conf.cap_cmd = unicode("/usr/local/bin/wireshark %c") + + if self.conf.workdir == '': + if os.environ.has_key("TEMP"): diff -ruN gns3.old/files/patch-Page_PreferencesDynamips.py gns3/files/patch-Page_PreferencesDynamips.py --- gns3.old/files/patch-Page_PreferencesDynamips.py 1970-01-01 01:00:00.000000000 +0100 +++ gns3/files/patch-Page_PreferencesDynamips.py 2011-07-03 00:52:46.000000000 +0200 @@ -0,0 +1,13 @@ +--- src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py.orig 2011-07-03 00:11:46.000000000 +0200 ++++ src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py 2011-07-03 00:32:42.000000000 +0200 +@@ -55,7 +55,9 @@ + # Default path to dynamips executable + if self.conf.path == '' and sys.platform.startswith('win'): + self.conf.path = unicode('dynamips-wxp.exe') +- ++ else: ++ self.conf.path = unicode('/usr/local/bin/dynamips') ++ + # Default path to working directory + if self.conf.workdir == '': + if os.environ.has_key("TEMP"): diff -ruN gns3.old/files/patch-Page_PreferencesQemu.py gns3/files/patch-Page_PreferencesQemu.py --- gns3.old/files/patch-Page_PreferencesQemu.py 1970-01-01 01:00:00.000000000 +0100 +++ gns3/files/patch-Page_PreferencesQemu.py 2011-07-03 00:52:57.000000000 +0200 @@ -0,0 +1,11 @@ +--- src/GNS3/Ui/ConfigurationPages/Page_PreferencesQemu.py.orig 2011-07-03 00:06:36.000000000 +0200 ++++ src/GNS3/Ui/ConfigurationPages/Page_PreferencesQemu.py 2011-07-03 00:07:26.000000000 +0200 +@@ -97,7 +97,7 @@ + if sys.platform.startswith('win'): + self.conf.qemuwrapper_path = unicode('qemuwrapper.exe') + else: +- path = os.getcwd() + '/qemuwrapper/qemuwrapper.py' ++ path = '/usr/local/bin/qemuwrapper.py' + self.conf.qemuwrapper_path = unicode(path, errors='replace') + + # Default path to working directory diff -ruN gns3.old/files/patch-qemuwrapper.py gns3/files/patch-qemuwrapper.py --- gns3.old/files/patch-qemuwrapper.py 1970-01-01 01:00:00.000000000 +0100 +++ gns3/files/patch-qemuwrapper.py 2011-07-09 23:08:15.000000000 +0200 @@ -0,0 +1,52 @@ +--- qemuwrapper/qemuwrapper.py.orig ++++ qemuwrapper/qemuwrapper.py +@@ -45,6 +45,7 @@ import SocketServer + import time + import random + import pemubin ++import ctypes + + + __author__ = 'Thomas Pani and Jeremy Grossmann' +@@ -118,6 +119,33 @@ class xEMUInstance(object): + def unbase_disk(self): + pass + ++ def preexec(self): ++ # FreeBSD preexec_fn hack to unblock signals in child processes ++ # to work around the bug in this PR: ++ # http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153167 ++ # inspired by: ++ # http://stackoverflow.com/questions/3791398/how-to-stop-python-from-propagating-signals-to-subprocesses ++ ++ # Get the size of the array used to ++ # represent the signal mask ++ SIGSET_NWORDS = 1024 / (8 * ctypes.sizeof(ctypes.c_uint)) ++ ++ # Define the sigset_t structure ++ class SIGSET(ctypes.Structure): ++ _fields_ = [ ++ ('val', ctypes.c_uint * SIGSET_NWORDS) ++ ] ++ ++ # Create a new sigset_t to mask out SIGINT ++ sigs = (ctypes.c_uint * SIGSET_NWORDS)() ++ mask = SIGSET(sigs) ++ ++ SIG_SETMASK = 3 ++ libc = ctypes.CDLL('libc.so') ++ ++ # Unblock all signals ++ libc.sigprocmask(SIG_SETMASK, ctypes.pointer(mask), 0) ++ + def start(self): + command = self._build_command() + +@@ -125,6 +152,7 @@ class xEMUInstance(object): + try: + self.process = subprocess.Popen(command, + stdin=subprocess.PIPE, ++ preexec_fn=self.preexec, + cwd=self.workdir) + except OSError, e: + print >> sys.stderr, "Unable to start instance", self.name, "of", self.__class__ diff -ruN gns3.old/pkg-message gns3/pkg-message --- gns3.old/pkg-message 2011-07-02 11:19:35.000000000 +0200 +++ gns3/pkg-message 2011-07-03 10:37:24.000000000 +0200 @@ -1,6 +1,5 @@ -=============================================================================== +===================================== GNS3 FreeBSD limitations : -There are some limitations with GNS3 under FreeBSD because qemu port isn't -patched for suppporting PIX/ASA and UDP communications with Dynamips. -=============================================================================== +pemu (PIX emulator) is not available +===================================== diff -ruN gns3.old/pkg-plist gns3/pkg-plist --- gns3.old/pkg-plist 2011-07-02 11:19:35.000000000 +0200 +++ gns3/pkg-plist 2011-07-03 01:20:17.000000000 +0200 @@ -94,6 +94,9 @@ %%PYTHON_SITELIBDIR%%/GNS3/HypervisorManager.py %%PYTHON_SITELIBDIR%%/GNS3/HypervisorManager.pyc %%PYTHON_SITELIBDIR%%/GNS3/HypervisorManager.pyo +%%PYTHON_SITELIBDIR%%/GNS3/IDLEPCDialog.py +%%PYTHON_SITELIBDIR%%/GNS3/IDLEPCDialog.pyc +%%PYTHON_SITELIBDIR%%/GNS3/IDLEPCDialog.pyo %%PYTHON_SITELIBDIR%%/GNS3/IOSDialog.py %%PYTHON_SITELIBDIR%%/GNS3/IOSDialog.pyc %%PYTHON_SITELIBDIR%%/GNS3/IOSDialog.pyo @@ -109,6 +112,7 @@ %%PYTHON_SITELIBDIR%%/GNS3/Langs/Lang_es.qm %%PYTHON_SITELIBDIR%%/GNS3/Langs/Lang_fa.qm %%PYTHON_SITELIBDIR%%/GNS3/Langs/Lang_fr.qm +%%PYTHON_SITELIBDIR%%/GNS3/Langs/Lang_gr.qm %%PYTHON_SITELIBDIR%%/GNS3/Langs/Lang_it.qm %%PYTHON_SITELIBDIR%%/GNS3/Langs/Lang_jp.qm %%PYTHON_SITELIBDIR%%/GNS3/Langs/Lang_kr.qm @@ -357,6 +361,9 @@ %%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_About.py %%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_About.pyc %%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_About.pyo +%%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_IDLEPCDialog.py +%%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_IDLEPCDialog.pyc +%%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_IDLEPCDialog.pyo %%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_IOSDialog.py %%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_IOSDialog.pyc %%PYTHON_SITELIBDIR%%/GNS3/Ui/Form_IOSDialog.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 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 0D86B106566B for ; Sat, 9 Jul 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 D4C5F8FC19 for ; Sat, 9 Jul 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 p69M0L2G093303 for ; Sat, 9 Jul 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 p69M0LBx093302; Sat, 9 Jul 2011 22:00:21 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2011 22:00:21 GMT Resent-Message-Id: <201107092200.p69M0LBx093302@freefall.freebsd.org> 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 E45E71065672 for ; Sat, 9 Jul 2011 21:53:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D34538FC12 for ; Sat, 9 Jul 2011 21:53:17 +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 p69LrHVi093845 for ; Sat, 9 Jul 2011 21:53:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p69LrHfm093840; Sat, 9 Jul 2011 21:53:17 GMT (envelope-from nobody) Message-Id: <201107092153.p69LrHfm093840@red.freebsd.org> Date: Sat, 9 Jul 2011 21:53:17 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158753: [new port] net/vmware-vsphere-cli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 22:00:22 -0000 >Number: 158753 >Category: ports >Synopsis: [new port] net/vmware-vsphere-cli >Confidential: no >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 Jul 09 22:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -New port net/vmware-vsphere-cli The vSphere Command-Line Interface (vSphere CLI) command set allows you to run common system administration commands against ESX/ESXi systems from any machine with network access to those systems. You can also run most vSphere CLI commands against a vCenter Server system and target any ESX/ESXi system that vCenter Server system manages. vSphere CLI commands are especially useful for ESXi hosts because ESXi does not include a service console. This port can be used in conjunction with op5's check_esx3 script to use nagios to monitor ESX(i) hosts (http://www.op5.com/support/resources/list-of-plugins/?plugins=check_esx3) which I will be creating a port for shortly. >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: # # vmware-vsphere-cli/ # vmware-vsphere-cli/Makefile # vmware-vsphere-cli/pkg-descr # vmware-vsphere-cli/pkg-plist # vmware-vsphere-cli/distinfo # vmware-vsphere-cli/files # vmware-vsphere-cli/files/patch-Makefile.PL # echo c - vmware-vsphere-cli/ mkdir -p vmware-vsphere-cli/ > /dev/null 2>&1 echo x - vmware-vsphere-cli/Makefile sed 's/^X//' >vmware-vsphere-cli/Makefile << '8258588ce18ccc67e5e3d2f32e0f8e24' X# New ports collection makefile for: vmware-vsphere-cli X# Date created: 2011-07-07 X# Whom: rpsfa@rit.edu X# X# $FreeBSD$ X# X XPORTNAME= vmware XPORTVERSION= 4.1.0 XCATEGORIES= net perl5 XMASTER_SITES= #http://communities.vmware.com/community/vmtn/developer/downloads XPKGNAMESUFFIX= -vsphere-cli XDISTNAME= VMware-vSphere-Perl-SDK-${PORTVERSION}-${DISTREL}.i386 X XMAINTAINER= rpsfa@rit.edu XCOMMENT= VMware vSphere Perl CLI X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ X ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ X ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ X ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ X ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite XRUN_DEPENDS+= ${BUILD_DEPENDS} X XPERL_CONFIGURE= 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 XMAN3= VMware::VIM25Runtime.3 VMware::VIM2Stub.3 VMware::VIM2Runtime.3 \ X VMware::VICommon.3 VMware::VILib.3 VMware::VIM25Stub.3 X XDISTREL= 254719 X X.include X X.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) XDISTFILE_INSTRUCTIONS=\n\ XDue to licensing restrictions, certain files must be fetched manually.\n\n\ XPlease visit http://communities.vmware.com/community/vmtn/developer/forums/vsphere_sdk_perl\n\ Xand choose Download. Then, login using a VMware account and accept the license agreement.\n\ XChoose the download for vSphere SDK for Perl - 32-bit Linux Installer (even if you are not on i386)\n\n\ XAfter the download has completed, please place ${DISTNAME}${EXTRACT_SUFX} in\n\ X${DISTDIR}, then 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 Xpost-extract: X @${MV} ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-distrib ${WRKSRC} X @${RM} ${WRKSRC}/vmware-install.pl X Xpost-patch: X @${REINPLACE_CMD} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g' ${WRKSRC}/Makefile.PL X Xpost-install: X ${INSTALL_SCRIPT} ${WRKSRC}/bin/vicfg-* ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/bin/svmotion ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/bin/vmware-cmd ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/bin/vmkfstools ${PREFIX}/bin X X.include 8258588ce18ccc67e5e3d2f32e0f8e24 echo x - vmware-vsphere-cli/pkg-descr sed 's/^X//' >vmware-vsphere-cli/pkg-descr << 'c1ba7ec57090afb5827af731a3ffc2e5' XThe vSphere Command-Line Interface (vSphere CLI) command set allows you to Xrun common system administration commands against ESX/ESXi systems from any Xmachine with network access to those systems. You can also run most vSphere XCLI commands against a vCenter Server system and target any ESX/ESXi system Xthat vCenter Server system manages. X XvSphere CLI commands are especially useful for ESXi hosts because ESXi does Xnot include a service console. X XWWW: http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vsphere_4/ c1ba7ec57090afb5827af731a3ffc2e5 echo x - vmware-vsphere-cli/pkg-plist sed 's/^X//' >vmware-vsphere-cli/pkg-plist << 'ee544db0a59ed34c4245570fa1311026' Xbin/vicfg-advcfg Xbin/vicfg-authconfig Xbin/vicfg-cfgbackup Xbin/vicfg-dns Xbin/vicfg-dumppart Xbin/vicfg-hostops Xbin/vicfg-ipsec Xbin/vicfg-iscsi Xbin/vicfg-module Xbin/vicfg-mpath Xbin/vicfg-mpath35 Xbin/vicfg-nas Xbin/vicfg-nics Xbin/vicfg-ntp Xbin/vicfg-rescan Xbin/vicfg-route Xbin/vicfg-scsidevs Xbin/vicfg-snmp Xbin/vicfg-syslog Xbin/vicfg-user Xbin/vicfg-vmknic Xbin/vicfg-volume Xbin/vicfg-vswitch Xbin/svmotion Xbin/vmware-cmd Xbin/vmkfstools X%%SITE_PERL%%/VMware/VIM25Runtime.pm X%%SITE_PERL%%/VMware/VICommon.pm X%%SITE_PERL%%/VMware/VIM2Runtime.pm X%%SITE_PERL%%/VMware/VIMRuntime.pm X%%SITE_PERL%%/VMware/VIM2Stub.pm X%%SITE_PERL%%/VMware/VIExt.pm X%%SITE_PERL%%/VMware/VILib.pm X%%SITE_PERL%%/VMware/VIM25Stub.pm X%%SITE_PERL%%/VMware/VIRuntime.pm X%%SITE_PERL%%/VMware/VICredStore.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/VIPerlToolkit/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/VIPerlToolkit X@dirrmtry %%SITE_PERL%%/VMware X%%EXAMPLESDIR%%/AppUtil/HostUtil.pm X%%EXAMPLESDIR%%/AppUtil/VMUtil.pm X%%EXAMPLESDIR%%/AppUtil/XMLInputUtil.pm X%%EXAMPLESDIR%%/general/credstore_admin.pl X%%EXAMPLESDIR%%/general/connect.pl X%%EXAMPLESDIR%%/general/vidiscovery.pl X%%EXAMPLESDIR%%/general/viversion.pl X%%EXAMPLESDIR%%/general/extractlog.pl X%%EXAMPLESDIR%%/general/fileaccess.pl X%%EXAMPLESDIR%%/host/dsbrowse.pl X%%EXAMPLESDIR%%/host/hostdiagnostics.pl X%%EXAMPLESDIR%%/host/hostevacuate.pl X%%EXAMPLESDIR%%/host/hostinfo.pl X%%EXAMPLESDIR%%/host/hostops.pl X%%EXAMPLESDIR%%/performance/viperformance.pl X%%EXAMPLESDIR%%/sampledata/guestinfo.xml X%%EXAMPLESDIR%%/sampledata/vmclone.xml X%%EXAMPLESDIR%%/sampledata/vmcreate.xml X%%EXAMPLESDIR%%/sampledata/vmreconfig.xml X%%EXAMPLESDIR%%/schema/guestinfo.xsd X%%EXAMPLESDIR%%/schema/vmclone.xsd X%%EXAMPLESDIR%%/schema/vmcreate.xsd X%%EXAMPLESDIR%%/schema/vmreconfig.xsd X%%EXAMPLESDIR%%/session/load_session.pl X%%EXAMPLESDIR%%/session/save_session.pl X%%EXAMPLESDIR%%/vm/guestinfo.pl X%%EXAMPLESDIR%%/vm/sharesmanager.pl X%%EXAMPLESDIR%%/vm/snapshotmanager.pl X%%EXAMPLESDIR%%/vm/vdiskcreate.pl X%%EXAMPLESDIR%%/vm/vmclone.pl X%%EXAMPLESDIR%%/vm/vmcontrol.pl X%%EXAMPLESDIR%%/vm/vmcreate.pl X%%EXAMPLESDIR%%/vm/vminfo.pl X%%EXAMPLESDIR%%/vm/vmmigrate.pl X%%EXAMPLESDIR%%/vm/vmreconfig.pl X%%EXAMPLESDIR%%/vm/vmregister.pl X%%EXAMPLESDIR%%/vm/vmsnapshot.pl X%%EXAMPLESDIR%%/vm/vmtemplate.pl X@dirrmtry %%EXAMPLESDIR%%/vm X@dirrmtry %%EXAMPLESDIR%%/session X@dirrmtry %%EXAMPLESDIR%%/schema X@dirrmtry %%EXAMPLESDIR%%/sampledata X@dirrmtry %%EXAMPLESDIR%%/performance X@dirrmtry %%EXAMPLESDIR%%/host X@dirrmtry %%EXAMPLESDIR%%/general X@dirrmtry %%EXAMPLESDIR%%/AppUtil X@dirrmtry %%EXAMPLESDIR%% ee544db0a59ed34c4245570fa1311026 echo x - vmware-vsphere-cli/distinfo sed 's/^X//' >vmware-vsphere-cli/distinfo << '3c0a2479ef668dc3768fc09d5d1df988' XSHA256 (VMware-vSphere-Perl-SDK-4.1.0-254719.i386.tar.gz) = 261fa3651e8bbfb3da030b49434aaff6891779ca66af0273d434575b47d7ea7c XSIZE (VMware-vSphere-Perl-SDK-4.1.0-254719.i386.tar.gz) = 24109045 3c0a2479ef668dc3768fc09d5d1df988 echo c - vmware-vsphere-cli/files mkdir -p vmware-vsphere-cli/files > /dev/null 2>&1 echo x - vmware-vsphere-cli/files/patch-Makefile.PL sed 's/^X//' >vmware-vsphere-cli/files/patch-Makefile.PL << '1876a5d4b82b566ecc9575d9ed7a707f' X--- ./Makefile.PL.orig 2010-04-28 22:04:40.000000000 +0000 X+++ ./Makefile.PL 2011-07-09 03:37:35.000000000 +0000 X@@ -45,36 +45,16 @@ X } X }, 'lib'; X X-# X-# Copy WSMan tree to ./WSMan X-# X-find sub { X- if ($File::Find::name =~ m(^lib/WSMan/share/WSMan)) { X- (my $path = $File::Find::name) =~ s#^lib/WSMan/share/WSMan(/)?##; X- my $dest = "WSMan/$path"; X- if (!-d) { X- copy($_ => "$root/$dest") or die "couldn't copy: $!\n"; X- chmod 0555, "$root/$dest" or die "couldn't chmod: $!\n"; X- } else { X- unless (-d "$root/$dest") { X- mkpath "$root/$dest" or die "couldn't mkpath: $!\n"; X- chmod 0755, "$root/$dest" or die "couldn't chmod: $!\n" X- } X- } X- } X-}, 'lib'; X- X WriteMakefile( X NAME => 'VIPerlToolkit', X VERSION_FROM => 'lib/VMware/share/VMware/VIRuntime.pm', X AUTHOR => 'VMware', X- PMLIBDIRS => [ 'VMware', 'WSMan' ], X+ PMLIBDIRS => [ 'VMware' ], X PREREQ_PM => {'Crypt::SSLeay' => '0.51', X 'Data::Dumper' => '2.102', X 'Class::MethodMaker' => '2.08', X 'XML::LibXML' => '1.58', X 'LWP' => '5.8.05', X- 'UUID' => '0.03', X 'SOAP::Lite' => '0.67'}, X # X # These macros put things in the usual spot if you are running X@@ -87,14 +67,7 @@ X DEST_VMWARE_APPS => ( X $Config{perlpath} eq '/usr/bin/perl' ? X '/usr/lib/vmware-viperl/apps' : X- '$(INSTALLSITESCRIPT)/apps' X- ), X- # vmware docs X- INST_VMWARE_DOC => 'doc', X- DEST_VMWARE_DOC => ( X- $Config{perlpath} eq '/usr/bin/perl' ? X- '/usr/share/doc/vmware-viperl/doc' : X- '$(SITEPREFIX)/doc' X+ '%%EXAMPLESDIR%%' X ), X }, X ); 1876a5d4b82b566ecc9575d9ed7a707f exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 22:02: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 E151E106566B; Sat, 9 Jul 2011 22:02:58 +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 B9D918FC0A; Sat, 9 Jul 2011 22:02: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 p69M2wb6001759; Sat, 9 Jul 2011 22:02:58 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69M2wHH001754; Sat, 9 Jul 2011 22:02:58 GMT (envelope-from swills) Date: Sat, 9 Jul 2011 22:02:58 GMT Message-Id: <201107092202.p69M2wHH001754@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/158753: [new port] net/vmware-vsphere-cli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 09 Jul 2011 22:02:59 -0000 Synopsis: [new port] net/vmware-vsphere-cli Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sat Jul 9 22:02:58 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158753 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 22:23:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EA5A1065782; Sat, 9 Jul 2011 22:23:01 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36FF58FC1A; Sat, 9 Jul 2011 22:23: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 p69MN1xR020260; Sat, 9 Jul 2011 22:23:01 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69MN1GQ020256; Sat, 9 Jul 2011 22:23:01 GMT (envelope-from beech) Date: Sat, 9 Jul 2011 22:23:01 GMT Message-Id: <201107092223.p69MN1GQ020256@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/158745: [Maintainer] textproc/kmfl-european-latin: Update to 1.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: Sat, 09 Jul 2011 22:23:01 -0000 Synopsis: [Maintainer] textproc/kmfl-european-latin: Update to 1.6 Responsible-Changed-From-To: freebsd-ports-bugs-> beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Jul 9 22:19:05 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=158745 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 22: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 862FC1065670 for ; Sat, 9 Jul 2011 22: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 74B728FC12 for ; Sat, 9 Jul 2011 22: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 p69MUIl1020830 for ; Sat, 9 Jul 2011 22: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 p69MUIg8020827; Sat, 9 Jul 2011 22:30:18 GMT (envelope-from gnats) Date: Sat, 9 Jul 2011 22:30:18 GMT Message-Id: <201107092230.p69MUIg8020827@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: JR Aquino Cc: Subject: Re: ports/155143: /usr/ports/irc/unreal - Unreal IRCD runs as root by default with no options for a dedicated user. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: JR Aquino List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 22:30:18 -0000 The following reply was made to PR ports/155143; it has been noted by GNATS. From: JR Aquino To: bug-followup@FreeBSD.org, JR Aquino Cc: Subject: Re: ports/155143: /usr/ports/irc/unreal - Unreal IRCD runs as root by default with no options for a dedicated user. Date: Sat, 9 Jul 2011 15:01:00 -0700 --0016364c7a7fe9547604a7aa15be Content-Type: text/plain; charset=ISO-8859-1 This PR was opened March 1st. As there has been no response to this PR in 5 months, I would like to request port ownership for UnrealIRCD. It appears that this port has not been worked on since 2010. There are additional build options that can be added to increase the usefulness and security of this port which I would like to provide patches for. There is also an upcoming new release of the software that I would like to help make sure is patched appropriately. Thank you for your consideration. -Jr --0016364c7a7fe9547604a7aa15be Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This PR was opened March 1st. As there has been no response to this PR in 5= months, I would like to request port ownership for UnrealIRCD. =A0It appea= rs that this port has not been worked on since 2010. There are additional b= uild options that can be added to increase the usefulness and security of t= his port which I would like to provide patches for. =A0There is also an upc= oming new release of the software that I would like to help make sure is pa= tched appropriately.

Thank you for your consideration.

-= Jr
--0016364c7a7fe9547604a7aa15be-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 22:35: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 4B0F01065672; Sat, 9 Jul 2011 22:35:32 +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 210598FC13; Sat, 9 Jul 2011 22:35: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 p69MZW6V030651; Sat, 9 Jul 2011 22:35:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p69MZVdl030647; Sat, 9 Jul 2011 22:35:31 GMT (envelope-from linimon) Date: Sat, 9 Jul 2011 22:35:31 GMT Message-Id: <201107092235.p69MZVdl030647@freefall.freebsd.org> To: gerrit.beine@gmx.de, tanawts@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/155143: /usr/ports/irc/unreal - Unreal IRCD runs as root by default with no options for a dedicated 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: Sat, 09 Jul 2011 22:35:32 -0000 Synopsis: /usr/ports/irc/unreal - Unreal IRCD runs as root by default with no options for a dedicated user. State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Jul 9 22:33:38 UTC 2011 State-Changed-Why: With portmgr hat, reassign maintainership of this port, as requested. Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: linimon Class-Changed-When: Sat Jul 9 22:33:38 UTC 2011 Class-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=155143 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 22:54:11 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 9D6AF106566B for ; Sat, 9 Jul 2011 22:54:11 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA1A8FC1A for ; Sat, 9 Jul 2011 22:54:11 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 50FA9561B2; Sat, 9 Jul 2011 17:38:01 -0500 (CDT) Date: Sat, 9 Jul 2011 17:38:01 -0500 From: Mark Linimon To: JR Aquino Message-ID: <20110709223801.GB18319@lonesome.com> References: <201107092230.p69MUIg8020827@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201107092230.p69MUIg8020827@freefall.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/155143: /usr/ports/irc/unreal - Unreal IRCD runs as root by default with no options for a dedicated 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: Sat, 09 Jul 2011 22:54:11 -0000 reassigned; Gerritt has gone inactive. Thanks for volunteering. mcl