From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 07:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AAF61065678 for ; Sun, 24 Apr 2011 07:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C74D08FC1C for ; Sun, 24 Apr 2011 07: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 p3O7KBCX013099 for ; Sun, 24 Apr 2011 07: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 p3O7KBkY013091; Sun, 24 Apr 2011 07:20:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 07:20:11 GMT Resent-Message-Id: <201104240720.p3O7KBkY013091@freefall.freebsd.org> 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 619101065670 for ; Sun, 24 Apr 2011 07:17:45 +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 D0D648FC0C for ; Sun, 24 Apr 2011 07:17:44 +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 p3O6keTw084686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 24 Apr 2011 08:46:56 +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 p3O6kakj041838; Sun, 24 Apr 2011 08:46:36 +0200 (CEST) (envelope-from dm) Message-Id: <201104240646.p3O6kakj041838@home3.dinoex.sub.de> Date: Sun, 24 Apr 2011 08:46:36 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156606: [patch] fix build of textproc/openjade 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: Sun, 24 Apr 2011 07:20:12 -0000 >Number: 156606 >Category: ports >Synopsis: [patch] fix build of textproc/openjade >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 24 07:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 8.2-RELEASE >Organization: privat >Environment: in /etc/make.conf WITHOUT_NLS=yes >Description: The confuigure scripst detects that gettext is not installed, but it tries still to link against libintl.so Building openjade fails in a clean jail: [...] checking for gettext... no checking for gettext in -lintl... no [...] c++ -O -pipe -I. -I./../include -I/usr/local/include/OpenSP -I/usr/local/include/OpenSP/.. -I./../grove -I./../spgrove -I./../style -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"openjade\" -DVERSION=\"1.3.3-pre1\" -DSP_DEFINE_TEMPLATES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1 -DHAVE_DLFCN_H=1 -DDEFAULT_SCHEME_BUILTINS=\"/usr/local/share/sgml/openjade/builtins.dsl\" -o .libs/openjade jade.o SgmlFOTBuilder.o RtfFOTBuilder.o HtmlFOTBuilder.o TeXFOTBuilder.o TransformFOTBuilder.o MifFOTBuilder.o -L/usr/local/lib -lintl ../style/.libs/libostyle! .so -L/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1/grove -L/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1/grove/.libs -L/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1/lib -L/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1/lib/.libs -L/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1/spgrove -L/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1/spgrove/.libs ../spgrove/.libs/libospgrove.so ../grove/.libs/libogrove.so -lm /usr/local/lib/libosp.a -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: cannot find -lintl gmake[2]: *** [openjade] Error 1 gmake[2]: Leaving directory `/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1/jade' gmake[1]: *** [jade] Error 2 gmake[1]: Leaving directory `/media/work/usr/ports/textproc/openjade/work/openjade-1.3.3-pre1' gmake: *** [all] Error 2 *** Error code 1 >How-To-Repeat: Deinstall the gettext port, then type: cd /usr/ports/textproc/openjade && make WITHOUT_NLS=yes >Fix: Apply this patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/openjade/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 30 Mar 2010 08:09:48 -0000 1.52 +++ Makefile 24 Apr 2011 06:35:37 -0000 @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_PERL5= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${DATADIR} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 07: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 88AE4106566C; Sun, 24 Apr 2011 07: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 5CD6E8FC20; Sun, 24 Apr 2011 07: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 p3O7KMDh013480; Sun, 24 Apr 2011 07: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 p3O7KMLj013472; Sun, 24 Apr 2011 07:20:22 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 07:20:22 GMT Message-Id: <201104240720.p3O7KMLj013472@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156606: [patch] fix build of textproc/openjade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 07:20:22 -0000 Synopsis: [patch] fix build of textproc/openjade Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 07: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=156606 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 07:47: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 1B339106564A; Sun, 24 Apr 2011 07:47:06 +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 E43B68FC12; Sun, 24 Apr 2011 07:47: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 p3O7l56u060130; Sun, 24 Apr 2011 07:47:05 GMT (envelope-from dhn@freefall.freebsd.org) Received: (from dhn@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3O7l5WJ060126; Sun, 24 Apr 2011 07:47:05 GMT (envelope-from dhn) Date: Sun, 24 Apr 2011 07:47:05 GMT Message-Id: <201104240747.p3O7l5WJ060126@freefall.freebsd.org> To: dhn@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: dhn@FreeBSD.org Cc: Subject: Re: ports/156604: 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, 24 Apr 2011 07:47:06 -0000 Synopsis: Port update: games/atanks Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: dhn Responsible-Changed-When: Sun Apr 24 07:47:05 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156604 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 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 6A84C1065672 for ; Sun, 24 Apr 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 3B4BB8FC1A for ; Sun, 24 Apr 2011 09: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 p3O9K8YC046220 for ; Sun, 24 Apr 2011 09: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 p3O9K8S2046219; Sun, 24 Apr 2011 09:20:08 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 09:20:08 GMT Resent-Message-Id: <201104240920.p3O9K8S2046219@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C180E106564A for ; Sun, 24 Apr 2011 09:18: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 A40A08FC08 for ; Sun, 24 Apr 2011 09:18: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 p3O9IQGQ058858 for ; Sun, 24 Apr 2011 09:18:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3O9IQmU058857; Sun, 24 Apr 2011 09:18:26 GMT (envelope-from nobody) Message-Id: <201104240918.p3O9IQmU058857@red.freebsd.org> Date: Sun, 24 Apr 2011 09:18:26 GMT From: Carl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156607: print/ghostscript8: setting TARGET_ARCH variable prevents compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 09:20:08 -0000 >Number: 156607 >Category: ports >Synopsis: print/ghostscript8: setting TARGET_ARCH variable prevents compilation >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: Sun Apr 24 09:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Carl >Release: FreeBSD-8.1-RELEASE-amd64/i386 >Organization: >Environment: FreeBSD xxxxxxxx 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: Trying to build /usr/ports/print/ghostscript8 with the following command results in a compilation failure: env TARGET_ARCH=i386 make as seen in this excerpted output: ===== start excerpt ===== cc -O2 -pipe -fno-strict-aliasing -DUPD_SIGNAL=0 -I. -I/usr/workdir/usr/ports/print/ghostscript8/work/ghostscript-8.71/jasper/src/libjasper/include -I/usr/local/include/libpng -I/usr/local/include i386 -c -o ert.o ert.c cc: i386: No such file or directory ert.c: In function 'printUsageAndExit': ert.c:34: warning: incompatible implicit declaration of built-in function 'exit' ert.c: In function 'main': ert.c:52: warning: incompatible implicit declaration of built-in function 'malloc' ert.c:55: warning: incompatible implicit declaration of built-in function 'exit' ert.c:63: warning: incompatible implicit declaration of built-in function 'strlen' ert.c:73: warning: incompatible implicit declaration of built-in function 'exit' ert.c:82: warning: incompatible implicit declaration of built-in function 'exit' ert.c:87: warning: incompatible implicit declaration of built-in function 'exit' ert.c:116: warning: incompatible implicit declaration of built-in function 'exit' gmake: *** [ert.o] Error 1 *** Error code 2 Stop in /usr/ports/print/ghostscript8. ===== end excerpt ===== Note the incorrect inclusion of "i386" just before the -c option in the "cc" command line. This is the same problem found in the following problem reports: http://www.freebsd.org/cgi/query-pr.cgi?pr=147853 http://www.freebsd.org/cgi/query-pr.cgi?pr=151224 It seems to me that someone knowledgeable about this problem should take on the task of searching the entire ports collection for all instances of this same bug, rather than hoping random end users will eventually discover and report them all one at a time. I wasted a lot of time trying to solve this problem before I eventually ran across those other PRs - this should not be repeated. >How-To-Repeat: env TARGET_ARCH=i386 make >Fix: The attached patch worked for me, although I admit to not really understanding the problem. Note that this is essentially the same fix as for PR ports/147853 (see mail/ssmtp/Makefile, revision 1.32), but I am wondering whether there is some reason why the fix for PR ports/151224 as implemented in multimedia/x264/Makefile, revision 1.79 includes the clearing of not only TARGET_ARCH, but also ARCH. Patch attached with submission follows: --- Makefile.orig 2011-04-21 23:40:00.000000000 -0700 +++ Makefile 2011-04-22 00:22:43.000000000 -0700 @@ -43,7 +43,7 @@ MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ - EXTRALIBS="${EXTRALIBS}" \ + EXTRALIBS="${EXTRALIBS}" TARGET_ARCH= \ SOC_LOADER="dxmainc.c" CONFIGURE_ENV= ${MAKE_ENV} CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 09: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 32940106564A; Sun, 24 Apr 2011 09: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 07DF08FC0C; Sun, 24 Apr 2011 09: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 p3O9KH1Q046759; Sun, 24 Apr 2011 09:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3O9KHmL046753; Sun, 24 Apr 2011 09:20:17 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 09:20:17 GMT Message-Id: <201104240920.p3O9KHmL046753@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, doceng@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156607: print/ghostscript8: setting TARGET_ARCH variable prevents compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 09:20:18 -0000 Synopsis: print/ghostscript8: setting TARGET_ARCH variable prevents compilation Responsible-Changed-From-To: freebsd-ports-bugs->doceng Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 09:20:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156607 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 10:30:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 904E21065674 for ; Sun, 24 Apr 2011 10:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2739D8FC1B for ; Sun, 24 Apr 2011 10:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OAUBqr009618 for ; Sun, 24 Apr 2011 10:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OAUBVB009615; Sun, 24 Apr 2011 10:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 10:30:11 GMT Resent-Message-Id: <201104241030.p3OAUBVB009615@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57678106564A for ; Sun, 24 Apr 2011 10:25:08 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id C07788FC08 for ; Sun, 24 Apr 2011 10:25:07 +0000 (UTC) Message-Id: <20110424102508.57678106564A@hub.freebsd.org> Date: Sun, 24 Apr 2011 12:24:58 +0200 (CEST) From: Olli Hauer To: X-Send-Pr-Version: 3.113 Cc: derfi@vei.ru Subject: ports/156608: [patch] port net-ngmt/nagvis update to version 1.5.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 10:30:12 -0000 >Number: 156608 >Category: ports >Synopsis: [patch] port net-ngmt/nagvis update to version 1.5.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 24 10:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: Update nagvis to version 1.5.9 Additional I added my pkg-install script which sets more strict access rights in the directory www/nagvis. The Idea for this script was taken from the nagvis/install.sh script. >How-To-Repeat: >Fix: --- patch_nagvis.txt begins here --- Index: nagvis/Makefile =================================================================== RCS file: /home/pcvs/ports/net-mgmt/nagvis/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- nagvis/Makefile 11 Feb 2011 10:31:11 -0000 1.3 +++ nagvis/Makefile 24 Apr 2011 10:10:58 -0000 @@ -6,9 +6,10 @@ # PORTNAME= nagvis -PORTVERSION= 1.5.8 +PORTVERSION= 1.5.9 CATEGORIES= net-mgmt -MASTER_SITES= SF/${PORTNAME}/NagVis%201.5/ +MASTER_SITES= SF +MASTER_SITE_SUBDIR=${PORTNAME}/NagVis%201.5 MAINTAINER= derfi@vei.ru COMMENT= NagVis is a visualization addon for Nagios @@ -20,7 +21,7 @@ GRAPHVIZ "graphviz is needed for automaps" off NO_BUILD= yes -USE_PHP= gd gettext mbstring mysql session json pdo pdo_sqlite +USE_PHP= gd gettext mbstring session json pdo pdo_sqlite WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 @@ -28,10 +29,15 @@ WWW_OWNER?= ${WWWOWN} WWW_GROUP?= ${WWWGRP} -SUB_LIST+= WWW_OWNER=${WWW_OWNER} WWW_GROUP=${WWW_GROUP} +DIRMODE?= 750 +FILEMODE?= 640 + +SUB_LIST+= WWW_OWNER=${WWW_OWNER} WWW_GROUP=${WWW_GROUP} \ + DIRMODE=${DIRMODE} FILEMODE=${FILEMODE} SUB_FILES+= pkg-install pkg-deinstall .if defined(WITH_NDO2DB) +USE_PHP+= mysql RUN_DEPENDS+= ndo2db-3x:${PORTSDIR}/net-mgmt/ndoutils .endif @@ -45,7 +51,7 @@ check-sanity: .if !defined(WITH_NDO2DB) && !defined(WITH_MKLIVESTATUS) -IGNORE= please choose at least one nagios broker module +IGNORE= please choose at least one nagios broker module .endif post-extract: @@ -59,10 +65,7 @@ ${WRKSRC}/etc/nagvis.ini.php-sample do-install: - @${CP} -R ${WRKSRC} ${WWWDIR} - @${MKDIR} ${WWWDIR}/var/tmpl/cache - @${MKDIR} ${WWWDIR}/var/tmpl/compile - @${MKDIR} ${WWWDIR}/share/var + @( cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}/ ) post-install: @${SH} ${PKGINSTALL} ${DISTNAME} POST-INSTALL Index: nagvis/distinfo =================================================================== RCS file: /home/pcvs/ports/net-mgmt/nagvis/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- nagvis/distinfo 11 Feb 2011 10:31:11 -0000 1.3 +++ nagvis/distinfo 24 Apr 2011 10:10:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (nagvis-1.5.8.tar.gz) = 6c87b19550c90dd4ed54040ff4835e3ceb3a4ba93f723f44763c66d289288817 -SIZE (nagvis-1.5.8.tar.gz) = 3296727 +SHA256 (nagvis-1.5.9.tar.gz) = c0911a474563a8bd78e2454e8cd0f5c2cd8b83891869ada31d4d7ed0abddcbaa +SIZE (nagvis-1.5.9.tar.gz) = 3298253 Index: nagvis/pkg-plist =================================================================== RCS file: /home/pcvs/ports/net-mgmt/nagvis/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- nagvis/pkg-plist 11 Feb 2011 10:31:11 -0000 1.3 +++ nagvis/pkg-plist 24 Apr 2011 10:10:58 -0000 @@ -820,7 +820,7 @@ @dirrm %%WWWDIR%%/share/frontend/nagvis-js/classes @dirrm %%WWWDIR%%/share/frontend/nagvis-js @dirrm %%WWWDIR%%/share/frontend -@dirrm %%WWWDIR%%/share +@dirrmtry %%WWWDIR%%/share @dirrmtry %%WWWDIR%%/etc/maps @dirrmtry %%WWWDIR%%/etc/geomap @dirrmtry %%WWWDIR%%/etc/automaps Index: nagvis/files/pkg-install.in =================================================================== RCS file: /home/pcvs/ports/net-mgmt/nagvis/files/pkg-install.in,v retrieving revision 1.1 diff -u -r1.1 pkg-install.in --- nagvis/files/pkg-install.in 1 Nov 2010 20:45:55 -0000 1.1 +++ nagvis/files/pkg-install.in 24 Apr 2011 10:10:58 -0000 @@ -1,7 +1,89 @@ #!/bin/sh -# +# $FreeBSD$ +# ex:ts=4 + +# Set strict file and directory permissions. +# Idea taken from nagvis install.sh +# 2010-12-30 olli hauer + +OWNER=%%WWW_OWNER%%:%%WWW_GROUP%% +DIRMODE=%%DIRMODE%% +FILEMODE=%%FILEMODE%% + +set_perm() { + # create missing directories + [ "${2#${2%?}}" != '*' ] && /bin/mkdir -p ${2} + + if [ -d "$2" -o -f "$2" -o "${2#${2%?}}" = '*' ]; then + # Don't do anything when called with globbing and directory is empty + if [ "${2#${2%?}}" = '*' -a -z "$(/bin/ls "${2%/*}/")" ]; then + return 0 + else + if [ -z $3 ]; then + echo "chown -R $OWNER $2" + chown -R $OWNER $2 + else + echo "chown $OWNER $2" + chown $OWNER $2 + + fi + echo "chmod $1 $2" + chmod $1 $2 + fi + fi +} + +# handle single files +set_file_perm() { + echo "chown $OWNER $2" + chown $OWNER $2 + + echo "chmod $1 $2" + chmod $1 $2 +} + # fix directory owner if installed via package if [ "$2" = "POST-INSTALL" ]; then - echo "Fixing ownership settings ..." - chown -R %%WWW_OWNER%%:%%WWW_GROUP%% %%WWWDIR%% + + # honor PREFIX if installed from package + if [ ! -z $PKG_PREFIX ]; then + NAGVIS_PATH=${PKG_PREFIX%/}/www/nagvis + else + NAGVIS_PATH=%%WWWDIR%% + fi + + echo "===========================================================" + echo "Set access rights ..." + + # Set more strict access rights for save keeping. There is no need + # to grant WWW_OWNER:WWW_GROUP general ownership and write permission. + chown root:%%WWW_GROUP%% "$NAGVIS_PATH" + chmod $DIRMODE "$NAGVIS_PATH" + + # from nagvis source install.sh (with some modifications) + set_perm $DIRMODE "$NAGVIS_PATH/etc" non_recursive + set_perm $DIRMODE "$NAGVIS_PATH/etc/automaps" + set_perm $FILEMODE "$NAGVIS_PATH/etc/automaps/*" + set_perm $DIRMODE "$NAGVIS_PATH/etc/geomap" + set_perm $FILEMODE "$NAGVIS_PATH/etc/geomap/*" + set_perm $DIRMODE "$NAGVIS_PATH/etc/maps" + set_perm $FILEMODE "$NAGVIS_PATH/etc/maps/*" + + set_perm $DIRMODE "$NAGVIS_PATH/share/userfiles/images/maps" + set_perm $FILEMODE "$NAGVIS_PATH/share/userfiles/images/maps/*" + set_perm $DIRMODE "$NAGVIS_PATH/share/userfiles/images/shapes" + set_perm $FILEMODE "$NAGVIS_PATH/share/userfiles/images/shapes/*" + set_perm $DIRMODE "$NAGVIS_PATH/var" + set_perm $FILEMODE "$NAGVIS_PATH/var/*" + set_perm $DIRMODE "$NAGVIS_PATH/var/tmpl" + set_perm $DIRMODE "$NAGVIS_PATH/var/tmpl/cache" + set_perm $DIRMODE "$NAGVIS_PATH/var/tmpl/compile" + set_perm $DIRMODE "$NAGVIS_PATH/share/var" + set_perm $FILEMODE "$NAGVIS_PATH/share/var/*" + + # some additional file permission adjustments + set_file_perm $FILEMODE "$NAGVIS_PATH/etc/nagvis.ini.*" + [ -f "$NAGVIS_PATH/etc/auth.db" ] && set_file_perm $FILEMODE "$NAGVIS_PATH/etc/auth.db" + + echo "===========================================================" fi --- patch_nagvis.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 10:34:53 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31D6C106566B; Sun, 24 Apr 2011 10:34:53 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 017B78FC12; Sun, 24 Apr 2011 10:34: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 p3OAYqws019200; Sun, 24 Apr 2011 10:34:52 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OAYqMe019196; Sun, 24 Apr 2011 10:34:52 GMT (envelope-from culot) Date: Sun, 24 Apr 2011 10:34:52 GMT Message-Id: <201104241034.p3OAYqMe019196@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156479: databases/postgresql-repmgr 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: Sun, 24 Apr 2011 10:34:53 -0000 Synopsis: databases/postgresql-repmgr update Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Sun Apr 24 10:34:52 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156479 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 11:48: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 05E131065673; Sun, 24 Apr 2011 11:48:55 +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 D2AC68FC20; Sun, 24 Apr 2011 11:48: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 p3OBmsmd084953; Sun, 24 Apr 2011 11:48:54 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OBmsLk084949; Sun, 24 Apr 2011 11:48:54 GMT (envelope-from makc) Date: Sun, 24 Apr 2011 11:48:54 GMT Message-Id: <201104241148.p3OBmsLk084949@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/156431: New port: graphics/povray37 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 11:48:55 -0000 Synopsis: New port: graphics/povray37 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sun Apr 24 11:48:54 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156431 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 12:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C5631065670 for ; Sun, 24 Apr 2011 12:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E14BC8FC14 for ; Sun, 24 Apr 2011 12:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OCUAOu020495 for ; Sun, 24 Apr 2011 12:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OCUAGr020489; Sun, 24 Apr 2011 12:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 12:30:10 GMT Resent-Message-Id: <201104241230.p3OCUAGr020489@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F28F21065673 for ; Sun, 24 Apr 2011 12:22:59 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id 541B28FC13 for ; Sun, 24 Apr 2011 12:22:59 +0000 (UTC) Received: by Florence.tamama.org (Postfix, from userid 1000) id A7EC48A0A7; Sun, 24 Apr 2011 01:52:00 +0800 (CST) Message-Id: <20110423175200.A7EC48A0A7@Florence.tamama.org> Date: Sun, 24 Apr 2011 01:52:00 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156609: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 12:30:11 -0000 >Number: 156609 >Category: ports >Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service >Confidential: no >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 Apr 24 12:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD Florence.tamama.org 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Fri Feb 25 09:26:52 CST 2011 >Description: This one is the correct PR! Please close the other PR. The Net::Amazon::Route53 Perl module allows you to manage DNS records for your domains via Amazon's Route 53 service. For more information, visit http://aws.amazon.com/route53/. WWW: http://search.cpan.org/dist/Net-Amazon-Route53/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-Amazon-Route53-0.110310.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: # # p5-Net-Amazon-Route53 # p5-Net-Amazon-Route53/pkg-plist # p5-Net-Amazon-Route53/distinfo # p5-Net-Amazon-Route53/Makefile # p5-Net-Amazon-Route53/pkg-descr # echo c - p5-Net-Amazon-Route53 mkdir -p p5-Net-Amazon-Route53 > /dev/null 2>&1 echo x - p5-Net-Amazon-Route53/pkg-plist sed 's/^X//' >p5-Net-Amazon-Route53/pkg-plist << '393c250cc0c131e70b1de3bc482cab5c' X@comment $FreeBSD$ Xbin/route53 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53/.packlist X%%SITE_PERL%%/Net/Amazon/Route53/Change.pm X%%SITE_PERL%%/Net/Amazon/Route53/HostedZone.pm X%%SITE_PERL%%/Net/Amazon/Route53/ResourceRecordSet.pm X%%SITE_PERL%%/Net/Amazon/Route53.pm X@dirrmtry %%SITE_PERL%%/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/Net/Amazon X@dirrmtry %%SITE_PERL%%/Net X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 393c250cc0c131e70b1de3bc482cab5c echo x - p5-Net-Amazon-Route53/distinfo sed 's/^X//' >p5-Net-Amazon-Route53/distinfo << '0109ccff8f2dcd7757321feeb379730e' XSHA256 (Net-Amazon-Route53-0.110310.tar.gz) = 553c958a4c646b44b09ee312625e5a74349c26cb234edad2ba9adcf7e352bbf2 XSIZE (Net-Amazon-Route53-0.110310.tar.gz) = 17916 0109ccff8f2dcd7757321feeb379730e echo x - p5-Net-Amazon-Route53/Makefile sed 's/^X//' >p5-Net-Amazon-Route53/Makefile << '08c72eadba8dbd4f72fdc61d58c88b56' X# New ports collection makefile for: p5-Net-Amazon-Route53 X# Date created: 2011-04-24 X# Whom: Jui-Nan Lin X# X# $FreeBSD$ X# X XPORTNAME= Net-Amazon-Route53 XPORTVERSION= 0.110310 XCATEGORIES= dns perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= jnlin@csie.nctu.edu.tw XCOMMENT= Manage your DNS entries on Amazon's Route53 service X XBUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ X p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ X p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ X p5-MIME-Base64>0:${PORTSDIR}/converters/p5-MIME-Base64 \ X p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ X p5-XML-Bare>0:${PORTSDIR}/textproc/p5-XML-Bare XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= route53.1 XMAN3= Net::Amazon::Route53.3 Net::Amazon::Route53::HostedZone.3 Net::Amazon::Route53::ResourceRecordSet.3 Net::Amazon::Route53::Change.3 X X.include 08c72eadba8dbd4f72fdc61d58c88b56 echo x - p5-Net-Amazon-Route53/pkg-descr sed 's/^X//' >p5-Net-Amazon-Route53/pkg-descr << 'a9b2d34f268ac35eb138204bca1badfd' XThe Net::Amazon::Route53 Perl module allows you to manage DNS Xrecords for your domains via Amazon's Route 53 service. X XFor more information, visit http://aws.amazon.com/route53/. X XWWW: http://search.cpan.org/dist/Net-Amazon-Route53/ a9b2d34f268ac35eb138204bca1badfd exit --- p5-Net-Amazon-Route53-0.110310.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 12: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 8A45A106564A; Sun, 24 Apr 2011 12: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 6154C8FC14; Sun, 24 Apr 2011 12: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 p3OCUNPr021490; Sun, 24 Apr 2011 12: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 p3OCUN9U021476; Sun, 24 Apr 2011 12:30:23 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 12:30:23 GMT Message-Id: <201104241230.p3OCUN9U021476@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156609: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 12:30:23 -0000 Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 12:30:22 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=156609 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 13: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 1136C1065672 for ; Sun, 24 Apr 2011 13: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 E11CE8FC17 for ; Sun, 24 Apr 2011 13: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 p3ODeAAF085072 for ; Sun, 24 Apr 2011 13: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 p3ODeA1A085071; Sun, 24 Apr 2011 13:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 13:40:10 GMT Resent-Message-Id: <201104241340.p3ODeA1A085071@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 159181065676 for ; Sun, 24 Apr 2011 13:31:29 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id 892B88FC1C for ; Sun, 24 Apr 2011 13:31:28 +0000 (UTC) Received: by Florence.tamama.org (Postfix, from userid 1000) id A288E8A0A6; Sun, 24 Apr 2011 01:47:20 +0800 (CST) Message-Id: <20110423174720.A288E8A0A6@Florence.tamama.org> Date: Sun, 24 Apr 2011 01:47:20 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156610: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 13:40:11 -0000 >Number: 156610 >Category: ports >Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service >Confidential: no >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 Apr 24 13:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD Florence.tamama.org 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Fri Feb 25 09:26:52 CST 2011 >Description: The Net::Amazon::Route53 Perl module allows you to manage DNS records for your domains via Amazon's Route 53 service. For more information, visit http://aws.amazon.com/route53/. WWW: http://search.cpan.org/dist/Net-Amazon-Route53/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-Amazon-Route53-0.110310.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: # # p5-Net-Amazon-Route53 # p5-Net-Amazon-Route53/pkg-plist # p5-Net-Amazon-Route53/distinfo # p5-Net-Amazon-Route53/Makefile # p5-Net-Amazon-Route53/pkg-descr # echo c - p5-Net-Amazon-Route53 mkdir -p p5-Net-Amazon-Route53 > /dev/null 2>&1 echo x - p5-Net-Amazon-Route53/pkg-plist sed 's/^X//' >p5-Net-Amazon-Route53/pkg-plist << '393c250cc0c131e70b1de3bc482cab5c' X@comment $FreeBSD$ Xbin/route53 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53/.packlist X%%SITE_PERL%%/Net/Amazon/Route53/Change.pm X%%SITE_PERL%%/Net/Amazon/Route53/HostedZone.pm X%%SITE_PERL%%/Net/Amazon/Route53/ResourceRecordSet.pm X%%SITE_PERL%%/Net/Amazon/Route53.pm X@dirrmtry %%SITE_PERL%%/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/Net/Amazon X@dirrmtry %%SITE_PERL%%/Net X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 393c250cc0c131e70b1de3bc482cab5c echo x - p5-Net-Amazon-Route53/distinfo sed 's/^X//' >p5-Net-Amazon-Route53/distinfo << '0109ccff8f2dcd7757321feeb379730e' XSHA256 (Net-Amazon-Route53-0.110310.tar.gz) = 553c958a4c646b44b09ee312625e5a74349c26cb234edad2ba9adcf7e352bbf2 XSIZE (Net-Amazon-Route53-0.110310.tar.gz) = 17916 0109ccff8f2dcd7757321feeb379730e echo x - p5-Net-Amazon-Route53/Makefile sed 's/^X//' >p5-Net-Amazon-Route53/Makefile << '08c72eadba8dbd4f72fdc61d58c88b56' X# New ports collection makefile for: p5-Net-Amazon-Route53 X# Date created: 2011-04-24 X# Whom: Jui-Nan Lin X# X# $FreeBSD$ X# X XPORTNAME= Net-Amazon-Route53 XPORTVERSION= 0.110310 XCATEGORIES= dns perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= jnlin@csie.nctu.edu.tw XCOMMENT= Manage your DNS entries on Amazon's Route53 service X XBUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ X p5-Digest>0:${PORTSDIR}/security/p5-Digest-HMAC \ X p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ X p5-MIME-Base64>0:${PORTSDIR}/converters/p5-MIME-Base64 \ X p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ X p5-XML-Bare>0:${PORTSDIR}/textproc/p5-XML-Bare XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= route53.1 XMAN3= Net::Amazon::Route53.3 Net::Amazon::Route53::HostedZone.3 Net::Amazon::Route53::ResourceRecordSet.3 Net::Amazon::Route53::Change.3 X X.include 08c72eadba8dbd4f72fdc61d58c88b56 echo x - p5-Net-Amazon-Route53/pkg-descr sed 's/^X//' >p5-Net-Amazon-Route53/pkg-descr << 'a9b2d34f268ac35eb138204bca1badfd' XThe Net::Amazon::Route53 Perl module allows you to manage DNS Xrecords for your domains via Amazon's Route 53 service. X XFor more information, visit http://aws.amazon.com/route53/. X XWWW: http://search.cpan.org/dist/Net-Amazon-Route53/ a9b2d34f268ac35eb138204bca1badfd exit --- p5-Net-Amazon-Route53-0.110310.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 13: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 60918106567D for ; Sun, 24 Apr 2011 13: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 3FB3B8FC19 for ; Sun, 24 Apr 2011 13: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 p3ODeBnS085081 for ; Sun, 24 Apr 2011 13: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 p3ODeBq2085080; Sun, 24 Apr 2011 13:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 13:40:11 GMT Resent-Message-Id: <201104241340.p3ODeBq2085080@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A7DF1065677 for ; Sun, 24 Apr 2011 13:31:29 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id 891138FC1B for ; Sun, 24 Apr 2011 13:31:28 +0000 (UTC) Received: by Florence.tamama.org (Postfix, from userid 1000) id 262A88A0AF; Sun, 24 Apr 2011 12:49:11 +0800 (CST) Message-Id: <20110424044911.262A88A0AF@Florence.tamama.org> Date: Sun, 24 Apr 2011 12:49:11 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156611: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 13:40:11 -0000 >Number: 156611 >Category: ports >Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service >Confidential: no >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 Apr 24 13:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD Florence.tamama.org 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Fri Feb 25 09:26:52 CST 2011 >Description: The Net::Amazon::Route53 Perl module allows you to manage DNS records for your domains via Amazon's Route 53 service. For more information, visit http://aws.amazon.com/route53/. WWW: http://search.cpan.org/dist/Net-Amazon-Route53/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-Amazon-Route53-0.110310.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: # # p5-Net-Amazon-Route53 # p5-Net-Amazon-Route53/pkg-plist # p5-Net-Amazon-Route53/distinfo # p5-Net-Amazon-Route53/Makefile # p5-Net-Amazon-Route53/pkg-descr # echo c - p5-Net-Amazon-Route53 mkdir -p p5-Net-Amazon-Route53 > /dev/null 2>&1 echo x - p5-Net-Amazon-Route53/pkg-plist sed 's/^X//' >p5-Net-Amazon-Route53/pkg-plist << '393c250cc0c131e70b1de3bc482cab5c' X@comment $FreeBSD$ Xbin/route53 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53/.packlist X%%SITE_PERL%%/Net/Amazon/Route53/Change.pm X%%SITE_PERL%%/Net/Amazon/Route53/HostedZone.pm X%%SITE_PERL%%/Net/Amazon/Route53/ResourceRecordSet.pm X%%SITE_PERL%%/Net/Amazon/Route53.pm X@dirrmtry %%SITE_PERL%%/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/Net/Amazon X@dirrmtry %%SITE_PERL%%/Net X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 393c250cc0c131e70b1de3bc482cab5c echo x - p5-Net-Amazon-Route53/distinfo sed 's/^X//' >p5-Net-Amazon-Route53/distinfo << '0109ccff8f2dcd7757321feeb379730e' XSHA256 (Net-Amazon-Route53-0.110310.tar.gz) = 553c958a4c646b44b09ee312625e5a74349c26cb234edad2ba9adcf7e352bbf2 XSIZE (Net-Amazon-Route53-0.110310.tar.gz) = 17916 0109ccff8f2dcd7757321feeb379730e echo x - p5-Net-Amazon-Route53/Makefile sed 's/^X//' >p5-Net-Amazon-Route53/Makefile << '08c72eadba8dbd4f72fdc61d58c88b56' X# New ports collection makefile for: p5-Net-Amazon-Route53 X# Date created: 2011-04-24 X# Whom: Jui-Nan Lin X# X# $FreeBSD$ X# X XPORTNAME= Net-Amazon-Route53 XPORTVERSION= 0.110310 XCATEGORIES= dns perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= jnlin@csie.nctu.edu.tw XCOMMENT= Manage your DNS entries on Amazon's Route53 service X XBUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ X p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ X p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ X p5-MIME-Base64>0:${PORTSDIR}/converters/p5-MIME-Base64 \ X p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ X p5-XML-Bare>0:${PORTSDIR}/textproc/p5-XML-Bare XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= route53.1 XMAN3= Net::Amazon::Route53.3 Net::Amazon::Route53::HostedZone.3 Net::Amazon::Route53::ResourceRecordSet.3 Net::Amazon::Route53::Change.3 X X.include 08c72eadba8dbd4f72fdc61d58c88b56 echo x - p5-Net-Amazon-Route53/pkg-descr sed 's/^X//' >p5-Net-Amazon-Route53/pkg-descr << 'a9b2d34f268ac35eb138204bca1badfd' XThe Net::Amazon::Route53 Perl module allows you to manage DNS Xrecords for your domains via Amazon's Route 53 service. X XFor more information, visit http://aws.amazon.com/route53/. X XWWW: http://search.cpan.org/dist/Net-Amazon-Route53/ a9b2d34f268ac35eb138204bca1badfd exit --- p5-Net-Amazon-Route53-0.110310.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 13:40:20 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD85F106566C; Sun, 24 Apr 2011 13:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 845338FC1B; Sun, 24 Apr 2011 13:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3ODeKBf085779; Sun, 24 Apr 2011 13:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3ODeKwC085770; Sun, 24 Apr 2011 13:40:20 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 13:40:20 GMT Message-Id: <201104241340.p3ODeKwC085770@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156610: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 13:40:20 -0000 Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 13:40:20 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156610 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 13:40: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 1DEFF1065672; Sun, 24 Apr 2011 13:40: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 E8B6D8FC23; Sun, 24 Apr 2011 13:40: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 p3ODePQN086535; Sun, 24 Apr 2011 13:40:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3ODePAH086521; Sun, 24 Apr 2011 13:40:25 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 13:40:25 GMT Message-Id: <201104241340.p3ODePAH086521@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156611: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 13:40:26 -0000 Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 13:40:25 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156611 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 14: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 5B440106566C for ; Sun, 24 Apr 2011 14: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 2F25C8FC13 for ; Sun, 24 Apr 2011 14: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 p3OEAA2E010944 for ; Sun, 24 Apr 2011 14: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 p3OEAAUN010943; Sun, 24 Apr 2011 14:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 14:10:10 GMT Resent-Message-Id: <201104241410.p3OEAAUN010943@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64871106566B for ; Sun, 24 Apr 2011 14:03: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 524748FC08 for ; Sun, 24 Apr 2011 14:03: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 p3OE3voc080608 for ; Sun, 24 Apr 2011 14:03:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OE3vDf080580; Sun, 24 Apr 2011 14:03:57 GMT (envelope-from nobody) Message-Id: <201104241403.p3OE3vDf080580@red.freebsd.org> Date: Sun, 24 Apr 2011 14:03:57 GMT From: Dmitry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156612: lang/vala update to ver. 0.12.0 [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 14:10:10 -0000 >Number: 156612 >Category: ports >Synopsis: lang/vala update to ver. 0.12.0 [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 24 14:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 8.1-STABLE >Organization: None >Environment: >Description: Vala 0.12.0 released on April 3, 2011 Changes * Add get_next_char to string class. * Many bug fixes and binding updates. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2011-03-15 02:29:16.000000000 +0500 +++ Makefile 2011-04-08 21:41:29.000000000 +0600 @@ -2,12 +2,12 @@ # Date created: 2007-07-09 # Whom: Michael Johnson # -# $FreeBSD: ports/lang/vala/Makefile,v 1.25 2011/03/14 21:29:16 kwm Exp $ +# $FreeBSD: ports/lang/vala/Makefile,v 1.24 2010/11/20 15:36:43 kwm Exp $ # $MCom: ports/lang/vala/Makefile,v 1.46 2010/10/27 21:21:51 kwm Exp $ # PORTNAME= vala -PORTVERSION= 0.10.4 +PORTVERSION= 0.12.0 CATEGORIES= lang gnome MASTER_SITES= GNOME @@ -24,12 +24,12 @@ USE_BISON= build USE_LDCONFIG= yes -MAN1?= valac.1 valac-0.10.1 +MAN1?= valac.1 valac-0.12.1 .include .if defined(VALA_SLAVE) -LIB_DEPENDS+= vala-0.10.0:${PORTSDIR}/lang/vala +LIB_DEPENDS+= vala-0.12.0:${PORTSDIR}/lang/vala CONFIGURE_ARGS+=--enable-vapigen BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML @@ -42,11 +42,11 @@ # We cheat here, because vala records vapigen related stuff in its .pc file # This makes the vapigen work again, although it might get weird when # vala-vapigen isn't installed. - @${REINPLACE_CMD} -e 's|@vapigen_decl@|vapigen=$${bindir}/vapigen-0.10|g' \ - -e 's|@gen_introspect_decl@|gen_introspect=$${libdir}/vala-0.10/gen-introspect-0.10|g' \ - -e 's|@vala_gen_introspect_decl@|vala_gen_introspect=$${bindir}/vala-gen-introspect-0.10|g' \ - ${WRKSRC}/vala.pc.in - @${REINPLACE_CMD} -e 's|cp $$< $$@|cp vala.pc vala-0.10.pc|g' \ + @${REINPLACE_CMD} -e 's|@vapigen_decl@|vapigen=$${bindir}/vapigen-0.12|g' \ + -e 's|@gen_introspect_decl@|gen_introspect=$${libdir}/vala-0.12/gen-introspect-0.12|g' \ + -e 's|@vala_gen_introspect_decl@|vala_gen_introspect=$${bindir}/vala-gen-introspect-0.12|g' \ + ${WRKSRC}/libvala.pc.in + @${REINPLACE_CMD} -e 's|cp $$< $$@|cp libvala.pc libvala-0.12.pc|g' \ ${WRKSRC}/Makefile.in .if defined(VALA_SLAVE) @@ -61,8 +61,8 @@ ${PREFIX}/man/man1/ .else post-install: - ${LN} -fs ${PREFIX}/libdata/pkgconfig/vala-0.10.pc \ - ${PREFIX}/libdata/pkgconfig/vala-1.0.pc + ${LN} -fs ${PREFIX}/libdata/pkgconfig/libvala-0.12.pc \ + ${PREFIX}/libdata/pkgconfig/libvala-1.0.pc .endif .include --- distinfo.orig 2011-03-15 02:29:16.000000000 +0500 +++ distinfo 2011-04-08 21:44:10.000000000 +0600 @@ -1,2 +1,2 @@ -SHA256 (vala-0.10.4.tar.bz2) = 4d23bd8b904ec59537ed5bcf44064104ccc41d639a3386cbc62d91f6bf0301c4 -SIZE (vala-0.10.4.tar.bz2) = 2418192 +SHA256 (vala-0.12.0.tar.bz2) = 9a398e16fba2c78c9bcadb05e489c9bc318e34901d43451ac5d2ce4bc46b1225 +SIZE (vala-0.12.0.tar.bz2) = 2852200 --- pkg-plist.orig 2010-11-20 20:36:43.000000000 +0500 +++ pkg-plist 2011-02-15 18:28:20.000000000 +0500 @@ -1,244 +1,256 @@ bin/vala -bin/vala-0.10 +bin/vala-0.12 bin/valac -bin/valac-0.10 -include/vala-0.10/vala.h -include/vala-0.10/valaccode.h -include/vala-0.10/valacodegen.h -include/vala-0.10/valagee.h -lib/libvala-0.10.la -lib/libvala-0.10.so -lib/libvala-0.10.so.0 -libdata/pkgconfig/vala-0.10.pc -libdata/pkgconfig/vala-1.0.pc +bin/valac-0.12 +include/vala-0.12/vala.h +include/vala-0.12/valaccode.h +include/vala-0.12/valacodegen.h +include/vala-0.12/valagee.h +lib/libvala-0.12.la +lib/libvala-0.12.so +lib/libvala-0.12.so.0 +libdata/pkgconfig/libvala-0.12.pc +libdata/pkgconfig/libvala-1.0.pc share/aclocal/vala.m4 -share/devhelp/books/vala-0.10/attributes.html -share/devhelp/books/vala-0.10/classes.html -share/devhelp/books/vala-0.10/default.css -share/devhelp/books/vala-0.10/delegates.html -share/devhelp/books/vala-0.10/enums.html -share/devhelp/books/vala-0.10/exceptions.html -share/devhelp/books/vala-0.10/expressions.html -share/devhelp/books/vala-0.10/index.html -share/devhelp/books/vala-0.10/interfaces.html -share/devhelp/books/vala-0.10/methods.html -share/devhelp/books/vala-0.10/namespaces.html -share/devhelp/books/vala-0.10/overview.html -share/devhelp/books/vala-0.10/statements.html -share/devhelp/books/vala-0.10/structs.html -share/devhelp/books/vala-0.10/types.html -share/devhelp/books/vala-0.10/vala.devhelp2 -%%DATADIR%%-0.10/vapi/alsa.vapi -%%DATADIR%%-0.10/vapi/atk.vapi -%%DATADIR%%-0.10/vapi/avahi-gobject.deps -%%DATADIR%%-0.10/vapi/avahi-gobject.vapi -%%DATADIR%%-0.10/vapi/bzlib.vapi -%%DATADIR%%-0.10/vapi/cairo-xcb.deps -%%DATADIR%%-0.10/vapi/cairo-xcb.vapi -%%DATADIR%%-0.10/vapi/cairo.vapi -%%DATADIR%%-0.10/vapi/ccss-1.vapi -%%DATADIR%%-0.10/vapi/clutter-1.0.deps -%%DATADIR%%-0.10/vapi/clutter-1.0.vapi -%%DATADIR%%-0.10/vapi/clutter-gtk-0.10.deps -%%DATADIR%%-0.10/vapi/clutter-gtk-0.10.vapi -%%DATADIR%%-0.10/vapi/clutter-json-1.0.vapi -%%DATADIR%%-0.10/vapi/cogl-1.0.deps -%%DATADIR%%-0.10/vapi/cogl-1.0.vapi -%%DATADIR%%-0.10/vapi/clutter-gst-1.0.deps -%%DATADIR%%-0.10/vapi/clutter-gst-1.0.vapi -%%DATADIR%%-0.10/vapi/curses.vapi -%%DATADIR%%-0.10/vapi/dbus-glib-1.vapi -%%DATADIR%%-0.10/vapi/enchant.vapi -%%DATADIR%%-0.10/vapi/fuse.deps -%%DATADIR%%-0.10/vapi/fuse.vapi -%%DATADIR%%-0.10/vapi/gconf-2.0.vapi -%%DATADIR%%-0.10/vapi/gdk-2.0.deps -%%DATADIR%%-0.10/vapi/gdk-2.0.vapi -%%DATADIR%%-0.10/vapi/gdl-1.0.deps -%%DATADIR%%-0.10/vapi/gdl-1.0.vapi -%%DATADIR%%-0.10/vapi/gdk-pixbuf-2.0.deps -%%DATADIR%%-0.10/vapi/gdk-pixbuf-2.0.vapi -%%DATADIR%%-0.10/vapi/gdk-x11-2.0.deps -%%DATADIR%%-0.10/vapi/gdk-x11-2.0.vapi -%%DATADIR%%-0.10/vapi/gdu-gtk.deps -%%DATADIR%%-0.10/vapi/gdu-gtk.vapi -%%DATADIR%%-0.10/vapi/gdu.deps -%%DATADIR%%-0.10/vapi/gdu.vapi -%%DATADIR%%-0.10/vapi/gedit-2.20.deps -%%DATADIR%%-0.10/vapi/gedit-2.20.vapi -%%DATADIR%%-0.10/vapi/gio-2.0.vapi -%%DATADIR%%-0.10/vapi/gio-unix-2.0.deps -%%DATADIR%%-0.10/vapi/gio-unix-2.0.vapi -%%DATADIR%%-0.10/vapi/glib-2.0.vapi -%%DATADIR%%-0.10/vapi/gmodule-2.0.vapi -%%DATADIR%%-0.10/vapi/gnet-2.0.deps -%%DATADIR%%-0.10/vapi/gnet-2.0.vapi -%%DATADIR%%-0.10/vapi/gnome-desktop-2.0.deps -%%DATADIR%%-0.10/vapi/gnome-desktop-2.0.vapi -%%DATADIR%%-0.10/vapi/gnome-keyring-1.vapi -%%DATADIR%%-0.10/vapi/gnome-vfs-2.0.vapi -%%DATADIR%%-0.10/vapi/gnutls.vapi -%%DATADIR%%-0.10/vapi/gobject-2.0.vapi -%%DATADIR%%-0.10/vapi/goocanvas.deps -%%DATADIR%%-0.10/vapi/goocanvas.vapi -%%DATADIR%%-0.10/vapi/gsl.vapi -%%DATADIR%%-0.10/vapi/gstreamer-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-app-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-app-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-audio-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-audio-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-base-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-base-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-cdda-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-cdda-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-check-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-check-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-controller-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-controller-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-dataprotocol-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-dataprotocol-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-fft-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-fft-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-interfaces-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-interfaces-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-net-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-net-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-netbuffer-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-netbuffer-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-pbutils-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-pbutils-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-riff-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-riff-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-rtp-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-rtp-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-rtsp-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-rtsp-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-sdp-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-sdp-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-tag-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-tag-0.10.vapi -%%DATADIR%%-0.10/vapi/gstreamer-video-0.10.deps -%%DATADIR%%-0.10/vapi/gstreamer-video-0.10.vapi -%%DATADIR%%-0.10/vapi/gtk+-2.0.deps -%%DATADIR%%-0.10/vapi/gtk+-2.0.vapi -%%DATADIR%%-0.10/vapi/gtkmozembed.deps -%%DATADIR%%-0.10/vapi/gtkmozembed.vapi -%%DATADIR%%-0.10/vapi/gtksourceview-2.0.deps -%%DATADIR%%-0.10/vapi/gtksourceview-2.0.vapi -%%DATADIR%%-0.10/vapi/gudev-1.0.deps -%%DATADIR%%-0.10/vapi/gudev-1.0.vapi -%%DATADIR%%-0.10/vapi/hal.deps -%%DATADIR%%-0.10/vapi/hal.vapi -%%DATADIR%%-0.10/vapi/hildon-1.deps -%%DATADIR%%-0.10/vapi/hildon-1.vapi -%%DATADIR%%-0.10/vapi/hildon-fm-2.deps -%%DATADIR%%-0.10/vapi/hildon-fm-2.vapi -%%DATADIR%%-0.10/vapi/json-glib-1.0.vapi -%%DATADIR%%-0.10/vapi/libarchive.deps -%%DATADIR%%-0.10/vapi/libarchive.vapi -%%DATADIR%%-0.10/vapi/libbonoboui-2.0.vapi -%%DATADIR%%-0.10/vapi/libdaemon.vapi -%%DATADIR%%-0.10/vapi/libepc-1.0.vapi -%%DATADIR%%-0.10/vapi/libesmtp.vapi -%%DATADIR%%-0.10/vapi/libftdi.deps -%%DATADIR%%-0.10/vapi/libftdi.vapi -%%DATADIR%%-0.10/vapi/libgda-4.0.deps -%%DATADIR%%-0.10/vapi/libgda-4.0.vapi -%%DATADIR%%-0.10/vapi/libgda-report-4.0.deps -%%DATADIR%%-0.10/vapi/libgda-report-4.0.vapi -%%DATADIR%%-0.10/vapi/libgdata.deps -%%DATADIR%%-0.10/vapi/libgdata.vapi -%%DATADIR%%-0.10/vapi/libglade-2.0.deps -%%DATADIR%%-0.10/vapi/libglade-2.0.vapi -%%DATADIR%%-0.10/vapi/libgnome-2.0.vapi -%%DATADIR%%-0.10/vapi/libgnome-menu.vapi -%%DATADIR%%-0.10/vapi/libgnomeui-2.0.deps -%%DATADIR%%-0.10/vapi/libgnomeui-2.0.vapi -%%DATADIR%%-0.10/vapi/libgsf-1.deps -%%DATADIR%%-0.10/vapi/libgsf-1.vapi -%%DATADIR%%-0.10/vapi/libgvc.vapi -%%DATADIR%%-0.10/vapi/libmagic.vapi -%%DATADIR%%-0.10/vapi/libnl-1.vapi -%%DATADIR%%-0.10/vapi/libnl-2.0.deps -%%DATADIR%%-0.10/vapi/libnl-2.0.vapi -%%DATADIR%%-0.10/vapi/libnotify.deps -%%DATADIR%%-0.10/vapi/libnotify.vapi -%%DATADIR%%-0.10/vapi/liboobs-1.vapi -%%DATADIR%%-0.10/vapi/libosso.vapi -%%DATADIR%%-0.10/vapi/libpanelapplet-2.0.deps -%%DATADIR%%-0.10/vapi/libpanelapplet-2.0.vapi -%%DATADIR%%-0.10/vapi/libpq.vapi -%%DATADIR%%-0.10/vapi/librsvg-2.0.deps -%%DATADIR%%-0.10/vapi/librsvg-2.0.vapi -%%DATADIR%%-0.10/vapi/libsexy.deps -%%DATADIR%%-0.10/vapi/libsexy.vapi -%%DATADIR%%-0.10/vapi/libsoup-2.2.vapi -%%DATADIR%%-0.10/vapi/libsoup-2.4.deps -%%DATADIR%%-0.10/vapi/libsoup-2.4.vapi -%%DATADIR%%-0.10/vapi/libusb-1.0.deps -%%DATADIR%%-0.10/vapi/libusb-1.0.vapi -%%DATADIR%%-0.10/vapi/libusb.vapi -%%DATADIR%%-0.10/vapi/libwnck-1.0.deps -%%DATADIR%%-0.10/vapi/libwnck-1.0.vapi -%%DATADIR%%-0.10/vapi/libxml-2.0.vapi -%%DATADIR%%-0.10/vapi/linux.deps -%%DATADIR%%-0.10/vapi/linux.vapi -%%DATADIR%%-0.10/vapi/loudmouth-1.0.vapi -%%DATADIR%%-0.10/vapi/lua.vapi -%%DATADIR%%-0.10/vapi/mx-1.0.deps -%%DATADIR%%-0.10/vapi/mx-1.0.vapi -%%DATADIR%%-0.10/vapi/mysql.vapi -%%DATADIR%%-0.10/vapi/orc-0.4.vapi -%%DATADIR%%-0.10/vapi/pango.deps -%%DATADIR%%-0.10/vapi/pango.vapi -%%DATADIR%%-0.10/vapi/pangocairo.deps -%%DATADIR%%-0.10/vapi/pangocairo.vapi -%%DATADIR%%-0.10/vapi/poppler-glib.deps -%%DATADIR%%-0.10/vapi/poppler-glib.vapi -%%DATADIR%%-0.10/vapi/posix.vapi -%%DATADIR%%-0.10/vapi/purple.deps -%%DATADIR%%-0.10/vapi/purple.vapi -%%DATADIR%%-0.10/vapi/raptor.vapi -%%DATADIR%%-0.10/vapi/rasqal.deps -%%DATADIR%%-0.10/vapi/rasqal.vapi -%%DATADIR%%-0.10/vapi/readline.vapi -%%DATADIR%%-0.10/vapi/rest-0.6.deps -%%DATADIR%%-0.10/vapi/rest-0.6.vapi -%%DATADIR%%-0.10/vapi/rest-extras-0.6.deps -%%DATADIR%%-0.10/vapi/rest-extras-0.6.vapi -%%DATADIR%%-0.10/vapi/sdl-gfx.deps -%%DATADIR%%-0.10/vapi/sdl-gfx.vapi -%%DATADIR%%-0.10/vapi/sdl-image.deps -%%DATADIR%%-0.10/vapi/sdl-image.vapi -%%DATADIR%%-0.10/vapi/sdl-mixer.deps -%%DATADIR%%-0.10/vapi/sdl-mixer.vapi -%%DATADIR%%-0.10/vapi/sdl-net.deps -%%DATADIR%%-0.10/vapi/sdl-net.vapi -%%DATADIR%%-0.10/vapi/sdl-ttf.deps -%%DATADIR%%-0.10/vapi/sdl-ttf.vapi -%%DATADIR%%-0.10/vapi/sdl.vapi -%%DATADIR%%-0.10/vapi/sqlite3.vapi -%%DATADIR%%-0.10/vapi/taglib_c.vapi -%%DATADIR%%-0.10/vapi/tiff.vapi -%%DATADIR%%-0.10/vapi/tokyocabinet.vapi -%%DATADIR%%-0.10/vapi/tracker-indexer-module-1.0.vapi -%%DATADIR%%-0.10/vapi/twitter-glib-1.0.deps -%%DATADIR%%-0.10/vapi/twitter-glib-1.0.vapi -%%DATADIR%%-0.10/vapi/unique-1.0.deps -%%DATADIR%%-0.10/vapi/unique-1.0.vapi -%%DATADIR%%-0.10/vapi/v4l2.vapi -%%DATADIR%%-0.10/vapi/vala-0.10.vapi -%%DATADIR%%-0.10/vapi/vte.deps -%%DATADIR%%-0.10/vapi/vte.vapi -%%DATADIR%%-0.10/vapi/webkit-1.0.deps -%%DATADIR%%-0.10/vapi/webkit-1.0.vapi -%%DATADIR%%-0.10/vapi/x11.vapi -%%DATADIR%%-0.10/vapi/xcb.vapi -%%DATADIR%%-0.10/vapi/zlib.vapi -@dirrm %%DATADIR%%-0.10/vapi -@dirrm %%DATADIR%%-0.10 -@dirrm share/devhelp/books/vala-0.10 +share/devhelp/books/vala-0.12/attributes.html +share/devhelp/books/vala-0.12/classes.html +share/devhelp/books/vala-0.12/default.css +share/devhelp/books/vala-0.12/delegates.html +share/devhelp/books/vala-0.12/enums.html +share/devhelp/books/vala-0.12/exceptions.html +share/devhelp/books/vala-0.12/expressions.html +share/devhelp/books/vala-0.12/index.html +share/devhelp/books/vala-0.12/interfaces.html +share/devhelp/books/vala-0.12/methods.html +share/devhelp/books/vala-0.12/namespaces.html +share/devhelp/books/vala-0.12/overview.html +share/devhelp/books/vala-0.12/statements.html +share/devhelp/books/vala-0.12/structs.html +share/devhelp/books/vala-0.12/types.html +share/devhelp/books/vala-0.12/vala.devhelp2 +%%DATADIR%%-0.12/vapi/alsa.vapi +%%DATADIR%%-0.12/vapi/atk.vapi +%%DATADIR%%-0.12/vapi/avahi-gobject.deps +%%DATADIR%%-0.12/vapi/avahi-gobject.vapi +%%DATADIR%%-0.12/vapi/bzlib.vapi +%%DATADIR%%-0.12/vapi/cairo-xcb.deps +%%DATADIR%%-0.12/vapi/cairo-xcb.vapi +%%DATADIR%%-0.12/vapi/cairo.vapi +%%DATADIR%%-0.12/vapi/ccss-1.vapi +%%DATADIR%%-0.12/vapi/clutter-1.0.deps +%%DATADIR%%-0.12/vapi/clutter-1.0.vapi +%%DATADIR%%-0.12/vapi/clutter-gst-1.0.deps +%%DATADIR%%-0.12/vapi/clutter-gst-1.0.vapi +%%DATADIR%%-0.12/vapi/clutter-gtk-0.10.deps +%%DATADIR%%-0.12/vapi/clutter-gtk-0.10.vapi +%%DATADIR%%-0.12/vapi/clutter-gtk-1.0.deps +%%DATADIR%%-0.12/vapi/clutter-gtk-1.0.vapi +%%DATADIR%%-0.12/vapi/clutter-json-1.0.vapi +%%DATADIR%%-0.12/vapi/cogl-1.0.deps +%%DATADIR%%-0.12/vapi/cogl-1.0.vapi +%%DATADIR%%-0.12/vapi/curses.vapi +%%DATADIR%%-0.12/vapi/dbus-glib-1.vapi +%%DATADIR%%-0.12/vapi/enchant.vapi +%%DATADIR%%-0.12/vapi/fuse.deps +%%DATADIR%%-0.12/vapi/fuse.vapi +%%DATADIR%%-0.12/vapi/gconf-2.0.vapi +%%DATADIR%%-0.12/vapi/gdk-2.0.deps +%%DATADIR%%-0.12/vapi/gdk-2.0.vapi +%%DATADIR%%-0.12/vapi/gdk-3.0.deps +%%DATADIR%%-0.12/vapi/gdk-3.0.vapi +%%DATADIR%%-0.12/vapi/gdk-pixbuf-2.0.deps +%%DATADIR%%-0.12/vapi/gdk-pixbuf-2.0.vapi +%%DATADIR%%-0.12/vapi/gdk-x11-2.0.deps +%%DATADIR%%-0.12/vapi/gdk-x11-2.0.vapi +%%DATADIR%%-0.12/vapi/gdk-x11-3.0.deps +%%DATADIR%%-0.12/vapi/gdk-x11-3.0.vapi +%%DATADIR%%-0.12/vapi/gdl-1.0.deps +%%DATADIR%%-0.12/vapi/gdl-1.0.vapi +%%DATADIR%%-0.12/vapi/gdu-gtk.deps +%%DATADIR%%-0.12/vapi/gdu-gtk.vapi +%%DATADIR%%-0.12/vapi/gdu.deps +%%DATADIR%%-0.12/vapi/gdu.vapi +%%DATADIR%%-0.12/vapi/gedit-2.20.deps +%%DATADIR%%-0.12/vapi/gedit-2.20.vapi +%%DATADIR%%-0.12/vapi/gio-2.0.vapi +%%DATADIR%%-0.12/vapi/gio-unix-2.0.deps +%%DATADIR%%-0.12/vapi/gio-unix-2.0.vapi +%%DATADIR%%-0.12/vapi/glib-2.0.vapi +%%DATADIR%%-0.12/vapi/gmodule-2.0.vapi +%%DATADIR%%-0.12/vapi/gnet-2.0.deps +%%DATADIR%%-0.12/vapi/gnet-2.0.vapi +%%DATADIR%%-0.12/vapi/gnome-desktop-2.0.deps +%%DATADIR%%-0.12/vapi/gnome-desktop-2.0.vapi +%%DATADIR%%-0.12/vapi/gnome-keyring-1.vapi +%%DATADIR%%-0.12/vapi/gnome-vfs-2.0.vapi +%%DATADIR%%-0.12/vapi/gnutls.vapi +%%DATADIR%%-0.12/vapi/gobject-2.0.vapi +%%DATADIR%%-0.12/vapi/goocanvas.deps +%%DATADIR%%-0.12/vapi/goocanvas.vapi +%%DATADIR%%-0.12/vapi/gsl.vapi +%%DATADIR%%-0.12/vapi/gstreamer-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-app-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-app-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-audio-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-audio-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-base-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-base-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-cdda-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-cdda-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-check-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-check-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-controller-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-controller-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-dataprotocol-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-dataprotocol-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-fft-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-fft-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-interfaces-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-interfaces-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-net-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-net-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-netbuffer-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-netbuffer-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-pbutils-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-pbutils-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-riff-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-riff-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-rtp-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-rtp-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-rtsp-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-rtsp-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-sdp-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-sdp-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-tag-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-tag-0.10.vapi +%%DATADIR%%-0.12/vapi/gstreamer-video-0.10.deps +%%DATADIR%%-0.12/vapi/gstreamer-video-0.10.vapi +%%DATADIR%%-0.12/vapi/gtk+-2.0.deps +%%DATADIR%%-0.12/vapi/gtk+-2.0.vapi +%%DATADIR%%-0.12/vapi/gtk+-3.0.deps +%%DATADIR%%-0.12/vapi/gtk+-3.0.vapi +%%DATADIR%%-0.12/vapi/gtkmozembed.deps +%%DATADIR%%-0.12/vapi/gtkmozembed.vapi +%%DATADIR%%-0.12/vapi/gtksourceview-2.0.deps +%%DATADIR%%-0.12/vapi/gtksourceview-2.0.vapi +%%DATADIR%%-0.12/vapi/gudev-1.0.deps +%%DATADIR%%-0.12/vapi/gudev-1.0.vapi +%%DATADIR%%-0.12/vapi/hal.deps +%%DATADIR%%-0.12/vapi/hal.vapi +%%DATADIR%%-0.12/vapi/hildon-1.deps +%%DATADIR%%-0.12/vapi/hildon-1.vapi +%%DATADIR%%-0.12/vapi/hildon-fm-2.deps +%%DATADIR%%-0.12/vapi/hildon-fm-2.vapi +%%DATADIR%%-0.12/vapi/json-glib-1.0.deps +%%DATADIR%%-0.12/vapi/json-glib-1.0.vapi +%%DATADIR%%-0.12/vapi/libarchive.deps +%%DATADIR%%-0.12/vapi/libarchive.vapi +%%DATADIR%%-0.12/vapi/libbonoboui-2.0.vapi +%%DATADIR%%-0.12/vapi/libdaemon.vapi +%%DATADIR%%-0.12/vapi/libepc-1.0.vapi +%%DATADIR%%-0.12/vapi/libesmtp.vapi +%%DATADIR%%-0.12/vapi/libftdi.deps +%%DATADIR%%-0.12/vapi/libftdi.vapi +%%DATADIR%%-0.12/vapi/libgda-4.0.deps +%%DATADIR%%-0.12/vapi/libgda-4.0.vapi +%%DATADIR%%-0.12/vapi/libgda-report-4.0.deps +%%DATADIR%%-0.12/vapi/libgda-report-4.0.vapi +%%DATADIR%%-0.12/vapi/libgdata.deps +%%DATADIR%%-0.12/vapi/libgdata.vapi +%%DATADIR%%-0.12/vapi/libglade-2.0.deps +%%DATADIR%%-0.12/vapi/libglade-2.0.vapi +%%DATADIR%%-0.12/vapi/libgnome-2.0.vapi +%%DATADIR%%-0.12/vapi/libgnome-menu.vapi +%%DATADIR%%-0.12/vapi/libgnomeui-2.0.deps +%%DATADIR%%-0.12/vapi/libgnomeui-2.0.vapi +%%DATADIR%%-0.12/vapi/libgsf-1.deps +%%DATADIR%%-0.12/vapi/libgsf-1.vapi +%%DATADIR%%-0.12/vapi/libgvc.vapi +%%DATADIR%%-0.12/vapi/libmagic.vapi +%%DATADIR%%-0.12/vapi/libnl-1.vapi +%%DATADIR%%-0.12/vapi/libnl-2.0.deps +%%DATADIR%%-0.12/vapi/libnl-2.0.vapi +%%DATADIR%%-0.12/vapi/libnotify.deps +%%DATADIR%%-0.12/vapi/libnotify.vapi +%%DATADIR%%-0.12/vapi/liboobs-1.vapi +%%DATADIR%%-0.12/vapi/libosso.vapi +%%DATADIR%%-0.12/vapi/libpanelapplet-2.0.deps +%%DATADIR%%-0.12/vapi/libpanelapplet-2.0.vapi +%%DATADIR%%-0.12/vapi/libpq.vapi +%%DATADIR%%-0.12/vapi/librsvg-2.0.deps +%%DATADIR%%-0.12/vapi/librsvg-2.0.vapi +%%DATADIR%%-0.12/vapi/libsexy.deps +%%DATADIR%%-0.12/vapi/libsexy.vapi +%%DATADIR%%-0.12/vapi/libsoup-2.2.vapi +%%DATADIR%%-0.12/vapi/libsoup-2.4.deps +%%DATADIR%%-0.12/vapi/libsoup-2.4.vapi +%%DATADIR%%-0.12/vapi/libusb-1.0.deps +%%DATADIR%%-0.12/vapi/libusb-1.0.vapi +%%DATADIR%%-0.12/vapi/libusb.vapi +%%DATADIR%%-0.12/vapi/libvala-0.12.vapi +%%DATADIR%%-0.12/vapi/libwnck-1.0.deps +%%DATADIR%%-0.12/vapi/libwnck-1.0.vapi +%%DATADIR%%-0.12/vapi/libxml-2.0.vapi +%%DATADIR%%-0.12/vapi/linux.deps +%%DATADIR%%-0.12/vapi/linux.vapi +%%DATADIR%%-0.12/vapi/loudmouth-1.0.vapi +%%DATADIR%%-0.12/vapi/lua.vapi +%%DATADIR%%-0.12/vapi/mx-1.0.deps +%%DATADIR%%-0.12/vapi/mx-1.0.vapi +%%DATADIR%%-0.12/vapi/mysql.vapi +%%DATADIR%%-0.12/vapi/orc-0.4.vapi +%%DATADIR%%-0.12/vapi/pango.deps +%%DATADIR%%-0.12/vapi/pango.vapi +%%DATADIR%%-0.12/vapi/pangocairo.deps +%%DATADIR%%-0.12/vapi/pangocairo.vapi +%%DATADIR%%-0.12/vapi/pixman-1.vapi +%%DATADIR%%-0.12/vapi/poppler-glib.deps +%%DATADIR%%-0.12/vapi/poppler-glib.vapi +%%DATADIR%%-0.12/vapi/posix.vapi +%%DATADIR%%-0.12/vapi/purple.deps +%%DATADIR%%-0.12/vapi/purple.vapi +%%DATADIR%%-0.12/vapi/raptor.vapi +%%DATADIR%%-0.12/vapi/rasqal.deps +%%DATADIR%%-0.12/vapi/rasqal.vapi +%%DATADIR%%-0.12/vapi/readline.vapi +%%DATADIR%%-0.12/vapi/rest-0.6.deps +%%DATADIR%%-0.12/vapi/rest-0.6.vapi +%%DATADIR%%-0.12/vapi/rest-extras-0.6.deps +%%DATADIR%%-0.12/vapi/rest-extras-0.6.vapi +%%DATADIR%%-0.12/vapi/sdl-gfx.deps +%%DATADIR%%-0.12/vapi/sdl-gfx.vapi +%%DATADIR%%-0.12/vapi/sdl-image.deps +%%DATADIR%%-0.12/vapi/sdl-image.vapi +%%DATADIR%%-0.12/vapi/sdl-mixer.deps +%%DATADIR%%-0.12/vapi/sdl-mixer.vapi +%%DATADIR%%-0.12/vapi/sdl-net.deps +%%DATADIR%%-0.12/vapi/sdl-net.vapi +%%DATADIR%%-0.12/vapi/sdl-ttf.deps +%%DATADIR%%-0.12/vapi/sdl-ttf.vapi +%%DATADIR%%-0.12/vapi/sdl.vapi +%%DATADIR%%-0.12/vapi/sqlite3.vapi +%%DATADIR%%-0.12/vapi/taglib_c.vapi +%%DATADIR%%-0.12/vapi/tiff.vapi +%%DATADIR%%-0.12/vapi/tokyocabinet.vapi +%%DATADIR%%-0.12/vapi/tracker-indexer-module-1.0.vapi +%%DATADIR%%-0.12/vapi/twitter-glib-1.0.deps +%%DATADIR%%-0.12/vapi/twitter-glib-1.0.vapi +%%DATADIR%%-0.12/vapi/unique-1.0.deps +%%DATADIR%%-0.12/vapi/unique-1.0.vapi +%%DATADIR%%-0.12/vapi/v4l2.vapi +%%DATADIR%%-0.12/vapi/vte.deps +%%DATADIR%%-0.12/vapi/vte.vapi +%%DATADIR%%-0.12/vapi/webkit-1.0.deps +%%DATADIR%%-0.12/vapi/webkit-1.0.vapi +%%DATADIR%%-0.12/vapi/x11.vapi +%%DATADIR%%-0.12/vapi/xcb.vapi +%%DATADIR%%-0.12/vapi/zlib.vapi +@dirrm %%DATADIR%%-0.12/vapi +@dirrm %%DATADIR%%-0.12 +@dirrm %%DATADIR%%/vapi +@dirrm %%DATADIR%% +@dirrm share/devhelp/books/vala-0.12 @dirrmtry share/devhelp/books @dirrmtry share/devhelp -@dirrm include/vala-0.10 +@dirrm include/vala-0.12 --- files/patch-vapi_libpq.vapi.orig 2010-02-13 04:35:28.000000000 +0500 +++ files/patch-vapi_libpq.vapi 2011-04-24 19:58:10.000000000 +0600 @@ -1,5 +1,5 @@ ---- vapi/libpq.vapi.orig 2009-07-17 21:34:39.000000000 +0600 -+++ vapi/libpq.vapi 2009-11-23 01:18:21.000000000 +0500 +--- vapi/libpq.vapi.orig ++++ vapi/libpq.vapi @@ -22,7 +22,7 @@ using GLib; @@ -9,3 +9,99 @@ namespace Postgres { [CCode (cname = "ConnStatusType", cprefix = "CONNECTION_")] +@@ -89,13 +89,6 @@ + SOURCE_FUNCTION + } + +- [CCode (cname = "PGnotify")] +- public struct Notify { +- public string relname; +- public int be_pid; +- public string extra; +- } +- + [CCode (cname = "PQnoticeReceiver")] + public delegate void NoticeReceiverFunc (void* arg, Result res); + +@@ -273,30 +266,46 @@ + [CCode (cname = "PQexec")] + public Result exec (string query); + +- [CCode (cname = "PQexecParams", array_length = false, array_null_terminated = false)] +- public Result exec_params (string command, int nParams, Oid[] paramTypes, string[] paramValues, int[] paramLengths, +- int[] paramFormats, int resultFormat); +- +- [CCode (cname = "PQprepare", array_length = false, array_null_terminated = false)] +- public Result prepare (string stmtName, string query, int nParams, Oid[] paramTypes); +- +- [CCode (cname = "PQexecPrepared", array_length = false, array_null_terminated = false)] +- public Result exec_prepared (string stmtName, int nParams, string[] paramValues, int[] paramLengths, +- int[] paramFormats, int resultFormat); ++ [CCode (cname = "PQexecParams")] ++ public Result exec_params (string command, int nParams, ++ [CCode (array_length = false)] Oid[]? paramTypes, ++ [CCode (array_length = false)] string[]? paramValues, ++ [CCode (array_length = false)] int[]? paramLengths, ++ [CCode (array_length = false)] int[]? paramFormats, ++ int resultFormat); ++ ++ [CCode (cname = "PQprepare")] ++ public Result prepare (string stmtName, string query, int nParams, ++ [CCode (array_length = false)] Oid[]? paramTypes); ++ ++ [CCode (cname = "PQexecPrepared")] ++ public Result exec_prepared (string stmtName, int nParams, ++ [CCode (array_length = false)] string[]? paramValues, ++ [CCode (array_length = false)] int[]? paramLengths, ++ [CCode (array_length = false)] int[]? paramFormats, ++ int resultFormat); + + [CCode (cname = "PQsendQuery")] + public int send_query (string query); + +- [CCode (cname = "PQsendQueryParams", array_length = false, array_null_terminated = false)] +- public int send_query_params (string command, int nParams, Oid[] paramTypes, string[] paramValues, +- int[] paramLengths, int[] paramFormats, int resultFormat); +- +- [CCode (cname = "PQsendPrepare", array_length = false, array_null_terminated = false)] +- public int send_prepare (string stmtName, string query, int nParams, Oid[] paramTypes); +- +- [CCode (cname = "PQsendQueryPrepared", array_length = false, array_null_terminated = false)] +- public int send_query_prepared (string stmtName, int nParams, string[] paramValues, int[] paramLengths, +- int[] paramFormats, int resultFormat); ++ [CCode (cname = "PQsendQueryParams")] ++ public int send_query_params (string command, int nParams, ++ [CCode (array_length = false)] Oid[]? paramTypes, ++ [CCode (array_length = false)] string[]? paramValues, ++ [CCode (array_length = false)] int[]? paramLengths, ++ [CCode (array_length = false)] int[]? paramFormats, ++ int resultFormat); ++ ++ [CCode (cname = "PQsendPrepare")] ++ public int send_prepare (string stmtName, string query, int nParams, ++ [CCode (array_length = false)] Oid[]? paramTypes); ++ ++ [CCode (cname = "PQsendQueryPrepared")] ++ public int send_query_prepared (string stmtName, int nParams, ++ [CCode (array_length = false)] string[]? paramValues, ++ [CCode (array_length = false)] int[]? paramLengths, ++ [CCode (array_length = false)] int[]? paramFormats, ++ int resultFormat); + + [CCode (cname = "PQgetResult")] + public Result get_result (); +@@ -468,6 +477,14 @@ + public int get_param_type (int param_num); + } + ++ [Compact] ++ [CCode (free_function = "PQfreemem", cname = "PGnotify")] ++ public class Notify { ++ public string relname; ++ public int be_pid; ++ public string extra; ++ } ++ + [CCode (cname = "PQfreemem")] + public void free_mem (void* ptr); + --- /dev/null 2011-04-24 20:02:46.000000000 +0600 +++ files/patch-vapi_gtk+-2.0.vapi 2011-02-24 21:30:01.000000000 +0500 @@ -0,0 +1,11 @@ +--- vapi/gtk+-2.0.vapi.orig ++++ vapi/gtk+-2.0.vapi +@@ -5186,7 +5186,7 @@ + public unowned Gtk.TreeSelection get_selection (); + public bool get_show_expanders (); + public int get_tooltip_column (); +- public bool get_tooltip_context (out int x, out int y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter); ++ public bool get_tooltip_context (int* x, int* y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter); + public unowned Gtk.Adjustment get_vadjustment (); + public bool get_visible_range (out unowned Gtk.TreePath start_path, out unowned Gtk.TreePath end_path); + public void get_visible_rect (out Gdk.Rectangle visible_rect); --- /dev/null 2011-04-24 20:02:46.000000000 +0600 +++ files/patch-vapi_posix.vapi 2011-01-28 17:50:59.000000000 +0500 @@ -0,0 +1,20 @@ +--- vapi/posix.vapi.orig ++++ vapi/posix.vapi +@@ -1560,7 +1560,7 @@ + [CCode (cheader_filename = "unistd.h")] + public ssize_t readlink (string path, char[] buf); + [CCode (cheader_filename = "sys/uio.h")] +- public ssize_t readv (int fd, iovector vector, int iovcnt); ++ public ssize_t readv (int fd, iovector* vector, int iovcnt); + [CCode (cheader_filename = "unistd.h,sys/types.h")] + public int setgid (gid_t gid); + [CCode (cheader_filename = "unistd.h,sys/types.h")] +@@ -1572,7 +1572,7 @@ + [CCode (cheader_filename = "unistd.h")] + public ssize_t pwrite (int fd, void* buf, size_t count, off_t offset); + [CCode (cheader_filename = "sys/uio.h")] +- public ssize_t writev (int fd, iovector vector, int iovcnt); ++ public ssize_t writev (int fd, iovector* vector, int iovcnt); + [CCode (cheader_filename = "unistd.h")] + public off_t lseek(int fildes, off_t offset, int whence); + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 14: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 B77C5106566B; Sun, 24 Apr 2011 14: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 8E0348FC0A; Sun, 24 Apr 2011 14: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 p3OEALrH011857; Sun, 24 Apr 2011 14: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 p3OEALRB011852; Sun, 24 Apr 2011 14:10:21 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 14:10:21 GMT Message-Id: <201104241410.p3OEALRB011852@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156612: lang/vala update to ver. 0.12.0 [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 14:10:21 -0000 Synopsis: lang/vala update to ver. 0.12.0 [patch] Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 14:10:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156612 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 14: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 DE6E71065675 for ; Sun, 24 Apr 2011 14: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 BA37D8FC1A for ; Sun, 24 Apr 2011 14: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 p3OEUAc3029098 for ; Sun, 24 Apr 2011 14: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 p3OEUAmk029096; Sun, 24 Apr 2011 14:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 14:30:10 GMT Resent-Message-Id: <201104241430.p3OEUAmk029096@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Kojevnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE33F106564A for ; Sun, 24 Apr 2011 14:26:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7458FC12 for ; Sun, 24 Apr 2011 14:26: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 p3OEQO2D099572 for ; Sun, 24 Apr 2011 14:26:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OEQOPF099571; Sun, 24 Apr 2011 14:26:24 GMT (envelope-from nobody) Message-Id: <201104241426.p3OEQOPF099571@red.freebsd.org> Date: Sun, 24 Apr 2011 14:26:24 GMT From: Alexander Kojevnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156613: [maintainer update] audio/spek 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, 24 Apr 2011 14:30:11 -0000 >Number: 156613 >Category: ports >Synopsis: [maintainer update] audio/spek 0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 24 14:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Kojevnikov >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD freebsd 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: Attached patch updates audio/spek to 0.7 >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/Makefile b/Makefile index 3a3278f..2f141df 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spek -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,9 +15,12 @@ COMMENT= Acoustic spectrum analyser LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +MAN1= spek.1 + USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 desktopfileutils +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes @@ -25,4 +28,7 @@ MAKE_JOBS_SAFE= yes post-install: -@update-desktop-database +post-patch: + @${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" ${WRKSRC}/po/Makefile.in.in + .include diff --git a/distinfo b/distinfo index 60dee6b..95cbfca 100644 --- a/distinfo +++ b/distinfo @@ -1,2 +1,2 @@ -SHA256 (spek-0.6.tar.bz2) = be91b4a687725253051a0cae6a950e6abca705164af5ff3019881786df5d55ec -SIZE (spek-0.6.tar.bz2) = 202361 +SHA256 (spek-0.7.tar.bz2) = 61fe1ce33e7570a6720c81fb377edc7a9d1c0f93b6eca27a387cfee5eaa323f4 +SIZE (spek-0.7.tar.bz2) = 383757 diff --git a/pkg-plist b/pkg-plist index 38bdb95..b309ecd 100644 --- a/pkg-plist +++ b/pkg-plist @@ -6,6 +6,14 @@ share/icons/hicolor/24x24/apps/spek.png share/icons/hicolor/32x32/apps/spek.png share/icons/hicolor/48x48/apps/spek.png share/icons/hicolor/scalable/apps/spek.svg +share/locale/de/LC_MESSAGES/spek.mo +share/locale/es/LC_MESSAGES/spek.mo +share/locale/fr/LC_MESSAGES/spek.mo +share/locale/nl/LC_MESSAGES/spek.mo +share/locale/pl/LC_MESSAGES/spek.mo +share/locale/ru/LC_MESSAGES/spek.mo +share/locale/sv/LC_MESSAGES/spek.mo +share/locale/uk/LC_MESSAGES/spek.mo @dirrmtry share/applications @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 15:53: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 D6EEE106564A; Sun, 24 Apr 2011 15:53: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 AE7188FC15; Sun, 24 Apr 2011 15:53: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 p3OFrHU1009487; Sun, 24 Apr 2011 15:53:17 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OFrHxT009483; Sun, 24 Apr 2011 15:53:17 GMT (envelope-from culot) Date: Sun, 24 Apr 2011 15:53:17 GMT Message-Id: <201104241553.p3OFrHxT009483@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156613: [maintainer update] audio/spek 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, 24 Apr 2011 15:53:17 -0000 Synopsis: [maintainer update] audio/spek 0.7 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Sun Apr 24 15:53:17 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156613 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 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 789B5106566C for ; Sun, 24 Apr 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 558F98FC18 for ; Sun, 24 Apr 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 p3OGABZh018402 for ; Sun, 24 Apr 2011 16:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OGABiV018401; Sun, 24 Apr 2011 16:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 16:10:11 GMT Resent-Message-Id: <201104241610.p3OGABiV018401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2B2106564A for ; Sun, 24 Apr 2011 16:03: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 95A5F8FC12 for ; Sun, 24 Apr 2011 16:03: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 p3OG3nle085676 for ; Sun, 24 Apr 2011 16:03:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OG3naW085672; Sun, 24 Apr 2011 16:03:49 GMT (envelope-from nobody) Message-Id: <201104241603.p3OG3naW085672@red.freebsd.org> Date: Sun, 24 Apr 2011 16:03:49 GMT From: bartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156615: Please update ntfs-3g X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 16:10:11 -0000 >Number: 156615 >Category: ports >Synopsis: Please update ntfs-3g >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 Apr 24 16:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: bartoletti >Release: FreeBSD 8.2 >Organization: >Environment: >Description: Please update the version of ntfs-3g to the newest : ntfs-3g_ntfsprogs-2011.4.12 Thanks you >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 16: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 7510A1065672 for ; Sun, 24 Apr 2011 16: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 442A68FC20 for ; Sun, 24 Apr 2011 16: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 p3OGe8PY046948 for ; Sun, 24 Apr 2011 16: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 p3OGe8MW046947; Sun, 24 Apr 2011 16:40:08 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 16:40:08 GMT Resent-Message-Id: <201104241640.p3OGe8MW046947@freefall.freebsd.org> 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 074F8106564A for ; Sun, 24 Apr 2011 16:38:59 +0000 (UTC) (envelope-from crees@zeus.bayofrum.net) Received: from mail.skyusermail.com (mail.skyusermail.com [77.240.11.49]) by mx1.freebsd.org (Postfix) with ESMTP id 902CB8FC08 for ; Sun, 24 Apr 2011 16:38:58 +0000 (UTC) Received: from Spooler by mail.skyusermail.com (Mercury/32 v4.52) ID MO031220; 24 Apr 2011 17:38:57 +0100 Received: from spooler by mail.skyusermail.com (Mercury/32 v4.52); 24 Apr 2011 17:38:41 +0100 Received: from zeus.bayofrum.net (90.221.7.100) by mail.skyusermail.com (Mercury/32 v4.52) with ESMTP ID MG03121F (Using SSL/TLS, 3DES, CBC mode, keysize 192 bits) ; 24 Apr 2011 17:38:38 +0100 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p3OGcGkw025230 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 24 Apr 2011 17:38:16 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p3OGcFjK025229; Sun, 24 Apr 2011 17:38:16 +0100 (BST) (envelope-from crees) Message-Id: <201104241638.p3OGcFjK025229@zeus.bayofrum.net> Date: Sun, 24 Apr 2011 17:38:16 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156616: New port: sysutils/aird Handles Apple IR receiver button events X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 16:40:08 -0000 >Number: 156616 >Category: ports >Synopsis: New port: sysutils/aird Handles Apple IR receiver button events >Confidential: no >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 Apr 24 16:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: The aird daemon handles Apple IR receiver button events. If your system has an USB Apple IR receiver, most likely you'll also have an Apple Remote. An Apple remote has six (6) buttons: Volume up, Volume down, Play/Pause, Forward, Backward and Menu. For each button you can assign a command to execute. WWW: http://wiki.freebsd.org/AppleMacbook >How-To-Repeat: >Fix: Shar attached. --- aird.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: # # aird # aird/distinfo # aird/Makefile # aird/pkg-descr # aird/files # aird/files/aird.in # echo c - aird mkdir -p aird > /dev/null 2>&1 echo x - aird/distinfo sed 's/^X//' >aird/distinfo << '87e6076e9c884ab1f43469eba9b0a306' XSHA256 (aird-1.0.tar.gz) = e9f7251bf2099d1d299f6e56ac307e8eda9bdeea50704d9f4a8a63d950809f2f XSIZE (aird-1.0.tar.gz) = 4515 87e6076e9c884ab1f43469eba9b0a306 echo x - aird/Makefile sed 's/^X//' >aird/Makefile << '3b7b0c2d76ec5eff042d6f1857138b34' X# New ports collection Makefile for: aird X# Date created: 23 April 2011 X# Whom: Chris Rees (utisoft@gmail.com) X# X# $FreeBSD$ X# X XPORTNAME= aird XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ X XMAINTAINER= utisoft@gmail.com XCOMMENT= Handles Apple IR receiver button events X XUSE_RC_SUBR= ${PORTNAME} XMAN1= ${PORTNAME}.1 XMANCOMPRESSED= yes X XPLIST_FILES= bin/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MAN1PREFIX}/man/man1 X X.include 3b7b0c2d76ec5eff042d6f1857138b34 echo x - aird/pkg-descr sed 's/^X//' >aird/pkg-descr << '55f54febd0ea24f0a16748e28c38d0fd' XThe aird daemon handles Apple IR receiver button events. If your system Xhas an USB Apple IR receiver, most likely you'll also have an Apple XRemote. An Apple remote has six (6) buttons: Volume up, Volume down, XPlay/Pause, Forward, Backward and Menu. For each button you can assign a Xcommand to execute. X XApple IR receiver modules are found on: X X o MacBook (any generation) X o MacBook Pro (any generation) X o Intel iMac X o Intel MacMini X XWWW: http://wiki.freebsd.org/AppleMacbook 55f54febd0ea24f0a16748e28c38d0fd echo c - aird/files mkdir -p aird/files > /dev/null 2>&1 echo x - aird/files/aird.in sed 's/^X//' >aird/files/aird.in << '5d401068e7a99be46934a25af0b5619c' X#!/bin/sh X X# PROVIDE: aird X# REQUIRE: LOGIN X X# Add the following lines to /etc/rc.conf or /etc/rc.conf.local to X# enable aird: X# aird_enable (bool): Set to "NO" by default. X# aird_key: Unset by default; see man page on pairing. X# X# The following options have defaults sane for musicpd, they can be reassigned X# in /etc/rc.conf X# X# aird_play, aird_forward, aird_up, aird_down, aird_back, aird_menu X X. /etc/rc.subr X Xname="aird" Xrcvar=`set_rcvar` X Xload_rc_config $name X X: ${aird_enable="NO"} X: ${aird_play="mpc toggle"} X: ${aird_forward="mpc next"} X: ${aird_up="mixer vol +2"} X: ${aird_down="mixer vol -2"} X: ${aird_back="mpc prev"} X: ${aird_menu="xterm -e ncmpc"} X X[ -z "${aird_key}" ] || aird_key="-k ${aird_key}" X Xcommand="%%PREFIX%%/bin/aird" Xpidfile="/var/run/aird.pid" Xcommand_args="-p ${pidfile} -f /dev/uhid1 ${aird_key}\ X -P \"${aird_play}\" \ X -F \"${aird_forward}\" \ X -U \"${aird_up}\" \ X -D \"${aird_down}\" \ X -B \"${aird_back}\" \ X -M \"${aird_menu}\"" X Xrun_rc_command "$1" 5d401068e7a99be46934a25af0b5619c exit --- aird.shar 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 Sun Apr 24 17: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 87488106567E for ; Sun, 24 Apr 2011 17: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 626418FC24 for ; Sun, 24 Apr 2011 17: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 p3OHUBjM090549 for ; Sun, 24 Apr 2011 17:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OHUBoY090548; Sun, 24 Apr 2011 17:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 17:30:11 GMT Resent-Message-Id: <201104241730.p3OHUBoY090548@freefall.freebsd.org> 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 4184B1065673 for ; Sun, 24 Apr 2011 17:20: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 308AB8FC0C for ; Sun, 24 Apr 2011 17:20: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 p3OHKKif055880 for ; Sun, 24 Apr 2011 17:20:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OHKK5a055879; Sun, 24 Apr 2011 17:20:20 GMT (envelope-from nobody) Message-Id: <201104241720.p3OHKK5a055879@red.freebsd.org> Date: Sun, 24 Apr 2011 17:20:20 GMT From: Jesse To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156617: Port update: games/searchandrescue-data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 17:30:14 -0000 >Number: 156617 >Category: ports >Synopsis: Port update: games/searchandrescue-data >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 Apr 24 17:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jesse >Release: 8.2 >Organization: RM >Environment: FreeBSD-8.2 32-bit >Description: There is a new release available for the SearchandRescue data files, which can be found at http://searchandrescue.sf.net Please see the attached patch which brings the port up to date. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN searchandrescue-data.bak/Makefile searchandrescue-data/Makefile --- searchandrescue-data.bak/Makefile 2011-04-24 09:33:01.000000000 -0300 +++ searchandrescue-data/Makefile 2011-04-24 09:34:38.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= SearchAndRescue -PORTVERSION= 1.0.0 +PORTVERSION= 1.3.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:L}/Data_Files/ PKGNAMESUFFIX= -data diff -ruN searchandrescue-data.bak/distinfo searchandrescue-data/distinfo --- searchandrescue-data.bak/distinfo 2011-04-24 09:33:01.000000000 -0300 +++ searchandrescue-data/distinfo 2011-04-24 09:54:40.000000000 -0300 @@ -1,3 +1,2 @@ -MD5 (SearchAndRescue-data-1.0.0.tar.gz) = da92f5fa7587cc0a712706d01b2f59f1 -SHA256 (SearchAndRescue-data-1.0.0.tar.gz) = 8ce04aeadf95e2a5d876cc6f044b1554d4e180428c634dd4f577ed55c99d54d0 -SIZE (SearchAndRescue-data-1.0.0.tar.gz) = 8502581 +SHA256 (SearchAndRescue-data-1.3.0.tar.gz) = e676a6707af0d802b7237a3974630564e25bc969965795b1a7eee80cea39ab49 +SIZE (SearchAndRescue-data-1.3.0.tar.gz) = 53432203 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 17: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 8887B1065688 for ; Sun, 24 Apr 2011 17: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 CC6228FC26 for ; Sun, 24 Apr 2011 17: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 p3OHUB0m090574 for ; Sun, 24 Apr 2011 17:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OHUBmv090561; Sun, 24 Apr 2011 17:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 17:30:11 GMT Resent-Message-Id: <201104241730.p3OHUBmv090561@freefall.freebsd.org> 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 B712B106566B for ; Sun, 24 Apr 2011 17:22:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A625B8FC12 for ; Sun, 24 Apr 2011 17:22:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OHM8rd058910 for ; Sun, 24 Apr 2011 17:22:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OHM8SI058906; Sun, 24 Apr 2011 17:22:08 GMT (envelope-from nobody) Message-Id: <201104241722.p3OHM8SI058906@red.freebsd.org> Date: Sun, 24 Apr 2011 17:22:08 GMT From: Jesse To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156618: Port update: games/searchandrescue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 17:30:14 -0000 >Number: 156618 >Category: ports >Synopsis: Port update: games/searchandrescue >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 Apr 24 17:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jesse >Release: 8.2 >Organization: RM >Environment: Free-BSD 8.2 32-bit >Description: There is a new version of SearchandRescue available from the upstream project, which can be found at http://searchandrescue.sf.net Please find a patch attached which will bring the port up to date with upstream. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN searchandrescue.bak/Makefile searchandrescue/Makefile --- searchandrescue.bak/Makefile 2011-04-24 09:59:02.000000000 -0300 +++ searchandrescue/Makefile 2011-04-24 09:59:20.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= SearchAndRescue -PORTVERSION= 1.1.0 +PORTVERSION= 1.3.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:L}/Program/ diff -ruN searchandrescue.bak/distinfo searchandrescue/distinfo --- searchandrescue.bak/distinfo 2011-04-24 09:59:02.000000000 -0300 +++ searchandrescue/distinfo 2011-04-24 10:11:07.000000000 -0300 @@ -1,3 +1,2 @@ -MD5 (SearchAndRescue-1.1.0.tar.gz) = f785d5968a8c3f57b021d40953ac4d32 -SHA256 (SearchAndRescue-1.1.0.tar.gz) = bd3625d920a48cb349975987be7fc79900bde25b2c75a94e300fd0f1035cb94d -SIZE (SearchAndRescue-1.1.0.tar.gz) = 864674 +SHA256 (SearchAndRescue-1.3.0.tar.gz) = 260a3962e0bccb2822a809707acecdfdec4061053a20ad67a33bbda60ca2e13c +SIZE (SearchAndRescue-1.3.0.tar.gz) = 1472727 diff -ruN searchandrescue.bak/files/patch-SearchAndRescue.desktop searchandrescue/files/patch-SearchAndRescue.desktop --- searchandrescue.bak/files/patch-SearchAndRescue.desktop 2011-04-24 09:59:02.000000000 -0300 +++ searchandrescue/files/patch-SearchAndRescue.desktop 2011-04-24 10:10:16.000000000 -0300 @@ -1,5 +1,5 @@ ---- ./SearchAndRescue.desktop.orig 2010-03-05 22:10:43.000000000 +0300 -+++ ./SearchAndRescue.desktop 2010-07-22 23:03:07.163020299 +0400 +--- ./SearchAndRescue.desktop.orig 2010-03-05 15:10:43.000000000 -0400 ++++ ./SearchAndRescue.desktop 2011-04-24 10:02:38.000000000 -0300 @@ -2,6 +2,7 @@ Encoding=UTF-8 Name=Search and rescue diff -ruN searchandrescue.bak/files/patch-sar__Makefile searchandrescue/files/patch-sar__Makefile --- searchandrescue.bak/files/patch-sar__Makefile 2011-04-24 09:59:02.000000000 -0300 +++ searchandrescue/files/patch-sar__Makefile 2011-04-24 10:10:16.000000000 -0300 @@ -1,20 +1,22 @@ ---- ./sar/Makefile.orig 2010-06-04 04:33:22.000000000 +0400 -+++ ./sar/Makefile 2010-07-20 23:58:53.189939887 +0400 -@@ -1,12 +1,12 @@ +--- ./sar/Makefile.orig 2011-04-01 15:29:49.000000000 -0300 ++++ ./sar/Makefile 2011-04-24 10:09:51.000000000 -0300 +@@ -1,14 +1,14 @@ # Platform Configurator generated Makefile # -PREFIX = $(DESTDIR)/usr/ +PREFIX = %%PREFIX%% --CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -finline-functions -fexpensive-optimizations -D__USE_BSD -DHAVE_SDL_MIXER -Wno-write-strings -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -+CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -D__USE_BSD -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -DHAVE_SDL_MIXER -I/usr/local/include + CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -finline-functions -fexpensive-optimizations -D__USE_BSD -DHAVE_SDL_MIXER -Wno-write-strings -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -DNEW_GRAPHICS #-DOLD_GRAPHICS INC_DIRS = -LIBS = -lm -lSDL -lSDL_mixer -lSM -lICE -lX11 -lXext -lXmu -lXpm -lXxf86vm -lGL -lGLU -lpthread -+LIBS = -lm -lSM -lICE -lX11 -lXext -lXmu -lXpm -lXxf86vm -lGL -lGLU -lSDL -lSDL_mixer ++LIBS = -lm -lSDL -lSDL_mixer -lSM -lICE -lX11 -lXext -lXmu -lXpm -lXxf86vm -lGL -lGLU - LIB_DIRS = -L/usr/X11R6/lib/ -L/usr/X11R6/lib/ -L/usr/X11R6/lib/ +-LIB_DIRS = -L/usr/X11R6/lib/ -L/usr/X11R6/lib/ -L/usr/X11R6/lib/ ++LIB_DIRS = -L/usr/local/X11R6/lib/ -L/usr/local/X11R6/lib/ -L/usr/local/X11R6/lib/ + + CC = gcc @@ -39,7 +39,7 @@ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 17:50:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0175F106566C for ; Sun, 24 Apr 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 CCF6B8FC0A for ; Sun, 24 Apr 2011 17:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OHoAtZ009230 for ; Sun, 24 Apr 2011 17: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 p3OHoAWX009229; Sun, 24 Apr 2011 17:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 17:50:10 GMT Resent-Message-Id: <201104241750.p3OHoAWX009229@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kuan-Chung Chiu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8AE7106566C for ; Sun, 24 Apr 2011 17: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 96BAB8FC0A for ; Sun, 24 Apr 2011 17: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 p3OHlWl4092051 for ; Sun, 24 Apr 2011 17: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 p3OHlWXi092050; Sun, 24 Apr 2011 17:47:32 GMT (envelope-from nobody) Message-Id: <201104241747.p3OHlWXi092050@red.freebsd.org> Date: Sun, 24 Apr 2011 17:47:32 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156619: [maintainer update] converters/bsdconv to 4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 17:50:11 -0000 >Number: 156619 >Category: ports >Synopsis: [maintainer update] converters/bsdconv to 4.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 24 17:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: 9-CURRENT >Organization: N/A >Environment: FreeBSD Elizabeth.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r220689M: Sat Apr 16 19:48:29 CST 2011 root@Elizabeth.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH amd64 >Description: Update converters/bsdconv to 4.5 this update includes bugfix and new codecs for coming chinese/bug5 >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile index 93a15e7..b03660b 100644 --- a/converters/bsdconv/Makefile +++ b/converters/bsdconv/Makefile @@ -6,21 +6,30 @@ # PORTNAME= bsdconv -PORTVERSION= 4.3 +PORTVERSION= 4.5 CATEGORIES= converters MASTER_SITES= http://cloud.github.com/downloads/buganini/bsdconv/ MAINTAINER= buganini@gmail.com COMMENT= BSD licensed charset/encoding converter library +OPTIONS= EXTRA "Extra codecs (Chinese specifics)" OFF + USE_LDCONFIG= yes MAKE_ARGS= PREFIX=${PREFIX} +ALL_TARGET= libbsdconv bsdconv_mktable meta bsdconv codecs_basic +INSTALL_TARGET= install_main install_basic + .include -#.if ${OSVERSION} < 701101 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-strndup -#.endif +.if defined(WITH_EXTRA) +ALL_TARGET+= codecs_extra +INSTALL_TARGET+=install_extra +PLIST_SUB+= EXTRA="" +.else +PLIST_SUB+= EXTRA="@comment " +.endif .include diff --git a/converters/bsdconv/distinfo b/converters/bsdconv/distinfo index ad7dbd9..f33b03a 100644 --- a/converters/bsdconv/distinfo +++ b/converters/bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (bsdconv-4.3.tar.gz) = c456db155aa5f6f342edd3e6ff0561d79a3a3f1723670ecc60626711bed7fe1d -SIZE (bsdconv-4.3.tar.gz) = 3704402 +SHA256 (bsdconv-4.5.tar.gz) = 8ff3f61cfbe96c156531934e2e70cd700564c64b3c03c14e9acf84ca13a2c38c +SIZE (bsdconv-4.5.tar.gz) = 3706760 diff --git a/converters/bsdconv/files/extra-patch-strndup b/converters/bsdconv/files/extra-patch-strndup deleted file mode 100644 index d0d6aa2..0000000 --- a/converters/bsdconv/files/extra-patch-strndup +++ /dev/null @@ -1,25 +0,0 @@ ---- src/bsdconv_func.c.orig 2009-10-11 19:26:58.000000000 +0800 -+++ src/bsdconv_func.c 2009-10-14 21:30:50.000000000 +0800 -@@ -25,6 +25,7 @@ - #endif - #include - #include "bsdconv.h" -+#include - - int loadcodec(struct bsdconv_codec_t *cd, char *path, int maponly){ - #ifdef WIN32 -@@ -138,3 +139,14 @@ - return r; - } - #endif -+ -+char * strndup(const char *str, size_t len){ -+ size_t l=strlen(str); -+ char *r; -+ if(lenRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 18:10: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 2381C1065670 for ; Sun, 24 Apr 2011 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF3148FC15 for ; Sun, 24 Apr 2011 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OIA4co026229 for ; Sun, 24 Apr 2011 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OIA4cD026228; Sun, 24 Apr 2011 18:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 18:10:04 GMT Resent-Message-Id: <201104241810.p3OIA4cD026228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kuan-Chung Chiu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B165A1065670 for ; Sun, 24 Apr 2011 18:09:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 860EA8FC1A for ; Sun, 24 Apr 2011 18:09:29 +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 p3OI9T7L010148 for ; Sun, 24 Apr 2011 18:09:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OI9TeR010147; Sun, 24 Apr 2011 18:09:29 GMT (envelope-from nobody) Message-Id: <201104241809.p3OI9TeR010147@red.freebsd.org> Date: Sun, 24 Apr 2011 18:09:29 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156620: [new port] chinese/bug5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 18:10:05 -0000 >Number: 156620 >Category: ports >Synopsis: [new port] chinese/bug5 >Confidential: no >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 Apr 24 18:10:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: 9-CURRENT >Organization: N/A >Environment: FreeBSD Elizabeth.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r220689M: Sat Apr 16 19:48:29 CST 2011 root@Elizabeth.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH amd64 >Description: bug5 is a Big5 <-> UTF-8 translating layer in terminal. It's modified from script(1). Features that screen doesn't have: UAO ANSI-Broken Big5 (eg. Double Color) fixing Optional Traditional-Simplified conversion BSD License Features that both bug5 and screen has: Optional ambiguous-width characters padding WWW: https://github.com/buganini/bug5 >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: # # bug5/ # bug5/Makefile # bug5/distinfo # bug5/pkg-descr # echo c - bug5/ mkdir -p bug5/ > /dev/null 2>&1 echo x - bug5/Makefile sed 's/^X//' >bug5/Makefile << '94df492e7b18a18b3b72c38ca70cbef4' X# New ports collection makefile for: bug5 X# Date created: 25 April 2011 X# Whom: buganini@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= bug5 XPORTVERSION= 1.0 XCATEGORIES= chinese converters XMASTER_SITES= http://cloud.github.com/downloads/buganini/bug5/ X XMAINTAINER= buganini@gmail.com XCOMMENT= A Big5 <-> UTF-8 translating layer in terminal X XLIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv X XPLIST_FILES= bin/bug5 X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ X ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bug5 ${PREFIX}/bin X X.include 94df492e7b18a18b3b72c38ca70cbef4 echo x - bug5/distinfo sed 's/^X//' >bug5/distinfo << '46b219bd263b22f301ea312020369ef6' XSHA256 (bug5-1.0.tar.gz) = 78bbbc4f89ce8bb5386fdf173c6cc4891d6df8391c4b4bdfb93aa252a0a75485 XSIZE (bug5-1.0.tar.gz) = 3047 46b219bd263b22f301ea312020369ef6 echo x - bug5/pkg-descr sed 's/^X//' >bug5/pkg-descr << 'eef74c02e796bd909c5b0d7f62c391a5' Xbug5 is a Big5 <-> UTF-8 translating layer in terminal. XIt's modified from script(1). X XFeatures that screen doesn't have: X UAO X ANSI-Broken Big5 (eg. Double Color) fixing X Optional Traditional-Simplified conversion X BSD License X XFeatures that both bug5 and screen has: X Optional ambiguous-width characters padding X XWWW: https://github.com/buganini/bug5 eef74c02e796bd909c5b0d7f62c391a5 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 18: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 0283C1065675 for ; Sun, 24 Apr 2011 18:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D28DB8FC13 for ; Sun, 24 Apr 2011 18:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OIKCAg036424 for ; Sun, 24 Apr 2011 18:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OIKC2C036423; Sun, 24 Apr 2011 18:20:12 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 18:20:12 GMT Resent-Message-Id: <201104241820.p3OIKC2C036423@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Farmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 086541065672 for ; Sun, 24 Apr 2011 18:18: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 D11D58FC20 for ; Sun, 24 Apr 2011 18:18: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 p3OIIPEv019185 for ; Sun, 24 Apr 2011 18:18:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OIIPrI019184; Sun, 24 Apr 2011 18:18:25 GMT (envelope-from nobody) Message-Id: <201104241818.p3OIIPrI019184@red.freebsd.org> Date: Sun, 24 Apr 2011 18:18:25 GMT From: Rob Farmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156621: [maintainer] [patch] math/scilab Fix version number X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 18:20:13 -0000 >Number: 156621 >Category: ports >Synopsis: [maintainer] [patch] math/scilab Fix version number >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 Apr 24 18:20:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rob Farmer >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD turquoise.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Apr 23 08:40:15 PDT 2011 rfarmer@turquoise.predatorlabs.net:/usr/obj/usr/src/sys/TURQUOISE amd64 >Description: When the 5.3.1 release was made, the version wasn't changed from the dev branch. Add patch to correctly identify as 5.3.1, from upstream: http://mailinglists.scilab.org/Problem-with-the-version-of-source-distribution-td2839157.html >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/scilab/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile 6 Mar 2011 22:00:14 -0000 1.75 +++ Makefile 23 Apr 2011 21:37:27 -0000 @@ -7,6 +7,7 @@ PORTNAME= scilab PORTVERSION= 5.3.1 +PORTREVISION= 1 CATEGORIES= math cad parallel java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \ http://www.predatorlabs.net/dl/:jgraphx \ Index: files/patch-modules-core-includes-version.h.in =================================================================== RCS file: files/patch-modules-core-includes-version.h.in diff -N files/patch-modules-core-includes-version.h.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-modules-core-includes-version.h.in 23 Apr 2011 21:30:31 -0000 @@ -0,0 +1,11 @@ +--- modules/core/includes/version.h.in.orig 2011-03-03 07:30:19.000000000 -0800 ++++ modules/core/includes/version.h.in 2011-04-23 14:29:15.000000000 -0700 +@@ -15,7 +15,7 @@ + #define SCI_VERSION_MAJOR @SCILAB_VERSION_MAJOR@ + #define SCI_VERSION_MINOR @SCILAB_VERSION_MINOR@ + #define SCI_VERSION_MAINTENANCE @SCILAB_VERSION_MAINTENANCE@ +-#define SCI_VERSION_STRING "scilab-branch-5.3" ++#define SCI_VERSION_STRING "scilab-5.3.1" + /* SCI_VERSION_REVISION --> hash key commit */ + #define SCI_VERSION_REVISION 0 + #define SCI_VERSION_TIMESTAMP 0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 18: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 3100D1065673 for ; Sun, 24 Apr 2011 18:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0BDB68FC1B for ; Sun, 24 Apr 2011 18: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 p3OIKEqf036453 for ; Sun, 24 Apr 2011 18:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OIKECq036445; Sun, 24 Apr 2011 18:20:14 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 18:20:14 GMT Resent-Message-Id: <201104241820.p3OIKECq036445@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Farmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6852D106566C for ; Sun, 24 Apr 2011 18:19: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 556628FC16 for ; Sun, 24 Apr 2011 18:19: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 p3OIJsbq019445 for ; Sun, 24 Apr 2011 18:19:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OIJsDT019444; Sun, 24 Apr 2011 18:19:54 GMT (envelope-from nobody) Message-Id: <201104241819.p3OIJsDT019444@red.freebsd.org> Date: Sun, 24 Apr 2011 18:19:54 GMT From: Rob Farmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156622: [maintainer] [patch] editors/texmacs Update to 1.0.7.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: Sun, 24 Apr 2011 18:20:15 -0000 >Number: 156622 >Category: ports >Synopsis: [maintainer] [patch] editors/texmacs Update to 1.0.7.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: Sun Apr 24 18:20:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rob Farmer >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD turquoise.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Apr 23 08:40:15 PDT 2011 rfarmer@turquoise.predatorlabs.net:/usr/obj/usr/src/sys/TURQUOISE amd64 >Description: Update to 1.0.7.10 Changes: http://www.texmacs.org/tmweb/about/changes.en.html >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/texmacs/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 7 Mar 2011 13:40:14 -0000 1.50 +++ Makefile 23 Apr 2011 21:37:52 -0000 @@ -6,11 +6,10 @@ # PORTNAME= texmacs -PORTVERSION= 1.0.7.9 +PORTVERSION= 1.0.7.10 CATEGORIES= editors print -MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ \ http://www.predatorlabs.net/dl/ -MASTER_SITE_SUBDIR= targz old-targz DISTNAME= TeXmacs-${PORTVERSION}-src MAINTAINER= rfarmer@predatorlabs.net Index: distinfo =================================================================== RCS file: /home/ncvs/ports/editors/texmacs/distinfo,v retrieving revision 1.26 diff -u -r1.26 distinfo --- distinfo 7 Mar 2011 13:40:14 -0000 1.26 +++ distinfo 23 Apr 2011 21:37:52 -0000 @@ -1,2 +1,2 @@ -SHA256 (TeXmacs-1.0.7.9-src.tar.gz) = 95919f8edd5e0b9636668046f9fa9e1b2c9d6fad09e16485dfa21a3537d63e20 -SIZE (TeXmacs-1.0.7.9-src.tar.gz) = 6187387 +SHA256 (TeXmacs-1.0.7.10-src.tar.gz) = 7616c5ccf3f5b9fee889559925bbce6ade0103c6032fe29def2497733255f809 +SIZE (TeXmacs-1.0.7.10-src.tar.gz) = 6224318 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/editors/texmacs/pkg-plist,v retrieving revision 1.24 diff -u -r1.24 pkg-plist --- pkg-plist 7 Mar 2011 13:40:14 -0000 1.24 +++ pkg-plist 23 Apr 2011 21:37:52 -0000 @@ -113,6 +113,8 @@ share/TeXmacs/doc/about/changes/changes-16.en.tm share/TeXmacs/doc/about/changes/changes-17.en.ptm share/TeXmacs/doc/about/changes/changes-17.en.tm +share/TeXmacs/doc/about/changes/changes-18.en.ptm +share/TeXmacs/doc/about/changes/changes-18.en.tm share/TeXmacs/doc/about/changes/changes-2.de.tm share/TeXmacs/doc/about/changes/changes-2.en.ptm share/TeXmacs/doc/about/changes/changes-2.en.tm @@ -882,6 +884,7 @@ share/TeXmacs/doc/main/math/keyboard/man-big.it.tm share/TeXmacs/doc/main/math/keyboard/man-big.pl.tm share/TeXmacs/doc/main/math/keyboard/man-big.pt.tm +share/TeXmacs/doc/main/math/keyboard/man-enter-math.en.tm share/TeXmacs/doc/main/math/keyboard/man-large.de.tm share/TeXmacs/doc/main/math/keyboard/man-large.en.tm share/TeXmacs/doc/main/math/keyboard/man-large.es.tm @@ -917,10 +920,10 @@ share/TeXmacs/doc/main/math/man-math.it.tm share/TeXmacs/doc/main/math/man-math.pl.tm share/TeXmacs/doc/main/math/man-math.pt.tm -share/TeXmacs/doc/main/math/semantics/man-semantics-brackets.en.tm -share/TeXmacs/doc/main/math/semantics/man-semantics-formulas.en.tm +share/TeXmacs/doc/main/math/semantics/man-customized-semantics.en.tm share/TeXmacs/doc/main/math/semantics/man-semantics-symbols.en.tm share/TeXmacs/doc/main/math/semantics/man-semantics.en.tm +share/TeXmacs/doc/main/math/semantics/man-syntax-correction.en.tm share/TeXmacs/doc/main/scheme/man-files.de.tm share/TeXmacs/doc/main/scheme/man-files.en.tm share/TeXmacs/doc/main/scheme/man-files.es.tm @@ -1727,6 +1730,7 @@ share/TeXmacs/misc/pixmaps/traditional/--x17/tm_back.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_bar.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_bbb.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_bigaround.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_bigleft.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_bigop.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_bigright.xpm @@ -1864,15 +1868,20 @@ share/TeXmacs/misc/pixmaps/traditional/--x17/tm_line_style.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_line_width.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_link.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_list.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_margin.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_mask_none.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_math.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_math_preferences.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_math_style.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_math_syntax.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_mathbold.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_miscsymb.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_multicol.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_name.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_new.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_numbered.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_op.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_open.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_pageins.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_parindent.xpm @@ -1885,6 +1894,8 @@ share/TeXmacs/misc/pixmaps/traditional/--x17/tm_point_style.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_prime.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_print.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_program.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_prominent.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_redo.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_reload.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_replace.xpm @@ -1905,7 +1916,9 @@ share/TeXmacs/misc/pixmaps/traditional/--x17/tm_similar_last.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_similar_next.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_similar_previous.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_small_textual.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_smallcaps.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_specified.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_spell.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_spline_mode.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_sqrt.xpm @@ -1914,6 +1927,7 @@ share/TeXmacs/misc/pixmaps/traditional/--x17/tm_strong.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_style.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_sub.xpm +share/TeXmacs/misc/pixmaps/traditional/--x17/tm_subsup.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_sup.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_switch.xpm share/TeXmacs/misc/pixmaps/traditional/--x17/tm_table.xpm @@ -1970,8 +1984,10 @@ share/TeXmacs/packages/beamer/presentation.ts share/TeXmacs/packages/beamer/ridged-paper.ts share/TeXmacs/packages/beamer/slides.ts +share/TeXmacs/packages/customize/centered-program.ts share/TeXmacs/packages/customize/cite-author-year.ts share/TeXmacs/packages/customize/compact-list.ts +share/TeXmacs/packages/customize/framed-program.ts share/TeXmacs/packages/customize/number-europe.ts share/TeXmacs/packages/customize/number-long-article.ts share/TeXmacs/packages/customize/number-us.ts @@ -1986,6 +2002,7 @@ share/TeXmacs/packages/environment/env-float.ts share/TeXmacs/packages/environment/env-flush-math.ts share/TeXmacs/packages/environment/env-math.ts +share/TeXmacs/packages/environment/env-program.ts share/TeXmacs/packages/environment/env-theorem.ts share/TeXmacs/packages/environment/env.ts share/TeXmacs/packages/example/allouche.ts @@ -2009,7 +2026,6 @@ share/TeXmacs/packages/header/title-generic.ts share/TeXmacs/packages/header/title-seminar.ts share/TeXmacs/packages/obsolete/presentation-ridged-paper.ts -share/TeXmacs/packages/program/program.ts share/TeXmacs/packages/program/scripts.ts share/TeXmacs/packages/program/session.ts share/TeXmacs/packages/program/varsession.ts @@ -2253,7 +2269,6 @@ share/TeXmacs/progs/doc/docgrep.scm share/TeXmacs/progs/doc/help-funcs.scm share/TeXmacs/progs/doc/help-menu.scm -share/TeXmacs/progs/doc/tmdoc-drd.scm share/TeXmacs/progs/doc/tmdoc-kbd.scm share/TeXmacs/progs/doc/tmdoc-markup.scm share/TeXmacs/progs/doc/tmdoc.scm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 20:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA14106566C for ; Sun, 24 Apr 2011 20:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE2E8FC0A for ; Sun, 24 Apr 2011 20:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OKKBlW043830 for ; Sun, 24 Apr 2011 20: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 p3OKKBIM043829; Sun, 24 Apr 2011 20:20:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 20:20:11 GMT Resent-Message-Id: <201104242020.p3OKKBIM043829@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 400B4106567C for ; Sun, 24 Apr 2011 20:13:25 +0000 (UTC) (envelope-from pi@fbsd8a.referenz.nepustil.net) Received: from fbsd8a.referenz.nepustil.net (unknown [IPv6:2001:14f8:2:3::fd]) by mx1.freebsd.org (Postfix) with ESMTP id C8DEB8FC1C for ; Sun, 24 Apr 2011 20:13:24 +0000 (UTC) Received: from pi by fbsd8a.referenz.nepustil.net with local (Exim 4.75 (FreeBSD)) (envelope-from ) id 1QE5gL-000D9h-93; Sun, 24 Apr 2011 22:13:25 +0200 Message-Id: Date: Sun, 24 Apr 2011 22:13:25 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lemke@lemke-it.com Subject: ports/156623: [ports] [patch] fix p5-DBD-cego from a linking bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 20:20:12 -0000 >Number: 156623 >Category: ports >Synopsis: [ports] [patch] fix p5-DBD-cego from a linking bug >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 Apr 24 20:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 8.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fbsd8a.referenz.nepustil.net 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: DBD/Cego/Cego.so had some missing symbols >How-To-Repeat: cd work/DBD-cego-1.1.14 && make test failed with missing symbols >Fix: diff -r -u databases/p5-DBD-cego/files/patch-makefile-pl /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl --- databases/p5-DBD-cego/files/patch-makefile-pl 2010-10-02 23:21:01.000000000 +0200 +++ /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl 2011-04-24 22:04:05.000000000 +0200 @@ -1,6 +1,10 @@ ---- Makefile.PL.orig 2010-09-17 10:14:49.000000000 +0200 -+++ Makefile.PL 2010-09-17 21:51:58.000000000 +0200 -@@ -29,12 +29,6 @@ +--- Makefile.PL 2010-09-17 10:14:49.000000000 +0200 ++++ /tmp/bla/Makefile.PL 2011-04-24 22:00:03.000000000 +0200 +@@ -25,30 +25,21 @@ + Getopt::Long::GetOptions( + $opt, + "help", +- "prefix=s", "verbose", ) || die Usage(); @@ -10,10 +14,13 @@ - die Usage(); -} - - use vars qw($loadlibs); - $loadlibs= "-L" . $opt->{'prefix'} . " -llfc"; +-use vars qw($loadlibs); +-$loadlibs= "-L" . $opt->{'prefix'} . " -llfc"; ++# use vars qw($loadlibs); ++# $loadlibs= "-L/usr/local/lib"; -@@ -43,10 +37,8 @@ + WriteMakefile( + 'NAME' => 'DBD::Cego', 'VERSION_FROM' => 'Cego.pm', 'PREREQ_PM' => {DBI => 1.03}, 'OBJECT' => '$(O_FILES)', @@ -21,23 +28,24 @@ - 'MYEXTLIB' => $opt->{'prefix'} . "/lib/libcego.a " - . $opt->{'prefix'} . "/lib/liblfcxml.a " - . $opt->{'prefix'} . "/lib/liblfc.a", -+ 'INC' => '-I$(DBI_INSTARCH_DIR) -I/usr/local/include -I' . $opt->{'prefix'} . '/include', -+ 'MYEXTLIB' => ' -llfc -llfcxml -lcego ', ++ 'INC' => '-I$(DBI_INSTARCH_DIR) -I/usr/local/include', ++ 'MYEXTLIB' => '-lcego -llfcxml -llfc', "CC" => "g++", - "LD" => "g++", +- "LD" => "g++", ++ "LD" => "g++ -L/usr/local/lib", "XSPROTOARG" => "-noprototypes", -@@ -58,13 +50,7 @@ - + 'OPTIMIZE' => '-O6 -DNDEBUG=1', + 'XSOPT' => '-C++', +@@ -59,12 +50,6 @@ sub Usage { print STDERR <<"USAGE"; --Usage: perl $0 [options] + Usage: perl $0 [options] - -Possible options are: - - --prefix= Use for setting up the appropriate prefix path - to find cego libs and includes - -+Usage: perl $0 USAGE exit 1; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 21: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 2AAD8106567E for ; Sun, 24 Apr 2011 21: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 14D258FC0C for ; Sun, 24 Apr 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 p3OLABQ7088849 for ; Sun, 24 Apr 2011 21:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OLABKE088848; Sun, 24 Apr 2011 21:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 21:10:11 GMT Resent-Message-Id: <201104242110.p3OLABKE088848@freefall.freebsd.org> 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 E381B1065670 for ; Sun, 24 Apr 2011 21:04:18 +0000 (UTC) (envelope-from crees@zeus.bayofrum.net) Received: from mail.skyusermail.com (mail.skyusermail.com [77.240.11.49]) by mx1.freebsd.org (Postfix) with ESMTP id 761238FC14 for ; Sun, 24 Apr 2011 21:04:18 +0000 (UTC) Received: from Spooler by mail.skyusermail.com (Mercury/32 v4.52) ID MO0315E8; 24 Apr 2011 22:04:17 +0100 Received: from spooler by mail.skyusermail.com (Mercury/32 v4.52); 24 Apr 2011 22:04:02 +0100 Received: from zeus.bayofrum.net (90.221.7.100) by mail.skyusermail.com (Mercury/32 v4.52) with ESMTP ID MG0315E5 (Using SSL/TLS, 3DES, CBC mode, keysize 192 bits) ; 24 Apr 2011 22:03:56 +0100 Received: from zeus.bayofrum.net (smmsp@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p3OL3Wvp037719 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 24 Apr 2011 22:03:32 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p3OL2xpm037627; Sun, 24 Apr 2011 22:02:59 +0100 (BST) (envelope-from crees) Message-Id: <201104242102.p3OL2xpm037627@zeus.bayofrum.net> Date: Sun, 24 Apr 2011 22:02:59 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nivit@freebsd.org, , hrkfdn@gmail.com Subject: ports/156624: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT 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: Sun, 24 Apr 2011 21:10:14 -0000 >Number: 156624 >Category: ports >Synopsis: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT >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 Apr 24 21:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: >How-To-Repeat: >Fix: - Add OPTION for avahi, stop autoactivating - Rename binary to musicpd, removing CONFLICT Submitted by: Chris Rees (utisoft_at_gmail.com) (maintainer) Also, to fix sonata and mpdbrowser's dependencies, patches at [1] and [2] (maintainers CC'd) [3] is a patch to mpich2, which has the conflict removed (also passing maintainership to me) [1] http://www.bayofrum.net/~crees/patches/sonata-mpdname.diff [2] http://www.bayofrum.net/~crees/patches/mpdbrowser-mpdname.diff [3] http://www.bayofrum.net/~crees/patches/mpich2-conflict-remove.diff --- musicpd-avahi.diff begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/musicpd/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 20 Mar 2011 21:28:56 -0000 1.62 +++ Makefile 24 Apr 2011 20:52:10 -0000 @@ -7,6 +7,7 @@ PORTNAME= musicpd PORTVERSION= 0.16.2 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION} DISTNAME= mpd-${PORTVERSION} @@ -19,8 +20,6 @@ LICENSE= GPLv2 -CONFLICTS_INSTALL= mpich2-[1-9]* - USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes @@ -32,16 +31,17 @@ CFLAGS+= -I${PREFIX}/include -MAN1= mpd.1 -MAN5= mpd.conf.5 +MAN1= ${PORTNAME}.1 +MAN5= ${MPDCONF}.5 -DOCSDIR= ${PREFIX}/share/doc/mpd -PORTDOCS= mpdconf.example AUTHORS README COPYING NEWS UPGRADING +DOCSDIR?= ${PREFIX}/share/doc/mpd +PORTDOCS= AUTHORS README COPYING NEWS UPGRADING SUB_FILES= pkg-message OPTIONS= ID3TAG "Support ID3 v1/v2 tags" on \ IPV6 "Support IPv6 protocol" on \ + AVAHI "Support Zeroconf through Avahi" off \ FLAC "Support FLAC audio format" on \ VORBIS "Support OGG Vorbis audio format" on \ WAV "Support WAV audio format" on \ @@ -188,6 +188,13 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif +.if defined(WITHOUT_AVAHI) +CONFIGURE_ARGS+=--with-zeroconf=no +.else +CONFIGURE_ARGS+=--with-zeroconf=avahi +LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app +.endif + .if defined(WITH_AO) CONFIGURE_ARGS+=--enable-ao LIB_DEPENDS+= ao.4:${PORTSDIR}/audio/libao @@ -229,15 +236,29 @@ @${REINPLACE_CMD} -e 's,^#\([^"]*"\)~/,\1${MPDDIR}/,g' \ -e 's,^#\(user[^"]*"\)nobody,\1${MPDUSER},g' \ ${WRKSRC}/doc/mpdconf.example +# Fix man pages for executable names + @${REINPLACE_CMD} -e 's/^\(\.B m\)/\1usic/' \ + -e 's#^\(\.BI \)/etc/mpd.conf#\1${PREFIX}/etc/${MPDCONF}#' \ + -e 's#^mpd.conf#${MPDCONF}#' \ + -e 's#^mpd(1)#musicpd(1)#' \ + ${WRKSRC}/doc/mpd.1 ${WRKSRC}/doc/mpd.conf.5 .if (${OSVERSION} < 800000) ${REINPLACE_CMD} -e 's/nan[f]\{0,1\}(\"\")/NAN/g' \ ${WRKSRC}/src/crossfade.c \ ${WRKSRC}/src/player_thread.c \ ${WRKSRC}/src/player_control.c .endif -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|install-docDATA ||' \ - ${WRKSRC}/Makefile.in + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/src/mpd ${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/doc/mpd.1 ${MAN1PREFIX}/man/man1/${PORTNAME}.1 + @${INSTALL_MAN} ${WRKSRC}/doc/mpd.conf.5 \ + ${MAN5PREFIX}/man/man5/${MPDCONF}.5 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +. for doc in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/ +. endfor .endif post-install: Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/musicpd/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 25 Jul 2010 02:48:54 -0000 1.8 +++ pkg-plist 24 Apr 2011 20:52:10 -0000 @@ -1,5 +1,5 @@ -bin/mpd -@dirrmtry var/mpd +@stopdaemon musicpd +bin/musicpd @unexec if cmp -s %D/etc/%%MPDCONF%%.sample %D/etc/%%MPDCONF%%; then rm -f %D/etc/%%MPDCONF%%; fi etc/%%MPDCONF%%.sample @exec if [ ! -f %D/etc/%%MPDCONF%% ] ; then cp -p %D/%F %B/%%MPDCONF%%; fi Index: files/musicpd.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/musicpd/files/musicpd.in,v retrieving revision 1.6 diff -u -r1.6 musicpd.in --- files/musicpd.in 3 Feb 2011 20:19:41 -0000 1.6 +++ files/musicpd.in 24 Apr 2011 20:52:10 -0000 @@ -3,7 +3,7 @@ # $FreeBSD: ports/audio/musicpd/files/musicpd.in,v 1.6 2011/02/03 20:19:41 bapt Exp $ # # PROVIDE: musicpd -# REQUIRE: mixer LOGIN +# REQUIRE: mixer LOGIN avahi_daemon # KEYWORD: shutdown # Add the following line to /etc/rc.conf to enable mpd: @@ -17,7 +17,7 @@ stop_cmd="${name}_stop" config=%%PREFIX%%/etc/%%MPDCONF%% -command=%%PREFIX%%/bin/mpd +command=%%PREFIX%%/bin/musicpd required_files=$config musicpd_stop() --- musicpd-avahi.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 Sun Apr 24 21: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 2D3691065680 for ; Sun, 24 Apr 2011 21: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 6F3F88FC18 for ; Sun, 24 Apr 2011 21: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 p3OLABh2088858 for ; Sun, 24 Apr 2011 21:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OLABuY088857; Sun, 24 Apr 2011 21:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 21:10:11 GMT Resent-Message-Id: <201104242110.p3OLABuY088857@freefall.freebsd.org> 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 146691065672 for ; Sun, 24 Apr 2011 21:04:19 +0000 (UTC) (envelope-from crees@zeus.bayofrum.net) Received: from mail.skyusermail.com (mail.skyusermail.com [77.240.11.49]) by mx1.freebsd.org (Postfix) with ESMTP id 761A08FC16 for ; Sun, 24 Apr 2011 21:04:18 +0000 (UTC) Received: from Spooler by mail.skyusermail.com (Mercury/32 v4.52) ID MO0315E7; 24 Apr 2011 22:04:17 +0100 Received: from spooler by mail.skyusermail.com (Mercury/32 v4.52); 24 Apr 2011 22:04:02 +0100 Received: from zeus.bayofrum.net (90.221.7.100) by mail.skyusermail.com (Mercury/32 v4.52) with ESMTP ID MG0315E6 (Using SSL/TLS, 3DES, CBC mode, keysize 192 bits) ; 24 Apr 2011 22:04:00 +0100 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p3OL3f1Y037779 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 24 Apr 2011 22:03:41 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p3OL3fLG037778; Sun, 24 Apr 2011 22:03:41 +0100 (BST) (envelope-from crees) Message-Id: <201104242103.p3OL3fLG037778@zeus.bayofrum.net> Date: Sun, 24 Apr 2011 22:03:41 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nivit@FreeBSD.org, hrkfdn@gmail.com Subject: ports/156625: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT 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: Sun, 24 Apr 2011 21:10:14 -0000 >Number: 156625 >Category: ports >Synopsis: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT >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 Apr 24 21:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: >How-To-Repeat: >Fix: - Add OPTION for avahi, stop autoactivating - Rename binary to musicpd, removing CONFLICT Submitted by: Chris Rees (utisoft_at_gmail.com) (maintainer) Also, to fix sonata and mpdbrowser's dependencies, patches at [1] and [2] (maintainers CC'd) [3] is a patch to mpich2, which has the conflict removed (also passing maintainership to me) [1] http://www.bayofrum.net/~crees/patches/sonata-mpdname.diff [2] http://www.bayofrum.net/~crees/patches/mpdbrowser-mpdname.diff [3] http://www.bayofrum.net/~crees/patches/mpich2-conflict-remove.diff --- musicpd-avahi.diff begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/musicpd/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 20 Mar 2011 21:28:56 -0000 1.62 +++ Makefile 24 Apr 2011 20:52:10 -0000 @@ -7,6 +7,7 @@ PORTNAME= musicpd PORTVERSION= 0.16.2 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION} DISTNAME= mpd-${PORTVERSION} @@ -19,8 +20,6 @@ LICENSE= GPLv2 -CONFLICTS_INSTALL= mpich2-[1-9]* - USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes @@ -32,16 +31,17 @@ CFLAGS+= -I${PREFIX}/include -MAN1= mpd.1 -MAN5= mpd.conf.5 +MAN1= ${PORTNAME}.1 +MAN5= ${MPDCONF}.5 -DOCSDIR= ${PREFIX}/share/doc/mpd -PORTDOCS= mpdconf.example AUTHORS README COPYING NEWS UPGRADING +DOCSDIR?= ${PREFIX}/share/doc/mpd +PORTDOCS= AUTHORS README COPYING NEWS UPGRADING SUB_FILES= pkg-message OPTIONS= ID3TAG "Support ID3 v1/v2 tags" on \ IPV6 "Support IPv6 protocol" on \ + AVAHI "Support Zeroconf through Avahi" off \ FLAC "Support FLAC audio format" on \ VORBIS "Support OGG Vorbis audio format" on \ WAV "Support WAV audio format" on \ @@ -188,6 +188,13 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif +.if defined(WITHOUT_AVAHI) +CONFIGURE_ARGS+=--with-zeroconf=no +.else +CONFIGURE_ARGS+=--with-zeroconf=avahi +LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app +.endif + .if defined(WITH_AO) CONFIGURE_ARGS+=--enable-ao LIB_DEPENDS+= ao.4:${PORTSDIR}/audio/libao @@ -229,15 +236,29 @@ @${REINPLACE_CMD} -e 's,^#\([^"]*"\)~/,\1${MPDDIR}/,g' \ -e 's,^#\(user[^"]*"\)nobody,\1${MPDUSER},g' \ ${WRKSRC}/doc/mpdconf.example +# Fix man pages for executable names + @${REINPLACE_CMD} -e 's/^\(\.B m\)/\1usic/' \ + -e 's#^\(\.BI \)/etc/mpd.conf#\1${PREFIX}/etc/${MPDCONF}#' \ + -e 's#^mpd.conf#${MPDCONF}#' \ + -e 's#^mpd(1)#musicpd(1)#' \ + ${WRKSRC}/doc/mpd.1 ${WRKSRC}/doc/mpd.conf.5 .if (${OSVERSION} < 800000) ${REINPLACE_CMD} -e 's/nan[f]\{0,1\}(\"\")/NAN/g' \ ${WRKSRC}/src/crossfade.c \ ${WRKSRC}/src/player_thread.c \ ${WRKSRC}/src/player_control.c .endif -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|install-docDATA ||' \ - ${WRKSRC}/Makefile.in + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/src/mpd ${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/doc/mpd.1 ${MAN1PREFIX}/man/man1/${PORTNAME}.1 + @${INSTALL_MAN} ${WRKSRC}/doc/mpd.conf.5 \ + ${MAN5PREFIX}/man/man5/${MPDCONF}.5 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +. for doc in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/ +. endfor .endif post-install: Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/musicpd/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 25 Jul 2010 02:48:54 -0000 1.8 +++ pkg-plist 24 Apr 2011 20:52:10 -0000 @@ -1,5 +1,5 @@ -bin/mpd -@dirrmtry var/mpd +@stopdaemon musicpd +bin/musicpd @unexec if cmp -s %D/etc/%%MPDCONF%%.sample %D/etc/%%MPDCONF%%; then rm -f %D/etc/%%MPDCONF%%; fi etc/%%MPDCONF%%.sample @exec if [ ! -f %D/etc/%%MPDCONF%% ] ; then cp -p %D/%F %B/%%MPDCONF%%; fi Index: files/musicpd.in =================================================================== RCS file: /exports/cvsroot-freebsd/ports/audio/musicpd/files/musicpd.in,v retrieving revision 1.6 diff -u -r1.6 musicpd.in --- files/musicpd.in 3 Feb 2011 20:19:41 -0000 1.6 +++ files/musicpd.in 24 Apr 2011 20:52:10 -0000 @@ -3,7 +3,7 @@ # $FreeBSD: ports/audio/musicpd/files/musicpd.in,v 1.6 2011/02/03 20:19:41 bapt Exp $ # # PROVIDE: musicpd -# REQUIRE: mixer LOGIN +# REQUIRE: mixer LOGIN avahi_daemon # KEYWORD: shutdown # Add the following line to /etc/rc.conf to enable mpd: @@ -17,7 +17,7 @@ stop_cmd="${name}_stop" config=%%PREFIX%%/etc/%%MPDCONF%% -command=%%PREFIX%%/bin/mpd +command=%%PREFIX%%/bin/musicpd required_files=$config musicpd_stop() --- musicpd-avahi.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 Sun Apr 24 21: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 7A4BF1065673 for ; Sun, 24 Apr 2011 21: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 504768FC14 for ; Sun, 24 Apr 2011 21: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 p3OLKAXA098867 for ; Sun, 24 Apr 2011 21: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 p3OLKAno098866; Sun, 24 Apr 2011 21:20:10 GMT (envelope-from gnats) Date: Sun, 24 Apr 2011 21:20:10 GMT Message-Id: <201104242120.p3OLKAno098866@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Chris Rees Cc: Subject: Re: ports/156625: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT 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: Sun, 24 Apr 2011 21:20:10 -0000 The following reply was made to PR ports/156625; it has been noted by GNATS. From: Chris Rees To: bug-followup@freebsd.org Cc: Subject: Re: ports/156625: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT Date: Sun, 24 Apr 2011 22:13:53 +0100 Argh, my mail server complained about the addresses on the first one, sorry. Please mark this as a duplicate of ports/156624 Chris From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 21:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33987106566B for ; Sun, 24 Apr 2011 21:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 09DF78FC16 for ; Sun, 24 Apr 2011 21:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OLKBgk098878 for ; Sun, 24 Apr 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 p3OLKBYA098877; Sun, 24 Apr 2011 21:20:11 GMT (envelope-from gnats) Date: Sun, 24 Apr 2011 21:20:11 GMT Message-Id: <201104242120.p3OLKBYA098877@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Chris Rees Cc: Subject: Re: ports/156624: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT 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: Sun, 24 Apr 2011 21:20:12 -0000 The following reply was made to PR ports/156624; it has been noted by GNATS. From: Chris Rees To: bug-followup@freebsd.org Cc: Nicola Vitale , hrkfdn@gmail.com Subject: Re: ports/156624: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT Date: Sun, 24 Apr 2011 22:16:15 +0100 Hi, Please reply-to-all to indicate your approval to the trivial patch in this PR to your port; sonata [1] or mpdbrowser [2]. Thanks! Chris [1] http://www.bayofrum.net/~crees/patches/sonata-mpdname.diff [2] http://www.bayofrum.net/~crees/patches/mpdbrowser-mpdname.diff From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 21:50:04 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17E2E1065675 for ; Sun, 24 Apr 2011 21:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 030B88FC13 for ; Sun, 24 Apr 2011 21:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OLo3tw025765 for ; Sun, 24 Apr 2011 21:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OLo3pR025764; Sun, 24 Apr 2011 21:50:03 GMT (envelope-from gnats) Date: Sun, 24 Apr 2011 21:50:03 GMT Message-Id: <201104242150.p3OLo3pR025764@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Henrik Friedrichsen Cc: Subject: Re: ports/156624: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henrik Friedrichsen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 21:50:04 -0000 The following reply was made to PR ports/156624; it has been noted by GNATS. From: Henrik Friedrichsen To: utisoft@gmail.com Cc: bug-followup@freebsd.org, Nicola Vitale Subject: Re: ports/156624: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT Date: Sun, 24 Apr 2011 23:18:31 +0200 Approved! On Sun, Apr 24, 2011 at 11:16 PM, Chris Rees wrote: > Hi, > > Please reply-to-all to indicate your approval to the trivial patch in > this PR to your port; sonata [1] or mpdbrowser [2]. > > Thanks! > > Chris > > [1] http://www.bayofrum.net/~crees/patches/sonata-mpdname.diff > [2] http://www.bayofrum.net/~crees/patches/mpdbrowser-mpdname.diff > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 21:56: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 B9C3C106564A; Sun, 24 Apr 2011 21:56:04 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 91F668FC12; Sun, 24 Apr 2011 21:56: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 p3OLu4gH033845; Sun, 24 Apr 2011 21:56:04 GMT (envelope-from nivit@freefall.freebsd.org) Received: (from nivit@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OLu4tN033841; Sun, 24 Apr 2011 21:56:04 GMT (envelope-from nivit) Date: Sun, 24 Apr 2011 21:56:04 GMT Message-Id: <201104242156.p3OLu4tN033841@freefall.freebsd.org> To: nivit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nivit@FreeBSD.org From: nivit@FreeBSD.org Cc: Subject: Re: ports/156625: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 21:56:04 -0000 Synopsis: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT Responsible-Changed-From-To: freebsd-ports-bugs->nivit Responsible-Changed-By: nivit Responsible-Changed-When: Sun Apr 24 21:56:04 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156625 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 21:56: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 34BD01065673; Sun, 24 Apr 2011 21:56:23 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3A08FC18; Sun, 24 Apr 2011 21:56: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 p3OLuMkQ033921; Sun, 24 Apr 2011 21:56:22 GMT (envelope-from nivit@freefall.freebsd.org) Received: (from nivit@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OLuMKl033917; Sun, 24 Apr 2011 21:56:22 GMT (envelope-from nivit) Date: Sun, 24 Apr 2011 21:56:22 GMT Message-Id: <201104242156.p3OLuMKl033917@freefall.freebsd.org> To: nivit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nivit@FreeBSD.org From: nivit@FreeBSD.org Cc: Subject: Re: ports/156624: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 21:56:23 -0000 Synopsis: [MAINTAINER] Fix port: audio/musicpd Add avahi OPTION & resolve CONFLICT Responsible-Changed-From-To: freebsd-ports-bugs->nivit Responsible-Changed-By: nivit Responsible-Changed-When: Sun Apr 24 21:56:22 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156624 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 22:21: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 D878A106564A; Sun, 24 Apr 2011 22:21:21 +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 B148E8FC1A; Sun, 24 Apr 2011 22:21: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 p3OMLLaA061319; Sun, 24 Apr 2011 22:21:21 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OMLLjI061315; Sun, 24 Apr 2011 22:21:21 GMT (envelope-from makc) Date: Sun, 24 Apr 2011 22:21:21 GMT Message-Id: <201104242221.p3OMLLjI061315@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/156621: [maintainer] [patch] math/scilab Fix version number X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 22:21:21 -0000 Synopsis: [maintainer] [patch] math/scilab Fix version number Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sun Apr 24 22:21:21 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156621 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 22:36:54 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 BEE97106566C; Sun, 24 Apr 2011 22:36:54 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from sapphire.club.kyutech.ac.jp (sapphire.club.kyutech.ac.jp [131.206.108.7]) by mx1.freebsd.org (Postfix) with ESMTP id 511598FC08; Sun, 24 Apr 2011 22:36:53 +0000 (UTC) Received: from sapphire.club.kyutech.ac.jp (localhost [127.0.0.1]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id C330E1143B; Mon, 25 Apr 2011 07:36:49 +0900 (JST) X-Virus-Scanned: amavisd-new at club.kyutech.ac.jp Received: from club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTPS id 9B52A11423; Mon, 25 Apr 2011 07:36:46 +0900 (JST) Date: Mon, 25 Apr 2011 07:36:44 +0900 From: Kouichiro Iwao To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20110424223644.GA2216@club.kyutech.ac.jp> References: <201103130347.p2D3lWMe048595@rose.club.kyutech.ac.jp> <201103130410.p2D4ACQS083365@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <201103130410.p2D4ACQS083365@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: meta@club.kyutech.ac.jp Subject: Re: ports/155509: Update port: net/xrdp update to current cvs version and JP106 keyboard support 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: Sun, 24 Apr 2011 22:36:54 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline making a binary package with JP106 option didn't work. Fixed the Makefile to behave more properly. -- kiwao --2fHTh5uZTiUOsy+g Content-Type: text/x-diff; charset=iso-2022-jp Content-Disposition: attachment; filename="xrdp-0.6.0.20110117cvs_1.patch" diff -ruN --exclude=CVS /usr/ports/net/xrdp/Makefile /tmp/xrdp/Makefile --- /usr/ports/net/xrdp/Makefile 2011-01-27 21:33:54.000000000 +0900 +++ /tmp/xrdp/Makefile 2011-04-25 07:25:29.000000000 +0900 @@ -6,12 +6,16 @@ # PORTNAME= xrdp -PORTVERSION= 0.6.0.20101009cvs -PORTREVISION= 1 +PORTVERSION= 0.6.0.20110117cvs CATEGORIES= net -MASTER_SITES= http://www.club.kyutech.ac.jp/~meta/distfiles/ +MASTER_SITES= http://www.club.kyutech.ac.jp/~meta/distfiles/ \ + http://key2.jp/~meta/distfiles/ +DIST_SUBDIR?= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= http://www.club.kyutech.ac.jp/~meta/patches/xrdp/0.6.0/ \ + http://key2.jp/~meta/patches/xrdp/0.6.0/ + +MAINTAINER= meta@club.kyutech.ac.jp COMMENT= An open source Remote Desktop Protocol (RDP) server USE_XORG= x11 xfixes @@ -22,14 +26,35 @@ CONFIGURE_ARGS= --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +RUN_DEPENDS+= Xvnc:${PORTSDIR}/net/vnc +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING INSTALL_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/xrdp +OPTIONS= DEBUG "Build with debugging symbols" off \ + JP106 "Install Japanese JP106 Keymap" on + +.include + .if defined(WITH_DEBUG) CFLAGS+= -DXRDP_DEBUG .endif +.if defined(WITH_JP106) +PATCHFILES+= patch-instfiles__Makefile.am \ + patch-instfiles__km-0411.ini \ + patch-instfiles__km-e0010411.ini \ + patch-instfiles__km-e0200411.ini \ + patch-instfiles__km-e0210411.ini +PLIST_SUB+= JP106="" +.else +PLIST_SUB+= JP106="@comment " +.endif + MAN5= sesman.ini.5 xrdp.ini.5 MAN8= xrdp-sesman.8 xrdp-sesrun.8 xrdp.8 diff -ruN --exclude=CVS /usr/ports/net/xrdp/distinfo /tmp/xrdp/distinfo --- /usr/ports/net/xrdp/distinfo 2010-11-11 01:29:35.000000000 +0900 +++ /tmp/xrdp/distinfo 2011-04-25 06:50:10.000000000 +0900 @@ -1,2 +1,12 @@ -SHA256 (xrdp-0.6.0.20101009cvs.tar.gz) = b4379fc04e36b434116669b35ac0662ddc1451363e78b91f67017603913c9946 -SIZE (xrdp-0.6.0.20101009cvs.tar.gz) = 297394 +SHA256 (xrdp/xrdp-0.6.0.20110117cvs.tar.gz) = 06ad5b8afa4841aaa25ef06c7374ae881bd678b8ab5d6230ce0b9f6a463cfa98 +SIZE (xrdp/xrdp-0.6.0.20110117cvs.tar.gz) = 1998298 +SHA256 (xrdp/patch-instfiles__Makefile.am) = 92e8a1768b63f508bc5b37cdc5723d1e03875af7fbdf064aa86a6b40b1bd2f07 +SIZE (xrdp/patch-instfiles__Makefile.am) = 710 +SHA256 (xrdp/patch-instfiles__km-0411.ini) = 58bcb7f063db4fcde9230be3013d46226b8af5c0060b7faf00250a51aa7da4fd +SIZE (xrdp/patch-instfiles__km-0411.ini) = 9576 +SHA256 (xrdp/patch-instfiles__km-e0010411.ini) = 201e55ae65c223602d66eb15ac3fd53564dc3f8e856f08183f9cf8f3fc6334c3 +SIZE (xrdp/patch-instfiles__km-e0010411.ini) = 9592 +SHA256 (xrdp/patch-instfiles__km-e0200411.ini) = d6e95d98629bf346173e97ebd9fba7910971a0165fc32c3e3cada3c5a6d01de8 +SIZE (xrdp/patch-instfiles__km-e0200411.ini) = 9592 +SHA256 (xrdp/patch-instfiles__km-e0210411.ini) = f3f29efc3541c08f60edbbb3ecf85da59abe7d745b59a7d5d0340d5940c3e723 +SIZE (xrdp/patch-instfiles__km-e0210411.ini) = 9592 diff -ruN --exclude=CVS /usr/ports/net/xrdp/files/patch-common__os_calls.c /tmp/xrdp/files/patch-common__os_calls.c --- /usr/ports/net/xrdp/files/patch-common__os_calls.c 2007-06-05 09:21:46.000000000 +0900 +++ /tmp/xrdp/files/patch-common__os_calls.c 2011-04-25 06:50:10.000000000 +0900 @@ -1,6 +1,6 @@ ---- ./common/os_calls.c.orig Sun Jul 30 01:41:31 2006 -+++ ./common/os_calls.c Mon Jun 4 17:37:42 2007 -@@ -1002,6 +1002,8 @@ +--- common/os_calls.c.orig 2011-03-12 16:10:35.000000000 +0900 ++++ common/os_calls.c 2011-03-12 16:34:05.000000000 +0900 +@@ -1987,6 +1987,8 @@ g_clearenv(void) { #if defined(_WIN32) diff -ruN --exclude=CVS /usr/ports/net/xrdp/files/patch-common__trans.c /tmp/xrdp/files/patch-common__trans.c --- /usr/ports/net/xrdp/files/patch-common__trans.c 2011-01-27 21:33:55.000000000 +0900 +++ /tmp/xrdp/files/patch-common__trans.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,34 +0,0 @@ ---- ./common/trans.c-orig 2010-05-04 09:37:22.000000000 +0200 -+++ ./common/trans.c 2010-06-15 09:13:05.000000000 +0200 -@@ -214,6 +214,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - } - else if (rcvd == 0) -@@ -221,6 +222,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - else - { -@@ -271,6 +273,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - } - else if (sent == 0) -@@ -278,6 +281,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - else - { diff -ruN --exclude=CVS /usr/ports/net/xrdp/files/pkg-message.in /tmp/xrdp/files/pkg-message.in --- /usr/ports/net/xrdp/files/pkg-message.in 2010-11-11 01:29:36.000000000 +0900 +++ /tmp/xrdp/files/pkg-message.in 2011-04-25 06:50:10.000000000 +0900 @@ -9,6 +9,6 @@ xrdpsesman_enable="YES" Do not forget to edit the configuration files in "%%PREFIX%%/etc/xrdp" -and the "%%PREFIX%%/lib/startwm.sh" script. +and the "%%PREFIX%%/etc/xrdp/startwm.sh" script. ============================================================================== diff -ruN --exclude=CVS /usr/ports/net/xrdp/pkg-plist /tmp/xrdp/pkg-plist --- /usr/ports/net/xrdp/pkg-plist 2010-11-11 01:29:35.000000000 +0900 +++ /tmp/xrdp/pkg-plist 2011-04-25 06:50:10.000000000 +0900 @@ -10,13 +10,13 @@ etc/xrdp/km-0410.ini etc/xrdp/km-0419.ini etc/xrdp/km-041d.ini -etc/xrdp/rsakeys.ini +%%JP106%%etc/xrdp/km-0411.ini +%%JP106%%etc/xrdp/km-e0200411.ini +%%JP106%%etc/xrdp/km-e0010411.ini +%%JP106%%etc/xrdp/km-e0210411.ini etc/xrdp/rsakeys.ini.sample -etc/xrdp/sesman.ini etc/xrdp/sesman.ini.sample -etc/xrdp/startwm.sh etc/xrdp/startwm.sh.sample -etc/xrdp/xrdp.ini etc/xrdp/xrdp.ini.sample etc/xrdp/xrdp.sh lib/xrdp/libcommon.a --2fHTh5uZTiUOsy+g-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 22: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 67C4F106566C for ; Sun, 24 Apr 2011 22: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 4633C8FC12 for ; Sun, 24 Apr 2011 22: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 p3OMeBZT071323 for ; Sun, 24 Apr 2011 22: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 p3OMeBHf071322; Sun, 24 Apr 2011 22:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 22:40:11 GMT Resent-Message-Id: <201104242240.p3OMeBHf071322@freefall.freebsd.org> 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 Gladchenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFFE0106566B for ; Sun, 24 Apr 2011 22:35: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 B74F78FC12 for ; Sun, 24 Apr 2011 22:35: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 p3OMZPQ2053381 for ; Sun, 24 Apr 2011 22:35:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3OMZPtN053378; Sun, 24 Apr 2011 22:35:25 GMT (envelope-from nobody) Message-Id: <201104242235.p3OMZPtN053378@red.freebsd.org> Date: Sun, 24 Apr 2011 22:35:25 GMT From: Eugene Gladchenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156626: [patch] misc/gnome-icon-theme: extra files in pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 22:40:11 -0000 >Number: 156626 >Category: ports >Synopsis: [patch] misc/gnome-icon-theme: extra files in pkg-plist >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 Apr 24 22:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eugene Gladchenko >Release: 8.2-RELEASE >Organization: Bank of Russia >Environment: FreeBSD ascot.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sun Mar 6 00:00:21 MSK 2011 root@ascot.local:/usr/obj/usr/src/sys/ASCOT i386 >Description: gnome-icon-theme doesn't make package because pkg-plist has some 3k+ extra .png files in it. >How-To-Repeat: >Fix: http://goo.gl/hIPb5 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 22:40:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23BFA1065670 for ; Sun, 24 Apr 2011 22:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 12F048FC08 for ; Sun, 24 Apr 2011 22:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3OMeDB7071389 for ; Sun, 24 Apr 2011 22:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3OMeD6J071388; Sun, 24 Apr 2011 22:40:13 GMT (envelope-from gnats) Date: Sun, 24 Apr 2011 22:40:13 GMT Message-Id: <201104242240.p3OMeD6J071388@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kouichiro Iwao Cc: Subject: Re: ports/155509: Update port: net/xrdp update to current cvs version and JP106 keyboard support improvement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kouichiro Iwao List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 22:40:14 -0000 The following reply was made to PR ports/155509; it has been noted by GNATS. From: Kouichiro Iwao To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: meta@club.kyutech.ac.jp Subject: Re: ports/155509: Update port: net/xrdp update to current cvs version and JP106 keyboard support improvement Date: Mon, 25 Apr 2011 07:36:44 +0900 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline making a binary package with JP106 option didn't work. Fixed the Makefile to behave more properly. -- kiwao --2fHTh5uZTiUOsy+g Content-Type: text/x-diff; charset=iso-2022-jp Content-Disposition: attachment; filename="xrdp-0.6.0.20110117cvs_1.patch" diff -ruN --exclude=CVS /usr/ports/net/xrdp/Makefile /tmp/xrdp/Makefile --- /usr/ports/net/xrdp/Makefile 2011-01-27 21:33:54.000000000 +0900 +++ /tmp/xrdp/Makefile 2011-04-25 07:25:29.000000000 +0900 @@ -6,12 +6,16 @@ # PORTNAME= xrdp -PORTVERSION= 0.6.0.20101009cvs -PORTREVISION= 1 +PORTVERSION= 0.6.0.20110117cvs CATEGORIES= net -MASTER_SITES= http://www.club.kyutech.ac.jp/~meta/distfiles/ +MASTER_SITES= http://www.club.kyutech.ac.jp/~meta/distfiles/ \ + http://key2.jp/~meta/distfiles/ +DIST_SUBDIR?= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= http://www.club.kyutech.ac.jp/~meta/patches/xrdp/0.6.0/ \ + http://key2.jp/~meta/patches/xrdp/0.6.0/ + +MAINTAINER= meta@club.kyutech.ac.jp COMMENT= An open source Remote Desktop Protocol (RDP) server USE_XORG= x11 xfixes @@ -22,14 +26,35 @@ CONFIGURE_ARGS= --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +RUN_DEPENDS+= Xvnc:${PORTSDIR}/net/vnc +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING INSTALL_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/xrdp +OPTIONS= DEBUG "Build with debugging symbols" off \ + JP106 "Install Japanese JP106 Keymap" on + +.include + .if defined(WITH_DEBUG) CFLAGS+= -DXRDP_DEBUG .endif +.if defined(WITH_JP106) +PATCHFILES+= patch-instfiles__Makefile.am \ + patch-instfiles__km-0411.ini \ + patch-instfiles__km-e0010411.ini \ + patch-instfiles__km-e0200411.ini \ + patch-instfiles__km-e0210411.ini +PLIST_SUB+= JP106="" +.else +PLIST_SUB+= JP106="@comment " +.endif + MAN5= sesman.ini.5 xrdp.ini.5 MAN8= xrdp-sesman.8 xrdp-sesrun.8 xrdp.8 diff -ruN --exclude=CVS /usr/ports/net/xrdp/distinfo /tmp/xrdp/distinfo --- /usr/ports/net/xrdp/distinfo 2010-11-11 01:29:35.000000000 +0900 +++ /tmp/xrdp/distinfo 2011-04-25 06:50:10.000000000 +0900 @@ -1,2 +1,12 @@ -SHA256 (xrdp-0.6.0.20101009cvs.tar.gz) = b4379fc04e36b434116669b35ac0662ddc1451363e78b91f67017603913c9946 -SIZE (xrdp-0.6.0.20101009cvs.tar.gz) = 297394 +SHA256 (xrdp/xrdp-0.6.0.20110117cvs.tar.gz) = 06ad5b8afa4841aaa25ef06c7374ae881bd678b8ab5d6230ce0b9f6a463cfa98 +SIZE (xrdp/xrdp-0.6.0.20110117cvs.tar.gz) = 1998298 +SHA256 (xrdp/patch-instfiles__Makefile.am) = 92e8a1768b63f508bc5b37cdc5723d1e03875af7fbdf064aa86a6b40b1bd2f07 +SIZE (xrdp/patch-instfiles__Makefile.am) = 710 +SHA256 (xrdp/patch-instfiles__km-0411.ini) = 58bcb7f063db4fcde9230be3013d46226b8af5c0060b7faf00250a51aa7da4fd +SIZE (xrdp/patch-instfiles__km-0411.ini) = 9576 +SHA256 (xrdp/patch-instfiles__km-e0010411.ini) = 201e55ae65c223602d66eb15ac3fd53564dc3f8e856f08183f9cf8f3fc6334c3 +SIZE (xrdp/patch-instfiles__km-e0010411.ini) = 9592 +SHA256 (xrdp/patch-instfiles__km-e0200411.ini) = d6e95d98629bf346173e97ebd9fba7910971a0165fc32c3e3cada3c5a6d01de8 +SIZE (xrdp/patch-instfiles__km-e0200411.ini) = 9592 +SHA256 (xrdp/patch-instfiles__km-e0210411.ini) = f3f29efc3541c08f60edbbb3ecf85da59abe7d745b59a7d5d0340d5940c3e723 +SIZE (xrdp/patch-instfiles__km-e0210411.ini) = 9592 diff -ruN --exclude=CVS /usr/ports/net/xrdp/files/patch-common__os_calls.c /tmp/xrdp/files/patch-common__os_calls.c --- /usr/ports/net/xrdp/files/patch-common__os_calls.c 2007-06-05 09:21:46.000000000 +0900 +++ /tmp/xrdp/files/patch-common__os_calls.c 2011-04-25 06:50:10.000000000 +0900 @@ -1,6 +1,6 @@ ---- ./common/os_calls.c.orig Sun Jul 30 01:41:31 2006 -+++ ./common/os_calls.c Mon Jun 4 17:37:42 2007 -@@ -1002,6 +1002,8 @@ +--- common/os_calls.c.orig 2011-03-12 16:10:35.000000000 +0900 ++++ common/os_calls.c 2011-03-12 16:34:05.000000000 +0900 +@@ -1987,6 +1987,8 @@ g_clearenv(void) { #if defined(_WIN32) diff -ruN --exclude=CVS /usr/ports/net/xrdp/files/patch-common__trans.c /tmp/xrdp/files/patch-common__trans.c --- /usr/ports/net/xrdp/files/patch-common__trans.c 2011-01-27 21:33:55.000000000 +0900 +++ /tmp/xrdp/files/patch-common__trans.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,34 +0,0 @@ ---- ./common/trans.c-orig 2010-05-04 09:37:22.000000000 +0200 -+++ ./common/trans.c 2010-06-15 09:13:05.000000000 +0200 -@@ -214,6 +214,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - } - else if (rcvd == 0) -@@ -221,6 +222,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - else - { -@@ -271,6 +273,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - } - else if (sent == 0) -@@ -278,6 +281,7 @@ - /* error */ - self->status = TRANS_STATUS_DOWN; - rv = 1; -+ break; - } - else - { diff -ruN --exclude=CVS /usr/ports/net/xrdp/files/pkg-message.in /tmp/xrdp/files/pkg-message.in --- /usr/ports/net/xrdp/files/pkg-message.in 2010-11-11 01:29:36.000000000 +0900 +++ /tmp/xrdp/files/pkg-message.in 2011-04-25 06:50:10.000000000 +0900 @@ -9,6 +9,6 @@ xrdpsesman_enable="YES" Do not forget to edit the configuration files in "%%PREFIX%%/etc/xrdp" -and the "%%PREFIX%%/lib/startwm.sh" script. +and the "%%PREFIX%%/etc/xrdp/startwm.sh" script. ============================================================================== diff -ruN --exclude=CVS /usr/ports/net/xrdp/pkg-plist /tmp/xrdp/pkg-plist --- /usr/ports/net/xrdp/pkg-plist 2010-11-11 01:29:35.000000000 +0900 +++ /tmp/xrdp/pkg-plist 2011-04-25 06:50:10.000000000 +0900 @@ -10,13 +10,13 @@ etc/xrdp/km-0410.ini etc/xrdp/km-0419.ini etc/xrdp/km-041d.ini -etc/xrdp/rsakeys.ini +%%JP106%%etc/xrdp/km-0411.ini +%%JP106%%etc/xrdp/km-e0200411.ini +%%JP106%%etc/xrdp/km-e0010411.ini +%%JP106%%etc/xrdp/km-e0210411.ini etc/xrdp/rsakeys.ini.sample -etc/xrdp/sesman.ini etc/xrdp/sesman.ini.sample -etc/xrdp/startwm.sh etc/xrdp/startwm.sh.sample -etc/xrdp/xrdp.ini etc/xrdp/xrdp.ini.sample etc/xrdp/xrdp.sh lib/xrdp/libcommon.a --2fHTh5uZTiUOsy+g-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 22: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 A7BA110656AE; Sun, 24 Apr 2011 22: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 436C88FC0C; Sun, 24 Apr 2011 22: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 p3OMeLVS072011; Sun, 24 Apr 2011 22: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 p3OMeLeY072002; Sun, 24 Apr 2011 22:40:21 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 22:40:21 GMT Message-Id: <201104242240.p3OMeLeY072002@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156626: [patch] misc/gnome-icon-theme: extra files in pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 22:40:21 -0000 Synopsis: [patch] misc/gnome-icon-theme: extra files in pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 22: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=156626 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 23: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 737F71065677 for ; Sun, 24 Apr 2011 23: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 498598FC1E for ; Sun, 24 Apr 2011 23: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 p3ONKBId007501 for ; Sun, 24 Apr 2011 23: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 p3ONKBtL007500; Sun, 24 Apr 2011 23:20:11 GMT (envelope-from gnats) Date: Sun, 24 Apr 2011 23:20:11 GMT Message-Id: <201104242320.p3ONKBtL007500@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Linimon Cc: Subject: Re: ports/156615: Please update sysutils/fusefs-ntfs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 23:20:11 -0000 The following reply was made to PR ports/156615; it has been noted by GNATS. From: Mark Linimon To: bartoletti Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/156615: Please update sysutils/fusefs-ntfs Date: Sun, 24 Apr 2011 18:11:30 -0500 The port is currently unmaintained, so if you are using it, please consider submitting a PR to update it. Thanks. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 23: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 3BB251065677 for ; Sun, 24 Apr 2011 23: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 ACC0C8FC19 for ; Sun, 24 Apr 2011 23: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 p3ONUCba015656 for ; Sun, 24 Apr 2011 23: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 p3ONUCwg015654; Sun, 24 Apr 2011 23:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 23:30:12 GMT Resent-Message-Id: <201104242330.p3ONUCwg015654@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CACC106566C for ; Sun, 24 Apr 2011 23:23:15 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from smtp101.rog.mail.bf1.yahoo.com (smtp101.rog.mail.bf1.yahoo.com [98.139.221.64]) by mx1.freebsd.org (Postfix) with SMTP id DC2858FC0C for ; Sun, 24 Apr 2011 23:23:14 +0000 (UTC) Received: (qmail 63490 invoked from network); 24 Apr 2011 22:56:34 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp101.rog.mail.bf1.yahoo.com with SMTP; 24 Apr 2011 15:56:33 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Sun, 24 Apr 2011 18:56:33 -0400 Message-Id: <924055.61890.qm@smtp101.rog.mail.bf1.yahoo.com> Date: Sun, 24 Apr 2011 18:56:33 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/156628: Update Port: www/ephemera => 2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 23:30:15 -0000 >Number: 156628 >Category: ports >Synopsis: Update Port: www/ephemera => 2.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 24 23:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 8.2-STABLE FreeBSD 8.2-STABLE #9: Sat Apr 16 09:01:27 EDT 2011 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- ephemera.diff begins here --- diff -ruN /usr/ports/www/ephemera/Makefile ./ephemera/Makefile --- /usr/ports/www/ephemera/Makefile 2010-07-18 09:59:51.000000000 -0400 +++ ./ephemera/Makefile 2011-04-20 19:48:34.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= ephemera -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/ephemera/distinfo ./ephemera/distinfo --- /usr/ports/www/ephemera/distinfo 2011-03-19 08:34:10.000000000 -0400 +++ ./ephemera/distinfo 2011-04-22 09:59:33.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (ephemera-2.7.tar.gz) = c1c2b8966b414369a838e3b6da629624a318e11e583876f2194e0b2eab08f299 -SIZE (ephemera-2.7.tar.gz) = 25425 +SHA256 (ephemera-2.8.tar.gz) = 163b4c2e1b0e75a0361ba5be7cdf8fac43a5f1825aaeeb9423969726a16cd0a9 +SIZE (ephemera-2.8.tar.gz) = 27000 --- ephemera.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 23: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 3A3FA1065675 for ; Sun, 24 Apr 2011 23: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 39EF98FC17 for ; Sun, 24 Apr 2011 23: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 p3ONUC1g015626 for ; Sun, 24 Apr 2011 23: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 p3ONUCxB015623; Sun, 24 Apr 2011 23:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 24 Apr 2011 23:30:12 GMT Resent-Message-Id: <201104242330.p3ONUCxB015623@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A6EA106564A for ; Sun, 24 Apr 2011 23:21:43 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from smtp108.rog.mail.bf1.yahoo.com (smtp108.rog.mail.bf1.yahoo.com [98.139.221.71]) by mx1.freebsd.org (Postfix) with SMTP id D88508FC0C for ; Sun, 24 Apr 2011 23:21:42 +0000 (UTC) Received: (qmail 46954 invoked from network); 24 Apr 2011 22:55:01 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp108.rog.mail.bf1.yahoo.com with SMTP; 24 Apr 2011 15:55:00 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Sun, 24 Apr 2011 18:54:59 -0400 Message-Id: <246892.39017.qm@smtp108.rog.mail.bf1.yahoo.com> Date: Sun, 24 Apr 2011 18:54:59 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156627: Update Port: lang/munger => 4.184 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 23:30:15 -0000 >Number: 156627 >Category: ports >Synopsis: Update Port: lang/munger => 4.184 >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 Apr 24 23:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 8.2-STABLE FreeBSD 8.2-STABLE #9: Sat Apr 16 09:01:27 EDT 2011 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- munger.diff begins here --- diff -ruN /usr/ports/lang/munger/Makefile ./munger/Makefile --- /usr/ports/lang/munger/Makefile 2011-01-04 12:44:24.000000000 -0500 +++ ./munger/Makefile 2011-04-24 09:11:11.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= munger -PORTVERSION= 4.181 +PORTVERSION= 4.184 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/lang/munger/distinfo ./munger/distinfo --- /usr/ports/lang/munger/distinfo 2011-01-04 12:44:24.000000000 -0500 +++ ./munger/distinfo 2011-04-24 18:47:31.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (munger-4.181.tar.gz) = 8449b70d9ef7c3e6ffd9715c26a6d26574aaa62b4e1df532828243151275dab3 -SIZE (munger-4.181.tar.gz) = 259781 +SHA256 (munger-4.184.tar.gz) = 4ecf81d103b5083ed6b96fb69d22ec3c99f7fdea6475e3d4e1577a28f4862bbe +SIZE (munger-4.184.tar.gz) = 217258 diff -ruN /usr/ports/lang/munger/pkg-plist ./munger/pkg-plist --- /usr/ports/lang/munger/pkg-plist 2011-01-04 12:44:24.000000000 -0500 +++ ./munger/pkg-plist 2011-04-24 18:47:54.000000000 -0400 @@ -1,24 +1,13 @@ bin/munger -lib/libmunger.so.66 +lib/libmunger.so.69 %%DATADIR%%/httpd.munger -%%DATADIR%%/scgid.munger %%DATADIR%%/echo.munger -%%DATADIR%%/msh.munger -%%DATADIR%%/mbox2munger.munger %%DATADIR%%/xml2alist.munger %%DATADIR%%/xml2sqlite.munger %%DATADIR%%/xmlsqlite.munger -%%DATADIR%%/login.css -%%DATADIR%%/login.cgi -%%DATADIR%%/incorporation.munger -%%DATADIR%%/blog.css -%%DATADIR%%/blog.cgi %%DATADIR%%/rss.munger %%DATADIR%%/xmlquery.munger %%DATADIR%%/filter.munger -%%DATADIR%%/cgi.munger -%%DATADIR%%/client.cgi -%%DATADIR%%/err.munger %%DATADIR%%/options.munger %%DATADIR%%/fmt.munger %%DATADIR%%/cat.munger --- munger.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 23:30:28 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06C9C1065672; Sun, 24 Apr 2011 23:30:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE5E88FC1D; Sun, 24 Apr 2011 23:30:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3ONURtR016773; Sun, 24 Apr 2011 23:30:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3ONURJD016762; Sun, 24 Apr 2011 23:30:27 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 23:30:27 GMT Message-Id: <201104242330.p3ONURJD016762@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156628: Update Port: www/ephemera => 2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 23:30:28 -0000 Synopsis: Update Port: www/ephemera => 2.8 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 23:30:26 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156628 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 24 23:30:36 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6997A1065675; Sun, 24 Apr 2011 23:30: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 415B98FC1D; Sun, 24 Apr 2011 23:30: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 p3ONUaXp017627; Sun, 24 Apr 2011 23:30:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3ONUae2017618; Sun, 24 Apr 2011 23:30:36 GMT (envelope-from edwin) Date: Sun, 24 Apr 2011 23:30:36 GMT Message-Id: <201104242330.p3ONUae2017618@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156627: Update Port: lang/munger => 4.184 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 24 Apr 2011 23:30:36 -0000 Synopsis: Update Port: lang/munger => 4.184 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 24 23:30:35 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156627 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 01: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 D75751065694 for ; Mon, 25 Apr 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 5F5B28FC3C for ; Mon, 25 Apr 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 p3P1UBUU025068 for ; Mon, 25 Apr 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 p3P1UBnQ025067; Mon, 25 Apr 2011 01:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 01:30:11 GMT Resent-Message-Id: <201104250130.p3P1UBnQ025067@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Douglas K. Rand" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 536E4106566C for ; Mon, 25 Apr 2011 01:29:47 +0000 (UTC) (envelope-from rand@newman.meridian-enviro.com) Received: from newman.meridian-enviro.com (newman.meridian-enviro.com [12.192.92.56]) by mx1.freebsd.org (Postfix) with ESMTP id F397A8FC08 for ; Mon, 25 Apr 2011 01:29:46 +0000 (UTC) Received: from newman.meridian-enviro.com (localhost [127.0.0.1]) by newman.meridian-enviro.com (8.13.6/8.13.6) with ESMTP id p3P1BcnP061166 for ; Sun, 24 Apr 2011 20:11:38 -0500 (CDT) (envelope-from rand@newman.meridian-enviro.com) Received: (from rand@localhost) by newman.meridian-enviro.com (8.13.6/8.13.6/Submit) id p3P1BcrI061165; Sun, 24 Apr 2011 20:11:38 -0500 (CDT) (envelope-from rand) Message-Id: <201104250111.p3P1BcrI061165@newman.meridian-enviro.com> Date: Sun, 24 Apr 2011 20:11:38 -0500 (CDT) From: "Douglas K. Rand" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156629: [patch] sysutils/puppet patch to use PACKAGEROOT instead of PACKAGESITE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Douglas K. Rand" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 01:30:20 -0000 >Number: 156629 >Category: ports >Synopsis: [patch] sysutils/puppet patch to use PACKAGEROOT instead of PACKAGESITE >Confidential: no >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 Apr 25 01:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Meridian Environmental Technology >Environment: System: FreeBSD kermit.meridian-enviro.com 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Fri Mar 11 18:14:49 CST 2011 rand@kermit.meridian-enviro.com:/usr/obj/usr/src/sys/SERVER amd64 >Description: We use our own local (and slightly modified) package site for use with puppet, and setting the PACKAGEROOT env for pkg_add works alot cleaner for us than PACKAGESITE. We get to push off to pkg_add the work of choosing arch and version. The patch lets you set source in a module to something like: http://packages.mydomain.com/ and pkg_add will automatically append, for example: /pub/FreeBSD/ports/amd64/packages-8.2-release/Latest/zsh.tbz to the source. This patch does not work if you leave the default PACKAGE_ORIGIN option enabled. >How-To-Repeat: I thought about patching the existing files/optpatch-package_origin to use pkg_add -r instead of pkg_add -f, but this seemed like a lower impact approach. >Fix: --- sysutils/puppet/Makefile 2011-04-10 11:11:49.000000000 -0500 +++ sysutils/puppet/Makefile 2011-04-21 20:22:55.000000000 -0500 @@ -40,7 +40,8 @@ puppetdoc.8 puppetmasterd.8 puppetrun.8 ralsh.8 puppetqd.8 OPTIONS= MONGREL "Run puppet server as a mongrel service" Off \ - PACKAGE_ORIGIN "Use port origin as package name" On + PACKAGE_ORIGIN "Use port origin as package name" On \ + PACKAGE_ROOT "Use PACKAGEROOT insted of PACKAGESITE" Off .include @@ -53,6 +54,14 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bz2.so:${PORTSDIR}/archivers/ruby-bz2 .endif +.if defined(WITH_PACKAGE_ROOT) +.if !defined(WITH_PACKAGE_ORIGIN) +EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_root +.else +BROKEN= "PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch." +.endif +.endif + .include post-patch: --- /dev/null 2011-04-21 20:34:09.000000000 -0500 +++ /local-project/jails/wiki/usr/ports/sysutils/puppet/files/optpatch-package_root 2011-04-21 20:23:42.000000000 -0500 @@ -0,0 +1,11 @@ +--- lib/puppet/provider/package/freebsd.rb-orig 2011-04-21 19:36:17.000000000 -0500 ++++ lib/puppet/provider/package/freebsd.rb 2011-04-21 20:09:50.000000000 -0500 +@@ -20,7 +20,7 @@ + + if @resource[:source] =~ /\/$/ + if @resource[:source] =~ /^(ftp|https?):/ +- Puppet::Util::Execution::withenv :PACKAGESITE => @resource[:source] do ++ Puppet::Util::Execution::withenv :PACKAGEROOT => @resource[:source] do + pkgadd "-r", @resource[:name] + end + else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 01: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 E507E1065692; Mon, 25 Apr 2011 01: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 B84458FC6A; Mon, 25 Apr 2011 01: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 p3P1UWnq027263; Mon, 25 Apr 2011 01: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 p3P1UW4U027253; Mon, 25 Apr 2011 01:30:32 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 01:30:32 GMT Message-Id: <201104250130.p3P1UW4U027253@freefall.freebsd.org> To: rand@meridian-enviro.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156629: [patch] sysutils/puppet patch to use PACKAGEROOT instead of PACKAGESITE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 01:30:33 -0000 Synopsis: [patch] sysutils/puppet patch to use PACKAGEROOT instead of PACKAGESITE State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Apr 25 01:30:31 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156629 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 01: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 49D591065676 for ; Mon, 25 Apr 2011 01: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 2D6AF8FC15 for ; Mon, 25 Apr 2011 01: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 p3P1eBv3035073 for ; Mon, 25 Apr 2011 01: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 p3P1eBjE035072; Mon, 25 Apr 2011 01:40:11 GMT (envelope-from gnats) Date: Mon, 25 Apr 2011 01:40:11 GMT Message-Id: <201104250140.p3P1eBjE035072@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156629: [patch] sysutils/puppet patch to use PACKAGEROOT instead of PACKAGESITE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 01:40:14 -0000 The following reply was made to PR ports/156629; it has been noted by GNATS. From: Edwin Groothuis To: raj@csub.edu Cc: bug-followup@FreeBSD.org Subject: Re: ports/156629: [patch] sysutils/puppet patch to use PACKAGEROOT instead of PACKAGESITE Date: Mon, 25 Apr 2011 01:30:27 UT Maintainer of sysutils/puppet, Please note that PR ports/156629 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/156629 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 01:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC176106566C for ; Mon, 25 Apr 2011 01:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8806F8FC13 for ; Mon, 25 Apr 2011 01:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3P1oADG043789 for ; Mon, 25 Apr 2011 01:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3P1oA9H043788; Mon, 25 Apr 2011 01:50:10 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 01:50:10 GMT Resent-Message-Id: <201104250150.p3P1oA9H043788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hsin-Han You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2717106564A for ; Mon, 25 Apr 2011 01:40:48 +0000 (UTC) (envelope-from hhyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id 8E5BE8FC14 for ; Mon, 25 Apr 2011 01:40:48 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 59B58511 for ; Mon, 25 Apr 2011 09:41:55 +0800 (CST) Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 3F55F50E for ; Mon, 25 Apr 2011 09:41:55 +0800 (CST) Received: (from hhyou@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id p3P1ekqd005907; Mon, 25 Apr 2011 09:40:46 +0800 (CST) (envelope-from hhyou) Message-Id: <201104250140.p3P1ekqd005907@alumni.cs.nctu.edu.tw> Date: Mon, 25 Apr 2011 09:40:46 +0800 (CST) From: Hsin-Han You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156630: [NEW PORT] devel/rubygem-terminal-table: Simple, feature rich ascii table generation library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 01:50:10 -0000 >Number: 156630 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-terminal-table: Simple, feature rich ascii table generation library >Confidential: no >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 Apr 25 01:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hsin-Han You >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD alumni.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: Simple, feature rich ASCII table generator. Author: visionmedia (TJ Holowaychuk) tj@vision-media.ca WWW: https://github.com/visionmedia/terminal-table Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-terminal-table-1.4.2.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: # # rubygem-terminal-table # rubygem-terminal-table/distinfo # rubygem-terminal-table/Makefile # rubygem-terminal-table/pkg-descr # echo c - rubygem-terminal-table mkdir -p rubygem-terminal-table > /dev/null 2>&1 echo x - rubygem-terminal-table/distinfo sed 's/^X//' >rubygem-terminal-table/distinfo << 'ab6cdc9d38c54af4861b2e1b9408e564' XSHA256 (rubygem/terminal-table-1.4.2.gem) = e33090125d5bcf857059a7ccae3ae01d929c45fe64104722f8c7056a7d053cfa XSIZE (rubygem/terminal-table-1.4.2.gem) = 12288 ab6cdc9d38c54af4861b2e1b9408e564 echo x - rubygem-terminal-table/Makefile sed 's/^X//' >rubygem-terminal-table/Makefile << '61710fdc7be611bbdf2a734b44cc8991' X# New ports collection makefile for: rubygem-terminal-table X# Date created: 2011-04-24 X# Whom: Hsin-Han You X# X# $FreeBSD$ X# X XPORTNAME= terminal-table XPORTVERSION= 1.4.2 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= hhyou@cs.nctu.edu.tw XCOMMENT= Simple, feature rich ascii table generation library X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 61710fdc7be611bbdf2a734b44cc8991 echo x - rubygem-terminal-table/pkg-descr sed 's/^X//' >rubygem-terminal-table/pkg-descr << 'ad33afd38c02c4ec0881951daacf130b' XSimple, feature rich ASCII table generator. X XAuthor: visionmedia (TJ Holowaychuk) tj@vision-media.ca XWWW: https://github.com/visionmedia/terminal-table ad33afd38c02c4ec0881951daacf130b exit --- rubygem-terminal-table-1.4.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 01: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 172E11065672 for ; Mon, 25 Apr 2011 01: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 DC3678FC15 for ; Mon, 25 Apr 2011 01:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3P1oAut043798 for ; Mon, 25 Apr 2011 01:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3P1oAYp043797; Mon, 25 Apr 2011 01:50:10 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 01:50:10 GMT Resent-Message-Id: <201104250150.p3P1oAYp043797@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hsin-Han You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E0E1065670 for ; Mon, 25 Apr 2011 01:42:01 +0000 (UTC) (envelope-from hhyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id 0F4F08FC14 for ; Mon, 25 Apr 2011 01:42:01 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 13B5C534 for ; Mon, 25 Apr 2011 09:43:09 +0800 (CST) Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id E92A8533 for ; Mon, 25 Apr 2011 09:43:08 +0800 (CST) Received: (from hhyou@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id p3P1g0t2006380; Mon, 25 Apr 2011 09:42:00 +0800 (CST) (envelope-from hhyou) Message-Id: <201104250142.p3P1g0t2006380@alumni.cs.nctu.edu.tw> Date: Mon, 25 Apr 2011 09:42:00 +0800 (CST) From: Hsin-Han You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156631: [NEW PORT] archivers/rubygem-rubyzip2: Ruby 1.9.1 compatible Zip library. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 01:50:11 -0000 >Number: 156631 >Category: ports >Synopsis: [NEW PORT] archivers/rubygem-rubyzip2: Ruby 1.9.1 compatible Zip library. >Confidential: no >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 Apr 25 01:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hsin-Han You >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD alumni.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: rubyzip is a ruby library for reading and writing zip files. Author: Thomas Sondergaard (thomas at sondergaard.cc) WWW: http://rubyzip.sourceforge.net/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-rubyzip2-2.0.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-rubyzip2 # rubygem-rubyzip2/distinfo # rubygem-rubyzip2/Makefile # rubygem-rubyzip2/pkg-descr # echo c - rubygem-rubyzip2 mkdir -p rubygem-rubyzip2 > /dev/null 2>&1 echo x - rubygem-rubyzip2/distinfo sed 's/^X//' >rubygem-rubyzip2/distinfo << 'b2fa66d4430b04447edc66e3b2f44bb5' XSHA256 (rubygem/rubyzip2-2.0.1.gem) = b8eed59a4c5d64e7b5566c035fff5f637fee151d8c994a346d962dd7d51a9c7c XSIZE (rubygem/rubyzip2-2.0.1.gem) = 63488 b2fa66d4430b04447edc66e3b2f44bb5 echo x - rubygem-rubyzip2/Makefile sed 's/^X//' >rubygem-rubyzip2/Makefile << 'b1e97996794c27b1b94ce70fbf1ffdd9' X# New ports collection makefile for: rubygem-rubyzip2 X# Date created: 2011-04-24 X# Whom: Hsin-Han You X# X# $FreeBSD$ X# X XPORTNAME= rubyzip2 XPORTVERSION= 2.0.1 XCATEGORIES= archivers rubygems XMASTER_SITES= RG X XMAINTAINER= hhyou@cs.nctu.edu.tw XCOMMENT= Ruby 1.9.1 compatible Zip library. X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include b1e97996794c27b1b94ce70fbf1ffdd9 echo x - rubygem-rubyzip2/pkg-descr sed 's/^X//' >rubygem-rubyzip2/pkg-descr << 'fe377aa8c263219843ea9786baf97929' Xrubyzip is a ruby library for reading and writing zip files. X XAuthor: Thomas Sondergaard (thomas at sondergaard.cc) XWWW: http://rubyzip.sourceforge.net/ fe377aa8c263219843ea9786baf97929 exit --- rubygem-rubyzip2-2.0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 01: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 B43CE106564A; Mon, 25 Apr 2011 01: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 8738C8FC17; Mon, 25 Apr 2011 01: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 p3P1oKUa044492; Mon, 25 Apr 2011 01: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 p3P1oKIr044488; Mon, 25 Apr 2011 01:50:20 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 01:50:20 GMT Message-Id: <201104250150.p3P1oKIr044488@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156630: [NEW PORT] devel/rubygem-terminal-table: Simple, feature rich ascii table generation library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 01:50:20 -0000 Synopsis: [NEW PORT] devel/rubygem-terminal-table: Simple, feature rich ascii table generation library Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 01:50:20 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=156630 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 01:50:26 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 227C71065676; Mon, 25 Apr 2011 01:50:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E9F8E8FC12; Mon, 25 Apr 2011 01:50: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 p3P1oPmo045193; Mon, 25 Apr 2011 01:50:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3P1oPlp045182; Mon, 25 Apr 2011 01:50:25 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 01:50:25 GMT Message-Id: <201104250150.p3P1oPlp045182@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156631: [NEW PORT] archivers/rubygem-rubyzip2: Ruby 1.9.1 compatible Zip library. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 01:50:26 -0000 Synopsis: [NEW PORT] archivers/rubygem-rubyzip2: Ruby 1.9.1 compatible Zip library. Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 01:50:25 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=156631 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 02: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 0EE9A106566C for ; Mon, 25 Apr 2011 02: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 C12468FC13 for ; Mon, 25 Apr 2011 02: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 p3P20JbS052119 for ; Mon, 25 Apr 2011 02: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 p3P20Jqw052118; Mon, 25 Apr 2011 02:00:19 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 02:00:19 GMT Resent-Message-Id: <201104250200.p3P20Jqw052118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hsin-Han You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57539106567D for ; Mon, 25 Apr 2011 01:54:26 +0000 (UTC) (envelope-from hhyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id E7C3B8FC18 for ; Mon, 25 Apr 2011 01:54:25 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id D5C147B0 for ; Mon, 25 Apr 2011 09:55:33 +0800 (CST) Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id B90907AE for ; Mon, 25 Apr 2011 09:55:33 +0800 (CST) Received: (from hhyou@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id p3P1sOlX007068; Mon, 25 Apr 2011 09:54:24 +0800 (CST) (envelope-from hhyou) Message-Id: <201104250154.p3P1sOlX007068@alumni.cs.nctu.edu.tw> Date: Mon, 25 Apr 2011 09:54:24 +0800 (CST) From: Hsin-Han You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156632: [NEW PORT] devel/rubygem-vmc: The command line client for Cloud Foundry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 02:00:22 -0000 >Number: 156632 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-vmc: The command line client for Cloud Foundry >Confidential: no >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 Apr 25 02:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hsin-Han You >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD alumni.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: The VMware Cloud CLI. This is the command line interface to VMware's Application Platform. WWW: https://github.com/cloudfoundry/vmc Please note that this port depends on rubygem-terminal-table, rubygem-rubyzip2, and should be handled after pr 156630 156631. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-vmc-0.3.10.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: # # rubygem-vmc # rubygem-vmc/pkg-descr # rubygem-vmc/distinfo # rubygem-vmc/Makefile # echo c - rubygem-vmc mkdir -p rubygem-vmc > /dev/null 2>&1 echo x - rubygem-vmc/pkg-descr sed 's/^X//' >rubygem-vmc/pkg-descr << 'b576cbcb209e975a957a9a3bafd3b442' XThe VMware Cloud CLI. This is the command line interface Xto VMware's Application Platform. X XWWW: https://github.com/cloudfoundry/vmc b576cbcb209e975a957a9a3bafd3b442 echo x - rubygem-vmc/distinfo sed 's/^X//' >rubygem-vmc/distinfo << 'aeea8618c37a143d17af3803f5560d80' XSHA256 (rubygem/vmc-0.3.10.gem) = 868590e2286b376dc935683bbcd92fb6d633ee2ae5d41df9068a650f3cded9f3 XSIZE (rubygem/vmc-0.3.10.gem) = 32768 aeea8618c37a143d17af3803f5560d80 echo x - rubygem-vmc/Makefile sed 's/^X//' >rubygem-vmc/Makefile << 'b95a58990a39c8e6367530ff525a6cfd' X# New ports collection makefile for: rubygem-vmc X# Date created: 2010 12-15 X# Whom: Hsin-Han You X# X# $FreeBSD$ X XPORTNAME= vmc XPORTVERSION= 0.3.10 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= hhyou@cs.nctu.edu.tw XCOMMENT= The command line client for Cloud Foundry X XRUN_DEPENDS= rubygem-terminal-table>=1.4.2:${PORTSDIR}/devel/rubygem-terminal-table \ X rubygem-rest-client>=1.6.1<1.7.0:${PORTSDIR}/www/rubygem-rest-client \ X rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \ X rubygem-rubyzip2>=2.0.1:${PORTSDIR}/archivers/rubygem-rubyzip2 \ X rubygem-json_pure>=1.5.1:${PORTSDIR}/devel/rubygem-json_pure X XLICENSE= MIT X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XPLIST_FILES= bin/vmc X X.include b95a58990a39c8e6367530ff525a6cfd exit --- rubygem-vmc-0.3.10.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 02: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 C28031065672; Mon, 25 Apr 2011 02: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 957138FC0A; Mon, 25 Apr 2011 02: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 p3P20Vvs052335; Mon, 25 Apr 2011 02: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 p3P20VRL052329; Mon, 25 Apr 2011 02:00:31 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 02:00:31 GMT Message-Id: <201104250200.p3P20VRL052329@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156632: [NEW PORT] devel/rubygem-vmc: The command line client for Cloud Foundry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 02:00:31 -0000 Synopsis: [NEW PORT] devel/rubygem-vmc: The command line client for Cloud Foundry Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 02:00:31 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=156632 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 03: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 39D4D106566B for ; Mon, 25 Apr 2011 03: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 249478FC14 for ; Mon, 25 Apr 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 p3P3e8Aw043408 for ; Mon, 25 Apr 2011 03: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 p3P3e8Xb043407; Mon, 25 Apr 2011 03:40:08 GMT (envelope-from gnats) Date: Mon, 25 Apr 2011 03:40:08 GMT Message-Id: <201104250340.p3P3e8Xb043407@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Labrador, Dax" Cc: Subject: Re: ports/156140: security/dradis: Update Dradis Framework from 2.6.0 to 2.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Labrador, Dax" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 03:40:09 -0000 The following reply was made to PR ports/156140; it has been noted by GNATS. From: "Labrador, Dax" To: bug-followup@FreeBSD.org, semprix@gmx.com Cc: Subject: Re: ports/156140: security/dradis: Update Dradis Framework from 2.6.0 to 2.6.1 Date: Mon, 25 Apr 2011 11:38:47 +0800 This is a multi-part message in MIME format. --------------000906010901090406020805 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Any updates on this one? --------------000906010901090406020805 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Any updates on this one?
--------------000906010901090406020805-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 06:50:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D5EE1065673 for ; Mon, 25 Apr 2011 06:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6EB8FC0A for ; Mon, 25 Apr 2011 06:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3P6o9oj022750 for ; Mon, 25 Apr 2011 06:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3P6o9cR022749; Mon, 25 Apr 2011 06:50:09 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 06:50:09 GMT Resent-Message-Id: <201104250650.p3P6o9cR022749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Donovan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 623D9106564A for ; Mon, 25 Apr 2011 06:44: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 5088C8FC13 for ; Mon, 25 Apr 2011 06:44: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 p3P6ixCM047690 for ; Mon, 25 Apr 2011 06:44:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3P6ixIP047689; Mon, 25 Apr 2011 06:44:59 GMT (envelope-from nobody) Message-Id: <201104250644.p3P6ixIP047689@red.freebsd.org> Date: Mon, 25 Apr 2011 06:44:59 GMT From: Paul Donovan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156635: Change maintainer of "net/howl" 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, 25 Apr 2011 06:50:09 -0000 >Number: 156635 >Category: ports >Synopsis: Change maintainer of "net/howl" 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 Apr 25 06:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Paul Donovan >Release: 8.2 >Organization: >Environment: >Description: As discussed on the ports mailing list, I'm volunteering to become the maintainer of the Howl port. I have attached a patch to net/howl/Makefile. http://lists.freebsd.org/pipermail/freebsd-ports/2011-April/067285.html Regards, Paul >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2011-04-25 17:32:43.000000000 +1000 +++ Makefile 2011-04-25 17:36:00.000000000 +1000 @@ -10,12 +10,9 @@ CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@donovansbrain.co.uk COMMENT= Zeroconf/Bonjour(tm) implementation -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - CONFLICTS= avahi-[0-9]* USE_AUTOTOOLS= libtool >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 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 097C6106564A for ; Mon, 25 Apr 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 D32C28FC0A for ; Mon, 25 Apr 2011 07: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 p3P7UBF4074784 for ; Mon, 25 Apr 2011 07: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 p3P7UBmu074781; Mon, 25 Apr 2011 07:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 07:30:11 GMT Resent-Message-Id: <201104250730.p3P7UBmu074781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Radim Kolar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A08E11065676 for ; Mon, 25 Apr 2011 07:22:33 +0000 (UTC) (envelope-from hsn@sendmail.cz) Received: from slush.phatservers.com (slush.phatservers.com [64.6.104.18]) by mx1.freebsd.org (Postfix) with ESMTP id 871408FC14 for ; Mon, 25 Apr 2011 07:22:32 +0000 (UTC) Received: from fbsd8.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by slush.phatservers.com (8.14.4/8.14.4) with ESMTP id p3P7MSLC088348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Apr 2011 00:22:31 -0700 (PDT) (envelope-from hsn@sendmail.cz) Received: from fbsd8.localdomain (localhost [127.0.0.1]) by fbsd8.localdomain (8.14.4/8.14.4) with ESMTP id p3P7MLl0097205; Mon, 25 Apr 2011 09:22:21 +0200 (CEST) (envelope-from hsn@fbsd8.localdomain) Received: (from hsn@localhost) by fbsd8.localdomain (8.14.4/8.14.4/Submit) id p3P7MLpY097133; Mon, 25 Apr 2011 09:22:21 +0200 (CEST) (envelope-from hsn) Message-Id: <201104250722.p3P7MLpY097133@fbsd8.localdomain> Date: Mon, 25 Apr 2011 09:22:21 +0200 (CEST) From: Radim Kolar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hsn@sendmail.cz, itetcu@FreeBSD.org Subject: ports/156636: [PATCH] sysutils/dt: update to 17.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 07:30:12 -0000 >Number: 156636 >Category: ports >Synopsis: [PATCH] sysutils/dt: update to 17.07 >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 Apr 25 07:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd8.localdomain 8.2-RELEASE FreeBSD 8.2-RELEASE #8: Tue Mar 1 14:49:07 CET >Description: - Update to 17.07 Port maintainer (itetcu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dt-17.07.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/dt/Makefile /home/hsn/ports/dt/Makefile --- /usr/ports/sysutils/dt/Makefile 2008-03-25 10:48:34.000000000 +0100 +++ /home/hsn/ports/dt/Makefile 2011-04-25 09:17:58.786656806 +0200 @@ -8,7 +8,7 @@ # PORTNAME= dt -PORTVERSION= 15.14 +PORTVERSION= 17.07 CATEGORIES= sysutils MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ \ http://T32.TecNik93.com/FreeBSD/ports/dt/sources/ @@ -20,23 +20,26 @@ WRKSRC= ${WRKDIR}/dt.d MAKEFILE= Makefile.freebsd ALL_TARGET= dt +LICENSE= BSD -PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.txt dt-Overview.txt +PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.pdf dt-Overview.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dt ${PREFIX}/sbin ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/pattern_* ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/pattern_* ${DATADIR} ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/dta ${WRKSRC}/dtc ${WRKSRC}/dtf ${WRKSRC}/dtr ${WRKSRC}/dts ${WRKSRC}/dtt ${WRKSRC}/dtw ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/MakeTestDisc ${EXAMPLESDIR} +.for script in DiskTests.ksh butterfly.ksh butterfly_file.ksh dt_noprog_script.ksh \ + dta dtc dtf dtr dts dtt dtw trigger-AIX.ksh + ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/${script} ${EXAMPLESDIR} +.endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.1st ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ToDoList ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/WhatsNew-* ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/dt-UsersGuide.txt ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/dt.help ${DOCSDIR}/dt-Overview.txt + ${INSTALL_DATA} ${WRKSRC}/WhatsNewFiles/WhatsNew-* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Documentation/dt-UsersGuide.pdf ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Documentation/dt.help ${DOCSDIR}/dt-Overview.txt .endif .include diff -ruN --exclude=CVS /usr/ports/sysutils/dt/distinfo /home/hsn/ports/dt/distinfo --- /usr/ports/sysutils/dt/distinfo 2011-03-19 13:32:13.000000000 +0100 +++ /home/hsn/ports/dt/distinfo 2011-04-25 07:55:41.461524259 +0200 @@ -1,2 +1,2 @@ -SHA256 (dt-source.tar.gz) = 3db2c3e88f57d752e1c71cc22dba682ea5c5705c3364404e3fd76d4892079784 -SIZE (dt-source.tar.gz) = 981007 +SHA256 (dt-source.tar.gz) = 6a213b8da2b8907c4f1633c3b90229085ac239e4d43aa5879b0123c21f951cab +SIZE (dt-source.tar.gz) = 3058711 diff -ruN --exclude=CVS /usr/ports/sysutils/dt/pkg-plist /home/hsn/ports/dt/pkg-plist --- /usr/ports/sysutils/dt/pkg-plist 2004-01-24 00:28:58.000000000 +0100 +++ /home/hsn/ports/dt/pkg-plist 2011-04-25 09:19:39.937658219 +0200 @@ -10,6 +10,7 @@ %%DATADIR%%/pattern_8 %%DATADIR%%/pattern_9 %%DATADIR%%/pattern_all +%%DATADIR%%/pattern_dedup @dirrm %%DATADIR%% %%EXAMPLESDIR%%/dta %%EXAMPLESDIR%%/dtc @@ -17,6 +18,10 @@ %%EXAMPLESDIR%%/dtr %%EXAMPLESDIR%%/dts %%EXAMPLESDIR%%/dtt +%%EXAMPLESDIR%%/dt_noprog_script.ksh +%%EXAMPLESDIR%%/trigger-AIX.ksh +%%EXAMPLESDIR%%/DiskTests.ksh +%%EXAMPLESDIR%%/butterfly_file.ksh +%%EXAMPLESDIR%%/butterfly.ksh %%EXAMPLESDIR%%/dtw -%%EXAMPLESDIR%%/MakeTestDisc @dirrm %%EXAMPLESDIR%% --- dt-17.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 07: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 242691065676; Mon, 25 Apr 2011 07: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 EE2978FC15; Mon, 25 Apr 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 p3P7UPCY075636; Mon, 25 Apr 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 p3P7UPM9075623; Mon, 25 Apr 2011 07:30:25 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 07:30:25 GMT Message-Id: <201104250730.p3P7UPM9075623@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156636: [PATCH] sysutils/dt: update to 17.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 07:30:26 -0000 Synopsis: [PATCH] sysutils/dt: update to 17.07 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 07:30:24 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156636 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 08: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 CE43E106564A for ; Mon, 25 Apr 2011 08:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B059B8FC0C for ; Mon, 25 Apr 2011 08: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 p3P8KDNQ028781 for ; Mon, 25 Apr 2011 08:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3P8KDLO028780; Mon, 25 Apr 2011 08:20:13 GMT (envelope-from gnats) Date: Mon, 25 Apr 2011 08:20:13 GMT Message-Id: <201104250820.p3P8KDLO028780@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Geoffroy Desvernay Cc: Subject: Re: ports/156377: databases/mariadb: missing charsets support in port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoffroy Desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 08:20:14 -0000 The following reply was made to PR ports/156377; it has been noted by GNATS. From: Geoffroy Desvernay To: bug-followup@FreeBSD.org, dgeo@centrale-marseille.fr Cc: Subject: Re: ports/156377: databases/mariadb: missing charsets support in port Date: Mon, 25 Apr 2011 09:55:18 +0200 This is a multi-part message in MIME format. --------------090306020304020601000900 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 New patch: charset and collation support, and information message in 'pre-fetch' about that. (like mysql) Thanks - -- *geoffroy desvernay* C.R.I - Administration systèmes et réseaux Ecole Centrale de Marseille -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNtSjhAAoJEC0NWrh8JT1SmsEIALk/8TJAGvDCyMO1XGXdZJWV V/jFrIqKdY9EcjR8YV91yyH3MN8LVn1RR1KEwCot19xR+Fk8zJuLcX/+lfzmK3uy lDFC29fvi7GAnT1Qf44KSWqTFrNWsycrNiSjwpC8Tsu9HmOMQGzo65f5vx0jxW7e i6UTirvIGnLOJHd5X7H7pufZd97OK2vDk/5jncl16HpPVSP2wJQp/MqWZvVxvVur 0/E4IxeOJMfKmahkapDiSs5j1rBEOFsTyTmxwavEMTiOEbaKeP+0enjD03HzpyH9 MN1mvIOCG9eDuNs4xyxvztei8Ipc6iHEYtufkXL1P1Q2UKhXL/RmnW5zHMhMhZA= =UBLA -----END PGP SIGNATURE----- --------------090306020304020601000900 Content-Type: text/x-patch; name="patch.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.diff" diff -bruN mariadb.orig/Makefile mariadb/Makefile --- mariadb.orig/Makefile 2011-04-23 01:40:15.000000000 +0200 +++ mariadb/Makefile 2011-04-25 09:48:01.543086790 +0200 @@ -83,6 +83,25 @@ MAN8= mysqld.8 \ mysqlmanager.8 +.if defined(WITH_CHARSET) && ${WITH_CHARSET} != "" +CONFIGURE_ARGS+=--with-charset=${WITH_CHARSET} +.endif +.if defined(WITH_XCHARSET) && ${WITH_XCHARSET} != "" +CONFIGURE_ARGS+=--with-extra-charsets=${WITH_XCHARSET} +.endif +.if defined(WITH_COLLATION) && ${WITH_COLLATION} != "" +CONFIGURE_ARGS+=--with-collation=${WITH_COLLATION} +.endif + +pre-fetch: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)." + @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')." + @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)." + @${ECHO} "" + post-patch: @${REINPLACE_CMD} -e '/^install:/ s|^\(install:\).*$$|\1|' \ ${WRKSRC}/mysql-test/Makefile.in ${WRKSRC}/sql-bench/Makefile.in --------------090306020304020601000900 Content-Type: application/octet-stream; name="patch.diff.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch.diff.sig" iQEcBAABAgAGBQJNtSjlAAoJEC0NWrh8JT1S2O0IAKDB3GigGVLln8/bFTcV1m0f8HB3/HuQ 4ahWAULUXMqmNQ0wscZnvVv45pW8yY54RNcpq81IxJZc6iVXUMZybtDEd00oZaMWPqH8aSeG 1Ix0KwA/J7pZGrnWLP9v+cQYC/d/ZXx4NpNcqruYCfjp7+SeSsygr62kADEgFR7ZQskEAVaA T6v4M01GwDY2FzExNGcfPLb2Or9/o4cyp+67ERgGCxgiXUqt61nmZ9cs0vV2DSr6cD50xcO6 zBYiKn2MpXdAibS8mpZHs+YUQ09F0p7+WwvBXFUNsDNtyKiY8W5GTyj4fyMY41F9VcAFCF5c tW7DbXg8m7zt1Z+PnCTUO88= --------------090306020304020601000900-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 08: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 38FD1106566B for ; Mon, 25 Apr 2011 08: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 08D5B8FC15 for ; Mon, 25 Apr 2011 08: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 p3P8U8EW038047 for ; Mon, 25 Apr 2011 08: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 p3P8U8tf038045; Mon, 25 Apr 2011 08:30:08 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 08:30:08 GMT Resent-Message-Id: <201104250830.p3P8U8tf038045@freefall.freebsd.org> 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 Brovikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C5C11065673 for ; Mon, 25 Apr 2011 08:25: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 F3F428FC0A for ; Mon, 25 Apr 2011 08:25: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 p3P8Pmj7039641 for ; Mon, 25 Apr 2011 08:25:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3P8Pm3l039640; Mon, 25 Apr 2011 08:25:48 GMT (envelope-from nobody) Message-Id: <201104250825.p3P8Pm3l039640@red.freebsd.org> Date: Mon, 25 Apr 2011 08:25:48 GMT From: Alexander Brovikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156638: [patch] net/asterisk don't build mysql modules despite enabled option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 08:30:09 -0000 >Number: 156638 >Category: ports >Synopsis: [patch] net/asterisk don't build mysql modules despite enabled option >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 Apr 25 08:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Brovikov >Release: 8.1-RELEASE >Organization: >Environment: FreeBSD vbox 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: net/asterisk don't build mysql modules despite enabled option >How-To-Repeat: >Fix: patch for extra-patch-menuselect-tree-mysql.diff goes in attach Patch attached with submission follows: --- files/extra-patch-menuselect-tree-mysql.diff.orig 2011-02-19 04:37:52.000000000 +0500 +++ files/extra-patch-menuselect-tree-mysql.diff 2011-04-25 14:07:51.000000000 +0600 @@ -1,3 +1,27 @@ +--- addons/.moduleinfo.orig 2011-04-22 02:02:46.000000000 +0600 ++++ addons/.moduleinfo 2011-04-25 14:05:23.000000000 +0600 +@@ -1,14 +1,12 @@ + + + mysqlclient +- no + + + no + + + mysqlclient +- no + + + bluetooth +@@ -22,6 +20,5 @@ + + + mysqlclient +- no + + --- menuselect-tree.orig 2011-02-11 17:33:25.000000000 +0200 +++ menuselect-tree 2011-02-11 17:33:52.000000000 +0200 @@ -4,14 +4,12 @@ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 08: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 00BEB1065680; Mon, 25 Apr 2011 08: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 BBF608FC0C; Mon, 25 Apr 2011 08: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 p3P8UPi9039491; Mon, 25 Apr 2011 08: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 p3P8UPhe039480; Mon, 25 Apr 2011 08:30:25 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 08:30:25 GMT Message-Id: <201104250830.p3P8UPhe039480@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156638: [patch] net/asterisk don't build mysql modules despite enabled option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 08:30:26 -0000 Synopsis: [patch] net/asterisk don't build mysql modules despite enabled option Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 08: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=156638 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 09: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 CBC2F1065678 for ; Mon, 25 Apr 2011 09:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7BC68FC1A for ; Mon, 25 Apr 2011 09: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 p3P9KDGW084997 for ; Mon, 25 Apr 2011 09:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3P9KDfO084996; Mon, 25 Apr 2011 09:20:13 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 09:20:13 GMT Resent-Message-Id: <201104250920.p3P9KDfO084996@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Moisseev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABAEA106566C for ; Mon, 25 Apr 2011 09:18: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 7F8FD8FC08 for ; Mon, 25 Apr 2011 09:18: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 p3P9IWQo085452 for ; Mon, 25 Apr 2011 09:18:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3P9IW4F085451; Mon, 25 Apr 2011 09:18:32 GMT (envelope-from nobody) Message-Id: <201104250918.p3P9IW4F085451@red.freebsd.org> Date: Mon, 25 Apr 2011 09:18:32 GMT From: Alexander Moisseev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156639: [PATCH] www/free-sa-devel: update to 2.0.0b4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 09:20:14 -0000 >Number: 156639 >Category: ports >Synopsis: [PATCH] www/free-sa-devel: update to 2.0.0b4 >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 Apr 25 09:20:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Moisseev >Release: >Organization: >Environment: >Description: - Update to 2.0.0b4 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ./free-sa-devel.orig/Makefile ./free-sa-devel/Makefile --- ./free-sa-devel.orig/Makefile 2011-04-25 09:11:14.000000000 +0400 +++ ./free-sa-devel/Makefile 2011-04-25 09:33:39.000000000 +0400 @@ -6,10 +6,10 @@ # PORTNAME= free-sa -PORTVERSION= 2.0.0b3 +PORTVERSION= 2.0.0b4 CATEGORIES= www MASTER_SITES= SF -MASTER_SITE_SUBDIR= free-sa/free-sa-dev/2.0.0b3/ +MASTER_SITE_SUBDIR= free-sa/free-sa-dev/2.0.0b4/ PKGNAMESUFFIX= -devel MAINTAINER= moiseev@mezonplus.ru @@ -38,8 +38,9 @@ INSTALL=/usr/bin/install \ LARGEFILE=yes \ SATSEP="'" \ - HAVE_STRL="1"\ - ADDLDFLAGS="${LDFLAGS} --relax -mrelax" + HAVE_STRL="1" \ + ADDLDFLAGS="${LDFLAGS} --relax -mrelax" \ + MANDIR="${MANPREFIX}/man" OPTIONS= OPTIMIZED_CFLAGS "Build with distribution-recommended CFLAGS" off \ SA_DEBUG "Enable Free-SA debugging (level 1)" off diff -ruN ./free-sa-devel.orig/distinfo ./free-sa-devel/distinfo --- ./free-sa-devel.orig/distinfo 2011-04-25 09:11:14.000000000 +0400 +++ ./free-sa-devel/distinfo 2011-04-25 09:42:54.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (free-sa-2.0.0b3.tar.gz) = 36491e71a2d6d2b6b977195f4fd4e3bc531d0a4664509fcbcc38092f15546b38 -SIZE (free-sa-2.0.0b3.tar.gz) = 90855 +SHA256 (free-sa-2.0.0b4.tar.gz) = 5ca6b80e826b9af923dcbc9d3ce48270e9368834e624dbd77c84dbcf0640167f +SIZE (free-sa-2.0.0b4.tar.gz) = 93728 diff -ruN ./free-sa-devel.orig/pkg-plist ./free-sa-devel/pkg-plist --- ./free-sa-devel.orig/pkg-plist 2011-04-25 09:11:14.000000000 +0400 +++ ./free-sa-devel/pkg-plist 2011-04-25 09:53:13.000000000 +0400 @@ -28,6 +28,8 @@ %%DATADIR%%/fr.iso88591 %%DATADIR%%/hu.iso88592 %%DATADIR%%/it.iso88591 +%%DATADIR%%/lt.iso885913 +%%DATADIR%%/pt.iso88591 %%DATADIR%%/ru.koi8r %%DATADIR%%/sk.iso88592 %%WWWDIR%%/c.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 11: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 0C62E106566C for ; Mon, 25 Apr 2011 11: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 D4CA58FC13 for ; Mon, 25 Apr 2011 11: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 p3PB0PBc075202 for ; Mon, 25 Apr 2011 11:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PB0PQJ075200; Mon, 25 Apr 2011 11:00:25 GMT (envelope-from gnats) Date: Mon, 25 Apr 2011 11:00:25 GMT Message-Id: <201104251100.p3PB0PQJ075200@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Buganini Cc: Subject: Re: ports/156619: [maintainer update] converters/bsdconv to 4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Buganini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 11:00:26 -0000 The following reply was made to PR ports/156619; it has been noted by GNATS. From: Buganini To: bug-followup@FreeBSD.org, buganini@gmail.com Cc: Subject: Re: ports/156619: [maintainer update] converters/bsdconv to 4.5 Date: Mon, 25 Apr 2011 18:52:51 +0800 New patch: http://security-hole.info/~buganini/ports/bsdconv-4.6.patch.txt update to 4.6: improve UAO support From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 11: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 215D7106564A for ; Mon, 25 Apr 2011 11: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 DE5878FC14 for ; Mon, 25 Apr 2011 11: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 p3PB0SOg075378 for ; Mon, 25 Apr 2011 11: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 p3PB0SJQ075372; Mon, 25 Apr 2011 11:00:28 GMT (envelope-from gnats) Date: Mon, 25 Apr 2011 11:00:28 GMT Message-Id: <201104251100.p3PB0SJQ075372@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Buganini Cc: Subject: Re: ports/156620: [new port] chinese/bug5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Buganini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 11:00:29 -0000 The following reply was made to PR ports/156620; it has been noted by GNATS. From: Buganini To: bug-followup@FreeBSD.org, buganini@gmail.com Cc: Subject: Re: ports/156620: [new port] chinese/bug5 Date: Mon, 25 Apr 2011 18:57:05 +0800 New shar: http://security-hole.info/~buganini/ports/bug5-1.1.shar.txt bug5-1.1: improve UAO support From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 13:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A31A1065674 for ; Mon, 25 Apr 2011 13:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 672FA8FC17 for ; Mon, 25 Apr 2011 13:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PDoASK035725 for ; Mon, 25 Apr 2011 13:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PDoAMP035724; Mon, 25 Apr 2011 13:50:10 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 13:50:10 GMT Resent-Message-Id: <201104251350.p3PDoAMP035724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anes Muhametov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE54A106566B for ; Mon, 25 Apr 2011 13:41:58 +0000 (UTC) (envelope-from amuhametov@anestesting.ovr.hc.ru) Received: from anestesting.ovr.hc.ru (anestesting.ovr.hc.ru [89.104.90.32]) by mx1.freebsd.org (Postfix) with ESMTP id DC09E8FC14 for ; Mon, 25 Apr 2011 13:41:57 +0000 (UTC) Received: from anestesting.ovr.hc.ru (localhost [127.0.0.1]) by anestesting.ovr.hc.ru (8.14.4/8.14.4) with ESMTP id p3PCnNR1055037 for ; Mon, 25 Apr 2011 12:49:23 GMT (envelope-from amuhametov@anestesting.ovr.hc.ru) Received: (from root@localhost) by anestesting.ovr.hc.ru (8.14.4/8.14.4/Submit) id p3PCnMYa055036; Mon, 25 Apr 2011 12:49:22 GMT (envelope-from amuhametov) Message-Id: <201104251249.p3PCnMYa055036@anestesting.ovr.hc.ru> Date: Mon, 25 Apr 2011 12:49:22 GMT From: Anes Muhametov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156640: [maintainer update] mail/roundcube-sieverules release update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anes Muhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 13:50:10 -0000 >Number: 156640 >Category: ports >Synopsis: [maintainer update] mail/roundcube-sieverules release update >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: Mon Apr 25 13:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Anes Muhametov >Release: FreeBSD 8.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD anestesting.ovr.hc.ru 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Thu Jan 6 15:48:03 UTC 2011 root@tinderbox1.infra.hostcomm.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Port update due to new release >How-To-Repeat: >Fix: --- roundcube-sieverules.patch begins here --- diff -ruN mail/roundcube-sieverules.orig/Makefile mail/roundcube-sieverules/Makefile --- mail/roundcube-sieverules.orig/Makefile 2011-03-17 17:24:37.000000000 +0000 +++ mail/roundcube-sieverules/Makefile 2011-04-25 12:35:57.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= sieverules -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= mail MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ PKGNAMEPREFIX= roundcube- diff -ruN mail/roundcube-sieverules.orig/distinfo mail/roundcube-sieverules/distinfo --- mail/roundcube-sieverules.orig/distinfo 2011-03-17 07:32:56.000000000 +0000 +++ mail/roundcube-sieverules/distinfo 2011-04-25 12:35:46.000000000 +0000 @@ -1,2 +1,2 @@ -SIZE (sieverules.tar.gz) = 108382 -SHA256 (sieverules.tar.gz) = cdfc066865529ae19d8c57ffd8dab8efcecde4c8d2d90b5fb728491744c88a86 +SIZE (sieverules.tar.gz) = 108728 +SHA256 (sieverules.tar.gz) = 548e1a421134f773d30836ac1c371b19aeeec3b18c5f7faaeda05e3d88aa9115 --- roundcube-sieverules.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 14: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 7C90D10656B8 for ; Mon, 25 Apr 2011 14:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 967C38FC2C for ; Mon, 25 Apr 2011 14:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PE0Iw6043903 for ; Mon, 25 Apr 2011 14:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PE0IPM043902; Mon, 25 Apr 2011 14:00:18 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 14:00:18 GMT Resent-Message-Id: <201104251400.p3PE0IPM043902@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anes Muhametov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79F041065670 for ; Mon, 25 Apr 2011 13:56:43 +0000 (UTC) (envelope-from amuhametov@anestesting.ovr.hc.ru) Received: from anestesting.ovr.hc.ru (anestesting.ovr.hc.ru [89.104.90.32]) by mx1.freebsd.org (Postfix) with ESMTP id BFF818FC0A for ; Mon, 25 Apr 2011 13:56:42 +0000 (UTC) Received: from anestesting.ovr.hc.ru (localhost [127.0.0.1]) by anestesting.ovr.hc.ru (8.14.4/8.14.4) with ESMTP id p3PDlE5l055339 for ; Mon, 25 Apr 2011 13:47:14 GMT (envelope-from amuhametov@anestesting.ovr.hc.ru) Received: (from root@localhost) by anestesting.ovr.hc.ru (8.14.4/8.14.4/Submit) id p3PDlE4Z055338; Mon, 25 Apr 2011 13:47:14 GMT (envelope-from amuhametov) Message-Id: <201104251347.p3PDlE4Z055338@anestesting.ovr.hc.ru> Date: Mon, 25 Apr 2011 13:47:14 GMT From: Anes Muhametov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156641: port mail/roundcube update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anes Muhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 14:00:24 -0000 >Number: 156641 >Category: ports >Synopsis: port mail/roundcube update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 25 14:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Anes Muhametov >Release: FreeBSD 8.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD anestesting.ovr.hc.ru 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Thu Jan 6 15:48:03 UTC 2011 root@tinderbox1.infra.hostcomm.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update mail/roundcube to 0.5.2 >How-To-Repeat: >Fix: --- roundcube.port.patch begins here --- diff -ruN mail/roundcube.orig/Makefile mail/roundcube/Makefile --- mail/roundcube.orig/Makefile 2011-02-11 16:08:56.000000000 +0000 +++ mail/roundcube/Makefile 2011-04-25 12:51:34.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= roundcube -DISTVERSION= 0.5.1 +DISTVERSION= 0.5.2 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:U} diff -ruN mail/roundcube.orig/distinfo mail/roundcube/distinfo --- mail/roundcube.orig/distinfo 2011-02-11 16:08:56.000000000 +0000 +++ mail/roundcube/distinfo 2011-04-25 12:52:53.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (roundcubemail-0.5.1.tar.gz) = a1d8bce93713775088f7a6bc494f7127755ca90a6c7f3f94589182a65e31479c -SIZE (roundcubemail-0.5.1.tar.gz) = 2268849 +SIZE (roundcubemail-0.5.1.tar.gz) = 2289942 +SHA256 (roundcubemail-0.5.2.tar.gz) = dbfc31d97ccff532d55473e1be8e1af199600b1c9c87e33c217f8782c9b05e97 --- roundcube.port.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 14: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 A4A2610656D7; Mon, 25 Apr 2011 14: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 7EE8F8FC1A; Mon, 25 Apr 2011 14:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PE0ZBv045215; Mon, 25 Apr 2011 14: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 p3PE0ZfG045205; Mon, 25 Apr 2011 14:00:35 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 14:00:35 GMT Message-Id: <201104251400.p3PE0ZfG045205@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156641: port mail/roundcube update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 14:00:35 -0000 Synopsis: port mail/roundcube update Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 14:00:34 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156641 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 14: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 C76DB106567C for ; Mon, 25 Apr 2011 14: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 830558FC2F for ; Mon, 25 Apr 2011 14: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 p3PEK9WI062702 for ; Mon, 25 Apr 2011 14: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 p3PEK9qg062701; Mon, 25 Apr 2011 14:20:09 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 14:20:09 GMT Resent-Message-Id: <201104251420.p3PEK9qg062701@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ashish SHUKLA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 373B9106564A for ; Mon, 25 Apr 2011 14:16:25 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id D085F8FC19 for ; Mon, 25 Apr 2011 14:16:24 +0000 (UTC) Received: by qyk35 with SMTP id 35so763033qyk.13 for ; Mon, 25 Apr 2011 07:16:24 -0700 (PDT) Received: by 10.224.199.131 with SMTP id es3mr2727866qab.49.1303739529081; Mon, 25 Apr 2011 06:52:09 -0700 (PDT) Received: from chateau.d.if ([122.163.155.40]) by mx.google.com with ESMTPS id k2sm4063366qcu.31.2011.04.25.06.51.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Apr 2011 06:52:01 -0700 (PDT) Received: by chateau.d.if (Postfix, from userid 1001) id 39A0145616; Mon, 25 Apr 2011 19:21:48 +0530 (IST) Message-Id: <20110425135148.39A0145616@chateau.d.if> Date: Mon, 25 Apr 2011 19:21:48 +0530 (IST) From: Ashish SHUKLA Sender: Ashish SHUKLA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156642: [repocopy] Rename Haskell ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ashish SHUKLA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 14:20:09 -0000 >Number: 156642 >Category: ports >Synopsis: [repocopy] Rename Haskell ports >Confidential: no >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 Apr 25 14:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: FreeBSD 8.2-RELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD chateau.d.if 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: We ( haskell@ ) are planning to upgrade Haskell ports present in FreeBSD ports tree. For that, we need to rename couple of ports to match their upstream names: - devel/hs-FileManip -> devel/hs-filemanip - devel/lhs2TeX -> textproc/hs-lhs2tex - devel/bnfc -> devel/hs-BNFC Thanks >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 15:37: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 68F271065714; Mon, 25 Apr 2011 15:37:08 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 40BE58FC14; Mon, 25 Apr 2011 15:37: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 p3PFb8Hf034676; Mon, 25 Apr 2011 15:37:08 GMT (envelope-from ashish@freefall.freebsd.org) Received: (from ashish@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PFb8W1034672; Mon, 25 Apr 2011 15:37:08 GMT (envelope-from ashish) Date: Mon, 25 Apr 2011 15:37:08 GMT Message-Id: <201104251537.p3PFb8W1034672@freefall.freebsd.org> To: ashish@FreeBSD.org, ashish@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: ashish@FreeBSD.org Cc: Subject: Re: ports/156642: [repocopy] Rename Haskell ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 15:37:08 -0000 Synopsis: [repocopy] Rename Haskell ports State-Changed-From-To: open->repocopy State-Changed-By: ashish State-Changed-When: Mon Apr 25 15:35:29 UTC 2011 State-Changed-Why: Request repocopy. Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: ashish Responsible-Changed-When: Mon Apr 25 15:35:29 UTC 2011 Responsible-Changed-Why: Request repocopy. http://www.freebsd.org/cgi/query-pr.cgi?pr=156642 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 16:00:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0624A106567E for ; Mon, 25 Apr 2011 16:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D34508FC18 for ; Mon, 25 Apr 2011 16:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PG0NR6051820 for ; Mon, 25 Apr 2011 16:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PG0NZC051819; Mon, 25 Apr 2011 16:00:23 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 16:00:23 GMT Resent-Message-Id: <201104251600.p3PG0NZC051819@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Gogolok Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8397106566B for ; Mon, 25 Apr 2011 15:56: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 A80AF8FC18 for ; Mon, 25 Apr 2011 15:56: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 p3PFulbS015510 for ; Mon, 25 Apr 2011 15:56:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3PFulUi015509; Mon, 25 Apr 2011 15:56:47 GMT (envelope-from nobody) Message-Id: <201104251556.p3PFulUi015509@red.freebsd.org> Date: Mon, 25 Apr 2011 15:56:47 GMT From: Robert Gogolok To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156643: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.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, 25 Apr 2011 16:00:24 -0000 >Number: 156643 >Category: ports >Synopsis: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.12 >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 Apr 25 16:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Robert Gogolok >Release: FreeBSD 8.2 >Organization: http://www.robertgogolok.de >Environment: >Description: Patch to update sysutils/rubygem-bundler to version 1.0.12 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-bundler/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 21 Feb 2011 15:25:16 -0000 1.11 +++ Makefile 25 Apr 2011 15:43:21 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/sysutils/rubygem-bundler/Makefile,v 1.11 2011/02/21 15:25:16 clsung Exp $ PORTNAME= bundler -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.12 CATEGORIES= sysutils rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-bundler/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 21 Feb 2011 15:25:16 -0000 1.9 +++ distinfo 25 Apr 2011 15:43:21 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/bundler-1.0.10.gem) = ebe11eabeb9bd6272735240975800dddc347cbb48d9665d2b9c53d2dc752f501 -SIZE (rubygem/bundler-1.0.10.gem) = 159744 +SHA256 (rubygem/bundler-1.0.12.gem) = 103fec97d369fd518a7556bc4cc597b69d609f723949439760ecd9b889e5e7cb +SIZE (rubygem/bundler-1.0.12.gem) = 160768 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 16:00:44 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9C4F106566B; Mon, 25 Apr 2011 16:00:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 90E628FC1E; Mon, 25 Apr 2011 16:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PG0iFR053704; Mon, 25 Apr 2011 16:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PG0iQR053694; Mon, 25 Apr 2011 16:00:44 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 16:00:44 GMT Message-Id: <201104251600.p3PG0iQR053694@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156643: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.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, 25 Apr 2011 16:00:44 -0000 Synopsis: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.0.12 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 16:00:43 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=156643 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 16: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 2A3BD1065688 for ; Mon, 25 Apr 2011 16: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 F21AB8FC14 for ; Mon, 25 Apr 2011 16: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 p3PGU81I079117 for ; Mon, 25 Apr 2011 16: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 p3PGU8uj079113; Mon, 25 Apr 2011 16:30:08 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 16:30:08 GMT Resent-Message-Id: <201104251630.p3PGU8uj079113@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philippe Pepiot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 405D41065670 for ; Mon, 25 Apr 2011 16:20:19 +0000 (UTC) (envelope-from phil@philpep.org) Received: from diophante.philpep.org (diophante.philpep.org [95.130.12.34]) by mx1.freebsd.org (Postfix) with ESMTP id 92BA78FC15 for ; Mon, 25 Apr 2011 16:20:18 +0000 (UTC) Received: from diophante.philpep.org (pascal.philpep.org [192.168.2.7]) by pascal.philpep.org (Postfix) with ESMTPS id 96BD0659D for ; Mon, 25 Apr 2011 18:20:16 +0200 (CEST) Received: (from phil@localhost) by diophante.philpep.org (8.14.4/8.14.4/Submit) id p3PGKGBw061859; Mon, 25 Apr 2011 18:20:16 +0200 (CEST) (envelope-from phil) Message-Id: <201104251620.p3PGKGBw061859@diophante.philpep.org> Date: Mon, 25 Apr 2011 18:20:16 +0200 (CEST) From: Philippe Pepiot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156644: New port: dns/adsuck DNS ad blocking. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Pepiot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 16:30:09 -0000 >Number: 156644 >Category: ports >Synopsis: New port: dns/adsuck DNS ad blocking. >Confidential: no >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 Apr 25 16:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Philippe Pepiot >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD diophante.philpep.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: Add port dns/adsuck. http://opensource.conformal.com/wiki/Adsuck >How-To-Repeat: >Fix: --- adsuck.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: # # adsuck # adsuck/files # adsuck/files/patch-log.c # adsuck/files/patch-adsuck.c # adsuck/files/pkg-message.in # adsuck/files/adsuck.in # adsuck/pkg-deinstall # adsuck/pkg-descr # adsuck/pkg-plist # adsuck/distinfo # adsuck/Makefile # echo c - adsuck mkdir -p adsuck > /dev/null 2>&1 echo c - adsuck/files mkdir -p adsuck/files > /dev/null 2>&1 echo x - adsuck/files/patch-log.c sed 's/^X//' >adsuck/files/patch-log.c << '52229098a37f5042f62a46bc672cd715' X--- log.c.orig 2009-03-05 00:05:59.000000000 +0100 X+++ log.c 2011-04-22 13:41:48.193968412 +0200 X@@ -160 +160 @@ X- if (getnameinfo(sa, SA_LEN(sa), buf, sizeof(buf), NULL, 0, X+ if (getnameinfo(sa, 0, buf, sizeof(buf), NULL, 0, 52229098a37f5042f62a46bc672cd715 echo x - adsuck/files/patch-adsuck.c sed 's/^X//' >adsuck/files/patch-adsuck.c << 'f15a2cdf11b855a2b43a90e879ac3e71' X--- adsuck.c.orig 2011-04-14 20:36:30.000000000 +0200 X+++ adsuck.c 2011-04-22 13:54:41.350251199 +0200 X@@ -33 +33,2 @@ X-#ifndef __linux__ X+#include X+#include X@@ -35,4 +35,0 @@ X-#include X-#else X-#include X-#include "linux/tree.h" X@@ -40 +36,0 @@ X-#endif f15a2cdf11b855a2b43a90e879ac3e71 echo x - adsuck/files/pkg-message.in sed 's/^X//' >adsuck/files/pkg-message.in << '92abae34c68a5da077d70177acfdf7f1' X X XQuick way to use adsuck chrooted in /var/adsuck X Xmkdir /var/adsuck Xcp %%EXAMPLESDIR%%/* /var/adsuck X X# Adsuck forward to your old dns server Xcp /etc/resolv.conf /var/adsuck X X# Enable and start adsuck Xecho adsuck_enable=\"YES\" >> /etc/rc.conf X/usr/local/etc/rc.d/adsuck start X X# Use adsuck as dns server Xecho "nameserver 127.0.0.1" > /etc/resolv.conf X XIf you're using DHCP consider configuring your dhclient.conf(5) to prevent Xresolv.conf updates. X X 92abae34c68a5da077d70177acfdf7f1 echo x - adsuck/files/adsuck.in sed 's/^X//' >adsuck/files/adsuck.in << 'a244e02bd13bac1e0159fbded40cea10' X#!/bin/sh X X# $FreeBSD$ X# X# PROVIDE: adsuck X# REQUIRE: DAEMON X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable adsuck: X# X# adsuck_enable (bool): Set to NO by default. X X. /etc/rc.subr X Xname="adsuck" Xrcvar=${name}_enable X Xcommand=%%PREFIX%%/sbin/${name} Xextra_commands="reload" X Xload_rc_config $name X X: ${adsuck_enable="NO"} X: ${adsuck_flags="-c /var/adsuck -f resolv.conf -r regex Hosts.blc Hosts.pub Hosts.rsk Hosts.trc hosts.small hosts.yoyo"} X Xrun_rc_command "$1" a244e02bd13bac1e0159fbded40cea10 echo x - adsuck/pkg-deinstall sed 's/^X//' >adsuck/pkg-deinstall << 'd4b00a66f6ffb961b346bb7e1cf43448' X#!/bin/sh X Xif [ "$2" != "POST-DEINSTALL" ]; then X exit 0 Xfi X Xif pw groupshow _adsuck 2>/dev/null 1>&2; then X echo "To delete the '_adsuck' group permanently, use 'pw groupdel _adsuck'" Xfi X Xif pw usershow _adsuck 2>/dev/null 1>&2; then X echo "To delete the '_adsuck' user permanently, use 'pw userdel _adsuck'" Xfi X Xexit 0 d4b00a66f6ffb961b346bb7e1cf43448 echo x - adsuck/pkg-descr sed 's/^X//' >adsuck/pkg-descr << 'f74b2937e72b0765ab6cb0b27a50bfc3' Xadsuck is a DNS relay that returns NXdomain for hosts that match names in a Xblacklist for quick and non browser plugin based ad blocking. X XWWW: http://opensource.conformal.com/wiki/Adsuck f74b2937e72b0765ab6cb0b27a50bfc3 echo x - adsuck/pkg-plist sed 's/^X//' >adsuck/pkg-plist << 'd3def058509b47c9c85fe58f7506d340' Xsbin/adsuck X%%EXAMPLESDIR%%/Hosts.blc X%%EXAMPLESDIR%%/Hosts.pub X%%EXAMPLESDIR%%/Hosts.rsk X%%EXAMPLESDIR%%/Hosts.trc X%%EXAMPLESDIR%%/README X%%EXAMPLESDIR%%/hosts.small X%%EXAMPLESDIR%%/hosts.yoyo X%%EXAMPLESDIR%%/regex X%%EXAMPLESDIR%%/resolv.conf X@dirrm %%EXAMPLESDIR%% d3def058509b47c9c85fe58f7506d340 echo x - adsuck/distinfo sed 's/^X//' >adsuck/distinfo << '1c899f5e92b17abb243b4962272d091d' XSHA256 (adsuck-2.3.tgz) = 668367ef17eb4a5745b7af8e8ee359ced213d5dedc82c273be711440bd96a9ed XSIZE (adsuck-2.3.tgz) = 2320307 1c899f5e92b17abb243b4962272d091d echo x - adsuck/Makefile sed 's/^X//' >adsuck/Makefile << '968776f46c126c170649ae9ac6e3601a' X# New ports collection makefile for: adsuck X# Date created: 25 April 2011 X# Whom: Philippe Pepiot X# X# $FreeBSD$ X XPORTNAME= adsuck XPORTVERSION= 2.3 XCATEGORIES= dns XMASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \ X http://philpep.org/pub/ XEXTRACT_SUFX= .tgz X XMAINTAINER= phil@philpep.org XCOMMENT= DNS relay for ad blocking X XLICENSE= BSD X XLIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent \ X ldns:${PORTSDIR}/dns/ldns X XUSE_RC_SUBR= adsuck X XUSERS= _adsuck XGROUPS= _adsuck X XSUB_FILES+= pkg-message X XMAN8= adsuck.8 XMANCOMPRESSED= yes X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/adsuck ${PREFIX}/sbin/ X @${INSTALL_MAN} ${WRKSRC}/${MAN8}.gz ${MANPREFIX}/man/man8/ X Xpost-install: X @${MKDIR} ${EXAMPLESDIR} X @${INSTALL_DATA} ${WRKSRC}/files/* ${EXAMPLESDIR} X @${CAT} ${PKGMESSAGE} X X.include 968776f46c126c170649ae9ac6e3601a exit --- adsuck.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 17: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 B8F991065670 for ; Mon, 25 Apr 2011 17: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 786EE8FC13 for ; Mon, 25 Apr 2011 17: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 p3PH0MAH006081 for ; Mon, 25 Apr 2011 17: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 p3PH0MKm006074; Mon, 25 Apr 2011 17:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 17:00:22 GMT Resent-Message-Id: <201104251700.p3PH0MKm006074@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA01106564A for ; Mon, 25 Apr 2011 16:51: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 5DCA78FC08 for ; Mon, 25 Apr 2011 16:51: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 p3PGp7PS063224 for ; Mon, 25 Apr 2011 16:51:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3PGp7sK063221; Mon, 25 Apr 2011 16:51:07 GMT (envelope-from nobody) Message-Id: <201104251651.p3PGp7sK063221@red.freebsd.org> Date: Mon, 25 Apr 2011 16:51:07 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156645: [Patch] Update games/klavaro to version 1.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 17:00:22 -0000 >Number: 156645 >Category: ports >Synopsis: [Patch] Update games/klavaro to version 1.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 25 17:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: FreeBSD oslo.ath.cx 8.2-STABLE FreeBSD 8.2-STABLE #2 r220615: Thu Apr 14 12:31:59 CEST 2011 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: Update games/klavaro to version 1.9.1. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN games/klavaro.bak/Makefile games/klavaro/Makefile --- games/klavaro.bak/Makefile 2011-04-25 18:28:19.000000000 +0200 +++ games/klavaro/Makefile 2011-04-25 18:28:45.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= klavaro -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ @@ -26,7 +26,7 @@ INSTALLS_ICONS= yes CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/gtkdatabox -LDFLAGS= -L${LOCALBASE}/lib -export-dynamic +LDFLAGS= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff -ruN games/klavaro.bak/distinfo games/klavaro/distinfo --- games/klavaro.bak/distinfo 2011-04-25 18:28:19.000000000 +0200 +++ games/klavaro/distinfo 2011-04-25 18:28:29.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (klavaro-1.9.0.tar.bz2) = a6b29029dbe63571d7238bc8c58de42ea9e6c9d03ff25a1b0c13651ae17ad453 -SIZE (klavaro-1.9.0.tar.bz2) = 749933 +SHA256 (klavaro-1.9.1.tar.bz2) = 9747e3094c678284de3589b42c4c63b13cd5536f906e6b53f28da9c75a581498 +SIZE (klavaro-1.9.1.tar.bz2) = 749820 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 17:00:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E07F1065676 for ; Mon, 25 Apr 2011 17:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEBED8FC16 for ; Mon, 25 Apr 2011 17: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 p3PH0MUY006128 for ; Mon, 25 Apr 2011 17: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 p3PH0MRc006124; Mon, 25 Apr 2011 17:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 17:00:22 GMT Resent-Message-Id: <201104251700.p3PH0MRc006124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DEF1106564A for ; Mon, 25 Apr 2011 16:58:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0D7258FC0A for ; Mon, 25 Apr 2011 16:58:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PGwU0Z072330 for ; Mon, 25 Apr 2011 16:58:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3PGwUK8072329; Mon, 25 Apr 2011 16:58:30 GMT (envelope-from nobody) Message-Id: <201104251658.p3PGwUK8072329@red.freebsd.org> Date: Mon, 25 Apr 2011 16:58:30 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156646: [Patch] Update audio/cmus to version 2.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: Mon, 25 Apr 2011 17:00:23 -0000 >Number: 156646 >Category: ports >Synopsis: [Patch] Update audio/cmus to version 2.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 25 17:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: FreeBSD oslo.ath.cx 8.2-STABLE FreeBSD 8.2-STABLE #2 r220615: Thu Apr 14 12:31:59 CEST 2011 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The attached patch updates audio/cmus to version 2.4.0. files/patch-configure is no longer required. Please remove. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN audio/cmus.bak/Makefile audio/cmus/Makefile --- audio/cmus.bak/Makefile 2011-04-25 09:54:20.000000000 +0200 +++ audio/cmus/Makefile 2011-04-25 09:54:31.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= cmus -PORTVERSION= 2.3.5 +PORTVERSION= 2.4.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN audio/cmus.bak/distinfo audio/cmus/distinfo --- audio/cmus.bak/distinfo 2011-04-25 09:54:20.000000000 +0200 +++ audio/cmus/distinfo 2011-04-25 09:54:51.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (cmus-v2.3.5.tar.bz2) = b3a48a99828a7378b3f90ac0a0fdfae862482ba85f7e448fe0557a6474f4b055 -SIZE (cmus-v2.3.5.tar.bz2) = 169625 +SHA256 (cmus-v2.4.0.tar.bz2) = 42a1ea7597d7388e50a1534ad1f51636ce05cf31a939e01b4901a539f7348803 +SIZE (cmus-v2.4.0.tar.bz2) = 202970 diff -ruN audio/cmus.bak/files/patch-configure audio/cmus/files/patch-configure --- audio/cmus.bak/files/patch-configure 2011-04-25 09:54:20.000000000 +0200 +++ audio/cmus/files/patch-configure 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- configure.orig 2010-09-10 23:37:55.577146100 +0200 -+++ configure 2010-09-10 23:38:07.609090631 +0200 -@@ -135,7 +135,7 @@ - { - check_header mpc/mpcdec.h - MPC_SV7=$? -- check_library MPC "" "-lmpcdec" -+ check_library MPC "" "-lmpcdec -lm" - return $? - } - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 17: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 10642106564A for ; Mon, 25 Apr 2011 17: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 D95CF8FC18 for ; Mon, 25 Apr 2011 17: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 p3PH0Pg3006175 for ; Mon, 25 Apr 2011 17:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PH0PVO006174; Mon, 25 Apr 2011 17:00:25 GMT (envelope-from gnats) Date: Mon, 25 Apr 2011 17:00:25 GMT Message-Id: <201104251700.p3PH0PVO006174@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Philippe Pepiot Cc: Subject: Re: ports/156644: New port: dns/adsuck DNS ad blocking. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Pepiot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 17:00:26 -0000 The following reply was made to PR ports/156644; it has been noted by GNATS. From: Philippe Pepiot To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156644: New port: dns/adsuck DNS ad blocking. Date: Mon, 25 Apr 2011 18:41:05 +0200 Dear future maintainer, don't forget to add _adsuck user and group to UIDs and GIDs. Here's mine: UIDs: _adsuck:*:253:253::0:0:Adsuck ad blocking user:/var/empty:/usr/sbin/nologin GIDs: _adsuck:*:253: Thanks. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 17: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 18AA41065670 for ; Mon, 25 Apr 2011 17: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 E486B8FC12 for ; Mon, 25 Apr 2011 17: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 p3PHe6A4042859 for ; Mon, 25 Apr 2011 17: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 p3PHe6Sw042858; Mon, 25 Apr 2011 17:40:06 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 17:40:06 GMT Resent-Message-Id: <201104251740.p3PHe6Sw042858@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mickael Maillot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5BAB106566C for ; Mon, 25 Apr 2011 17:32: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 D48F28FC12 for ; Mon, 25 Apr 2011 17:32: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 p3PHWjKc011150 for ; Mon, 25 Apr 2011 17:32:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3PHWjDr011144; Mon, 25 Apr 2011 17:32:45 GMT (envelope-from nobody) Message-Id: <201104251732.p3PHWjDr011144@red.freebsd.org> Date: Mon, 25 Apr 2011 17:32:45 GMT From: Mickael Maillot To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156648: [PATCH] multimedia/xbmc fix vdpau first init X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 17:40:07 -0000 >Number: 156648 >Category: ports >Synopsis: [PATCH] multimedia/xbmc fix vdpau first init >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 Apr 25 17:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mickael Maillot >Release: >Organization: >Environment: >Description: the first vdpau initialisation failed. the patch update files/patch-xbmc__cores__dvdplayer__DVDCodecs__Video__VDPAU.cpp port revision can be bumped, or not because it's default disabled option. >How-To-Repeat: >Fix: Patch attached with submission follows: --- files/patch-xbmc__cores__dvdplayer__DVDCodecs__Video__VDPAU.cpp.orig 2011-04-25 19:30:33.000000000 +0200 +++ files/patch-xbmc__cores__dvdplayer__DVDCodecs__Video__VDPAU.cpp 2011-04-25 19:30:47.000000000 +0200 @@ -1,11 +1,13 @@ ---- xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp.orig 2010-12-17 07:17:41.000000000 +0100 -+++ xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp 2010-12-28 13:26:49.000000000 +0100 -@@ -647,7 +647,7 @@ +--- xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp.orig 2011-03-05 04:33:37.000000000 +0100 ++++ xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp 2011-04-25 19:11:54.000000000 +0200 +@@ -647,8 +647,9 @@ void CVDPAU::InitVDPAUProcs() { - char* error; + const char* error; ++ (void)dlerror(); dl_vdp_device_create_x11 = (VdpStatus (*)(Display*, int, VdpDevice*, VdpStatus (**)(VdpDevice, VdpFuncId, void**)))dlsym(dl_handle, (const char*)"vdp_device_create_x11"); error = dlerror(); + if (error) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 18: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 309B7106567C for ; Mon, 25 Apr 2011 18: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 E6C658FC18 for ; Mon, 25 Apr 2011 18: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 p3PI0R51060093 for ; Mon, 25 Apr 2011 18:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PI0Rqi060084; Mon, 25 Apr 2011 18:00:27 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 18:00:27 GMT Resent-Message-Id: <201104251800.p3PI0Rqi060084@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B2A41065670 for ; Mon, 25 Apr 2011 17:58:32 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from smtp108.rog.mail.bf1.yahoo.com (smtp108.rog.mail.bf1.yahoo.com [98.139.221.71]) by mx1.freebsd.org (Postfix) with SMTP id 33D4C8FC08 for ; Mon, 25 Apr 2011 17:58:31 +0000 (UTC) Received: (qmail 56485 invoked from network); 25 Apr 2011 17:58:31 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp108.rog.mail.bf1.yahoo.com with SMTP; 25 Apr 2011 10:58:27 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Mon, 25 Apr 2011 13:58:27 -0400 Message-Id: <595260.50579.qm@smtp108.rog.mail.bf1.yahoo.com> Date: Mon, 25 Apr 2011 13:58:27 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156649: Update Port: www/drood => 2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 18:00:28 -0000 >Number: 156649 >Category: ports >Synopsis: Update Port: www/drood => 2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 25 18:00:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 8.2-STABLE FreeBSD 8.2-STABLE #9: Sat Apr 16 09:01:27 EDT 2011 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- drood.diff begins here --- diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile --- /usr/ports/www/drood/Makefile 2011-04-16 00:18:00.000000000 -0400 +++ ./drood/Makefile 2011-04-25 13:52:34.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo --- /usr/ports/www/drood/distinfo 2011-04-16 00:18:00.000000000 -0400 +++ ./drood/distinfo 2011-04-25 13:52:39.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (drood-2.1.tar.gz) = d865bde163cd37ec05136cef7d9317730294636219c1ac8e6333041fee0b7570 -SIZE (drood-2.1.tar.gz) = 50145 +SHA256 (drood-2.2.tar.gz) = 4211d4618af5dab198daeb260a46d108fd59acad646a7dbcf3690a4aa7e56db3 +SIZE (drood-2.2.tar.gz) = 50244 --- drood.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 18:00: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 B68D61065672; Mon, 25 Apr 2011 18:00:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6B78FC1B; Mon, 25 Apr 2011 18:00: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 p3PI0d9G061230; Mon, 25 Apr 2011 18:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PI0dh9061220; Mon, 25 Apr 2011 18:00:39 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 18:00:39 GMT Message-Id: <201104251800.p3PI0dh9061220@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156649: Update Port: www/drood => 2.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, 25 Apr 2011 18:00:39 -0000 Synopsis: Update Port: www/drood => 2.2 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 18:00:38 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156649 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 18: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 8B8771065675 for ; Mon, 25 Apr 2011 18: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 11AF48FC0A for ; Mon, 25 Apr 2011 18: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 p3PIA9QB068690 for ; Mon, 25 Apr 2011 18: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 p3PIA9WS068689; Mon, 25 Apr 2011 18:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 18:10:09 GMT Resent-Message-Id: <201104251810.p3PIA9WS068689@freefall.freebsd.org> 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 46D891065670 for ; Mon, 25 Apr 2011 18:09:07 +0000 (UTC) (envelope-from crees@zeus.bayofrum.net) Received: from mail.skyusermail.com (mail.skyusermail.com [77.240.11.49]) by mx1.freebsd.org (Postfix) with ESMTP id CCB348FC16 for ; Mon, 25 Apr 2011 18:09:06 +0000 (UTC) Received: from Spooler by mail.skyusermail.com (Mercury/32 v4.52) ID MO031F8C; 25 Apr 2011 19:09:06 +0100 Received: from spooler by mail.skyusermail.com (Mercury/32 v4.52); 25 Apr 2011 19:08:57 +0100 Received: from zeus.bayofrum.net (90.221.7.100) by mail.skyusermail.com (Mercury/32 v4.52) with ESMTP ID MG031F8B (Using SSL/TLS, 3DES, CBC mode, keysize 192 bits) ; 25 Apr 2011 19:08:53 +0100 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p3PI8Vev019301 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Mon, 25 Apr 2011 19:08:31 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p3PI8U44019300; Mon, 25 Apr 2011 19:08:30 +0100 (BST) (envelope-from crees) Message-Id: <201104251808.p3PI8U44019300@zeus.bayofrum.net> Date: Mon, 25 Apr 2011 19:08:30 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156650: [PATCH] Update port: www/phpmp to 0.12.0 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: Mon, 25 Apr 2011 18:10:10 -0000 >Number: 156650 >Category: ports >Synopsis: [PATCH] Update port: www/phpmp to 0.12.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 25 18:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: phpmp has undergone a total rewrite, but has not been published as a tarball anywhere. I got this from svn, but people have been using it for a while; Fedora for example have a package for it from Nov-2009 [1]. [1] http://orion.lcg.ufrj.br/RPMS/noarch/repoview/ >How-To-Repeat: >Fix: [file pkg-message added] Please bear in mind the addition to UPDATING as well [2]. - Update to 0.12.0 Submitted by: Chris Rees (utisoft_at_gmail.com) [2] http://www.bayofrum.net/~crees/patches/phpmp-0.12.0-UPDATING.diff --- phpmp-0.12.0.diff begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/www/phpmp/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 24 Apr 2011 06:07:10 -0000 1.3 +++ Makefile 25 Apr 2011 18:03:50 -0000 @@ -6,32 +6,21 @@ # PORTNAME= phpmp -PORTVERSION= 0.11.0 -PORTREVISION= 2 +PORTVERSION= 0.12.0 CATEGORIES= www -MASTER_SITES= SF/musicpd/phpMp/${PORTVERSION} -DISTNAME= phpMp-${PORTVERSION} +MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= kevlo@FreeBSD.org COMMENT= A web interface for music player daemon +LICENSE= GPLv2 + NO_BUILD= YES USE_PHP= pcre sockets -PHPMP?= www/phpmp +PHPMP?= ${WWWDIR} PLIST_SUB+= PHPMP=${PHPMP} -post-patch: -# Replace deprecated HTTP_(GET|POST)_VARS with _(GET|POST) - @${REINPLACE_CMD} -e 's#HTTP\(_[^_]*\)_VARS#\1#' \ - ${WRKSRC}/playlist.php ${WRKSRC}/main_body.php -# Stop clobbering config.php & disable volume control by default; -# incremental volume changes no longer supported by musicpd - @${MV} ${WRKSRC}/config.php ${WRKSRC}/config.php.sample - @${REINPLACE_CMD} -e 's/^\(.display_volume[^"]*"\)yes/\1no/' \ - ${WRKSRC}/config.php.sample - @${RM} ${WRKSRC}/*.bak - do-install: @${MKDIR} ${PREFIX}/${PHPMP} @${CP} -R ${WRKSRC}/ ${PREFIX}/${PHPMP} @@ -39,6 +28,7 @@ @${CHMOD} -R 755 ${PREFIX}/${PHPMP} post-install: + @${CAT} ${PKGMESSAGE} @if [ ! -f ${PREFIX}/${PHPMP}/config.php ]; then \ ${CP} -p ${PREFIX}/${PHPMP}/config.php.sample \ ${PREFIX}/${PHPMP}/config.php ; \ Index: distinfo =================================================================== RCS file: /exports/cvsroot-freebsd/ports/www/phpmp/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 19 Mar 2011 12:36:26 -0000 1.2 +++ distinfo 25 Apr 2011 18:03:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (phpMp-0.11.0.tar.gz) = 7f2a168632839f2c476275a1cff41ea3295b9ebbe85e4e3cc691609258ab0103 -SIZE (phpMp-0.11.0.tar.gz) = 20886 +SHA256 (phpmp-0.12.0.tar.gz) = a4f66925d46441568780b47068e067e007a2721676abe1a2077fbd09dc629fc3 +SIZE (phpmp-0.12.0.tar.gz) = 147 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-message 25 Apr 2011 18:03:50 -0000 @@ -0,0 +1 @@ +For those updating from <=0.11.0, please see the UPDATING entry from 20110425 Index: pkg-plist =================================================================== RCS file: /exports/cvsroot-freebsd/ports/www/phpmp/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 24 Apr 2011 06:07:10 -0000 1.2 +++ pkg-plist 25 Apr 2011 18:03:50 -0000 @@ -6,27 +6,16 @@ @unexec if cmp -s %D/%%PHPMP%%/config.php.sample %D/%%PHPMP%%/config.php; then rm -f %D/%%PHPMP%%/config.php; fi %%PHPMP%%/config.php.sample @exec if [ ! -f %D/%%PHPMP%%/config.php ] ; then cp -p %D/%F %B/config.php; fi -%%PHPMP%%/find.php -%%PHPMP%%/find_body.php +%%PHPMP%%/features.php %%PHPMP%%/index.php %%PHPMP%%/info.php %%PHPMP%%/info2html.php -%%PHPMP%%/login.php -%%PHPMP%%/login_body.php %%PHPMP%%/main.php -%%PHPMP%%/main_body.php +%%PHPMP%%/mpd-favicon.ico %%PHPMP%%/playlist.php -%%PHPMP%%/playlist_body.php -%%PHPMP%%/search.php -%%PHPMP%%/search_body.php %%PHPMP%%/sort.php -%%PHPMP%%/stats.php -%%PHPMP%%/stats_body.php -%%PHPMP%%/stream.php -%%PHPMP%%/stream_body.php %%PHPMP%%/theme.php %%PHPMP%%/transparent.gif -%%PHPMP%%/update.php -%%PHPMP%%/update_body.php %%PHPMP%%/utils.php +%%PHPMP%%/xml-parse.php @dirrmtry %%PHPMP%% --- phpmp-0.12.0.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 Mon Apr 25 18:10: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 BE7331065673; Mon, 25 Apr 2011 18:10: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 942C98FC17; Mon, 25 Apr 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 p3PIAKRT069459; Mon, 25 Apr 2011 18: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 p3PIAKQY069450; Mon, 25 Apr 2011 18:10:20 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 18:10:20 GMT Message-Id: <201104251810.p3PIAKQY069450@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/156650: [PATCH] Update port: www/phpmp to 0.12.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 18:10:20 -0000 Synopsis: [PATCH] Update port: www/phpmp to 0.12.0 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Mon Apr 25 18:10:20 UTC 2011 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156650 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 18:10:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399921065672; Mon, 25 Apr 2011 18:10:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8818FC13; Mon, 25 Apr 2011 18:10:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PIAO4N070015; Mon, 25 Apr 2011 18: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 p3PIAOk0070004; Mon, 25 Apr 2011 18:10:24 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 18:10:24 GMT Message-Id: <201104251810.p3PIAOk0070004@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kevlo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156650: [PATCH] Update port: www/phpmp to 0.12.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 18:10:25 -0000 Synopsis: [PATCH] Update port: www/phpmp to 0.12.0 Responsible-Changed-From-To: freebsd-ports-bugs->kevlo Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 18:10:24 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156650 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 19:13: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 70C11106564A; Mon, 25 Apr 2011 19:13:43 +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 45EE78FC0A; Mon, 25 Apr 2011 19:13:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PJDhWw031770; Mon, 25 Apr 2011 19:13:43 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PJDh4L031766; Mon, 25 Apr 2011 19:13:43 GMT (envelope-from culot) Date: Mon, 25 Apr 2011 19:13:43 GMT Message-Id: <201104251913.p3PJDh4L031766@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156645: [Patch] Update games/klavaro to version 1.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 19:13:43 -0000 Synopsis: [Patch] Update games/klavaro to version 1.9.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon Apr 25 19:13:42 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156645 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 19:13: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 9FBDF1065673; Mon, 25 Apr 2011 19:13:56 +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 74F6B8FC16; Mon, 25 Apr 2011 19:13:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PJDuGO031861; Mon, 25 Apr 2011 19:13:56 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PJDuIA031857; Mon, 25 Apr 2011 19:13:56 GMT (envelope-from culot) Date: Mon, 25 Apr 2011 19:13:56 GMT Message-Id: <201104251913.p3PJDuIA031857@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156646: [Patch] Update audio/cmus to version 2.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: Mon, 25 Apr 2011 19:13:56 -0000 Synopsis: [Patch] Update audio/cmus to version 2.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon Apr 25 19:13:56 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156646 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 19:17: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 A30B01065673; Mon, 25 Apr 2011 19:17:23 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 777D68FC21; Mon, 25 Apr 2011 19:17: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 p3PJHNW8032622; Mon, 25 Apr 2011 19:17:23 GMT (envelope-from glarkin@freefall.freebsd.org) Received: (from glarkin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PJHNqP032618; Mon, 25 Apr 2011 15:17:23 -0400 (EDT) (envelope-from glarkin) Date: Mon, 25 Apr 2011 15:17:23 -0400 (EDT) Message-Id: <201104251917.p3PJHNqP032618@freefall.freebsd.org> To: freebsd@donovansbrain.co.uk, glarkin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: glarkin@FreeBSD.org Cc: Subject: Re: ports/156635: Change maintainer of "net/howl" 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, 25 Apr 2011 19:17:23 -0000 Synopsis: Change maintainer of "net/howl" port State-Changed-From-To: open->closed State-Changed-By: glarkin State-Changed-When: Mon Apr 25 15:17:14 EDT 2011 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=156635 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 19:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 429E2106564A for ; Mon, 25 Apr 2011 19:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 302278FC17 for ; Mon, 25 Apr 2011 19:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PJKCT7033061 for ; Mon, 25 Apr 2011 19:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PJKCG2033060; Mon, 25 Apr 2011 19:20:12 GMT (envelope-from gnats) Date: Mon, 25 Apr 2011 19:20:12 GMT Message-Id: <201104251920.p3PJKCG2033060@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156635: 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, 25 Apr 2011 19:20:12 -0000 The following reply was made to PR ports/156635; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156635: commit references a PR Date: Mon, 25 Apr 2011 19:17:09 +0000 (UTC) glarkin 2011-04-25 19:17:00 UTC FreeBSD ports repository Modified files: net/howl Makefile Log: - Assign maintainership to submitter PR: ports/156635 Submitted by: Paul Donovan Revision Changes Path 1.36 +1 -4 ports/net/howl/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 Apr 25 20:08: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 729061065677; Mon, 25 Apr 2011 20:08:14 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 469148FC18; Mon, 25 Apr 2011 20:08: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 p3PK8E5H077203; Mon, 25 Apr 2011 20:08:14 GMT (envelope-from glarkin@freefall.freebsd.org) Received: (from glarkin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PK8DQH077199; Mon, 25 Apr 2011 16:08:13 -0400 (EDT) (envelope-from glarkin) Date: Mon, 25 Apr 2011 16:08:13 -0400 (EDT) Message-Id: <201104252008.p3PK8DQH077199@freefall.freebsd.org> To: erik@okcupid.com, glarkin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: glarkin@FreeBSD.org Cc: Subject: Re: ports/154942: net/scribe: rc.d/thrift starts no matter what the rc.conf setting X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 20:08:14 -0000 Synopsis: net/scribe: rc.d/thrift starts no matter what the rc.conf setting State-Changed-From-To: open->feedback State-Changed-By: glarkin State-Changed-When: Mon Apr 25 16:06:01 EDT 2011 State-Changed-Why: I made some improvements to the rc.d script, because the error still appeared after I applied the patch. I also noticed that the port was missing a dependency for devel/py-thrift. That prevented the example scripts from working, although they also need some work in their shebang lines to reference the correct Python installation. Please check my diff here and let me know if it works for you: http://people.freebsd.org/~glarkin/diffs/scribe-2.2.diff http://www.freebsd.org/cgi/query-pr.cgi?pr=154942 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 20:08:31 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46A9C106566C; Mon, 25 Apr 2011 20:08:31 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1228FC20; Mon, 25 Apr 2011 20:08:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PK8Vij077252; Mon, 25 Apr 2011 20:08:31 GMT (envelope-from glarkin@freefall.freebsd.org) Received: (from glarkin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PK8Uwe077248; Mon, 25 Apr 2011 16:08:30 -0400 (EDT) (envelope-from glarkin) Date: Mon, 25 Apr 2011 16:08:30 -0400 (EDT) Message-Id: <201104252008.p3PK8Uwe077248@freefall.freebsd.org> To: glarkin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: glarkin@FreeBSD.org Cc: Subject: Re: ports/154942: net/scribe: rc.d/thrift starts no matter what the rc.conf setting X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 20:08:31 -0000 Synopsis: net/scribe: rc.d/thrift starts no matter what the rc.conf setting Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: glarkin Responsible-Changed-When: Mon Apr 25 16:08:18 EDT 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=154942 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 20: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 1F478106566C for ; Mon, 25 Apr 2011 20: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 D8DAD8FC14 for ; Mon, 25 Apr 2011 20: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 p3PKKADD087379 for ; Mon, 25 Apr 2011 20: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 p3PKKAqM087378; Mon, 25 Apr 2011 20:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 20:20:10 GMT Resent-Message-Id: <201104252020.p3PKKAqM087378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E383C106564A; Mon, 25 Apr 2011 20:18:47 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id 93F2C8FC17; Mon, 25 Apr 2011 20:18:47 +0000 (UTC) Received: by u18-124.dslaccess.de (Postfix, from userid 1100) id C243F2029E; Mon, 25 Apr 2011 22:18:42 +0200 (CEST) Message-Id: <20110425201842.C243F2029E@u18-124.dslaccess.de> Date: Mon, 25 Apr 2011 22:18:42 +0200 (CEST) From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Doug Barton Subject: ports/156651: [patch] ports-mgmt/portmaster fix leftover if build WITH_ZSH X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 20:20:11 -0000 >Number: 156651 >Category: ports >Synopsis: [patch] ports-mgmt/portmaster fix leftover if build WITH_ZSH >Confidential: no >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 Apr 25 20:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: FreeBSD 7.4-RELEASE-p1 i386 >Organization: >Environment: >Description: See tinderbox log if portmaster is build WITH_ZSH === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 48392 4 drwxr-xr-x 3 root wheel 512 Apr 25 19:26 usr/local/share/zsh 48393 4 drwxr-xr-x 2 root wheel 512 Apr 25 19:26 usr/local/share/zsh/site-functions === Checking filesystem state after all packages deleted ================================================================ list of extra files and directories in / (not present on clean system but present after everything was deinstalled) 48392 4 drwxr-xr-x 3 root wheel 512 Apr 25 19:26 usr/local/share/zsh 48393 4 drwxr-xr-x 2 root wheel 512 Apr 25 19:26 usr/local/share/zsh/site-functions >How-To-Repeat: >Fix: --- portmaster.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/ports-mgmt/portmaster/Makefile,v retrieving revision 2.42 diff -u -r2.42 Makefile --- Makefile 15 Apr 2011 22:56:15 -0000 2.42 +++ Makefile 25 Apr 2011 20:00:23 -0000 @@ -35,6 +35,7 @@ .if defined(WITH_ZSH) PLIST_FILES+= share/zsh/site-functions/_portmaster +PLIST_DIRSTRY+= share/zsh/site-functions share/zsh .endif verify: checksum --- portmaster.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 20:20:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B9181065670; Mon, 25 Apr 2011 20:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F3C758FC17; Mon, 25 Apr 2011 20: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 p3PKKKsn088081; Mon, 25 Apr 2011 20:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PKKKVi088077; Mon, 25 Apr 2011 20:20:20 GMT (envelope-from edwin) Date: Mon, 25 Apr 2011 20:20:20 GMT Message-Id: <201104252020.p3PKKKVi088077@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156651: [patch] ports-mgmt/portmaster fix leftover if build WITH_ZSH X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 20:20:21 -0000 Synopsis: [patch] ports-mgmt/portmaster fix leftover if build WITH_ZSH Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 25 20:20:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156651 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 20:21: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 14A53106564A; Mon, 25 Apr 2011 20:21:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDAB28FC14; Mon, 25 Apr 2011 20:21: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 p3PKLiih095498; Mon, 25 Apr 2011 20:21:44 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PKLihw095494; Mon, 25 Apr 2011 20:21:44 GMT (envelope-from ohauer) Date: Mon, 25 Apr 2011 20:21:44 GMT Message-Id: <201104252021.p3PKLihw095494@freefall.freebsd.org> To: ohauer@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/156608: [patch] port net-ngmt/nagvis update to version 1.5.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: Mon, 25 Apr 2011 20:21:45 -0000 Synopsis: [patch] port net-ngmt/nagvis update to version 1.5.9 Responsible-Changed-From-To: freebsd-ports-bugs->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Mon Apr 25 20:21:17 UTC 2011 Responsible-Changed-Why: Pick up my own PR http://www.freebsd.org/cgi/query-pr.cgi?pr=156608 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 21: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 1CBEB1065670 for ; Mon, 25 Apr 2011 21: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 DEAD18FC13 for ; Mon, 25 Apr 2011 21: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 p3PL0LOr022842 for ; Mon, 25 Apr 2011 21: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 p3PL0LQD022835; Mon, 25 Apr 2011 21:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 21:00:21 GMT Resent-Message-Id: <201104252100.p3PL0LQD022835@freefall.freebsd.org> 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 238F4106566B for ; Mon, 25 Apr 2011 21:00:05 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id BD9358FC08 for ; Mon, 25 Apr 2011 21:00:04 +0000 (UTC) Received: by gyg13 with SMTP id 13so1019255gyg.13 for ; Mon, 25 Apr 2011 14:00:04 -0700 (PDT) Received: by 10.236.180.72 with SMTP id i48mr4438244yhm.418.1303765203268; Mon, 25 Apr 2011 14:00:03 -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 73sm2389186yhl.49.2011.04.25.14.00.00 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Apr 2011 14:00:02 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Mon, 25 Apr 2011 15:59:56 -0500 Message-Id: <4db5e0d2.ed05ec0a.3b30.ffff961c@mx.google.com> Date: Mon, 25 Apr 2011 15:59:56 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156652: www/tornado updates to 1.2.1 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: Mon, 25 Apr 2011 21:00:22 -0000 >Number: 156652 >Category: ports >Synopsis: www/tornado updates to 1.2.1 >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 Apr 25 21:00:21 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: Mon Mar 14 02:51:28 CDT 2011 root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: tornado server was updated to 1.2.1, and the project was moved to PyPI. http://www.tornadoweb.org/ >How-To-Repeat: >Fix: --- patch-tornado-1.2.1 begins here --- Files /usr/ports/www/py-tornado.orig/.Makefile.swp and /usr/ports/www/py-tornado/.Makefile.swp differ diff -ruN --exclude=CVS /usr/ports/www/py-tornado.orig/Makefile /usr/ports/www/py-tornado/Makefile --- /usr/ports/www/py-tornado.orig/Makefile 2010-10-02 00:26:26.000000000 -0500 +++ /usr/ports/www/py-tornado/Makefile 2011-04-25 15:51:18.259114457 -0500 @@ -6,11 +6,9 @@ # PORTNAME= tornado -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 CATEGORIES= www python -MASTER_SITES= http://github.com/downloads/facebook/tornado/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DIST_SUBDIR= python +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MAINTAINER= khsing.cn@gmail.com COMMENT= Python Web Server from FriendFeed diff -ruN --exclude=CVS /usr/ports/www/py-tornado.orig/distinfo /usr/ports/www/py-tornado/distinfo --- /usr/ports/www/py-tornado.orig/distinfo 2011-03-19 07:36:37.000000000 -0500 +++ /usr/ports/www/py-tornado/distinfo 1969-12-31 18:00:00.000000000 -0600 @@ -1,2 +0,0 @@ -SHA256 (python/tornado-1.1.tar.gz) = 3c3d8cee02b38e99fc0f1cf148651fbe0439a3d244b5fe147c7e3195a2275c99 -SIZE (python/tornado-1.1.tar.gz) = 136083 diff -ruN --exclude=CVS /usr/ports/www/py-tornado.orig/pkg-plist /usr/ports/www/py-tornado/pkg-plist --- /usr/ports/www/py-tornado.orig/pkg-plist 2010-10-02 00:26:26.000000000 -0500 +++ /usr/ports/www/py-tornado/pkg-plist 2011-04-25 15:49:56.517701732 -0500 @@ -63,6 +63,44 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/wsgi.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/wsgi.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/wsgi.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/simple_httpclient.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/simple_httpclient.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/simple_httpclient.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/ca-certificates.crt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/README +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/escape_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/escape_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/escape_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/httpserver_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/httpserver_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/httpserver_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/ioloop_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/ioloop_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/ioloop_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/iostream_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/iostream_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/iostream_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/runtests.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/runtests.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/runtests.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/simple_httpclient_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/simple_httpclient_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/simple_httpclient_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/stack_context_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/stack_context_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/stack_context_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/test.crt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/test.key +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/testing_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/testing_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/testing_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/web_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/web_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test/web_test.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado/test @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tornado @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% --- patch-tornado-1.2.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 22: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 0C2C41065674 for ; Mon, 25 Apr 2011 22: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 BE2E38FC1D for ; Mon, 25 Apr 2011 22: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 p3PMA22q085215 for ; Mon, 25 Apr 2011 22: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 p3PMA225085214; Mon, 25 Apr 2011 22:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2011 22:10:02 GMT Resent-Message-Id: <201104252210.p3PMA225085214@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bob Eager Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA50A1065670 for ; Mon, 25 Apr 2011 22:05: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 B8A778FC14 for ; Mon, 25 Apr 2011 22:05: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 p3PM5Cbs067091 for ; Mon, 25 Apr 2011 22:05:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3PM5CZ0067090; Mon, 25 Apr 2011 22:05:12 GMT (envelope-from nobody) Message-Id: <201104252205.p3PM5CZ0067090@red.freebsd.org> Date: Mon, 25 Apr 2011 22:05:12 GMT From: Bob Eager To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156654: Ghostscript 8.71 fails when invoked from gv and other programs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 Apr 2011 22:10:03 -0000 >Number: 156654 >Category: ports >Synopsis: Ghostscript 8.71 fails when invoked from gv and other programs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 25 22:10:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Bob Eager >Release: 8.2 >Organization: >Environment: FreeBSD raksha.tavi.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue Apr 19 10:06:47 BST 2011 root@raksha.tavi.co.uk:/usr/obj/usr/src/sys/RAKSHA i386 >Description: Ghostscript 8.71 crashes with messages '/undefined ... copy_trailer_attrs' when invoked from gv, also from other programs such as Firefox. This is when viewing PDF files. There is a documented error in one of the .ps files, which causes this. The file in question is lib/pdf2dsc.ps. Patch shown below. >How-To-Repeat: Use gv to view a PDF file. >Fix: Patch below. Patch attached with submission follows: --- ./lib/pdf2dsc.ps.orig 2011-04-25 20:07:26.000000000 +0100 +++ ./lib/pdf2dsc.ps 2011-04-25 20:07:56.000000000 +0100 @@ -116,7 +116,7 @@ DSCfile PDFname write==only ( \(r\) file { DELAYSAFER { .setsafe } if } stopped pop\n) puts ( pdfopen begin\n) puts - ( copy_trailer_attrs\n) puts + ( process_trailer_attrs\n) puts (%%EndSetup\n) puts /.hasPageLabels false def % see "Page Labels" in the PDF Reference >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 00:16: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 24AFE106564A; Tue, 26 Apr 2011 00:16:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0BC28FC12; Tue, 26 Apr 2011 00:16: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 p3Q0GgS9002921; Tue, 26 Apr 2011 00:16:42 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3Q0Gg7H002917; Tue, 26 Apr 2011 00:16:42 GMT (envelope-from wen) Date: Tue, 26 Apr 2011 00:16:42 GMT Message-Id: <201104260016.p3Q0Gg7H002917@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/156652: www/tornado updates to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 00:16:43 -0000 Synopsis: www/tornado updates to 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Tue Apr 26 00:16:42 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156652 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 00: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 297241065678 for ; Tue, 26 Apr 2011 00: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 014BF8FC13 for ; Tue, 26 Apr 2011 00: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 p3Q0e9Pl022818 for ; Tue, 26 Apr 2011 00: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 p3Q0e9Up022817; Tue, 26 Apr 2011 00:40:09 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 00:40:09 GMT Resent-Message-Id: <201104260040.p3Q0e9Up022817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, phil@experts-exchange.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E46C21065675 for ; Tue, 26 Apr 2011 00:31:26 +0000 (UTC) (envelope-from phil@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 8A76B8FC18 for ; Tue, 26 Apr 2011 00:31:26 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 47BCC71393B for ; Mon, 25 Apr 2011 17:31:26 -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 IzvTdolB-xQf for ; Mon, 25 Apr 2011 17:31:26 -0700 (PDT) Received: from experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with SMTP id 12A797138B4 for ; Mon, 25 Apr 2011 17:31:26 -0700 (PDT) Received: (nullmailer pid 93429 invoked by uid 20002); Tue, 26 Apr 2011 00:27:52 -0000 Message-Id: <20110426003126.47BCC71393B@mail.experts-exchange.com> Date: Mon, 25 Apr 2011 17:31:26 -0700 (PDT) From: phil@experts-exchange.com To: undisclosed-recipients:; Cc: Subject: ports/156655: [new port] net-mgmt/zenoss: monitoring software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 00:40:10 -0000 >Number: 156655 >Category: ports >Synopsis: [new port] net-mgmt/zenoss: monitoring software >Confidential: no >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 Apr 26 00:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Phil Phillips >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: Here's a port for zenoss, an open source network management system. WWW: http://zenoss.com/ This builds cleanly in tinderbox and passes portlint. Shar for the port can be found here: http://sites.google.com/site/philsplacepublic/files2/zenoss31.shar.txt I have also attached a patch for UIDs/GIDs, since the port requires a new user. Some things to be aware of: * The daemon 'zentrap' isn't working on FreeBSD (yet) * This port is unconventional - it builds (and installs) during the install step. (This is the way the zenoss script does it) * I added 'java' to the list of CATEGORIES to satisfy portlint. However, the port only uses java during its build process to generate some files. >How-To-Repeat: >Fix: Index: UIDs =================================================================== RCS file: /home/jhelfman/ncvs/ports/UIDs,v retrieving revision 1.149 diff -n -u -r1.149 UIDs --- UIDs 24 Apr 2011 09:54:22 -0000 1.149 +++ UIDs 25 Apr 2011 21:57:52 -0000 @@ -136,6 +136,7 @@ drweb:*:426:426::0:0:Dr.Web Mail Scanner:/nonexistent:/usr/sbin/nologin callweaver:*:444:444::0:0:Callweaver account:/var/lib/callweaver:/usr/sbin/nologin courier:*:465:465::0:0:Courier Mail Server:/nonexistent:/usr/sbin/nologin +zenoss:*:500:500::0:0:Zenoss User:/usr/local/zenoss:/bin/sh _bbstored:*:505:505::0:0:BoxBackup Store Daemon:/nonexistent:/bin/sh radmind:*:506:506::0:0:radmind User:/var/radmind:/usr/sbin/nologin nullmail:*:522:522::0:0:Nullmailer Mail System:/var/spool/nullmailer:/bin/sh Index: GIDs =================================================================== RCS file: /home/jhelfman/ncvs/ports/GIDs,v retrieving revision 1.134 diff -n -u -r1.134 GIDs --- GIDs 24 Apr 2011 09:54:22 -0000 1.134 +++ GIDs 25 Apr 2011 21:58:35 -0000 @@ -126,6 +126,7 @@ drweb:*:426: callweaver:*:444: courier:*:465: +zenoss:*:500: _bbstored:*:505: radmind:*:506: nullmail:*:522: >Release-Note: >Audit-Trail: >Unformatted: SEND-PR: -*- send-pr -*- To: FreeBSD-gnats-submit@freebsd.org Subject: [new port] net-mgmt/zenoss: monitoring software From: Phil Phillips Reply-To: Phil Phillips X-send-pr-version: 3.113 X-GNATS-Notify: Date: Mon, 25 Apr 2011 17:27:52 -0700 Message-Id: <1303777672.901846.93428.nullmailer@experts-exchange.com> From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 01: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 B582A106566B for ; Tue, 26 Apr 2011 01: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 92FF68FC13 for ; Tue, 26 Apr 2011 01: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 p3Q1e9FN076653 for ; Tue, 26 Apr 2011 01: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 p3Q1e979076652; Tue, 26 Apr 2011 01:40:09 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 01:40:09 GMT Resent-Message-Id: <201104260140.p3Q1e979076652@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ABF9106566C; Tue, 26 Apr 2011 01:31:06 +0000 (UTC) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 054988FC20; Tue, 26 Apr 2011 01:31:05 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id p3Q1C5J9065068; Mon, 25 Apr 2011 18:12:05 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id p3Q1C5OT065067; Mon, 25 Apr 2011 18:12:05 -0700 (PDT) (envelope-from glewis) Message-Id: <201104260112.p3Q1C5OT065067@misty.eyesbeyond.com> Date: Mon, 25 Apr 2011 18:12:05 -0700 (PDT) From: Greg Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rene@FreeBSD.org Subject: ports/156656: [PATCH] devel/argouml: update to 0.32.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, 26 Apr 2011 01:40:09 -0000 >Number: 156656 >Category: ports >Synopsis: [PATCH] devel/argouml: update to 0.32.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 Apr 26 01:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 8.2-RC3 i386 >Organization: >Environment: System: FreeBSD misty.eyesbeyond.com 8.2-RC3 FreeBSD 8.2-RC3 #0: Sat Feb 26 21:43:58 PST 2011 >Description: - Update to 0.32.2 Port maintainer (rene@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- argouml-0.32.2.patch begins here --- Index: Makefile =================================================================== RCS file: /var/fcvs/ports/devel/argouml/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 26 Feb 2011 21:06:09 -0000 1.28 +++ Makefile 26 Apr 2011 00:33:01 -0000 @@ -7,7 +7,7 @@ # PORTNAME= argouml -PORTVERSION= 0.32.1 +PORTVERSION= 0.32.2 CATEGORIES= devel java MASTER_SITES= http://argouml-downloads.tigris.org/nonav/argouml-${PORTVERSION}/ DISTNAME= ArgoUML-${PORTVERSION} Index: distinfo =================================================================== RCS file: /var/fcvs/ports/devel/argouml/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- distinfo 26 Feb 2011 21:06:09 -0000 1.20 +++ distinfo 26 Apr 2011 00:37:34 -0000 @@ -1,6 +1,6 @@ -SHA256 (argouml/ArgoUML-0.32.1.tar.gz) = 2e9d73dfc5356516d0fe31f9b527bedd8a12d513aa9e80b923ddc2ed9666eeff -SIZE (argouml/ArgoUML-0.32.1.tar.gz) = 15819591 -SHA256 (argouml/manual-0.32.1.pdf) = 2998b1bcb434d20787f935c0809c08e186715f60fd030ab06ca442eaaa797957 -SIZE (argouml/manual-0.32.1.pdf) = 3405772 -SHA256 (argouml/quickguide-0.32.1.pdf) = 613bfba3833571992d9571a1817ca350d440d323137922e54ed63a294a9753ae -SIZE (argouml/quickguide-0.32.1.pdf) = 58284 +SHA256 (argouml/ArgoUML-0.32.2.tar.gz) = 6140031b06db5b9af045b360e12b829ba373a77d54e9f83a74f2dfc4e1558906 +SIZE (argouml/ArgoUML-0.32.2.tar.gz) = 15819963 +SHA256 (argouml/manual-0.32.2.pdf) = aad5d006772ee6bd62f16078a5d105c0a8eb8136dbaa226664a6d321ea054ec7 +SIZE (argouml/manual-0.32.2.pdf) = 3405772 +SHA256 (argouml/quickguide-0.32.2.pdf) = e5be421fdd1ef865c6dd7defe598070c605bcb71ca36bf6cd5c87195c8403799 +SIZE (argouml/quickguide-0.32.2.pdf) = 58284 --- argouml-0.32.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 01:40:20 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10C60106566B; Tue, 26 Apr 2011 01:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DBE118FC08; Tue, 26 Apr 2011 01: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 p3Q1eJsL077397; Tue, 26 Apr 2011 01: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 p3Q1eJp6077387; Tue, 26 Apr 2011 01:40:19 GMT (envelope-from edwin) Date: Tue, 26 Apr 2011 01:40:19 GMT Message-Id: <201104260140.p3Q1eJp6077387@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156656: [PATCH] devel/argouml: update to 0.32.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, 26 Apr 2011 01:40:20 -0000 Synopsis: [PATCH] devel/argouml: update to 0.32.2 Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 26 01:40:19 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156656 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 02:59: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 5793E1065670; Tue, 26 Apr 2011 02:59:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D88F8FC0C; Tue, 26 Apr 2011 02:59: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 p3Q2xdJC047519; Tue, 26 Apr 2011 02:59:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3Q2xdT0047515; Tue, 26 Apr 2011 02:59:39 GMT (envelope-from linimon) Date: Tue, 26 Apr 2011 02:59:39 GMT Message-Id: <201104260259.p3Q2xdT0047515@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, doceng@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/156654: print/ghostscript8: Ghostscript 8.71 fails when invoked from gv and other programs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 02:59:39 -0000 Old Synopsis: Ghostscript 8.71 fails when invoked from gv and other programs New Synopsis: print/ghostscript8: Ghostscript 8.71 fails when invoked from gv and other programs Responsible-Changed-From-To: freebsd-ports-bugs->doceng Responsible-Changed-By: linimon Responsible-Changed-When: Tue Apr 26 02:58:20 UTC 2011 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=156654 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 06: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 ADA6F1065670 for ; Tue, 26 Apr 2011 06: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 828A48FC1B for ; Tue, 26 Apr 2011 06: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 p3Q6A7o1024233 for ; Tue, 26 Apr 2011 06: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 p3Q6A7Bj024232; Tue, 26 Apr 2011 06:10:07 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 06:10:07 GMT Resent-Message-Id: <201104260610.p3Q6A7Bj024232@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B963106564A for ; Tue, 26 Apr 2011 06:08:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0936C8FC1E for ; Tue, 26 Apr 2011 06:08:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3Q687fZ077821 for ; Tue, 26 Apr 2011 06:08:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3Q687Uf077820; Tue, 26 Apr 2011 06:08:07 GMT (envelope-from nobody) Message-Id: <201104260608.p3Q687Uf077820@red.freebsd.org> Date: Tue, 26 Apr 2011 06:08:07 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156657: [Patch] Fix installation of devel/ocaml-findlib if WITHOUT_TK is defined X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 06:10:07 -0000 >Number: 156657 >Category: ports >Synopsis: [Patch] Fix installation of devel/ocaml-findlib if WITHOUT_TK is defined >Confidential: no >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 Apr 26 06:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: FreeBSD oslo.ath.cx 8.2-STABLE FreeBSD 8.2-STABLE #2 r220615: Thu Apr 14 12:31:59 CEST 2011 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The installation of ocaml-findlib fails if WITHOUT_TK is defined: cp doc/ref-man/ocamlfind.1 /usr/local/man/man1 cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 /usr/local/man/man5 gmake[1]: Leaving directory `/usr/ports/devel/ocaml-findlib/work/findlib-1.2.7' chmod: /usr/local/lib/ocaml/site-lib/findlib/make_wizard: No such file or directory *** Error code 1 Stop in /usr/ports/devel/ocaml-findlib. >How-To-Repeat: >Fix: The attached patch should fix the installation of devel/ocaml-findlib if WITHOUT_TK is defined. Patch attached with submission follows: diff -ruN devel/ocaml-findlib.bak/Makefile devel/ocaml-findlib/Makefile --- devel/ocaml-findlib.bak/Makefile 2011-04-26 07:45:10.000000000 +0200 +++ devel/ocaml-findlib/Makefile 2011-04-26 07:46:55.000000000 +0200 @@ -48,6 +48,17 @@ .include +.if !exists(${LOCALBASE}/lib/ocaml/labltk) +WITHOUT_TK= yes +.endif + +.if defined(WITHOUT_TK) +PLIST_SUB+= TK="@comment " +.else +CONFIGURE_ARGS+=-with-toolbox +PLIST_SUB+= TK="" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -58,15 +69,4 @@ @${CHMOD} +x ${PREFIX}/lib/ocaml/site-lib/findlib/make_wizard .endif -.if !exists(${LOCALBASE}/lib/ocaml/labltk) -WITHOUT_TK= yes -.endif - -.if defined(WITHOUT_TK) -PLIST_SUB+= TK="@comment " -.else -CONFIGURE_ARGS+=-with-toolbox -PLIST_SUB+= TK="" -.endif - .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 06: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 87BC81065670; Tue, 26 Apr 2011 06: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 5C5148FC12; Tue, 26 Apr 2011 06: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 p3Q6AHam024897; Tue, 26 Apr 2011 06: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 p3Q6AHqc024885; Tue, 26 Apr 2011 06:10:17 GMT (envelope-from edwin) Date: Tue, 26 Apr 2011 06:10:17 GMT Message-Id: <201104260610.p3Q6AHqc024885@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, johans@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156657: [Patch] Fix installation of devel/ocaml-findlib if WITHOUT_TK is defined X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 06:10:17 -0000 Synopsis: [Patch] Fix installation of devel/ocaml-findlib if WITHOUT_TK is defined Responsible-Changed-From-To: freebsd-ports-bugs->johans Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 26 06:10:16 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156657 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 08:09: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 4C919106566C; Tue, 26 Apr 2011 08:09:51 +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 223FE8FC14; Tue, 26 Apr 2011 08:09: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 p3Q89pIJ060250; Tue, 26 Apr 2011 08:09:51 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3Q89oLf060246; Tue, 26 Apr 2011 08:09:50 GMT (envelope-from culot) Date: Tue, 26 Apr 2011 08:09:50 GMT Message-Id: <201104260809.p3Q89oLf060246@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156639: [PATCH] www/free-sa-devel: update to 2.0.0b4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 08:09:51 -0000 Synopsis: [PATCH] www/free-sa-devel: update to 2.0.0b4 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Apr 26 08:09:49 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156639 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 08:56: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 3F78C106564A; Tue, 26 Apr 2011 08:56:58 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1849E8FC0A; Tue, 26 Apr 2011 08:56: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 p3Q8uvY2009098; Tue, 26 Apr 2011 08:56:57 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3Q8uvGR009093; Tue, 26 Apr 2011 08:56:57 GMT (envelope-from culot) Date: Tue, 26 Apr 2011 08:56:57 GMT Message-Id: <201104260856.p3Q8uvGR009093@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156617: Port update: games/searchandrescue-data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 08:56:58 -0000 Synopsis: Port update: games/searchandrescue-data Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Apr 26 08:56:57 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156617 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 09: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 A072A106566B; Tue, 26 Apr 2011 09:30:39 +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 78D878FC15; Tue, 26 Apr 2011 09: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 p3Q9UdJB038907; Tue, 26 Apr 2011 09:30:39 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3Q9UdhP038903; Tue, 26 Apr 2011 09:30:39 GMT (envelope-from culot) Date: Tue, 26 Apr 2011 09:30:39 GMT Message-Id: <201104260930.p3Q9UdhP038903@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156640: [maintainer update] mail/roundcube-sieverules release 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: Tue, 26 Apr 2011 09:30:39 -0000 Synopsis: [maintainer update] mail/roundcube-sieverules release update Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Apr 26 09:30:38 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156640 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 10:46: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 B4380106564A; Tue, 26 Apr 2011 10:46:34 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D0978FC12; Tue, 26 Apr 2011 10:46: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 p3QAkYlU010131; Tue, 26 Apr 2011 10:46:34 GMT (envelope-from decke@freefall.freebsd.org) Received: (from decke@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QAkYha010127; Tue, 26 Apr 2011 10:46:34 GMT (envelope-from decke) Date: Tue, 26 Apr 2011 10:46:34 GMT Message-Id: <201104261046.p3QAkYha010127@freefall.freebsd.org> To: decke@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, decke@FreeBSD.org From: decke@FreeBSD.org Cc: Subject: Re: ports/156648: [PATCH] multimedia/xbmc fix vdpau first init X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 10:46:34 -0000 Synopsis: [PATCH] multimedia/xbmc fix vdpau first init Responsible-Changed-From-To: freebsd-ports-bugs->decke Responsible-Changed-By: decke Responsible-Changed-When: Tue Apr 26 10:46:34 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156648 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 10:57: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 B2740106566B; Tue, 26 Apr 2011 10:57:04 +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 8B8058FC16; Tue, 26 Apr 2011 10:57: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 p3QAv463018784; Tue, 26 Apr 2011 10:57:04 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QAv4gY018780; Tue, 26 Apr 2011 10:57:04 GMT (envelope-from sunpoet) Date: Tue, 26 Apr 2011 10:57:04 GMT Message-Id: <201104261057.p3QAv4gY018780@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/156619: [maintainer update] converters/bsdconv to 4.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: Tue, 26 Apr 2011 10:57:04 -0000 Synopsis: [maintainer update] converters/bsdconv to 4.5 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Tue Apr 26 10:57:03 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156619 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 10:57: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 4FBC9106564A; Tue, 26 Apr 2011 10:57:10 +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 28C5B8FC19; Tue, 26 Apr 2011 10:57: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 p3QAvAGJ018877; Tue, 26 Apr 2011 10:57:10 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QAvAst018873; Tue, 26 Apr 2011 10:57:10 GMT (envelope-from sunpoet) Date: Tue, 26 Apr 2011 10:57:10 GMT Message-Id: <201104261057.p3QAvAst018873@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/156620: [new port] chinese/bug5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 10:57:10 -0000 Synopsis: [new port] chinese/bug5 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Tue Apr 26 10:57:09 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156620 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 13: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 129DB10656E2 for ; Tue, 26 Apr 2011 13:10: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 71DC58FC28 for ; Tue, 26 Apr 2011 13: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 p3QDACvm041008 for ; Tue, 26 Apr 2011 13: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 p3QDACkf041007; Tue, 26 Apr 2011 13:10:12 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 13:10:12 GMT Resent-Message-Id: <201104261310.p3QDACkf041007@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Wall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07640106566B for ; Tue, 26 Apr 2011 13:07: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 E227A8FC0C for ; Tue, 26 Apr 2011 13:07:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3QD7Bw1079312 for ; Tue, 26 Apr 2011 13:07:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3QD7BrQ079311; Tue, 26 Apr 2011 13:07:11 GMT (envelope-from nobody) Message-Id: <201104261307.p3QD7BrQ079311@red.freebsd.org> Date: Tue, 26 Apr 2011 13:07:11 GMT From: Frank Wall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156660: devel/pecl-intl cannot be build with PHP 5.2.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 13:10:18 -0000 >Number: 156660 >Category: ports >Synopsis: devel/pecl-intl cannot be build with PHP 5.2.x >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: Tue Apr 26 13:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: 7.3-RELEASE-p2 >Organization: >Environment: FreeBSD 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:23:19 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: A follow-up for PR ports/153438 went unrecognized, so I open a new PR. The port devel/pecl-intl cannot be build if PHP 5.2.16 or 5.2.17 is installed. Previous versions are reported to build fine. Obviously one of the patches in files/ directory are causing this issue, thus I was unable to track it down to a specific patch. So we need to either fix the patches or remove them. >How-To-Repeat: 1. have PHP 5.2.x installed 2. run `make -C /usr/ports/devel/pecl-intl` it will fail: collator/.libs/collator_class.o(.bss+0x20): multiple definition of `collator_0_args' .libs/php_intl.o(.data.rel.local+0xe0): first defined here /usr/bin/ld: Warning: size of symbol `collator_0_args' changed from 80 in .libs/php_intl.o to 40 in collator/.libs/collator_class.o collator/.libs/collator_class.o(.data.rel.local+0x0): multiple definition of `collator_1_arg' .libs/php_intl.o(.data.rel.local+0x140): first defined here /usr/bin/ld: Warning: size of symbol `collator_1_arg' changed from 120 in .libs/php_intl.o to 80 in collator/.libs/collator_class.o collator/.libs/collator_class.o(.data.rel.local+0x60): multiple definition of `collator_2_args' .libs/php_intl.o(.data.rel.local+0x1c0): first defined here /usr/bin/ld: Warning: size of symbol `collator_2_args' changed from 160 in .libs/php_intl.o to 120 in collator/.libs/collator_class.o collator/.libs/collator_class.o(.data.rel.local+0xe0): multiple definition of `collator_sort_args' .libs/php_intl.o(.data.rel.local+0x260): first defined here /usr/bin/ld: Warning: size of symbol `collator_sort_args' changed from 160 in .libs/php_intl.o to 120 in collator/.libs/collator_class.o locale/.libs/locale_class.o(.bss+0x20): multiple definition of `locale_0_args' .libs/php_intl.o(.bss+0x40): first defined here locale/.libs/locale_class.o(.data.rel.local+0x0): multiple definition of `locale_1_arg' .libs/php_intl.o(.data.rel.local+0x4c0): first defined here locale/.libs/locale_class.o(.data.rel.local+0x60): multiple definition of `locale_2_args' .libs/php_intl.o(.data.rel.local+0x520): first defined here locale/.libs/locale_class.o(.data.rel.local+0xe0): multiple definition of `locale_3_args' .libs/php_intl.o(.data.rel.local+0x5a0): first defined here locale/.libs/locale_class.o(.data.rel.local+0x180): multiple definition of `locale_4_args' .libs/php_intl.o(.data.rel.local+0x640): first defined here dateformat/.libs/dateformat_class.o(.data.rel.local+0x0): multiple definition of `datefmt_parse_args' .libs/php_intl.o(.data.rel.local+0xae0): first defined here /usr/bin/ld: Warning: size of symbol `datefmt_parse_args' changed from 160 in .libs/php_intl.o to 120 in dateformat/.libs/dateformat_class.o *** Error code 1 Stop in /usr/ports/devel/pecl-intl/work/intl-1.1.2. *** Error code 1 Stop in /usr/ports/devel/pecl-intl. >Fix: 1. remove all patches from files/ directory 2. make -C /usr/ports/devel/pecl-intl clean 3. make -C /usr/ports/devel/pecl-intl ==> Fix the patch or remove them if they are no longer required. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 13:10: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 EF9A91065670; Tue, 26 Apr 2011 13:10: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 C805E8FC2F; Tue, 26 Apr 2011 13:10: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 p3QDAVEe043279; Tue, 26 Apr 2011 13:10:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QDAVD6043268; Tue, 26 Apr 2011 13:10:31 GMT (envelope-from edwin) Date: Tue, 26 Apr 2011 13:10:31 GMT Message-Id: <201104261310.p3QDAVD6043268@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156660: devel/pecl-intl cannot be build with PHP 5.2.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 13:10:32 -0000 Synopsis: devel/pecl-intl cannot be build with PHP 5.2.x Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 26 13:10:31 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156660 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 15: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 C4FBC106566C for ; Tue, 26 Apr 2011 15: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 960BA8FC1C for ; Tue, 26 Apr 2011 15: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 p3QF0K7t040395 for ; Tue, 26 Apr 2011 15: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 p3QF0KHk040394; Tue, 26 Apr 2011 15:00:20 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 15:00:20 GMT Resent-Message-Id: <201104261500.p3QF0KHk040394@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D80AE106564A for ; Tue, 26 Apr 2011 14:51:11 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id 65EA78FC18 for ; Tue, 26 Apr 2011 14:51:11 +0000 (UTC) Received: by Florence.tamama.org (Postfix, from userid 1000) id 24BBA8A025; Tue, 26 Apr 2011 22:51:09 +0800 (CST) Message-Id: <20110426145109.24BBA8A025@Florence.tamama.org> Date: Tue, 26 Apr 2011 22:51:09 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156661: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 15:00:20 -0000 >Number: 156661 >Category: ports >Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service >Confidential: no >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 Apr 26 15:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD Florence.tamama.org 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Fri Feb 25 09:26:52 CST 2011 >Description: Please close ports/156611. This PR is an update of it. The Net::Amazon::Route53 Perl module allows you to manage DNS records for your domains via Amazon's Route 53 service. For more information, visit http://aws.amazon.com/route53/. WWW: http://search.cpan.org/dist/Net-Amazon-Route53/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-Amazon-Route53-0.110310.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: # # p5-Net-Amazon-Route53 # p5-Net-Amazon-Route53/pkg-plist # p5-Net-Amazon-Route53/distinfo # p5-Net-Amazon-Route53/Makefile # p5-Net-Amazon-Route53/pkg-descr # echo c - p5-Net-Amazon-Route53 mkdir -p p5-Net-Amazon-Route53 > /dev/null 2>&1 echo x - p5-Net-Amazon-Route53/pkg-plist sed 's/^X//' >p5-Net-Amazon-Route53/pkg-plist << '393c250cc0c131e70b1de3bc482cab5c' X@comment $FreeBSD$ Xbin/route53 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53/.packlist X%%SITE_PERL%%/Net/Amazon/Route53/Change.pm X%%SITE_PERL%%/Net/Amazon/Route53/HostedZone.pm X%%SITE_PERL%%/Net/Amazon/Route53/ResourceRecordSet.pm X%%SITE_PERL%%/Net/Amazon/Route53.pm X@dirrmtry %%SITE_PERL%%/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/Net/Amazon X@dirrmtry %%SITE_PERL%%/Net X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 393c250cc0c131e70b1de3bc482cab5c echo x - p5-Net-Amazon-Route53/distinfo sed 's/^X//' >p5-Net-Amazon-Route53/distinfo << '0109ccff8f2dcd7757321feeb379730e' XSHA256 (Net-Amazon-Route53-0.110310.tar.gz) = 553c958a4c646b44b09ee312625e5a74349c26cb234edad2ba9adcf7e352bbf2 XSIZE (Net-Amazon-Route53-0.110310.tar.gz) = 17916 0109ccff8f2dcd7757321feeb379730e echo x - p5-Net-Amazon-Route53/Makefile sed 's/^X//' >p5-Net-Amazon-Route53/Makefile << '08c72eadba8dbd4f72fdc61d58c88b56' X# New ports collection makefile for: p5-Net-Amazon-Route53 X# Date created: 2011-04-24 X# Whom: Jui-Nan Lin X# X# $FreeBSD$ X# X XPORTNAME= Net-Amazon-Route53 XPORTVERSION= 0.110310 XCATEGORIES= dns perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= jnlin@csie.nctu.edu.tw XCOMMENT= Manage your DNS entries on Amazon's Route53 service X XBUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ X p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ X p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ X p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ X p5-MIME-Base64>0:${PORTSDIR}/converters/p5-MIME-Base64 \ X p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ X p5-XML-Bare>0:${PORTSDIR}/textproc/p5-XML-Bare XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= route53.1 XMAN3= Net::Amazon::Route53.3 Net::Amazon::Route53::HostedZone.3 Net::Amazon::Route53::ResourceRecordSet.3 Net::Amazon::Route53::Change.3 X X.include 08c72eadba8dbd4f72fdc61d58c88b56 echo x - p5-Net-Amazon-Route53/pkg-descr sed 's/^X//' >p5-Net-Amazon-Route53/pkg-descr << 'a9b2d34f268ac35eb138204bca1badfd' XThe Net::Amazon::Route53 Perl module allows you to manage DNS Xrecords for your domains via Amazon's Route 53 service. X XFor more information, visit http://aws.amazon.com/route53/. X XWWW: http://search.cpan.org/dist/Net-Amazon-Route53/ a9b2d34f268ac35eb138204bca1badfd exit --- p5-Net-Amazon-Route53-0.110310.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 15:00:32 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5467F1065674; Tue, 26 Apr 2011 15:00:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 29E078FC0C; Tue, 26 Apr 2011 15:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3QF0WNe041103; Tue, 26 Apr 2011 15:00:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QF0WDk041094; Tue, 26 Apr 2011 15:00:32 GMT (envelope-from edwin) Date: Tue, 26 Apr 2011 15:00:32 GMT Message-Id: <201104261500.p3QF0WDk041094@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156661: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 15:00:32 -0000 Synopsis: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 26 15:00:31 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156661 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 16:00:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E407D10656E0 for ; Tue, 26 Apr 2011 16:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 28F288FC2D for ; Tue, 26 Apr 2011 16: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 p3QG0LZZ094408 for ; Tue, 26 Apr 2011 16: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 p3QG0Lv2094407; Tue, 26 Apr 2011 16:00:21 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 16:00:21 GMT Resent-Message-Id: <201104261600.p3QG0Lv2094407@freefall.freebsd.org> 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 Stosberg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45C841065676 for ; Tue, 26 Apr 2011 15:59:21 +0000 (UTC) (envelope-from mark@sap.summersault.com) Received: from sap.summersault.com (gw.1-800-save-a-pet.com [12.161.106.162]) by mx1.freebsd.org (Postfix) with ESMTP id E95478FC1F for ; Tue, 26 Apr 2011 15:59:20 +0000 (UTC) Received: from sap.summersault.com (localhost.summersault.com [127.0.0.1]) by sap.summersault.com (8.14.4/8.14.4) with ESMTP id p3QFiNKQ048218 for ; Tue, 26 Apr 2011 11:44:23 -0400 (EDT) (envelope-from mark@sap.summersault.com) Received: (from root@localhost) by sap.summersault.com (8.14.4/8.14.4/Submit) id p3QFiNR7048217; Tue, 26 Apr 2011 11:44:23 -0400 (EDT) (envelope-from mark) Message-Id: <201104261544.p3QFiNR7048217@sap.summersault.com> Date: Tue, 26 Apr 2011 11:44:23 -0400 (EDT) From: Mark Stosberg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156662: postgresql90-server port install fails due to misuse of PGUSER environment variable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Stosberg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 16:00:26 -0000 >Number: 156662 >Category: ports >Synopsis: postgresql90-server port install fails due to misuse of PGUSER environment variable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 26 16:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Stosberg >Release: FreeBSD 8.1-RELEASE i386 >Organization: Summersault >Environment: System: FreeBSD sap.summersault.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Feb 18 04:03:40 EST 2011 root@:/usr/obj/usr/src/sys/SAP i386 >Description: I have done multiple point upgrades of the PostgreSQL 9.0.x port series, but the latest one failed inbetween "make deinstall" and "make reinstall", creating some downtime. Fortunately, it was a dev machine. The issue is that the "PGUSER" environment variable (and perhaps others) are being mis-used. Variables like this are documented by PostgreSQL to be "default connection parameters". However, the installation process assumes that if they are defined, they are the values used for the "pgsql super-user". For anyone who has these set for a different default connection, the installation will fail with a cryptic error, shown below. >How-To-Repeat: You can see the issue in this "screenshot". Notice the last line, which refers to attempting to add a "dev_limited" user, which should not be involved in the process at all. root@dev# make reinstall ===> Installing for postgresql-server-9.0.4_1 ===> postgresql-server-9.0.4_1 depends on shared library: pq.5 - found ===> Generating temporary packing list ===> Checking if databases/postgresql90-server already installed =========== BACKUP YOUR DATA! ============= As always, backup your data before upgrading. If the upgrade leads to a higher minor revision (e.g. 7.3.x -> 7.4), a dump and restore of all databases is required. This is *NOT* done by the port! Press ctrl-C *now* if you need to pg_dump. =========================================== pgsql:*:70: You already have a group "pgsql", so I will use it. pw: uid `70' has already been allocated Adding user "dev_limited" failed... >Fix: The recommended solution is to use a new, specific environment variable for defining a custom "psql super-user" value for those who wish to set one. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 16:33: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 48710106566C; Tue, 26 Apr 2011 16:33:07 +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 1DA988FC18; Tue, 26 Apr 2011 16:33: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 p3QGX61f030920; Tue, 26 Apr 2011 16:33:07 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QGX64m030916; Tue, 26 Apr 2011 16:33:06 GMT (envelope-from culot) Date: Tue, 26 Apr 2011 16:33:06 GMT Message-Id: <201104261633.p3QGX64m030916@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156622: [maintainer] [patch] editors/texmacs Update to 1.0.7.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 16:33:07 -0000 Synopsis: [maintainer] [patch] editors/texmacs Update to 1.0.7.10 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Apr 26 16:33:06 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156622 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 17: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 7E3D4106566B for ; Tue, 26 Apr 2011 17: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 5A0BD8FC1B for ; Tue, 26 Apr 2011 17: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 p3QHA8aM057270 for ; Tue, 26 Apr 2011 17: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 p3QHA8Wp057269; Tue, 26 Apr 2011 17:10:08 GMT (envelope-from gnats) Date: Tue, 26 Apr 2011 17:10:08 GMT Message-Id: <201104261710.p3QHA8Wp057269@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Olivier Duchateau Cc: Subject: Re: ports/156415: [NEW PORT] net-im/py-hotot, Twitter and Identi.ca microblogging client written in Python and JavaScript X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olivier Duchateau List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 17:10:08 -0000 The following reply was made to PR ports/156415; it has been noted by GNATS. From: Olivier Duchateau To: bug-followup Cc: Subject: Re: ports/156415: [NEW PORT] net-im/py-hotot, Twitter and Identi.ca microblogging client written in Python and JavaScript Date: Tue, 26 Apr 2011 19:03:42 +0200 Update to 0.9.6~hg779. Below diff between the previous and the new. diff -urN py-hotot/Makefile /usr/ports/net-im/py-hotot/Makefile --- py-hotot/Makefile 2011-04-26 18:47:56.000000000 +0200 +++ /usr/ports/net-im/py-hotot/Makefile 2011-04-26 18:42:22.000000000 +0200 @@ -7,11 +7,11 @@ PORTNAME= hotot PORTVERSION= 0.9.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im python MASTER_SITES= http://avignu.tuxfamily.org/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}~hg773 +DISTNAME= ${PORTNAME}-${PORTVERSION}~hg779 MAINTAINER= duchateau.olivier@gmail.com COMMENT= Twitter and Identi.ca microblogging client diff -urN py-hotot/distinfo /usr/ports/net-im/py-hotot/distinfo --- py-hotot/distinfo 2011-04-26 18:47:56.000000000 +0200 +++ /usr/ports/net-im/py-hotot/distinfo 2011-04-26 18:33:54.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (hotot-0.9.6~hg773.tar.gz) = 74354771ccc62e398ff4e33ed6c000d7d589533f15c72b17759c0531e5138610 -SIZE (hotot-0.9.6~hg773.tar.gz) = 480469 +SHA256 (hotot-0.9.6~hg779.tar.gz) = 27b32e00ab80578a01c63c1f42dfcada54b1f12148a3390366ddcf5ce59bae19 +SIZE (hotot-0.9.6~hg779.tar.gz) = 481762 diff -urN py-hotot/files/patch-data_js_conf.js /usr/ports/net-im/py-hotot/files/patch-data_js_conf.js --- py-hotot/files/patch-data_js_conf.js 2011-04-26 18:47:56.000000000 +0200 +++ /usr/ports/net-im/py-hotot/files/patch-data_js_conf.js 2011-04-26 18:46:10.000000000 +0200 @@ -16,7 +16,7 @@ - , 'size_w': 500 - , 'size_h': 550 + , 'size_w': 150 -+ , 'size_h': 420 ++ , 'size_h': 430 , 'use_ubuntu_indicator': true - , 'font_list': ['Arial', 'Wide', 'Narrow', 'Calibri', 'Cambria', 'Comic Sans MS', 'Consolas', 'Corsiva', 'Courier New', 'Droid Sans', 'Droid Serif', 'Syncopate', 'Times New Roman'] + , 'font_list': ['DejaVu Sans', 'Verdana', 'sans-serif'] diff -urN py-hotot/files/patch-hotot_hotot.py /usr/ports/net-im/py-hotot/files/patch-hotot_hotot.py --- py-hotot/files/patch-hotot_hotot.py 2011-04-26 18:47:56.000000000 +0200 +++ /usr/ports/net-im/py-hotot/files/patch-hotot_hotot.py 2011-04-26 18:46:28.000000000 +0200 @@ -7,7 +7,7 @@ - self.window.set_position(gtk.WIN_POS_CENTER) - #self.window.set_default_size(500, 550) + self.window.set_position(gtk.WIN_POS_CENTER_ON_PARENT) -+ self.window.set_default_size(150, 420) ++ self.window.set_default_size(150, 430) vbox = gtk.VBox() scrollw = gtk.ScrolledWindow() diff -urN py-hotot/pkg-plist /usr/ports/net-im/py-hotot/pkg-plist --- py-hotot/pkg-plist 2011-04-26 18:47:56.000000000 +0200 +++ /usr/ports/net-im/py-hotot/pkg-plist 2011-04-26 18:41:09.000000000 +0200 @@ -51,6 +51,7 @@ %%DATADIR%%/image/ani_loading_bar.gif %%DATADIR%%/image/ani_loading_bar_gray.gif %%DATADIR%%/image/expand.png +%%DATADIR%%/image/delete_ic_16.png %%DATADIR%%/image/fav_ic_16.png %%DATADIR%%/image/faved_ic_16.png %%DATADIR%%/image/fold.png @@ -59,24 +60,20 @@ %%DATADIR%%/image/ic16_arrow_down_gray.png %%DATADIR%%/image/ic16_arrow_up_gray.png %%DATADIR%%/image/ic16_close.png -%%DATADIR%%/image/ic16_del.png %%DATADIR%%/image/ic16_dm.png -%%DATADIR%%/image/ic16_fav.png %%DATADIR%%/image/ic16_hotot.png %%DATADIR%%/image/ic16_identica.png %%DATADIR%%/image/ic16_link.png %%DATADIR%%/image/ic16_remove_red.png %%DATADIR%%/image/ic16_retweet_light.png -%%DATADIR%%/image/ic16_rt.png %%DATADIR%%/image/ic16_twitter.png -%%DATADIR%%/image/ic16_unfav.png %%DATADIR%%/image/ic24_hotot.png %%DATADIR%%/image/ic24_hotot_mono_dark.svg %%DATADIR%%/image/ic24_hotot_mono_light.png %%DATADIR%%/image/ic24_hotot_mono_light.svg -%%DATADIR%%/image/ic24_wall.png %%DATADIR%%/image/ic32_hotot.png %%DATADIR%%/image/ic32_hotot_classics.png +%%DATADIR%%/image/ic32_hotot_mono_light.png %%DATADIR%%/image/ic32_profile_add.png %%DATADIR%%/image/ic32_profile_identica.png %%DATADIR%%/image/ic32_profile_twitter.png @@ -85,7 +82,6 @@ %%DATADIR%%/image/ic64_hotot.png %%DATADIR%%/image/ic64_hotot_classics.png %%DATADIR%%/image/ic_dm.png -%%DATADIR%%/image/ic_fav.png %%DATADIR%%/image/ic_home.png %%DATADIR%%/image/ic_mention.png %%DATADIR%%/image/ic_people.png -- olivier From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 17: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 221E61065673 for ; Tue, 26 Apr 2011 17: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 E88388FC0C for ; Tue, 26 Apr 2011 17: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 p3QHU9SL075356 for ; Tue, 26 Apr 2011 17: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 p3QHU9EM075350; Tue, 26 Apr 2011 17:30:09 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 17:30:09 GMT Resent-Message-Id: <201104261730.p3QHU9EM075350@freefall.freebsd.org> 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 CCA26106564A for ; Tue, 26 Apr 2011 17:27: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 BADD88FC08 for ; Tue, 26 Apr 2011 17:27: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 p3QHR093081312 for ; Tue, 26 Apr 2011 17:27:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3QHR0DJ081311; Tue, 26 Apr 2011 17:27:00 GMT (envelope-from nobody) Message-Id: <201104261727.p3QHR0DJ081311@red.freebsd.org> Date: Tue, 26 Apr 2011 17:27:00 GMT From: Jesse To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156663: port update: sysutils/swapexd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 17:30:10 -0000 >Number: 156663 >Category: ports >Synopsis: port update: sysutils/swapexd >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 Apr 26 17:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jesse >Release: 8.2 >Organization: RM >Environment: FreeBSD-8.2 32-bit >Description: This patch brings swapexd up to date with upstream. The new version includes an rc.d script and some bug fixes in command line parameter handling. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN swapexd.orig/Makefile swapexd/Makefile --- swapexd.orig/Makefile 2011-04-25 18:30:01.000000000 -0300 +++ swapexd/Makefile 2011-04-26 11:06:33.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= swapexd -PORTVERSION= 0.1 +PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= http://makeapbi.sourceforge.net/${PORTNAME}/ @@ -15,10 +15,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf +PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf etc/rc.d/swapexd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf + ${INSTALL_DATA} ${WRKSRC}/rc.d/swapexd ${PREFIX}/etc/rc.d/swapexd + chmod 755 ${PREFIX}/etc/rc.d/swapexd .include diff -ruN swapexd.orig/distinfo swapexd/distinfo --- swapexd.orig/distinfo 2011-04-25 18:30:01.000000000 -0300 +++ swapexd/distinfo 2011-04-26 11:21:15.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (swapexd-0.1.tar.gz) = e010703f2951e1f85f3f955d2001bdbe4476c47b9bb83d1172063e7895816b42 -SIZE (swapexd-0.1.tar.gz) = 7252 +SHA256 (swapexd-0.3.tar.gz) = 44fb12987dac7f855251f2ea06bbe427d6728873c01f71231f716e1dcfc71433 +SIZE (swapexd-0.3.tar.gz) = 7816 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 17:56: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 AE7091065674; Tue, 26 Apr 2011 17:56:11 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83DCC8FC12; Tue, 26 Apr 2011 17:56: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 p3QHuB0Q002644; Tue, 26 Apr 2011 17:56:11 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QHuBQ5002640; Tue, 26 Apr 2011 17:56:11 GMT (envelope-from eadler) Date: Tue, 26 Apr 2011 17:56:11 GMT Message-Id: <201104261756.p3QHuBQ5002640@freefall.freebsd.org> To: martin@lispworks.com, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/152958: The port of www/mnogosearch 3.3.10 is using an out-of-date copy of the source X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 17:56:11 -0000 Synopsis: The port of www/mnogosearch 3.3.10 is using an out-of-date copy of the source State-Changed-From-To: open->closed State-Changed-By: eadler State-Changed-When: Tue Apr 26 17:56:10 UTC 2011 State-Changed-Why: issue dealt with ports/155360 http://www.freebsd.org/cgi/query-pr.cgi?pr=152958 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 20:11: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 D48801065670; Tue, 26 Apr 2011 20:11:41 +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 AC2E38FC28; Tue, 26 Apr 2011 20:11: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 p3QKBfbq028144; Tue, 26 Apr 2011 20:11:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QKBfQq028140; Tue, 26 Apr 2011 20:11:41 GMT (envelope-from linimon) Date: Tue, 26 Apr 2011 20:11:41 GMT Message-Id: <201104262011.p3QKBfQq028140@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/156662: databases/postgresql90-server install fails due to misuse of PGUSER environment variable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 20:11:41 -0000 Old Synopsis: postgresql90-server port install fails due to misuse of PGUSER environment variable New Synopsis: databases/postgresql90-server install fails due to misuse of PGUSER environment variable Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: linimon Responsible-Changed-When: Tue Apr 26 20:11:02 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=156662 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 20:18: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 464AB1065675; Tue, 26 Apr 2011 20:18:07 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB408FC1B; Tue, 26 Apr 2011 20:18: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 p3QKI6Ov029962; Tue, 26 Apr 2011 20:18:07 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3QKI6iU029957; Tue, 26 Apr 2011 20:18:06 GMT (envelope-from nox) Date: Tue, 26 Apr 2011 20:18:06 GMT Message-Id: <201104262018.p3QKI6iU029957@freefall.freebsd.org> To: avg@icyb.net.ua, nox@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: nox@FreeBSD.org Cc: Subject: Re: ports/156112: [NEW PORT] audio/linux-f10-pulseaudio-libs: Libraries for PulseAudio clients X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 20:18:07 -0000 Synopsis: [NEW PORT] audio/linux-f10-pulseaudio-libs: Libraries for PulseAudio clients State-Changed-From-To: open->closed State-Changed-By: nox State-Changed-When: Tue Apr 26 20:18:06 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=156112 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 20: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 54CB9106564A for ; Tue, 26 Apr 2011 20: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 45D948FC12 for ; Tue, 26 Apr 2011 20: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 p3QKKATS030314 for ; Tue, 26 Apr 2011 20: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 p3QKKAko030313; Tue, 26 Apr 2011 20:20:10 GMT (envelope-from gnats) Date: Tue, 26 Apr 2011 20:20:10 GMT Message-Id: <201104262020.p3QKKAko030313@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156112: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 20:20:10 -0000 The following reply was made to PR ports/156112; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156112: commit references a PR Date: Tue, 26 Apr 2011 20:12:36 +0000 (UTC) nox 2011-04-26 20:12:27 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/linux-f10-pulseaudio-libs Makefile distinfo.i386 pkg-descr pkg-plist audio/linux-f10-pulseaudio-libs/files patch-etc_pulse_client.conf-dist Log: This package contains the runtime libraries for any application that wishes to interface with a PulseAudio sound server. WWW: http://www.pulseaudio.org/ PR: ports/156112 Submitted by: avg Revision Changes Path 1.1163 +1 -0 ports/audio/Makefile 1.1 +38 -0 ports/audio/linux-f10-pulseaudio-libs/Makefile (new) 1.1 +4 -0 ports/audio/linux-f10-pulseaudio-libs/distinfo.i386 (new) 1.1 +16 -0 ports/audio/linux-f10-pulseaudio-libs/files/patch-etc_pulse_client.conf-dist (new) 1.1 +4 -0 ports/audio/linux-f10-pulseaudio-libs/pkg-descr (new) 1.1 +17 -0 ports/audio/linux-f10-pulseaudio-libs/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 20:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26BCC1065670 for ; Tue, 26 Apr 2011 20:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1815B8FC21 for ; Tue, 26 Apr 2011 20:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3QKKBBA030326 for ; Tue, 26 Apr 2011 20: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 p3QKKBpb030325; Tue, 26 Apr 2011 20:20:11 GMT (envelope-from gnats) Date: Tue, 26 Apr 2011 20:20:11 GMT Message-Id: <201104262020.p3QKKBpb030325@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156112: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 20:20:12 -0000 The following reply was made to PR ports/156112; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156112: commit references a PR Date: Tue, 26 Apr 2011 20:18:04 +0000 (UTC) nox 2011-04-26 20:17:14 UTC FreeBSD ports repository Modified files: Mk bsd.linux-apps.mk Log: Add pulseaudio-libs to _LINUX_26_APPS. PR: ports/156112 Submitted by: avg Approved by: bsam (via private email) Revision Changes Path 1.39 +7 -2 ports/Mk/bsd.linux-apps.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 21: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 2C82810656AE for ; Tue, 26 Apr 2011 21: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 08DAA8FC13 for ; Tue, 26 Apr 2011 21: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 p3QLK9QS084235 for ; Tue, 26 Apr 2011 21: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 p3QLK9c0084234; Tue, 26 Apr 2011 21:20:09 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2011 21:20:09 GMT Resent-Message-Id: <201104262120.p3QLK9c0084234@freefall.freebsd.org> 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 9AB69106564A for ; Tue, 26 Apr 2011 21:10:56 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3CAAA8FC17 for ; Tue, 26 Apr 2011 21:10:55 +0000 (UTC) Received: by eyg7 with SMTP id 7so447646eyg.13 for ; Tue, 26 Apr 2011 14:10:55 -0700 (PDT) Received: by 10.213.103.82 with SMTP id j18mr616459ebo.0.1303852254932; Tue, 26 Apr 2011 14:10:54 -0700 (PDT) Received: from silver.nine (89-72-104-219.dynamic.chello.pl [89.72.104.219]) by mx.google.com with ESMTPS id k57sm88605eei.3.2011.04.26.14.10.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Apr 2011 14:10:54 -0700 (PDT) Message-Id: <1303852253.40316@silver.nine> Date: Tue, 26 Apr 2011 23:10:53 +0200 From: "Grzegorz Blach" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/156664: Update for www/p5-Feersum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 21:20:10 -0000 >Number: 156664 >Category: ports >Synopsis: Update for www/p5-Feersum >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 Apr 26 21:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011 magik@silver.nine:/usr/obj/usr/src/sys/SILVER >Description: Update for www/p5-Feersum from 1.001 to 1.200 >How-To-Repeat: >Fix: --- p5-Feersum.diff.txt begins here --- diff -x .svn -ruN /var/cache/portshaker/ports/www/p5-Feersum/Makefile www/p5-Feersum/Makefile --- /var/cache/portshaker/ports/www/p5-Feersum/Makefile 2011-02-13 11:46:07.000000000 +0100 +++ www/p5-Feersum/Makefile 2011-04-26 22:19:00.643769959 +0200 @@ -6,7 +6,7 @@ # PORTNAME= Feersum -PORTVERSION= 1.001 +PORTVERSION= 1.200 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/S/ST/STASH @@ -22,7 +22,7 @@ p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-TCP>=1.06:${PORTSDIR}/devel/p5-Test-TCP + p5-Test-TCP>=1.12:${PORTSDIR}/devel/p5-Test-TCP BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff -x .svn -ruN /var/cache/portshaker/ports/www/p5-Feersum/distinfo www/p5-Feersum/distinfo --- /var/cache/portshaker/ports/www/p5-Feersum/distinfo 2011-02-13 11:46:07.000000000 +0100 +++ www/p5-Feersum/distinfo 2011-04-26 22:19:00.643769959 +0200 @@ -1,2 +1,2 @@ -SHA256 (Feersum-1.001.tar.gz) = 7bf941d9995dc0cf826715dbeb1d353330b3c0f59d680ae37cd0c75df1f51415 -SIZE (Feersum-1.001.tar.gz) = 99741 +SHA256 (Feersum-1.200.tar.gz) = f109a7f600cffb1b117989dba1dcd1271fba40e22ea54674e54c9f7e230c412d +SIZE (Feersum-1.200.tar.gz) = 102293 --- p5-Feersum.diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 21:20:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55F99106564A; Tue, 26 Apr 2011 21:20:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F4BB8FC14; Tue, 26 Apr 2011 21: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 p3QLKNLh085380; Tue, 26 Apr 2011 21: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 p3QLKNvY085376; Tue, 26 Apr 2011 21:20:23 GMT (envelope-from edwin) Date: Tue, 26 Apr 2011 21:20:23 GMT Message-Id: <201104262120.p3QLKNvY085376@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156664: Update for www/p5-Feersum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 Apr 2011 21:20:23 -0000 Synopsis: Update for www/p5-Feersum Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 26 21:20:22 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=156664 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 00: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 BCCBF106567B for ; Wed, 27 Apr 2011 00: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 A90338FC28 for ; Wed, 27 Apr 2011 00: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 p3R0KBoA046528 for ; Wed, 27 Apr 2011 00: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 p3R0KBMM046527; Wed, 27 Apr 2011 00:20:11 GMT (envelope-from gnats) Date: Wed, 27 Apr 2011 00:20:11 GMT Message-Id: <201104270020.p3R0KBMM046527@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Amatus Cc: Subject: Re: ports/155595: [PATCH] lang/guile: update to 1.8.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Amatus List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 00:20:11 -0000 The following reply was made to PR ports/155595; it has been noted by GNATS. From: Amatus To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/155595: [PATCH] lang/guile: update to 1.8.8 Date: Tue, 26 Apr 2011 16:52:01 -0700 (PDT) Looks good to me.=0A=0A--- On Wed, 3/16/11, Edwin Groothuis wrote:=0A=0A> From: Edwin Groothuis =0A> Subject: R= e: ports/155595: [PATCH] lang/guile: update to 1.8.8=0A> To: amatus@gnu.org= =0A> Cc: bug-followup@FreeBSD.org=0A> Date: Wednesday, March 16, 2011, 6:20= AM=0A> Maintainer of lang/guile,=0A> =0A> Please note that PR ports/155595= has just been submitted.=0A> =0A> If it contains a patch for an upgrade, a= n enhancement or a=0A> bug fix=0A> you agree on, reply to this email statin= g that you approve=0A> the patch=0A> and a committer will take care of it.= =0A> =0A> The full text of the PR can be found at:=0A> =A0 =A0 http://www.f= reebsd.org/cgi/query-pr.cgi?pr=3Dports/155595=0A> =0A> -- =0A> Edwin Grooth= uis via the GNATS Auto Assign Tool=0A> edwin@FreeBSD.org=0A> From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02: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 D1A591065670 for ; Wed, 27 Apr 2011 02: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 90A588FC12 for ; Wed, 27 Apr 2011 02: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 p3R2ABQh045494 for ; Wed, 27 Apr 2011 02:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R2AB5G045493; Wed, 27 Apr 2011 02:10:11 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 02:10:11 GMT Resent-Message-Id: <201104270210.p3R2AB5G045493@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bo-Yi Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3458C106566C for ; Wed, 27 Apr 2011 02:08:03 +0000 (UTC) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: from freebsd.ee.ccu.edu.tw (freebsd.ee.ccu.edu.tw [140.123.107.202]) by mx1.freebsd.org (Postfix) with ESMTP id A62A18FC0C for ; Wed, 27 Apr 2011 02:08:02 +0000 (UTC) Received: from freebsd.ee.ccu.edu.tw (localhost [127.0.0.1]) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3) with ESMTP id p3R27tuv076948; Wed, 27 Apr 2011 10:07:55 +0800 (CST) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: (from root@localhost) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3/Submit) id p3R27saf076947; Wed, 27 Apr 2011 10:07:54 +0800 (CST) (envelope-from appleboy) Message-Id: <201104270207.p3R27saf076947@freebsd.ee.ccu.edu.tw> Date: Wed, 27 Apr 2011 10:07:54 +0800 (CST) From: Bo-Yi Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ychsiao@ychsiao.org Subject: ports/156665: [PATCH] www/wordpress: update to 3.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bo-Yi Wu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 02:10:12 -0000 >Number: 156665 >Category: ports >Synopsis: [PATCH] www/wordpress: update to 3.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: Wed Apr 27 02:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Bo-Yi Wu >Release: FreeBSD 7.1-RELEASE-p13 i386 >Organization: >Environment: System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p13 FreeBSD 7.1-RELEASE-p13 #0: Mon Jul 12 17:44:51 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: -Update to 3.1.2 >How-To-Repeat: >Fix: --- wordpress.patch begins here --- diff -ruN /usr/ports/www/wordpress/Makefile wordpress/Makefile --- /usr/ports/www/wordpress/Makefile 2011-04-06 05:12:12.000000000 +0800 +++ wordpress/Makefile 2011-04-27 10:01:14.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff -ruN /usr/ports/www/wordpress/distinfo wordpress/distinfo --- /usr/ports/www/wordpress/distinfo 2011-04-06 05:12:12.000000000 +0800 +++ wordpress/distinfo 2011-04-27 10:02:53.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.1.1.tar.gz) = aa2ea71a34596a6d53c653c00a549e2abd190a7cb3e80812e63b6e9444500a9b -SIZE (wordpress-3.1.1.tar.gz) = 2764153 +SHA256 (wordpress-3.1.2.tar.gz) = 9cad01ac46611d885ffa5d55636c240cda17462e5ba4c31d79b005f35d35af27 +SIZE (wordpress-3.1.2.tar.gz) = 2764136 --- wordpress.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02:10:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61B35106568C; Wed, 27 Apr 2011 02:10:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED5228FC19; Wed, 27 Apr 2011 02: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 p3R2AMDP046275; Wed, 27 Apr 2011 02: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 p3R2AMbA046265; Wed, 27 Apr 2011 02:10:22 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 02:10:22 GMT Message-Id: <201104270210.p3R2AMbA046265@freefall.freebsd.org> To: appleboy.tw@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156665: [PATCH] www/wordpress: update to 3.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: Wed, 27 Apr 2011 02:10:23 -0000 Synopsis: [PATCH] www/wordpress: update to 3.1.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Apr 27 02:10:22 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156665 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02: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 E055E106564A for ; Wed, 27 Apr 2011 02: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 C6B3C8FC13 for ; Wed, 27 Apr 2011 02: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 p3R2K6vf055666 for ; Wed, 27 Apr 2011 02: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 p3R2K6d9055665; Wed, 27 Apr 2011 02:20:06 GMT (envelope-from gnats) Date: Wed, 27 Apr 2011 02:20:06 GMT Message-Id: <201104270220.p3R2K6d9055665@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156665: [PATCH] www/wordpress: update to 3.1.2 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, 27 Apr 2011 02:20:07 -0000 The following reply was made to PR ports/156665; it has been noted by GNATS. From: Edwin Groothuis To: ychsiao@ychsiao.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/156665: [PATCH] www/wordpress: update to 3.1.2 Date: Wed, 27 Apr 2011 02:10:20 UT Maintainer of www/wordpress, Please note that PR ports/156665 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/156665 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02: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 60848106566C for ; Wed, 27 Apr 2011 02: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 358108FC16 for ; Wed, 27 Apr 2011 02: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 p3R2K7gr055678 for ; Wed, 27 Apr 2011 02: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 p3R2K7S2055677; Wed, 27 Apr 2011 02:20:07 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 02:20:07 GMT Resent-Message-Id: <201104270220.p3R2K7S2055677@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bo-Yi Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29A73106566C for ; Wed, 27 Apr 2011 02:13:17 +0000 (UTC) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: from freebsd.ee.ccu.edu.tw (freebsd.ee.ccu.edu.tw [140.123.107.202]) by mx1.freebsd.org (Postfix) with ESMTP id 9AFF88FC0A for ; Wed, 27 Apr 2011 02:13:16 +0000 (UTC) Received: from freebsd.ee.ccu.edu.tw (localhost [127.0.0.1]) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3) with ESMTP id p3R2DBDb079006; Wed, 27 Apr 2011 10:13:11 +0800 (CST) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: (from root@localhost) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3/Submit) id p3R2DBMY079005; Wed, 27 Apr 2011 10:13:11 +0800 (CST) (envelope-from appleboy) Message-Id: <201104270213.p3R2DBMY079005@freebsd.ee.ccu.edu.tw> Date: Wed, 27 Apr 2011 10:13:11 +0800 (CST) From: Bo-Yi Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: joehorn@gmail.com Subject: ports/156666: [PATCH] chinese/wordpress-zh_TW: update to 3.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bo-Yi Wu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 02:20:07 -0000 >Number: 156666 >Category: ports >Synopsis: [PATCH] chinese/wordpress-zh_TW: update to 3.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: Wed Apr 27 02:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Bo-Yi Wu >Release: FreeBSD 7.1-RELEASE-p13 i386 >Organization: >Environment: System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p13 FreeBSD 7.1-RELEASE-p13 #0: Mon Jul 12 17:44:51 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: -Update to 3.1.2 >How-To-Repeat: >Fix: --- wordpress-zh_TW.patch begins here --- diff -ruN /usr/ports/chinese/wordpress-zh_TW/Makefile wordpress-zh_TW/Makefile --- /usr/ports/chinese/wordpress-zh_TW/Makefile 2011-04-17 05:10:04.000000000 +0800 +++ wordpress-zh_TW/Makefile 2011-04-27 10:08:47.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ diff -ruN /usr/ports/chinese/wordpress-zh_TW/distinfo wordpress-zh_TW/distinfo --- /usr/ports/chinese/wordpress-zh_TW/distinfo 2011-04-17 05:10:04.000000000 +0800 +++ wordpress-zh_TW/distinfo 2011-04-27 10:09:28.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.1.1-zh_TW.tar.gz) = ab3640626f549033481dd02b468768133fffe73d7fae4b7e26cb5f5aff82c0ce -SIZE (wordpress-3.1.1-zh_TW.tar.gz) = 3078178 +SHA256 (wordpress-3.1.2-zh_TW.tar.gz) = 3ac99a5ad580fbad519551b0061a1227dc6fb34dffa9edbcc0ba494bec8aed06 +SIZE (wordpress-3.1.2-zh_TW.tar.gz) = 3079746 --- wordpress-zh_TW.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02:20:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 149061065670; Wed, 27 Apr 2011 02:20:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE5A88FC17; Wed, 27 Apr 2011 02: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 p3R2KMgG057440; Wed, 27 Apr 2011 02: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 p3R2KM3D057425; Wed, 27 Apr 2011 02:20:22 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 02:20:22 GMT Message-Id: <201104270220.p3R2KM3D057425@freefall.freebsd.org> To: appleboy.tw@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156666: [PATCH] chinese/wordpress-zh_TW: update to 3.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: Wed, 27 Apr 2011 02:20:23 -0000 Synopsis: [PATCH] chinese/wordpress-zh_TW: update to 3.1.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Apr 27 02:20:22 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156666 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02:27: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 B373C1065676; Wed, 27 Apr 2011 02:27:27 +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 8898B8FC12; Wed, 27 Apr 2011 02:27: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 p3R2RRcK063932; Wed, 27 Apr 2011 02:27:27 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R2RQlT063928; Wed, 27 Apr 2011 02:27:26 GMT (envelope-from sunpoet) Date: Wed, 27 Apr 2011 02:27:26 GMT Message-Id: <201104270227.p3R2RQlT063928@freefall.freebsd.org> To: ychsiao@ychsiao.org, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/156665: [PATCH] www/wordpress: update to 3.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: Wed, 27 Apr 2011 02:27:27 -0000 Synopsis: [PATCH] www/wordpress: update to 3.1.2 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Wed Apr 27 02:27:26 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156665 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02:27: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 BFB3A106566C; Wed, 27 Apr 2011 02:27:42 +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 951918FC0C; Wed, 27 Apr 2011 02:27: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 p3R2RgIJ064024; Wed, 27 Apr 2011 02:27:42 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R2Rgn6064020; Wed, 27 Apr 2011 02:27:42 GMT (envelope-from sunpoet) Date: Wed, 27 Apr 2011 02:27:42 GMT Message-Id: <201104270227.p3R2Rgn6064020@freefall.freebsd.org> To: joehorn@gmail.com, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/156666: [PATCH] chinese/wordpress-zh_TW: update to 3.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: Wed, 27 Apr 2011 02:27:42 -0000 Synopsis: [PATCH] chinese/wordpress-zh_TW: update to 3.1.2 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Wed Apr 27 02:27:42 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156666 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 02:34: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 73ED81065674; Wed, 27 Apr 2011 02:34:08 +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 49B2C8FC15; Wed, 27 Apr 2011 02:34: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 p3R2Y8M1073644; Wed, 27 Apr 2011 02:34:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R2Y8O5073640; Wed, 27 Apr 2011 02:34:08 GMT (envelope-from linimon) Date: Wed, 27 Apr 2011 02:34:08 GMT Message-Id: <201104270234.p3R2Y8O5073640@freefall.freebsd.org> To: takefu@airport.fm, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/155595: [PATCH] lang/guile: update to 1.8.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 02:34:08 -0000 Synopsis: [PATCH] lang/guile: update to 1.8.8 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Wed Apr 27 02:33:51 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=155595 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 04: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 4B6E1106567A for ; Wed, 27 Apr 2011 04: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 482A28FC18 for ; Wed, 27 Apr 2011 04: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 p3R40Jbv045277 for ; Wed, 27 Apr 2011 04: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 p3R40J35045276; Wed, 27 Apr 2011 04:00:19 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 04:00:19 GMT Resent-Message-Id: <201104270400.p3R40J35045276@freefall.freebsd.org> 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 9C9BD106564A; Wed, 27 Apr 2011 03:53: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 312188FC2B; Wed, 27 Apr 2011 03:52:41 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 752CF346B; Wed, 27 Apr 2011 11:34:00 +0800 (CST) Message-Id: <20110427033400.752CF346B@sunpoet.net> Date: Wed, 27 Apr 2011 11:34:00 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: marcus@FreeBSD.org Subject: ports/156668: [PATCH] ports-mgmt/portlint: minor fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 04:00:24 -0000 >Number: 156668 >Category: ports >Synopsis: [PATCH] ports-mgmt/portlint: minor fixes >Confidential: no >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 Apr 27 04:00:18 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: Wed Mar 30 10:30:31 CST 2011 >Description: - Do not always make EXAMPLESDIR - USE PLIST_DIRS/PLIST_FILES instead of pkg-plist Removed file(s): - pkg-plist Port maintainer (marcus@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- portlint-2.13.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/portlint/Makefile,v retrieving revision 1.144 diff -u -u -r1.144 Makefile --- Makefile 21 Mar 2011 01:00:11 -0000 1.144 +++ Makefile 11 Apr 2011 09:02:05 -0000 @@ -23,6 +23,12 @@ SRC= ${.CURDIR}/src MAN1= portlint.1 +PLIST_FILES= bin/portlint + +.if !defined(NOPORTEXAMPLES) +PLIST_FILES+= %%EXAMPLESDIR%%/portlintgrep +PLIST_DIRS= %%EXAMPLESDIR%% +.endif do-fetch: @${DO_NADA} @@ -38,7 +44,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint ${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1 - ${MKDIR} ${EXAMPLESDIR} .if !defined(NOPORTEXAMPLES) ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${BINMODE} -d ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl ${EXAMPLESDIR}/portlintgrep Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 9 Jul 2009 01:03:37 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -bin/portlint -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portlintgrep -@dirrm %%EXAMPLESDIR%% --- portlint-2.13.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 04:00: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 D0A901065675; Wed, 27 Apr 2011 04:00:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A76548FC1B; Wed, 27 Apr 2011 04:00: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 p3R40d6B046254; Wed, 27 Apr 2011 04:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R40dNY046245; Wed, 27 Apr 2011 04:00:39 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 04:00:39 GMT Message-Id: <201104270400.p3R40dNY046245@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156668: [PATCH] ports-mgmt/portlint: minor fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 04:00:39 -0000 Synopsis: [PATCH] ports-mgmt/portlint: minor fixes Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 04:00:38 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156668 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 07: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 C230B1065675 for ; Wed, 27 Apr 2011 07: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 A25C68FC12 for ; Wed, 27 Apr 2011 07: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 p3R7UBDW059897 for ; Wed, 27 Apr 2011 07: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 p3R7UBX9059893; Wed, 27 Apr 2011 07:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 07:30:11 GMT Resent-Message-Id: <201104270730.p3R7UBX9059893@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 098841065672 for ; Wed, 27 Apr 2011 07:20: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 D612D8FC1F for ; Wed, 27 Apr 2011 07:20: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 p3R7Klhq095269 for ; Wed, 27 Apr 2011 07:20:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3R7KlkH095268; Wed, 27 Apr 2011 07:20:47 GMT (envelope-from nobody) Message-Id: <201104270720.p3R7KlkH095268@red.freebsd.org> Date: Wed, 27 Apr 2011 07:20:47 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156669: [patch] databases/virtuoso -- fix rc.d script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 07:30:11 -0000 >Number: 156669 >Category: ports >Synopsis: [patch] databases/virtuoso -- fix rc.d script >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 Apr 27 07:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: FreeBSD SN2000.medacta.ch 9.0-CURRENT FreeBSD 9.0-CURRENT #11: Tue Apr 12 18:03:04 CEST 2011 root@SN2000.medacta.ch:/usr/obj/usr/src/sys/IMAC amd64 >Description: The provided rc.d script does not work. >How-To-Repeat: Try to run virtuoso using the rc.d script.. >Fix: Patch attached with submission follows: --- virtuoso.sh.in.orig 2010-07-22 11:48:10.321767067 +0200 +++ virtuoso.sh.in 2010-07-22 12:12:25.879033347 +0200 @@ -18,7 +18,7 @@ # start stop restart reload status # -command=%%PREFIX%%/bin/virtuoso +command=%%PREFIX%%/bin/virtuoso-t . /etc/rc.subr @@ -27,23 +27,50 @@ # set defaults virtuoso_enable=${virtuoso_enable:-"NO"} virtuoso_user=virtuoso -eval virtuoso_config=${virtuoso_config:-"~${virtuoso_user}/db/virtuoso.ini"} -virtuoso_class=${virtuoso_class:-"default"} +virtuoso_data=%%PREFIX%%/virtuoso +virtuoso_config=db/virtuoso.ini +virtuoso_flags="+configfile ${virtuoso_config}" name=virtuoso rcvar=`set_rcvar` -command_args="-D ${virtuoso_data} ${virtuoso_flags}" +command_args="${virtuoso_flags}" extra_commands="reload" -start_cmd="virtuoso_command start" -stop_cmd="virtuoso_command stop" -restart_cmd="virtuoso_command restart" -reload_cmd="virtuoso_command reload" -status_cmd="virtuoso_command status" +start_cmd="virtuoso_start_command" +stop_cmd="virtuoso_stop_command" +restart_cmd="virtuoso_restart_command" +reload_cmd="virtuoso_restart_command" +status_cmd="virtuoso_status_command" -virtuoso_command() +virtuoso_start_command() { - su -l ${virtuoso_user} -c "exec ${command} ${command_args} ${rc_arg}" + su -l ${virtuoso_user} -c "cd ${virtuoso_data} && exec ${command} ${command_args}" +} + +virtuoso_stop_command() +{ + pid=`pgrep virtuoso` + if [ "x$pid" != "x" ]; then + kill $pid + else + echo "Virtuoso not running." + fi +} + +virtuoso_restart_command() +{ + virtuoso_stop_command + virtuoso_start_command +} + +virtuoso_status_command() +{ + pid=`pgrep virtuoso` + if [ "x$pid" = "x" ]; then + echo "Virtuoso not running." + else + echo "Virtuoso running as pid $pid" + fi } run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 07: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 227F01065670; Wed, 27 Apr 2011 07: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 F06B88FC15; Wed, 27 Apr 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 p3R7UPI5060713; Wed, 27 Apr 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 p3R7UP6L060697; Wed, 27 Apr 2011 07:30:25 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 07:30:25 GMT Message-Id: <201104270730.p3R7UP6L060697@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fjoe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156669: [patch] databases/virtuoso -- fix rc.d script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 07:30:26 -0000 Synopsis: [patch] databases/virtuoso -- fix rc.d script Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 07:30:24 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156669 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 07:36: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 9312A106566C; Wed, 27 Apr 2011 07:36:27 +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 6B25D8FC14; Wed, 27 Apr 2011 07:36: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 p3R7aRHs073492; Wed, 27 Apr 2011 07:36:27 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R7aQa2073409; Wed, 27 Apr 2011 07:36:26 GMT (envelope-from sunpoet) Date: Wed, 27 Apr 2011 07:36:26 GMT Message-Id: <201104270736.p3R7aQa2073409@freefall.freebsd.org> To: michael@fuckner.net, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/155931: [patch] sysutils/arcconf: update to v6_50_18771 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 07:36:27 -0000 Synopsis: [patch] sysutils/arcconf: update to v6_50_18771 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Wed Apr 27 07:36:25 UTC 2011 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=155931 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 08:02:40 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 74FA4106564A for ; Wed, 27 Apr 2011 08:02:40 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 31D8C8FC0A for ; Wed, 27 Apr 2011 08:02:39 +0000 (UTC) Received: from dedihh.fuckner.net (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 22B03AC09; Wed, 27 Apr 2011 09:46:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by dedihh.fuckner.net (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id qm54ml6BQhcN; Wed, 27 Apr 2011 09:45:55 +0200 (CEST) Received: from tkd14.delnet (unknown [85.183.0.195]) by dedihh.fuckner.net (Postfix) with ESMTPA id 21D5CABFC; Wed, 27 Apr 2011 09:45:55 +0200 (CEST) Message-ID: <4DB7C99E.40006@fuckner.net> Date: Wed, 27 Apr 2011 09:45:34 +0200 From: Michael Fuckner User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9 MIME-Version: 1.0 To: sunpoet@FreeBSD.org References: <201104270736.p3R7aQa2073409@freefall.freebsd.org> In-Reply-To: <201104270736.p3R7aQa2073409@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/155931: [patch] sysutils/arcconf: update to v6_50_18771 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 08:02:40 -0000 On 04/27/2011 09:36 AM, sunpoet@FreeBSD.org wrote: > Synopsis: [patch] sysutils/arcconf: update to v6_50_18771 > > Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet > Responsible-Changed-By: sunpoet > Responsible-Changed-When: Wed Apr 27 07:36:25 UTC 2011 > Responsible-Changed-Why: > I will take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=155931 looks good, please commit v7_00_18781 now exists, but I'm not sure, if this will work with new controllers (series 6), since they are not mentioned in release notes- and adaptec did't answer if this will work, too. Regards, Michael! From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 08: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 52EA71065675 for ; Wed, 27 Apr 2011 08: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 32FC18FC1C for ; Wed, 27 Apr 2011 08: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 p3R8AACi003399 for ; Wed, 27 Apr 2011 08: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 p3R8AAl1003398; Wed, 27 Apr 2011 08:10:10 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 08:10:10 GMT Resent-Message-Id: <201104270810.p3R8AAl1003398@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Heesakkers Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E1CB106566B for ; Wed, 27 Apr 2011 08:01:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 361958FC0A for ; Wed, 27 Apr 2011 08:01:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R81HIb032718 for ; Wed, 27 Apr 2011 08:01:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3R81HXK032717; Wed, 27 Apr 2011 08:01:17 GMT (envelope-from nobody) Message-Id: <201104270801.p3R81HXK032717@red.freebsd.org> Date: Wed, 27 Apr 2011 08:01:17 GMT From: Oliver Heesakkers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156670: Offering maintainership for security/ccrypt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 08:10:10 -0000 >Number: 156670 >Category: ports >Synopsis: Offering maintainership for security/ccrypt >Confidential: no >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 Apr 27 08:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Oliver Heesakkers >Release: 8.2-RELEASE-p1 amd64 >Organization: >Environment: >Description: I saw security/ccrypt become unmaintained on the mailinglist. If appropriate I'll happily take maintainership of this port. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 08:30:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B278D106567C for ; Wed, 27 Apr 2011 08:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D054E8FC1E for ; Wed, 27 Apr 2011 08: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 p3R8UBPd023566 for ; Wed, 27 Apr 2011 08: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 p3R8UBXb023564; Wed, 27 Apr 2011 08:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 08:30:11 GMT Resent-Message-Id: <201104270830.p3R8UBXb023564@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Klymenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28CE71065674 for ; Wed, 27 Apr 2011 08:22:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEAB8FC1D for ; Wed, 27 Apr 2011 08:22:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R8Mokw052309 for ; Wed, 27 Apr 2011 08:22:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3R8Mow7052296; Wed, 27 Apr 2011 08:22:50 GMT (envelope-from nobody) Message-Id: <201104270822.p3R8Mow7052296@red.freebsd.org> Date: Wed, 27 Apr 2011 08:22:50 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156671: multimedia/vlc build error with option WITH_GOOM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 08:30:12 -0000 >Number: 156671 >Category: ports >Synopsis: multimedia/vlc build error with option WITH_GOOM >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 Apr 27 08:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: FreeBSD 9.0-CURRENT amd64 >Organization: individual >Environment: >Description: multimedia/vlc build error with option WITH_GOOM Error: shared library "goom.0" does not exist *** Error code 1 Stop in /usr/ports/multimedia/vlc. *** Error code 1 Stop in /usr/ports/multimedia/vlc. .. >How-To-Repeat: >Fix: --- Makefile.orig 2011-04-27 10:23:27.000000000 +0300 +++ Makefile 2011-04-27 11:22:13.000000000 +0300 @@ -358,7 +358,7 @@ .endif .if defined(WITH_GOOM) -LIB_DEPENDS+= goom.0:${PORTSDIR}/graphics/goom +LIB_DEPENDS+= goom2.0:${PORTSDIR}/graphics/goom CONFIGURE_ARGS+=--enable-goom .else CONFIGURE_ARGS+=--disable-goom >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 08:30:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CB1F1065680; Wed, 27 Apr 2011 08:30:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75AA08FC14; Wed, 27 Apr 2011 08:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R8UONu024539; Wed, 27 Apr 2011 08:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R8UOmk024528; Wed, 27 Apr 2011 08:30:24 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 08:30:24 GMT Message-Id: <201104270830.p3R8UOmk024528@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jsa@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156671: multimedia/vlc build error with option WITH_GOOM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 08:30:24 -0000 Synopsis: multimedia/vlc build error with option WITH_GOOM Responsible-Changed-From-To: freebsd-ports-bugs->jsa Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 08: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=156671 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 08:39: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 B347D106566B; Wed, 27 Apr 2011 08:39:55 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9008FC13; Wed, 27 Apr 2011 08:39: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 p3R8dt3x034272; Wed, 27 Apr 2011 08:39:55 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R8dtes034268; Wed, 27 Apr 2011 08:39:55 GMT (envelope-from culot) Date: Wed, 27 Apr 2011 08:39:55 GMT Message-Id: <201104270839.p3R8dtes034268@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156541: [MAINTAINER] Upgrade lang/gnat-aux to release version and add C++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 08:39:55 -0000 Synopsis: [MAINTAINER] Upgrade lang/gnat-aux to release version and add C++ Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Apr 27 08:39:54 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156541 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 08:40:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BABC9106566C for ; Wed, 27 Apr 2011 08:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92E218FC16 for ; Wed, 27 Apr 2011 08:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R8e77r034304 for ; Wed, 27 Apr 2011 08:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R8e7Dq034303; Wed, 27 Apr 2011 08:40:07 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 08:40:07 GMT Resent-Message-Id: <201104270840.p3R8e7Dq034303@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Freeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C33BE106566B for ; Wed, 27 Apr 2011 08:36:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 997428FC0A for ; Wed, 27 Apr 2011 08:36:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R8a2if069524 for ; Wed, 27 Apr 2011 08:36:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3R8a2Ys069523; Wed, 27 Apr 2011 08:36:02 GMT (envelope-from nobody) Message-Id: <201104270836.p3R8a2Ys069523@red.freebsd.org> Date: Wed, 27 Apr 2011 08:36:02 GMT From: Eric Freeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156672: [NEW PORT] devel/rubygem-state_machine (state machine funcitonality for ruby classes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 08:40:07 -0000 >Number: 156672 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-state_machine (state machine funcitonality for ruby classes) >Confidential: no >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 Apr 27 08:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 8.0 >Organization: >Environment: >Description: Simple port of the state_machine gem. https://github.com/pluginaweek/state_machine >How-To-Repeat: n/a >Fix: # Ports collection makefile for: rubygem-state_machine # Date created: 27 April 2011 # Whom: Eric Freeman # # $FreeBSD$ # PORTNAME= state_machine PORTVERSION= 0.10.4 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= Adds support for creating state machines for attributes on any Ruby class USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include sundive# cd ../ sundive# shar `find rubygem-state_machine` # 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-state_machine # rubygem-state_machine/Makefile # rubygem-state_machine/distinfo # rubygem-state_machine/pkg-descr # echo c - rubygem-state_machine mkdir -p rubygem-state_machine > /dev/null 2>&1 echo x - rubygem-state_machine/Makefile sed 's/^X//' >rubygem-state_machine/Makefile << '830b188d7b98c8b26ddb871eaddb6758' X# Ports collection makefile for: rubygem-state_machine X# Date created: 27 April 2011 X# Whom: Eric Freeman X# X# $FreeBSD$ X# X XPORTNAME= state_machine XPORTVERSION= 0.10.4 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= freebsdports@chillibear.com XCOMMENT= Adds support for creating state machines for attributes on any Ruby class X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 830b188d7b98c8b26ddb871eaddb6758 echo x - rubygem-state_machine/distinfo sed 's/^X//' >rubygem-state_machine/distinfo << '53a8f117bfa480d23e58991dcfa2fcef' XSHA256 (rubygem/state_machine-0.10.4.gem) = 1ef55ec0817a5af69d5804820c56b141531479ccb856f03f7e6f3b2e1b1efcf9 XSIZE (rubygem/state_machine-0.10.4.gem) = 352768 53a8f117bfa480d23e58991dcfa2fcef echo x - rubygem-state_machine/pkg-descr sed 's/^X//' >rubygem-state_machine/pkg-descr << '956f96ebf3df6fdd1ae578b2d6acefa9' XState machines make it simple to manage the behavior of a class. XToo often, the state of an object is kept by creating multiple Xboolean attributes and deciding how to behave based on the values. X Xstate_machine simplifies this design by introducing the various Xparts of a real state machine, including states, events, Xtransitions, and callbacks. However, the api is designed to be Xso simple you do not even need to know what a state machine is. X XWWW: http://www.pluginaweek.org/ 956f96ebf3df6fdd1ae578b2d6acefa9 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 08:40:43 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 722461065692; Wed, 27 Apr 2011 08:40:43 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A73B8FC15; Wed, 27 Apr 2011 08:40:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R8eh38038197; Wed, 27 Apr 2011 08:40:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R8egCV038187; Wed, 27 Apr 2011 08:40:42 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 08:40:42 GMT Message-Id: <201104270840.p3R8egCV038187@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156672: [NEW PORT] devel/rubygem-state_machine (state machine funcitonality for ruby classes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 08:40:43 -0000 Synopsis: [NEW PORT] devel/rubygem-state_machine (state machine funcitonality for ruby classes) Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 08:40:42 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=156672 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 09:05: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 BCF5E1065673; Wed, 27 Apr 2011 09:05:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8E8CA8FC14; Wed, 27 Apr 2011 09:05: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 p3R956vk060213; Wed, 27 Apr 2011 09:05:06 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R956Zm060209; Wed, 27 Apr 2011 09:05:06 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 09:05:06 GMT Message-Id: <201104270905.p3R956Zm060209@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/155509: Update port: net/xrdp update to current cvs version and JP106 keyboard support 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: Wed, 27 Apr 2011 09:05:06 -0000 Synopsis: Update port: net/xrdp update to current cvs version and JP106 keyboard support improvement Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Wed Apr 27 09:05:05 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=155509 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 09:49: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 B0474106564A; Wed, 27 Apr 2011 09:49:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8786A8FC08; Wed, 27 Apr 2011 09:49: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 p3R9nLA6097402; Wed, 27 Apr 2011 09:49:21 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3R9nLHg097398; Wed, 27 Apr 2011 09:49:21 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 09:49:21 GMT Message-Id: <201104270949.p3R9nLHg097398@freefall.freebsd.org> To: lichray@gmail.com, bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156299: graphics/mupdf is still marked vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 09:49:21 -0000 Synopsis: graphics/mupdf is still marked vulnerable State-Changed-From-To: open->closed State-Changed-By: bapt State-Changed-When: Wed Apr 27 09:49:20 UTC 2011 State-Changed-Why: fixed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=156299 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 10:00: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 376AC106566C; Wed, 27 Apr 2011 10:00:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 004228FC0A; Wed, 27 Apr 2011 10:00: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 p3RA0CS0005779; Wed, 27 Apr 2011 10:00:12 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RA0CNe005775; Wed, 27 Apr 2011 10:00:12 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 10:00:12 GMT Message-Id: <201104271000.p3RA0CNe005775@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156670: Offering maintainership for security/ccrypt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 10:00:13 -0000 Synopsis: Offering maintainership for security/ccrypt Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Wed Apr 27 10:00:11 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156670 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 10:04: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 F4027106566C; Wed, 27 Apr 2011 10:04:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA9098FC0C; Wed, 27 Apr 2011 10:04: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 p3RA4Nhj014483; Wed, 27 Apr 2011 10:04:23 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RA4Nek014479; Wed, 27 Apr 2011 10:04:23 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 10:04:23 GMT Message-Id: <201104271004.p3RA4Nek014479@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156623: [ports] [patch] fix databases/p5-DBD-cego from a linking bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 10:04:24 -0000 Synopsis: [ports] [patch] fix databases/p5-DBD-cego from a linking bug Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Wed Apr 27 10:04:23 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156623 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 10:11: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 132011065672; Wed, 27 Apr 2011 10:11:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE0088FC12; Wed, 27 Apr 2011 10:11: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 p3RABPZU022910; Wed, 27 Apr 2011 10:11:25 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RABPV4022906; Wed, 27 Apr 2011 10:11:25 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 10:11:25 GMT Message-Id: <201104271011.p3RABPV4022906@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156518: [maintainer] mail/opendkim update to 2.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: Wed, 27 Apr 2011 10:11:26 -0000 Synopsis: [maintainer] mail/opendkim update to 2.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Wed Apr 27 10:11:25 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156518 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 10:25: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 40C791065672; Wed, 27 Apr 2011 10:25:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 145DD8FC1C; Wed, 27 Apr 2011 10:25: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 p3RAP22l033106; Wed, 27 Apr 2011 10:25:02 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RAP2sj033102; Wed, 27 Apr 2011 10:25:02 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 10:25:02 GMT Message-Id: <201104271025.p3RAP2sj033102@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156663: port update: sysutils/swapexd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 10:25:03 -0000 Synopsis: port update: sysutils/swapexd Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Wed Apr 27 10:25:02 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156663 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 11:04: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 09E0C1065675; Wed, 27 Apr 2011 11:04:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D343F8FC0C; Wed, 27 Apr 2011 11:04: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 p3RB4tA1071392; Wed, 27 Apr 2011 11:04:55 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RB4ttk071388; Wed, 27 Apr 2011 11:04:55 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 11:04:55 GMT Message-Id: <201104271104.p3RB4ttk071388@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156595: New port: www/httpsqs - a Simple Queue Service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 11:04:56 -0000 Synopsis: New port: www/httpsqs - a Simple Queue Service Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Wed Apr 27 11:04:55 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156595 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 11: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 29ECB1065680 for ; Wed, 27 Apr 2011 11: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 AA1538FC19 for ; Wed, 27 Apr 2011 11: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 p3RBA8rZ071620 for ; Wed, 27 Apr 2011 11: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 p3RBA89I071614; Wed, 27 Apr 2011 11:10:08 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 11:10:08 GMT Resent-Message-Id: <201104271110.p3RBA89I071614@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Iwao, Koichiro" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 083D9106566C for ; Wed, 27 Apr 2011 11:09:27 +0000 (UTC) (envelope-from meta@rose.club.kyutech.ac.jp) Received: from rose.club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9C9328FC12 for ; Wed, 27 Apr 2011 11:09:25 +0000 (UTC) Received: from rose.club.kyutech.ac.jp (localhost [127.0.0.1]) by rose.club.kyutech.ac.jp (8.14.4/8.14.4) with ESMTP id p3RB9Nu7016316 for ; Wed, 27 Apr 2011 20:09:23 +0900 (JST) (envelope-from meta@rose.club.kyutech.ac.jp) Received: (from meta@localhost) by rose.club.kyutech.ac.jp (8.14.4/8.14.4/Submit) id p3RB9N4s016315; Wed, 27 Apr 2011 20:09:23 +0900 (JST) (envelope-from meta) Message-Id: <201104271109.p3RB9N4s016315@rose.club.kyutech.ac.jp> Date: Wed, 27 Apr 2011 20:09:23 +0900 (JST) From: "Iwao, Koichiro" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156673: [maintainer] ldconfig error while installing net/xrdp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Iwao, Koichiro" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 11:10:10 -0000 >Number: 156673 >Category: ports >Synopsis: [maintainer] ldconfig error while installing net/xrdp >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 Apr 27 11:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Koichiro IWAO >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: Kyushu Institute of Technology >Environment: System: FreeBSD rose.club.kyutech.ac.jp 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #1: Mon Apr 25 03:31:52 JST 2011 root@rose.club.kyutech.ac.jp:/usr/obj/usr/src/sys/MASAKIKERNEL amd64 >Description: ldconfig shows "No such file or directory." while installing net/xrdp. Probably, this is committer's mistake. >How-To-Repeat: # cd /usr/ports/net/xrdp && make install ===> Installing rc.d startup script(s) ===> Compressing manual pages for xrdp-0.6.0.20110117 ===> Running ldconfig /sbin/ldconfig -m %%PREFIX%%/lib/xrdp ldconfig: warning: %%PREFIX%%/lib/xrdp: No such file or directory ===> Installing ldconfig configuration file ===> Registering installation for xrdp-0.6.0.20110117 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/lib/xrdp/libcommon.so.0 >Fix: Substitute line 35. s/%%PREFIX%%/${PREFIX}/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 11:26: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 816C51065675; Wed, 27 Apr 2011 11:26:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5689A8FC0C; Wed, 27 Apr 2011 11:26: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 p3RBQpJ4090341; Wed, 27 Apr 2011 11:26:51 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RBQpwK090337; Wed, 27 Apr 2011 11:26:51 GMT (envelope-from bapt) Date: Wed, 27 Apr 2011 11:26:51 GMT Message-Id: <201104271126.p3RBQpwK090337@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156673: [maintainer] ldconfig error while installing net/xrdp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 11:26:51 -0000 Synopsis: [maintainer] ldconfig error while installing net/xrdp Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Wed Apr 27 11:26:50 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156673 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 13:24:50 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 3328B106566B for ; Wed, 27 Apr 2011 13:24:50 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id C30518FC14 for ; Wed, 27 Apr 2011 13:24:49 +0000 (UTC) Received: by wwk4 with SMTP id 4so3280118wwk.1 for ; Wed, 27 Apr 2011 06:24:48 -0700 (PDT) Received: by 10.216.235.41 with SMTP id t41mr2006324weq.97.1303909152174; Wed, 27 Apr 2011 05:59:12 -0700 (PDT) Received: from [10.1.1.66] ([157.25.200.146]) by mx.google.com with ESMTPS id n52sm356280wer.0.2011.04.27.05.59.10 (version=SSLv3 cipher=OTHER); Wed, 27 Apr 2011 05:59:11 -0700 (PDT) Message-ID: <4DB8131D.2000905@roorback.net> Date: Wed, 27 Apr 2011 14:59:09 +0200 From: Grzegorz Blach User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 ThunderBrowse/3.3.5 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201103051800.p25I0Mop077334@freefall.freebsd.org> In-Reply-To: <201103051800.p25I0Mop077334@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: ports/155295: Added rc.d/tracd script to www/trac port for running standalone 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: Wed, 27 Apr 2011 13:24:50 -0000 Almost two month without maintainer reply. Also I don't get reply for my private mail. Maybe use maintainer timeout rule? From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 13:33:59 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09B261065672; Wed, 27 Apr 2011 13:33:59 +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 D2F5B8FC18; Wed, 27 Apr 2011 13:33: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 p3RDXwZG010902; Wed, 27 Apr 2011 13:33:58 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RDXv7l010881; Wed, 27 Apr 2011 13:33:57 GMT (envelope-from culot) Date: Wed, 27 Apr 2011 13:33:57 GMT Message-Id: <201104271333.p3RDXv7l010881@freefall.freebsd.org> To: nick@foobar.org, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156378: mail/phplist port 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, 27 Apr 2011 13:33:59 -0000 Synopsis: mail/phplist port update Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Apr 27 13:33:56 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156378 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 14: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 696221065678 for ; Wed, 27 Apr 2011 14: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 BE4A48FC28 for ; Wed, 27 Apr 2011 14: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 p3REA9Yk037282 for ; Wed, 27 Apr 2011 14: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 p3REA9VK037281; Wed, 27 Apr 2011 14:10:09 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 14:10:09 GMT Resent-Message-Id: <201104271410.p3REA9VK037281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Freeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB3BE1065679 for ; Wed, 27 Apr 2011 14:06:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2919B8FC16 for ; Wed, 27 Apr 2011 14:06:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3RE6uDb041168 for ; Wed, 27 Apr 2011 14:06:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3RE6tbJ041167; Wed, 27 Apr 2011 14:06:55 GMT (envelope-from nobody) Message-Id: <201104271406.p3RE6tbJ041167@red.freebsd.org> Date: Wed, 27 Apr 2011 14:06:55 GMT From: Eric Freeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156678: [NEW PORT] devel/rubygem-sundawg_country_codes (gem to manage ISO 3166 codes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 14:10:13 -0000 >Number: 156678 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-sundawg_country_codes (gem to manage ISO 3166 codes) >Confidential: no >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 Apr 27 14:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 8.0 >Organization: >Environment: >Description: A simple port of this rubygem for managing ISO 3166 country codes and names. >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-sundawg_country_codes # rubygem-sundawg_country_codes/Makefile # rubygem-sundawg_country_codes/distinfo # rubygem-sundawg_country_codes/pkg-descr # echo c - rubygem-sundawg_country_codes mkdir -p rubygem-sundawg_country_codes > /dev/null 2>&1 echo x - rubygem-sundawg_country_codes/Makefile sed 's/^X//' >rubygem-sundawg_country_codes/Makefile << 'e57c5822dec6e2ddf27f24178402253c' X# Ports collection makefile for: rubygem-sundawg_country_codes X# Date created: 27 April 2011 X# Whom: Eric Freeman X# X# $FreeBSD$ X# X XPORTNAME= sundawg_country_codes XPORTVERSION= 0.0.6 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= freebsdports@chillibear.com XCOMMENT= Manage ISO 3166 country names and codes X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include e57c5822dec6e2ddf27f24178402253c echo x - rubygem-sundawg_country_codes/distinfo sed 's/^X//' >rubygem-sundawg_country_codes/distinfo << 'edafa1e67e8911404c7d5d4c3d105148' XSHA256 (rubygem/sundawg_country_codes-0.0.6.gem) = e6d5a30651372345b9542480a3611eab4675c0056fe529ead9f1ed2d6b3aac1d XSIZE (rubygem/sundawg_country_codes-0.0.6.gem) = 18432 edafa1e67e8911404c7d5d4c3d105148 echo x - rubygem-sundawg_country_codes/pkg-descr sed 's/^X//' >rubygem-sundawg_country_codes/pkg-descr << '689748d72def70d310bf10dd194b54fe' XA Ruby gem to manage ISO 3166 country names and their Xcorresponding alpha-2 and alpha-3 codes. Additional Xsupport has been added for ISO 4127 currency information Xand standard conventions for states in the USA X(based on the the 3166-2:US code). X XISO 3166 country codes reference: X http://en.wikipedia.org/wiki/ISO_3166-1 X XISO 4217 currency information: X http://www.xe.com/iso4217.php X http://www.xe.com/symbols.php X XISO 3166-2:US code reference: X http://code.google.com/apis/chart/statecodes.html X http://en.wikipedia.org/wiki/ISO_3166-2:US X XISO 639 language reference: X http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes X XWWW: http://github.com/SunDawg/country_codes 689748d72def70d310bf10dd194b54fe exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 14:10:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 783D81065674; Wed, 27 Apr 2011 14:10:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6408FC21; Wed, 27 Apr 2011 14: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 p3REANjq038063; Wed, 27 Apr 2011 14: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 p3REANeT038053; Wed, 27 Apr 2011 14:10:23 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 14:10:23 GMT Message-Id: <201104271410.p3REANeT038053@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156678: [NEW PORT] devel/rubygem-sundawg_country_codes (gem to manage ISO 3166 codes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 14:10:24 -0000 Synopsis: [NEW PORT] devel/rubygem-sundawg_country_codes (gem to manage ISO 3166 codes) Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 14:10: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=156678 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 14:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4D8B1065670 for ; Wed, 27 Apr 2011 14:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 819678FC15 for ; Wed, 27 Apr 2011 14:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3REKC0g047464 for ; Wed, 27 Apr 2011 14:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3REKCe9047463; Wed, 27 Apr 2011 14:20:12 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 14:20:12 GMT Resent-Message-Id: <201104271420.p3REKCe9047463@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Freeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C33FC1065672 for ; Wed, 27 Apr 2011 14:17:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 97D968FC15 for ; Wed, 27 Apr 2011 14:17:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3REH8ME050634 for ; Wed, 27 Apr 2011 14:17:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3REH8xo050633; Wed, 27 Apr 2011 14:17:08 GMT (envelope-from nobody) Message-Id: <201104271417.p3REH8xo050633@red.freebsd.org> Date: Wed, 27 Apr 2011 14:17:08 GMT From: Eric Freeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156679: [NEW PORT] finance/rubygem-money (Library for handling currencies) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 14:20:12 -0000 >Number: 156679 >Category: ports >Synopsis: [NEW PORT] finance/rubygem-money (Library for handling currencies) >Confidential: no >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 Apr 27 14:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 8.0 >Organization: >Environment: >Description: Simple port of the money gem. It's a library for handling money in various currencies. >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-money # rubygem-money/Makefile # rubygem-money/distinfo # rubygem-money/pkg-descr # echo c - rubygem-money mkdir -p rubygem-money > /dev/null 2>&1 echo x - rubygem-money/Makefile sed 's/^X//' >rubygem-money/Makefile << '66ddcc90db174ca11d9848c57529cd21' X# Ports collection makefile for: rubygem-money X# Date created: 27 April 2011 X# Whom: Eric Freeman X# X# $FreeBSD$ X# X XPORTNAME= money XPORTVERSION= 3.6.1 XCATEGORIES= finance rubygems XMASTER_SITES= RG X XMAINTAINER= freebsdports@chillibear.com XCOMMENT= Library for handling money and different currencies X XRUN_DEPENDS= rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 66ddcc90db174ca11d9848c57529cd21 echo x - rubygem-money/distinfo sed 's/^X//' >rubygem-money/distinfo << '19c36cd303d50458c956569b233c61ff' XSHA256 (rubygem/money-3.6.1.gem) = 633e3b4ac89a5e22b48c3b670b2b6bc41387725582a253fd873937ef9defffa5 XSIZE (rubygem/money-3.6.1.gem) = 94720 19c36cd303d50458c956569b233c61ff echo x - rubygem-money/pkg-descr sed 's/^X//' >rubygem-money/pkg-descr << '28c614769be76e2d7f3c7368f620d09e' XA library assists in handling money and different currencies. XIt features a Money class which encapsulates all information Xabout an certain amount of money, such as its value and its currency. X XWWW: http://money.rubyforge.org/ 28c614769be76e2d7f3c7368f620d09e exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 14:20: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 985FB106566B; Wed, 27 Apr 2011 14:20: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 6F2848FC0C; Wed, 27 Apr 2011 14:20: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 p3REKRjZ049440; Wed, 27 Apr 2011 14:20:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3REKRjL049429; Wed, 27 Apr 2011 14:20:27 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 14:20:27 GMT Message-Id: <201104271420.p3REKRjL049429@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156679: [NEW PORT] finance/rubygem-money (Library for handling currencies) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 14:20:27 -0000 Synopsis: [NEW PORT] finance/rubygem-money (Library for handling currencies) Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 14:20:26 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=156679 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 14:28: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 B4F03106564A; Wed, 27 Apr 2011 14:28: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 8B85D8FC0A; Wed, 27 Apr 2011 14:28: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 p3RESJuK055645; Wed, 27 Apr 2011 14:28:19 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RESIua055639; Wed, 27 Apr 2011 14:28:18 GMT (envelope-from culot) Date: Wed, 27 Apr 2011 14:28:18 GMT Message-Id: <201104271428.p3RESIua055639@freefall.freebsd.org> To: nick@foobar.org, rouslan@rshell.net, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/155763: update of mail/phplist to version 2.10.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: Wed, 27 Apr 2011 14:28:19 -0000 Synopsis: update of mail/phplist to version 2.10.13 State-Changed-From-To: open->closed State-Changed-By: culot State-Changed-When: Wed Apr 27 14:28:18 UTC 2011 State-Changed-Why: Superseded by ports/156378. http://www.freebsd.org/cgi/query-pr.cgi?pr=155763 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 14: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 88A3D106564A for ; Wed, 27 Apr 2011 14: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 774458FC0A for ; Wed, 27 Apr 2011 14: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 p3REUFdh055916 for ; Wed, 27 Apr 2011 14: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 p3REUF7S055913; Wed, 27 Apr 2011 14:30:15 GMT (envelope-from gnats) Date: Wed, 27 Apr 2011 14:30:15 GMT Message-Id: <201104271430.p3REUF7S055913@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: geoffroy desvernay Cc: Subject: Re: ports/152669: no work innodb (databases/mariadb) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: geoffroy desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 14:30:15 -0000 The following reply was made to PR ports/152669; it has been noted by GNATS. From: geoffroy desvernay To: bug-followup@FreeBSD.org, andy.lavr@gmail.com Cc: Subject: Re: ports/152669: no work innodb (databases/mariadb) Date: Wed, 27 Apr 2011 16:20:27 +0200 Hi, I just took maintainership of this port. Here, it seems to work with this in /var/db/mysql/my.cnf [mysqld] plugin-load=ha_innodb_plugin.so (you may use ha_xtradb.so instead) After that, 'SHOW ENGINES;' list InnoDB as active. I'm using last version (5.2.5, port is coming...) You may test it from: http://dgeo.perso.ec-m.fr/mariadb.tar HTH -- geoffroy desvernay From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 14:31:00 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 336C0106564A; Wed, 27 Apr 2011 14:31:00 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A0728FC13; Wed, 27 Apr 2011 14:31: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 p3REUxsq059924; Wed, 27 Apr 2011 14:30:59 GMT (envelope-from skreuzer@freefall.freebsd.org) Received: (from skreuzer@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3REUxHU059912; Wed, 27 Apr 2011 14:30:59 GMT (envelope-from skreuzer) Date: Wed, 27 Apr 2011 14:30:59 GMT Message-Id: <201104271430.p3REUxHU059912@freefall.freebsd.org> To: skreuzer@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skreuzer@FreeBSD.org From: skreuzer@FreeBSD.org Cc: Subject: Re: ports/151973: New port: security/arpCounterattack -- Detects and remedies ARP attacks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 14:31:00 -0000 Synopsis: New port: security/arpCounterattack -- Detects and remedies ARP attacks Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer Responsible-Changed-By: skreuzer Responsible-Changed-When: Wed Apr 27 14:30:58 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=151973 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 15:00:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29813106566B for ; Wed, 27 Apr 2011 15:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F22CB8FC0A for ; Wed, 27 Apr 2011 15: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 p3RF0MtD082686 for ; Wed, 27 Apr 2011 15: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 p3RF0MQC082682; Wed, 27 Apr 2011 15:00:22 GMT (envelope-from gnats) Date: Wed, 27 Apr 2011 15:00:22 GMT Message-Id: <201104271500.p3RF0MQC082682@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: geoffroy desvernay Cc: Subject: Re: ports/156377: databases/mariadb: missing charsets support in port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: geoffroy desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 15:00:23 -0000 The following reply was made to PR ports/156377; it has been noted by GNATS. From: geoffroy desvernay To: bug-followup@FreeBSD.org, dgeo@centrale-marseille.fr Cc: Subject: Re: ports/156377: databases/mariadb: missing charsets support in port Date: Wed, 27 Apr 2011 16:52:51 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6B776F6496B65D7AF3422AB1 Content-Type: multipart/mixed; boundary="------------040002070507010905000709" This is a multi-part message in MIME format. --------------040002070507010905000709 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Another patch for this problem: last one had space vs tab problem. --=20 *geoffroy desvernay* --------------040002070507010905000709 Content-Type: text/plain; name="mariadb_charset.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mariadb_charset.diff" diff -ru mariadb.orig/Makefile mariadb/Makefile --- mariadb.orig/Makefile 2011-04-23 01:40:15.000000000 +0200 +++ mariadb/Makefile 2011-04-27 16:48:59.284715011 +0200 @@ -83,6 +83,25 @@ MAN8=3D mysqld.8 \ mysqlmanager.8 =20 +.if defined(WITH_CHARSET) && ${WITH_CHARSET} !=3D "" +CONFIGURE_ARGS+=3D--with-charset=3D${WITH_CHARSET} +.endif +.if defined(WITH_XCHARSET) && ${WITH_XCHARSET} !=3D "" +CONFIGURE_ARGS+=3D--with-extra-charsets=3D${WITH_XCHARSET} +.endif +.if defined(WITH_COLLATION) && ${WITH_COLLATION} !=3D "" +CONFIGURE_ARGS+=3D--with-collation=3D${WITH_COLLATION} +.endif + +pre-fetch: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_CHARSET=3Dcharset Define the primary built-in c= harset (latin1)." + @${ECHO} " WITH_XCHARSET=3Dlist Define other built-in charset= s (may be 'all')." + @${ECHO} " WITH_COLLATION=3Dcollate Define default collation (lat= in1_swedish_ci)." + @${ECHO} "" + post-patch: @${REINPLACE_CMD} -e '/^install:/ s|^\(install:\).*$$|\1|' \ ${WRKSRC}/mysql-test/Makefile.in ${WRKSRC}/sql-bench/Makefile.in --------------040002070507010905000709-- --------------enig6B776F6496B65D7AF3422AB1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNuC3DAAoJEC0NWrh8JT1SddAIALfV4CrL9F3aqcrIeBJTHiCM 9RrkpfhhPnY/tGqclYnUuPSmH3F29T5sDe53/EkdmHoE7gunepNmlvsZOIqEUdU+ N8znANUfQa/65rHm+0DILguRyzGwmrxpei5sArhFVpIT3Az1VDQGDgXeStPphCkl tNOqfy/BJzMbmsc08j0txJNjQ2kEB8ps/D5H3Qcc7O4g0cZNWqcE1LiPKW4ty1Aw +QbBT2TsraxqlhKuUKM4vPbJ/OieQMpRfRVdUB50CtnvlG4mEO/eS266HORnDQdY RDx4zGC8r8wPrw5IAWHpTvnyTgJykn44iZ24IPxUUOzoVe62kBX26OGChyHMcn0= =cSX9 -----END PGP SIGNATURE----- --------------enig6B776F6496B65D7AF3422AB1-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 15: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 2156C1065673 for ; Wed, 27 Apr 2011 15: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 F09798FC18 for ; Wed, 27 Apr 2011 15: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 p3RF0NC8082699 for ; Wed, 27 Apr 2011 15: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 p3RF0NOT082698; Wed, 27 Apr 2011 15:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 15:00:23 GMT Resent-Message-Id: <201104271500.p3RF0NOT082698@freefall.freebsd.org> 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 754C31065672 for ; Wed, 27 Apr 2011 14:57:02 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 159058FC0C for ; Wed, 27 Apr 2011 14:57:01 +0000 (UTC) Received: by ewy1 with SMTP id 1so698681ewy.13 for ; Wed, 27 Apr 2011 07:57:01 -0700 (PDT) Received: by 10.213.100.225 with SMTP id z33mr1045846ebn.69.1303916220711; Wed, 27 Apr 2011 07:57:00 -0700 (PDT) Received: from silver.nine (89-72-104-219.dynamic.chello.pl [89.72.104.219]) by mx.google.com with ESMTPS id q53sm603428eeh.4.2011.04.27.07.56.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Apr 2011 07:57:00 -0700 (PDT) Message-Id: <1303916219.2402@silver.nine> Date: Wed, 27 Apr 2011 16:56:59 +0200 From: "Grzegorz Blach" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/156680: Update for www/p5-Dancer-Plugin-Feed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 15:00:24 -0000 >Number: 156680 >Category: ports >Synopsis: Update for www/p5-Dancer-Plugin-Feed >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: Wed Apr 27 15:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011 magik@silver.nine:/usr/obj/usr/src/sys/SILVER >Description: Update for www/p5-Dancer-Plugin-Feed from 0.1 to 0.2 >How-To-Repeat: >Fix: --- p5-Dancer-Plugin-Feed.diff.txt begins here --- diff -x .svn -ruN /var/cache/portshaker/ports/www/p5-Dancer-Plugin-Feed/Makefile www/p5-Dancer-Plugin-Feed/Makefile --- /var/cache/portshaker/ports/www/p5-Dancer-Plugin-Feed/Makefile 2011-03-02 04:33:14.000000000 +0100 +++ www/p5-Dancer-Plugin-Feed/Makefile 2011-04-26 22:19:00.642768959 +0200 @@ -6,7 +6,7 @@ # PORTNAME= Dancer-Plugin-Feed -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/H/HO/HOBBESTIG/ @@ -15,7 +15,7 @@ MAINTAINER= magik@roorback.net COMMENT= Dancer plugin for generating RSS or Atom feeds -RUN_DEPENDS= p5-Dancer>=1.175:${PORTSDIR}/www/p5-Dancer \ +RUN_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \ p5-XML-Feed>0:${PORTSDIR}/textproc/p5-XML-Feed BUILD_DEPENDS= ${RUN_DEPENDS} diff -x .svn -ruN /var/cache/portshaker/ports/www/p5-Dancer-Plugin-Feed/distinfo www/p5-Dancer-Plugin-Feed/distinfo --- /var/cache/portshaker/ports/www/p5-Dancer-Plugin-Feed/distinfo 2011-03-02 04:33:14.000000000 +0100 +++ www/p5-Dancer-Plugin-Feed/distinfo 2011-04-26 22:19:00.642768959 +0200 @@ -1,2 +1,2 @@ -SHA256 (Dancer-Plugin-Feed-0.1.tar.gz) = c035e5714415a43b3c6599f7e35ff3b64f82ae365321d8a4e7a5bd8ba6004e99 -SIZE (Dancer-Plugin-Feed-0.1.tar.gz) = 3445 +SHA256 (Dancer-Plugin-Feed-0.2.tar.gz) = d18cb1b34874019483f89d5a19ea30a28d2a30614a53dd20a2557915d8f00c67 +SIZE (Dancer-Plugin-Feed-0.2.tar.gz) = 3479 --- p5-Dancer-Plugin-Feed.diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 15:00: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 000811065677; Wed, 27 Apr 2011 15: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 CDA948FC25; Wed, 27 Apr 2011 15: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 p3RF0cvi083834; Wed, 27 Apr 2011 15: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 p3RF0c7q083830; Wed, 27 Apr 2011 15:00:38 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 15:00:38 GMT Message-Id: <201104271500.p3RF0c7q083830@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156680: Update for www/p5-Dancer-Plugin-Feed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 15:00:39 -0000 Synopsis: Update for www/p5-Dancer-Plugin-Feed Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 15:00:38 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=156680 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 15: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 35C1C1065672 for ; Wed, 27 Apr 2011 15: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 042538FC1A for ; Wed, 27 Apr 2011 15: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 p3RFe7vi019762 for ; Wed, 27 Apr 2011 15: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 p3RFe7Id019761; Wed, 27 Apr 2011 15:40:07 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 15:40:07 GMT Resent-Message-Id: <201104271540.p3RFe7Id019761@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Desvernay Geoffroy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FB921065673 for ; Wed, 27 Apr 2011 15:33:44 +0000 (UTC) (envelope-from dgeo@ec-m.fr) Received: from meli.ec-m.fr (meli.ec-m.fr [147.94.19.138]) by mx1.freebsd.org (Postfix) with ESMTP id 321398FC0C for ; Wed, 27 Apr 2011 15:33:43 +0000 (UTC) Received: from amavis3.serv.int (amavis3.serv.int [10.3.0.47]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 37339278912 for ; Wed, 27 Apr 2011 17:17:54 +0200 (CEST) Received: from meli.ec-m.fr ([10.3.0.12]) by amavis3.serv.int (amavis3.serv.int [10.3.0.47]) (amavisd-new, port 10024) with LMTP id nC3JrqAqKDM2 for ; Wed, 27 Apr 2011 17:17:41 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id C648F27890B for ; Wed, 27 Apr 2011 17:17:41 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 10102) id 4DF651CC9D; Wed, 27 Apr 2011 17:17:40 +0200 (CEST) Message-Id: <20110427151741.4DF651CC9D@dgeo.sysadm.ec-m.fr> Date: Wed, 27 Apr 2011 17:17:40 +0200 (CEST) From: Desvernay Geoffroy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156681: databases/mariadb: upstream upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Desvernay Geoffroy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 15:40:08 -0000 >Number: 156681 >Category: ports >Synopsis: databases/mariadb: upstream upgrade >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 Apr 27 15:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Fri Apr 22 01:04:23 CEST 2011 root@dgeo.sysadm.ec-m.fr:/usr/obj/usr/src/sys/DGEO amd64 >Description: Upgrade of mariadb to 5.2.5 Please apply patch from ports/156377 before this one. New files: files/patch-sql::mysqld.cc and files/patch-extra::yassl::src::yassl_error.cpp from https://bugs.launchpad.net/maria/+bug/729059 to let mariadb compile correctly. --- mariadb-5.2.5.diff begins here --- diff -ruN mariadb-5.2.4/Makefile mariadb/Makefile --- mariadb-5.2.4/Makefile 2011-04-27 16:48:59.284715000 +0200 +++ mariadb/Makefile 2011-04-27 15:16:33.882360000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= mariadb -PORTVERSION= 5.2.4 +PORTVERSION= 5.2.5 CATEGORIES= databases MASTER_SITES= http://www.percona.com/downloads/MariaDB/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ @@ -18,11 +18,11 @@ http://mirrors.fe.up.pt/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ MAINTAINER= dgeo@centrale-marseille.fr -COMMENT= A database server that offers drop-in replacement functionality for MySQL +COMMENT= A database server - drop-in replacement functionality for MySQL LICENSE= GPLv2 -CONFLICTS= mysql-server-[0-9]* mysql-client-[0-9]* +CONFLICTS= mysql-server-[0-9]* mysql-client-[0-9]* mysql-scripts-[0-9]* CONFIGURE_ARGS= --with-embedded-server DATADIR= ${PREFIX}/share/mysql @@ -97,9 +97,9 @@ @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" - @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)." - @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')." - @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)." + @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (def: latin1 selected: ${WITH_CHARSET})." + @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (selected: ${WITH_XCHARSET})." + @${ECHO} " WITH_COLLATION=collate Define default collation (def: latin1_swedish_ci selected: ${WITH_COLLATION})." @${ECHO} "" post-patch: diff -ruN mariadb-5.2.4/distinfo mariadb/distinfo --- mariadb-5.2.4/distinfo 2011-01-08 09:11:02.000000000 +0100 +++ mariadb/distinfo 2011-04-27 14:30:08.038530000 +0200 @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.2.4.tar.gz) = 1aadddbe8e6d230ad16173b812d24801c493fe96c82d6bb36541e0138e5025dc -SIZE (mariadb-5.2.4.tar.gz) = 24964617 +SHA256 (mariadb-5.2.5.tar.gz) = 1e137f23d8bf430beeed01aed8b3beecff3a7d65ec4bfd291bfcf6668f21c5a1 +SIZE (mariadb-5.2.5.tar.gz) = 24925585 diff -ruN mariadb-5.2.4/files/patch-extra::yassl::src::yassl_error.cpp mariadb/files/patch-extra::yassl::src::yassl_error.cpp --- mariadb-5.2.4/files/patch-extra::yassl::src::yassl_error.cpp 1970-01-01 01:00:00.000000000 +0100 +++ mariadb/files/patch-extra::yassl::src::yassl_error.cpp 2011-04-27 14:42:16.650931000 +0200 @@ -0,0 +1,13 @@ +--- extra/yassl/src/yassl_error.cpp 2010-04-28 12:52:24 +0000 ++++ extra/yassl/src/yassl_error.cpp 2011-03-01 17:03:38 +0000 +@@ -128,7 +128,7 @@ + break; + + case badVersion_error : +- strncpy(buffer, "protocl version mismatch", max); ++ strncpy(buffer, "protocol version mismatch", max); + break; + + case compress_error : + + diff -ruN mariadb-5.2.4/files/patch-sql::mysqld.cc mariadb/files/patch-sql::mysqld.cc --- mariadb-5.2.4/files/patch-sql::mysqld.cc 1970-01-01 01:00:00.000000000 +0100 +++ mariadb/files/patch-sql::mysqld.cc 2011-04-27 14:42:36.862940000 +0200 @@ -0,0 +1,14 @@ +--- sql/mysqld.cc 2011-02-28 17:39:30 +0000 ++++ sql/mysqld.cc 2011-03-04 10:39:27 +0000 +@@ -744,9 +744,7 @@ + /* Static variables */ + + static bool kill_in_progress, segfaulted; +-#ifdef HAVE_STACKTRACE + static my_bool opt_stack_trace; +-#endif /* HAVE_STACKTRACE */ + static my_bool opt_bootstrap, opt_myisam_log; + static int cleanup_done; + static ulong opt_specialflag, opt_myisam_block_size; + + --- mariadb-5.2.5.diff ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 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 1BE07106566C for ; Wed, 27 Apr 2011 17:50: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 D64238FC17 for ; Wed, 27 Apr 2011 17: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 p3RHoJ54049480 for ; Wed, 27 Apr 2011 17:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RHoJdE049476; Wed, 27 Apr 2011 17:50:19 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 17:50:19 GMT Resent-Message-Id: <201104271750.p3RHoJdE049476@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1062B1065670 for ; Wed, 27 Apr 2011 17:46: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 032068FC18 for ; Wed, 27 Apr 2011 17:46: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 p3RHkLbR056401 for ; Wed, 27 Apr 2011 17:46:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3RHkL0e056400; Wed, 27 Apr 2011 17:46:21 GMT (envelope-from nobody) Message-Id: <201104271746.p3RHkL0e056400@red.freebsd.org> Date: Wed, 27 Apr 2011 17:46:21 GMT From: bartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156682: [PATCH] multimedia/minitube to 1.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: Wed, 27 Apr 2011 17:50:20 -0000 >Number: 156682 >Category: ports >Synopsis: [PATCH] multimedia/minitube to 1.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: Wed Apr 27 17:50:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: bartoletti >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: FreeBSD coder.tuxfamily 8.2-RELEASE FreeBSD 8.2-RELEASE >Description: -Update to 1.4.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/multimedia/minitube/Makefile /usr/home/bart/minitube/Makefile --- /usr/ports/multimedia/minitube/Makefile 2011-04-05 22:14:10.000000000 +0200 +++ /usr/home/bart/minitube/Makefile 2011-04-27 06:30:42.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= minitube -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= multimedia www MASTER_SITES= http://flavio.tordini.org/files/minitube/ diff -ruN --exclude=CVS /usr/ports/multimedia/minitube/distinfo /usr/home/bart/minitube/distinfo --- /usr/ports/multimedia/minitube/distinfo 2011-04-05 22:14:10.000000000 +0200 +++ /usr/home/bart/minitube/distinfo 2011-04-27 06:31:20.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (minitube-1.4.1.tar.gz) = 30f04f66aa7cd75c0755684fb210baeec67833759ef1697ca2baa038fea6b557 -SIZE (minitube-1.4.1.tar.gz) = 481945 +SHA256 (minitube-1.4.2.tar.gz) = 3e9bf99e84ef0191e48a813466ad89b69ea613006d166c856504009cac08b6fc +SIZE (minitube-1.4.2.tar.gz) = 486529 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 17:50: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 B50B41065673 for ; Wed, 27 Apr 2011 17:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8CCB18FC17 for ; Wed, 27 Apr 2011 17: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 p3RHoNJf049713 for ; Wed, 27 Apr 2011 17:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RHoNEo049706; Wed, 27 Apr 2011 17:50:23 GMT (envelope-from gnats) Date: Wed, 27 Apr 2011 17:50:23 GMT Message-Id: <201104271750.p3RHoNEo049706@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rusty Nejdl Cc: Subject: Re: ports/150883: Ports games/openastromenace won't compile on 64 bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 17:50:23 -0000 The following reply was made to PR ports/150883; it has been noted by GNATS. From: Rusty Nejdl To: Cc: Subject: Re: ports/150883: Ports games/openastromenace won't compile on 64 bit Date: Wed, 27 Apr 2011 12:46:36 -0500 Please let me know the status of this PR. The solution is contained in the PR and just needs to be committed I believe. Rusty Nejdl From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 17:50: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 BFED51065680; Wed, 27 Apr 2011 17:50:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99FD58FC21; Wed, 27 Apr 2011 17:50: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 p3RHoYUd050608; Wed, 27 Apr 2011 17:50:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RHoY9n050604; Wed, 27 Apr 2011 17:50:34 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 17:50:34 GMT Message-Id: <201104271750.p3RHoY9n050604@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156682: [PATCH] multimedia/minitube to 1.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: Wed, 27 Apr 2011 17:50:34 -0000 Synopsis: [PATCH] multimedia/minitube to 1.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 17:50:33 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156682 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 19:03:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5B28106566B; Wed, 27 Apr 2011 19:03:13 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE988FC14; Wed, 27 Apr 2011 19:03:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3RJ3D4C060610; Wed, 27 Apr 2011 19:03:13 GMT (envelope-from johans@freefall.freebsd.org) Received: (from johans@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RJ3Dk1060605; Wed, 27 Apr 2011 19:03:13 GMT (envelope-from johans) Date: Wed, 27 Apr 2011 19:03:13 GMT Message-Id: <201104271903.p3RJ3Dk1060605@freefall.freebsd.org> To: umq@ueo.co.jp, johans@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: johans@FreeBSD.org Cc: Subject: Re: ports/156173: [patch] security/nettle update to 2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 19:03:13 -0000 Synopsis: [patch] security/nettle update to 2.1 State-Changed-From-To: open->closed State-Changed-By: johans State-Changed-When: Wed Apr 27 19:02:58 UTC 2011 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=156173 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 19:08:29 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 E1C701065672; Wed, 27 Apr 2011 19:08:29 +0000 (UTC) (envelope-from erik@okcupid.com) Received: from mail0.oknotify2.com (mail0.oknotify2.com [66.59.66.16]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9FC8FC17; Wed, 27 Apr 2011 19:08:29 +0000 (UTC) Received: from mail.office.okcupid.com (static-98-113-167-42.nycmny.fios.verizon.net [98.113.167.42]) by mail0.oknotify2.com (Postfix) with ESMTP id A9A158FEEB; Wed, 27 Apr 2011 14:49:51 -0400 (EDT) Received: from [10.128.2.116] (erik-desktop.office.okcupid.com [10.128.2.116]) by mail.office.okcupid.com (Postfix) with ESMTPSA id 8D198612AA2B; Wed, 27 Apr 2011 14:49:51 -0400 (EDT) Message-ID: <4DB8654F.6060701@okcupid.com> Date: Wed, 27 Apr 2011 14:49:51 -0400 From: Erik Steigler User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: glarkin@FreeBSD.org References: <201104252008.p3PK8DQH077199@freefall.freebsd.org> In-Reply-To: <201104252008.p3PK8DQH077199@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/154942: net/scribe: rc.d/thrift starts no matter what the rc.conf setting X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 19:08:30 -0000 Yep that seems to work for me. Thanks for catching the python dependency, I noticed that in some packages I made myself but assumed I just botched the pkg_create line. On 04/25/2011 04:08 PM, glarkin@FreeBSD.org wrote: > Synopsis: net/scribe: rc.d/thrift starts no matter what the rc.conf setting > > State-Changed-From-To: open->feedback > State-Changed-By: glarkin > State-Changed-When: Mon Apr 25 16:06:01 EDT 2011 > State-Changed-Why: > I made some improvements to the rc.d script, because the error still > appeared after I applied the patch. I also noticed that the port was > missing a dependency for devel/py-thrift. That prevented the example > scripts from working, although they also need some work in their shebang > lines to reference the correct Python installation. > > Please check my diff here and let me know if it works for you: > http://people.freebsd.org/~glarkin/diffs/scribe-2.2.diff > > http://www.freebsd.org/cgi/query-pr.cgi?pr=154942 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 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 2C0DF1065670 for ; Wed, 27 Apr 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 18BBB8FC13 for ; Wed, 27 Apr 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 p3RJA7J0061149 for ; Wed, 27 Apr 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 p3RJA7Dj061148; Wed, 27 Apr 2011 19:10:07 GMT (envelope-from gnats) Date: Wed, 27 Apr 2011 19:10:07 GMT Message-Id: <201104271910.p3RJA7Dj061148@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156173: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 19:10:08 -0000 The following reply was made to PR ports/156173; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156173: commit references a PR Date: Wed, 27 Apr 2011 19:02:08 +0000 (UTC) johans 2011-04-27 19:01:59 UTC FreeBSD ports repository Modified files: security/nettle Makefile distinfo pkg-plist Log: - Update nettle to 2.1 release [1] The latest stable release of GnuTLS requires this version. This includes a shared library bump - Grab maintainership for myself (to catch any issues that may arise) PR: ports/156173 [1] Submitted by: Hirohisa Yamaguchi Approved by: Charlie Kester (old maintainer) Revision Changes Path 1.28 +6 -3 ports/security/nettle/Makefile 1.10 +2 -3 ports/security/nettle/distinfo 1.12 +6 -4 ports/security/nettle/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 19:50:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5124A106567D for ; Wed, 27 Apr 2011 19:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C41BB8FC08 for ; Wed, 27 Apr 2011 19: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 p3RJo5Cd006334 for ; Wed, 27 Apr 2011 19: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 p3RJo5dI006333; Wed, 27 Apr 2011 19:50:05 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 19:50:05 GMT Resent-Message-Id: <201104271950.p3RJo5dI006333@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C181065673 for ; Wed, 27 Apr 2011 19:43:52 +0000 (UTC) (envelope-from erik@bz.bzflag.bz) Received: from bz.bzflag.bz (BZ.BZFLAG.BZ [63.246.136.16]) by mx1.freebsd.org (Postfix) with SMTP id CBF278FC12 for ; Wed, 27 Apr 2011 19:43:51 +0000 (UTC) Received: (qmail 24941 invoked by uid 6112); 27 Apr 2011 19:17:09 -0000 Message-Id: <20110427191709.24918.qmail@bz.bzflag.bz> Date: 27 Apr 2011 19:17:09 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erikg@arl.army.mil Subject: ports/156683: [Maintainer Update] cad/brlcad 7.18.0 -> 7.18.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 19:50:09 -0000 >Number: 156683 >Category: ports >Synopsis: [Maintainer Update] cad/brlcad 7.18.0 -> 7.18.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 27 19:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: >Organization: >Environment: >Description: Update of ports/cad/brlcad from 7.18.0 to 7.18.4. >How-To-Repeat: >Fix: --- cad_brlcad_7.14.8.patch begins here --- Index: cad/brlcad/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- cad/brlcad/Makefile 13 Dec 2010 04:25:36 -0000 1.46 +++ cad/brlcad/Makefile 27 Apr 2011 18:52:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= brlcad -PORTVERSION= 7.18.0 +PORTVERSION= 7.18.4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION} @@ -44,7 +44,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} MAN1= anim_script.1 anim_sort.1 anim_time.1 anim_track.1 anim_turn.1 \ - ap-pix.1 asc-nmg.1 asc-pl.1 awf.1 azel.1 bary.1 benchmark.1 \ + ap-pix.1 asc-nmg.1 asc-pl.1 azel.1 bary.1 benchmark.1 \ bot_dump.1 bot_shell-vtk.1 brlcad-config.1 brlcad.1 brlman.1 \ buffer.1 bw-fb.1 bw-imp.1 bw-pix.1 bw-png.1 bw-ps.1 bw-rle.1 \ bw3-pix.1 bwcrop.1 bwdiff.1 bwfilter.1 bwhist.1 bwhisteq.1 bwmod.1 \ @@ -58,7 +58,7 @@ fbfade.1 fbframe.1 fbfree.1 fbgamma.1 fbgrid.1 fbhelp.1 fblabel.1 \ fbline.1 fbpoint.1 fbscanplot.1 fbserv.1 fbstretch.1 fbzoom.1 \ fedex.1 fedex_plus.1 firpass.1 g-acad.1 g-dxf.1 g-egg.1 g-euclid.1 \ - g-iges.1 g-nff.1 g-nmg.1 g-obj.1 g-shell.rect.1 g-stl.1 g-tankill.1 \ + g-iges.1 g-nff.1 g-nmg.1 g-obj.1 g-shell-rect.1 g-stl.1 g-tankill.1 \ g-var.1 g-vrml.1 g-x3d.1 g2asc.1 g_diff.1 g_lint.1 gencolor.1 \ gif-fb.1 gif2fb.1 gqa.1 halftone.1 hex.1 iges-g.1 imgdims.1 ir-X.1 \ ir-sgi.1 irdisp.1 lgt.1 loop.1 mac-pix.1 mged.1 mkProbe.1 \ @@ -82,7 +82,7 @@ vdeck.1 viewpoint-g.1 wavelet.1 MAN3= RegisterC.3 Stack.3 htond.3 libbu.3 libcursor.3 libfb.3 liborle.3 \ - libplot3.3 librt.3 libwdb.3 redblack.3 + libplot3.3 librt.3 libwdb.3 redblack.3 Preserve.3 Class.3 Object.3 List.3 MAN5= bw.5 cmap.5 gattributes.5 pix.5 plot3.5 Index: cad/brlcad/distinfo =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- cad/brlcad/distinfo 13 Dec 2010 04:25:36 -0000 1.21 +++ cad/brlcad/distinfo 27 Apr 2011 18:52:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (brlcad-7.18.0.tar.bz2) = b24e1f219fc2102bf07201396bd50175dfcb4a8ab4327c1fdddf87075374a287 -SIZE (brlcad-7.18.0.tar.bz2) = 46795968 +SHA256 (brlcad-7.18.4.tar.bz2) = bb8e857f8e377d0a958711ef389ea12b13ef20aed461b8a30408ddc8d66858e5 +SIZE (brlcad-7.18.4.tar.bz2) = 47263065 Index: cad/brlcad/pkg-plist =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/pkg-plist,v retrieving revision 1.22 diff -u -r1.22 pkg-plist --- cad/brlcad/pkg-plist 13 Dec 2010 04:25:36 -0000 1.22 +++ cad/brlcad/pkg-plist 27 Apr 2011 18:52:11 -0000 @@ -2,8 +2,6 @@ @exec ln -s %%PREFIX%%/bin/mged.sh %%LOCALBASE%%/bin/mged.sh bin/3dm-g bin/a-d -bin/adrt_master -bin/adrt_slave bin/alias-pix bin/all_sf bin/anim_cascade @@ -173,7 +171,7 @@ bin/g-nmg bin/g-obj bin/g-off -bin/g-shell.rect +bin/g-shell-rect bin/g-stl bin/g-tankill bin/g-var @@ -355,6 +353,7 @@ bin/show.sh bin/showshot bin/showtherm +bin/shp-g bin/sketch bin/smod bin/sphflake @@ -363,7 +362,6 @@ bin/ssamp-bw bin/ssampview bin/ssampview.tcl -bin/step-g bin/stl-g bin/sun-pix bin/surfaceintersect @@ -383,7 +381,6 @@ bin/trimconfig.sh bin/ttcp bin/tube -bin/txyz-pl bin/u-a bin/u-bw bin/u-d @@ -433,6 +430,7 @@ include/brlcad/fb.h include/brlcad/fbio.h include/brlcad/fbserv_obj.h +include/brlcad/fft.h include/brlcad/gcv.h include/brlcad/ged.h include/brlcad/libtermio.h @@ -441,7 +439,6 @@ include/brlcad/mater.h include/brlcad/nmg.h include/brlcad/nurb.h -include/brlcad/opennurbs_ext.h include/brlcad/optical.h include/brlcad/orle.h include/brlcad/pc.h @@ -454,7 +451,6 @@ include/brlcad/redblack.h include/brlcad/rtfunc.h include/brlcad/rtgeom.h -include/brlcad/rtprivate.h include/brlcad/rtserver.h include/brlcad/shadefuncs.h include/brlcad/shadework.h @@ -462,6 +458,7 @@ include/brlcad/spectrum.h include/brlcad/spm.h include/brlcad/tclcad.h +include/brlcad/tie.h include/brlcad/vectfont.h include/brlcad/vector_fpu.h include/brlcad/vector_x86.h @@ -608,7 +605,6 @@ include/tie/render_util.h include/tie/texture.h include/tie/texture_internal.h -include/tie/tie.h lib/Tkhtml3.0/pkgIndex.tcl lib/Tktable2.10/README.txt lib/Tktable2.10/html/tkTable.html @@ -834,18 +830,15 @@ lib/libtermio.la lib/libtermio.so lib/libtermio.so.19 -lib/libtie.a -lib/libtie.la -lib/libtie.so -lib/libtie.so.0 +lib/libtkpng.a +lib/libtkpng.la +lib/libtkpng.so +lib/libtkpng.so.0 lib/libwdb.a lib/libwdb.la lib/libwdb.so lib/libwdb.so.19 -lib/tkpng.a -lib/tkpng.la -lib/tkpng.so -lib/tkpng.so.0 +lib/tkpng0.8/pkgIndex.tcl libdata/pkgconfig/libanalyze.pc libdata/pkgconfig/libbn.pc libdata/pkgconfig/libbrlcad.pc @@ -889,16 +882,6 @@ %%DATADIR%%/%%PORTVERSION%%/INSTALL %%DATADIR%%/%%PORTVERSION%%/NEWS %%DATADIR%%/%%PORTVERSION%%/README -%%DATADIR%%/%%PORTVERSION%%/awf/AWF_COPYRIGHT -%%DATADIR%%/%%PORTVERSION%%/awf/common -%%DATADIR%%/%%PORTVERSION%%/awf/dev.dumb -%%DATADIR%%/%%PORTVERSION%%/awf/mac.man -%%DATADIR%%/%%PORTVERSION%%/awf/mac.ms -%%DATADIR%%/%%PORTVERSION%%/awf/pass1 -%%DATADIR%%/%%PORTVERSION%%/awf/pass2.base -%%DATADIR%%/%%PORTVERSION%%/awf/pass2.man -%%DATADIR%%/%%PORTVERSION%%/awf/pass2.ms -%%DATADIR%%/%%PORTVERSION%%/awf/pass3 %%DATADIR%%/%%PORTVERSION%%/data/GQA_SAMPLE_DENSITIES %%DATADIR%%/%%PORTVERSION%%/data/NIST_DENSITIES %%DATADIR%%/%%PORTVERSION%%/db/axis.g @@ -954,7 +937,6 @@ %%DATADIR%%/%%PORTVERSION%%/doc/axis-3525.ps %%DATADIR%%/%%PORTVERSION%%/doc/b.tex %%DATADIR%%/%%PORTVERSION%%/doc/benchmark.tr -%%DATADIR%%/%%PORTVERSION%%/doc/book/VolumeIV.xml %%DATADIR%%/%%PORTVERSION%%/doc/brep.txt %%DATADIR%%/%%PORTVERSION%%/doc/buttonmenu.ps %%DATADIR%%/%%PORTVERSION%%/doc/c.tex @@ -1323,6 +1305,7 @@ %%DATADIR%%/%%PORTVERSION%%/html/books/en/BRL-CAD_Tutorial_Series-VolumeI.html %%DATADIR%%/%%PORTVERSION%%/html/books/en/BRL-CAD_Tutorial_Series-VolumeII.html %%DATADIR%%/%%PORTVERSION%%/html/books/en/BRL-CAD_Tutorial_Series-VolumeIII.html +%%DATADIR%%/%%PORTVERSION%%/html/books/en/BRL-CAD_Tutorial_Series-VolumeIV.html %%DATADIR%%/%%PORTVERSION%%/html/books/en/images/tutorial_series_volIII_fig01.png %%DATADIR%%/%%PORTVERSION%%/html/books/en/images/tutorial_series_volIII_fig02.png %%DATADIR%%/%%PORTVERSION%%/html/books/en/images/tutorial_series_volIII_fig03.png @@ -1901,7 +1884,6 @@ %%DATADIR%%/%%PORTVERSION%%/html/manuals/Install.html %%DATADIR%%/%%PORTVERSION%%/html/manuals/Obtain.html %%DATADIR%%/%%PORTVERSION%%/html/manuals/Overview.html -%%DATADIR%%/%%PORTVERSION%%/html/manuals/archer/archer.ico %%DATADIR%%/%%PORTVERSION%%/html/manuals/cadwidgets/Command.html %%DATADIR%%/%%PORTVERSION%%/html/manuals/cadwidgets/Database.html %%DATADIR%%/%%PORTVERSION%%/html/manuals/cadwidgets/Db.html @@ -2140,236 +2122,6 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/Utility.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/Wizard.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/bgerror.tcl -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/cursor.tcl -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/arrow_back.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/arrow_forward.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/blank.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/bug.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/checkpoint.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/closeall.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/combination.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/command.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/compErase.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/compExclude.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/compSelect.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/configure.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_copy.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_cut.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_paste.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_rotate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_scale.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_translate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/file_new.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/file_text_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/file_text_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/find.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_closed_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_closed_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/framebuffer.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/framebuffer_clear.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/global_undo.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/measure.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/object_undo.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/open.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/option_text.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/option_tree.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/pane_blank.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/pane_collapse.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/pane_expand.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_arb6.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_arb8.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_bot.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_cone.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_ehy.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_ell.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_epa.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_eto.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_extrude.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_grip.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_half.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_hyp.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_list.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_other.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_part.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_pipe.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_rhc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_rpc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_sketch.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_sph.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_superell.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_tgc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_tor.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/raytrace.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/raytrace_abort.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/refresh.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/revert.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/run.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/save.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/view_left_right_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/view_obj_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/view_rotate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/view_scale.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/view_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/view_top_bottom_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/view_translate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/wizard.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/arrow_back.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/arrow_forward.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/blank.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/bug.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/checkpoint.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/closeall.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/combination.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/command.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/component_erase.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/component_pick.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/configure.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_copy.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_cut.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_paste.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_rotate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_scale.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_translate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/file_new.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/file_text_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/file_text_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/find.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_closed_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_closed_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_open_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_open_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/framebuffer.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/framebuffer_clear.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/framebuffer_interlay.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/framebuffer_off.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/framebuffer_overlay.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/framebuffer_underlay.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/global_undo.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/measure.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/object_undo.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/open.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/option_text.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/option_tree.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/pane_blank.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/pane_collapse.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/pane_expand.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_arb6.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_arb8.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_bot.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_cone.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_ehy.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_ell.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_epa.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_eto.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_extrude.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_grip.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_half.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_hyp.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_list.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_other.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_part.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_pipe.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_rhc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_rpc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_sketch.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_sph.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_superell.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_tgc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/primitive_tor.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/raytrace.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/raytrace_abort.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/refresh.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/revert.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/run.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/save.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/view_center.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/view_left_right_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/view_obj_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/view_rotate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/view_scale.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/view_top_bottom_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/view_translate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/wizard.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/arrow_back.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/arrow_forward.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/blank.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/bug.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/checkpoint.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/closeall.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/combination.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/command.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/compErase.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/compExclude.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/compSelect.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/configure.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_copy.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_cut.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_paste.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_rotate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_scale.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_translate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/file_new.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/file_text_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/file_text_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/find.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_closed_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_closed_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_open_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_open_small_disabled.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/framebuffer.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/framebuffer_clear.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/global_undo.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/measure.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/object_undo.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/open.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/option_text.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/option_tree.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/pane_blank.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/pane_collapse.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/pane_expand.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_arb6.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_arb8.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_bot.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_cone.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_ehy.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_ell.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_epa.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_eto.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_extrude.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_grip.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_half.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_hyp.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_list.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_other.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_part.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_pipe.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_rhc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_rpc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_sketch.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_sph.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_superell.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_tgc.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_tor.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/raytrace.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/raytrace_abort.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/refresh.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/revert.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/run.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/save.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/view_left_right_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/view_obj_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/view_rotate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/view_scale.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/view_select.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/view_top_bottom_small.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/view_translate.png -%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/wizard.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/aboutArcher.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/air.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/air_intersect.png @@ -2629,6 +2381,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/view_top_bottom_small.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/view_translate.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/wizard.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/itk_redefines.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/pkgIndex.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/tabwindow.itk %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/tclIndex @@ -2675,8 +2428,10 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/Splash.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/Table.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/TableView.tcl +%%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/TkTable.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/View.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/ViewAxesControl.tcl +%%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/cursor.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/pkgIndex.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib/tclIndex %%DATADIR%%/%%PORTVERSION%%/tclscripts/libdm.tcl @@ -2807,9 +2562,6 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/tree.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/xclone.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/mouse.tcl -%%DATADIR%%/%%PORTVERSION%%/tclscripts/nirt/pkgIndex.tcl -%%DATADIR%%/%%PORTVERSION%%/tclscripts/nirt/prototype.sh -%%DATADIR%%/%%PORTVERSION%%/tclscripts/nirt/tclIndex %%DATADIR%%/%%PORTVERSION%%/tclscripts/pkgIndex.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/pl-dm/bindings.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/pl-dm/help.tcl @@ -2926,16 +2678,11 @@ @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/rtwizard/examples @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/rtwizard @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/pl-dm -@dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/nirt @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/lib @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/hv3 @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/geometree @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/boteditor -@dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows -@dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large -@dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal -@dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer @dirrm %%DATADIR%%/%%PORTVERSION%%/tclscripts @@ -2982,7 +2729,6 @@ @dirrm %%DATADIR%%/%%PORTVERSION%%/html/manuals/libdm @dirrm %%DATADIR%%/%%PORTVERSION%%/html/manuals/libbu @dirrm %%DATADIR%%/%%PORTVERSION%%/html/manuals/cadwidgets -@dirrm %%DATADIR%%/%%PORTVERSION%%/html/manuals/archer @dirrm %%DATADIR%%/%%PORTVERSION%%/html/manuals/Anim_Tutorial @dirrm %%DATADIR%%/%%PORTVERSION%%/html/manuals @dirrm %%DATADIR%%/%%PORTVERSION%%/html/mann/en @@ -3010,11 +2756,9 @@ @dirrm %%DATADIR%%/%%PORTVERSION%%/html/ReleaseNotes @dirrm %%DATADIR%%/%%PORTVERSION%%/html @dirrm %%DATADIR%%/%%PORTVERSION%%/doc/legal -@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/book @dirrm %%DATADIR%%/%%PORTVERSION%%/doc @dirrm %%DATADIR%%/%%PORTVERSION%%/db @dirrm %%DATADIR%%/%%PORTVERSION%%/data -@dirrm %%DATADIR%%/%%PORTVERSION%%/awf @dirrm %%DATADIR%%/%%PORTVERSION%% @dirrm %%DATADIR%% @dirrm share @@ -3025,6 +2769,7 @@ @dirrm man @dirrm libdata/pkgconfig @dirrm libdata +@dirrm lib/tkpng0.8 @dirrm lib/iwidgets4.0.1/scripts @dirrm lib/iwidgets4.0.1 @dirrm lib/itk3.4 --- cad_brlcad_7.14.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 21:10:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C593C1065673 for ; Wed, 27 Apr 2011 21:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2748FC20 for ; Wed, 27 Apr 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 p3RLAAcO077142 for ; Wed, 27 Apr 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 p3RLAA6Y077141; Wed, 27 Apr 2011 21:10:10 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 21:10:10 GMT Resent-Message-Id: <201104272110.p3RLAA6Y077141@freefall.freebsd.org> 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 24FC61065674 for ; Wed, 27 Apr 2011 21:07:21 +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 7ABD68FC1A for ; Wed, 27 Apr 2011 21:07:20 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id CF9E618C5 for ; Wed, 27 Apr 2011 23:07:18 +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 87dDvp4lmw0i for ; Wed, 27 Apr 2011 23:07:15 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 9441018BC; Wed, 27 Apr 2011 23:07:15 +0200 (CEST) Message-Id: <20110427210715.9441018BC@megatron.madpilot.net> Date: Wed, 27 Apr 2011 23:07:15 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156685: [update] audio/abraca: update to 0.6.0. 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, 27 Apr 2011 21:10:10 -0000 >Number: 156685 >Category: ports >Synopsis: [update] audio/abraca: update to 0.6.0. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 27 21:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 8.2-STABLE amd64 >Organization: None >Environment: System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Apr 21 12:44:44 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Update audio/abraca to 0.6.0. Removed all files in the files directory, and removed the files directory itself. >How-To-Repeat: >Fix: diff -ruN abraca.old/Makefile abraca/Makefile --- abraca.old/Makefile 2011-04-27 23:03:45.676088005 +0200 +++ abraca/Makefile 2011-04-27 23:04:00.741663522 +0200 @@ -6,9 +6,9 @@ # PORTNAME= abraca -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= audio -MASTER_SITES= http://abraca.xmms.se/attachments/download/128/ +MASTER_SITES= http://abraca.xmms.se/attachments/download/134/ MAINTAINER= olivier@gid0.org COMMENT= Abraca is a GTK2 client for the XMMS2 music player @@ -17,7 +17,6 @@ LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \ gee.2:${PORTSDIR}/devel/libgee -USE_BZIP2= yes USE_SCONS= yes USE_GNOME= gtk20 diff -ruN abraca.old/distinfo abraca/distinfo --- abraca.old/distinfo 2011-04-27 23:03:45.676088005 +0200 +++ abraca/distinfo 2011-04-27 23:04:00.709669304 +0200 @@ -1,2 +1,2 @@ -SHA256 (abraca-0.5.0.tar.bz2) = c4caf88e9c0c8d5d51ac5c0df4cc9022a0aa2574a4ff791dea11c7e212b766e2 -SIZE (abraca-0.5.0.tar.bz2) = 402497 +SHA256 (abraca-0.6.0.tar.gz) = ff40ab90904036e9493658b446c1251135a2f507f9c00e2c7cf115db21a6be75 +SIZE (abraca-0.6.0.tar.gz) = 403184 diff -ruN abraca.old/files/patch-src-components-collections-collections_view.vala abraca/files/patch-src-components-collections-collections_view.vala --- abraca.old/files/patch-src-components-collections-collections_view.vala 2011-04-27 23:03:45.675086762 +0200 +++ abraca/files/patch-src-components-collections-collections_view.vala 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ ---- src/components/collections/collections_view.vala.orig 2010-04-03 04:19:53.000000000 +0200 -+++ src/components/collections/collections_view.vala 2010-11-12 20:11:48.471315596 +0100 -@@ -441,16 +441,11 @@ - Gtk.TreePath path = model.get_path(iter); - - if (path.get_depth() == 2) { -- unowned GLib.List renderers; -- Gtk.CellRendererText renderer; -- GLib.List cols; -- Gtk.TreeViewColumn col; -+ var cols = get_columns(); -+ var col = cols.data; - -- cols = get_columns(); -- col = cols.data; -- -- renderers = col.get_cells(); -- renderer = (Gtk.CellRendererText) renderers.data; -+ var renderers = col.get_cells(); -+ var renderer = (Gtk.CellRendererText) renderers.data; - - renderer.editable = true; - set_cursor_on_cell(path, col, renderer, true); diff -ruN abraca.old/files/patch-src-components-playlist-playlist_model.vala abraca/files/patch-src-components-playlist-playlist_model.vala --- abraca.old/files/patch-src-components-playlist-playlist_model.vala 2011-04-27 23:03:45.675086762 +0200 +++ abraca/files/patch-src-components-playlist-playlist_model.vala 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ ---- src/components/playlist/playlist_model.vala.orig 2010-04-03 04:19:53.000000000 +0200 -+++ src/components/playlist/playlist_model.vala 2010-11-21 22:17:26.000000000 +0100 -@@ -136,9 +136,9 @@ - if (iter_nth_child (out iter, null, pos) && - iter_nth_child(out niter, null, npos)) { - if (pos < npos) { -- move_after (iter, niter); -+ move_after (ref iter, niter); - } else { -- move_before (iter, niter); -+ move_before (ref iter, niter); - } - } - } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 21:10: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 B40EF1065670; Wed, 27 Apr 2011 21:10: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 8A3D98FC12; Wed, 27 Apr 2011 21: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 p3RLAKdI077833; Wed, 27 Apr 2011 21: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 p3RLAK5f077829; Wed, 27 Apr 2011 21:10:20 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 21:10:20 GMT Message-Id: <201104272110.p3RLAK5f077829@freefall.freebsd.org> To: mad@madpilot.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156685: [update] audio/abraca: update to 0.6.0. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 21:10:20 -0000 Synopsis: [update] audio/abraca: update to 0.6.0. State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Apr 27 21:10:20 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156685 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 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 39269106564A for ; Wed, 27 Apr 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 2781D8FC0C for ; Wed, 27 Apr 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 p3RLKBJ2087304 for ; Wed, 27 Apr 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 p3RLKBFv087303; Wed, 27 Apr 2011 21:20:11 GMT (envelope-from gnats) Date: Wed, 27 Apr 2011 21:20:11 GMT Message-Id: <201104272120.p3RLKBFv087303@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156685: [update] audio/abraca: update to 0.6.0. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 21:20:11 -0000 The following reply was made to PR ports/156685; it has been noted by GNATS. From: Edwin Groothuis To: olivier@gid0.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/156685: [update] audio/abraca: update to 0.6.0. Date: Wed, 27 Apr 2011 21:10:18 UT Maintainer of audio/abraca, Please note that PR ports/156685 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/156685 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 21: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 418261065673 for ; Wed, 27 Apr 2011 21: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 ED04E8FC1C for ; Wed, 27 Apr 2011 21: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 p3RLo5FC014228 for ; Wed, 27 Apr 2011 21: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 p3RLo5Re014227; Wed, 27 Apr 2011 21:50:05 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 21:50:05 GMT Resent-Message-Id: <201104272150.p3RLo5Re014227@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 273051065672 for ; Wed, 27 Apr 2011 21:49:05 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14F738FC17; Wed, 27 Apr 2011 21:49: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 p3RLn4q9014110; Wed, 27 Apr 2011 21:49:04 GMT (envelope-from glarkin@freefall.freebsd.org) Received: (from glarkin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3RLn4l2014109; Wed, 27 Apr 2011 17:49:04 -0400 (EDT) (envelope-from glarkin) Message-Id: <201104272149.p3RLn4l2014109@freefall.freebsd.org> Date: Wed, 27 Apr 2011 17:49:04 -0400 (EDT) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: appleboy.tw@gmail.com Subject: ports/156686: repocopy www/codeigniter to www/codeigniter17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Larkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 21:50:06 -0000 >Number: 156686 >Category: ports >Synopsis: repocopy www/codeigniter to www/codeigniter17 >Confidential: no >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 Apr 27 21:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 8.2-STABLE i386 >Organization: The FreeBSD Project >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: www/codeigniter tracks the deprecated (but still supported) 1.7.x branch of Codeigniter development. www/codeigniter-devel tracks the active 2.0.x branch. I want to do this repocopy first, then a second one to change www/codeigniter-devel to www/codeigniter. I'll submit a separate PR once this one is closed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 21: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 3366D1065670; Wed, 27 Apr 2011 21: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 088488FC08; Wed, 27 Apr 2011 21: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 p3RLoGiD014922; Wed, 27 Apr 2011 21: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 p3RLoGnl014918; Wed, 27 Apr 2011 21:50:16 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 21:50:16 GMT Message-Id: <201104272150.p3RLoGnl014918@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/156686: repocopy www/codeigniter to www/codeigniter17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 21:50:17 -0000 Synopsis: repocopy www/codeigniter to www/codeigniter17 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Wed Apr 27 21:50:16 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=156686 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 21: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 95AFC1065672; Wed, 27 Apr 2011 21: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 6AF258FC13; Wed, 27 Apr 2011 21: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 p3RLoKUq015005; Wed, 27 Apr 2011 21: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 p3RLoKQn015001; Wed, 27 Apr 2011 21:50:20 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 21:50:20 GMT Message-Id: <201104272150.p3RLoKQn015001@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156686: repocopy www/codeigniter to www/codeigniter17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 21:50:20 -0000 Synopsis: repocopy www/codeigniter to www/codeigniter17 Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 21:50:20 UTC 2011 Responsible-Changed-Why: Submitter is maintainer and has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156686 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 23: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 49D001065675 for ; Wed, 27 Apr 2011 23: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 239AE8FC13 for ; Wed, 27 Apr 2011 23: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 p3RN0NbL076301 for ; Wed, 27 Apr 2011 23: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 p3RN0NoT076300; Wed, 27 Apr 2011 23:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 27 Apr 2011 23:00:23 GMT Resent-Message-Id: <201104272300.p3RN0NoT076300@freefall.freebsd.org> 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 22E2C106564A for ; Wed, 27 Apr 2011 22:51:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0F5D98FC13 for ; Wed, 27 Apr 2011 22:51: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 p3RMpwaQ035512 for ; Wed, 27 Apr 2011 22:51:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3RMpwge035510; Wed, 27 Apr 2011 22:51:58 GMT (envelope-from nobody) Message-Id: <201104272251.p3RMpwge035510@red.freebsd.org> Date: Wed, 27 Apr 2011 22:51:58 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156687: [PATCH] graphics/libmng: misc improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 23:00:24 -0000 >Number: 156687 >Category: ports >Synopsis: [PATCH] graphics/libmng: misc improvements >Confidential: no >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 Apr 27 23:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - switch to bzip2 distribution - s/NOPROFILE/NO_PROFILE/ - remove MD5 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa libmng.orig/Makefile libmng/Makefile --- libmng.orig/Makefile 2010-06-02 16:14:45.000000000 +0400 +++ libmng/Makefile 2011-04-28 02:43:38.000000000 +0400 @@ -24,7 +24,7 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ARGS+= WITH_MNG_OPTIMIZE=${WITH_MNG_OPTIMIZE} MAKE_JOBS_SAFE= yes -#USE_BZIP2= yes # Please, uncomment on next upgrade +USE_BZIP2= yes USE_LDCONFIG= yes diff -ruNa libmng.orig/distinfo libmng/distinfo --- libmng.orig/distinfo 2008-08-13 11:07:36.000000000 +0400 +++ libmng/distinfo 2011-04-28 02:44:01.000000000 +0400 @@ -1,3 +1,2 @@ -MD5 (libmng-1.0.10.tar.gz) = a464ae7d679781beebdf7440d144b7bd -SHA256 (libmng-1.0.10.tar.gz) = 03a79dac9b9316d37227057614a248a946f997c4d1a3437fb569e9a63897f911 -SIZE (libmng-1.0.10.tar.gz) = 1093337 +SHA256 (libmng-1.0.10.tar.bz2) = 7b1477816c54b4d8ee0690c583982637910a1801ece0b0831e03fd07882e8118 +SIZE (libmng-1.0.10.tar.bz2) = 852635 diff -ruNa libmng.orig/files/Makefile.bsd libmng/files/Makefile.bsd --- libmng.orig/files/Makefile.bsd 2005-10-18 08:42:30.000000000 +0400 +++ libmng/files/Makefile.bsd 2011-04-28 02:43:47.000000000 +0400 @@ -1,7 +1,7 @@ LIB= mng LDADD= -lm -L${LIBDIR} -lz -llcms -ljpeg -NOPROFILE= yes +NO_PROFILE= yes SHLIB_MAJOR?= 1 SHLIB_MINOR?= 0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 27 23: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 7752A106566C; Wed, 27 Apr 2011 23: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 4B30D8FC1D; Wed, 27 Apr 2011 23:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3RN0ZgX077033; Wed, 27 Apr 2011 23: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 p3RN0ZDk077023; Wed, 27 Apr 2011 23:00:35 GMT (envelope-from edwin) Date: Wed, 27 Apr 2011 23:00:35 GMT Message-Id: <201104272300.p3RN0ZDk077023@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156687: [PATCH] graphics/libmng: misc improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 Apr 2011 23:00:35 -0000 Synopsis: [PATCH] graphics/libmng: misc improvements Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 27 23:00:34 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=156687 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 06: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 3637B106566B for ; Thu, 28 Apr 2011 06: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 0F74D8FC0C for ; Thu, 28 Apr 2011 06: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 p3S6K9ph079900 for ; Thu, 28 Apr 2011 06: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 p3S6K9Lg079899; Thu, 28 Apr 2011 06:20:09 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 06:20:09 GMT Resent-Message-Id: <201104280620.p3S6K9Lg079899@freefall.freebsd.org> 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 5843B106564A for ; Thu, 28 Apr 2011 06:17:04 +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 1F62B8FC12 for ; Thu, 28 Apr 2011 06:17:03 +0000 (UTC) Received: by iyj12 with SMTP id 12so2769326iyj.13 for ; Wed, 27 Apr 2011 23:17:03 -0700 (PDT) Received: by 10.43.60.133 with SMTP id ws5mr3958637icb.89.1303971423384; Wed, 27 Apr 2011 23:17:03 -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 uf10sm542296icb.5.2011.04.27.23.16.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Apr 2011 23:17:02 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Thu, 28 Apr 2011 01:16:57 -0500 Message-Id: <4db9065e.4a2c2b0a.741c.2087@mx.google.com> Date: Thu, 28 Apr 2011 01:16:57 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156688: graphics/driconf: ask for maintainship X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 06:20:10 -0000 >Number: 156688 >Category: ports >Synopsis: graphics/driconf: ask for maintainship >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 28 06:20:09 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: Mon Mar 14 02:51:28 CDT 2011 root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: I think this port is somewhat useful. I'm going to maintain it. >How-To-Repeat: >Fix: I uses the distfile hosted by debian, so the distfile is available now. --- patch-driconf_6 begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/driconf.orig/Makefile /usr/ports/graphics/driconf/Makefile --- /usr/ports/graphics/driconf.orig/Makefile 2011-04-28 01:05:21.938389798 -0500 +++ /usr/ports/graphics/driconf/Makefile 2011-04-28 01:12:04.668208753 -0500 @@ -7,16 +7,15 @@ PORTNAME= driconf PORTVERSION= 0.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics -MASTER_SITES= http://people.freedesktop.org/~fxkuehl/driconf/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} +DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lichray@gmail.com COMMENT= Configuration program for DRI drivers -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_GL= glut diff -ruN --exclude=CVS /usr/ports/graphics/driconf.orig/distinfo /usr/ports/graphics/driconf/distinfo --- /usr/ports/graphics/driconf.orig/distinfo 2011-04-28 01:05:21.938389798 -0500 +++ /usr/ports/graphics/driconf/distinfo 2011-04-28 01:10:34.363905392 -0500 @@ -1,3 +1,2 @@ -MD5 (driconf-0.9.1.tar.gz) = 76d610bcd56aa5e8a489debb5081178a -SHA256 (driconf-0.9.1.tar.gz) = 4849a43f6324498e943c03777bce571229b5446985b1cec596b365505e76f73f -SIZE (driconf-0.9.1.tar.gz) = 112529 +SHA256 (driconf_0.9.1.orig.tar.gz) = 4849a43f6324498e943c03777bce571229b5446985b1cec596b365505e76f73f +SIZE (driconf_0.9.1.orig.tar.gz) = 112529 --- patch-driconf_6 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 08: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 9CB4B106567E for ; Thu, 28 Apr 2011 08: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 770668FC23 for ; Thu, 28 Apr 2011 08: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 p3S80RFm095282 for ; Thu, 28 Apr 2011 08:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3S80Rji095281; Thu, 28 Apr 2011 08:00:27 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 08:00:27 GMT Resent-Message-Id: <201104280800.p3S80Rji095281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Oleg A. Mamontov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 727C31065670 for ; Thu, 28 Apr 2011 07:56:12 +0000 (UTC) (envelope-from lonerr@helene.mamontov.net) Received: from sedna.mamontov.net (sedna.mamontov.net [88.198.25.150]) by mx1.freebsd.org (Postfix) with ESMTP id 370D38FC08 for ; Thu, 28 Apr 2011 07:56:11 +0000 (UTC) Received: from helene.mamontov.net ([88.198.25.151]) by sedna.mamontov.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1QFM53-000DLu-R9 for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Apr 2011 11:56:10 +0400 Received: from lonerr by helene.mamontov.net with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1QFM53-000DLo-Il for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Apr 2011 11:56:09 +0400 Message-Id: Date: Thu, 28 Apr 2011 11:56:09 +0400 From: "Oleg A. Mamontov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156690: [MAINTAINER] devel/p5-Module-List: update to 0.003 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 08:00:27 -0000 >Number: 156690 >Category: ports >Synopsis: [MAINTAINER] devel/p5-Module-List: update to 0.003 >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 Apr 28 08:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Oleg A. Mamontov >Release: FreeBSD 8.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD helene.mamontov.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1: Mon Jan 3 22:54:29 MSK >Description: - Update to 0.003 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Module-List-0.003.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-List/Makefile /home/lonerr/ports/p5-Module-List/Makefile --- /usr/ports/devel/p5-Module-List/Makefile 2010-03-13 15:58:32.000000000 +0300 +++ /home/lonerr/ports/p5-Module-List/Makefile 2011-04-28 11:47:57.821587108 +0400 @@ -6,8 +6,7 @@ # PORTNAME= Module-List -PORTVERSION= 0.002 -PORTREVISION= 1 +PORTVERSION= 0.003 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-List/distinfo /home/lonerr/ports/p5-Module-List/distinfo --- /usr/ports/devel/p5-Module-List/distinfo 2009-12-29 07:13:12.000000000 +0300 +++ /home/lonerr/ports/p5-Module-List/distinfo 2011-04-28 11:48:37.287927426 +0400 @@ -1,3 +1,2 @@ -MD5 (Module-List-0.002.tar.gz) = 03a31689ae1da030a1d13fd9b33a3b95 -SHA256 (Module-List-0.002.tar.gz) = b4191c84bfe406263ffd8f944f2436dc7e41cd38ab834f821cfd74ef4dc5cb4b -SIZE (Module-List-0.002.tar.gz) = 5386 +SHA256 (Module-List-0.003.tar.gz) = 808ac3b5eecc3dd5ccd7058320dd519f495b5778c681114e361654f27bab7159 +SIZE (Module-List-0.003.tar.gz) = 6860 diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-List/pkg-plist /home/lonerr/ports/p5-Module-List/pkg-plist --- /usr/ports/devel/p5-Module-List/pkg-plist 2010-01-12 09:15:52.000000000 +0300 +++ /home/lonerr/ports/p5-Module-List/pkg-plist 2011-04-28 11:54:16.899065390 +0400 @@ -1,4 +1,2 @@ %%SITE_PERL%%/Module/List.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/List -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module @dirrmtry %%SITE_PERL%%/Module --- p5-Module-List-0.003.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 08:00:46 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D97EF1065673; Thu, 28 Apr 2011 08:00:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B177B8FC20; Thu, 28 Apr 2011 08:00:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3S80kEJ096783; Thu, 28 Apr 2011 08:00:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3S80kft096770; Thu, 28 Apr 2011 08:00:46 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 08:00:46 GMT Message-Id: <201104280800.p3S80kft096770@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156690: [MAINTAINER] devel/p5-Module-List: update to 0.003 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 08:00:46 -0000 Synopsis: [MAINTAINER] devel/p5-Module-List: update to 0.003 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 28 08:00:46 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=156690 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 08: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 B72DD1065672; Thu, 28 Apr 2011 08:42:06 +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 8CE158FC0C; Thu, 28 Apr 2011 08: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 p3S8g6bk043815; Thu, 28 Apr 2011 08:42:06 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3S8g65J043811; Thu, 28 Apr 2011 08:42:06 GMT (envelope-from culot) Date: Thu, 28 Apr 2011 08:42:06 GMT Message-Id: <201104280842.p3S8g65J043811@freefall.freebsd.org> To: jessefrgsmith@yahoo.ca, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156618: Port update: games/searchandrescue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 08:42:06 -0000 Synopsis: Port update: games/searchandrescue State-Changed-From-To: open->feedback State-Changed-By: culot State-Changed-When: Thu Apr 28 08:42:06 UTC 2011 State-Changed-Why: Ask for maintainer fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=156618 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 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 BF1001065680 for ; Thu, 28 Apr 2011 08:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92B5A8FC12 for ; Thu, 28 Apr 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 p3S8oC7F044694 for ; Thu, 28 Apr 2011 08:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3S8oChI044693; Thu, 28 Apr 2011 08:50:12 GMT (envelope-from gnats) Date: Thu, 28 Apr 2011 08:50:12 GMT Message-Id: <201104280850.p3S8oChI044693@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Frederic Culot Cc: Subject: Re: ports/156618: Port update: games/searchandrescue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frederic Culot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 08:50:12 -0000 The following reply was made to PR ports/156618; it has been noted by GNATS. From: Frederic Culot To: bug-followup@FreeBSD.org, jessefrgsmith@yahoo.ca Cc: Subject: Re: ports/156618: Port update: games/searchandrescue Date: Thu, 28 Apr 2011 08:41:34 +0000 Hi, sorry but after applying the patch you submitted I got problems at the compile phase as shown here: http://people.freebsd.org/~culot/tinderbox/7.4-FreeBSD/SearchAndRescue-1.3.0.log Could you please investigate? Thanks, culot@ From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 08:55: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 A52431065670; Thu, 28 Apr 2011 08:55:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 715608FC1C; Thu, 28 Apr 2011 08:55: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 p3S8t4vF052755; Thu, 28 Apr 2011 08:55:04 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3S8t4Tx052751; Thu, 28 Apr 2011 08:55:04 GMT (envelope-from bapt) Date: Thu, 28 Apr 2011 08:55:04 GMT Message-Id: <201104280855.p3S8t4Tx052751@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/156688: graphics/driconf: ask for maintainship X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 08:55:04 -0000 Synopsis: graphics/driconf: ask for maintainship Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Thu Apr 28 08:55:03 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156688 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 08:57:23 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 4C06B106564A for ; Thu, 28 Apr 2011 08:57:23 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id C02658FC23 for ; Thu, 28 Apr 2011 08:57:22 +0000 (UTC) Received: from home.bluelife.at (93.104.210.95) by groupware.itac.at (Axigen) with (AES256-SHA encrypted) ESMTPSA id 0AF8C3; Thu, 28 Apr 2011 10:42:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Thu, 28 Apr 2011 10:42:15 +0200 From: Bernhard Froehlich To: Artem Naluzhnyy In-Reply-To: <201104192240.p3JMeDSH064946@freefall.freebsd.org> References: <201104192240.p3JMeDSH064946@freefall.freebsd.org> Message-ID: <15ac47c11510cfd0e6455a1460eea21e@bluelife.at> X-Sender: decke@bluelife.at User-Agent: Roundcube Webmail/0.5.2 X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B0208.4DB92866.010F,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/156508: [PATCH] emulators/virtualbox-ose-additions: deal with gues OS time sync X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 08:57:23 -0000 I think that patch is overkill. We should better document that in the wiki and tell people to add vboxservice_flags="--disable-timesync" if they want to use ntp/ntpdate and not conflict with the host time synchronization. I see no reason why we should forbid the user to do stupid things like running multiple NTP clients. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 09:33:43 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 42C58106566B for ; Thu, 28 Apr 2011 09:33:43 +0000 (UTC) (envelope-from artem.naluzhnyy@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id EDC358FC13 for ; Thu, 28 Apr 2011 09:33:42 +0000 (UTC) Received: by qyk27 with SMTP id 27so1520425qyk.13 for ; Thu, 28 Apr 2011 02:33:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=rJO6shKDMb51gIlKbd9CWYJhZGvrD1OTsYh0+MTGdWk=; b=HYPTVG6Y/dM2Q5zgErbioSui/ST+vpQyAp+oEupuvPkYEIiv0txC8pwgUaICKSzIF2 biOzxXOTJ5HMqulN8lw4vSNz7qpqOP5n9dfTRNS4GsjU5F36nFmRrsHCRbphJ6+RkMLw eBO9z2lYdGGhCLvfENmqN3rt1ncuRoIdUUPcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=WtJJ+ROHsLO4jSBE2SHnl+mJoFLydQqz00izm0ikrGY0DQjN4Wk7EtywG7Mv3fpRW1 ClzoTv2rCA4OcO9EZv/Tv7AuyODjKIMMnd+aS9zWkLmIfcQOZMALDgqnZIguCJR6BRxW 5CfU6BWB/GbGm8JpH6HlA2gaSro9AzxqozIYM= Received: by 10.224.183.79 with SMTP id cf15mr2719293qab.0.1303981479166; Thu, 28 Apr 2011 02:04:39 -0700 (PDT) MIME-Version: 1.0 Sender: artem.naluzhnyy@gmail.com Received: by 10.224.80.210 with HTTP; Thu, 28 Apr 2011 02:03:59 -0700 (PDT) In-Reply-To: <15ac47c11510cfd0e6455a1460eea21e@bluelife.at> References: <201104192240.p3JMeDSH064946@freefall.freebsd.org> <15ac47c11510cfd0e6455a1460eea21e@bluelife.at> From: Artem Naluzhnyy Date: Thu, 28 Apr 2011 12:03:59 +0300 X-Google-Sender-Auth: yH7470qnhF4--cWQkG5kRjhzQQs Message-ID: To: Bernhard Froehlich Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/156508: [PATCH] emulators/virtualbox-ose-additions: deal with gues OS time sync X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 09:33:43 -0000 On Thu, Apr 28, 2011 at 11:42, Bernhard Froehlich wrote: > I think that patch is overkill. We should better document that in the > wiki and tell people to add vboxservice_flags="--disable-timesync" if > they want to use ntp/ntpdate and not conflict with the host time > synchronization. I see no reason why we should forbid the user to do > stupid things like running multiple NTP clients. There are definitely two options: * make it works out of the box * patch the documentation I saw a FreeBSD kernel commit with kern.hz=100 modification for guest OS. But there was also an option the leave this in the documentation instead. So I realized out of the box here is OK too. BTW, --disable-timesync looks worse, than ntpd_enable="NO". Host OS can keep time better. And this is quite important, when the host OS has no Internet connection and so ntpd in the guest OS can not get proper time from remote NTP servers. -- Artem Naluzhnyy From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 10:20:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7A31065672 for ; Thu, 28 Apr 2011 10: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 B3B668FC13 for ; Thu, 28 Apr 2011 10:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SAK6Vr026009 for ; Thu, 28 Apr 2011 10:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SAK6jJ026008; Thu, 28 Apr 2011 10:20:06 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 10:20:06 GMT Resent-Message-Id: <201104281020.p3SAK6jJ026008@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel I Volkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1E7E106566B for ; Thu, 28 Apr 2011 10:16:36 +0000 (UTC) (envelope-from pavelivolkov@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 689098FC14 for ; Thu, 28 Apr 2011 10:16:36 +0000 (UTC) Received: by bwz12 with SMTP id 12so3074029bwz.13 for ; Thu, 28 Apr 2011 03:16:35 -0700 (PDT) Received: by 10.204.20.142 with SMTP id f14mr3163890bkb.155.1303985794339; Thu, 28 Apr 2011 03:16:34 -0700 (PDT) Received: from cvs0.catervaska.dyndns.org ([178.140.254.150]) by mx.google.com with ESMTPS id d11sm928623bka.7.2011.04.28.03.16.32 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2011 03:16:33 -0700 (PDT) Received: from cvs0.catervaska.dyndns.org (localhost [127.0.0.1]) by cvs0.catervaska.dyndns.org (8.14.4/8.14.4) with ESMTP id p3SAGWBb037035 for ; Thu, 28 Apr 2011 14:16:33 +0400 (MSD) (envelope-from pol@cvs0.catervaska.dyndns.org) Received: (from pol@localhost) by cvs0.catervaska.dyndns.org (8.14.4/8.14.4/Submit) id p3SAGW6B037034; Thu, 28 Apr 2011 14:16:32 +0400 (MSD) (envelope-from pol) Message-Id: <201104281016.p3SAGW6B037034@cvs0.catervaska.dyndns.org> Date: Thu, 28 Apr 2011 14:16:32 +0400 (MSD) From: Pavel I Volkov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156692: [MAINTAINER] emulators/dynagen: Change dependencies. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 10:20:07 -0000 >Number: 156692 >Category: ports >Synopsis: [MAINTAINER] emulators/dynagen: Change dependencies. >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 Apr 28 10:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pavel I Volkov >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD cvs0.catervaska.dyndns.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 9 20:20:05 MSD >Description: Change dependencies. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dynagen-0.11.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/emulators/dynagen.orig/Makefile /usr/ports/emulators/dynagen/Makefile --- /usr/ports/emulators/dynagen.orig/Makefile 2011-04-28 10:27:36.000000000 +0400 +++ /usr/ports/emulators/dynagen/Makefile 2011-04-28 10:48:05.000000000 +0400 @@ -7,13 +7,14 @@ PORTNAME= dynagen PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/dyna-gen/${PORTNAME}%20source%20_%20Linux/${PORTNAME}%20${PORTVERSION} MAINTAINER= pavelivolkov@googlemail.com COMMENT= Text-based front end for Dynamips development version -RUN_DEPENDS= dynamips:${PORTSDIR}/emulators/dynamips-devel +RUN_DEPENDS= dynamips:${PORTSDIR}/emulators/dynamips-community # Note that it *should* be dynamips-devel but that port installs it as dynamips USE_PYTHON= yes diff -ruN --exclude=CVS /usr/ports/emulators/dynagen.orig/distinfo /usr/ports/emulators/dynagen/distinfo --- /usr/ports/emulators/dynagen.orig/distinfo 2011-04-28 10:27:36.000000000 +0400 +++ /usr/ports/emulators/dynagen/distinfo 2011-04-28 11:14:42.000000000 +0400 @@ -1,3 +1,2 @@ -MD5 (dynagen-0.11.0.tar.gz) = 3f88b3449b17096dca84d007f0b91b3f SHA256 (dynagen-0.11.0.tar.gz) = 53523fe13e151c0476596315aa724d50c6523ab72bb64d0ffc8d3ea8ad4e9628 SIZE (dynagen-0.11.0.tar.gz) = 1418846 --- dynagen-0.11.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 11: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 497AB1065675 for ; Thu, 28 Apr 2011 11: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 011728FC19 for ; Thu, 28 Apr 2011 11: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 p3SBA7Qr071081 for ; Thu, 28 Apr 2011 11: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 p3SBA7vW071080; Thu, 28 Apr 2011 11:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 11:10:07 GMT Resent-Message-Id: <201104281110.p3SBA7vW071080@freefall.freebsd.org> 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 A06A91065673 for ; Thu, 28 Apr 2011 11:06: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 73FB48FC16 for ; Thu, 28 Apr 2011 11:06: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 p3SB65f0076888 for ; Thu, 28 Apr 2011 11:06:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SB65V7076887; Thu, 28 Apr 2011 11:06:05 GMT (envelope-from nobody) Message-Id: <201104281106.p3SB65V7076887@red.freebsd.org> Date: Thu, 28 Apr 2011 11:06:05 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156693: [PATCH] security/hmap: refine this port a bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 11:10:08 -0000 >Number: 156693 >Category: ports >Synopsis: [PATCH] security/hmap: refine this port a bit >Confidential: no >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 Apr 28 11:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - remove dead mirror - install license with LICENSE knob - use USE_PYTHON instead of RUN_DEPENDS - use DOS2UNIX instead of homemade commands - use DATADIR instead of share/hmap - use COPYTREE_SHARE for copying group of files - fix plist - bump PORTREVISION because of plist changes this port is mere old, but still working. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 11: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 C0E721065674; Thu, 28 Apr 2011 11: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 950848FC0C; Thu, 28 Apr 2011 11: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 p3SBAIBG071841; Thu, 28 Apr 2011 11: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 p3SBAIE2071830; Thu, 28 Apr 2011 11:10:18 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 11:10:18 GMT Message-Id: <201104281110.p3SBAIE2071830@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156693: [PATCH] security/hmap: refine this port a bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 11:10:18 -0000 Synopsis: [PATCH] security/hmap: refine this port a bit Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 28 11:10: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=156693 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 11: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 8F5531065673 for ; Thu, 28 Apr 2011 11: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 643818FC13 for ; Thu, 28 Apr 2011 11: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 p3SBUBjB089479 for ; Thu, 28 Apr 2011 11: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 p3SBUB9n089475; Thu, 28 Apr 2011 11:30:11 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 11:30:11 GMT Resent-Message-Id: <201104281130.p3SBUB9n089475@freefall.freebsd.org> 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 A1753106564A for ; Thu, 28 Apr 2011 11:27:22 +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 26BAD8FC0A for ; Thu, 28 Apr 2011 11:27:21 +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 p3SAYoxU044555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 28 Apr 2011 12:34:50 +0200 (CEST) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.4/8.14.4/Submit) id p3SAYoVT044554; Thu, 28 Apr 2011 12:34:50 +0200 (CEST) (envelope-from nl) Message-Id: <201104281034.p3SAYoVT044554@anthesphoria.net> Date: Thu, 28 Apr 2011 12:34:50 +0200 (CEST) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156694: [Maintainer] KMFL update (part 1/2): Make SCIM and IBus KMFL IMEngines to share the same keyboards repository 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: Thu, 28 Apr 2011 11:30:11 -0000 >Number: 156694 >Category: ports >Synopsis: [Maintainer] KMFL update (part 1/2): Make SCIM and IBus KMFL IMEngines to share the same keyboards repository >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 Apr 28 11:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mordor.xx.ac.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor.xx.ac.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Please process part 2/2 of this update after committing this one because new port names, pkg-descrs and behaviour will not make sense without it. LOG: Overview -------- * Patch SCIM KMFL engine (textproc/scim-kmfl-imengine) to use the same neutral keyboard repository as textproc/ibus-kmfl does, ${LOCALBASE}/share/kmfl/. This approach is similar to m17n (its keyboard databases, devel/m17n-db and textproc/m17n-contrib, are shared between textproc/scim-m17n and textproc/ibus-m17n). This patch also makes both these KMFL engine ports to read ~/.kmfl/ instead of SCIM-oriented ~/.scim/kmfl/. * Patch keyboard ports (7 of them) to install data to the new repository, ${LOCALBASE}/share/kmfl/; the keyboard ports are now SCIM-only and install to ${LOCALBASE}/share/scim/kmfl/; the part 2/2 of this update is a repocopy-request to rename all these ports and to inform users to move their local KMN/KMFL files. * adapt descriptions in other KMFL ports (textproc/kmflcomp, textproc/libkmfl); * while we are here, do some additional maintenance. Details ------- textproc/ibus-kmfl: * renamed default.png to default-kmfl.png to avoid conflict with textproc/scim-kmfl-imengine (ithey now install files to the same place) * CPPFLAGS/CONFIGURE_ENV correction * adapted pkg-descr textproc/scim-kmfl-imengine: * patched to use ${LOCALBASE}/share/kmfl/ and ~/.kmfl/ * CPPFLAGS/CONFIGURE_ENV correction * corrected wrong MASTER_SITES * new SHA256: the file on SF has changed in meantime * adapted pkg-descr textproc/libkmfl: * make use of PLIST_DIRSTRY (hence PORTREVISION bump) * be precise with LIB_DEPENDS * CPPFLAGS/CONFIGURE_ENV correction * corrected wrong MASTER_SITES * adapted pkg-descr textproc/kmflcomp: * adapted COMMENT, pkg-descr, pkg-message * CPPFLAGS/CONFIGURE_ENV correction * the documentation file moved to the new dir on SF, fixed MASTER_SITES keyboard ports (textproc/scim-kmfl-european-latin, textproc/scim-kmfl-sil-ezra, textproc/scim-kmfl-sil-galatia, textproc/scim-kmfl-sil-ipa-unicode5, textproc/scim-kmfl-sil-panafrican-latin, textproc/scim-kmfl-sil-yi, textproc/scim-kmfl-varamozhi-malayalam): * patched to install to ${LOCALBASE}/share/kmfl/ * removed runtime dependency on textproc/scim-kmfl/imengine (again, mimicking m17-db and m17-contrib) * do-install and PLIST adaptations accordingly since ports now can be installed without any IMEngine * adapted descriptions (COMMENT, pkg-descr) >How-To-Repeat: >Fix: --- kmfl-shared.repo-20110428.patch begins here --- Index: ibus-kmfl/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ibus-kmfl/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- ibus-kmfl/Makefile 23 Jul 2010 22:07:44 -0000 1.2 +++ ibus-kmfl/Makefile 27 Apr 2011 23:08:15 -0000 @@ -7,6 +7,7 @@ PORTNAME= ibus-kmfl PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/kmfl/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ @@ -24,8 +25,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -36,7 +38,10 @@ .endif post-patch: + @${CP} ${WRKSRC}/icons/default.png ${WRKSRC}/icons/default-kmfl.png @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' \ ${WRKSRC}/src/kmflutil.c ${WRKSRC}/src/kmfl.xml.in.in + @${REINPLACE_CMD} -e 's|default\.png|default-kmfl.png|g' \ + ${WRKSRC}/src/kmflutil.c ${WRKSRC}/icons/Makefile.in .include Index: ibus-kmfl/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/ibus-kmfl/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- ibus-kmfl/distinfo 23 Jul 2010 22:07:44 -0000 1.2 +++ ibus-kmfl/distinfo 23 Apr 2011 19:42:15 -0000 @@ -1,3 +1,2 @@ -MD5 (kmfl/ibus-kmfl-1.0.3.tar.gz) = d98ed94d49ed2019008f7b4dc4a20e6c SHA256 (kmfl/ibus-kmfl-1.0.3.tar.gz) = 0befc497090f5d1f379aec333e2363c0c54192203b81fdfd8d102ce229f0af7f SIZE (kmfl/ibus-kmfl-1.0.3.tar.gz) = 526025 Index: ibus-kmfl/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/ibus-kmfl/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- ibus-kmfl/pkg-descr 10 Jun 2010 18:30:26 -0000 1.1 +++ ibus-kmfl/pkg-descr 27 Apr 2011 20:41:55 -0000 @@ -14,5 +14,6 @@ Official Tavultesoft repository contains keyboards that cover more than 220 languages. Significant number of them are open source. +The keyboard ports are textproc/kmfl-*. WWW: http://kmfl.sourceforge.net/ Index: ibus-kmfl/pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/ibus-kmfl/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- ibus-kmfl/pkg-plist 10 Jun 2010 18:30:26 -0000 1.1 +++ ibus-kmfl/pkg-plist 23 Apr 2011 19:29:40 -0000 @@ -1,7 +1,7 @@ libexec/ibus-engine-kmfl %%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-kmfl.mo share/ibus/component/kmfl.xml -share/kmfl/icons/default.png +share/kmfl/icons/default-kmfl.png share/kmfl/icons/ibus-kmfl.svg -@dirrm share/kmfl/icons -@dirrm share/kmfl +@dirrmtry share/kmfl/icons +@dirrmtry share/kmfl Index: kmflcomp/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/kmflcomp/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- kmflcomp/Makefile 23 Jul 2010 22:05:52 -0000 1.8 +++ kmflcomp/Makefile 27 Apr 2011 22:57:58 -0000 @@ -8,15 +8,16 @@ PORTNAME= kmflcomp PORTVERSION= 0.9.9 CATEGORIES= textproc -MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ - http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ - KMFL-Compiler.sxw +MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION}:1 \ + SF/kmfl/kmfl/Documentation:2 \ + http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/:1,2 +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:1 \ + KMFL-Compiler.sxw:2 DIST_SUBDIR= kmfl EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= Compiler of Keyman keyboard sources to use with SCIM KMFL IMEngine +COMMENT= Compiler of Keyman KMFL keyboard sources to use with SCIM/IBus BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison @@ -24,8 +25,9 @@ USE_LDCONFIG= yes USE_ICONV= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -liconv +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" DOCSDIR= ${PREFIX}/share/doc/kmfl/${PORTNAME} DOCS= ${DISTDIR}/${DIST_SUBDIR}/KMFL-Compiler.sxw \ Index: kmflcomp/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/kmflcomp/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- kmflcomp/distinfo 23 Jul 2010 22:05:52 -0000 1.3 +++ kmflcomp/distinfo 27 Apr 2011 18:01:15 -0000 @@ -1,6 +1,4 @@ -MD5 (kmfl/kmflcomp-0.9.9.tar.gz) = ece7fab3fd378ae93445912b6c90c29d SHA256 (kmfl/kmflcomp-0.9.9.tar.gz) = d07fe491ab4bfd6ad1d60a092c382c6e567f44729d406f066d804057ca9f716a SIZE (kmfl/kmflcomp-0.9.9.tar.gz) = 365124 -MD5 (kmfl/KMFL-Compiler.sxw) = d9bf9f5a45824354205ce8a4721b807d SHA256 (kmfl/KMFL-Compiler.sxw) = dedb0aee0b7d931dff48d0bcd3f9fa5c2c71d4684f9aa53e064df5bfb8b04841 SIZE (kmfl/KMFL-Compiler.sxw) = 56675 Index: kmflcomp/files/pkg-message.in =================================================================== RCS file: /home/ncvs/ports/textproc/kmflcomp/files/pkg-message.in,v retrieving revision 1.1 diff -u -r1.1 pkg-message.in --- kmflcomp/files/pkg-message.in 18 Oct 2007 12:29:50 -0000 1.1 +++ kmflcomp/files/pkg-message.in 27 Apr 2011 18:22:59 -0000 @@ -14,6 +14,7 @@ http://tavultesoft.com/keymandev/documentation/help/main/guide.php - You need textproc/scim-kmfl-imengine and textproc/scim-kmfl-* ports - in order to use actual keyboards through SCIM. + You need textproc/scim-kmfl-imengine to use KMFL keyboards through + SCIM, or textproc/ibus-kmfl to use them through IBus. The keyboard + ports are textproc/kmfl-*. ------------------------------------------------------------------------ Index: libkmfl/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/libkmfl/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- libkmfl/Makefile 29 Jan 2011 10:22:30 -0000 1.9 +++ libkmfl/Makefile 27 Apr 2011 23:02:20 -0000 @@ -7,20 +7,22 @@ PORTNAME= libkmfl PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ - http://anthesphoria.net/FreeBSD/ports/distfiles/ + http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= An engine to interpret compiled KMFL keyboard tables -LIB_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +LIB_DEPENDS= kmflcomp.0:${PORTSDIR}/textproc/kmflcomp USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" DOCSDIR= ${PREFIX}/share/doc/kmfl/${PORTNAME} PORTDOCS= AUTHORS COPYING ChangeLog @@ -30,7 +32,7 @@ lib/libkmfl.la \ lib/libkmfl.so \ lib/libkmfl.so.0 -PLIST_DIRS= include/kmfl +PLIST_DIRSTRY= include/kmfl post-patch: @${REINPLACE_CMD} \ Index: libkmfl/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/libkmfl/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- libkmfl/pkg-descr 18 Oct 2007 16:05:36 -0000 1.1 +++ libkmfl/pkg-descr 27 Apr 2011 17:32:36 -0000 @@ -1,7 +1,9 @@ -This library provides an engine to interpret compiled -(textproc/kmflcomp) KMFL keyboard tables written in Keyman keyboard -language for use with SCIM KMFL IMEngine -(textproc/scim-kmfl-imengine). +This library provides an engine to interpret compiled KMFL keyboard +tables (textproc/kmflcomp) written in Keyman keyboard language. + +The current implementation of KMFL uses either the IBus framework (via +textproc/ibus-kmfl) or the older SCIM framework (via +textproc/scim-kmfl-imengine) to handle the input method interface to X. KMFL aims to bring Tavultesoft Keyman functionality to *nix operating systems. KMFL is being jointly developed by SIL International Index: scim-kmfl-european-latin/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-european-latin/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- scim-kmfl-european-latin/Makefile 24 Jul 2010 06:43:25 -0000 1.5 +++ scim-kmfl-european-latin/Makefile 24 Apr 2011 14:45:28 -0000 @@ -6,7 +6,7 @@ PORTNAME= scim-kmfl-european-latin PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://eurolatin.keymankeyboards.com/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -14,10 +14,9 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= Paneuropean Latin KMFL SCIM IMEngine keyboard covering 42 languages +COMMENT= Paneuropean Latin KMFL keyboard covering 42 languages -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ - ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/kmfl.so:${PORTSDIR}/textproc/scim-kmfl-imengine +RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp NO_WRKSUBDIR= yes USE_DOS2UNIX= european.kmn @@ -26,21 +25,24 @@ DOCSDIR_REL= share/doc/kmfl/${PORTNAME} DOCSDIR= ${PREFIX}/${DOCSDIR_REL} -SCIM_KMFL_DIR= share/scim/kmfl -SCIM_KMFL_ICONS_DIR= share/scim/kmfl/icons +KMFL_DIR= share/kmfl +KMFL_ICONS_DIR= share/kmfl/icons PORTDOCS= * DOCSLIST= eurolatin12.pdf european.html licence.txt readme.html \ welcome.htm -PLIST_FILES= ${SCIM_KMFL_DIR}/european.kmn \ - ${SCIM_KMFL_ICONS_DIR}/european.bmp \ - ${SCIM_KMFL_ICONS_DIR}/latin.bmp \ - ${SCIM_KMFL_ICONS_DIR}/latin.ico +PLIST_FILES= ${KMFL_DIR}/european.kmn \ + ${KMFL_ICONS_DIR}/european.bmp \ + ${KMFL_ICONS_DIR}/latin.bmp \ + ${KMFL_ICONS_DIR}/latin.ico +PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ + ${KMFL_DIR} do-install: - ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${SCIM_KMFL_DIR} + ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${KMFL_DIR} ${INSTALL_DATA} ${WRKSRC}/*.bmp ${WRKSRC}/*.ico \ - ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} + ${LOCALBASE}/${KMFL_ICONS_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} for doc in ${DOCSLIST} ; do \ @@ -51,13 +53,13 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Others\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Others\" in your SCIM/IBus menu. If you don't see it," @${ECHO_MSG} " restart X." .if !defined(NOPORTDOCS) @${ECHO_MSG} @${ECHO_MSG} " The PDF documentation for use of the European Latin" @${ECHO_MSG} " Keyboard can be found in:" - @${ECHO_MSG} " ${PREFIX}/share/doc/kmfl/scim-kmfl-european-latin/" + @${ECHO_MSG} " ${PREFIX}/share/doc/kmfl/${PORTNAME}/" .endif @${ECHO_MSG} "--------------------------------------------------------" Index: scim-kmfl-european-latin/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-european-latin/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- scim-kmfl-european-latin/distinfo 28 Nov 2009 20:43:52 -0000 1.2 +++ scim-kmfl-european-latin/distinfo 26 Apr 2011 17:43:36 -0000 @@ -1,3 +1,2 @@ -MD5 (kmfl/eurolatin-1.2.zip) = 7785b7102296521294eb8c5db7f13a07 SHA256 (kmfl/eurolatin-1.2.zip) = 9a31983c240d1b3e46474a264e904b69dc3cc058eea25c7185e99af211454a77 SIZE (kmfl/eurolatin-1.2.zip) = 362966 Index: scim-kmfl-european-latin/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-european-latin/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- scim-kmfl-european-latin/pkg-descr 16 Jul 2009 17:32:11 -0000 1.1 +++ scim-kmfl-european-latin/pkg-descr 23 Apr 2011 13:18:56 -0000 @@ -5,8 +5,8 @@ uses punctuation and letter keys in sequence to access diacritic and other letters. -This port installs the keyboard so that it can be used through SCIM -KMFL IMEngine (textproc/scim-kmfl-imengine). +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, Balearic, Basque, Breton, Catalan, Croatian, Czech, Danish, Dutch, Index: scim-kmfl-imengine/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- scim-kmfl-imengine/Makefile 4 Dec 2010 07:33:50 -0000 1.15 +++ scim-kmfl-imengine/Makefile 27 Apr 2011 23:36:28 -0000 @@ -7,9 +7,10 @@ PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ - http://anthesphoria.net/FreeBSD/ports/distfiles/ + http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net @@ -30,8 +31,9 @@ USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" DOCSDIR= ${PREFIX}/share/doc/kmfl/${PORTNAME} PORTDOCS= AUTHORS COPYING ChangeLog @@ -41,7 +43,7 @@ pre-patch: @${ECHO_MSG} --------------------------------------------------------- @${ECHO_MSG} You have SKIM installed. KMFL-SCIM-IMEngine will work - @${ECHO_MSG} and you will be able to use textproc/scim-kmfl-* key- + @${ECHO_MSG} and you will be able to use textproc/kmfl-* key- @${ECHO_MSG} boards, but KMFL IME does not have SKIM frontend yet. @${ECHO_MSG} Please refer to the textproc/kmflcomp docs on how to @${ECHO_MSG} use KMFL keyboards in QT applications. @@ -55,6 +57,19 @@ @${REINPLACE_CMD} \ 's|/usr/lib|${LOCALBASE}/lib|' \ ${WRKSRC}/scim_kmfl_imengine_setup/scim_kmfl_imengine_setup.cpp + @${REINPLACE_CMD} \ + 's|$$(datadir)/scim/kmfl|$$(datadir)/kmfl|g' \ + ${WRKSRC}/src/Makefile.* \ + ${WRKSRC}/scim_kmfl_imengine_setup/Makefile.* + @${REINPLACE_CMD} \ + 's|SCIM_DATADIR="$$datadir/scim"|SCIM_DATADIR="$$datadir"|' \ + ${WRKSRC}/configure.in + @${REINPLACE_CMD} \ + 's|"\.scim" SCIM_PATH_DELIM_STRING "kmfl"|".kmfl"|' \ + ${WRKSRC}/scim_kmfl_imengine_setup/scim_kmfl_imengine_setup.cpp + @${REINPLACE_CMD} \ + 's|"\.scim" + SCIM_PATH_DELIM_STRING + "kmfl"|".kmfl"|' \ + ${WRKSRC}/src/scim_kmfl_imengine.cpp post-install: .if !defined(NOPORTDOCS) Index: scim-kmfl-imengine/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- scim-kmfl-imengine/distinfo 19 Jun 2010 14:33:54 -0000 1.3 +++ scim-kmfl-imengine/distinfo 22 Apr 2011 13:37:04 -0000 @@ -1,3 +1,2 @@ -MD5 (kmfl/scim-kmfl-imengine-0.9.9.tar.gz) = 81acd6ed58e0d5f3f52cfa575afa47da -SHA256 (kmfl/scim-kmfl-imengine-0.9.9.tar.gz) = 22e384b9add2f30e5cce13564cff72f45919be4ede529d4ba6483206e0a92a73 -SIZE (kmfl/scim-kmfl-imengine-0.9.9.tar.gz) = 513455 +SHA256 (kmfl/scim-kmfl-imengine-0.9.9.tar.gz) = cf0b029d54d1468028be2f82a73606152504cacb2f436f65db6dea48d2d460cc +SIZE (kmfl/scim-kmfl-imengine-0.9.9.tar.gz) = 509576 Index: scim-kmfl-imengine/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- scim-kmfl-imengine/pkg-descr 23 Oct 2007 11:38:44 -0000 1.1 +++ scim-kmfl-imengine/pkg-descr 27 Apr 2011 20:42:24 -0000 @@ -12,6 +12,6 @@ Official Tavultesoft repository contains keyboards that cover more than 220 languages. Significant number of them are open source. -Ported keyboards are textproc/scim-kmfl-*. +The keyboards ports are textproc/kmfl-*. WWW: http://kmfl.sourceforge.net/ Index: scim-kmfl-imengine/pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- scim-kmfl-imengine/pkg-plist 23 Oct 2007 11:38:44 -0000 1.1 +++ scim-kmfl-imengine/pkg-plist 22 Apr 2011 13:37:04 -0000 @@ -4,6 +4,6 @@ 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 -@dirrmtry share/scim/kmfl/icons -@dirrmtry share/scim/kmfl +share/kmfl/icons/default.png +@dirrmtry share/kmfl/icons +@dirrmtry share/kmfl Index: scim-kmfl-imengine/files/pkg-message.in =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/files/pkg-message.in,v retrieving revision 1.1 diff -u -r1.1 pkg-message.in --- scim-kmfl-imengine/files/pkg-message.in 23 Oct 2007 11:38:44 -0000 1.1 +++ scim-kmfl-imengine/files/pkg-message.in 22 Apr 2011 13:37:03 -0000 @@ -7,6 +7,6 @@ %%PREFIX%%/share/doc/kmfl/kmflcomp/KMFL-Compiler.sxw - You need textproc/scim-kmfl-* ports in order to use actual keyboards + You need textproc/kmfl-* ports in order to use actual keyboards through SCIM. ------------------------------------------------------------------------ Index: scim-kmfl-sil-ezra/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ezra/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- scim-kmfl-sil-ezra/Makefile 28 Mar 2010 06:44:27 -0000 1.4 +++ scim-kmfl-sil-ezra/Makefile 27 Apr 2011 20:56:44 -0000 @@ -6,21 +6,20 @@ PORTNAME= scim-kmfl-sil-ezra PORTVERSION= 2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL251_Src.zip\&filename=/:1 \ http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL2.5Keying\&filename=/:2 \ - http://anthesphoria.net/FreeBSD/ports/distfiles/kmfl/:1,2 + http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/:1,2 DISTFILES= EzraSIL251_Src.zip:1 \ Keying+in+Hebrew.pdf:2 DIST_SUBDIR= kmfl EXTRACT_ONLY= EzraSIL251_Src.zip MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= SCIM KMFL IMEngine keyboard for Unicode Biblical Hebrew +COMMENT= KMFL keyboard for Unicode Biblical Hebrew -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ - ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/kmfl.so:${PORTSDIR}/textproc/scim-kmfl-imengine +RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp WRKSRC= ${WRKDIR}/EzraSIL2.51 USE_DOS2UNIX= Keyman/EZRAUNI24.KMN @@ -29,8 +28,8 @@ DOCSDIR_REL= share/doc/kmfl/${PORTNAME} DOCSDIR= ${PREFIX}/${DOCSDIR_REL} -SCIM_KMFL_DIR= share/scim/kmfl -SCIM_KMFL_ICONS_DIR= share/scim/kmfl/icons +KMFL_DIR= share/kmfl +KMFL_ICONS_DIR= share/kmfl/icons PORTDOCS= * DOCSLIST= ${WRKSRC}/Licenses.txt ${WRKSRC}/README.txt \ @@ -38,14 +37,17 @@ ${DISTDIR}/${DIST_SUBDIR}/Keying+in+Hebrew.pdf \ ${WRKSRC}/WordDocs/Simplified\ keyboard\ chart.doc -PLIST_FILES= ${SCIM_KMFL_DIR}/EZRAUNI24.kmn \ - ${SCIM_KMFL_ICONS_DIR}/HEBDISPY.bmp \ - ${SCIM_KMFL_ICONS_DIR}/alef.bmp +PLIST_FILES= ${KMFL_DIR}/EZRAUNI24.kmn \ + ${KMFL_ICONS_DIR}/HEBDISPY.bmp \ + ${KMFL_ICONS_DIR}/alef.bmp +PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ + ${KMFL_DIR} do-install: + ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} ${CP} -f ${WRKSRC}/Keyman/EZRAUNI24.KMN ${WRKSRC}/Keyman/EZRAUNI24.kmn - ${INSTALL_DATA} ${WRKSRC}/Keyman/*.kmn ${LOCALBASE}/${SCIM_KMFL_DIR} - ${INSTALL_DATA} ${WRKSRC}/Keyman/*.bmp ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/Keyman/*.kmn ${LOCALBASE}/${KMFL_DIR} + ${INSTALL_DATA} ${WRKSRC}/Keyman/*.bmp ${LOCALBASE}/${KMFL_ICONS_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} for doc in ${DOCSLIST} ; do \ @@ -56,7 +58,7 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Hebrew\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Hebrew\" in your SCIM/IBus menu. If you don't see it," @${ECHO_MSG} " restart X." .if !defined(NOPORTDOCS) @${ECHO_MSG} Index: scim-kmfl-sil-ezra/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ezra/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- scim-kmfl-sil-ezra/distinfo 16 Jul 2009 17:33:06 -0000 1.1 +++ scim-kmfl-sil-ezra/distinfo 26 Apr 2011 17:46:40 -0000 @@ -1,6 +1,4 @@ -MD5 (kmfl/EzraSIL251_Src.zip) = 9c94d51b9dd6ab1b7fb0db7e67d5ed9e SHA256 (kmfl/EzraSIL251_Src.zip) = d0818f56c4d0e63b1d947cfef5f7dfec005e771e7d178a7197c12539bce454c4 SIZE (kmfl/EzraSIL251_Src.zip) = 1030435 -MD5 (kmfl/Keying+in+Hebrew.pdf) = 1817c823ac75e59f57a96ee059263033 SHA256 (kmfl/Keying+in+Hebrew.pdf) = c034cc1e97cab0e4fc692c2e70e25745f7375e2bd6a7089506e876f66cf5f731 SIZE (kmfl/Keying+in+Hebrew.pdf) = 89974 Index: scim-kmfl-sil-ezra/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ezra/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- scim-kmfl-sil-ezra/pkg-descr 16 Jul 2009 17:33:06 -0000 1.1 +++ scim-kmfl-sil-ezra/pkg-descr 24 Apr 2011 17:56:42 -0000 @@ -2,8 +2,8 @@ cantillation marks) with Unicode fonts. It is written in Keyman keyboard language and developed by SIL Non-Roman Script Initiative (NRSI). -This port installs the keyboard so that it can be used through SCIM KMFL -IMEngine (textproc/scim-kmfl-imengine). +This port installs the keyboard so that it can be used through SCIM or +IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). The keyboard is provided under the terms of MIT/X11 License. Index: scim-kmfl-sil-galatia/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-galatia/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- scim-kmfl-sil-galatia/Makefile 28 Mar 2010 06:44:27 -0000 1.4 +++ scim-kmfl-sil-galatia/Makefile 26 Apr 2011 17:48:14 -0000 @@ -7,7 +7,7 @@ PORTNAME= scim-kmfl-sil-galatia PORTVERSION= 1.02 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=GrkPolyComp_Src&filename=/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ @@ -15,10 +15,9 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= SCIM KMFL IMEngine Unicode keyboard for typesetting Ancient Greek +COMMENT= KMFL Unicode keyboard for typesetting Ancient Greek -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ - ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/kmfl.so:${PORTSDIR}/textproc/scim-kmfl-imengine +RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp WRKSRC= ${WRKDIR}/GrkPolyComp_Src USE_DOS2UNIX= GrkPolyComp.KMN @@ -27,20 +26,23 @@ DOCSDIR_REL= share/doc/kmfl/${PORTNAME} DOCSDIR= ${PREFIX}/${DOCSDIR_REL} -SCIM_KMFL_DIR= share/scim/kmfl -SCIM_KMFL_ICONS_DIR= share/scim/kmfl/icons +KMFL_DIR= share/kmfl +KMFL_ICONS_DIR= share/kmfl/icons PORTDOCS= * DOCSLIST= Greek\ Poly\ Comp\ Kbrd\ Layout.pdf \ welcome.htm -PLIST_FILES= ${SCIM_KMFL_DIR}/GrkPolyComp.kmn \ - ${SCIM_KMFL_ICONS_DIR}/ALPHA.bmp +PLIST_FILES= ${KMFL_DIR}/GrkPolyComp.kmn \ + ${KMFL_ICONS_DIR}/ALPHA.bmp +PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ + ${KMFL_DIR} do-install: + ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} ${CP} -f ${WRKSRC}/GrkPolyComp.KMN ${WRKSRC}/GrkPolyComp.kmn - ${INSTALL_DATA} ${WRKSRC}/GrkPolyComp.kmn ${LOCALBASE}/${SCIM_KMFL_DIR} - ${INSTALL_DATA} ${WRKSRC}/ALPHA.bmp ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/GrkPolyComp.kmn ${LOCALBASE}/${KMFL_DIR} + ${INSTALL_DATA} ${WRKSRC}/ALPHA.bmp ${LOCALBASE}/${KMFL_ICONS_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} for doc in ${DOCSLIST} ; do \ @@ -51,7 +53,7 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Greek\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Greek\" in your SCIM/IBus menu. If you don't see it," @${ECHO_MSG} " restart X." .if !defined(NOPORTDOCS) @${ECHO_MSG} Index: scim-kmfl-sil-galatia/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-galatia/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- scim-kmfl-sil-galatia/distinfo 2 Sep 2009 17:26:53 -0000 1.1 +++ scim-kmfl-sil-galatia/distinfo 26 Apr 2011 17:48:00 -0000 @@ -1,3 +1,2 @@ -MD5 (kmfl/GrkPolyComp_Src.zip) = 5e7bf6186a3917d796f1abb710bed539 SHA256 (kmfl/GrkPolyComp_Src.zip) = 59b4ad7f7a31f66a674f1867979baf07ae5143957cec6575e3d1428f5acf66e7 SIZE (kmfl/GrkPolyComp_Src.zip) = 197829 Index: scim-kmfl-sil-galatia/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-galatia/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- scim-kmfl-sil-galatia/pkg-descr 2 Sep 2009 17:26:53 -0000 1.1 +++ scim-kmfl-sil-galatia/pkg-descr 24 Apr 2011 19:01:09 -0000 @@ -2,6 +2,9 @@ characters. It is written in Keyman Keyboard Language by SIL Non-Roman Script Initiative (NRSI). +This port installs the keyboard so that it can be used through SCIM or +IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). + The main purpose of the keyboards is to provide a wide range of keying options, so many characters can be entered in multiple ways. The features include: Index: scim-kmfl-sil-ipa-unicode5/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ipa-unicode5/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- scim-kmfl-sil-ipa-unicode5/Makefile 28 Mar 2010 06:44:27 -0000 1.5 +++ scim-kmfl-sil-ipa-unicode5/Makefile 25 Apr 2011 18:56:22 -0000 @@ -6,7 +6,7 @@ PORTNAME= scim-kmfl-sil-ipa-unicode5 PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=IPAUni_12_Src\&filename=/:1 \ http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=IPAUni_12.pdf\&filename=/:2 @@ -16,10 +16,9 @@ EXTRACT_ONLY= IPAUni_Src12.zip MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine of SCIM +COMMENT= IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ - ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/kmfl.so:${PORTSDIR}/textproc/scim-kmfl-imengine +RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp WRKSRC= ${WRKDIR}/IPA12 USE_DOS2UNIX= IPAUni12.kmn @@ -28,20 +27,23 @@ DOCSDIR_REL= share/doc/kmfl/${PORTNAME} DOCSDIR= ${PREFIX}/${DOCSDIR_REL} -SCIM_KMFL_DIR= share/scim/kmfl -SCIM_KMFL_ICONS_DIR= share/scim/kmfl/icons +KMFL_DIR= share/kmfl +KMFL_ICONS_DIR= share/kmfl/icons SUB_FILES= pkg-message PORTDOCS= * DOCSLIST= ${WRKSRC}/welcome.htm \ ${DISTDIR}/${DIST_SUBDIR}/IPA+Unicode+5.1_ver+1.2_KMN.pdf -PLIST_FILES= ${SCIM_KMFL_DIR}/IPAUni12.kmn \ - ${SCIM_KMFL_ICONS_DIR}/ipa.bmp \ - ${SCIM_KMFL_ICONS_DIR}/sil.bmp +PLIST_FILES= ${KMFL_DIR}/IPAUni12.kmn \ + ${KMFL_ICONS_DIR}/ipa.bmp \ + ${KMFL_ICONS_DIR}/sil.bmp +PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ + ${KMFL_DIR} do-install: - ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${SCIM_KMFL_DIR} - ${INSTALL_DATA} ${WRKSRC}/*.bmp ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} + ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${KMFL_DIR} + ${INSTALL_DATA} ${WRKSRC}/*.bmp ${LOCALBASE}/${KMFL_ICONS_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} for doc in ${DOCSLIST} ; do \ Index: scim-kmfl-sil-ipa-unicode5/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ipa-unicode5/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- scim-kmfl-sil-ipa-unicode5/distinfo 16 Jul 2009 15:00:35 -0000 1.2 +++ scim-kmfl-sil-ipa-unicode5/distinfo 25 Apr 2011 18:59:03 -0000 @@ -1,6 +1,4 @@ -MD5 (kmfl/IPAUni_Src12.zip) = 68a280eda858cbb062581c760e68d362 SHA256 (kmfl/IPAUni_Src12.zip) = e4ed6d9268c5877f800437a6d5e6f8ea664f469059c905ee4c3682a92511da69 SIZE (kmfl/IPAUni_Src12.zip) = 123262 -MD5 (kmfl/IPA+Unicode+5.1_ver+1.2_KMN.pdf) = fdd096cbd0dfe39f819f8b62e53f96e6 SHA256 (kmfl/IPA+Unicode+5.1_ver+1.2_KMN.pdf) = 778abed97671f7957c4e404b4f766ef636cffa7bd18195aa72d9883999ce28d6 SIZE (kmfl/IPA+Unicode+5.1_ver+1.2_KMN.pdf) = 638769 Index: scim-kmfl-sil-ipa-unicode5/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ipa-unicode5/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- scim-kmfl-sil-ipa-unicode5/pkg-descr 16 Jul 2009 15:00:35 -0000 1.2 +++ scim-kmfl-sil-ipa-unicode5/pkg-descr 25 Apr 2011 18:59:30 -0000 @@ -1,8 +1,10 @@ This is mnemonic keyboard that covers entire IPA (International Phonetic Alphabet) Unicode 5 range, written in Keyman keyboard language. The keyboard is developed by SIL Non-Roman Script Initiative -(NRSI). This port installs the keyboard so that it can be used through -SCIM KMFL IMEngine (textproc/scim-kmfl-imengine). +(NRSI). + +This port installs the keyboard so that it can be used through SCIM or +IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). This keyboard is provided under SIL International X11-style License (http://scripts.sil.org/X11License). Index: scim-kmfl-sil-ipa-unicode5/files/pkg-message.in =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ipa-unicode5/files/pkg-message.in,v retrieving revision 1.2 diff -u -r1.2 pkg-message.in --- scim-kmfl-sil-ipa-unicode5/files/pkg-message.in 16 Jul 2009 15:00:35 -0000 1.2 +++ scim-kmfl-sil-ipa-unicode5/files/pkg-message.in 25 Apr 2011 18:57:54 -0000 @@ -1,7 +1,7 @@ ------------------------------------------------------------------------ You should now have the new keyboard in section "Others" of your - SCIM menu. If you don't see it, restart X. + SCIM/IBus menu. If you don't see it, restart X. The PDF documentation for use of SIL IPA Unicode5 keyboard can be found in Index: scim-kmfl-sil-panafrican-latin/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-panafrican-latin/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- scim-kmfl-sil-panafrican-latin/Makefile 28 Mar 2010 06:44:28 -0000 1.3 +++ scim-kmfl-sil-panafrican-latin/Makefile 25 Apr 2011 19:03:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= scim-kmfl-sil-panafrican-latin PORTVERSION= 20090831 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=AfricaKeyboardDead2009\&filename=/:1 \ http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=AfricaKeyboardUS2009\&filename=/:2 \ @@ -16,10 +16,9 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= SCIM KMFL IMEngine keyboard for African Latin writing systems +COMMENT= KMFL keyboard for African Latin writing systems -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ - ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/kmfl.so:${PORTSDIR}/textproc/scim-kmfl-imengine +RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp WRKSRC= ${WRKDIR} USE_DOS2UNIX= PanAfricaMnemonic/AfricaDeadKey.kmn \ @@ -29,8 +28,8 @@ DOCSDIR_REL= share/doc/kmfl/${PORTNAME} DOCSDIR= ${PREFIX}/${DOCSDIR_REL} -SCIM_KMFL_DIR= share/scim/kmfl -SCIM_KMFL_ICONS_DIR= share/scim/kmfl/icons +KMFL_DIR= share/kmfl +KMFL_ICONS_DIR= share/kmfl/icons post-patch: @${REINPLACE_CMD} -e 's|^BITMAP AFR|BITMAP AFR.bmp|' \ @@ -41,17 +40,20 @@ DOCSLIST= PanAfricaMnemonic/SIL\ Unicode\ Keyboard\ Chart\ for\ Africa\ using\ deadkeys.pdf \ PanAfricaUSlayout/SIL\ Unicode\ Keyboard\ Chart\ for\ Africa\ using\ shiftkeys.pdf -PLIST_FILES= ${SCIM_KMFL_DIR}/AfricaDeadKey.kmn \ - ${SCIM_KMFL_DIR}/AfricaUS.kmn \ - ${SCIM_KMFL_ICONS_DIR}/AFR.bmp +PLIST_FILES= ${KMFL_DIR}/AfricaDeadKey.kmn \ + ${KMFL_DIR}/AfricaUS.kmn \ + ${KMFL_ICONS_DIR}/AFR.bmp +PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ + ${KMFL_DIR} do-install: + ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} ${INSTALL_DATA} ${WRKSRC}/PanAfricaMnemonic/*.kmn \ - ${LOCALBASE}/${SCIM_KMFL_DIR} + ${LOCALBASE}/${KMFL_DIR} ${INSTALL_DATA} ${WRKSRC}/PanAfricaUSlayout/*.kmn \ - ${LOCALBASE}/${SCIM_KMFL_DIR} + ${LOCALBASE}/${KMFL_DIR} ${INSTALL_DATA} ${WRKSRC}/PanAfricaMnemonic/*.bmp \ - ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} + ${LOCALBASE}/${KMFL_ICONS_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} for doc in ${DOCSLIST} ; do \ @@ -62,7 +64,7 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Others\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Others\" in your SCIM/IBus menu. If you don't see it," @${ECHO_MSG} " restart X." .if !defined(NOPORTDOCS) @${ECHO_MSG} Index: scim-kmfl-sil-panafrican-latin/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-panafrican-latin/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- scim-kmfl-sil-panafrican-latin/distinfo 2 Sep 2009 17:24:41 -0000 1.1 +++ scim-kmfl-sil-panafrican-latin/distinfo 26 Apr 2011 17:50:06 -0000 @@ -1,6 +1,4 @@ -MD5 (kmfl/AfricaKeyboardDead.zip) = 820822a611f9480a878d4f6322b749e7 SHA256 (kmfl/AfricaKeyboardDead.zip) = b6dace0151891a249d9ee61307a7f95105be9445e91a8bb0b0f36f229ff5d6eb SIZE (kmfl/AfricaKeyboardDead.zip) = 386610 -MD5 (kmfl/AfricaKeyboardUS.zip) = 02917a406aa67b3065a097dc3e3a67c5 SHA256 (kmfl/AfricaKeyboardUS.zip) = fea2fe19ada6a16b134ae85d7fd3fa8f9b71a26235b11a5bfbb941ffbd4e0507 SIZE (kmfl/AfricaKeyboardUS.zip) = 399319 Index: scim-kmfl-sil-panafrican-latin/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-panafrican-latin/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- scim-kmfl-sil-panafrican-latin/pkg-descr 2 Sep 2009 17:24:41 -0000 1.1 +++ scim-kmfl-sil-panafrican-latin/pkg-descr 27 Apr 2011 21:03:36 -0000 @@ -6,8 +6,9 @@ Non-Roman Script Initiative (NRSI). The software is distributed under the X11-style license (http://scripts.sil.org/X11License). -This port installs the keyboards so that they can be used through SCIM KMFL -IMEngine (textproc/scim-kmfl-imengine). Two layouts are provided: +This port installs the keyboard so that it can be used through SCIM or +IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). +Two layouts are provided: * mnemonic layout for any keyboard (using deadkeys); * positional layout for US keyboard (using deadkeys and/or shift-states, i.e. Index: scim-kmfl-sil-yi/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-yi/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- scim-kmfl-sil-yi/Makefile 28 Mar 2010 06:44:28 -0000 1.3 +++ scim-kmfl-sil-yi/Makefile 27 Apr 2011 21:04:14 -0000 @@ -7,38 +7,40 @@ PORTNAME= scim-kmfl-sil-yi PORTVERSION= 20020903 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=SILYi12OFL_Src&filename=/ \ - http://anthesphoria.net/FreeBSD/ports/distfiles/kmfl/ + http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ DISTNAME= SILYiOFL1.2Src DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= SCIM KMFL IMEngine Unicode keyboard for standardized Yi script +COMMENT= KMFL Unicode keyboard for standardized Yi script -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ - ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/kmfl.so:${PORTSDIR}/textproc/scim-kmfl-imengine +RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp WRKSRC= ${WRKDIR} USE_DOS2UNIX= SourceFiles/Yi7.kmn NO_BUILD= yes USE_ZIP= yes -SCIM_KMFL_DIR= share/scim/kmfl -SCIM_KMFL_ICONS_DIR= share/scim/kmfl/icons +KMFL_DIR= share/kmfl +KMFL_ICONS_DIR= share/kmfl/icons -PLIST_FILES= ${SCIM_KMFL_DIR}/Yi7.kmn \ - ${SCIM_KMFL_ICONS_DIR}/YiPinYin.bmp +PLIST_FILES= ${KMFL_DIR}/Yi7.kmn \ + ${KMFL_ICONS_DIR}/YiPinYin.bmp +PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ + ${KMFL_DIR} do-install: - ${INSTALL_DATA} ${WRKSRC}/SourceFiles/*.kmn ${LOCALBASE}/${SCIM_KMFL_DIR} - ${INSTALL_DATA} ${WRKSRC}/SourceFiles/*.bmp ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} + ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/SourceFiles/*.kmn ${LOCALBASE}/${KMFL_DIR} + ${INSTALL_DATA} ${WRKSRC}/SourceFiles/*.bmp ${LOCALBASE}/${KMFL_ICONS_DIR} post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Others\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Others\" in your SCIM/IBus menu. If you don't see it," @${ECHO_MSG} " restart X." @${ECHO_MSG} @${ECHO_MSG} " At the moment, this keyboard has no documentation." Index: scim-kmfl-sil-yi/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-yi/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- scim-kmfl-sil-yi/distinfo 2 Sep 2009 17:25:46 -0000 1.1 +++ scim-kmfl-sil-yi/distinfo 26 Apr 2011 17:51:11 -0000 @@ -1,3 +1,2 @@ -MD5 (kmfl/SILYiOFL1.2Src.zip) = 9565edac15ec019b935d7a8e0a841968 SHA256 (kmfl/SILYiOFL1.2Src.zip) = 7733011014f3a4ad77456d668db318d78f19ca03613dd6857cf80cf3a0ef3245 SIZE (kmfl/SILYiOFL1.2Src.zip) = 2627553 Index: scim-kmfl-sil-yi/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-yi/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- scim-kmfl-sil-yi/pkg-descr 2 Sep 2009 17:25:46 -0000 1.1 +++ scim-kmfl-sil-yi/pkg-descr 25 Apr 2011 19:05:27 -0000 @@ -2,6 +2,9 @@ China with Unicode Yi fonts. It is written in Keyman keyboard language and developed by SIL Non-Roman Script Initiative (NRSI). +This port installs the keyboard so that it can be used through SCIM or +IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). + To keyboard a Yi syllable, you should type the Pinyin romanization for that syllable, followed by a space. For keyboarding punctuation, use the usual punctuation keystrokes. Index: scim-kmfl-varamozhi-malayalam/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-varamozhi-malayalam/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- scim-kmfl-varamozhi-malayalam/Makefile 28 Mar 2010 06:44:28 -0000 1.4 +++ scim-kmfl-varamozhi-malayalam/Makefile 27 Apr 2011 21:05:37 -0000 @@ -7,37 +7,39 @@ PORTNAME= scim-kmfl-varamozhi-malayalam PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/varamozhi/2%20Mozhi%20Keyman%20-%20Input%20Method/${PORTVERSION} \ - http://anthesphoria.net/FreeBSD/ports/distfiles/kmfl/ + http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ DISTNAME= mozhi_${PORTVERSION} DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= SCIM KMFL IMEngine Malayalam keyboard according to the Mozhi scheme +COMMENT= KMFL Malayalam keyboard according to the Mozhi scheme -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \ - ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/kmfl.so:${PORTSDIR}/textproc/scim-kmfl-imengine +RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp USE_DOS2UNIX= mozhi_1.1.0.kmn NO_BUILD= yes USE_ZIP= yes -SCIM_KMFL_DIR= share/scim/kmfl -SCIM_KMFL_ICONS_DIR= share/scim/kmfl/icons +KMFL_DIR= share/kmfl +KMFL_ICONS_DIR= share/kmfl/icons -PLIST_FILES= ${SCIM_KMFL_DIR}/mozhi_1.1.0.kmn \ - ${SCIM_KMFL_ICONS_DIR}/mozhi.bmp +PLIST_FILES= ${KMFL_DIR}/mozhi_1.1.0.kmn \ + ${KMFL_ICONS_DIR}/mozhi.bmp +PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ + ${KMFL_DIR} do-install: - ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${SCIM_KMFL_DIR} - ${INSTALL_DATA} ${WRKSRC}/*.bmp ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} + ${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR} + ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${KMFL_DIR} + ${INSTALL_DATA} ${WRKSRC}/*.bmp ${LOCALBASE}/${KMFL_ICONS_DIR} post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Malayalam\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Malayalam\" in your SCIM/IBus menu. If you don't see it," @${ECHO_MSG} " restart X." @${ECHO_MSG} @${ECHO_MSG} " At the moment, this keyboard has no downloadable" Index: scim-kmfl-varamozhi-malayalam/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-varamozhi-malayalam/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- scim-kmfl-varamozhi-malayalam/distinfo 21 Oct 2009 09:15:39 -0000 1.1 +++ scim-kmfl-varamozhi-malayalam/distinfo 26 Apr 2011 17:55:25 -0000 @@ -1,3 +1,2 @@ -MD5 (kmfl/mozhi_1.1.1.zip) = 69eb4fd5405c5fbed69bc401a48bef67 SHA256 (kmfl/mozhi_1.1.1.zip) = b1d584c60ecde1c2c40ca96945bf062be5d32d52249570328cd112f9f29037f1 SIZE (kmfl/mozhi_1.1.1.zip) = 208053 Index: scim-kmfl-varamozhi-malayalam/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-varamozhi-malayalam/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- scim-kmfl-varamozhi-malayalam/pkg-descr 21 Oct 2009 09:15:39 -0000 1.1 +++ scim-kmfl-varamozhi-malayalam/pkg-descr 25 Apr 2011 19:09:07 -0000 @@ -11,7 +11,7 @@ special encoding). It offers mnemonic keyboard functionality and smart-quote functionality with comas and numerals. -This port installs the keyboard so that it can be used through SCIM KMFL -IMEngine (textproc/scim-kmfl-imengine). +This port installs the keyboard so that it can be used through SCIM or +IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl). WWW: http://varamozhi.sourceforge.net/ --- kmfl-shared.repo-20110428.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 11: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 0A1B4106566C for ; Thu, 28 Apr 2011 11: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 D50618FC16 for ; Thu, 28 Apr 2011 11: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 p3SBUBA5089507 for ; Thu, 28 Apr 2011 11: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 p3SBUBRJ089498; Thu, 28 Apr 2011 11:30:11 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 11:30:11 GMT Resent-Message-Id: <201104281130.p3SBUBRJ089498@freefall.freebsd.org> 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 E9D881065673 for ; Thu, 28 Apr 2011 11:27:52 +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 BAFFC8FC15 for ; Thu, 28 Apr 2011 11:27:52 +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 p3SBC32T045076 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 28 Apr 2011 13:12:03 +0200 (CEST) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.4/8.14.4/Submit) id p3SBC3Q8045075; Thu, 28 Apr 2011 13:12:03 +0200 (CEST) (envelope-from nl) Message-Id: <201104281112.p3SBC3Q8045075@anthesphoria.net> Date: Thu, 28 Apr 2011 13:12:03 +0200 (CEST) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156695: [Repocopy] [Maintainer] KMFL update (part 2/2): Rename keyboard ports, add a note to UPDATING 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: Thu, 28 Apr 2011 11:30:12 -0000 >Number: 156695 >Category: ports >Synopsis: [Repocopy] [Maintainer] KMFL update (part 2/2): Rename keyboard ports, add a note to UPDATING >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 Apr 28 11:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mordor.xx.ac.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor.xx.ac.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This is part 2/2 of KMFL ports update. Please process this part of the update after committing the first one asap, because new port names, pkg-descrs and behaviour will not make sense without it. 1. Please rename the KMFL keyboard ports as described below. (Besides deleting 'scim-', note dropping of the number '5' from 'kmfl-sil-ipa-unicode5'; this is not strictly part of this update, but it should be done since the port currently supports Unicode 5.1.) 2. Please add the note to the UPDATING as described below. Feel free to change/correct text and its style if needed. textproc/scim-kmfl-european-latin -> textproc/kmfl-european-latin textproc/scim-kmfl-sil-ezra -> textproc/kmfl-sil-ezra textproc/scim-kmfl-sil-galatia -> textproc/kmfl-sil-galatia textproc/scim-kmfl-sil-ipa-unicode5 -> textproc/kmfl-sil-ipa-unicode textproc/scim-kmfl-sil-panafrican-latin -> textproc/kmfl-sil-panafrican-latin textproc/scim-kmfl-sil-yi -> textproc/kmfl-sil-yi textproc/scim-kmfl-varamozhi-malayalam -> textproc/kmfl-varamozhi-malayalam UPDATE TEXT ----------- 20110428: AFFECTS: Users of KMFL IMEngines and keyboards (textproc/*kmfl*) AUTHOR: nikola.lecic@anthesphoria.net KMFL keyboard ports are now shared between IBus and SCIM KMFL IMEngines (textproc/ibus-kmfl and textproc/scim-kmfl-imengine). Thus, the prefix 'scim-' is dropped from keyboard ports names. Similar to m17n, both engines now search engine-neutral locations, ${LOCALBASE}/share/kmfl/ and ~/.kmfl/. Users have to move their local keyboard files from ~/.scim/kmfl/ to ~/kmfl/. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 12:00:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7862C106566C for ; Thu, 28 Apr 2011 12:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 42A898FC15 for ; Thu, 28 Apr 2011 12:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SC0IxM019420 for ; Thu, 28 Apr 2011 12:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SC0IMo019419; Thu, 28 Apr 2011 12:00:18 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 12:00:18 GMT Resent-Message-Id: <201104281200.p3SC0IMo019419@freefall.freebsd.org> 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 9204B106566C for ; Thu, 28 Apr 2011 11:50: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 7ED148FC14 for ; Thu, 28 Apr 2011 11:50: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 p3SBonmN014336 for ; Thu, 28 Apr 2011 11:50:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SBonC5014335; Thu, 28 Apr 2011 11:50:49 GMT (envelope-from nobody) Message-Id: <201104281150.p3SBonC5014335@red.freebsd.org> Date: Thu, 28 Apr 2011 11:50:49 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156696: [PATCH] security/gwee: add distfile mirror X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 12:00:18 -0000 >Number: 156696 >Category: ports >Synopsis: [PATCH] security/gwee: add distfile mirror >Confidential: no >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 Apr 28 12:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-CURRENT >Organization: >Environment: 9.0-CURRENT i386 >Description: - add PACKETSTORM mirror - remove MD5 - remove WWW because it's no more available >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa gwee.orig/Makefile gwee/Makefile --- gwee.orig/Makefile 2011-04-28 15:45:38.000000000 +0400 +++ gwee/Makefile 2011-04-28 15:41:29.000000000 +0400 @@ -8,14 +8,12 @@ PORTNAME= gwee PORTVERSION= 1.36 CATEGORIES= security www -MASTER_SITES= http://tigerteam.se/dl/gwee/ +MASTER_SITES= PACKETSTORM +MASTER_SITE_SUBDIR= UNIX/utilities MAINTAINER= ports@FreeBSD.org COMMENT= Tool to exploit command execution vulnerabilities in web scripts -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - USE_OPENSSL= yes USE_PERL5= yes USE_PYTHON= yes diff -ruNa gwee.orig/distinfo gwee/distinfo --- gwee.orig/distinfo 2005-11-09 19:02:29.000000000 +0300 +++ gwee/distinfo 2011-04-28 15:41:44.000000000 +0400 @@ -1,3 +1,2 @@ -MD5 (gwee-1.36.tar.gz) = 4e0c09fdc6a261e80bdba34aba1f9a29 SHA256 (gwee-1.36.tar.gz) = 5b057dc779cbc8e9e663251dac2448b253002f74a9570a2e50b915bf2bed149b SIZE (gwee-1.36.tar.gz) = 313562 diff -ruNa gwee.orig/pkg-descr gwee/pkg-descr --- gwee.orig/pkg-descr 2005-10-09 22:21:28.000000000 +0400 +++ gwee/pkg-descr 2011-04-28 15:41:53.000000000 +0400 @@ -1,5 +1,3 @@ gwee (Generic Web Exploitation Engine) is a small program written in C designed to exploit input validation vulnerabilities in web scripts, such as Perl CGIs, -PHP, etc. - -WWW: http://tigerteam.se/dl/gwee/ +PHP, etc. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 12:00:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8C091065673 for ; Thu, 28 Apr 2011 12:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 925C88FC18 for ; Thu, 28 Apr 2011 12:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SC0IsP019429 for ; Thu, 28 Apr 2011 12:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SC0IFn019428; Thu, 28 Apr 2011 12:00:18 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 12:00:18 GMT Resent-Message-Id: <201104281200.p3SC0IFn019428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Sergey V. Dyatko" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B975106564A for ; Thu, 28 Apr 2011 11:59: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 4DC208FC12 for ; Thu, 28 Apr 2011 11:59: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 p3SBxCnA023392 for ; Thu, 28 Apr 2011 11:59:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SBxCpg023391; Thu, 28 Apr 2011 11:59:12 GMT (envelope-from nobody) Message-Id: <201104281159.p3SBxCpg023391@red.freebsd.org> Date: Thu, 28 Apr 2011 11:59:12 GMT From: "Sergey V. Dyatko" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156697: [UPDATE] deskutils/xfce4-xkb-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 12:00:18 -0000 >Number: 156697 >Category: ports >Synopsis: [UPDATE] deskutils/xfce4-xkb-plugin >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 Apr 28 12:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sergey V. Dyatko >Release: HEAD >Organization: >Environment: FreeBSD laptop.minsk.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #25 r220649: Fri Apr 15 10:30:34 EEST 2011 root@laptop.minsk.domain:/usr/obj/usr/src/sys/b450 i386 >Description: update xfce4-xkb-plugin 0.5.3.3 -> 0.5.4.0 BTW, from IRC: PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 3199 tiger 1 20 0 1381M 867M select 1 7:03 0.00% xfce4-xkb-plugin xfce4-xkb-plugin-0.5.3.3, FreeBSD-CURRENT i386 tigerby: the latest isssue should improve things a bit but it's still leaking that's a known issue >How-To-Repeat: >Fix: * rm -fr ${PORTSDIR}/deskutils/xfce4-xkb-plugin/files/ diff -Nura /usr/ports/deskutils/xfce4-xkb-plugin/Makefile /home/tiger/vcs/xfce4-xkb-plugin/Makefile --- /usr/ports/deskutils/xfce4-xkb-plugin/Makefile 2011-04-28 08:54:07.000000000 +0300 +++ /home/tiger/vcs/xfce4-xkb-plugin/Makefile 2011-04-28 14:55:50.000000000 +0300 @@ -6,10 +6,10 @@ # PORTNAME= xfce4-xkb-plugin -PORTVERSION= 0.5.3.3 +PORTVERSION= 0.5.4.0 CATEGORIES= deskutils xfce -MASTER_SITES= CRITICAL/. -DIST_SUBDIR= xfce4 +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} MAINTAINER= miwi@FreeBSD.org COMMENT= Keyboard layout switching plugin for XFce4 diff -Nura /usr/ports/deskutils/xfce4-xkb-plugin/distinfo /home/tiger/vcs/xfce4-xkb-plugin/distinfo --- /usr/ports/deskutils/xfce4-xkb-plugin/distinfo 2011-04-18 08:47:52.000000000 +0300 +++ /home/tiger/vcs/xfce4-xkb-plugin/distinfo 2011-04-28 10:39:36.000000000 +0300 @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-xkb-plugin-0.5.3.3.tar.bz2) = 157284a5c7f261fcac47b1d352f0c45b8f480c660d28cba225cb4b0e3b9f7b5f -SIZE (xfce4/xfce4-xkb-plugin-0.5.3.3.tar.bz2) = 700250 +SHA256 (xfce4-xkb-plugin-0.5.4.0.tar.bz2) = 6f1c508ffcc0409b3c75673772009474d0b7feeb0be9558f6af20c177f34cde7 +SIZE (xfce4-xkb-plugin-0.5.4.0.tar.bz2) = 770012 diff -Nura /usr/ports/deskutils/xfce4-xkb-plugin/pkg-plist /home/tiger/vcs/xfce4-xkb-plugin/pkg-plist --- /usr/ports/deskutils/xfce4-xkb-plugin/pkg-plist 2011-04-18 08:47:52.000000000 +0300 +++ /home/tiger/vcs/xfce4-xkb-plugin/pkg-plist 2011-04-28 14:35:00.000000000 +0300 @@ -1,5 +1,6 @@ libexec/xfce4/panel-plugins/xfce4-xkb-plugin share/locale/ar/LC_MESSAGES/xfce4-xkb-plugin.mo +share/locale/ast/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/be/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/bg/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/ca/LC_MESSAGES/xfce4-xkb-plugin.mo @@ -26,6 +27,7 @@ share/locale/tr/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/uk/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/ur/LC_MESSAGES/xfce4-xkb-plugin.mo +share/locale/ur_PK/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/zh_CN/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-xkb-plugin.mo share/xfce4/panel-plugins/xkb-plugin.desktop @@ -94,6 +96,7 @@ share/xfce4/xkb/flags/pt.svg share/xfce4/xkb/flags/qa.svg share/xfce4/xkb/flags/ro.svg +share/xfce4/xkb/flags/rs.svg share/xfce4/xkb/flags/ru.svg share/xfce4/xkb/flags/sa.svg share/xfce4/xkb/flags/sd.svg @@ -112,7 +115,6 @@ share/xfce4/xkb/flags/uz.svg share/xfce4/xkb/flags/vn.svg share/xfce4/xkb/flags/ye.svg -share/xfce4/xkb/flags/yu.svg @dirrmtry libexec/xfce4/panel-plugins @dirrmtry libexec/xfce4 @dirrmtry share/xfce4/panel-plugins >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 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 82AC4106581D; Thu, 28 Apr 2011 12:00:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E7C68FC13; Thu, 28 Apr 2011 12:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SC0WR0019922; Thu, 28 Apr 2011 12:00:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SC0WZI019914; Thu, 28 Apr 2011 12:00:32 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 12:00:32 GMT Message-Id: <201104281200.p3SC0WZI019914@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156696: [PATCH] security/gwee: add distfile mirror X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 12:00:32 -0000 Synopsis: [PATCH] security/gwee: add distfile mirror Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 28 12:00:31 UTC 2011 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156696 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 12: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 1F93110658DB; Thu, 28 Apr 2011 12:00:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E81488FC17; Thu, 28 Apr 2011 12: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 p3SC0fsT020475; Thu, 28 Apr 2011 12: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 p3SC0f3i020466; Thu, 28 Apr 2011 12:00:41 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 12:00:41 GMT Message-Id: <201104281200.p3SC0f3i020466@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156697: [UPDATE] deskutils/xfce4-xkb-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 12:00:42 -0000 Synopsis: [UPDATE] deskutils/xfce4-xkb-plugin Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 28 12: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=156697 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 12: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 86BE5106566C for ; Thu, 28 Apr 2011 12: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 588448FC1F for ; Thu, 28 Apr 2011 12: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 p3SCe4hj058402 for ; Thu, 28 Apr 2011 12: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 p3SCe4AY058401; Thu, 28 Apr 2011 12:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 12:40:04 GMT Resent-Message-Id: <201104281240.p3SCe4AY058401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aliaksandr Zahatski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2703106566B for ; Thu, 28 Apr 2011 12:30: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 8D15B8FC17 for ; Thu, 28 Apr 2011 12:30: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 p3SCUUqL051217 for ; Thu, 28 Apr 2011 12:30:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SCUUZa051216; Thu, 28 Apr 2011 12:30:30 GMT (envelope-from nobody) Message-Id: <201104281230.p3SCUUZa051216@red.freebsd.org> Date: Thu, 28 Apr 2011 12:30:30 GMT From: Aliaksandr Zahatski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156698: [PATCH] lang/rakudo update to 2011.04 release of "Rakudo Star" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 12:40:04 -0000 >Number: 156698 >Category: ports >Synopsis: [PATCH] lang/rakudo update to 2011.04 release of "Rakudo Star" >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 Apr 28 12:40:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aliaksandr Zahatski >Release: >Organization: >Environment: >Description: Update to 2011.04 release of "Rakudo Star" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/lang/rakudo/Makefile rakudo/Makefile --- /usr/ports/lang/rakudo/Makefile 2011-02-11 12:22:03.000000000 +0300 +++ rakudo/Makefile 2011-04-28 16:26:40.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= rakudo -PORTVERSION= 2011.01 +PORTVERSION= 2011.04 PORTEPOCH= 2 CATEGORIES= lang MASTER_SITES= http://cloud.github.com/downloads/rakudo/star/ @@ -24,7 +24,7 @@ LICENSE= ART20 CONFLICTS= parrot-[0-9]* -PARROT_VERSION=3.0.0 +PARROT_VERSION=3.3.0 INSTALL_TARGET= install CONFIGURE_SCRIPT= Configure.pl CONFIGURE_PARROT_ARGS= --cc=${CC} --cxx=${CXX} --ld=${CC} --ccflags="${CFLAGS}" \ diff -urN /usr/ports/lang/rakudo/distinfo rakudo/distinfo --- /usr/ports/lang/rakudo/distinfo 2011-02-11 12:22:03.000000000 +0300 +++ rakudo/distinfo 2011-04-28 11:24:13.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (rakudo-star-2011.01.tar.gz) = 14f7bd7a055a79abde065bacb0f9e109792ec9bfdd0d601fb02b0992fe0e2878 -SIZE (rakudo-star-2011.01.tar.gz) = 5610871 +SHA256 (rakudo-star-2011.04.tar.gz) = 0132787179dc4b11c8eaa0f9281b9bcf12635f1d377c7817ab397cef1484e6cb +SIZE (rakudo-star-2011.04.tar.gz) = 5617948 diff -urN /usr/ports/lang/rakudo/pkg-plist rakudo/pkg-plist --- /usr/ports/lang/rakudo/pkg-plist 2011-02-11 12:22:03.000000000 +0300 +++ rakudo/pkg-plist 2011-04-28 16:25:38.000000000 +0400 @@ -1,4 +1,5 @@ bin/ops2c +bin/panda bin/parrot bin/parrot-nqp bin/parrot-prove @@ -11,19 +12,23 @@ bin/pbc_to_exe bin/perl6 bin/ufo +bin/ufobuilder +include/parrot/%%PARROT_VERSION%%/imcc/api.h +include/parrot/%%PARROT_VERSION%%/imcc/embed.h +include/parrot/%%PARROT_VERSION%%/imcc/yyscanner.h +include/parrot/%%PARROT_VERSION%%/parrot/api.h +include/parrot/%%PARROT_VERSION%%/parrot/atomic.h include/parrot/%%PARROT_VERSION%%/parrot/atomic/fallback.h include/parrot/%%PARROT_VERSION%%/parrot/atomic/gcc_pcc.h include/parrot/%%PARROT_VERSION%%/parrot/atomic/gcc_x86.h include/parrot/%%PARROT_VERSION%%/parrot/atomic/sparc.h -include/parrot/%%PARROT_VERSION%%/parrot/oplib/core_ops.h -include/parrot/%%PARROT_VERSION%%/parrot/oplib/ops.h -include/parrot/%%PARROT_VERSION%%/parrot/api.h -include/parrot/%%PARROT_VERSION%%/parrot/atomic.h include/parrot/%%PARROT_VERSION%%/parrot/caches.h include/parrot/%%PARROT_VERSION%%/parrot/call.h include/parrot/%%PARROT_VERSION%%/parrot/cclass.h include/parrot/%%PARROT_VERSION%%/parrot/compiler.h +include/parrot/%%PARROT_VERSION%%/parrot/config.h include/parrot/%%PARROT_VERSION%%/parrot/context.h +include/parrot/%%PARROT_VERSION%%/parrot/core_pmcs.h include/parrot/%%PARROT_VERSION%%/parrot/core_types.h include/parrot/%%PARROT_VERSION%%/parrot/datatypes.h include/parrot/%%PARROT_VERSION%%/parrot/debugger.h @@ -34,17 +39,16 @@ include/parrot/%%PARROT_VERSION%%/parrot/exceptions.h include/parrot/%%PARROT_VERSION%%/parrot/exit.h include/parrot/%%PARROT_VERSION%%/parrot/extend.h +include/parrot/%%PARROT_VERSION%%/parrot/extend_vtable.h +include/parrot/%%PARROT_VERSION%%/parrot/feature.h include/parrot/%%PARROT_VERSION%%/parrot/gc_api.h include/parrot/%%PARROT_VERSION%%/parrot/global_setup.h +include/parrot/%%PARROT_VERSION%%/parrot/has_header.h include/parrot/%%PARROT_VERSION%%/parrot/hash.h include/parrot/%%PARROT_VERSION%%/parrot/hll.h include/parrot/%%PARROT_VERSION%%/parrot/imageio.h -include/parrot/%%PARROT_VERSION%%/parrot/imcc.h -include/parrot/%%PARROT_VERSION%%/parrot/io.h include/parrot/%%PARROT_VERSION%%/parrot/interpreter.h -include/parrot/%%PARROT_VERSION%%/parrot/io_portable.h -include/parrot/%%PARROT_VERSION%%/parrot/io_unix.h -include/parrot/%%PARROT_VERSION%%/parrot/io_win32.h +include/parrot/%%PARROT_VERSION%%/parrot/io.h include/parrot/%%PARROT_VERSION%%/parrot/key.h include/parrot/%%PARROT_VERSION%%/parrot/library.h include/parrot/%%PARROT_VERSION%%/parrot/list.h @@ -58,9 +62,12 @@ include/parrot/%%PARROT_VERSION%%/parrot/oo_private.h include/parrot/%%PARROT_VERSION%%/parrot/op.h include/parrot/%%PARROT_VERSION%%/parrot/oplib.h +include/parrot/%%PARROT_VERSION%%/parrot/oplib/core_ops.h +include/parrot/%%PARROT_VERSION%%/parrot/oplib/ops.h include/parrot/%%PARROT_VERSION%%/parrot/opsenum.h include/parrot/%%PARROT_VERSION%%/parrot/packfile.h include/parrot/%%PARROT_VERSION%%/parrot/parrot.h +include/parrot/%%PARROT_VERSION%%/parrot/pbcversion.h include/parrot/%%PARROT_VERSION%%/parrot/platform_interface.h include/parrot/%%PARROT_VERSION%%/parrot/pmc.h include/parrot/%%PARROT_VERSION%%/parrot/pmc_freeze.h @@ -72,25 +79,16 @@ include/parrot/%%PARROT_VERSION%%/parrot/scheduler.h include/parrot/%%PARROT_VERSION%%/parrot/scheduler_private.h include/parrot/%%PARROT_VERSION%%/parrot/settings.h -include/parrot/%%PARROT_VERSION%%/parrot/stat.h include/parrot/%%PARROT_VERSION%%/parrot/string.h include/parrot/%%PARROT_VERSION%%/parrot/string_funcs.h include/parrot/%%PARROT_VERSION%%/parrot/sub.h -include/parrot/%%PARROT_VERSION%%/parrot/sysmem.h +include/parrot/%%PARROT_VERSION%%/parrot/thr_none.h include/parrot/%%PARROT_VERSION%%/parrot/thr_pthread.h include/parrot/%%PARROT_VERSION%%/parrot/thr_windows.h include/parrot/%%PARROT_VERSION%%/parrot/thread.h +include/parrot/%%PARROT_VERSION%%/parrot/vtable.h include/parrot/%%PARROT_VERSION%%/parrot/vtables.h include/parrot/%%PARROT_VERSION%%/parrot/warnings.h -include/parrot/%%PARROT_VERSION%%/parrot/config.h -include/parrot/%%PARROT_VERSION%%/parrot/core_pmcs.h -include/parrot/%%PARROT_VERSION%%/parrot/extend_vtable.h -include/parrot/%%PARROT_VERSION%%/parrot/feature.h -include/parrot/%%PARROT_VERSION%%/parrot/has_header.h -include/parrot/%%PARROT_VERSION%%/parrot/platform.h -include/parrot/%%PARROT_VERSION%%/parrot/vtable.h -include/parrot/%%PARROT_VERSION%%/parrot/pbcversion.h -include/parrot/%%PARROT_VERSION%%/parrot/platform_limits.h include/parrot/%%PARROT_VERSION%%/pmc/dummy include/parrot/%%PARROT_VERSION%%/pmc/pmc_addrregistry.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_arrayiterator.h @@ -110,7 +108,6 @@ include/parrot/%%PARROT_VERSION%%/pmc/pmc_eventhandler.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_exception.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_exceptionhandler.h -include/parrot/%%PARROT_VERSION%%/pmc/pmc_float.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_exporter.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_filehandle.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_fixedbooleanarray.h @@ -118,6 +115,7 @@ include/parrot/%%PARROT_VERSION%%/pmc/pmc_fixedintegerarray.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_fixedpmcarray.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_fixedstringarray.h +include/parrot/%%PARROT_VERSION%%/pmc/pmc_float.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_handle.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_hash.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_hashiterator.h @@ -126,6 +124,7 @@ include/parrot/%%PARROT_VERSION%%/pmc/pmc_imageiosize.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_imageiostrings.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_imageiothaw.h +include/parrot/%%PARROT_VERSION%%/pmc/pmc_imccompiler.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_integer.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_iterator.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_key.h @@ -158,6 +157,9 @@ include/parrot/%%PARROT_VERSION%%/pmc/pmc_parrotthread.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_pmcproxy.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_pointer.h +include/parrot/%%PARROT_VERSION%%/pmc/pmc_ptr.h +include/parrot/%%PARROT_VERSION%%/pmc/pmc_ptrbuf.h +include/parrot/%%PARROT_VERSION%%/pmc/pmc_ptrobj.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_resizablebooleanarray.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_resizablefloatarray.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_resizableintegerarray.h @@ -173,12 +175,17 @@ include/parrot/%%PARROT_VERSION%%/pmc/pmc_stringbuilder.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_stringhandle.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_stringiterator.h +include/parrot/%%PARROT_VERSION%%/pmc/pmc_structview.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_sub.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_task.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_threadinterpreter.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_timer.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_undef.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_unmanagedstruct.h +lib/libparrot.a +lib/libparrot.so +lib/libparrot.so.%%PARROT_VERSION%% +lib/parrot/%%PARROT_VERSION%%/VERSION lib/parrot/%%PARROT_VERSION%%/bin/prove.pir lib/parrot/%%PARROT_VERSION%%/dynext/bit_ops.so lib/parrot/%%PARROT_VERSION%%/dynext/debug_ops.so @@ -189,23 +196,22 @@ lib/parrot/%%PARROT_VERSION%%/dynext/math_ops.so lib/parrot/%%PARROT_VERSION%%/dynext/obscure_ops.so lib/parrot/%%PARROT_VERSION%%/dynext/os.so +lib/parrot/%%PARROT_VERSION%%/dynext/perl6_group.so +lib/parrot/%%PARROT_VERSION%%/dynext/perl6_ops.so lib/parrot/%%PARROT_VERSION%%/dynext/rational.so lib/parrot/%%PARROT_VERSION%%/dynext/sys_ops.so lib/parrot/%%PARROT_VERSION%%/dynext/trans_ops.so -lib/parrot/%%PARROT_VERSION%%/dynext/perl6_group.so -lib/parrot/%%PARROT_VERSION%%/dynext/perl6_ops.so -lib/parrot/%%PARROT_VERSION%%/include/fp_equality.pasm -lib/parrot/%%PARROT_VERSION%%/include/hllmacros.pir -lib/parrot/%%PARROT_VERSION%%/include/test_more.pir -lib/parrot/%%PARROT_VERSION%%/include/config.fpmc lib/parrot/%%PARROT_VERSION%%/include/call_bits.pasm lib/parrot/%%PARROT_VERSION%%/include/cclass.pasm +lib/parrot/%%PARROT_VERSION%%/include/config.fpmc lib/parrot/%%PARROT_VERSION%%/include/datatypes.pasm lib/parrot/%%PARROT_VERSION%%/include/dlopenflags.pasm lib/parrot/%%PARROT_VERSION%%/include/errors.pasm lib/parrot/%%PARROT_VERSION%%/include/except_severity.pasm lib/parrot/%%PARROT_VERSION%%/include/except_types.pasm +lib/parrot/%%PARROT_VERSION%%/include/fp_equality.pasm lib/parrot/%%PARROT_VERSION%%/include/hash_key_type.pasm +lib/parrot/%%PARROT_VERSION%%/include/hllmacros.pir lib/parrot/%%PARROT_VERSION%%/include/iglobals.pasm lib/parrot/%%PARROT_VERSION%%/include/interpcores.pasm lib/parrot/%%PARROT_VERSION%%/include/interpdebug.pasm @@ -223,28 +229,23 @@ lib/parrot/%%PARROT_VERSION%%/include/stdio.pasm lib/parrot/%%PARROT_VERSION%%/include/stringinfo.pasm lib/parrot/%%PARROT_VERSION%%/include/sysinfo.pasm +lib/parrot/%%PARROT_VERSION%%/include/test_more.pir lib/parrot/%%PARROT_VERSION%%/include/timer.pasm lib/parrot/%%PARROT_VERSION%%/include/tm.pasm lib/parrot/%%PARROT_VERSION%%/include/warnings.pasm -lib/parrot/%%PARROT_VERSION%%/languages/parrot/parrot.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Exp.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Match.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/OPTable.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/P5Regex.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Perl6Regex.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Regex.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/builtins.pg -lib/parrot/%%PARROT_VERSION%%/languages/pge/Defines.mak -lib/parrot/%%PARROT_VERSION%%/languages/pge/P6Rule.grammar -lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE.pir -lib/parrot/%%PARROT_VERSION%%/languages/pge/Rules.mak -lib/parrot/%%PARROT_VERSION%%/languages/pge/STATUS -lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json/grammar.pg -lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json/pge2pir.tg +lib/parrot/%%PARROT_VERSION%%/languages/JSON/JSON.pir lib/parrot/%%PARROT_VERSION%%/languages/data_json/Defines.mak +lib/parrot/%%PARROT_VERSION%%/languages/data_json/JSON.nqp lib/parrot/%%PARROT_VERSION%%/languages/data_json/Rules.mak -lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json.pir lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json.pbc +lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json.pir +lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json/grammar.pg +lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json/pge2pir.tg +lib/parrot/%%PARROT_VERSION%%/languages/parrot/parrot.pir +lib/parrot/%%PARROT_VERSION%%/languages/pct/Defines.mak +lib/parrot/%%PARROT_VERSION%%/languages/pct/PCT.pir +lib/parrot/%%PARROT_VERSION%%/languages/pct/Rules.mak +lib/parrot/%%PARROT_VERSION%%/languages/pct/src/PAST.pir lib/parrot/%%PARROT_VERSION%%/languages/pct/src/PAST/Compiler.pir lib/parrot/%%PARROT_VERSION%%/languages/pct/src/PAST/Node.pir lib/parrot/%%PARROT_VERSION%%/languages/pct/src/PCT/Dumper.pir @@ -253,173 +254,181 @@ lib/parrot/%%PARROT_VERSION%%/languages/pct/src/PCT/Node.pir lib/parrot/%%PARROT_VERSION%%/languages/pct/src/POST/Compiler.pir lib/parrot/%%PARROT_VERSION%%/languages/pct/src/POST/Node.pir -lib/parrot/%%PARROT_VERSION%%/languages/pct/src/PAST.pir -lib/parrot/%%PARROT_VERSION%%/languages/pct/Defines.mak -lib/parrot/%%PARROT_VERSION%%/languages/pct/PCT.pir -lib/parrot/%%PARROT_VERSION%%/languages/pct/Rules.mak -lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Compiler.pir -lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Grammar.pir -lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Parser.pg -lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Rule.pir -lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Tree.pir -lib/parrot/%%PARROT_VERSION%%/languages/tge/Defines.mak -lib/parrot/%%PARROT_VERSION%%/languages/tge/Rules.mak -lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE.pir -lib/parrot/%%PARROT_VERSION%%/languages/tge/tgc.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/NativeCall.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBI.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/mysql.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/PgPir.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/Pg.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/CSV.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/mysql.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/PgPir.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/Pg.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/CSV.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML/Writer.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML/Writer.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Box.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Pie.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Series.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Marker.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Series.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Marker.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Pie.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Box.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/RungeKutta.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/Model.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/RungeKutta.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/Model.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Configure.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Daemon.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Daemon.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Harness.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Differences.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Mock.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Harness.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Differences.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Mock.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Algorithm/Viterbi.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Algorithm/Viterbi.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI/Writer.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI/Writer.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term/ANSIColor.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term/ANSIColor.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Algorithm/Viterbi.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Algorithm/Viterbi.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME/Base64.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME/Base64.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP/Simple.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP/Simple.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Actions.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Grammar.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Actions.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Grammar.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/YAML.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/YAML/Dumper.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/YAML/Dumper.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/Actions.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/NumberFormatting.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/Grammar.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/TextFormatting.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/Field.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/Actions.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/NumberFormatting.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/Grammar.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/TextFormatting.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form/Field.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Digest/MD5.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI/Writer.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Digest/MD5.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Digest/MD5.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Copy.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Copy.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Mkdir.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Find.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Find.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Tools.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Copy.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Mkdir.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Find.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Mkdir.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Tools.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Install.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Test.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Build.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Tools.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Install.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Test.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Build.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module/Tools.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Tools.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Server/Simple.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Server/Simple.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Server/Simple/PSGI.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Server/Simple/PSGI.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Actions.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Actions.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Grammar.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Grammar.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP/Simple.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP/Simple.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME/Base64.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME/Base64.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/Model.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/Model.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/RungeKutta.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/RungeKutta.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/NativeCall.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBI.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/NativeCall.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Builder.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Builder.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Common.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Common.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Ecosystem.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Ecosystem.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Fetcher.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Fetcher.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Installer.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Installer.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Resources.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Resources.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Tester.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Tester.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pies.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pies.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Configure.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/YAML.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Box.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Box.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Marker.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Marker.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Series.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data/Series.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Pie.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Pie.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Positioned.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Positioned.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term/ANSIColor.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term/ANSIColor.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Mock.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Mock.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML/Writer.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML/Writer.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/perl6.pbc -lib/parrot/%%PARROT_VERSION%%/library/Archive/Tar.pir -lib/parrot/%%PARROT_VERSION%%/library/Archive/Zip.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/Defines.mak +lib/parrot/%%PARROT_VERSION%%/languages/pge/P6Rule.grammar +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Exp.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Match.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/OPTable.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/P5Regex.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Perl6Regex.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/Regex.pir +lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE/builtins.pg +lib/parrot/%%PARROT_VERSION%%/languages/pge/Rules.mak +lib/parrot/%%PARROT_VERSION%%/languages/pge/STATUS +lib/parrot/%%PARROT_VERSION%%/languages/tge/Defines.mak +lib/parrot/%%PARROT_VERSION%%/languages/tge/Rules.mak +lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE.pir +lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Compiler.pir +lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Grammar.pir +lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Parser.pg +lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Rule.pir +lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE/Tree.pir +lib/parrot/%%PARROT_VERSION%%/languages/tge/tgc.pir lib/parrot/%%PARROT_VERSION%%/library/Archive/Tar.pbc +lib/parrot/%%PARROT_VERSION%%/library/Archive/Tar.pir lib/parrot/%%PARROT_VERSION%%/library/Archive/Zip.pbc -lib/parrot/%%PARROT_VERSION%%/library/CGI/QueryHash.pir +lib/parrot/%%PARROT_VERSION%%/library/Archive/Zip.pir lib/parrot/%%PARROT_VERSION%%/library/CGI/QueryHash.pbc -lib/parrot/%%PARROT_VERSION%%/library/Config/JSON.pir +lib/parrot/%%PARROT_VERSION%%/library/CGI/QueryHash.pir lib/parrot/%%PARROT_VERSION%%/library/Config/JSON.pbc -lib/parrot/%%PARROT_VERSION%%/library/Configure/genfile.pir +lib/parrot/%%PARROT_VERSION%%/library/Config/JSON.pir lib/parrot/%%PARROT_VERSION%%/library/Configure/genfile.pbc -lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper/Base.pir -lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper/Default.pir +lib/parrot/%%PARROT_VERSION%%/library/Configure/genfile.pir +lib/parrot/%%PARROT_VERSION%%/library/Crow.pbc +lib/parrot/%%PARROT_VERSION%%/library/Crow.pir +lib/parrot/%%PARROT_VERSION%%/library/Curses.pir +lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper.pbc +lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper.pir lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper/Base.pbc +lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper/Base.pir lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper/Default.pbc -lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper.pir -lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper.pbc -lib/parrot/%%PARROT_VERSION%%/library/Digest/MD5.pir -lib/parrot/%%PARROT_VERSION%%/library/Digest/sha256.pir +lib/parrot/%%PARROT_VERSION%%/library/Data/Dumper/Default.pir lib/parrot/%%PARROT_VERSION%%/library/Digest/MD5.pbc +lib/parrot/%%PARROT_VERSION%%/library/Digest/MD5.pir lib/parrot/%%PARROT_VERSION%%/library/Digest/sha256.pbc -lib/parrot/%%PARROT_VERSION%%/library/Getopt/Obj.pir +lib/parrot/%%PARROT_VERSION%%/library/Digest/sha256.pir lib/parrot/%%PARROT_VERSION%%/library/Getopt/Obj.pbc +lib/parrot/%%PARROT_VERSION%%/library/Getopt/Obj.pir +lib/parrot/%%PARROT_VERSION%%/library/HLL.pbc lib/parrot/%%PARROT_VERSION%%/library/HTTP/Daemon.pir -lib/parrot/%%PARROT_VERSION%%/library/HTTP/Message.pir lib/parrot/%%PARROT_VERSION%%/library/HTTP/Message.pbc -lib/parrot/%%PARROT_VERSION%%/library/LWP/Protocol.pir -lib/parrot/%%PARROT_VERSION%%/library/LWP/UserAgent.pir +lib/parrot/%%PARROT_VERSION%%/library/HTTP/Message.pir +lib/parrot/%%PARROT_VERSION%%/library/Iter.pbc +lib/parrot/%%PARROT_VERSION%%/library/Iter.pir +lib/parrot/%%PARROT_VERSION%%/library/JSON.pbc +lib/parrot/%%PARROT_VERSION%%/library/JSON.pir lib/parrot/%%PARROT_VERSION%%/library/LWP/Protocol.pbc +lib/parrot/%%PARROT_VERSION%%/library/LWP/Protocol.pir lib/parrot/%%PARROT_VERSION%%/library/LWP/UserAgent.pbc -lib/parrot/%%PARROT_VERSION%%/library/MIME/Base64.pir +lib/parrot/%%PARROT_VERSION%%/library/LWP/UserAgent.pir lib/parrot/%%PARROT_VERSION%%/library/MIME/Base64.pbc -lib/parrot/%%PARROT_VERSION%%/library/Math/Rand.pir +lib/parrot/%%PARROT_VERSION%%/library/MIME/Base64.pir lib/parrot/%%PARROT_VERSION%%/library/Math/Rand.pbc +lib/parrot/%%PARROT_VERSION%%/library/Math/Rand.pir lib/parrot/%%PARROT_VERSION%%/library/NCI/Utils.pir +lib/parrot/%%PARROT_VERSION%%/library/OpenGL.pir lib/parrot/%%PARROT_VERSION%%/library/OpenGL/Math.pir +lib/parrot/%%PARROT_VERSION%%/library/P6Regex.pbc +lib/parrot/%%PARROT_VERSION%%/library/P6object.pbc +lib/parrot/%%PARROT_VERSION%%/library/P6object.pir +lib/parrot/%%PARROT_VERSION%%/library/PCT.pbc lib/parrot/%%PARROT_VERSION%%/library/PCT/Grammar.pbc lib/parrot/%%PARROT_VERSION%%/library/PCT/HLLCompiler.pbc lib/parrot/%%PARROT_VERSION%%/library/PCT/PAST.pbc +lib/parrot/%%PARROT_VERSION%%/library/PGE.pbc +lib/parrot/%%PARROT_VERSION%%/library/PGE/Dumper.pbc lib/parrot/%%PARROT_VERSION%%/library/PGE/Dumper.pir +lib/parrot/%%PARROT_VERSION%%/library/PGE/Glob.pbc lib/parrot/%%PARROT_VERSION%%/library/PGE/Glob.pir lib/parrot/%%PARROT_VERSION%%/library/PGE/Hs.pir -lib/parrot/%%PARROT_VERSION%%/library/PGE/Perl6Grammar.pir -lib/parrot/%%PARROT_VERSION%%/library/PGE/Text.pir -lib/parrot/%%PARROT_VERSION%%/library/PGE/Util.pir -lib/parrot/%%PARROT_VERSION%%/library/PGE/Dumper.pbc -lib/parrot/%%PARROT_VERSION%%/library/PGE/Glob.pbc lib/parrot/%%PARROT_VERSION%%/library/PGE/Perl6Grammar.pbc +lib/parrot/%%PARROT_VERSION%%/library/PGE/Perl6Grammar.pir lib/parrot/%%PARROT_VERSION%%/library/PGE/Text.pbc +lib/parrot/%%PARROT_VERSION%%/library/PGE/Text.pir lib/parrot/%%PARROT_VERSION%%/library/PGE/Util.pbc -lib/parrot/%%PARROT_VERSION%%/library/Parrot/Coroutine.pir -lib/parrot/%%PARROT_VERSION%%/library/Parrot/Exception.pir +lib/parrot/%%PARROT_VERSION%%/library/PGE/Util.pir lib/parrot/%%PARROT_VERSION%%/library/Parrot/Coroutine.pbc +lib/parrot/%%PARROT_VERSION%%/library/Parrot/Coroutine.pir lib/parrot/%%PARROT_VERSION%%/library/Parrot/Exception.pbc +lib/parrot/%%PARROT_VERSION%%/library/Parrot/Exception.pir +lib/parrot/%%PARROT_VERSION%%/library/Pg.pir lib/parrot/%%PARROT_VERSION%%/library/ProfTest/Matcher.nqp lib/parrot/%%PARROT_VERSION%%/library/ProfTest/NQPProfile.nqp lib/parrot/%%PARROT_VERSION%%/library/ProfTest/PIRProfile.nqp lib/parrot/%%PARROT_VERSION%%/library/ProfTest/Want.nqp +lib/parrot/%%PARROT_VERSION%%/library/Range.pbc +lib/parrot/%%PARROT_VERSION%%/library/Range.pir +lib/parrot/%%PARROT_VERSION%%/library/Regex.pbc +lib/parrot/%%PARROT_VERSION%%/library/Rules.mak +lib/parrot/%%PARROT_VERSION%%/library/SDL.pir lib/parrot/%%PARROT_VERSION%%/library/SDL/App.pir lib/parrot/%%PARROT_VERSION%%/library/SDL/Button.pir lib/parrot/%%PARROT_VERSION%%/library/SDL/Color.pir @@ -434,138 +443,133 @@ lib/parrot/%%PARROT_VERSION%%/library/SDL/Sprite.pir lib/parrot/%%PARROT_VERSION%%/library/SDL/StopWatch.pir lib/parrot/%%PARROT_VERSION%%/library/SDL/Surface.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Base.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Combiner.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Coroutine.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Filter.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Lines.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/ParrotIO.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Replay.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Sub.pir -lib/parrot/%%PARROT_VERSION%%/library/Stream/Writer.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Base.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Base.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Combiner.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Combiner.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Coroutine.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Coroutine.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Filter.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Filter.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Lines.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Lines.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/ParrotIO.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/ParrotIO.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Replay.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Replay.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Sub.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Sub.pir lib/parrot/%%PARROT_VERSION%%/library/Stream/Writer.pbc +lib/parrot/%%PARROT_VERSION%%/library/Stream/Writer.pir lib/parrot/%%PARROT_VERSION%%/library/String/Utils.pir -lib/parrot/%%PARROT_VERSION%%/library/TAP/Formatter.pir -lib/parrot/%%PARROT_VERSION%%/library/TAP/Harness.pir -lib/parrot/%%PARROT_VERSION%%/library/TAP/Parser.pir lib/parrot/%%PARROT_VERSION%%/library/TAP/Formatter.pbc +lib/parrot/%%PARROT_VERSION%%/library/TAP/Formatter.pir lib/parrot/%%PARROT_VERSION%%/library/TAP/Harness.pbc +lib/parrot/%%PARROT_VERSION%%/library/TAP/Harness.pir lib/parrot/%%PARROT_VERSION%%/library/TAP/Parser.pbc -lib/parrot/%%PARROT_VERSION%%/library/Tcl/Glob.pir +lib/parrot/%%PARROT_VERSION%%/library/TAP/Parser.pir +lib/parrot/%%PARROT_VERSION%%/library/TGE.pbc lib/parrot/%%PARROT_VERSION%%/library/Tcl/Glob.pbc -lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Output.pir -lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Test.pir -lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/TestPlan.pir -lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Tester.pir +lib/parrot/%%PARROT_VERSION%%/library/Tcl/Glob.pir +lib/parrot/%%PARROT_VERSION%%/library/TclLibrary.pbc +lib/parrot/%%PARROT_VERSION%%/library/TclLibrary.pir +lib/parrot/%%PARROT_VERSION%%/library/Test/Builder.pbc +lib/parrot/%%PARROT_VERSION%%/library/Test/Builder.pir lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Output.pbc +lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Output.pir lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Test.pbc +lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Test.pir lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/TestPlan.pbc +lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/TestPlan.pir lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Tester.pbc -lib/parrot/%%PARROT_VERSION%%/library/Test/Builder.pir -lib/parrot/%%PARROT_VERSION%%/library/Test/Class.pir -lib/parrot/%%PARROT_VERSION%%/library/Test/More.pir -lib/parrot/%%PARROT_VERSION%%/library/Test/Builder.pbc +lib/parrot/%%PARROT_VERSION%%/library/Test/Builder/Tester.pir lib/parrot/%%PARROT_VERSION%%/library/Test/Class.pbc +lib/parrot/%%PARROT_VERSION%%/library/Test/Class.pir lib/parrot/%%PARROT_VERSION%%/library/Test/More.pbc +lib/parrot/%%PARROT_VERSION%%/library/Test/More.pir +lib/parrot/%%PARROT_VERSION%%/library/URI.pbc +lib/parrot/%%PARROT_VERSION%%/library/URI.pir lib/parrot/%%PARROT_VERSION%%/library/URI/Escape.pir +lib/parrot/%%PARROT_VERSION%%/library/YAML/Dumper.pbc +lib/parrot/%%PARROT_VERSION%%/library/YAML/Dumper.pir lib/parrot/%%PARROT_VERSION%%/library/YAML/Dumper/Base.pir lib/parrot/%%PARROT_VERSION%%/library/YAML/Dumper/Default.pir -lib/parrot/%%PARROT_VERSION%%/library/YAML/Dumper.pir -lib/parrot/%%PARROT_VERSION%%/library/YAML/Dumper.pbc -lib/parrot/%%PARROT_VERSION%%/library/Crow.pir -lib/parrot/%%PARROT_VERSION%%/library/Curses.pir -lib/parrot/%%PARROT_VERSION%%/library/Iter.pir -lib/parrot/%%PARROT_VERSION%%/library/JSON.pir -lib/parrot/%%PARROT_VERSION%%/library/OpenGL.pir -lib/parrot/%%PARROT_VERSION%%/library/Pg.pir -lib/parrot/%%PARROT_VERSION%%/library/P6object.pir -lib/parrot/%%PARROT_VERSION%%/library/Protoobject.pir -lib/parrot/%%PARROT_VERSION%%/library/Range.pir -lib/parrot/%%PARROT_VERSION%%/library/Rules.mak -lib/parrot/%%PARROT_VERSION%%/library/SDL.pir -lib/parrot/%%PARROT_VERSION%%/library/TclLibrary.pir -lib/parrot/%%PARROT_VERSION%%/library/URI.pir +lib/parrot/%%PARROT_VERSION%%/library/YAML/Tiny.pbc +lib/parrot/%%PARROT_VERSION%%/library/YAML/Tiny.pm +lib/parrot/%%PARROT_VERSION%%/library/config.pbc +lib/parrot/%%PARROT_VERSION%%/library/config.pir +lib/parrot/%%PARROT_VERSION%%/library/crypto.declarations +lib/parrot/%%PARROT_VERSION%%/library/distutils.pbc lib/parrot/%%PARROT_VERSION%%/library/distutils.pir +lib/parrot/%%PARROT_VERSION%%/library/dumper.pbc lib/parrot/%%PARROT_VERSION%%/library/dumper.pir +lib/parrot/%%PARROT_VERSION%%/library/libpcre.pbc lib/parrot/%%PARROT_VERSION%%/library/libpcre.pir lib/parrot/%%PARROT_VERSION%%/library/ncurses.declarations lib/parrot/%%PARROT_VERSION%%/library/ncurses.pasm +lib/parrot/%%PARROT_VERSION%%/library/ncurses.pbc lib/parrot/%%PARROT_VERSION%%/library/ncurses.pir +lib/parrot/%%PARROT_VERSION%%/library/nqp-rx.pbc +lib/parrot/%%PARROT_VERSION%%/library/nqp-setting.pbc +lib/parrot/%%PARROT_VERSION%%/library/openssl.declarations +lib/parrot/%%PARROT_VERSION%%/library/opsc.pbc +lib/parrot/%%PARROT_VERSION%%/library/osutils.pbc lib/parrot/%%PARROT_VERSION%%/library/osutils.pir +lib/parrot/%%PARROT_VERSION%%/library/parrotlib.pbc lib/parrot/%%PARROT_VERSION%%/library/parrotlib.pir +lib/parrot/%%PARROT_VERSION%%/library/pcore.pbc lib/parrot/%%PARROT_VERSION%%/library/pcore.pir +lib/parrot/%%PARROT_VERSION%%/library/pcre.pbc lib/parrot/%%PARROT_VERSION%%/library/pcre.pir lib/parrot/%%PARROT_VERSION%%/library/postgres.declarations lib/parrot/%%PARROT_VERSION%%/library/postgres.pasm lib/parrot/%%PARROT_VERSION%%/library/postgres.pir lib/parrot/%%PARROT_VERSION%%/library/random_lib.pir +lib/parrot/%%PARROT_VERSION%%/library/uuid.pbc lib/parrot/%%PARROT_VERSION%%/library/uuid.pir -lib/parrot/%%PARROT_VERSION%%/library/Crow.pbc lib/parrot/%%PARROT_VERSION%%/library/yaml_dumper.pir -lib/parrot/%%PARROT_VERSION%%/library/HLL.pbc -lib/parrot/%%PARROT_VERSION%%/library/Iter.pbc -lib/parrot/%%PARROT_VERSION%%/library/JSON.pbc -lib/parrot/%%PARROT_VERSION%%/library/P6Regex.pbc -lib/parrot/%%PARROT_VERSION%%/library/P6object.pbc -lib/parrot/%%PARROT_VERSION%%/library/PCT.pbc -lib/parrot/%%PARROT_VERSION%%/library/PGE.pbc -lib/parrot/%%PARROT_VERSION%%/library/Protoobject.pbc -lib/parrot/%%PARROT_VERSION%%/library/Range.pbc -lib/parrot/%%PARROT_VERSION%%/library/Regex.pbc -lib/parrot/%%PARROT_VERSION%%/library/TGE.pbc -lib/parrot/%%PARROT_VERSION%%/library/TclLibrary.pbc -lib/parrot/%%PARROT_VERSION%%/library/URI.pbc -lib/parrot/%%PARROT_VERSION%%/library/config.pbc -lib/parrot/%%PARROT_VERSION%%/library/config.pir -lib/parrot/%%PARROT_VERSION%%/library/distutils.pbc -lib/parrot/%%PARROT_VERSION%%/library/dumper.pbc -lib/parrot/%%PARROT_VERSION%%/library/libpcre.pbc -lib/parrot/%%PARROT_VERSION%%/library/ncurses.pbc -lib/parrot/%%PARROT_VERSION%%/library/opsc.pbc -lib/parrot/%%PARROT_VERSION%%/library/osutils.pbc -lib/parrot/%%PARROT_VERSION%%/library/parrotlib.pbc -lib/parrot/%%PARROT_VERSION%%/library/pcore.pbc -lib/parrot/%%PARROT_VERSION%%/library/pcre.pbc -lib/parrot/%%PARROT_VERSION%%/library/uuid.pbc -lib/parrot/%%PARROT_VERSION%%/library/nqp-rx.pbc -lib/parrot/%%PARROT_VERSION%%/library/nqp-setting.pbc lib/parrot/%%PARROT_VERSION%%/parrot_config.o lib/parrot/%%PARROT_VERSION%%/tools/build/ops2c.pl lib/parrot/%%PARROT_VERSION%%/tools/build/pmc2c.pl lib/parrot/%%PARROT_VERSION%%/tools/dev/create_language.pl lib/parrot/%%PARROT_VERSION%%/tools/dev/gen_makefile.pl +lib/parrot/%%PARROT_VERSION%%/tools/dev/mk_language_shell.pl +lib/parrot/%%PARROT_VERSION%%/tools/dev/ncidef2pir.pl lib/parrot/%%PARROT_VERSION%%/tools/dev/pbc_to_exe.pir lib/parrot/%%PARROT_VERSION%%/tools/dev/pprof2cg.pl lib/parrot/%%PARROT_VERSION%%/tools/dev/reconfigure.pl -lib/parrot/%%PARROT_VERSION%%/tools/dev/mk_language_shell.pl lib/parrot/%%PARROT_VERSION%%/tools/lib/File/Which.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/BuildUtil.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Config.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Config/Generated.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Compiler.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Data.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Messages.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Conf.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Conf/CLI.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Conf/File.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Conf/Shared.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Test/Prepare.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Conf.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Reconf.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Test.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options/Test/Prepare.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Step.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Step/List.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Step/Methods.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Step/Test.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Compiler.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Data.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Messages.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Options.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Step.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Test.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Trace.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure/Utils.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Distribution.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Directory.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/File.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Group.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/HTMLPage.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Item.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/POD2HTML.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/PodToHtml.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section/C.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section/Compilers.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section/Config.pm @@ -582,93 +586,71 @@ lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section/Perl.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section/Tests.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section/Tools.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Directory.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/File.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Group.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/HTMLPage.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Item.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/POD2HTML.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/PodToHtml.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Section.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Docs/Text2HTML.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Git/Describe.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/H2inc.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Harness/DefaultTests.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Harness/Options.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Harness/Smoke.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Headerizer.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Headerizer/Functions.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/IO/Directory.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/IO/File.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/IO/Path.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/Null.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/Object.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/ParrotClass.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/PrintTree.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/RO.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/default.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Install.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Manifest.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/PMC.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Attribute.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/ComposedMethod.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Dumper.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Emitter.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Library.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/MULTI.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Method.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/MethodEmitter.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Object.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PCCMETHOD.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMCEmitter.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/Null.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/Object.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/PrintTree.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/RO.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PMC/default.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Parser.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/Pmc2cMain.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/UtilFunctions.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/VTable.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Pod/Utils.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Util/Runloop.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Revision.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/SHA1.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/SearchOps.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Harness.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/PGE.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/PIR_PGE.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Pod.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Pod/Utils.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Util.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/BuildUtil.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Config.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Configure.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Distribution.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/H2inc.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Headerizer.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Install.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Manifest.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Revision.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/SHA1.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/SearchOps.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test.pm +lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Util/Runloop.pm lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Vtable.pm -lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/PMC.pm -lib/parrot/%%PARROT_VERSION%%/VERSION -lib/pkgconfig/parrot/%%PARROT_VERSION%%/parrot.pc -lib/libparrot.a -lib/libparrot.so -lib/libparrot.so.%%PARROT_VERSION%% share/doc/parrot/%%PARROT_VERSION%%/CREDITS share/doc/parrot/%%PARROT_VERSION%%/DONORS.pod share/doc/parrot/%%PARROT_VERSION%%/LICENSE share/doc/parrot/%%PARROT_VERSION%%/NEWS share/doc/parrot/%%PARROT_VERSION%%/PBC_COMPAT -share/doc/parrot/%%PARROT_VERSION%%/RESPONSIBLE_PARTIES -share/doc/parrot/%%PARROT_VERSION%%/DEPRECATED.pod share/doc/parrot/%%PARROT_VERSION%%/PLATFORMS share/doc/parrot/%%PARROT_VERSION%%/README share/doc/parrot/%%PARROT_VERSION%%/README_cygwin.pod share/doc/parrot/%%PARROT_VERSION%%/README_win32.pod +share/doc/parrot/%%PARROT_VERSION%%/RESPONSIBLE_PARTIES share/doc/parrot/%%PARROT_VERSION%%/TODO -share/doc/rakudo/announce/README -share/doc/rakudo/announce/CREDITS -share/doc/rakudo/announce/LICENSE -share/doc/rakudo/README share/doc/rakudo/CREDITS -share/doc/rakudo/LICENSE share/doc/rakudo/ChangeLog +share/doc/rakudo/LICENSE +share/doc/rakudo/README share/doc/rakudo/ROADMAP share/doc/rakudo/S11-Modules-proposal.pod +share/doc/rakudo/announce/CREDITS +share/doc/rakudo/announce/LICENSE +share/doc/rakudo/announce/README src/parrot/%%PARROT_VERSION%%/pmc/addrregistry.dump src/parrot/%%PARROT_VERSION%%/pmc/arrayiterator.dump src/parrot/%%PARROT_VERSION%%/pmc/bigint.dump @@ -703,6 +685,7 @@ src/parrot/%%PARROT_VERSION%%/pmc/imageiosize.dump src/parrot/%%PARROT_VERSION%%/pmc/imageiostrings.dump src/parrot/%%PARROT_VERSION%%/pmc/imageiothaw.dump +src/parrot/%%PARROT_VERSION%%/pmc/imccompiler.dump src/parrot/%%PARROT_VERSION%%/pmc/integer.dump src/parrot/%%PARROT_VERSION%%/pmc/iterator.dump src/parrot/%%PARROT_VERSION%%/pmc/key.dump @@ -735,6 +718,9 @@ src/parrot/%%PARROT_VERSION%%/pmc/parrotthread.dump src/parrot/%%PARROT_VERSION%%/pmc/pmcproxy.dump src/parrot/%%PARROT_VERSION%%/pmc/pointer.dump +src/parrot/%%PARROT_VERSION%%/pmc/ptr.dump +src/parrot/%%PARROT_VERSION%%/pmc/ptrbuf.dump +src/parrot/%%PARROT_VERSION%%/pmc/ptrobj.dump src/parrot/%%PARROT_VERSION%%/pmc/resizablebooleanarray.dump src/parrot/%%PARROT_VERSION%%/pmc/resizablefloatarray.dump src/parrot/%%PARROT_VERSION%%/pmc/resizableintegerarray.dump @@ -750,25 +736,25 @@ src/parrot/%%PARROT_VERSION%%/pmc/stringbuilder.dump src/parrot/%%PARROT_VERSION%%/pmc/stringhandle.dump src/parrot/%%PARROT_VERSION%%/pmc/stringiterator.dump +src/parrot/%%PARROT_VERSION%%/pmc/structview.dump src/parrot/%%PARROT_VERSION%%/pmc/sub.dump src/parrot/%%PARROT_VERSION%%/pmc/task.dump src/parrot/%%PARROT_VERSION%%/pmc/threadinterpreter.dump src/parrot/%%PARROT_VERSION%%/pmc/timer.dump src/parrot/%%PARROT_VERSION%%/pmc/undef.dump src/parrot/%%PARROT_VERSION%%/pmc/unmanagedstruct.dump -src/parrot/%%PARROT_VERSION%%/vtable.tbl src/parrot/%%PARROT_VERSION%%/vtable.dump +src/parrot/%%PARROT_VERSION%%/vtable.tbl @dirrmtry src/parrot/%%PARROT_VERSION%%/pmc @dirrmtry src/parrot/%%PARROT_VERSION%% @dirrmtry src/parrot @dirrmtry src +@dirrmtry share/licenses/rakudo-2011.04,2 +@dirrmtry share/licenses @dirrmtry share/doc/rakudo/announce @dirrmtry share/doc/rakudo @dirrmtry share/doc/parrot/%%PARROT_VERSION%% @dirrmtry share/doc/parrot -@dirrmtry lib/pkgconfig/parrot/%%PARROT_VERSION%% -@dirrmtry lib/pkgconfig/parrot -@dirrmtry lib/pkgconfig @dirrmtry lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Util @dirrmtry lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test/Pod @dirrmtry lib/parrot/%%PARROT_VERSION%%/tools/lib/Parrot/Test @@ -825,22 +811,21 @@ @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/tge @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/pge -@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/YAML @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot/Data @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG/Plot @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/SVG -@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Module -@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Server/Simple +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Server @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP -@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Form @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Digest @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI @@ -856,6 +841,7 @@ @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/parrot @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/data_json/data_json @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/data_json +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/JSON @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages @dirrmtry lib/parrot/%%PARROT_VERSION%%/include @dirrmtry lib/parrot/%%PARROT_VERSION%%/dynext @@ -866,5 +852,6 @@ @dirrmtry include/parrot/%%PARROT_VERSION%%/parrot/oplib @dirrmtry include/parrot/%%PARROT_VERSION%%/parrot/atomic @dirrmtry include/parrot/%%PARROT_VERSION%%/parrot +@dirrmtry include/parrot/%%PARROT_VERSION%%/imcc @dirrmtry include/parrot/%%PARROT_VERSION%% @dirrmtry include/parrot >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 12: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 147371065670; Thu, 28 Apr 2011 12: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 DCC488FC13; Thu, 28 Apr 2011 12: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 p3SCeIu8059669; Thu, 28 Apr 2011 12: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 p3SCeITs059660; Thu, 28 Apr 2011 12:40:18 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 12:40:18 GMT Message-Id: <201104281240.p3SCeITs059660@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156698: [PATCH] lang/rakudo update to 2011.04 release of "Rakudo Star" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 12:40:19 -0000 Synopsis: [PATCH] lang/rakudo update to 2011.04 release of "Rakudo Star" Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 28 12: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=156698 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 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 96B99106566B for ; Thu, 28 Apr 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 720148FC1E for ; Thu, 28 Apr 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 p3SCo9fA067277 for ; Thu, 28 Apr 2011 12: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 p3SCo9eB067276; Thu, 28 Apr 2011 12:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 12:50:09 GMT Resent-Message-Id: <201104281250.p3SCo9eB067276@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A56C9106564A for ; Thu, 28 Apr 2011 12:45: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 78AC38FC17 for ; Thu, 28 Apr 2011 12:45: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 p3SCjkmw069354 for ; Thu, 28 Apr 2011 12:45:46 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SCjkxR069353; Thu, 28 Apr 2011 12:45:46 GMT (envelope-from nobody) Message-Id: <201104281245.p3SCjkxR069353@red.freebsd.org> Date: Thu, 28 Apr 2011 12:45:46 GMT From: Emil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156699: Patch for Makefile for VirtualBox-OSE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 12:50:09 -0000 >Number: 156699 >Category: ports >Synopsis: Patch for Makefile for VirtualBox-OSE >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 Apr 28 12:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Emil >Release: 8.2-RELEASE >Organization: >Environment: PORTS >Description: Change 'CONFLICTS=' to 'CONFLICTS_INSTALL=' in the Makefiles for virtualbox-ose and virtualbox-ose-additions ports. Previously making the port failed. Now it should fail after building but before installation. >How-To-Repeat: Have virtualbox-ose install and then make virtualbox-ose-additions >Fix: Patch attached with submission follows: *** emulators/virtualbox-ose-additions/Makefile Thu Apr 21 15:51:54 2011 --- emulators/virtualbox-ose-additions/Makefile Thu Apr 28 14:21:07 2011 *************** *** 37,43 **** --disable-alsa --disable-dbus --disable-python \ --build-headless ! CONFLICTS= bcc-[0-9]* virtualbox-ose-additions-devel-[3,4]* virtualbox-ose-[3,4]* virtualbox-ose-devel-[3,4]* OPTIONS= DEBUG "Build with debugging symbols" off \ X11 "Build with X11 support" on \ --- 37,44 ---- --disable-alsa --disable-dbus --disable-python \ --build-headless ! CONFLICTS= bcc-[0-9]* ! CONFLICTS_INSTALL= virtualbox-ose-additions-devel-[3,4]* virtualbox-ose-[3,4]* virtualbox-ose-devel-[3,4]* OPTIONS= DEBUG "Build with debugging symbols" off \ X11 "Build with X11 support" on \ *** emulators/virtualbox-ose/Makefile Thu Apr 21 15:51:54 2011 --- emulators/virtualbox-ose/Makefile Thu Apr 28 14:25:55 2011 *************** *** 46,52 **** CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --passive-mesa USE_LDCONFIG= ${PREFIX}/lib/virtualbox ! CONFLICTS= bcc-[0-9]* virtualbox-ose-devel-[3,4]* virtualbox-ose-additions-[3,4]* virtualbox-ose-additions-devel-[3,4]* VBOXUSER?= vboxusers VBOXWSUSER?= vboxusers --- 46,53 ---- CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --passive-mesa USE_LDCONFIG= ${PREFIX}/lib/virtualbox ! CONFLICTS= bcc-[0-9]* ! CONFLICTS_INSTALL= virtualbox-ose-devel-[3,4]* virtualbox-ose-additions-[3,4]* virtualbox-ose-additions-devel-[3,4]* VBOXUSER?= vboxusers VBOXWSUSER?= vboxusers >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 13:16:46 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140D7106566C; Thu, 28 Apr 2011 13:16:46 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD5288FC16; Thu, 28 Apr 2011 13:16: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 p3SDGjsm094116; Thu, 28 Apr 2011 13:16:45 GMT (envelope-from decke@freefall.freebsd.org) Received: (from decke@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SDGjDe094112; Thu, 28 Apr 2011 13:16:45 GMT (envelope-from decke) Date: Thu, 28 Apr 2011 13:16:45 GMT Message-Id: <201104281316.p3SDGjDe094112@freefall.freebsd.org> To: decke@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, decke@FreeBSD.org From: decke@FreeBSD.org Cc: Subject: Re: ports/156699: Patch for Makefile for VirtualBox-OSE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 13:16:46 -0000 Synopsis: Patch for Makefile for VirtualBox-OSE Responsible-Changed-From-To: freebsd-ports-bugs->decke Responsible-Changed-By: decke Responsible-Changed-When: Thu Apr 28 13:16:45 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156699 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 13: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 EDEB1106564A for ; Thu, 28 Apr 2011 13: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 C91778FC24 for ; Thu, 28 Apr 2011 13: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 p3SDeAaG013309 for ; Thu, 28 Apr 2011 13: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 p3SDeAtP013308; Thu, 28 Apr 2011 13:40:10 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 13:40:10 GMT Resent-Message-Id: <201104281340.p3SDeAtP013308@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24084106566B for ; Thu, 28 Apr 2011 13:40:03 +0000 (UTC) (envelope-from vivek@kciLink.com) Received: from yertle.kcilink.com (yertle-comcast.kcilink.com [74.92.149.58]) by mx1.freebsd.org (Postfix) with ESMTP id D9B108FC1B for ; Thu, 28 Apr 2011 13:40:01 +0000 (UTC) Received: from vk-dev.int.kcilink.com (vk-dev.int.kcilink.com [192.168.7.96]) by yertle.kcilink.com (Postfix) with ESMTP id 652368A0B6 for ; Thu, 28 Apr 2011 09:40:00 -0400 (EDT) Received: by vk-dev.int.kcilink.com (Postfix, from userid 1002) id 1CD4F3F41D; Thu, 28 Apr 2011 09:39:59 -0400 (EDT) Message-Id: <20110428133959.1CD4F3F41D@vk-dev.int.kcilink.com> Date: Thu, 28 Apr 2011 09:39:59 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156700: new port mail/p5-Mail-OpenDKIM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 13:40:11 -0000 >Number: 156700 >Category: ports >Synopsis: new port mail/p5-Mail-OpenDKIM >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 Apr 28 13:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD vk-dev.int.kcilink.com 8.2-RELEASE FreeBSD 8.2-RELEASE #7: Tue Mar 22 16:41:04 EDT 2011 vivek@vk-dev.int.kcilink.com:/n/yertle1/sources/usr8/obj.i386/n/yertle1/sources/usr8/src/sys/KCI32 i386 >Description: Included here is a new port, mail/p5-Mail-OpenDKIM, which is a perl interface to the libopendkim C library, and provides high-speed DKIM signing of email messages. >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: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: p5-Mail-OpenDKIM X# Date created: Wed Apr 27 14:36:42 EDT 2011 X# Whom: Vivek Khera X# X# $FreeBSD$ X# X XPORTNAME= Mail-OpenDKIM XPORTVERSION= 3186 XCATEGORIES= mail perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= vivek@khera.org XCOMMENT= Perl interface to OpenDKIM C library X XPERL_CONFIGURE= yes X XLIB_DEPENDS= opendkim:${PORTSDIR}/mail/opendkim X XMAN3= Mail::OpenDKIM.3 Mail::OpenDKIM::DKIM.3 \ X Mail::OpenDKIM::PrivateKey.3 Mail::OpenDKIM::Signature.3 \ X Mail::OpenDKIM::Signer.3 XPLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/Mail/OpenDKIM.pm \ X %%SITE_PERL%%/%%PERL_ARCH%%/Mail/OpenDKIM/DKIM.pm \ X %%SITE_PERL%%/%%PERL_ARCH%%/Mail/OpenDKIM/PrivateKey.pm \ X %%SITE_PERL%%/%%PERL_ARCH%%/Mail/OpenDKIM/Signature.pm \ X %%SITE_PERL%%/%%PERL_ARCH%%/Mail/OpenDKIM/Signer.pm \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/OpenDKIM/.packlist \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/OpenDKIM/OpenDKIM.bs \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/OpenDKIM/OpenDKIM.so XPLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/OpenDKIM \ X %%SITE_PERL%%/%%PERL_ARCH%%/Mail/OpenDKIM XPLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail \ X %%SITE_PERL%%/%%PERL_ARCH%%/Mail X X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (Mail-OpenDKIM-3186.tar.gz) = c3d8deee134b85b542a8a6a7eadf544592e217944e011c85e883c25f6136fcf1 XSIZE (Mail-OpenDKIM-3186.tar.gz) = 30073 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XMail::OpenDKIM is a perl interface to the OpenDKIM C library. It also Ximplements a drop-in replacement for the Mail::DKIM::Signer object which is up Xto four times faster than the pure perl Mail::DKIM implementation. X XWWW: http://search.cpan.org/dist/Mail-OpenDKIM 7f9555c3c1089940396b503dd37f3979 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 13:40:20 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE051065680; Thu, 28 Apr 2011 13:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 515658FC1C; Thu, 28 Apr 2011 13:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SDeKEt013484; Thu, 28 Apr 2011 13:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SDeKdM013480; Thu, 28 Apr 2011 13:40:20 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 13:40:20 GMT Message-Id: <201104281340.p3SDeKdM013480@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156700: new port mail/p5-Mail-OpenDKIM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 13:40:20 -0000 Synopsis: new port mail/p5-Mail-OpenDKIM Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 28 13:40:19 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156700 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 14: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 700B1106566C for ; Thu, 28 Apr 2011 14: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 4C3488FC1B for ; Thu, 28 Apr 2011 14: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 p3SEU8Up057394 for ; Thu, 28 Apr 2011 14: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 p3SEU8sf057390; Thu, 28 Apr 2011 14:30:08 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 14:30:08 GMT Resent-Message-Id: <201104281430.p3SEU8sf057390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andrei V. Shetuhin" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC9BF1065670 for ; Thu, 28 Apr 2011 14:24: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 AB6118FC1B for ; Thu, 28 Apr 2011 14:24: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 p3SEOx9m015913 for ; Thu, 28 Apr 2011 14:24:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SEOwaK015912; Thu, 28 Apr 2011 14:24:58 GMT (envelope-from nobody) Message-Id: <201104281424.p3SEOwaK015912@red.freebsd.org> Date: Thu, 28 Apr 2011 14:24:58 GMT From: "Andrei V. Shetuhin" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156701: textproc/ctpp2: new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 14:30:08 -0000 >Number: 156701 >Category: ports >Synopsis: textproc/ctpp2: new version >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 Apr 28 14:30:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andrei V. Shetuhin >Release: FreeBSD 8.1-RELEASE >Organization: SVRG >Environment: FreeBSD adolf.havoc.ru 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: >How-To-Repeat: >Fix: Apply following patch Patch attached with submission follows: diff -ur ctpp2.old/Makefile ctpp2/Makefile --- ctpp2.old/Makefile 2011-02-05 06:24:39.000000000 +0300 +++ ctpp2/Makefile 2011-04-28 18:17:45.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= ctpp2 -PORTVERSION= 2.6.8 +PORTVERSION= 2.6.14 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ diff -ur ctpp2.old/distinfo ctpp2/distinfo --- ctpp2.old/distinfo 2011-02-05 06:24:39.000000000 +0300 +++ ctpp2/distinfo 2011-04-28 18:17:45.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (ctpp2-2.6.8.tar.gz) = b500c50b8745f2e5376e3ded3d75c30f6d8253bf14fcf945c147288f4ef33e8f -SIZE (ctpp2-2.6.8.tar.gz) = 187665 +SHA256 (ctpp2-2.6.14.tar.gz) = 0b80ee6dedf76443aad377a21a84e1d54eb3c52f22f424dfde9c1840ddfa0345 +SIZE (ctpp2-2.6.14.tar.gz) = 195842 diff -ur ctpp2.old/pkg-plist ctpp2/pkg-plist --- ctpp2.old/pkg-plist 2010-08-04 11:44:02.000000000 +0400 +++ ctpp2/pkg-plist 2011-04-28 18:17:45.000000000 +0400 @@ -23,6 +23,8 @@ include/ctpp2/CTPP2OutputCollector.hpp include/ctpp2/CTPP2Parser.hpp include/ctpp2/CTPP2ParserException.hpp +include/ctpp2/CTPP2SimpleCompiler.hpp +include/ctpp2/CTPP2SimpleVM.hpp include/ctpp2/CTPP2SourceLoader.hpp include/ctpp2/CTPP2Sprintf.hpp include/ctpp2/CTPP2StaticData.hpp >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 14:56: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 BDCD0106564A; Thu, 28 Apr 2011 14:56:57 +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 9492F8FC16; Thu, 28 Apr 2011 14:56: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 p3SEuv1r084143; Thu, 28 Apr 2011 14:56:57 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SEuve4084139; Thu, 28 Apr 2011 14:56:57 GMT (envelope-from culot) Date: Thu, 28 Apr 2011 14:56:57 GMT Message-Id: <201104281456.p3SEuve4084139@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156701: textproc/ctpp2: new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 14:56:57 -0000 Synopsis: textproc/ctpp2: new version Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Apr 28 14:56:57 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156701 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 15: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 4E015106564A for ; Thu, 28 Apr 2011 15: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 218FF8FC15 for ; Thu, 28 Apr 2011 15: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 p3SF0QpY084316 for ; Thu, 28 Apr 2011 15: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 p3SF0Qkx084312; Thu, 28 Apr 2011 15:00:26 GMT (envelope-from gnats) Date: Thu, 28 Apr 2011 15:00:26 GMT Message-Id: <201104281500.p3SF0Qkx084312@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: geoffroy desvernay Cc: Subject: Re: ports/156377: databases/mariadb: missing charsets support in port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: geoffroy desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 15:00:27 -0000 The following reply was made to PR ports/156377; it has been noted by GNATS. From: geoffroy desvernay To: bug-followup@FreeBSD.org, dgeo@centrale-marseille.fr Cc: Subject: Re: ports/156377: databases/mariadb: missing charsets support in port Date: Thu, 28 Apr 2011 16:59:16 +0200 This is a multi-part message in MIME format. --------------080408020808000505080103 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Last try with TB... mext time I'll mutt it :) -- *geoffroy desvernay* --------------080408020808000505080103 Content-Type: text/plain; name="mariadb_charset.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mariadb_charset.diff" ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/Makefile /usr/ports/databases/mariadb/Makefile --- /usr/ports/databases/mariadb.orig/Makefile 2011-04-23 01:40:15.000000000 +0200 +++ /usr/ports/databases/mariadb/Makefile 2011-04-28 16:56:08.000000000 +0200 @@ -83,6 +83,25 @@ MAN8= mysqld.8 \ mysqlmanager.8 +.if defined(WITH_CHARSET) && ${WITH_CHARSET} != "" +CONFIGURE_ARGS+=--with-charset=${WITH_CHARSET} +.endif +.if defined(WITH_XCHARSET) && ${WITH_XCHARSET} != "" +CONFIGURE_ARGS+=--with-extra-charsets=${WITH_XCHARSET} +.endif +.if defined(WITH_COLLATION) && ${WITH_COLLATION} != "" +CONFIGURE_ARGS+=--with-collation=${WITH_COLLATION} +.endif + +pre-fetch: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)." + @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')." + @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)." + @${ECHO} "" + post-patch: @${REINPLACE_CMD} -e '/^install:/ s|^\(install:\).*$$|\1|' \ ${WRKSRC}/mysql-test/Makefile.in ${WRKSRC}/sql-bench/Makefile.in ===> Done --------------080408020808000505080103-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 15:10:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 995FB1065670 for ; Thu, 28 Apr 2011 15:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8A48FC0C for ; Thu, 28 Apr 2011 15: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 p3SFAAlV092998 for ; Thu, 28 Apr 2011 15: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 p3SFAA3i092997; Thu, 28 Apr 2011 15:10:10 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 15:10:10 GMT Resent-Message-Id: <201104281510.p3SFAA3i092997@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffroy Desvernay Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAD311065701 for ; Thu, 28 Apr 2011 15:03:46 +0000 (UTC) (envelope-from root@ec-m.fr) Received: from meli.ec-m.fr (meli.ec-m.fr [147.94.19.138]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6228FC08 for ; Thu, 28 Apr 2011 15:03:46 +0000 (UTC) Received: from amavis4.serv.int (amavis4.serv.int [10.3.0.48]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id ED97227890C; Thu, 28 Apr 2011 16:47:59 +0200 (CEST) Received: from meli.ec-m.fr ([10.3.0.12]) by amavis4.serv.int (amavis4.serv.int [10.3.0.48]) (amavisd-new, port 10024) with LMTP id sR89u0lkeKgp; Thu, 28 Apr 2011 16:47:59 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 813AC278904; Thu, 28 Apr 2011 16:47:59 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 602491CCAA; Thu, 28 Apr 2011 16:47:59 +0200 (CEST) Message-Id: <20110428144759.602491CCAA@dgeo.sysadm.ec-m.fr> Date: Thu, 28 Apr 2011 16:47:59 +0200 (CEST) From: Geoffroy Desvernay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chifeng@gmail.com Subject: ports/156702: [PATCH] mail/policyd2: add postgresql support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 15:10:10 -0000 >Number: 156702 >Category: ports >Synopsis: [PATCH] mail/policyd2: add postgresql support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 28 15:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Fri Apr 22 01:04:23 CEST 2011 >Description: A little change to add postgresql support to the port. porttools told me to remove MD5 from distfile: I did it too :) Port maintainer (chifeng@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- policyd2-2.0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/policyd2.orig/Makefile /usr/ports/mail/policyd2/Makefile --- /usr/ports/mail/policyd2.orig/Makefile 2010-04-29 00:26:42.000000000 +0200 +++ /usr/ports/mail/policyd2/Makefile 2011-04-28 16:41:33.000000000 +0200 @@ -30,6 +30,7 @@ PORTDATA= * OPTIONS= MYSQL "Use MySQL support" On \ + PostgreSQL "Use PostgreSQL support" Off \ SQLite "Use SQLite support" Off .include @@ -40,6 +41,9 @@ .if defined(WITH_SQLite) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite .endif +.if defined(WITH_PostgreSQL) +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +.endif post-patch: @${REINPLACE_CMD} 's|/etc|${PREFIX}/etc|' ${WRKSRC}/cbpadmin diff -ruN --exclude=CVS /usr/ports/mail/policyd2.orig/distinfo /usr/ports/mail/policyd2/distinfo --- /usr/ports/mail/policyd2.orig/distinfo 2010-01-07 05:48:30.000000000 +0100 +++ /usr/ports/mail/policyd2/distinfo 2011-04-28 16:45:38.000000000 +0200 @@ -1,3 +1,2 @@ -MD5 (cluebringer-2.0.10.tar.gz) = 374eb5b5f7325343defaf185964d421e SHA256 (cluebringer-2.0.10.tar.gz) = be335acb8e282a31a65a3f44de8c0ac0f0ac8f18090e20391b486d6b1efd752b SIZE (cluebringer-2.0.10.tar.gz) = 133110 --- policyd2-2.0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 15:10: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 8319F1065673; Thu, 28 Apr 2011 15:10: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 596C38FC16; Thu, 28 Apr 2011 15: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 p3SFAKeC093684; Thu, 28 Apr 2011 15: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 p3SFAKN4093680; Thu, 28 Apr 2011 15:10:20 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 15:10:20 GMT Message-Id: <201104281510.p3SFAKN4093680@freefall.freebsd.org> To: dgeo@centrale-marseille.fr, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156702: [PATCH] mail/policyd2: add postgresql support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 15:10:20 -0000 Synopsis: [PATCH] mail/policyd2: add postgresql support State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Apr 28 15:10:19 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156702 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 15:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF06A1065675 for ; Thu, 28 Apr 2011 15:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4128FC08 for ; Thu, 28 Apr 2011 15:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SFKCbN003394 for ; Thu, 28 Apr 2011 15:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SFKCpf003393; Thu, 28 Apr 2011 15:20:12 GMT (envelope-from gnats) Date: Thu, 28 Apr 2011 15:20:12 GMT Message-Id: <201104281520.p3SFKCpf003393@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156702: [PATCH] mail/policyd2: add postgresql support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 15:20:12 -0000 The following reply was made to PR ports/156702; it has been noted by GNATS. From: Edwin Groothuis To: chifeng@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/156702: [PATCH] mail/policyd2: add postgresql support Date: Thu, 28 Apr 2011 15:10:17 UT Maintainer of mail/policyd2, Please note that PR ports/156702 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/156702 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 15:20:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12E431065675 for ; Thu, 28 Apr 2011 15:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00B7C8FC14 for ; Thu, 28 Apr 2011 15:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SFKGGE003525 for ; Thu, 28 Apr 2011 15:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SFKGoQ003524; Thu, 28 Apr 2011 15:20:16 GMT (envelope-from gnats) Date: Thu, 28 Apr 2011 15:20:16 GMT Message-Id: <201104281520.p3SFKGoQ003524@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: geoffroy desvernay Cc: Subject: Re: ports/156681: databases/mariadb: upstream upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: geoffroy desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 15:20:17 -0000 The following reply was made to PR ports/156681; it has been noted by GNATS. From: geoffroy desvernay To: bug-followup@FreeBSD.org, dgeo@centrale-marseille.fr Cc: Subject: Re: ports/156681: databases/mariadb: upstream upgrade Date: Thu, 28 Apr 2011 17:13:15 +0200 This is a multi-part message in MIME format. --------------010800000603050607030106 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit refactored a bit: selections of available engines by OPTIONS. A new file more: pkg-message -- *geoffroy desvernay* --------------010800000603050607030106 Content-Type: text/plain; name="mariadb-5.2.5.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mariadb-5.2.5.diff" diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/Makefile /usr/ports/databases/mariadb/Makefile --- /usr/ports/databases/mariadb.orig/Makefile 2011-04-28 16:56:08.000000000 +0200 +++ /usr/ports/databases/mariadb/Makefile 2011-04-28 17:08:48.000000000 +0200 @@ -1,12 +1,12 @@ -# New ports collection makefile for: mariadb -# Date created: 14 November 2010 -# Whom: siasia +# New ports collection makefile for: mariadb +# Date created: 14 November 2010 +# Whom: siasia # # $FreeBSD: ports/databases/mariadb/Makefile,v 1.4 2011/04/22 23:40:15 linimon Exp $ # PORTNAME= mariadb -PORTVERSION= 5.2.4 +PORTVERSION= 5.2.5 CATEGORIES= databases MASTER_SITES= http://www.percona.com/downloads/MariaDB/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ @@ -18,13 +18,16 @@ http://mirrors.fe.up.pt/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ MAINTAINER= dgeo@centrale-marseille.fr -COMMENT= A database server that offers drop-in replacement functionality for MySQL +COMMENT= A database server - drop-in replacement functionality for MySQL LICENSE= GPLv2 -CONFLICTS= mysql-server-[0-9]* mysql-client-[0-9]* +CONFLICTS= mysql-server-[0-9]* mysql-client-[0-9]* mysql-scripts-[0-9]* CONFIGURE_ARGS= --with-embedded-server + +CPPFLAGS+= -I${LOCALBASE}/include + DATADIR= ${PREFIX}/share/mysql GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/mysql @@ -83,6 +86,139 @@ MAN8= mysqld.8 \ mysqlmanager.8 +OPTIONS= ARIADB "Aria storage engine" On \ + ARCHIVE "Archive storage plugin" On \ + BLACKHOLE "Blackhole storage engine" On \ + FEDERATED "Federated (old) storage engine" Off \ + FEDERATEDX "FederatedX storage engine (Federated replacement)" On \ + INNODB "InnoDB (old) engine" Off \ + XTRADB "XtraDB (InnoDB replacement) engine" On \ + OQGRAPH "Open Query Graph Computation engine" Off \ + PBXT "MVCC-based transactional engine" Off \ + PARTITION "Partitioning support" Off \ + SPHINX "SE client for Sphinx search daemon" On \ + NDB "Enable NDB support (imply PARTITION)" Off \ + EXAMPLES "Example engine,daemon and ftsearch plugins" Off \ + PORTEVENT "Use libevent from ports" Off \ + SSL "Activate SSL support (yassl)" Off \ + OPENSSL "Use OpenSSL instead of bundled yassl" Off + +.include + +.if ${ARCH} == "i386" || ${ARCH} == "amd64" +CONFIGURE_ARGS+= --enable-assembler +.endif +.if defined(WITH_SSL) +.if defined(WITH_OPENSSL) +USE_OPENSSL= yes +CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} +.else +CONFIGURE_ARGS+= --with-ssl=bundled +.endif +.else +CONFIGURE_ARGS+= --without-ssl +.endif +.if defined(WITH_PORTEVENT) +CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} +LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent +.else +CONFIGURE_ARGS+= --with-libevent=bundled +.endif +.if defined(WITH_ARIADB) +PLIST_SUB+= ARIADB="" +CONFIGURE_ARGS+= --with-plugin-aria --with-aria-tmp-tables +.else +CONFIGURE_ARGS+= --without-plugin-aria +PLIST_SUB+= ARIADB="@comment " +.endif +.if defined(WITH_SPHINX) +PLIST_SUB+= SPHINX="" +.else +CONFIGURE_ARGS+= --without-plugin-sphinx +PLIST_SUB+= SPHINX="@comment " +.endif +.if defined(WITH_ARIADB) +PLIST_SUB+= ARIADB="" +.else +CONFIGURE_ARGS+= --without-plugin-aria +PLIST_SUB+= ARIADB="@comment " +.endif +.if defined(WITH_ARCHIVE) +PLIST_SUB+= ARCHIVE="" +.else +CONFIGURE_ARGS+= --without-plugin-archive +PLIST_SUB+= ARCHIVE="@comment " +.endif +.if defined(WITH_BLACKHOLE) +PLIST_SUB+= BLACKHOLE="" +.else +CONFIGURE_ARGS+= --without-plugin-blackhole +PLIST_SUB+= BLACKHOLE="@comment " +.endif +.if defined(WITH_FEDERATED) +PLIST_SUB+= FEDERATED="" +.else +CONFIGURE_ARGS+= --without-plugin-federated +PLIST_SUB+= FEDERATED="@comment " +.endif +.if defined(WITH_FEDERATEDX) +PLIST_SUB+= FEDERATEDX="" +.else +CONFIGURE_ARGS+= --without-plugin-federatedx +PLIST_SUB+= FEDERATEDX="@comment " +.endif +.if defined(WITH_INNODB) +PLIST_SUB+= INNODB="" +.else +CONFIGURE_ARGS+= --without-plugin-innodb_plugin +PLIST_SUB+= INNODB="@comment " +.endif +.if defined(WITH_XTRADB) +PLIST_SUB+= XTRADB="" +.else +CONFIGURE_ARGS+= --without-plugin-xtradb +PLIST_SUB+= XTRADB="@comment " +.endif +.if defined(WITH_OQGRAPH) +CONFIGURE_ARGS+= --with-plugin-oqgraph +PLIST_SUB+= OQGRAPH="" +LIB_DEPENDS+= boost_system.4:${PORTSDIR}/devel/boost-libs +.else +CONFIGURE_ARGS+= --without-plugin-oqgraph +PLIST_SUB+= OQGRAPH="@comment " +.endif +.if defined(WITH_PBXT) +CONFIGURE_ARGS+= --with-plugin-pbxt +PLIST_SUB+= PBXT="" +.else +CONFIGURE_ARGS+= --without-plugin-pbxt +PLIST_SUB+= PBXT="@comment " +.endif +.if defined(WITH_EXAMPLES) +PLIST_SUB+= EXAMPLES="" +.else +CONFIGURE_ARGS+= --without-plugin-example --without-plugin-daemon_example --without-plugin-ftexample +PLIST_SUB+= EXAMPLES="@comment " +.endif +.if defined(WITH_NDB) +CONFIGURE_ARGS+= --with-plugin-ndbcluster +WITH_PARTITION=yes +#MAN1+= ndb_config.1 ndb_delete_all.1 ndb_desc.1 ndb_drop_index.1 \ +# ndb_drop_table.1 ndb_error_reporter.1 ndb_mgm.1 \ +# ndb_print_backup_file.1 ndb_print_schema_file.1 \ +# ndb_print_sys_file.1 ndb_restore.1 ndb_select_all.1 \ +# ndb_select_count.1 ndb_show_tables.1 ndb_size.pl.1 ndb_waiter.1 +PLIST_SUB+= NDB="" +.else +CONFIGURE_ARGS+= --without-plugin-ndbcluster +PLIST_SUB+= NDB="@comment " +.endif +.if defined(WITH_PARTITION) +CONFIGURE_ARGS+= --with-plugin-partition +.else +CONFIGURE_ARGS+= --without-plugin-partition +.endif + .if defined(WITH_CHARSET) && ${WITH_CHARSET} != "" CONFIGURE_ARGS+=--with-charset=${WITH_CHARSET} .endif @@ -97,13 +233,16 @@ @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" - @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)." - @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')." - @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)." + @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (def: latin1 selected: ${WITH_CHARSET})." + @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (selected: ${WITH_XCHARSET})." + @${ECHO} " WITH_COLLATION=collate Define default collation (def: latin1_swedish_ci selected: ${WITH_COLLATION})." @${ECHO} "" post-patch: @${REINPLACE_CMD} -e '/^install:/ s|^\(install:\).*$$|\1|' \ ${WRKSRC}/mysql-test/Makefile.in ${WRKSRC}/sql-bench/Makefile.in +port-install: + @${CAT} pkg-message + .include diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/distinfo /usr/ports/databases/mariadb/distinfo --- /usr/ports/databases/mariadb.orig/distinfo 2011-01-08 09:11:02.000000000 +0100 +++ /usr/ports/databases/mariadb/distinfo 2011-04-28 17:00:21.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.2.4.tar.gz) = 1aadddbe8e6d230ad16173b812d24801c493fe96c82d6bb36541e0138e5025dc -SIZE (mariadb-5.2.4.tar.gz) = 24964617 +SHA256 (mariadb-5.2.5.tar.gz) = 1e137f23d8bf430beeed01aed8b3beecff3a7d65ec4bfd291bfcf6668f21c5a1 +SIZE (mariadb-5.2.5.tar.gz) = 24925585 diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/files/patch-extra::yassl::src::yassl_error.cpp /usr/ports/databases/mariadb/files/patch-extra::yassl::src::yassl_error.cpp --- /usr/ports/databases/mariadb.orig/files/patch-extra::yassl::src::yassl_error.cpp 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/databases/mariadb/files/patch-extra::yassl::src::yassl_error.cpp 2011-04-28 17:00:21.000000000 +0200 @@ -0,0 +1,13 @@ +--- extra/yassl/src/yassl_error.cpp 2010-04-28 12:52:24 +0000 ++++ extra/yassl/src/yassl_error.cpp 2011-03-01 17:03:38 +0000 +@@ -128,7 +128,7 @@ + break; + + case badVersion_error : +- strncpy(buffer, "protocl version mismatch", max); ++ strncpy(buffer, "protocol version mismatch", max); + break; + + case compress_error : + + diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/files/patch-sql::mysqld.cc /usr/ports/databases/mariadb/files/patch-sql::mysqld.cc --- /usr/ports/databases/mariadb.orig/files/patch-sql::mysqld.cc 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/databases/mariadb/files/patch-sql::mysqld.cc 2011-04-28 17:00:21.000000000 +0200 @@ -0,0 +1,14 @@ +--- sql/mysqld.cc 2011-02-28 17:39:30 +0000 ++++ sql/mysqld.cc 2011-03-04 10:39:27 +0000 +@@ -744,9 +744,7 @@ + /* Static variables */ + + static bool kill_in_progress, segfaulted; +-#ifdef HAVE_STACKTRACE + static my_bool opt_stack_trace; +-#endif /* HAVE_STACKTRACE */ + static my_bool opt_bootstrap, opt_myisam_log; + static int cleanup_done; + static ulong opt_specialflag, opt_myisam_block_size; + + diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/pkg-message /usr/ports/databases/mariadb/pkg-message --- /usr/ports/databases/mariadb.orig/pkg-message 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/databases/mariadb/pkg-message 2011-04-28 17:11:08.000000000 +0200 @@ -0,0 +1,5 @@ +MariaDB: you may want to activate plugins + some plugins (those in ${LOCALBASE}/lib/mysql/plugin/*.so) must be loaded in /my.cnf: + +[mysqld] +plugin-load=ha_xtradb.so:ha_federatedx.so diff -ruN --exclude=CVS /usr/ports/databases/mariadb.orig/pkg-plist /usr/ports/databases/mariadb/pkg-plist --- /usr/ports/databases/mariadb.orig/pkg-plist 2011-01-08 09:11:02.000000000 +0100 +++ /usr/ports/databases/mariadb/pkg-plist 2011-04-28 17:00:21.000000000 +0200 @@ -1,9 +1,9 @@ -bin/aria_chk -bin/aria_dump_log -bin/aria_ftdump -bin/aria_pack -bin/aria_read_log -bin/innochecksum +%%ARIADB%%bin/aria_chk +%%ARIADB%%bin/aria_dump_log +%%ARIADB%%bin/aria_ftdump +%%ARIADB%%bin/aria_pack +%%ARIADB%%bin/aria_read_log +%%INNODB%%bin/innochecksum bin/msql2mysql bin/my_print_defaults bin/myisam_ftdump @@ -44,6 +44,24 @@ bin/replace bin/resolve_stack_dump bin/resolveip +%%PBXT%%bin/xtstat +%%NDB%%bin/ndb_config +%%NDB%%bin/ndb_delete_all +%%NDB%%bin/ndb_desc +%%NDB%%bin/ndb_drop_index +%%NDB%%bin/ndb_drop_table +%%NDB%%bin/ndb_error_reporter +%%NDB%%bin/ndb_mgm +%%NDB%%bin/ndb_print_backup_file +%%NDB%%bin/ndb_print_schema_file +%%NDB%%bin/ndb_print_sys_file +%%NDB%%bin/ndb_restore +%%NDB%%bin/ndb_select_all +%%NDB%%bin/ndb_select_count +%%NDB%%bin/ndb_show_tables +%%NDB%%bin/ndb_size.pl +%%NDB%%bin/ndb_test_platform +%%NDB%%bin/ndb_waiter include/mysql/client_plugin.h include/mysql/decimal.h include/mysql/errmsg.h @@ -85,7 +103,38 @@ include/mysql/sslopt-longopts.h include/mysql/sslopt-vars.h include/mysql/typelib.h -lib/mysql/libaria.a +%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi.h +%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_error.h +%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_debug.h +%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_config_parameters.h +%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_config_parameters_debug.h +%%NDB%%include/mysql/storage/ndb/mgmapi/ndb_logevent.h +%%NDB%%include/mysql/storage/ndb/mgmapi/ndbd_exit_codes.h +%%NDB%%include/mysql/storage/ndb/ndbapi/ndbapi_limits.h +%%NDB%%include/mysql/storage/ndb/ndbapi/ndb_opt_defaults.h +%%NDB%%include/mysql/storage/ndb/ndbapi/Ndb.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbApi.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbTransaction.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbDictionary.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbError.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbEventOperation.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbIndexOperation.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbOperation.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/ndb_cluster_connection.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbBlob.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbPool.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbRecAttr.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbReceiver.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbScanFilter.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbScanOperation.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbIndexScanOperation.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/NdbIndexStat.hpp +%%NDB%%include/mysql/storage/ndb/ndbapi/ndberror.h +%%NDB%%include/mysql/storage/ndb/ndb_constants.h +%%NDB%%include/mysql/storage/ndb/ndb_init.h +%%NDB%%include/mysql/storage/ndb/ndb_types.h +%%NDB%%include/mysql/storage/ndb/ndb_version.h +%%ARIADB%%lib/mysql/libaria.a lib/mysql/libdbug.a lib/mysql/libheap.a lib/mysql/libmyisam.a @@ -110,52 +159,62 @@ lib/mysql/plugin/dialog.la lib/mysql/plugin/dialog.so lib/mysql/plugin/dialog.so.0 -lib/mysql/plugin/ha_archive.a -lib/mysql/plugin/ha_archive.la -lib/mysql/plugin/ha_archive.so -lib/mysql/plugin/ha_archive.so.0 -lib/mysql/plugin/ha_blackhole.a -lib/mysql/plugin/ha_blackhole.la -lib/mysql/plugin/ha_blackhole.so -lib/mysql/plugin/ha_blackhole.so.0 -lib/mysql/plugin/ha_example.a -lib/mysql/plugin/ha_example.la -lib/mysql/plugin/ha_example.so -lib/mysql/plugin/ha_example.so.0 -lib/mysql/plugin/ha_federated.a -lib/mysql/plugin/ha_federated.la -lib/mysql/plugin/ha_federated.so -lib/mysql/plugin/ha_federated.so.0 -lib/mysql/plugin/ha_federatedx.a -lib/mysql/plugin/ha_federatedx.la -lib/mysql/plugin/ha_federatedx.so -lib/mysql/plugin/ha_federatedx.so.0 -lib/mysql/plugin/ha_innodb_plugin.a -lib/mysql/plugin/ha_innodb_plugin.la -lib/mysql/plugin/ha_innodb_plugin.so -lib/mysql/plugin/ha_innodb_plugin.so.0 -lib/mysql/plugin/ha_sphinx.a -lib/mysql/plugin/ha_sphinx.la -lib/mysql/plugin/ha_sphinx.so -lib/mysql/plugin/ha_sphinx.so.0 -lib/mysql/plugin/ha_xtradb.a -lib/mysql/plugin/ha_xtradb.la -lib/mysql/plugin/ha_xtradb.so -lib/mysql/plugin/ha_xtradb.so.0 -lib/mysql/plugin/libdaemon_example.a -lib/mysql/plugin/libdaemon_example.la -lib/mysql/plugin/libdaemon_example.so -lib/mysql/plugin/libdaemon_example.so.0 -lib/mysql/plugin/mypluglib.a -lib/mysql/plugin/mypluglib.la -lib/mysql/plugin/mypluglib.so -lib/mysql/plugin/mypluglib.so.0 -lib/mysql/plugin/sphinx.a -lib/mysql/plugin/sphinx.la -lib/mysql/plugin/sphinx.so -lib/mysql/plugin/sphinx.so.0 +%%ARCHIVE%%lib/mysql/plugin/ha_archive.a +%%ARCHIVE%%lib/mysql/plugin/ha_archive.la +%%ARCHIVE%%lib/mysql/plugin/ha_archive.so +%%ARCHIVE%%lib/mysql/plugin/ha_archive.so.0 +%%BLACKHOLE%%lib/mysql/plugin/ha_blackhole.a +%%BLACKHOLE%%lib/mysql/plugin/ha_blackhole.la +%%BLACKHOLE%%lib/mysql/plugin/ha_blackhole.so +%%BLACKHOLE%%lib/mysql/plugin/ha_blackhole.so.0 +%%EXAMPLES%%lib/mysql/plugin/ha_example.a +%%EXAMPLES%%lib/mysql/plugin/ha_example.la +%%EXAMPLES%%lib/mysql/plugin/ha_example.so +%%EXAMPLES%%lib/mysql/plugin/ha_example.so.0 +%%FEDERATED%%lib/mysql/plugin/ha_federated.a +%%FEDERATED%%lib/mysql/plugin/ha_federated.la +%%FEDERATED%%lib/mysql/plugin/ha_federated.so +%%FEDERATED%%lib/mysql/plugin/ha_federated.so.0 +%%FEDERATEDX%%lib/mysql/plugin/ha_federatedx.a +%%FEDERATEDX%%lib/mysql/plugin/ha_federatedx.la +%%FEDERATEDX%%lib/mysql/plugin/ha_federatedx.so +%%FEDERATEDX%%lib/mysql/plugin/ha_federatedx.so.0 +%%INNODB%%lib/mysql/plugin/ha_innodb_plugin.a +%%INNODB%%lib/mysql/plugin/ha_innodb_plugin.la +%%INNODB%%lib/mysql/plugin/ha_innodb_plugin.so +%%INNODB%%lib/mysql/plugin/ha_innodb_plugin.so.0 +%%SPHINX%%lib/mysql/plugin/ha_sphinx.a +%%SPHINX%%lib/mysql/plugin/ha_sphinx.la +%%SPHINX%%lib/mysql/plugin/ha_sphinx.so +%%SPHINX%%lib/mysql/plugin/ha_sphinx.so.0 +%%XTRADB%%lib/mysql/plugin/ha_xtradb.a +%%XTRADB%%lib/mysql/plugin/ha_xtradb.la +%%XTRADB%%lib/mysql/plugin/ha_xtradb.so +%%XTRADB%%lib/mysql/plugin/ha_xtradb.so.0 +%%OQGRAPH%%lib/mysql/plugin/ha_oqgraph.la +%%OQGRAPH%%lib/mysql/plugin/ha_oqgraph.so +%%OQGRAPH%%lib/mysql/plugin/ha_oqgraph.so.0 +%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.a +%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.la +%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.so +%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.so.0 +%%NDB%%lib/mysql/libndbclient.so.3 +%%NDB%%lib/mysql/libndbclient.so +%%NDB%%lib/mysql/libndbclient.la +%%NDB%%lib/mysql/libndbclient.a +%%EXAMPLES%%lib/mysql/plugin/mypluglib.a +%%EXAMPLES%%lib/mysql/plugin/mypluglib.la +%%EXAMPLES%%lib/mysql/plugin/mypluglib.so +%%EXAMPLES%%lib/mysql/plugin/mypluglib.so.0 +%%SPHINX%%lib/mysql/plugin/sphinx.a +%%SPHINX%%lib/mysql/plugin/sphinx.la +%%SPHINX%%lib/mysql/plugin/sphinx.so +%%SPHINX%%lib/mysql/plugin/sphinx.so.0 libexec/mysqld libexec/mysqlmanager +%%NDB%%libexec/ndb_cpcd +%%NDB%%libexec/ndb_mgmd +%%NDB%%libexec/ndbd share/aclocal/mysql.m4 %%DATADIR%%/binary-configure %%DATADIR%%/charsets/Index.xml @@ -252,4 +311,8 @@ @dirrm %%DATADIR%% @dirrm lib/mysql/plugin @dirrm lib/mysql +%%NDB%%@dirrm include/mysql/storage/ndb/mgmapi +%%NDB%%@dirrm include/mysql/storage/ndb/ndbapi +%%NDB%%@dirrm include/mysql/storage/ndb +%%NDB%%@dirrm include/mysql/storage @dirrm include/mysql --------------010800000603050607030106-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 19:50:03 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0B54106566C; Thu, 28 Apr 2011 19:50:03 +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 6FEC88FC0A; Thu, 28 Apr 2011 19:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SJo3mC061132; Thu, 28 Apr 2011 19:50:03 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SJo3Jt061128; Thu, 28 Apr 2011 19:50:03 GMT (envelope-from beech) Date: Thu, 28 Apr 2011 19:50:03 GMT Message-Id: <201104281950.p3SJo3Jt061128@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/156681: databases/mariadb: upstream upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 19:50:03 -0000 Synopsis: databases/mariadb: upstream upgrade Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Thu Apr 28 19:49:29 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=156681 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 19:52: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 5E881106566B; Thu, 28 Apr 2011 19:52:19 +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 342468FC0C; Thu, 28 Apr 2011 19:52: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 p3SJqJru069287; Thu, 28 Apr 2011 19:52:19 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SJqIvM069283; Thu, 28 Apr 2011 19:52:18 GMT (envelope-from beech) Date: Thu, 28 Apr 2011 19:52:18 GMT Message-Id: <201104281952.p3SJqIvM069283@freefall.freebsd.org> To: olivier@gid0.org, beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/156685: [update] audio/abraca: update to 0.6.0. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 19:52:19 -0000 Synopsis: [update] audio/abraca: update to 0.6.0. Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Thu Apr 28 19:51:45 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=156685 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 20:08: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 258E1106566C; Thu, 28 Apr 2011 20:08: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 EFF628FC1F; Thu, 28 Apr 2011 20:08: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 p3SK8fqu079122; Thu, 28 Apr 2011 20:08:41 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SK8fW5079118; Thu, 28 Apr 2011 20:08:41 GMT (envelope-from beech) Date: Thu, 28 Apr 2011 20:08:41 GMT Message-Id: <201104282008.p3SK8fW5079118@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/156377: databases/mariadb: missing charsets support in port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 20:08:42 -0000 Synopsis: databases/mariadb: missing charsets support in port Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Thu Apr 28 20:07:57 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=156377 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 20:10: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 4F6FA106567B for ; Thu, 28 Apr 2011 20:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 298A58FC1C for ; Thu, 28 Apr 2011 20: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 p3SKAGq9079339 for ; Thu, 28 Apr 2011 20:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SKAGju079335; Thu, 28 Apr 2011 20:10:16 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 20:10:16 GMT Resent-Message-Id: <201104282010.p3SKAGju079335@freefall.freebsd.org> 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 31ACA106566B for ; Thu, 28 Apr 2011 20:09:59 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C48098FC0C for ; Thu, 28 Apr 2011 20:09:58 +0000 (UTC) Received: by ewy1 with SMTP id 1so1210849ewy.13 for ; Thu, 28 Apr 2011 13:09:57 -0700 (PDT) Received: by 10.213.17.148 with SMTP id s20mr2362868eba.33.1304021397340; Thu, 28 Apr 2011 13:09:57 -0700 (PDT) Received: from silver.nine (89-72-104-219.dynamic.chello.pl [89.72.104.219]) by mx.google.com with ESMTPS id s50sm1519282eeh.1.2011.04.28.13.09.56 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2011 13:09:56 -0700 (PDT) Message-Id: <1304021396.69976@silver.nine> Date: Thu, 28 Apr 2011 22:09:56 +0200 From: "Grzegorz Blach" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/156705: Update for databases/hiredis library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 20:10:16 -0000 >Number: 156705 >Category: ports >Synopsis: Update for databases/hiredis library >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 28 20:10:15 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011 magik@silver.nine:/usr/obj/usr/src/sys/SILVER >Description: Update for databases/hiredis from 0.9.2 to 0.10.0 >How-To-Repeat: >Fix: --- hiredis.diff.txt begins here --- diff -x .svn -ruN /var/cache/portshaker/ports/databases/hiredis/Makefile databases/hiredis/Makefile --- /var/cache/portshaker/ports/databases/hiredis/Makefile 2011-01-31 12:43:02.000000000 +0100 +++ databases/hiredis/Makefile 2011-04-28 22:02:30.848742943 +0200 @@ -6,7 +6,7 @@ # PORTNAME= hiredis -DISTVERSION= 0.9.2 +DISTVERSION= 0.10.0 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/hiredis/tarball/v${DISTVERSION}/ DISTNAME= antirez-${PORTNAME}-v${DISTVERSION}-0-g${GITVERSION} @@ -16,7 +16,7 @@ LICENSE= BSD -GITVERSION= 0fbfa45 +GITVERSION= 6d026b7 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/antirez-${PORTNAME}-${GITVERSION} diff -x .svn -ruN /var/cache/portshaker/ports/databases/hiredis/distinfo databases/hiredis/distinfo --- /var/cache/portshaker/ports/databases/hiredis/distinfo 2011-01-31 12:43:02.000000000 +0100 +++ databases/hiredis/distinfo 2011-04-28 22:02:30.848742943 +0200 @@ -1,2 +1,2 @@ -SHA256 (antirez-hiredis-v0.9.2-0-g0fbfa45.tar.gz) = 02cf8653bb1afa8e56545103e00b4d7cd64bc34db6cae44465bde9919e420b4d -SIZE (antirez-hiredis-v0.9.2-0-g0fbfa45.tar.gz) = 29669 +SHA256 (antirez-hiredis-v0.10.0-0-g6d026b7.tar.gz) = fe96fc37b1af6c9ee07ee3965bbaaded16caaf595888d01b6cae9dfd7bd21d20 +SIZE (antirez-hiredis-v0.10.0-0-g6d026b7.tar.gz) = 38528 diff -x .svn -ruN /var/cache/portshaker/ports/databases/hiredis/files/patch-Makefile databases/hiredis/files/patch-Makefile --- /var/cache/portshaker/ports/databases/hiredis/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 +++ databases/hiredis/files/patch-Makefile 2011-04-28 22:02:30.848742943 +0200 @@ -0,0 +1,11 @@ +--- Makefile.orig 2011-04-28 21:58:59.842199094 +0200 ++++ Makefile 2011-04-28 21:59:14.064436837 +0200 +@@ -89,7 +89,7 @@ + endif + + hiredis-%: %.o $(STLIBNAME) +- $(CC) -o $@ $(CCOPT) $(DEBUG) $(LDFLAGS) $(STLIBNAME) $< ++ $(CC) -o $@ $(CCOPT) $(DEBUG) $(LDFLAGS) $< $(STLIBNAME) + + test: hiredis-test + ./hiredis-test --- hiredis.diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 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 2B66B106566B for ; Thu, 28 Apr 2011 21:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFBE28FC15 for ; Thu, 28 Apr 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 p3SL0JrF027907 for ; Thu, 28 Apr 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 p3SL0J95027906; Thu, 28 Apr 2011 21:00:19 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 21:00:19 GMT Resent-Message-Id: <201104282100.p3SL0J95027906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jose Jachuf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8923C106566C for ; Thu, 28 Apr 2011 20:59: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 78E288FC08 for ; Thu, 28 Apr 2011 20:59: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 p3SKxs3E045363 for ; Thu, 28 Apr 2011 20:59:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SKxsaE045362; Thu, 28 Apr 2011 20:59:54 GMT (envelope-from nobody) Message-Id: <201104282059.p3SKxsaE045362@red.freebsd.org> Date: Thu, 28 Apr 2011 20:59:54 GMT From: Jose Jachuf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156706: update the /databases/py-firebirdsql X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 21:00:20 -0000 >Number: 156706 >Category: ports >Synopsis: update the /databases/py-firebirdsql >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 Apr 28 21:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jose Jachuf >Release: 8.2-RELEASE >Organization: - >Environment: FreeBSD hp530.compass.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: Port is updated from version 0.4.0 to 0.4.1 >How-To-Repeat: none >Fix: none Patch attached with submission follows: diff -ruN py-firebirdsql.bak/Makefile py-firebirdsql/Makefile --- py-firebirdsql.bak/Makefile 2011-04-28 17:54:54.000000000 -0300 +++ py-firebirdsql/Makefile 2011-04-28 17:54:50.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= firebirdsql -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-firebirdsql.bak/distinfo py-firebirdsql/distinfo --- py-firebirdsql.bak/distinfo 2011-04-28 17:54:54.000000000 -0300 +++ py-firebirdsql/distinfo 2011-04-28 17:54:50.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.4.0.tar.gz) = 85c59e9b0f2576605b2fbea3b5a24d22aab2d89dfce6ebfec4e26eb56422ffab -SIZE (firebirdsql-0.4.0.tar.gz) = 28505 +SHA256 (firebirdsql-0.4.1.tar.gz) = c40a832222280d19dc2d9f76ff7471b6900e28efeda17ab86d7db6e8d6e29527 +SIZE (firebirdsql-0.4.1.tar.gz) = 28567 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 21: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 3ADB9106566C; Thu, 28 Apr 2011 21:00:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 11A178FC12; Thu, 28 Apr 2011 21:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SL0Vqw028622; Thu, 28 Apr 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 p3SL0VSU028613; Thu, 28 Apr 2011 21:00:31 GMT (envelope-from edwin) Date: Thu, 28 Apr 2011 21:00:31 GMT Message-Id: <201104282100.p3SL0VSU028613@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/156706: update the /databases/py-firebirdsql X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 Apr 2011 21:00:32 -0000 Synopsis: update the /databases/py-firebirdsql Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Apr 28 21:00:31 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=156706 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 23: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 55229106566B for ; Thu, 28 Apr 2011 23: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 308F78FC16 for ; Thu, 28 Apr 2011 23: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 p3SNeBXv079426 for ; Thu, 28 Apr 2011 23: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 p3SNeBwX079425; Thu, 28 Apr 2011 23:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 23:40:11 GMT Resent-Message-Id: <201104282340.p3SNeBwX079425@freefall.freebsd.org> 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 1FB45106564A for ; Thu, 28 Apr 2011 23:30:27 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DBF978FC0A for ; Thu, 28 Apr 2011 23:30:26 +0000 (UTC) Received: by iwn33 with SMTP id 33so3685460iwn.13 for ; Thu, 28 Apr 2011 16:30:26 -0700 (PDT) Received: by 10.231.17.4 with SMTP id q4mr330578iba.81.1304033426188; Thu, 28 Apr 2011 16:30:26 -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 f28sm876661ibh.67.2011.04.28.16.30.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2011 16:30:25 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Thu, 28 Apr 2011 18:30:22 -0500 Message-Id: <4db9f891.5c3ae70a.4f82.2f6c@mx.google.com> Date: Thu, 28 Apr 2011 18:30:22 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156707: devel/pure-gen - updates to 0.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 23:40:12 -0000 >Number: 156707 >Category: ports >Synopsis: devel/pure-gen - updates to 0.11 >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 Apr 28 23:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Iliinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Mar 14 02:51:28 CDT 2011 root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: Just a minor update. >How-To-Repeat: >Fix: --- patch-pure-gen-0.11 begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pure-gen.orig/Makefile /usr/ports/devel/pure-gen/Makefile --- /usr/ports/devel/pure-gen.orig/Makefile 2011-04-11 21:24:37.000000000 -0500 +++ /usr/ports/devel/pure-gen/Makefile 2011-04-28 17:57:45.751542688 -0500 @@ -6,7 +6,7 @@ # PORTNAME= pure-gen -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel MASTER_SITES= http://pure-lang.googlecode.com/files/ diff -ruN --exclude=CVS /usr/ports/devel/pure-gen.orig/distinfo /usr/ports/devel/pure-gen/distinfo --- /usr/ports/devel/pure-gen.orig/distinfo 2011-04-11 21:24:37.000000000 -0500 +++ /usr/ports/devel/pure-gen/distinfo 2011-04-28 17:57:56.897647298 -0500 @@ -1,2 +1,2 @@ -SHA256 (pure-gen-0.10.tar.gz) = 4434eeef004b1d099f39c9d565cd5fc0e31955a6e7e785a5fc2af292fcc11473 -SIZE (pure-gen-0.10.tar.gz) = 52509 +SHA256 (pure-gen-0.11.tar.gz) = b2fdd3436ef567506848d0f4d67e195d550b64f958412339bd6fb455db4183aa +SIZE (pure-gen-0.11.tar.gz) = 52924 --- patch-pure-gen-0.11 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 00:09: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 359691065670; Fri, 29 Apr 2011 00:09:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE818FC1A; Fri, 29 Apr 2011 00:09: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 p3T09URw005413; Fri, 29 Apr 2011 00:09:30 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T09Uaw005409; Fri, 29 Apr 2011 00:09:30 GMT (envelope-from wen) Date: Fri, 29 Apr 2011 00:09:30 GMT Message-Id: <201104290009.p3T09Uaw005409@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/156707: devel/pure-gen - updates to 0.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 00:09:31 -0000 Synopsis: devel/pure-gen - updates to 0.11 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Fri Apr 29 00:09:30 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156707 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 00:09: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 D3A861065670; Fri, 29 Apr 2011 00:09:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADA3D8FC13; Fri, 29 Apr 2011 00:09: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 p3T09XHP005481; Fri, 29 Apr 2011 00:09:33 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T09XMs005477; Fri, 29 Apr 2011 00:09:33 GMT (envelope-from wen) Date: Fri, 29 Apr 2011 00:09:33 GMT Message-Id: <201104290009.p3T09XMs005477@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/156706: update the /databases/py-firebirdsql X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 00:09:33 -0000 Synopsis: update the /databases/py-firebirdsql Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Fri Apr 29 00:09:33 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156706 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 02: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 69E491065672 for ; Fri, 29 Apr 2011 02: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 42CD48FC14 for ; Fri, 29 Apr 2011 02: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 p3T2A9a1014834 for ; Fri, 29 Apr 2011 02: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 p3T2A9fZ014833; Fri, 29 Apr 2011 02:10:09 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 02:10:09 GMT Resent-Message-Id: <201104290210.p3T2A9fZ014833@freefall.freebsd.org> 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 833E910656EF for ; Fri, 29 Apr 2011 02:01:00 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 48AEB8FC13 for ; Fri, 29 Apr 2011 02:01:00 +0000 (UTC) Received: by iwn33 with SMTP id 33so3789239iwn.13 for ; Thu, 28 Apr 2011 19:00:59 -0700 (PDT) Received: by 10.43.65.75 with SMTP id xl11mr5216843icb.497.1304042459528; Thu, 28 Apr 2011 19:00:59 -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 13sm927771ibo.42.2011.04.28.19.00.56 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2011 19:00:58 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Thu, 28 Apr 2011 21:00:55 -0500 Message-Id: <4dba1bda.cd03e70a.6107.39f5@mx.google.com> Date: Thu, 28 Apr 2011 21:00:55 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156708: devel/goffice: add a WITHOUT_GCONF knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 02:10:09 -0000 >Number: 156708 >Category: ports >Synopsis: devel/goffice: add a WITHOUT_GCONF knob >Confidential: no >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 Apr 29 02:10:08 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: Mon Mar 14 02:51:28 CDT 2011 root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: If the gnumeric chain, libgsf+goffice+gnumeric all have the WITHOUT_GCONF knob, the users will be able to build these ports without gconf. >How-To-Repeat: >Fix: --- patch-goffice_1 begins here --- diff -ruN --exclude=CVS /usr/ports/devel/goffice.orig/Makefile /usr/ports/devel/goffice/Makefile --- /usr/ports/devel/goffice.orig/Makefile 2011-03-25 07:31:18.000000000 -0500 +++ /usr/ports/devel/goffice/Makefile 2011-04-28 20:48:06.515658026 -0500 @@ -10,6 +10,7 @@ PORTNAME= goffice PORTVERSION= 0.8.14 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -22,13 +23,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgsf gconf2 \ - ltverhack +USE_GNOME= gnomeprefix gnomehack intlhack libgsf ltverhack USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ARGS+= CPPFLAGS+="-I${LOCALBASE}/include" \ + LDFLAGS+="-L${LOCALBASE}/lib" +MAKE_JOBS_SAFE= yes + +.if !defined(WITHOUT_GCONF) || exists(${LOCALBASE}/bin/gconftool-2) +USE_GNOME+= gconf2 +.else +CONFIGURE_ARGS+= --with-config-backend=keyfile +.endif PLIST_SUB= VERSION=${PORTVERSION} \ SHORT_VER=0.8 --- patch-goffice_1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 02:10: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 0B71110656AD; Fri, 29 Apr 2011 02:10: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 D642C8FC15; Fri, 29 Apr 2011 02: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 p3T2AJGV015609; Fri, 29 Apr 2011 02: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 p3T2AJQI015597; Fri, 29 Apr 2011 02:10:19 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 02:10:19 GMT Message-Id: <201104290210.p3T2AJQI015597@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156708: devel/goffice: add a WITHOUT_GCONF knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 02:10:20 -0000 Synopsis: devel/goffice: add a WITHOUT_GCONF knob Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 02:10:19 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156708 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 04: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 C93891065672 for ; Fri, 29 Apr 2011 04: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 9A1D48FC0C for ; Fri, 29 Apr 2011 04: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 p3T4K90D033420 for ; Fri, 29 Apr 2011 04: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 p3T4K9xi033419; Fri, 29 Apr 2011 04:20:09 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 04:20:09 GMT Resent-Message-Id: <201104290420.p3T4K9xi033419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pan Tsu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AAAB106566B for ; Fri, 29 Apr 2011 04:13:27 +0000 (UTC) (envelope-from inyaoo@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 17A828FC08 for ; Fri, 29 Apr 2011 04:13:26 +0000 (UTC) Received: by bwz12 with SMTP id 12so4044611bwz.13 for ; Thu, 28 Apr 2011 21:13:26 -0700 (PDT) Received: by 10.204.74.68 with SMTP id t4mr1754100bkj.22.1304050405817; Thu, 28 Apr 2011 21:13:25 -0700 (PDT) Received: from localhost (chomsky.torservers.net [77.247.181.162]) by mx.google.com with ESMTPS id w3sm1370522bkt.5.2011.04.28.21.13.22 (version=SSLv3 cipher=OTHER); Thu, 28 Apr 2011 21:13:25 -0700 (PDT) Message-Id: <86oc3pitk4.fsf@gmail.com> Date: Fri, 29 Apr 2011 08:13:15 +0400 From: Pan Tsu To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/156709: [patch] emulators/wine: use pthread_getthreadid_np() on 9.x post-r218414 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 04:20:10 -0000 >Number: 156709 >Category: ports >Synopsis: [patch] emulators/wine: use pthread_getthreadid_np() on 9.x post-r218414 >Confidential: no >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 Apr 29 04:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pan Tsu >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: http://lists.freebsd.org/pipermail/freebsd-threads/2011-February/005016.html >Description: >How-To-Repeat: >Fix: --- a.diff begins here --- --- configure.ac~ +++ configure.ac @@ -1434,6 +1434,7 @@ dnl **** Check for pthread functions *** WINE_CHECK_LIB_FUNCS(\ pthread_attr_get_np \ pthread_getattr_np \ + pthread_getthreadid_np \ pthread_get_stackaddr_np \ pthread_get_stacksize_np, [$LIBPTHREAD]) --- configure~ +++ configure @@ -10607,6 +10607,7 @@ LIBS="$LIBS $LIBPTHREAD" for ac_func in \ pthread_attr_get_np \ pthread_getattr_np \ + pthread_getthreadid_np \ pthread_get_stackaddr_np \ pthread_get_stacksize_np do : --- include/config.h.in~ +++ include/config.h.in @@ -647,6 +647,9 @@ /* Define to 1 if you have the `pthread_getattr_np' function. */ #undef HAVE_PTHREAD_GETATTR_NP +/* Define to 1 if you have the `pthread_getthreadid_np' function. */ +#undef HAVE_PTHREAD_GETTHREADID_NP + /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */ #undef HAVE_PTHREAD_GET_STACKADDR_NP --- dlls/ntdll/server.c~ +++ dlls/ntdll/server.c @@ -61,6 +61,9 @@ #include #include #endif +#ifdef HAVE_PTHREAD_NP_H +# include +#endif #ifdef HAVE_UNISTD_H # include #endif @@ -953,6 +956,8 @@ static int get_unix_tid(void) #elif defined(__APPLE__) ret = mach_thread_self(); mach_port_deallocate(mach_task_self(), ret); +#elif defined(HAVE_PTHREAD_GETTHREADID_NP) + ret = pthread_getthreadid_np(); #elif defined(__FreeBSD__) long lwpid; thr_self( &lwpid ); --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 04: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 DDFA4106566B; Fri, 29 Apr 2011 04:20:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B3E198FC08; Fri, 29 Apr 2011 04: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 p3T4KKuX034265; Fri, 29 Apr 2011 04:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T4KK34034255; Fri, 29 Apr 2011 04:20:20 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 04:20:20 GMT Message-Id: <201104290420.p3T4KK34034255@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gerald@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156709: [patch] emulators/wine: use pthread_getthreadid_np() on 9.x post-r218414 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 04:20:20 -0000 Synopsis: [patch] emulators/wine: use pthread_getthreadid_np() on 9.x post-r218414 Responsible-Changed-From-To: freebsd-ports-bugs->gerald Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 04:20:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156709 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 05: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 3A8B81065672 for ; Fri, 29 Apr 2011 05: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 0AC878FC13 for ; Fri, 29 Apr 2011 05: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 p3T5A6nx082710 for ; Fri, 29 Apr 2011 05: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 p3T5A6UW082709; Fri, 29 Apr 2011 05:10:06 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 05:10:06 GMT Resent-Message-Id: <201104290510.p3T5A6UW082709@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Felder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A981065670 for ; Fri, 29 Apr 2011 05:07:01 +0000 (UTC) (envelope-from root@feld.me) Received: from que21.charter.net (que21.charter.net [209.225.8.22]) by mx1.freebsd.org (Postfix) with ESMTP id 4769C8FC0C for ; Fri, 29 Apr 2011 05:07:00 +0000 (UTC) Received: from imp10 ([10.20.200.15]) by mta31.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20110429044139.LYZN7341.mta31.charter.net@imp10>; Fri, 29 Apr 2011 00:41:39 -0400 Received: from feld.me ([68.117.126.78]) by imp10 with smtp.charter.net id dGhf1g0031hcoSk05GhfcF; Fri, 29 Apr 2011 00:41:39 -0400 Received: from root by feld.me with local (Exim 4.75 (FreeBSD)) (envelope-from ) id 1QFfWN-000974-0I; Thu, 28 Apr 2011 23:41:39 -0500 Message-Id: Date: Thu, 28 Apr 2011 23:41:39 -0500 From: Mark Felder To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@christianserving.org Subject: ports/156710: [PATCH] mail/imapsync: update to 1.411 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 05:10:07 -0000 >Number: 156710 >Category: ports >Synopsis: [PATCH] mail/imapsync: update to 1.411 >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 Apr 29 05:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD nas.feld.me 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Thu Feb 17 13:03:46 CST 2011 >Description: - Update to 1.411 Port maintainer (ports@christianserving.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- imapsync-1.411.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/imapsync.orig/Makefile /usr/ports/mail/imapsync/Makefile --- /usr/ports/mail/imapsync.orig/Makefile 2011-04-28 21:53:47.210347082 -0500 +++ /usr/ports/mail/imapsync/Makefile 2011-04-28 21:54:05.891768724 -0500 @@ -6,7 +6,7 @@ # PORTNAME= imapsync -PORTVERSION= 1.404 +PORTVERSION= 1.411 CATEGORIES= mail perl5 MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ EXTRACT_SUFX= .tgz @@ -17,7 +17,9 @@ BUILD_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \ p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \ + p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL USE_PERL5= yes NO_BUILD= yes diff -ruN --exclude=CVS /usr/ports/mail/imapsync.orig/distinfo /usr/ports/mail/imapsync/distinfo --- /usr/ports/mail/imapsync.orig/distinfo 2011-04-28 21:53:47.210347082 -0500 +++ /usr/ports/mail/imapsync/distinfo 2011-04-28 21:54:08.100702127 -0500 @@ -1,2 +1,2 @@ -SHA256 (imapsync-1.404.tgz) = 51836439ca25ce390ddeeaf9293734c6b01708a36763451ef46be68c53a05285 -SIZE (imapsync-1.404.tgz) = 6961989 +SHA256 (imapsync-1.411.tgz) = adab46f52cbf425ab8a17f8d0bd9ef4991857b9d2e0742725de51ac6033eb17c +SIZE (imapsync-1.411.tgz) = 5055478 --- imapsync-1.411.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 05:10: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 D1DDC10656B1; Fri, 29 Apr 2011 05:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7DD48FC15; Fri, 29 Apr 2011 05: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 p3T5AG72083386; Fri, 29 Apr 2011 05: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 p3T5AGd3083378; Fri, 29 Apr 2011 05:10:16 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 05:10:16 GMT Message-Id: <201104290510.p3T5AGd3083378@freefall.freebsd.org> To: feld@feld.me, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156710: [PATCH] mail/imapsync: update to 1.411 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 05:10:16 -0000 Synopsis: [PATCH] mail/imapsync: update to 1.411 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Apr 29 05:10:16 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156710 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 05: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 0346D1065674 for ; Fri, 29 Apr 2011 05: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 E5F148FC15 for ; Fri, 29 Apr 2011 05: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 p3T5KACg092853 for ; Fri, 29 Apr 2011 05: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 p3T5KAGi092852; Fri, 29 Apr 2011 05:20:10 GMT (envelope-from gnats) Date: Fri, 29 Apr 2011 05:20:10 GMT Message-Id: <201104290520.p3T5KAGi092852@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156710: [PATCH] mail/imapsync: update to 1.411 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, 29 Apr 2011 05:20:11 -0000 The following reply was made to PR ports/156710; it has been noted by GNATS. From: Edwin Groothuis To: ports@christianserving.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/156710: [PATCH] mail/imapsync: update to 1.411 Date: Fri, 29 Apr 2011 05:10:14 UT Maintainer of mail/imapsync, Please note that PR ports/156710 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/156710 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 07: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 87A921065674; Fri, 29 Apr 2011 07:00:28 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DB2C8FC0C; Fri, 29 Apr 2011 07: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 p3T70SKJ085869; Fri, 29 Apr 2011 07:00:28 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T70RWg085863; Fri, 29 Apr 2011 07:00:27 GMT (envelope-from culot) Date: Fri, 29 Apr 2011 07:00:27 GMT Message-Id: <201104290700.p3T70RWg085863@freefall.freebsd.org> To: riggs@rrr.de, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156085: Update of cad/linux-eagle5 to the most 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: Fri, 29 Apr 2011 07:00:28 -0000 Synopsis: Update of cad/linux-eagle5 to the most recent version Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Apr 29 07:00:27 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156085 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 07:40:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DD6A106564A for ; Fri, 29 Apr 2011 07:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E653F8FC15 for ; Fri, 29 Apr 2011 07:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3T7eDBL044630 for ; Fri, 29 Apr 2011 07:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T7eDfI044629; Fri, 29 Apr 2011 07:40:13 GMT (envelope-from gnats) Date: Fri, 29 Apr 2011 07:40:13 GMT Message-Id: <201104290740.p3T7eDfI044629@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: chifeng Cc: Subject: Re: ports/156702: [PATCH] mail/policyd2: add postgresql support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chifeng List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 07:40:14 -0000 The following reply was made to PR ports/156702; it has been noted by GNATS. From: chifeng To: bug-followup@freebsd.org Cc: Subject: Re: ports/156702: [PATCH] mail/policyd2: add postgresql support Date: Fri, 29 Apr 2011 15:02:54 +0800 --20cf307ca0444950fe04a2094331 Content-Type: text/plain; charset=ISO-8859-1 I have tested it and it's OK, thank you. please commit it. Chifeng On Thu, Apr 28, 2011 at 11:10 PM, Edwin Groothuis wrote: > Maintainer of mail/policyd2, > > Please note that PR ports/156702 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/156702 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- *Regards.* **- Chifeng --20cf307ca0444950fe04a2094331 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have tested it and it's OK, thank you. please commit it.

Chifeng

On Thu, Apr 28, 2011 = at 11:10 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
Maintainer of mail/policyd2,

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

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

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

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



--
Regards.<= div>- Chifeng

--20cf307ca0444950fe04a2094331-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08: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 303A71065670 for ; Fri, 29 Apr 2011 08: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 E6FF68FC15 for ; Fri, 29 Apr 2011 08:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3T80ICu062671 for ; Fri, 29 Apr 2011 08:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T80Irp062667; Fri, 29 Apr 2011 08:00:18 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 08:00:18 GMT Resent-Message-Id: <201104290800.p3T80Irp062667@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Riaan Kruger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D17B5106566B for ; Fri, 29 Apr 2011 07:53: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 BFEAC8FC12 for ; Fri, 29 Apr 2011 07:53: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 p3T7rMLd066907 for ; Fri, 29 Apr 2011 07:53:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3T7rMgf066899; Fri, 29 Apr 2011 07:53:22 GMT (envelope-from nobody) Message-Id: <201104290753.p3T7rMgf066899@red.freebsd.org> Date: Fri, 29 Apr 2011 07:53:22 GMT From: Riaan Kruger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156711: [maintainer update] Update security/strongswan X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 08:00:19 -0000 >Number: 156711 >Category: ports >Synopsis: [maintainer update] Update security/strongswan >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 Apr 29 08:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Riaan Kruger >Release: 8.2 >Organization: >Environment: >Description: Update secuirty/strongswan port from 4.4.0 to 4.5.1 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN strongswan.bak/Makefile strongswan/Makefile --- strongswan.bak/Makefile 2010-12-04 09:33:31.000000000 +0200 +++ strongswan/Makefile 2011-04-18 13:39:52.668276991 +0200 @@ -5,7 +5,7 @@ # $FreeBSD: ports/security/strongswan/Makefile,v 1.2 2010/12/04 07:33:31 ade Exp $ PORTNAME= strongswan -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -14,7 +14,7 @@ COMMENT= Open Source IPSec-based VPN solution LIB_DEPENDS= vstr:${PORTSDIR}/devel/vstr \ - gmp.10:${PORTSDIR}/math/gmp + gmp.10:${PORTSDIR}/math/gmp USE_BZIP2= yes @@ -24,24 +24,25 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \ --enable-kernel-pfroute \ --disable-kernel-netlink \ - --enable-vstr \ --disable-tools \ --disable-scripts \ --disable-pluto \ --with-group=wheel \ + --enable-gmp \ + --enable-vstr \ --with-lib-prefix=${PREFIX} -MAN3= anyaddr.3 atoaddr.3 atoasr.3 atosa.3 atoul.3 goodmask.3 \ - initaddr.3 initsubnet.3 keyblobtoid.3 portof.3 prng.3 \ - rangetosubnet.3 sameaddr.3 subnetof.3 ttoaddr.3 ttodata.3 \ +MAN3= anyaddr.3 atoaddr.3 atoasr.3 atoul.3 goodmask.3 \ + initaddr.3 initsubnet.3 portof.3 rangetosubnet.3 \ + sameaddr.3 subnetof.3 ttoaddr.3 ttodata.3 \ ttosa.3 ttoul.3 -MAN5= ipsec.conf.5 -MAN8= ipsec.8 starter.8 _copyright.8 _updown.8 _updown_espmark.8 +MAN5= ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5 +MAN8= ipsec.8 _updown.8 _updown_espmark.8 .include .if ${OSVERSION} < 800000 -IGNORE= requires at least FreeBSD 8.X +IGNORE= Requires at least FreeBSD 8.X .endif .include diff -ruN strongswan.bak/distinfo strongswan/distinfo --- strongswan.bak/distinfo 2010-08-26 15:40:11.000000000 +0200 +++ strongswan/distinfo 2011-03-24 06:05:57.211226000 +0200 @@ -1,3 +1,2 @@ -MD5 (strongswan-4.4.0.tar.bz2) = bfb0f1c8ef1344e1ae8157bdde060fed -SHA256 (strongswan-4.4.0.tar.bz2) = df40d9daf963ce4f4bef4177ed02d68c083521b307f52bebb1872c2ded4b2718 -SIZE (strongswan-4.4.0.tar.bz2) = 2863754 +SHA256 (strongswan-4.5.1.tar.bz2) = 252d7369d94aa2d79e6fad078853b07ca897ea811ab1e1a2b008bcec0d1e758a +SIZE (strongswan-4.5.1.tar.bz2) = 3254264 diff -ruN strongswan.bak/files/patch-src__libcharon__bus__listeners__sys_logger.c strongswan/files/patch-src__libcharon__bus__listeners__sys_logger.c --- strongswan.bak/files/patch-src__libcharon__bus__listeners__sys_logger.c 1970-01-01 02:00:00.000000000 +0200 +++ strongswan/files/patch-src__libcharon__bus__listeners__sys_logger.c 2011-03-24 07:51:01.240278000 +0200 @@ -0,0 +1,19 @@ +--- srcold/libcharon/bus/listeners/sys_logger.c 2011-03-10 20:50:01.000000000 +0200 ++++ src/libcharon/bus/listeners/sys_logger.c 2011-03-10 20:53:59.000000000 +0200 +@@ -79,13 +79,15 @@ + /* do a syslog with every line */ + while (current) + { ++ char tmp[8192]; + next = strchr(current, '\n'); + if (next) + { + *(next++) = '\0'; + } +- syslog(this->facility|LOG_INFO, "%.2d[%N]%s %s\n", ++ snprintf(tmp, 8192, "%.2d[%N]%s %s\n", + thread, debug_names, group, namestr, current); ++ syslog(this->facility|LOG_INFO, tmp); + current = next; + } + } diff -ruN strongswan.bak/files/patch-src__libcharon__plugins__kernel_pfkey__kernel_pfkey_ipsec.c strongswan/files/patch-src__libcharon__plugins__kernel_pfkey__kernel_pfkey_ipsec.c --- strongswan.bak/files/patch-src__libcharon__plugins__kernel_pfkey__kernel_pfkey_ipsec.c 2010-08-26 15:40:11.000000000 +0200 +++ strongswan/files/patch-src__libcharon__plugins__kernel_pfkey__kernel_pfkey_ipsec.c 1970-01-01 02:00:00.000000000 +0200 @@ -1,102 +0,0 @@ -diff -u -r srcold/libcharon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c src/libcharon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c ---- srcold/libcharon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c 2010-03-19 17:56:54.000000000 +0200 -+++ src/libcharon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c 2010-05-28 15:58:12.000000000 +0200 -@@ -600,17 +600,43 @@ - } - - /** -- * add a host behind a sadb_address extension -+ * Copy a host_t as sockaddr_t to the given memory location. Ports are -+ * reset to zero as per RFC 2367. -+ * @returns the number of bytes copied - */ --static void host2ext(host_t *host, struct sadb_address *ext) -+static size_t hostcpy(void *dest, host_t *host) - { -- sockaddr_t *host_addr = host->get_sockaddr(host); -+ sockaddr_t *addr = host->get_sockaddr(host), *dest_addr = dest; - socklen_t *len = host->get_sockaddr_len(host); -+ memcpy(dest, addr, *len); - #ifdef HAVE_STRUCT_SOCKADDR_SA_LEN -- host_addr->sa_len = *len; -+ dest_addr->sa_len = *len; - #endif -- memcpy((char*)(ext + 1), host_addr, *len); -- ext->sadb_address_len = PFKEY_LEN(sizeof(*ext) + *len); -+ switch (dest_addr->sa_family) -+ { -+ case AF_INET: -+ { -+ struct sockaddr_in *sin = dest; -+ sin->sin_port = 0; -+ break; -+ } -+ case AF_INET6: -+ { -+ struct sockaddr_in6 *sin6 = dest; -+ sin6->sin6_port = 0; -+ break; -+ } -+ } -+ return *len; -+} -+ -+/** -+ * add a host behind an sadb_address extension -+ */ -+static void host2ext(host_t *host, struct sadb_address *ext) -+{ -+ size_t len = hostcpy(ext + 1, host); -+ ext->sadb_address_len = PFKEY_LEN(sizeof(*ext) + len); - } - - /** -@@ -1019,6 +1045,7 @@ - } - #endif /*SADB_X_MIGRATE*/ - -+#ifndef __FreeBSD__ - #ifdef HAVE_NATT - /** - * Process a SADB_X_NAT_T_NEW_MAPPING message from the kernel -@@ -1076,6 +1103,7 @@ - } - } - #endif /*HAVE_NATT*/ -+#endif /*__FreeBSD__*/ - - /** - * Receives events from kernel -@@ -1137,11 +1165,13 @@ - process_migrate(this, msg); - break; - #endif /*SADB_X_MIGRATE*/ -+#ifndef __FreeBSD__ - #ifdef HAVE_NATT - case SADB_X_NAT_T_NEW_MAPPING: - process_mapping(this, msg); - break; - #endif /*HAVE_NATT*/ -+#endif /*__FreeBSD__*/ - default: - break; - } -@@ -1679,14 +1709,10 @@ - req->sadb_x_ipsecrequest_level = IPSEC_LEVEL_UNIQUE; - if (mode == MODE_TUNNEL) - { -- sockaddr_t *sa; -- socklen_t sl; -- sa = src->get_sockaddr(src); -- sl = *src->get_sockaddr_len(src); -- memcpy(req + 1, sa, sl); -- sa = dst->get_sockaddr(dst); -- memcpy((u_int8_t*)(req + 1) + sl, sa, sl); -- req->sadb_x_ipsecrequest_len += sl * 2; -+ len = hostcpy(req + 1, src); -+ req->sadb_x_ipsecrequest_len += len; -+ len = hostcpy((char*)(req + 1) + len, dst); -+ req->sadb_x_ipsecrequest_len += len; - } - - pol->sadb_x_policy_len += PFKEY_LEN(req->sadb_x_ipsecrequest_len); diff -ruN strongswan.bak/pkg-plist strongswan/pkg-plist --- strongswan.bak/pkg-plist 2010-08-26 15:40:11.000000000 +0200 +++ strongswan/pkg-plist 2011-03-24 08:20:56.930756000 +0200 @@ -25,6 +25,9 @@ libexec/ipsec/plugins/libstrongswan-des.a libexec/ipsec/plugins/libstrongswan-des.la libexec/ipsec/plugins/libstrongswan-des.so +libexec/ipsec/plugins/libstrongswan-constraints.a +libexec/ipsec/plugins/libstrongswan-constraints.la +libexec/ipsec/plugins/libstrongswan-constraints.so libexec/ipsec/plugins/libstrongswan-dnskey.a libexec/ipsec/plugins/libstrongswan-dnskey.la libexec/ipsec/plugins/libstrongswan-dnskey.so @@ -70,6 +73,9 @@ libexec/ipsec/plugins/libstrongswan-sha2.a libexec/ipsec/plugins/libstrongswan-sha2.la libexec/ipsec/plugins/libstrongswan-sha2.so +libexec/ipsec/plugins/libstrongswan-revocation.a +libexec/ipsec/plugins/libstrongswan-revocation.la +libexec/ipsec/plugins/libstrongswan-revocation.so libexec/ipsec/plugins/libstrongswan-socket-default.a libexec/ipsec/plugins/libstrongswan-socket-default.la libexec/ipsec/plugins/libstrongswan-socket-default.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08:18: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 69015106566C; Fri, 29 Apr 2011 08:18: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 3F9708FC15; Fri, 29 Apr 2011 08:18: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 p3T8IHp6082853; Fri, 29 Apr 2011 08:18:17 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T8IHn6082849; Fri, 29 Apr 2011 08:18:17 GMT (envelope-from culot) Date: Fri, 29 Apr 2011 08:18:17 GMT Message-Id: <201104290818.p3T8IHn6082849@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156683: [Maintainer Update] cad/brlcad 7.18.0 -> 7.18.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, 29 Apr 2011 08:18:17 -0000 Synopsis: [Maintainer Update] cad/brlcad 7.18.0 -> 7.18.4 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Apr 29 08:18:16 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156683 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08: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 E1FA61065676 for ; Fri, 29 Apr 2011 08: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 B85448FC0A for ; Fri, 29 Apr 2011 08: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 p3T8KAB4083621 for ; Fri, 29 Apr 2011 08: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 p3T8KAXn083620; Fri, 29 Apr 2011 08:20:10 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 08:20:10 GMT Resent-Message-Id: <201104290820.p3T8KAXn083620@freefall.freebsd.org> 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 3EE38106564A for ; Fri, 29 Apr 2011 08:13:37 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id E4BD58FC13 for ; Fri, 29 Apr 2011 08:13:36 +0000 (UTC) Received: by iwn33 with SMTP id 33so4021226iwn.13 for ; Fri, 29 Apr 2011 01:13:36 -0700 (PDT) Received: by 10.42.170.136 with SMTP id f8mr3531308icz.294.1304064816289; Fri, 29 Apr 2011 01:13:36 -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 hc41sm1056672ibb.13.2011.04.29.01.13.33 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Apr 2011 01:13:35 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Fri, 29 Apr 2011 03:13:32 -0500 Message-Id: <4dba732f.29d7e70a.71d2.3df0@mx.google.com> Date: Fri, 29 Apr 2011 03:13:32 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156712: math/gnumeric: can be compiled without gnome X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 08:20:11 -0000 >Number: 156712 >Category: ports >Synopsis: math/gnumeric: can be compiled without gnome >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 Apr 29 08:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Mar 14 02:51:28 CDT 2011 root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: Currently, gnumeric depends on libgnome. Actually, this is not needed for a statistics software. I uses WANT_GNOME to detect whether we should enabled the gnome-related features for gnumeric. This PR depends on ports/156708 (to get rid of gconf). >How-To-Repeat: >Fix: 1. uses WANT_GNOME to detect the libgnome; 2. detects whether scrollkeeper is installed; if not, do not install scrollkeeper docs; 3. adds MAKE_JOBS_SAFE; 4. eliminates the empty gnumeric/VERSION/doc directory (for windows help file only); Note that when doing deinstall, there is a message say: No schema files found: removed existing output file. The gsettings schema files are installed, and are removed correctly. If you know what this message mean, please help me. Thanks. --- patch-gnumeric_1 begins here --- diff -ruN --exclude=CVS /usr/ports/math/gnumeric.orig/Makefile /usr/ports/math/gnumeric/Makefile --- /usr/ports/math/gnumeric.orig/Makefile 2011-04-28 21:02:48.566332602 -0500 +++ /usr/ports/math/gnumeric/Makefile 2011-04-29 02:37:08.038233000 -0500 @@ -9,6 +9,7 @@ PORTNAME= gnumeric PORTVERSION= 1.10.14 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -24,21 +25,21 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes +WANT_GNOME= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier \ - libgsf_gnome pygtk2 desktopfileutils libgnomeui + pygtk2 desktopfileutils USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes WANT_PERL= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ - python_prog=${PYTHON_VERSION} -GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ - gnumeric-plugins.schemas +MAKE_ARGS+= CPPFLAGS+="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS+="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ + python_prog=${PYTHON_VERSION} +MAKE_JOBS_SAFE= yes + GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \ org.gnome.gnumeric.gschema.xml \ org.gnome.gnumeric.plugin.gschema.xml @@ -52,6 +53,24 @@ .include +.if ${HAVE_GNOME:Mlibgnomeui}!="" +CONFIGURE_ARGS+= --with-gnome +USE_GNOME+= libgnomeui libgsf_gnome +.else +USE_GNOME+= libgsf +.endif + +.if !exists(${LOCALBASE}/bin/scrollkeeper-update) +.undef INSTALLS_OMF +CONFIGURE_ARGS+= --disable-schemas-install +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-noscrollkeeper +PLIST_SUB+= OMF="@comment " +.else +PLIST_SUB+= OMF="" +GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ + gnumeric-plugins.schemas +.endif + .if defined(WITH_PERL) USE_PERL5= yes PLIST_SUB+= PERL="" diff -ruN --exclude=CVS /usr/ports/math/gnumeric.orig/files/extra-patch-noscrollkeeper /usr/ports/math/gnumeric/files/extra-patch-noscrollkeeper --- /usr/ports/math/gnumeric.orig/files/extra-patch-noscrollkeeper 1969-12-31 18:00:00.000000000 -0600 +++ /usr/ports/math/gnumeric/files/extra-patch-noscrollkeeper 2011-04-29 02:37:08.038233000 -0500 @@ -0,0 +1,11 @@ +--- doc/C/Makefile.in.orig 2011-04-29 02:05:05.945159618 -0500 ++++ doc/C/Makefile.in 2011-04-29 02:20:08.420332865 -0500 +@@ -750,7 +750,7 @@ installdirs-am: + for dir in "$(DESTDIR)$(manpagedir)" "$(DESTDIR)$(winhelpdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +-install: install-recursive ++install: install-manpageDATA + install-exec: install-exec-recursive + install-data: install-data-recursive + uninstall: uninstall-recursive diff -ruN --exclude=CVS /usr/ports/math/gnumeric.orig/pkg-plist /usr/ports/math/gnumeric/pkg-plist --- /usr/ports/math/gnumeric.orig/pkg-plist 2011-04-28 21:02:48.555328703 -0500 +++ /usr/ports/math/gnumeric/pkg-plist 2011-04-29 02:37:08.038233000 -0500 @@ -401,449 +401,449 @@ share/gnumeric/%%VERSION%%/ui/view.ui share/gnumeric/%%VERSION%%/ui/wilcoxon-mann-whitney.ui share/gnumeric/%%VERSION%%/ui/workbook-attr.ui -share/gnome/help/gnumeric/C/about-authors.xml -share/gnome/help/gnumeric/C/about-history.xml -share/gnome/help/gnumeric/C/about-license.xml -share/gnome/help/gnumeric/C/analysis-complexNumbers.xml -share/gnome/help/gnumeric/C/analysis-goalseek.xml -share/gnome/help/gnumeric/C/analysis-overview.xml -share/gnome/help/gnumeric/C/analysis-scenarios.xml -share/gnome/help/gnumeric/C/analysis-simulation.xml -share/gnome/help/gnumeric/C/analysis-solver.xml -share/gnome/help/gnumeric/C/analysis-statistical.xml -share/gnome/help/gnumeric/C/appendix-glossary.xml -share/gnome/help/gnumeric/C/appendix-keybindings.xml -share/gnome/help/gnumeric/C/bugs.xml -share/gnome/help/gnumeric/C/configuration-localization.xml -share/gnome/help/gnumeric/C/configuration-overview.xml -share/gnome/help/gnumeric/C/configuration-plugins.xml -share/gnome/help/gnumeric/C/configuration-preferences.xml -share/gnome/help/gnumeric/C/configuration-toolbars.xml -share/gnome/help/gnumeric/C/compiling.xml -share/gnome/help/gnumeric/C/data-commentNlink.xml -share/gnome/help/gnumeric/C/data-delete.xml -share/gnome/help/gnumeric/C/data-entry-advanced.xml -share/gnome/help/gnumeric/C/data-entry-external.xml -share/gnome/help/gnumeric/C/data-entry.xml -share/gnome/help/gnumeric/C/data-filter.xml -share/gnome/help/gnumeric/C/data-format.xml -share/gnome/help/gnumeric/C/data-generate.xml -share/gnome/help/gnumeric/C/data-insert.xml -share/gnome/help/gnumeric/C/data-modify.xml -share/gnome/help/gnumeric/C/data-move-copy.xml -share/gnome/help/gnumeric/C/data-overview.xml -share/gnome/help/gnumeric/C/data-selections.xml -share/gnome/help/gnumeric/C/data-types.xml -share/gnome/help/gnumeric/C/documenting.xml -share/gnome/help/gnumeric/C/extending-functions.xml -share/gnome/help/gnumeric/C/extending-overview.xml -share/gnome/help/gnumeric/C/extending-plugins.xml -share/gnome/help/gnumeric/C/extending-python.xml -share/gnome/help/gnumeric/C/figures/advanced-filter-1.png -share/gnome/help/gnumeric/C/figures/advanced-filter-2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency-cats.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency-graphs.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency-results.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-cutoffs.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex4.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-graphs.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-groups.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-options.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-central.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-spencer.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-weighted.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-options.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png -share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-random.png -share/gnome/help/gnumeric/C/figures/analysistools-ranges.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-rank.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-regression.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex4.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex5.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex6.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex7.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex8.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png -share/gnome/help/gnumeric/C/figures/analysistools-tools.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest.png -share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png -share/gnome/help/gnumeric/C/figures/button-align-center.png -share/gnome/help/gnumeric/C/figures/button-align-left.png -share/gnome/help/gnumeric/C/figures/button-align-right.png -share/gnome/help/gnumeric/C/figures/button-arrow.png -share/gnome/help/gnumeric/C/figures/button-bold.png -share/gnome/help/gnumeric/C/figures/button-borders.png -share/gnome/help/gnumeric/C/figures/button-center-across-selection.png -share/gnome/help/gnumeric/C/figures/button-checkbox.png -share/gnome/help/gnumeric/C/figures/button-combo.png -share/gnome/help/gnumeric/C/figures/button-copy.png -share/gnome/help/gnumeric/C/figures/button-cut.png -share/gnome/help/gnumeric/C/figures/button-decrease-indent.png -share/gnome/help/gnumeric/C/figures/button-decrease-precision.png -share/gnome/help/gnumeric/C/figures/button-equals.png -share/gnome/help/gnumeric/C/figures/button-fill.png -share/gnome/help/gnumeric/C/figures/button-font-size.png -share/gnome/help/gnumeric/C/figures/button-font-type.png -share/gnome/help/gnumeric/C/figures/button-frame.png -share/gnome/help/gnumeric/C/figures/button-function.png -share/gnome/help/gnumeric/C/figures/button-graph.png -share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png -share/gnome/help/gnumeric/C/figures/button-increase-indent.png -share/gnome/help/gnumeric/C/figures/button-increase-precision.png -share/gnome/help/gnumeric/C/figures/button-insert-component.png -share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png -share/gnome/help/gnumeric/C/figures/button-insert-object.png -share/gnome/help/gnumeric/C/figures/button-italic.png -share/gnome/help/gnumeric/C/figures/button-label.png -share/gnome/help/gnumeric/C/figures/button-line.png -share/gnome/help/gnumeric/C/figures/button-list.png -share/gnome/help/gnumeric/C/figures/button-merge.png -share/gnome/help/gnumeric/C/figures/button-money.png -share/gnome/help/gnumeric/C/figures/button-new.png -share/gnome/help/gnumeric/C/figures/button-open.png -share/gnome/help/gnumeric/C/figures/button-oval.png -share/gnome/help/gnumeric/C/figures/button-paste.png -share/gnome/help/gnumeric/C/figures/button-percent.png -share/gnome/help/gnumeric/C/figures/button-preview.png -share/gnome/help/gnumeric/C/figures/button-print.png -share/gnome/help/gnumeric/C/figures/button-rectangle.png -share/gnome/help/gnumeric/C/figures/button-redo-and-history.png -share/gnome/help/gnumeric/C/figures/button-save.png -share/gnome/help/gnumeric/C/figures/button-scrollbar.png -share/gnome/help/gnumeric/C/figures/button-slider.png -share/gnome/help/gnumeric/C/figures/button-sort-az.png -share/gnome/help/gnumeric/C/figures/button-sort-za.png -share/gnome/help/gnumeric/C/figures/button-spin.png -share/gnome/help/gnumeric/C/figures/button-split.png -share/gnome/help/gnumeric/C/figures/button-sum.png -share/gnome/help/gnumeric/C/figures/button-text-colour.png -share/gnome/help/gnumeric/C/figures/button-thousands.png -share/gnome/help/gnumeric/C/figures/button-underline.png -share/gnome/help/gnumeric/C/figures/button-undo-and-history.png -share/gnome/help/gnumeric/C/figures/button-zoom.png -share/gnome/help/gnumeric/C/figures/cell-grid.png -share/gnome/help/gnumeric/C/figures/cell-selected.png -share/gnome/help/gnumeric/C/figures/cell-with-text.png -share/gnome/help/gnumeric/C/figures/cells-1.png -share/gnome/help/gnumeric/C/figures/cells-2.png -share/gnome/help/gnumeric/C/figures/chart_area_1_1.png -share/gnome/help/gnumeric/C/figures/chart_area_1_2.png -share/gnome/help/gnumeric/C/figures/chart_area_1_3.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png -share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png -share/gnome/help/gnumeric/C/figures/chart_column_1_1.png -share/gnome/help/gnumeric/C/figures/chart_column_1_2.png -share/gnome/help/gnumeric/C/figures/chart_column_1_3.png -share/gnome/help/gnumeric/C/figures/chart_line_1_1.png -share/gnome/help/gnumeric/C/figures/chart_line_1_2.png -share/gnome/help/gnumeric/C/figures/chart_line_1_3.png -share/gnome/help/gnumeric/C/figures/chart_line_2_1.png -share/gnome/help/gnumeric/C/figures/chart_line_2_2.png -share/gnome/help/gnumeric/C/figures/chart_line_2_3.png -share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png -share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png -share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png -share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png -share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png -share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png -share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png -share/gnome/help/gnumeric/C/figures/chart_surface_1.png -share/gnome/help/gnumeric/C/figures/chart_surface_2.png -share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png -share/gnome/help/gnumeric/C/figures/dialog-autosave.png -share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filter.png -share/gnome/help/gnumeric/C/figures/dialog-insert-object.png -share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png -share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png -share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png -share/gnome/help/gnumeric/C/figures/dialog-properties-label.png -share/gnome/help/gnumeric/C/figures/dialog-properties-line.png -share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png -share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png -share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png -share/gnome/help/gnumeric/C/figures/drawing-arrow.png -share/gnome/help/gnumeric/C/figures/drawing-line.png -share/gnome/help/gnumeric/C/figures/drawing-oval.png -share/gnome/help/gnumeric/C/figures/drawing-rectangle.png -share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png -share/gnome/help/gnumeric/C/figures/example-colGraph.png -share/gnome/help/gnumeric/C/figures/example-columnSelect.png -share/gnome/help/gnumeric/C/figures/example-data.png -share/gnome/help/gnumeric/C/figures/files-html-example.png -share/gnome/help/gnumeric/C/figures/files-html32-example.png -share/gnome/help/gnumeric/C/figures/files-html40-example.png -share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png -share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png -share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png -share/gnome/help/gnumeric/C/figures/graph-components.png -share/gnome/help/gnumeric/C/figures/graph-example-area.png -share/gnome/help/gnumeric/C/figures/graph-example-bar.png -share/gnome/help/gnumeric/C/figures/graph-example-bubble.png -share/gnome/help/gnumeric/C/figures/graph-example-column.png -share/gnome/help/gnumeric/C/figures/graph-example-line.png -share/gnome/help/gnumeric/C/figures/graph-example-pie.png -share/gnome/help/gnumeric/C/figures/graph-example-radar.png -share/gnome/help/gnumeric/C/figures/graph-example-ring.png -share/gnome/help/gnumeric/C/figures/graph-example-surface-t1.png -share/gnome/help/gnumeric/C/figures/graph-example-surface-t2.png -share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png -share/gnome/help/gnumeric/C/figures/graph-hierarchy.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png -share/gnome/help/gnumeric/C/figures/graphguru-components.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png -share/gnome/help/gnumeric/C/figures/graphguru-series-error.png -share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png -share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png -share/gnome/help/gnumeric/C/figures/graphguru-title-font.png -share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png -share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png -share/gnome/help/gnumeric/C/figures/graphical-elements.png -share/gnome/help/gnumeric/C/figures/graphs-types-area.png -share/gnome/help/gnumeric/C/figures/graphs-types-bar.png -share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png -share/gnome/help/gnumeric/C/figures/graphs-types-column.png -share/gnome/help/gnumeric/C/figures/graphs-types-line.png -share/gnome/help/gnumeric/C/figures/graphs-types-pie.png -share/gnome/help/gnumeric/C/figures/graphs-types-radar.png -share/gnome/help/gnumeric/C/figures/graphs-types-ring.png -share/gnome/help/gnumeric/C/figures/graphs-types-stock.png -share/gnome/help/gnumeric/C/figures/graphs-types-surface.png -share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png -share/gnome/help/gnumeric/C/figures/info-area.png -share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png -share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png -share/gnome/help/gnumeric/C/figures/menu-context-graph.png -share/gnome/help/gnumeric/C/figures/menu-context-grid.png -share/gnome/help/gnumeric/C/figures/menu-context-object-order.png -share/gnome/help/gnumeric/C/figures/menu-context-object.png -share/gnome/help/gnumeric/C/figures/menu-context-tabs.png -share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png -share/gnome/help/gnumeric/C/figures/menu-data-labelled.png -share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png -share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png -share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png -share/gnome/help/gnumeric/C/figures/menu-edit-select.png -share/gnome/help/gnumeric/C/figures/menu-file-labelled.png -share/gnome/help/gnumeric/C/figures/menu-file-printarea.png -share/gnome/help/gnumeric/C/figures/menu-format-column.png -share/gnome/help/gnumeric/C/figures/menu-format-labelled.png -share/gnome/help/gnumeric/C/figures/menu-format-sheet.png -share/gnome/help/gnumeric/C/figures/menu-help-labelled.png -share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png -share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png -share/gnome/help/gnumeric/C/figures/menu-torn-off.png -share/gnome/help/gnumeric/C/figures/menu-view-labelled.png -share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png -share/gnome/help/gnumeric/C/figures/menubar.png -share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png -share/gnome/help/gnumeric/C/figures/number-format-protection.png -share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png -share/gnome/help/gnumeric/C/figures/number-format-validation.png -share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png -share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png -share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png -share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png -share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_hand_left.png -share/gnome/help/gnumeric/C/figures/pointer_left.png -share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png -share/gnome/help/gnumeric/C/figures/pointer_right.png -share/gnome/help/gnumeric/C/figures/pointer_text_edit.png -share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png -share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png -share/gnome/help/gnumeric/C/figures/preferences-copypaste.png -share/gnome/help/gnumeric/C/figures/preferences-files.png -share/gnome/help/gnumeric/C/figures/preferences-font-header.png -share/gnome/help/gnumeric/C/figures/preferences-font.png -share/gnome/help/gnumeric/C/figures/preferences-screen.png -share/gnome/help/gnumeric/C/figures/preferences-sorting.png -share/gnome/help/gnumeric/C/figures/preferences-tools.png -share/gnome/help/gnumeric/C/figures/preferences-undo.png -share/gnome/help/gnumeric/C/figures/preferences-windows.png -share/gnome/help/gnumeric/C/figures/print-large.png -share/gnome/help/gnumeric/C/figures/print-preview-back.png -share/gnome/help/gnumeric/C/figures/print-preview-first.png -share/gnome/help/gnumeric/C/figures/print-preview-fit.png -share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png -share/gnome/help/gnumeric/C/figures/print-preview-last.png -share/gnome/help/gnumeric/C/figures/print-preview-next.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png -share/gnome/help/gnumeric/C/figures/print-worksheet-job.png -share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png -share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png -share/gnome/help/gnumeric/C/figures/printing-preview.png -share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png -share/gnome/help/gnumeric/C/figures/printing-setup-header.png -share/gnome/help/gnumeric/C/figures/printing-setup-page.png -share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png -share/gnome/help/gnumeric/C/figures/selection-1.png -share/gnome/help/gnumeric/C/figures/selection-10.png -share/gnome/help/gnumeric/C/figures/selection-2.png -share/gnome/help/gnumeric/C/figures/selection-3.png -share/gnome/help/gnumeric/C/figures/selection-4.png -share/gnome/help/gnumeric/C/figures/selection-5.png -share/gnome/help/gnumeric/C/figures/selection-8.png -share/gnome/help/gnumeric/C/figures/selection-9.png -share/gnome/help/gnumeric/C/figures/solver-01.png -share/gnome/help/gnumeric/C/figures/solver-02.png -share/gnome/help/gnumeric/C/figures/solver-03.png -share/gnome/help/gnumeric/C/figures/solver-04.png -share/gnome/help/gnumeric/C/figures/solver-05.png -share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png -share/gnome/help/gnumeric/C/figures/toolbar-object.png -share/gnome/help/gnumeric/C/figures/widget-checkbox.png -share/gnome/help/gnumeric/C/figures/widget-combobox.png -share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png -share/gnome/help/gnumeric/C/figures/widget-frame.png -share/gnome/help/gnumeric/C/figures/widget-label.png -share/gnome/help/gnumeric/C/figures/widget-list.png -share/gnome/help/gnumeric/C/figures/widget-scrollbar.png -share/gnome/help/gnumeric/C/figures/widget-slider.png -share/gnome/help/gnumeric/C/figures/widget-spinbutton.png -share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-2.png -share/gnome/help/gnumeric/C/figures/worksheet-data-3.png -share/gnome/help/gnumeric/C/figures/worksheet-data-4.png -share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png -share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png -share/gnome/help/gnumeric/C/files-email.xml -share/gnome/help/gnumeric/C/files-formats.xml -share/gnome/help/gnumeric/C/files-opening.xml -share/gnome/help/gnumeric/C/files-overview.xml -share/gnome/help/gnumeric/C/files-saving.xml -share/gnome/help/gnumeric/C/files-ssconvert.xml -share/gnome/help/gnumeric/C/files-textopen.xml -share/gnome/help/gnumeric/C/files-textsave.xml -share/gnome/help/gnumeric/C/functions.xml -share/gnome/help/gnumeric/C/getting-involved.xml -share/gnome/help/gnumeric/C/gnumeric.xml -share/gnome/help/gnumeric/C/graphics-drawings.xml -share/gnome/help/gnumeric/C/graphics-images.xml -share/gnome/help/gnumeric/C/graphics-overview.xml -share/gnome/help/gnumeric/C/graphics-plots.xml -share/gnome/help/gnumeric/C/graphics-widgets.xml -share/gnome/help/gnumeric/C/gui-menus.xml -share/gnome/help/gnumeric/C/gui-mouse.xml -share/gnome/help/gnumeric/C/gui-other-elements.xml -share/gnome/help/gnumeric/C/gui-overview.xml -share/gnome/help/gnumeric/C/gui-toolbars.xml -share/gnome/help/gnumeric/C/installing.xml -share/gnome/help/gnumeric/C/legal.xml -share/gnome/help/gnumeric/C/manual-usage.xml -share/gnome/help/gnumeric/C/morehelp.xml -share/gnome/help/gnumeric/C/printing.xml -share/gnome/help/gnumeric/C/quick-start.xml -share/gnome/help/gnumeric/C/welcome.xml -share/gnome/help/gnumeric/C/workbooks.xml -share/gnome/help/gnumeric/C/worksheets.xml +%%OMF%%share/gnome/help/gnumeric/C/about-authors.xml +%%OMF%%share/gnome/help/gnumeric/C/about-history.xml +%%OMF%%share/gnome/help/gnumeric/C/about-license.xml +%%OMF%%share/gnome/help/gnumeric/C/analysis-complexNumbers.xml +%%OMF%%share/gnome/help/gnumeric/C/analysis-goalseek.xml +%%OMF%%share/gnome/help/gnumeric/C/analysis-overview.xml +%%OMF%%share/gnome/help/gnumeric/C/analysis-scenarios.xml +%%OMF%%share/gnome/help/gnumeric/C/analysis-simulation.xml +%%OMF%%share/gnome/help/gnumeric/C/analysis-solver.xml +%%OMF%%share/gnome/help/gnumeric/C/analysis-statistical.xml +%%OMF%%share/gnome/help/gnumeric/C/appendix-glossary.xml +%%OMF%%share/gnome/help/gnumeric/C/appendix-keybindings.xml +%%OMF%%share/gnome/help/gnumeric/C/bugs.xml +%%OMF%%share/gnome/help/gnumeric/C/configuration-localization.xml +%%OMF%%share/gnome/help/gnumeric/C/configuration-overview.xml +%%OMF%%share/gnome/help/gnumeric/C/configuration-plugins.xml +%%OMF%%share/gnome/help/gnumeric/C/configuration-preferences.xml +%%OMF%%share/gnome/help/gnumeric/C/configuration-toolbars.xml +%%OMF%%share/gnome/help/gnumeric/C/compiling.xml +%%OMF%%share/gnome/help/gnumeric/C/data-commentNlink.xml +%%OMF%%share/gnome/help/gnumeric/C/data-delete.xml +%%OMF%%share/gnome/help/gnumeric/C/data-entry-advanced.xml +%%OMF%%share/gnome/help/gnumeric/C/data-entry-external.xml +%%OMF%%share/gnome/help/gnumeric/C/data-entry.xml +%%OMF%%share/gnome/help/gnumeric/C/data-filter.xml +%%OMF%%share/gnome/help/gnumeric/C/data-format.xml +%%OMF%%share/gnome/help/gnumeric/C/data-generate.xml +%%OMF%%share/gnome/help/gnumeric/C/data-insert.xml +%%OMF%%share/gnome/help/gnumeric/C/data-modify.xml +%%OMF%%share/gnome/help/gnumeric/C/data-move-copy.xml +%%OMF%%share/gnome/help/gnumeric/C/data-overview.xml +%%OMF%%share/gnome/help/gnumeric/C/data-selections.xml +%%OMF%%share/gnome/help/gnumeric/C/data-types.xml +%%OMF%%share/gnome/help/gnumeric/C/documenting.xml +%%OMF%%share/gnome/help/gnumeric/C/extending-functions.xml +%%OMF%%share/gnome/help/gnumeric/C/extending-overview.xml +%%OMF%%share/gnome/help/gnumeric/C/extending-plugins.xml +%%OMF%%share/gnome/help/gnumeric/C/extending-python.xml +%%OMF%%share/gnome/help/gnumeric/C/figures/advanced-filter-1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/advanced-filter-2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-correlation.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-covariance.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-descstats.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-formula.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-formula.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-stderr.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-formula.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-stderr.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-formula.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-formula.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-stderr.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-fourier.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-frequency-cats.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-frequency-graphs.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-frequency-results.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-frequency.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ftest.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-cutoffs.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex4.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram-graphs.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-histogram.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-kaplan-groups.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-kaplan-options.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-kaplan.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-central.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-spencer.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-weighted.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average-options.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-random.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ranges.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-rank.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-regression.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-sampling.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex4.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex5.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex6.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex7.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex8.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-tools.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ttest.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/analysistools-ztest.png +%%OMF%%share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-align-center.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-align-left.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-align-right.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-arrow.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-bold.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-borders.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-center-across-selection.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-checkbox.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-combo.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-copy.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-cut.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-decrease-indent.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-decrease-precision.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-equals.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-fill.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-font-size.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-font-type.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-frame.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-function.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-graph.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-increase-indent.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-increase-precision.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-insert-component.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-insert-object.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-italic.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-label.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-line.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-list.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-merge.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-money.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-new.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-open.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-oval.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-paste.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-percent.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-preview.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-print.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-rectangle.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-redo-and-history.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-save.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-scrollbar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-slider.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-sort-az.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-sort-za.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-spin.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-split.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-sum.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-text-colour.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-thousands.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-underline.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-undo-and-history.png +%%OMF%%share/gnome/help/gnumeric/C/figures/button-zoom.png +%%OMF%%share/gnome/help/gnumeric/C/figures/cell-grid.png +%%OMF%%share/gnome/help/gnumeric/C/figures/cell-selected.png +%%OMF%%share/gnome/help/gnumeric/C/figures/cell-with-text.png +%%OMF%%share/gnome/help/gnumeric/C/figures/cells-1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/cells-2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_area_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_area_1_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_area_1_3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_column_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_column_1_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_column_1_3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_line_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_line_1_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_line_1_3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_line_2_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_line_2_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_line_2_3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_surface_1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/chart_surface_2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-autosave.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-filter.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-insert-object.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-label.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-line.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png +%%OMF%%share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/drawing-arrow.png +%%OMF%%share/gnome/help/gnumeric/C/figures/drawing-line.png +%%OMF%%share/gnome/help/gnumeric/C/figures/drawing-oval.png +%%OMF%%share/gnome/help/gnumeric/C/figures/drawing-rectangle.png +%%OMF%%share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png +%%OMF%%share/gnome/help/gnumeric/C/figures/example-colGraph.png +%%OMF%%share/gnome/help/gnumeric/C/figures/example-columnSelect.png +%%OMF%%share/gnome/help/gnumeric/C/figures/example-data.png +%%OMF%%share/gnome/help/gnumeric/C/figures/files-html-example.png +%%OMF%%share/gnome/help/gnumeric/C/figures/files-html32-example.png +%%OMF%%share/gnome/help/gnumeric/C/figures/files-html40-example.png +%%OMF%%share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png +%%OMF%%share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-components.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-area.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-bar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-bubble.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-column.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-line.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-pie.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-radar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-ring.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-surface-t1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-surface-t2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graph-hierarchy.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-components.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-series-error.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphguru-title-font.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphical-elements.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-area.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-bar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-column.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-line.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-pie.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-radar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-ring.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-stock.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-surface.png +%%OMF%%share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png +%%OMF%%share/gnome/help/gnumeric/C/figures/info-area.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-graph.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-grid.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-object-order.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-object.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-tabs.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-data-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-edit-select.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-file-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-file-printarea.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-format-column.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-format-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-format-sheet.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-help-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-torn-off.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-view-labelled.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png +%%OMF%%share/gnome/help/gnumeric/C/figures/menubar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-dialog.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-protection.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png +%%OMF%%share/gnome/help/gnumeric/C/figures/number-format-validation.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_hand_left.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_left.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_right.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_text_edit.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png +%%OMF%%share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-copypaste.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-files.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-font-header.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-font.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-screen.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-sorting.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-tools.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-undo.png +%%OMF%%share/gnome/help/gnumeric/C/figures/preferences-windows.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-large.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-back.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-first.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-fit.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-last.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-next.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-worksheet-job.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png +%%OMF%%share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png +%%OMF%%share/gnome/help/gnumeric/C/figures/printing-preview.png +%%OMF%%share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png +%%OMF%%share/gnome/help/gnumeric/C/figures/printing-setup-header.png +%%OMF%%share/gnome/help/gnumeric/C/figures/printing-setup-page.png +%%OMF%%share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-10.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-4.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-5.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-8.png +%%OMF%%share/gnome/help/gnumeric/C/figures/selection-9.png +%%OMF%%share/gnome/help/gnumeric/C/figures/solver-01.png +%%OMF%%share/gnome/help/gnumeric/C/figures/solver-02.png +%%OMF%%share/gnome/help/gnumeric/C/figures/solver-03.png +%%OMF%%share/gnome/help/gnumeric/C/figures/solver-04.png +%%OMF%%share/gnome/help/gnumeric/C/figures/solver-05.png +%%OMF%%share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png +%%OMF%%share/gnome/help/gnumeric/C/figures/toolbar-object.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-checkbox.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-combobox.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-frame.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-label.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-list.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-scrollbar.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-slider.png +%%OMF%%share/gnome/help/gnumeric/C/figures/widget-spinbutton.png +%%OMF%%share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/worksheet-data-1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/worksheet-data-2.png +%%OMF%%share/gnome/help/gnumeric/C/figures/worksheet-data-3.png +%%OMF%%share/gnome/help/gnumeric/C/figures/worksheet-data-4.png +%%OMF%%share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png +%%OMF%%share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png +%%OMF%%share/gnome/help/gnumeric/C/files-email.xml +%%OMF%%share/gnome/help/gnumeric/C/files-formats.xml +%%OMF%%share/gnome/help/gnumeric/C/files-opening.xml +%%OMF%%share/gnome/help/gnumeric/C/files-overview.xml +%%OMF%%share/gnome/help/gnumeric/C/files-saving.xml +%%OMF%%share/gnome/help/gnumeric/C/files-ssconvert.xml +%%OMF%%share/gnome/help/gnumeric/C/files-textopen.xml +%%OMF%%share/gnome/help/gnumeric/C/files-textsave.xml +%%OMF%%share/gnome/help/gnumeric/C/functions.xml +%%OMF%%share/gnome/help/gnumeric/C/getting-involved.xml +%%OMF%%share/gnome/help/gnumeric/C/gnumeric.xml +%%OMF%%share/gnome/help/gnumeric/C/graphics-drawings.xml +%%OMF%%share/gnome/help/gnumeric/C/graphics-images.xml +%%OMF%%share/gnome/help/gnumeric/C/graphics-overview.xml +%%OMF%%share/gnome/help/gnumeric/C/graphics-plots.xml +%%OMF%%share/gnome/help/gnumeric/C/graphics-widgets.xml +%%OMF%%share/gnome/help/gnumeric/C/gui-menus.xml +%%OMF%%share/gnome/help/gnumeric/C/gui-mouse.xml +%%OMF%%share/gnome/help/gnumeric/C/gui-other-elements.xml +%%OMF%%share/gnome/help/gnumeric/C/gui-overview.xml +%%OMF%%share/gnome/help/gnumeric/C/gui-toolbars.xml +%%OMF%%share/gnome/help/gnumeric/C/installing.xml +%%OMF%%share/gnome/help/gnumeric/C/legal.xml +%%OMF%%share/gnome/help/gnumeric/C/manual-usage.xml +%%OMF%%share/gnome/help/gnumeric/C/morehelp.xml +%%OMF%%share/gnome/help/gnumeric/C/printing.xml +%%OMF%%share/gnome/help/gnumeric/C/quick-start.xml +%%OMF%%share/gnome/help/gnumeric/C/welcome.xml +%%OMF%%share/gnome/help/gnumeric/C/workbooks.xml +%%OMF%%share/gnome/help/gnumeric/C/worksheets.xml share/icons/hicolor/16x16/apps/gnumeric.png share/icons/hicolor/22x22/apps/gnumeric.png share/icons/hicolor/24x24/apps/gnumeric.png @@ -851,7 +851,7 @@ share/icons/hicolor/48x48/apps/gnumeric.png share/icons/hicolor/scalable/apps/gnumeric.svg share/mime-info/gnumeric.mime -share/omf/gnumeric/gnumeric-C.omf +%%OMF%%share/omf/gnumeric/gnumeric-C.omf share/pixmaps/gnome-application-vnd.lotus-1-2-3.png share/pixmaps/gnome-application-x-applix-spreadsheet.png share/pixmaps/gnome-application-x-generic-spreadsheet.png @@ -987,14 +987,14 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm share/pixmaps/gnumeric -@dirrm share/omf/gnumeric -@dirrm share/gnome/help/gnumeric/C/figures -@dirrm share/gnome/help/gnumeric/C -@dirrm share/gnome/help/gnumeric +%%OMF%%@dirrm share/omf/gnumeric +%%OMF%%@dirrm share/gnome/help/gnumeric/C/figures +%%OMF%%@dirrm share/gnome/help/gnumeric/C +%%OMF%%@dirrm share/gnome/help/gnumeric @dirrm share/gnumeric/%%VERSION%%/ui @dirrm share/gnumeric/%%VERSION%%/templates -@dirrm share/gnumeric/%%VERSION%%/doc/C -@dirrm share/gnumeric/%%VERSION%%/doc +%%OMF%%@dirrm share/gnumeric/%%VERSION%%/doc/C +%%OMF%%@dirrm share/gnumeric/%%VERSION%%/doc @dirrm share/gnumeric/%%VERSION%%/autoformat-templates/List @dirrm share/gnumeric/%%VERSION%%/autoformat-templates/General @dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Financial --- patch-gnumeric_1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08:20: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 3E05E1065670; Fri, 29 Apr 2011 08:20: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 14B858FC14; Fri, 29 Apr 2011 08:20: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 p3T8KQxB084052; Fri, 29 Apr 2011 08:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T8KQrM084043; Fri, 29 Apr 2011 08:20:26 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 08:20:26 GMT Message-Id: <201104290820.p3T8KQrM084043@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156712: math/gnumeric: can be compiled without gnome X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 08:20:27 -0000 Synopsis: math/gnumeric: can be compiled without gnome Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 08:20:25 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156712 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08:30:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57CF6106566B for ; Fri, 29 Apr 2011 08:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 38CCF8FC12 for ; Fri, 29 Apr 2011 08:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3T8UDfa093114 for ; Fri, 29 Apr 2011 08:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T8UDjp093111; Fri, 29 Apr 2011 08:30:13 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 08:30:13 GMT Resent-Message-Id: <201104290830.p3T8UDjp093111@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephon Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C9A106564A for ; Fri, 29 Apr 2011 08:28:12 +0000 (UTC) (envelope-from stephon@aqua.pixnet.tw) Received: from aqua.pixnet.tw (srvnat.pixnet.tw [60.199.247.250]) by mx1.freebsd.org (Postfix) with ESMTP id 547158FC18 for ; Fri, 29 Apr 2011 08:28:12 +0000 (UTC) Received: by aqua.pixnet.tw (Postfix, from userid 10032) id 47EDB2E0F5; Fri, 29 Apr 2011 16:11:45 +0800 (CST) Message-Id: <20110429081145.47EDB2E0F5@aqua.pixnet.tw> Date: Fri, 29 Apr 2011 16:11:45 +0800 (CST) From: Stephon Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156713: [NEW PORT] mail/p5-Net-Amazon-SES: Perl module of Amazon Simple Email Services X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 08:30:13 -0000 >Number: 156713 >Category: ports >Synopsis: [NEW PORT] mail/p5-Net-Amazon-SES: Perl module of Amazon Simple Email Services >Confidential: no >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 Apr 29 08:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephon Chen >Release: FreeBSD 7.4-RELEASE amd64 >Organization: >Environment: System: FreeBSD aqua 7.4-RELEASE FreeBSD 7.4-RELEASE #0: Fri Feb 18 01:55:22 UTC 2011 >Description: Perl module of Amazon Simple Email Services Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-Amazon-SES-1.0.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: # # p5-Net-Amazon-SES # p5-Net-Amazon-SES/pkg-descr # p5-Net-Amazon-SES/Makefile # p5-Net-Amazon-SES/pkg-plist # p5-Net-Amazon-SES/distinfo # echo c - p5-Net-Amazon-SES mkdir -p p5-Net-Amazon-SES > /dev/null 2>&1 echo x - p5-Net-Amazon-SES/pkg-descr sed 's/^X//' >p5-Net-Amazon-SES/pkg-descr << '2489922ddb6df87a0724713e31dabb93' XPerl module of Amazon Simple Email Services 2489922ddb6df87a0724713e31dabb93 echo x - p5-Net-Amazon-SES/Makefile sed 's/^X//' >p5-Net-Amazon-SES/Makefile << '8c10e6a3d82d2ae6ef61af3046d5c82e' X# New ports collection makefile for: p5-Net-Amazon-SES X# Date created: 2011-04-29 X# Whom: Stephon Chen X# X# $FreeBSD$ X# X XPORTNAME= p5-Net-Amazon-SES XPORTVERSION= 1.0 XCATEGORIES= mail perl5 XMASTER_SITES= http://aws-catalog-download-files.s3.amazonaws.com/ XDISTNAME= AmazonSES-2011-03-03 X XMAINTAINER= stephon@pixnet.tw XCOMMENT= Perl module of Amazon Simple Email Services X XNO_BUILD= yes XUSE_PERL5_RUN= yes XUSE_ZIP= yes X XRUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ X ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA X Xdo-install: X ${INSTALL_DATA} ${WRKDIR}/bin/SES.pm ${PREFIX}/${SITE_PERL_REL} X X.include X.include X 8c10e6a3d82d2ae6ef61af3046d5c82e echo x - p5-Net-Amazon-SES/pkg-plist sed 's/^X//' >p5-Net-Amazon-SES/pkg-plist << '2fa68e392fc6df6ea5cc84e44040ed6a' X%%SITE_PERL%%/SES.pm 2fa68e392fc6df6ea5cc84e44040ed6a echo x - p5-Net-Amazon-SES/distinfo sed 's/^X//' >p5-Net-Amazon-SES/distinfo << '049bae714a20d6809c60dd4c0662a8b8' XSHA256 (AmazonSES-2011-03-03.zip) = 19ec217d018437b187a27e2103833a89ec9badd18bba10c2823166a643ea922f XSIZE (AmazonSES-2011-03-03.zip) = 306054 049bae714a20d6809c60dd4c0662a8b8 exit --- p5-Net-Amazon-SES-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08:30:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8615F1065670; Fri, 29 Apr 2011 08:30:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C5F18FC16; Fri, 29 Apr 2011 08:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3T8UOWI093870; Fri, 29 Apr 2011 08:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T8UO8p093859; Fri, 29 Apr 2011 08:30:24 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 08:30:24 GMT Message-Id: <201104290830.p3T8UO8p093859@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156713: [NEW PORT] mail/p5-Net-Amazon-SES: Perl module of Amazon Simple Email Services X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 08:30:24 -0000 Synopsis: [NEW PORT] mail/p5-Net-Amazon-SES: Perl module of Amazon Simple Email Services Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 08:30:23 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156713 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08:40:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 786041065674 for ; Fri, 29 Apr 2011 08:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DAE38FC23 for ; Fri, 29 Apr 2011 08:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3T8eEp4003974 for ; Fri, 29 Apr 2011 08:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T8eEkG003973; Fri, 29 Apr 2011 08:40:14 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 08:40:14 GMT Resent-Message-Id: <201104290840.p3T8eEkG003973@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Wall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61F441065670 for ; Fri, 29 Apr 2011 08:37:58 +0000 (UTC) (envelope-from fw@inotronic.de) Received: from mail.inotronic.de (mail.inotronic.de [77.73.248.111]) by mx1.freebsd.org (Postfix) with ESMTP id E52B78FC19 for ; Fri, 29 Apr 2011 08:37:57 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id p3T8Ro8E021495; Fri, 29 Apr 2011 10:27:50 +0200 (CEST) (envelope-from fw@inotronic.de) Received: from boron.inotronic.de (boron.inotronic-intern.de [10.1.2.10]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id p3T8RQx2021470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Apr 2011 10:27:27 +0200 (CEST) (envelope-from fw@inotronic.de) Received: from boron.inotronic-intern.de (fw@localhost [127.0.0.1]) by boron.inotronic.de (8.14.4/8.14.4) with ESMTP id p3T8RQbC058569; Fri, 29 Apr 2011 10:27:26 +0200 (CEST) (envelope-from fw@boron.inotronic-intern.de) Received: (from fw@localhost) by boron.inotronic-intern.de (8.14.4/8.14.4/Submit) id p3T8RQLY058568; Fri, 29 Apr 2011 10:27:26 +0200 (CEST) (envelope-from fw) Message-Id: <201104290827.p3T8RQLY058568@boron.inotronic-intern.de> Date: Fri, 29 Apr 2011 10:27:26 +0200 (CEST) From: Frank Wall To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fw@moov.de Subject: ports/156714: [NEW PORT] security/p5-String-MkPasswd: A random password generator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 08:40:14 -0000 >Number: 156714 >Category: ports >Synopsis: [NEW PORT] security/p5-String-MkPasswd: A random password generator >Confidential: no >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 Apr 29 08:40:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: FreeBSD 7.3-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:23:19 UTC 2010 >Description: This Perl library defines a single function, mkpasswd(), to generate random passwords. The function is meant to be a simple way for developers and system administrators to easily generate a relatively secure password. WWW: http://search.cpan.org/dist/String-MkPasswd Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-String-MkPasswd-0.03.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: # # p5-String-MkPasswd # p5-String-MkPasswd/pkg-plist # p5-String-MkPasswd/pkg-descr # p5-String-MkPasswd/distinfo # p5-String-MkPasswd/Makefile # echo c - p5-String-MkPasswd mkdir -p p5-String-MkPasswd > /dev/null 2>&1 echo x - p5-String-MkPasswd/pkg-plist sed 's/^X//' >p5-String-MkPasswd/pkg-plist << '3892684a8fb4df9cd7d57e8bebcf9b7b' X%%SITE_PERL%%/String/MkPasswd.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/MkPasswd/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/MkPasswd 3892684a8fb4df9cd7d57e8bebcf9b7b echo x - p5-String-MkPasswd/pkg-descr sed 's/^X//' >p5-String-MkPasswd/pkg-descr << '467f608064143894023a961df26301e6' XThis Perl library defines a single function, mkpasswd(), to generate Xrandom passwords. The function is meant to be a simple way for Xdevelopers and system administrators to easily generate a relatively Xsecure password. X XWWW: http://search.cpan.org/dist/String-MkPasswd 467f608064143894023a961df26301e6 echo x - p5-String-MkPasswd/distinfo sed 's/^X//' >p5-String-MkPasswd/distinfo << 'db270994e8c166400a8d544c01013f42' XSHA256 (String-MkPasswd-0.03.tar.gz) = 19abf73573e138659d833fad539b3252287baa0a49328b14c2a59cdd21970fce XSIZE (String-MkPasswd-0.03.tar.gz) = 7326 db270994e8c166400a8d544c01013f42 echo x - p5-String-MkPasswd/Makefile sed 's/^X//' >p5-String-MkPasswd/Makefile << '1cb995af8d4a19789630f0068b10ed78' X# New ports collection makefile for: p5-String-MkPasswd X# Date created: Fri Apr 29 10:13:10 CEST 2011 X# Whom: Frank Wall X# X# $FreeBSD$ X# X XPORTNAME= String-MkPasswd XPORTVERSION= 0.03 XCATEGORIES= security perl5 X#MASTER_SITES= http://search.cpan.org/CPAN/authors/id/C/CG/CGRAU/ XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= String/CGRAU XPKGNAMEPREFIX= p5- X XMAINTAINER= fw@moov.de XCOMMENT= A random password generator X XPERL_CONFIGURE= YES X XMAN3= String::MkPasswd.3 X X.include 1cb995af8d4a19789630f0068b10ed78 exit --- p5-String-MkPasswd-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 08:40: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 3DF7C106564A; Fri, 29 Apr 2011 08:40: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 147F08FC1E; Fri, 29 Apr 2011 08:40: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 p3T8eTBd005503; Fri, 29 Apr 2011 08:40:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T8eTFg005494; Fri, 29 Apr 2011 08:40:29 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 08:40:29 GMT Message-Id: <201104290840.p3T8eTFg005494@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156714: [NEW PORT] security/p5-String-MkPasswd: A random password generator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 08:40:30 -0000 Synopsis: [NEW PORT] security/p5-String-MkPasswd: A random password generator Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 08:40:29 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156714 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 09: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 16ED5106564A for ; Fri, 29 Apr 2011 09: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 D0FA08FC15 for ; Fri, 29 Apr 2011 09:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3T90Lif021016 for ; Fri, 29 Apr 2011 09: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 p3T90L1s021015; Fri, 29 Apr 2011 09:00:21 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 09:00:21 GMT Resent-Message-Id: <201104290900.p3T90L1s021015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Wall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D3AE106564A for ; Fri, 29 Apr 2011 08:52:23 +0000 (UTC) (envelope-from fw@inotronic.de) Received: from mail.inotronic.de (mail.inotronic.de [77.73.248.111]) by mx1.freebsd.org (Postfix) with ESMTP id 9FEB68FC1D for ; Fri, 29 Apr 2011 08:52:22 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id p3T8qKPu023094 for ; Fri, 29 Apr 2011 10:52:20 +0200 (CEST) (envelope-from fw@inotronic.de) Received: from boron.inotronic.de (boron.inotronic-intern.de [10.1.2.10]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id p3T8qBoY023068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 29 Apr 2011 10:52:11 +0200 (CEST) (envelope-from fw@inotronic.de) Received: from boron.inotronic-intern.de (fw@localhost [127.0.0.1]) by boron.inotronic.de (8.14.4/8.14.4) with ESMTP id p3T8qBPk060909 for ; Fri, 29 Apr 2011 10:52:11 +0200 (CEST) (envelope-from fw@boron.inotronic-intern.de) Received: (from fw@localhost) by boron.inotronic-intern.de (8.14.4/8.14.4/Submit) id p3T8qBPY060908; Fri, 29 Apr 2011 10:52:11 +0200 (CEST) (envelope-from fw) Message-Id: <201104290852.p3T8qBPY060908@boron.inotronic-intern.de> Date: Fri, 29 Apr 2011 10:52:11 +0200 (CEST) From: Frank Wall To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156715: [MAINTAINER-UPDATE] security/p5-AuthCAS: update to 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 09:00:22 -0000 >Number: 156715 >Category: ports >Synopsis: [MAINTAINER-UPDATE] security/p5-AuthCAS: update to 1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 29 09:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: FreeBSD 7.3-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:23:19 UTC 2010 >Description: Update from 1.4 to 1.5. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-AuthCAS-1.5.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: # # p5-AuthCAS # p5-AuthCAS/pkg-plist # p5-AuthCAS/pkg-descr # p5-AuthCAS/distinfo # p5-AuthCAS/Makefile # echo c - p5-AuthCAS mkdir -p p5-AuthCAS > /dev/null 2>&1 echo x - p5-AuthCAS/pkg-plist sed 's/^X//' >p5-AuthCAS/pkg-plist << 'f2f65ede80a154b41b87496cd5b5d712' X%%SITE_PERL%%/AuthCAS.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AuthCAS/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AuthCAS f2f65ede80a154b41b87496cd5b5d712 echo x - p5-AuthCAS/pkg-descr sed 's/^X//' >p5-AuthCAS/pkg-descr << 'ac4fcf9e65152ba4e5e78c9b201735af' XAuthCAS aims at providing a Perl API to Yale's Central Authentication XSystem (CAS). Only a basic Perl library is provided with CAS whereas XAuthCAS is a full object-oriented library. X XWWW: http://cpan.uwinnipeg.ca/dist/AuthCAS ac4fcf9e65152ba4e5e78c9b201735af echo x - p5-AuthCAS/distinfo sed 's/^X//' >p5-AuthCAS/distinfo << 'd351a2fecc35757c19fba4c210ecb767' XSHA256 (AuthCAS-1.5.tar.gz) = 0ae8c336dfc1c68ff8a5d390a1d9a99b7dcb9f59a7ccca9e5e1bae9db65ca152 XSIZE (AuthCAS-1.5.tar.gz) = 7002 d351a2fecc35757c19fba4c210ecb767 echo x - p5-AuthCAS/Makefile sed 's/^X//' >p5-AuthCAS/Makefile << 'b69c408d607b461a0a37b9db8a581c7f' X# New ports collection makefile for: p5-AuthCAS X# Date created: Mon Jul 20 17:25:19 CEST 2009 X# Whom: Frank Wall X# X# $FreeBSD$ X# X XPORTNAME= AuthCAS XPORTVERSION= 1.5 XCATEGORIES= security perl5 XMASTER_SITES= http://cpan.uwinnipeg.ca/cpan/authors/id/O/OS/OSALAUN/ \ X ftp://cpan.mirror.iphh.net/pub/CPAN/authors/id/O/OS/OSALAUN/ \ X http://cpan.mirror.iphh.net/authors/id/O/OS/OSALAUN/ XPKGNAMEPREFIX= p5- X XMAINTAINER= fw@moov.de XCOMMENT= A Perl API to Yale's Central Authentication System (CAS) X XPERL_CONFIGURE= YES X XMAN3= AuthCAS.3 X X.include b69c408d607b461a0a37b9db8a581c7f exit --- p5-AuthCAS-1.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 09:00:33 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 484E41065673; Fri, 29 Apr 2011 09:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F7D68FC1B; Fri, 29 Apr 2011 09:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3T90X9o021556; Fri, 29 Apr 2011 09:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3T90WSr021547; Fri, 29 Apr 2011 09:00:32 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 09:00:32 GMT Message-Id: <201104290900.p3T90WSr021547@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156715: [MAINTAINER-UPDATE] security/p5-AuthCAS: update to 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 09:00:33 -0000 Synopsis: [MAINTAINER-UPDATE] security/p5-AuthCAS: update to 1.5 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 09:00:32 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=156715 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 11:55:59 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 773EE106564A; Fri, 29 Apr 2011 11:55:59 +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 4DE278FC0A; Fri, 29 Apr 2011 11:55:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TBtxRI087360; Fri, 29 Apr 2011 11:55:59 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3TBtx7D087356; Fri, 29 Apr 2011 11:55:59 GMT (envelope-from culot) Date: Fri, 29 Apr 2011 11:55:59 GMT Message-Id: <201104291155.p3TBtx7D087356@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/156711: [maintainer update] Update security/strongswan X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 11:55:59 -0000 Synopsis: [maintainer update] Update security/strongswan Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Apr 29 11:55:58 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156711 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 13: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 AAF93106567A for ; Fri, 29 Apr 2011 13: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 6BFE98FC0C for ; Fri, 29 Apr 2011 13: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 p3TDKAej061648 for ; Fri, 29 Apr 2011 13: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 p3TDKASc061647; Fri, 29 Apr 2011 13:20:10 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 13:20:10 GMT Resent-Message-Id: <201104291320.p3TDKASc061647@freefall.freebsd.org> 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 Clark Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A94D106566C for ; Fri, 29 Apr 2011 13:15: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 188DB8FC08 for ; Fri, 29 Apr 2011 13:15: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 p3TDFdDr024625 for ; Fri, 29 Apr 2011 13:15:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3TDFdte024624; Fri, 29 Apr 2011 13:15:39 GMT (envelope-from nobody) Message-Id: <201104291315.p3TDFdte024624@red.freebsd.org> Date: Fri, 29 Apr 2011 13:15:39 GMT From: Charlie Clark To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156717: Cannot install port for phonon_gstreamer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 13:20:10 -0000 >Number: 156717 >Category: ports >Synopsis: Cannot install port for phonon_gstreamer >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: Fri Apr 29 13:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Charlie Clark >Release: 8.2 (PC-BSD) >Organization: >Environment: 8.2-RELEASE FreeBSD 8.2-RELEASE #7: Wed Feb 16 12:19:08 PST 2011 root@build8x32.pcbsd.org:/usr/obj/usr/local_storage/pcbsd-build82/fbsd-source/8.2/sys/PCBSD i386 >Description: There is a problem with the gstreamer_phonon (4.5.0) port. It builds okay but cannot link to a library. As I'm updating the ports that came with PC-BSD there are a whole heap of them and I wonder if the problem is the order in which they are updated. The error message: [100%] Building CXX object gstreamer/CMakeFiles/phonon_gstreamer.dir/x11renderer.cpp.o Linking CXX shared module phonon_gstreamer.so /usr/bin/ld: cannot find -lgobject-2.0 *** Error code 1 According to ldconfig the library is there: [charlie@Barquentine] /usr/ports# ldconfig -r | grep libgobject 117:-lgobject-2.0.0 => /usr/local/lib/libgobject-2.0.so.0 >How-To-Repeat: cd /usr/ports/multimedia/phonon-gstreamer make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 13:31: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 B18E21065674; Fri, 29 Apr 2011 13:31:24 +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 854C28FC12; Fri, 29 Apr 2011 13:31: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 p3TDVOQw077038; Fri, 29 Apr 2011 13:31:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3TDVOVZ077000; Fri, 29 Apr 2011 13:31:24 GMT (envelope-from linimon) Date: Fri, 29 Apr 2011 13:31:24 GMT Message-Id: <201104291331.p3TDVOVZ077000@freefall.freebsd.org> To: chifeng@gmail.com, dgeo@centrale-marseille.fr, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/156702: [PATCH] mail/policyd2: add postgresql support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 13:31:24 -0000 Synopsis: [PATCH] mail/policyd2: add postgresql support State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Fri Apr 29 13:30:49 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=156702 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 14: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 4D6EA1065689 for ; Fri, 29 Apr 2011 14: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 6C72A8FC0C for ; Fri, 29 Apr 2011 14:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TE0MI9096982 for ; Fri, 29 Apr 2011 14: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 p3TE0MuI096981; Fri, 29 Apr 2011 14:00:22 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 14:00:22 GMT Resent-Message-Id: <201104291400.p3TE0MuI096981@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Freeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 733C01065673 for ; Fri, 29 Apr 2011 13:51:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 602498FC08 for ; Fri, 29 Apr 2011 13:51:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TDpucC015358 for ; Fri, 29 Apr 2011 13:51:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3TDpuB7015348; Fri, 29 Apr 2011 13:51:56 GMT (envelope-from nobody) Message-Id: <201104291351.p3TDpuB7015348@red.freebsd.org> Date: Fri, 29 Apr 2011 13:51:56 GMT From: Eric Freeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156718: [PATCH] security/p5-Auth-YubikeyDecrypter (PKGORIGIN fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 14:00:25 -0000 >Number: 156718 >Category: ports >Synopsis: [PATCH] security/p5-Auth-YubikeyDecrypter (PKGORIGIN fix) >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 Apr 29 14:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 8.0 >Organization: >Environment: >Description: In response to the automated PKGORIGIN error messages: ** The following ports have an incorrect PKGORIGIN ** PKGORIGIN connects packaged or installed ports to the directory they originated from. This is essential for tools like pkg_version or portupgrade to work correctly. Wrong PKGORIGINs are often caused by a wrong order of CATEGORIES after a repocopy. - *security/p5-Auth-YubikeyDecrypter* : perl5/p5-Auth-YubikeyDecrypter | revision 1.2 | date: 2011/04/28 20:26:29; author: tabthorpe; state: Exp; lines: +1 -1 | - Reset maintainer due to email bounces | | Final-Recipient: rfc822; fbsd-ports@opsec.eu | Original-Recipient: rfc822;fbsd-ports@opsec.eu | Action: failed | Status: 5.0.0 | Remote-MTA: dns; home.opsec.eu | Diagnostic-Code: smtp; 550 Unrouteable address | | Submitted by: erwin | With hat: portmgr I believe that applies to this port because it's missing a 'security' category. Hopefully the diff attached will fix this and stop the daily reminders! :) See: http://lists.freebsd.org/pipermail/freebsd-ports/2011-April/067484.html >How-To-Repeat: >Fix: diff -ru p5-Auth-YubikeyDecrypter.orig/Makefile p5-Auth-YubikeyDecrypter/Makefile --- p5-Auth-YubikeyDecrypter.orig/Makefile 2011-04-29 14:46:55.000000000 +0100 +++ p5-Auth-YubikeyDecrypter/Makefile 2011-04-29 14:47:16.000000000 +0100 @@ -6,7 +6,7 @@ PORTNAME= Auth-YubikeyDecrypter PORTVERSION= 0.07 -CATEGORIES= perl5 +CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MASSYN PKGNAMEPREFIX= p5- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 14:00: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 240381065676; Fri, 29 Apr 2011 14:00:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECA368FC08; Fri, 29 Apr 2011 14:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TE0iPj098756; Fri, 29 Apr 2011 14:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3TE0iAN098744; Fri, 29 Apr 2011 14:00:44 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 14:00:44 GMT Message-Id: <201104291400.p3TE0iAN098744@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156718: [PATCH] security/p5-Auth-YubikeyDecrypter (PKGORIGIN fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 14:00:45 -0000 Synopsis: [PATCH] security/p5-Auth-YubikeyDecrypter (PKGORIGIN fix) Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 14:00:43 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=156718 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 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 936951065679 for ; Fri, 29 Apr 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 64E358FC18 for ; Fri, 29 Apr 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 p3TEK8AQ015885 for ; Fri, 29 Apr 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 p3TEK86f015884; Fri, 29 Apr 2011 14:20:08 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 14:20:08 GMT Resent-Message-Id: <201104291420.p3TEK86f015884@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Freeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7C61065678 for ; Fri, 29 Apr 2011 14:11: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 BE8F68FC16 for ; Fri, 29 Apr 2011 14:11: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 p3TEBw45039987 for ; Fri, 29 Apr 2011 14:11:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3TEBwGD039986; Fri, 29 Apr 2011 14:11:58 GMT (envelope-from nobody) Message-Id: <201104291411.p3TEBwGD039986@red.freebsd.org> Date: Fri, 29 Apr 2011 14:11:58 GMT From: Eric Freeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156720: [PATCH] chinese/joe (fix PKGORIGIN) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 14:20:08 -0000 >Number: 156720 >Category: ports >Synopsis: [PATCH] chinese/joe (fix PKGORIGIN) >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 Apr 29 14:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 8.0 >Organization: >Environment: >Description: In response to the alerts send out by Erwin (below): PKGORIGIN connects packaged or installed ports to the directory they originated from. This is essential for tools like pkg_version or portupgrade to work correctly. Wrong PKGORIGINs are often caused by a wrong order of CATEGORIES after a repocopy. Please fix any errors as soon as possible. The ports tree was updated at Fri Apr 29 2011 12:00:22 UTC. - *chinese/joe* : editors/joe | revision 1.27 | date: 2010/10/28 21:00:07; author: erwin; state: Exp; lines: +1 -1 | Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer | be generated or checked, and will be silently ignored for now. Also, | generalize the MD5_FILE macro to DISTINFO_FILO. | | PR: 149657 | Submitted by: rene | Approved by: portmgr | Tested on: pointyhat i386 7-exp (master: editors/joe) | revision 1.32 | date: 2010/12/29 20:04:18; author: pgollucci; state: Exp; lines: +0 -1 | - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed. | | PR: ports/153292 | Submitted by: myself (pgollucci) | Tested by: -exp run by pav | Approved by: portmgr (pav) I think chinease/joe is flagging this warning because its categories entry is missing 'editors', not totally sure about that, but it seems to be the only thing missing from the Makefile that's obvious and may lead to the broken PKGORIGIN that I can think of. I don't know if the order of the categories is important. See: http://lists.freebsd.org/pipermail/freebsd-ports/2011-April/067484.html >How-To-Repeat: >Fix: diff -ru joe.orig/Makefile joe/Makefile --- joe.orig/Makefile 2011-04-29 14:53:44.000000000 +0100 +++ joe/Makefile 2011-04-29 15:07:39.000000000 +0100 @@ -6,7 +6,7 @@ # PORTREVISION= 1 -CATEGORIES= chinese +CATEGORIES= chinese editors PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= chinsan/patch >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 14:20:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DF96106564A; Fri, 29 Apr 2011 14:20:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2A778FC15; Fri, 29 Apr 2011 14: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 p3TEKIb2016251; Fri, 29 Apr 2011 14: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 p3TEKIlc016242; Fri, 29 Apr 2011 14:20:18 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 14:20:18 GMT Message-Id: <201104291420.p3TEKIlc016242@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156720: [PATCH] chinese/joe (fix PKGORIGIN) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 14:20:19 -0000 Synopsis: [PATCH] chinese/joe (fix PKGORIGIN) Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 14: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=156720 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 15:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DA55106566C for ; Fri, 29 Apr 2011 15:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1B4B8FC14 for ; Fri, 29 Apr 2011 15:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TFKAVY069670 for ; Fri, 29 Apr 2011 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3TFKAHB069669; Fri, 29 Apr 2011 15:20:10 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 15:20:10 GMT Resent-Message-Id: <201104291520.p3TFKAHB069669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Shuvaev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6755A106566C for ; Fri, 29 Apr 2011 15:12: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 541CE8FC08 for ; Fri, 29 Apr 2011 15:12: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 p3TFCf9j006661 for ; Fri, 29 Apr 2011 15:12:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3TFCf8Z006658; Fri, 29 Apr 2011 15:12:41 GMT (envelope-from nobody) Message-Id: <201104291512.p3TFCf8Z006658@red.freebsd.org> Date: Fri, 29 Apr 2011 15:12:41 GMT From: Alexey Shuvaev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156721: [PATCH] x11-servers/xorg-server Fix bug 24703 EXA crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 15:20:11 -0000 >Number: 156721 >Category: ports >Synopsis: [PATCH] x11-servers/xorg-server Fix bug 24703 EXA crash >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 Apr 29 15:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexey Shuvaev >Release: 9.0-CURRENT >Organization: Technical University of Vienna >Environment: FreeBSD lexx.ifp.tuwien.ac.at 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r219713: Thu Mar 17 14:43:00 CET 2011 root@lexx.ifp.tuwien.ac.at:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The bug when EXA crashes with "exaGetPixmapFirstPixel called for invalid bpp" is most visible with XFCE. One should choose theme Wildbush and Xorg crashes immediately. The xorg-server currently in the ports tree is still affected. Attached patch should address the problem (pulled from [1]). [1] http://cgit.freedesktop.org/xorg/xserver/commit/?id=e06fa804009798ea95efa8babaabb0228dfdfe65 >How-To-Repeat: >Fix: Patch attached with submission follows: --- exa/exa_accel.c.orig 2010-05-04 02:54:14.000000000 +0200 +++ exa/exa_accel.c 2011-04-29 16:54:56.000000000 +0200 @@ -1049,6 +1049,8 @@ *(CARD16*)pExaPixmap->sys_ptr = pixel; break; case 8: + case 4: + case 1: *(CARD8*)pExaPixmap->sys_ptr = pixel; } --- exa/exa_unaccel.c.orig 2010-05-04 02:47:58.000000000 +0200 +++ exa/exa_unaccel.c 2011-04-29 16:54:56.000000000 +0200 @@ -525,6 +525,8 @@ return pixel; } case 8: + case 4: + case 1: { CARD8 pixel; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 15: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 C25C9106566C; Fri, 29 Apr 2011 15:20:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96BA68FC0C; Fri, 29 Apr 2011 15: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 p3TFKK2x070314; Fri, 29 Apr 2011 15:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3TFKKLX070300; Fri, 29 Apr 2011 15:20:20 GMT (envelope-from edwin) Date: Fri, 29 Apr 2011 15:20:20 GMT Message-Id: <201104291520.p3TFKKLX070300@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156721: [PATCH] x11-servers/xorg-server Fix bug 24703 EXA crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 15:20:20 -0000 Synopsis: [PATCH] x11-servers/xorg-server Fix bug 24703 EXA crash Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 29 15:20:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156721 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 17:00:44 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EB5106566C; Fri, 29 Apr 2011 17:00:44 +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 47F5C8FC0A; Fri, 29 Apr 2011 17:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TH0if7060749; Fri, 29 Apr 2011 17:00:44 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3TH0iH1060732; Fri, 29 Apr 2011 17:00:44 GMT (envelope-from beech) Date: Fri, 29 Apr 2011 17:00:44 GMT Message-Id: <201104291700.p3TH0iH1060732@freefall.freebsd.org> To: chifeng@gmail.com, beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/156702: [PATCH] mail/policyd2: add postgresql support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 17:00:44 -0000 Synopsis: [PATCH] mail/policyd2: add postgresql support Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Fri Apr 29 17:00:07 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=156702 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 17: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 079131065672; Fri, 29 Apr 2011 17:10:10 +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 C7FCB8FC15; Fri, 29 Apr 2011 17: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 p3THAAOE067639; Fri, 29 Apr 2011 17:10:10 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3THAA5C067635; Fri, 29 Apr 2011 17:10:10 GMT (envelope-from beech) Date: Fri, 29 Apr 2011 17:10:10 GMT Message-Id: <201104291710.p3THAA5C067635@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/156705: Update for databases/hiredis library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 17:10:11 -0000 Synopsis: Update for databases/hiredis library Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Fri Apr 29 17:09:12 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=156705 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 17:50:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81A6D1065670 for ; Fri, 29 Apr 2011 17:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E9D58FC19 for ; Fri, 29 Apr 2011 17:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3THoBb4004796 for ; Fri, 29 Apr 2011 17:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3THoBiu004795; Fri, 29 Apr 2011 17:50:11 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2011 17:50:11 GMT Resent-Message-Id: <201104291750.p3THoBiu004795@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lukáš Lalinský Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3CC7106564A for ; Fri, 29 Apr 2011 17:41: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 E3BEC8FC0A for ; Fri, 29 Apr 2011 17:41: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 p3THfmAI088021 for ; Fri, 29 Apr 2011 17:41:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3THfmLL088019; Fri, 29 Apr 2011 17:41:48 GMT (envelope-from nobody) Message-Id: <201104291741.p3THfmLL088019@red.freebsd.org> Date: Fri, 29 Apr 2011 17:41:48 GMT From: Lukáš Lalinský To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156723: [patch] www/uwsgi: improved rc.d script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 Apr 2011 17:50:11 -0000 >Number: 156723 >Category: ports >Synopsis: [patch] www/uwsgi: improved rc.d script >Confidential: no >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 Apr 29 17:50:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lukáš Lalinský >Release: 8.2 >Organization: >Environment: 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Mar 3 11:29:07 UTC 2011 >Description: I needed to run multiple uWSGI instances and defining a number of "profiles" seemed like the best option. This is similar to what databases/slony1v2 uses. For example, in /etc/rc.conf I can have the following settings: uwsgi_enable="YES" uwsgi_profiles=yserver1 server2" uwsgi_server1_flags="..." uwsgi_server2_flags="..." And the rc.d script will now manage two uWSGI instances, each of them can be individually restarted/reloaded/etc. If the uwsgi_profiles is not set, the current variables are used instead. The attached patch contains the following changes: - Don't kill all uwsgi processes with SIGKILL, kill only the master process with SIGINT and let it terminate its children gracefully. - Use SIGHUP for the reload command and add a new command brutalreload (I'd have used forcereload but that's already taken) that sends the SIGTERM signal. http://projects.unbit.it/uwsgi/wiki/uWSGISignals - Add support for running multiple uwsgi instances with different configurations. With no profiles, everything works as before. When you define the uwsgi_profiles variable, it will read the names from there and try to load also variables uwsgi__